@skf-design-system/ui-components 1.0.2-beta.5 → 1.0.2-beta.7
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 +18 -0
- package/dist/components/accordion/accordion.component.d.ts +1 -1
- package/dist/components/accordion/accordion.component.js +2 -2
- package/dist/components/alert/alert.component.d.ts +3 -2
- package/dist/components/alert/alert.component.js +39 -33
- package/dist/components/button/button.styles.js +3 -3
- package/dist/components/checkbox/checkbox.component.d.ts +4 -2
- package/dist/components/checkbox/checkbox.component.js +73 -65
- package/dist/components/checkbox/checkbox.styles.js +1 -1
- package/dist/components/datepicker/datepicker-calendar.component.d.ts +4 -0
- package/dist/components/datepicker/datepicker-calendar.component.js +134 -127
- package/dist/components/datepicker/datepicker-popup.component.d.ts +4 -0
- package/dist/components/datepicker/datepicker-popup.component.js +100 -88
- package/dist/components/datepicker/datepicker.component.d.ts +4 -2
- package/dist/components/datepicker/datepicker.component.js +151 -140
- package/dist/components/dialog/dialog.component.d.ts +3 -2
- package/dist/components/dialog/dialog.component.js +39 -37
- 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 +11 -4
- package/dist/components/drawer/drawer.component.js +77 -55
- 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 +66 -57
- package/dist/components/header/header.styles.js +2 -2
- package/dist/components/icon/icon.component.js +7 -7
- package/dist/components/icon/icon.styles.js +2 -2
- package/dist/components/input/input.component.d.ts +4 -8
- package/dist/components/input/input.component.js +147 -147
- package/dist/components/input/input.controllers.d.ts +0 -1
- package/dist/components/input/input.controllers.js +12 -12
- package/dist/components/link/link.component.d.ts +15 -18
- package/dist/components/link/link.component.js +105 -107
- package/dist/components/link/link.styles.js +53 -45
- package/dist/components/loader/loader.component.d.ts +5 -3
- package/dist/components/loader/loader.component.js +39 -28
- package/dist/components/loader/loader.styles.js +6 -10
- package/dist/components/menu/menu-item.component.d.ts +1 -1
- package/dist/components/menu/menu-item.component.js +8 -8
- 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/nav/nav-item.component.d.ts +4 -0
- 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.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/progress/progress.component.d.ts +2 -0
- package/dist/components/progress/progress.component.js +38 -29
- package/dist/components/progress/progress.styles.js +4 -4
- package/dist/components/radio/radio.component.d.ts +4 -2
- package/dist/components/radio/radio.component.js +91 -83
- 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.styles.js +1 -1
- 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.style.js +12 -6
- package/dist/components/select/select-option.component.d.ts +7 -2
- package/dist/components/select/select-option.component.js +70 -53
- package/dist/components/select/select-option.styles.js +43 -31
- package/dist/components/select/select.component.d.ts +18 -10
- package/dist/components/select/select.component.js +175 -132
- package/dist/components/select/select.controllers.js +2 -1
- 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 +26 -23
- package/dist/components/stepper/stepper-item.styles.js +4 -4
- package/dist/components/switch/switch.component.d.ts +4 -2
- package/dist/components/switch/switch.component.js +64 -56
- package/dist/components/switch/switch.styles.js +1 -1
- package/dist/components/tabs/tab-panel.component.d.ts +1 -1
- package/dist/components/tabs/tab-panel.component.js +19 -16
- package/dist/components/tabs/tab.component.d.ts +1 -1
- package/dist/components/tabs/tab.component.js +17 -14
- package/dist/components/tabs/tab.styles.js +2 -2
- package/dist/components/tag/tag.component.d.ts +3 -0
- package/dist/components/tag/tag.component.js +50 -41
- package/dist/components/textarea/textarea.component.d.ts +4 -2
- package/dist/components/textarea/textarea.component.js +127 -118
- 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 +18 -18
- package/dist/components/tooltip/tooltip.component.d.ts +9 -2
- package/dist/components/tooltip/tooltip.component.js +13 -7
- package/dist/custom-elements.json +1305 -946
- package/dist/index.d.ts +2 -2
- package/dist/index.js +20 -20
- package/dist/internal/base-classes/popover/popover.base.d.ts +24 -5
- package/dist/internal/base-classes/popover/popover.base.js +28 -29
- package/dist/internal/base-classes/popover/popover.styles.js +4 -5
- 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/controllers/popover.controller.d.ts +2 -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/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/global-alt.css +1 -1
- 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 +243 -128
- package/dist/types/vue/index.d.ts +136 -127
- package/dist/utilities/localize.d.ts +28 -0
- package/dist/utilities/localize.js +13 -0
- package/dist/vscode.html-custom-data.json +168 -177
- package/dist/web-types.json +411 -381
- package/package.json +34 -41
@@ -37,7 +37,7 @@
|
|
37
37
|
"description": "Sets the color of the icon",
|
38
38
|
"attribute": "color",
|
39
39
|
"expandedType": {
|
40
|
-
"text": "'error' | 'info' | 'warning' | 'primary' | 'inverse' | '
|
40
|
+
"text": "'error' | 'info' | 'warning' | 'primary' | 'inverse' | 'emphasized' | 'secondary' | 'success'"
|
41
41
|
}
|
42
42
|
},
|
43
43
|
{
|
@@ -85,7 +85,7 @@
|
|
85
85
|
"description": "Sets the color of the icon",
|
86
86
|
"fieldName": "color",
|
87
87
|
"expandedType": {
|
88
|
-
"text": "'error' | 'info' | 'warning' | 'primary' | 'inverse' | '
|
88
|
+
"text": "'error' | 'info' | 'warning' | 'primary' | 'inverse' | 'emphasized' | 'secondary' | 'success'"
|
89
89
|
}
|
90
90
|
},
|
91
91
|
{
|
@@ -513,6 +513,13 @@
|
|
513
513
|
}
|
514
514
|
],
|
515
515
|
"members": [
|
516
|
+
{
|
517
|
+
"kind": "field",
|
518
|
+
"name": "#localize",
|
519
|
+
"privacy": "private",
|
520
|
+
"readonly": true,
|
521
|
+
"default": "new LocalizeController(this)"
|
522
|
+
},
|
516
523
|
{
|
517
524
|
"kind": "field",
|
518
525
|
"name": "#internals",
|
@@ -529,16 +536,6 @@
|
|
529
536
|
"text": "CustomStateSet"
|
530
537
|
}
|
531
538
|
},
|
532
|
-
{
|
533
|
-
"kind": "field",
|
534
|
-
"name": "buttonLabel",
|
535
|
-
"type": {
|
536
|
-
"text": "string"
|
537
|
-
},
|
538
|
-
"default": "'Close'",
|
539
|
-
"description": "Close button aria-label",
|
540
|
-
"attribute": "button-label"
|
541
|
-
},
|
542
539
|
{
|
543
540
|
"kind": "field",
|
544
541
|
"name": "icon",
|
@@ -551,6 +548,19 @@
|
|
551
548
|
"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"
|
552
549
|
}
|
553
550
|
},
|
551
|
+
{
|
552
|
+
"kind": "field",
|
553
|
+
"name": "lang",
|
554
|
+
"type": {
|
555
|
+
"text": "Language"
|
556
|
+
},
|
557
|
+
"default": "'en'",
|
558
|
+
"description": "Sets the internal language of the component",
|
559
|
+
"attribute": "lang",
|
560
|
+
"expandedType": {
|
561
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
562
|
+
}
|
563
|
+
},
|
554
564
|
{
|
555
565
|
"kind": "field",
|
556
566
|
"name": "persistent",
|
@@ -584,15 +594,6 @@
|
|
584
594
|
}
|
585
595
|
],
|
586
596
|
"attributes": [
|
587
|
-
{
|
588
|
-
"name": "button-label",
|
589
|
-
"type": {
|
590
|
-
"text": "string"
|
591
|
-
},
|
592
|
-
"default": "'Close'",
|
593
|
-
"description": "Close button aria-label",
|
594
|
-
"fieldName": "buttonLabel"
|
595
|
-
},
|
596
597
|
{
|
597
598
|
"name": "icon",
|
598
599
|
"type": {
|
@@ -604,6 +605,18 @@
|
|
604
605
|
"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"
|
605
606
|
}
|
606
607
|
},
|
608
|
+
{
|
609
|
+
"name": "lang",
|
610
|
+
"type": {
|
611
|
+
"text": "Language"
|
612
|
+
},
|
613
|
+
"default": "'en'",
|
614
|
+
"description": "Sets the internal language of the component",
|
615
|
+
"fieldName": "lang",
|
616
|
+
"expandedType": {
|
617
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
618
|
+
}
|
619
|
+
},
|
607
620
|
{
|
608
621
|
"name": "persistent",
|
609
622
|
"type": {
|
@@ -822,14 +835,19 @@
|
|
822
835
|
"members": [
|
823
836
|
{
|
824
837
|
"kind": "field",
|
825
|
-
"name": "
|
838
|
+
"name": "#internals",
|
839
|
+
"privacy": "private",
|
840
|
+
"type": {
|
841
|
+
"text": "ElementInternals"
|
842
|
+
}
|
843
|
+
},
|
844
|
+
{
|
845
|
+
"kind": "field",
|
846
|
+
"name": "#states",
|
847
|
+
"privacy": "private",
|
826
848
|
"type": {
|
827
|
-
"text": "
|
828
|
-
}
|
829
|
-
"default": "'Loading...'",
|
830
|
-
"description": "Defines the aria-label",
|
831
|
-
"attribute": "aria-label",
|
832
|
-
"reflects": true
|
849
|
+
"text": "CustomStateSet"
|
850
|
+
}
|
833
851
|
},
|
834
852
|
{
|
835
853
|
"kind": "field",
|
@@ -845,24 +863,17 @@
|
|
845
863
|
"kind": "field",
|
846
864
|
"name": "size",
|
847
865
|
"type": {
|
848
|
-
"text": "
|
866
|
+
"text": "Size"
|
849
867
|
},
|
850
868
|
"default": "'md'",
|
851
869
|
"description": "Defines the size of the loader",
|
852
870
|
"attribute": "size",
|
853
|
-
"
|
871
|
+
"expandedType": {
|
872
|
+
"text": "'sm' | 'md'"
|
873
|
+
}
|
854
874
|
}
|
855
875
|
],
|
856
876
|
"attributes": [
|
857
|
-
{
|
858
|
-
"name": "aria-label",
|
859
|
-
"type": {
|
860
|
-
"text": "string"
|
861
|
-
},
|
862
|
-
"default": "'Loading...'",
|
863
|
-
"description": "Defines the aria-label",
|
864
|
-
"fieldName": "ariaLabel"
|
865
|
-
},
|
866
877
|
{
|
867
878
|
"name": "invert",
|
868
879
|
"type": {
|
@@ -875,11 +886,14 @@
|
|
875
886
|
{
|
876
887
|
"name": "size",
|
877
888
|
"type": {
|
878
|
-
"text": "
|
889
|
+
"text": "Size"
|
879
890
|
},
|
880
891
|
"default": "'md'",
|
881
892
|
"description": "Defines the size of the loader",
|
882
|
-
"fieldName": "size"
|
893
|
+
"fieldName": "size",
|
894
|
+
"expandedType": {
|
895
|
+
"text": "'sm' | 'md'"
|
896
|
+
}
|
883
897
|
}
|
884
898
|
],
|
885
899
|
"superclass": {
|
@@ -1305,6 +1319,13 @@
|
|
1305
1319
|
}
|
1306
1320
|
],
|
1307
1321
|
"members": [
|
1322
|
+
{
|
1323
|
+
"kind": "field",
|
1324
|
+
"name": "#localize",
|
1325
|
+
"privacy": "private",
|
1326
|
+
"readonly": true,
|
1327
|
+
"default": "new LocalizeController(this)"
|
1328
|
+
},
|
1308
1329
|
{
|
1309
1330
|
"kind": "field",
|
1310
1331
|
"name": "debug",
|
@@ -1355,21 +1376,25 @@
|
|
1355
1376
|
},
|
1356
1377
|
{
|
1357
1378
|
"kind": "field",
|
1358
|
-
"name": "
|
1379
|
+
"name": "lang",
|
1359
1380
|
"type": {
|
1360
|
-
"text": "
|
1381
|
+
"text": "Language"
|
1361
1382
|
},
|
1362
|
-
"
|
1363
|
-
"
|
1383
|
+
"default": "'en'",
|
1384
|
+
"description": "Sets the internal language of the component",
|
1385
|
+
"attribute": "lang",
|
1386
|
+
"expandedType": {
|
1387
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
1388
|
+
}
|
1364
1389
|
},
|
1365
1390
|
{
|
1366
1391
|
"kind": "field",
|
1367
|
-
"name": "
|
1392
|
+
"name": "name",
|
1368
1393
|
"type": {
|
1369
1394
|
"text": "string | undefined"
|
1370
1395
|
},
|
1371
|
-
"description": "If defined,
|
1372
|
-
"attribute": "
|
1396
|
+
"description": "If defined, adds name to the input-element",
|
1397
|
+
"attribute": "name"
|
1373
1398
|
},
|
1374
1399
|
{
|
1375
1400
|
"kind": "field",
|
@@ -1480,20 +1505,24 @@
|
|
1480
1505
|
"fieldName": "label"
|
1481
1506
|
},
|
1482
1507
|
{
|
1483
|
-
"name": "
|
1508
|
+
"name": "lang",
|
1484
1509
|
"type": {
|
1485
|
-
"text": "
|
1510
|
+
"text": "Language"
|
1486
1511
|
},
|
1487
|
-
"
|
1488
|
-
"
|
1512
|
+
"default": "'en'",
|
1513
|
+
"description": "Sets the internal language of the component",
|
1514
|
+
"fieldName": "lang",
|
1515
|
+
"expandedType": {
|
1516
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
1517
|
+
}
|
1489
1518
|
},
|
1490
1519
|
{
|
1491
|
-
"name": "
|
1520
|
+
"name": "name",
|
1492
1521
|
"type": {
|
1493
1522
|
"text": "string | undefined"
|
1494
1523
|
},
|
1495
|
-
"description": "If defined,
|
1496
|
-
"fieldName": "
|
1524
|
+
"description": "If defined, adds name to the input-element",
|
1525
|
+
"fieldName": "name"
|
1497
1526
|
},
|
1498
1527
|
{
|
1499
1528
|
"name": "severity",
|
@@ -1560,6 +1589,13 @@
|
|
1560
1589
|
"description": "",
|
1561
1590
|
"name": "SkfDatepickerCalendar",
|
1562
1591
|
"members": [
|
1592
|
+
{
|
1593
|
+
"kind": "field",
|
1594
|
+
"name": "#localize",
|
1595
|
+
"privacy": "private",
|
1596
|
+
"readonly": true,
|
1597
|
+
"default": "new LocalizeController(this)"
|
1598
|
+
},
|
1563
1599
|
{
|
1564
1600
|
"kind": "field",
|
1565
1601
|
"name": "eventid",
|
@@ -1587,6 +1623,19 @@
|
|
1587
1623
|
"attribute": "invalid-dates",
|
1588
1624
|
"reflects": true
|
1589
1625
|
},
|
1626
|
+
{
|
1627
|
+
"kind": "field",
|
1628
|
+
"name": "lang",
|
1629
|
+
"type": {
|
1630
|
+
"text": "Language"
|
1631
|
+
},
|
1632
|
+
"default": "'en'",
|
1633
|
+
"description": "Sets the internal language of the component",
|
1634
|
+
"attribute": "lang",
|
1635
|
+
"expandedType": {
|
1636
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
1637
|
+
}
|
1638
|
+
},
|
1590
1639
|
{
|
1591
1640
|
"kind": "field",
|
1592
1641
|
"name": "locale",
|
@@ -1728,6 +1777,18 @@
|
|
1728
1777
|
"description": "A comma-separated list of dates (yyyy-mm-dd format) that are not selectable.",
|
1729
1778
|
"fieldName": "invalidDates"
|
1730
1779
|
},
|
1780
|
+
{
|
1781
|
+
"name": "lang",
|
1782
|
+
"type": {
|
1783
|
+
"text": "Language"
|
1784
|
+
},
|
1785
|
+
"default": "'en'",
|
1786
|
+
"description": "Sets the internal language of the component",
|
1787
|
+
"fieldName": "lang",
|
1788
|
+
"expandedType": {
|
1789
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
1790
|
+
}
|
1791
|
+
},
|
1731
1792
|
{
|
1732
1793
|
"name": "locale",
|
1733
1794
|
"type": {
|
@@ -1840,6 +1901,19 @@
|
|
1840
1901
|
"description": "A comma-separated list of dates (yyyy-mm-dd format) that are not selectable.",
|
1841
1902
|
"attribute": "invalid-dates"
|
1842
1903
|
},
|
1904
|
+
{
|
1905
|
+
"kind": "field",
|
1906
|
+
"name": "lang",
|
1907
|
+
"type": {
|
1908
|
+
"text": "Language"
|
1909
|
+
},
|
1910
|
+
"default": "'en'",
|
1911
|
+
"description": "Sets the internal language of the component",
|
1912
|
+
"attribute": "lang",
|
1913
|
+
"expandedType": {
|
1914
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
1915
|
+
}
|
1916
|
+
},
|
1843
1917
|
{
|
1844
1918
|
"kind": "field",
|
1845
1919
|
"name": "range",
|
@@ -1931,6 +2005,18 @@
|
|
1931
2005
|
"description": "A comma-separated list of dates (yyyy-mm-dd format) that are not selectable.",
|
1932
2006
|
"fieldName": "invalidDates"
|
1933
2007
|
},
|
2008
|
+
{
|
2009
|
+
"name": "lang",
|
2010
|
+
"type": {
|
2011
|
+
"text": "Language"
|
2012
|
+
},
|
2013
|
+
"default": "'en'",
|
2014
|
+
"description": "Sets the internal language of the component",
|
2015
|
+
"fieldName": "lang",
|
2016
|
+
"expandedType": {
|
2017
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
2018
|
+
}
|
2019
|
+
},
|
1934
2020
|
{
|
1935
2021
|
"name": "range",
|
1936
2022
|
"type": {
|
@@ -1982,6 +2068,13 @@
|
|
1982
2068
|
"description": "",
|
1983
2069
|
"name": "SkfDatepicker",
|
1984
2070
|
"members": [
|
2071
|
+
{
|
2072
|
+
"kind": "field",
|
2073
|
+
"name": "#localize",
|
2074
|
+
"privacy": "private",
|
2075
|
+
"readonly": true,
|
2076
|
+
"default": "new LocalizeController(this)"
|
2077
|
+
},
|
1985
2078
|
{
|
1986
2079
|
"kind": "field",
|
1987
2080
|
"name": "focusTimeoutId",
|
@@ -2014,6 +2107,19 @@
|
|
2014
2107
|
"description": "If defined, sets the input's label. Alternatively, you can use the `label` attribute.",
|
2015
2108
|
"attribute": "label"
|
2016
2109
|
},
|
2110
|
+
{
|
2111
|
+
"kind": "field",
|
2112
|
+
"name": "lang",
|
2113
|
+
"type": {
|
2114
|
+
"text": "Language"
|
2115
|
+
},
|
2116
|
+
"default": "'en'",
|
2117
|
+
"description": "Sets the internal language of the component",
|
2118
|
+
"attribute": "lang",
|
2119
|
+
"expandedType": {
|
2120
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
2121
|
+
}
|
2122
|
+
},
|
2017
2123
|
{
|
2018
2124
|
"kind": "field",
|
2019
2125
|
"name": "hideLabel",
|
@@ -2078,15 +2184,6 @@
|
|
2078
2184
|
"description": "If true, makes the element not mutable, meaning the user can not edit the control",
|
2079
2185
|
"attribute": "readonly"
|
2080
2186
|
},
|
2081
|
-
{
|
2082
|
-
"kind": "field",
|
2083
|
-
"name": "requiredLabel",
|
2084
|
-
"type": {
|
2085
|
-
"text": "string | undefined"
|
2086
|
-
},
|
2087
|
-
"description": "If defined, renders an alternative A11y text for the asterisk",
|
2088
|
-
"attribute": "required-label"
|
2089
|
-
},
|
2090
2187
|
{
|
2091
2188
|
"kind": "field",
|
2092
2189
|
"name": "selectableFrom",
|
@@ -2203,6 +2300,18 @@
|
|
2203
2300
|
"description": "If defined, sets the input's label. Alternatively, you can use the `label` attribute.",
|
2204
2301
|
"fieldName": "label"
|
2205
2302
|
},
|
2303
|
+
{
|
2304
|
+
"name": "lang",
|
2305
|
+
"type": {
|
2306
|
+
"text": "Language"
|
2307
|
+
},
|
2308
|
+
"default": "'en'",
|
2309
|
+
"description": "Sets the internal language of the component",
|
2310
|
+
"fieldName": "lang",
|
2311
|
+
"expandedType": {
|
2312
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
2313
|
+
}
|
2314
|
+
},
|
2206
2315
|
{
|
2207
2316
|
"name": "hide-label",
|
2208
2317
|
"type": {
|
@@ -2259,14 +2368,6 @@
|
|
2259
2368
|
"description": "If true, makes the element not mutable, meaning the user can not edit the control",
|
2260
2369
|
"fieldName": "readonly"
|
2261
2370
|
},
|
2262
|
-
{
|
2263
|
-
"name": "required-label",
|
2264
|
-
"type": {
|
2265
|
-
"text": "string | undefined"
|
2266
|
-
},
|
2267
|
-
"description": "If defined, renders an alternative A11y text for the asterisk",
|
2268
|
-
"fieldName": "requiredLabel"
|
2269
|
-
},
|
2270
2371
|
{
|
2271
2372
|
"name": "selectable-from",
|
2272
2373
|
"type": {
|
@@ -2472,12 +2573,10 @@
|
|
2472
2573
|
"members": [
|
2473
2574
|
{
|
2474
2575
|
"kind": "field",
|
2475
|
-
"name": "
|
2476
|
-
"
|
2477
|
-
|
2478
|
-
|
2479
|
-
"description": "If defined, sets the aria-label for the close button",
|
2480
|
-
"attribute": "close-button-aria-label"
|
2576
|
+
"name": "#localize",
|
2577
|
+
"privacy": "private",
|
2578
|
+
"readonly": true,
|
2579
|
+
"default": "new LocalizeController(this)"
|
2481
2580
|
},
|
2482
2581
|
{
|
2483
2582
|
"kind": "field",
|
@@ -2498,6 +2597,19 @@
|
|
2498
2597
|
"description": "If true, makes the dialog stretch edge to edge on screen",
|
2499
2598
|
"attribute": "fullscreen"
|
2500
2599
|
},
|
2600
|
+
{
|
2601
|
+
"kind": "field",
|
2602
|
+
"name": "lang",
|
2603
|
+
"type": {
|
2604
|
+
"text": "Language"
|
2605
|
+
},
|
2606
|
+
"default": "'en'",
|
2607
|
+
"description": "Sets the internal language of the component",
|
2608
|
+
"attribute": "lang",
|
2609
|
+
"expandedType": {
|
2610
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
2611
|
+
}
|
2612
|
+
},
|
2501
2613
|
{
|
2502
2614
|
"kind": "field",
|
2503
2615
|
"name": "noCloseButton",
|
@@ -2564,14 +2676,6 @@
|
|
2564
2676
|
}
|
2565
2677
|
],
|
2566
2678
|
"attributes": [
|
2567
|
-
{
|
2568
|
-
"name": "close-button-aria-label",
|
2569
|
-
"type": {
|
2570
|
-
"text": "string | undefined"
|
2571
|
-
},
|
2572
|
-
"description": "If defined, sets the aria-label for the close button",
|
2573
|
-
"fieldName": "closeButtonAriaLabel"
|
2574
|
-
},
|
2575
2679
|
{
|
2576
2680
|
"name": "heading",
|
2577
2681
|
"type": {
|
@@ -2589,6 +2693,18 @@
|
|
2589
2693
|
"description": "If true, makes the dialog stretch edge to edge on screen",
|
2590
2694
|
"fieldName": "fullscreen"
|
2591
2695
|
},
|
2696
|
+
{
|
2697
|
+
"name": "lang",
|
2698
|
+
"type": {
|
2699
|
+
"text": "Language"
|
2700
|
+
},
|
2701
|
+
"default": "'en'",
|
2702
|
+
"description": "Sets the internal language of the component",
|
2703
|
+
"fieldName": "lang",
|
2704
|
+
"expandedType": {
|
2705
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
2706
|
+
}
|
2707
|
+
},
|
2592
2708
|
{
|
2593
2709
|
"name": "no-close-button",
|
2594
2710
|
"type": {
|
@@ -2656,6 +2772,22 @@
|
|
2656
2772
|
}
|
2657
2773
|
],
|
2658
2774
|
"members": [
|
2775
|
+
{
|
2776
|
+
"kind": "field",
|
2777
|
+
"name": "#internals",
|
2778
|
+
"privacy": "private",
|
2779
|
+
"type": {
|
2780
|
+
"text": "ElementInternals"
|
2781
|
+
}
|
2782
|
+
},
|
2783
|
+
{
|
2784
|
+
"kind": "field",
|
2785
|
+
"name": "#states",
|
2786
|
+
"privacy": "private",
|
2787
|
+
"type": {
|
2788
|
+
"text": "CustomStateSet"
|
2789
|
+
}
|
2790
|
+
},
|
2659
2791
|
{
|
2660
2792
|
"kind": "field",
|
2661
2793
|
"name": "color",
|
@@ -2665,9 +2797,8 @@
|
|
2665
2797
|
"default": "'primary'",
|
2666
2798
|
"description": "Defines the Divider color",
|
2667
2799
|
"attribute": "color",
|
2668
|
-
"reflects": true,
|
2669
2800
|
"expandedType": {
|
2670
|
-
"text": "'primary' | 'inverse' | '
|
2801
|
+
"text": "'primary' | 'inverse' | 'emphasized' | 'secondary' | 'tertiary'"
|
2671
2802
|
}
|
2672
2803
|
},
|
2673
2804
|
{
|
@@ -2688,8 +2819,7 @@
|
|
2688
2819
|
},
|
2689
2820
|
"default": "false",
|
2690
2821
|
"description": "If true, renders the divider vertically",
|
2691
|
-
"attribute": "vertical"
|
2692
|
-
"reflects": true
|
2822
|
+
"attribute": "vertical"
|
2693
2823
|
}
|
2694
2824
|
],
|
2695
2825
|
"attributes": [
|
@@ -2702,7 +2832,7 @@
|
|
2702
2832
|
"description": "Defines the Divider color",
|
2703
2833
|
"fieldName": "color",
|
2704
2834
|
"expandedType": {
|
2705
|
-
"text": "'primary' | 'inverse' | '
|
2835
|
+
"text": "'primary' | 'inverse' | 'emphasized' | 'secondary' | 'tertiary'"
|
2706
2836
|
}
|
2707
2837
|
},
|
2708
2838
|
{
|
@@ -2761,13 +2891,26 @@
|
|
2761
2891
|
"members": [
|
2762
2892
|
{
|
2763
2893
|
"kind": "field",
|
2764
|
-
"name": "
|
2894
|
+
"name": "#localize",
|
2895
|
+
"privacy": "private",
|
2896
|
+
"readonly": true,
|
2897
|
+
"default": "new LocalizeController(this)"
|
2898
|
+
},
|
2899
|
+
{
|
2900
|
+
"kind": "field",
|
2901
|
+
"name": "#internals",
|
2902
|
+
"privacy": "private",
|
2765
2903
|
"type": {
|
2766
|
-
"text": "
|
2767
|
-
}
|
2768
|
-
|
2769
|
-
|
2770
|
-
"
|
2904
|
+
"text": "ElementInternals"
|
2905
|
+
}
|
2906
|
+
},
|
2907
|
+
{
|
2908
|
+
"kind": "field",
|
2909
|
+
"name": "#states",
|
2910
|
+
"privacy": "private",
|
2911
|
+
"type": {
|
2912
|
+
"text": "CustomStateSet"
|
2913
|
+
}
|
2771
2914
|
},
|
2772
2915
|
{
|
2773
2916
|
"kind": "field",
|
@@ -2778,16 +2921,31 @@
|
|
2778
2921
|
"description": "Heading for the Drawer",
|
2779
2922
|
"attribute": "heading"
|
2780
2923
|
},
|
2924
|
+
{
|
2925
|
+
"kind": "field",
|
2926
|
+
"name": "lang",
|
2927
|
+
"type": {
|
2928
|
+
"text": "Language"
|
2929
|
+
},
|
2930
|
+
"default": "'en'",
|
2931
|
+
"description": "Sets the internal language of the component",
|
2932
|
+
"attribute": "lang",
|
2933
|
+
"expandedType": {
|
2934
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
2935
|
+
}
|
2936
|
+
},
|
2781
2937
|
{
|
2782
2938
|
"kind": "field",
|
2783
2939
|
"name": "size",
|
2784
2940
|
"type": {
|
2785
|
-
"text": "
|
2941
|
+
"text": "Size"
|
2786
2942
|
},
|
2787
2943
|
"default": "'md'",
|
2788
2944
|
"description": "Sets the max-width",
|
2789
2945
|
"attribute": "size",
|
2790
|
-
"
|
2946
|
+
"expandedType": {
|
2947
|
+
"text": "'sm' | 'md' | 'lg'"
|
2948
|
+
}
|
2791
2949
|
},
|
2792
2950
|
{
|
2793
2951
|
"kind": "field",
|
@@ -2804,12 +2962,14 @@
|
|
2804
2962
|
"kind": "field",
|
2805
2963
|
"name": "placement",
|
2806
2964
|
"type": {
|
2807
|
-
"text": "
|
2965
|
+
"text": "Placement"
|
2808
2966
|
},
|
2809
2967
|
"default": "'right'",
|
2810
2968
|
"description": "Placement of the Drawer",
|
2811
2969
|
"attribute": "placement",
|
2812
|
-
"
|
2970
|
+
"expandedType": {
|
2971
|
+
"text": "'left' | 'right'"
|
2972
|
+
}
|
2813
2973
|
},
|
2814
2974
|
{
|
2815
2975
|
"kind": "method",
|
@@ -2840,15 +3000,6 @@
|
|
2840
3000
|
}
|
2841
3001
|
],
|
2842
3002
|
"attributes": [
|
2843
|
-
{
|
2844
|
-
"name": "close-button-aria-label",
|
2845
|
-
"type": {
|
2846
|
-
"text": "string"
|
2847
|
-
},
|
2848
|
-
"default": "'Close dialog'",
|
2849
|
-
"description": "If defined, sets the aria-label for the close button",
|
2850
|
-
"fieldName": "closeButtonAriaLabel"
|
2851
|
-
},
|
2852
3003
|
{
|
2853
3004
|
"name": "heading",
|
2854
3005
|
"type": {
|
@@ -2857,14 +3008,29 @@
|
|
2857
3008
|
"description": "Heading for the Drawer",
|
2858
3009
|
"fieldName": "heading"
|
2859
3010
|
},
|
3011
|
+
{
|
3012
|
+
"name": "lang",
|
3013
|
+
"type": {
|
3014
|
+
"text": "Language"
|
3015
|
+
},
|
3016
|
+
"default": "'en'",
|
3017
|
+
"description": "Sets the internal language of the component",
|
3018
|
+
"fieldName": "lang",
|
3019
|
+
"expandedType": {
|
3020
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
3021
|
+
}
|
3022
|
+
},
|
2860
3023
|
{
|
2861
3024
|
"name": "size",
|
2862
3025
|
"type": {
|
2863
|
-
"text": "
|
3026
|
+
"text": "Size"
|
2864
3027
|
},
|
2865
3028
|
"default": "'md'",
|
2866
3029
|
"description": "Sets the max-width",
|
2867
|
-
"fieldName": "size"
|
3030
|
+
"fieldName": "size",
|
3031
|
+
"expandedType": {
|
3032
|
+
"text": "'sm' | 'md' | 'lg'"
|
3033
|
+
}
|
2868
3034
|
},
|
2869
3035
|
{
|
2870
3036
|
"name": "open",
|
@@ -2878,11 +3044,14 @@
|
|
2878
3044
|
{
|
2879
3045
|
"name": "placement",
|
2880
3046
|
"type": {
|
2881
|
-
"text": "
|
3047
|
+
"text": "Placement"
|
2882
3048
|
},
|
2883
3049
|
"default": "'right'",
|
2884
3050
|
"description": "Placement of the Drawer",
|
2885
|
-
"fieldName": "placement"
|
3051
|
+
"fieldName": "placement",
|
3052
|
+
"expandedType": {
|
3053
|
+
"text": "'left' | 'right'"
|
3054
|
+
}
|
2886
3055
|
}
|
2887
3056
|
],
|
2888
3057
|
"superclass": {
|
@@ -3005,999 +3174,1104 @@
|
|
3005
3174
|
},
|
3006
3175
|
{
|
3007
3176
|
"kind": "javascript-module",
|
3008
|
-
"path": "components/
|
3177
|
+
"path": "components/link/link.js",
|
3009
3178
|
"declarations": [
|
3010
3179
|
{
|
3011
3180
|
"kind": "class",
|
3012
|
-
"description": "The `<skf-
|
3013
|
-
"name": "
|
3181
|
+
"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.",
|
3182
|
+
"name": "SkfLink",
|
3014
3183
|
"slots": [
|
3015
3184
|
{
|
3016
|
-
"description": "The
|
3185
|
+
"description": "The links' main content",
|
3017
3186
|
"name": ""
|
3018
3187
|
}
|
3019
3188
|
],
|
3020
3189
|
"members": [
|
3021
3190
|
{
|
3022
3191
|
"kind": "field",
|
3023
|
-
"name": "
|
3192
|
+
"name": "#internals",
|
3193
|
+
"privacy": "private",
|
3024
3194
|
"type": {
|
3025
|
-
"text": "
|
3026
|
-
}
|
3027
|
-
|
3028
|
-
"attribute": "vertical",
|
3029
|
-
"reflects": true
|
3030
|
-
}
|
3031
|
-
],
|
3032
|
-
"attributes": [
|
3195
|
+
"text": "ElementInternals"
|
3196
|
+
}
|
3197
|
+
},
|
3033
3198
|
{
|
3034
|
-
"
|
3199
|
+
"kind": "field",
|
3200
|
+
"name": "#states",
|
3201
|
+
"privacy": "private",
|
3202
|
+
"type": {
|
3203
|
+
"text": "CustomStateSet"
|
3204
|
+
}
|
3205
|
+
},
|
3206
|
+
{
|
3207
|
+
"kind": "field",
|
3208
|
+
"name": "as",
|
3209
|
+
"type": {
|
3210
|
+
"text": "'button' | 'link'"
|
3211
|
+
},
|
3212
|
+
"default": "'link'",
|
3213
|
+
"description": "Defines the semantic element to render",
|
3214
|
+
"attribute": "as"
|
3215
|
+
},
|
3216
|
+
{
|
3217
|
+
"kind": "field",
|
3218
|
+
"name": "color",
|
3219
|
+
"type": {
|
3220
|
+
"text": "Color"
|
3221
|
+
},
|
3222
|
+
"default": "'primary'",
|
3223
|
+
"description": "Defines the text-color",
|
3224
|
+
"attribute": "color",
|
3225
|
+
"expandedType": {
|
3226
|
+
"text": "'primary' | 'inverse'"
|
3227
|
+
}
|
3228
|
+
},
|
3229
|
+
{
|
3230
|
+
"kind": "field",
|
3231
|
+
"name": "disabled",
|
3035
3232
|
"type": {
|
3036
3233
|
"text": "boolean"
|
3037
3234
|
},
|
3038
3235
|
"default": "false",
|
3039
|
-
"
|
3040
|
-
|
3041
|
-
|
3042
|
-
"superclass": {
|
3043
|
-
"name": "SkfElement",
|
3044
|
-
"package": "@internal/components/skf-element"
|
3045
|
-
},
|
3046
|
-
"tagName": "skf-nav",
|
3047
|
-
"customElement": true
|
3048
|
-
}
|
3049
|
-
],
|
3050
|
-
"exports": [
|
3051
|
-
{
|
3052
|
-
"kind": "js",
|
3053
|
-
"name": "SkfNav",
|
3054
|
-
"declaration": {
|
3055
|
-
"name": "SkfNav",
|
3056
|
-
"module": "src/components/nav/nav.component.ts"
|
3057
|
-
}
|
3058
|
-
}
|
3059
|
-
],
|
3060
|
-
"typeDefinitionPath": "components/nav/nav.d.ts"
|
3061
|
-
},
|
3062
|
-
{
|
3063
|
-
"kind": "javascript-module",
|
3064
|
-
"path": "components/header/header.js",
|
3065
|
-
"declarations": [
|
3066
|
-
{
|
3067
|
-
"kind": "class",
|
3068
|
-
"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.",
|
3069
|
-
"name": "SkfHeader",
|
3070
|
-
"slots": [
|
3236
|
+
"description": "If true, disables the link",
|
3237
|
+
"attribute": "disabled"
|
3238
|
+
},
|
3071
3239
|
{
|
3072
|
-
"
|
3073
|
-
"name": ""
|
3074
|
-
|
3075
|
-
|
3076
|
-
|
3240
|
+
"kind": "field",
|
3241
|
+
"name": "download",
|
3242
|
+
"type": {
|
3243
|
+
"text": "boolean"
|
3244
|
+
},
|
3245
|
+
"default": "false",
|
3246
|
+
"description": "If defined, downloads the url",
|
3247
|
+
"attribute": "download"
|
3248
|
+
},
|
3077
3249
|
{
|
3078
3250
|
"kind": "field",
|
3079
|
-
"name": "
|
3080
|
-
"
|
3081
|
-
|
3082
|
-
|
3251
|
+
"name": "href",
|
3252
|
+
"type": {
|
3253
|
+
"text": "string | undefined"
|
3254
|
+
},
|
3255
|
+
"description": "If defined, loads url on click",
|
3256
|
+
"attribute": "href"
|
3083
3257
|
},
|
3084
3258
|
{
|
3085
3259
|
"kind": "field",
|
3086
|
-
"name": "
|
3260
|
+
"name": "icon",
|
3087
3261
|
"type": {
|
3088
|
-
"text": "
|
3262
|
+
"text": "Icon | undefined"
|
3089
3263
|
},
|
3090
|
-
"
|
3091
|
-
"
|
3092
|
-
"
|
3264
|
+
"description": "If defined, renders an icon before or after the text",
|
3265
|
+
"attribute": "icon",
|
3266
|
+
"expandedType": {
|
3267
|
+
"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"
|
3268
|
+
}
|
3093
3269
|
},
|
3094
3270
|
{
|
3095
3271
|
"kind": "field",
|
3096
|
-
"name": "
|
3272
|
+
"name": "iconRight",
|
3273
|
+
"type": {
|
3274
|
+
"text": "boolean"
|
3275
|
+
},
|
3276
|
+
"default": "false",
|
3277
|
+
"description": "If true, the icon is placed to the right in relation to the text",
|
3278
|
+
"attribute": "icon-right"
|
3279
|
+
},
|
3280
|
+
{
|
3281
|
+
"kind": "field",
|
3282
|
+
"name": "rel",
|
3097
3283
|
"type": {
|
3098
3284
|
"text": "string | undefined"
|
3099
3285
|
},
|
3100
|
-
"description": "If defined,
|
3101
|
-
"attribute": "
|
3286
|
+
"description": "If defined, describes the relationship between a linked resource and the current document",
|
3287
|
+
"attribute": "rel"
|
3102
3288
|
},
|
3103
3289
|
{
|
3104
3290
|
"kind": "field",
|
3105
|
-
"name": "
|
3291
|
+
"name": "route",
|
3106
3292
|
"type": {
|
3107
3293
|
"text": "string | undefined"
|
3108
3294
|
},
|
3109
|
-
"description": "If defined,
|
3110
|
-
"attribute": "
|
3295
|
+
"description": "If defined, used on conjunction with onClick property. **Notice!** Only applicable to as=button.",
|
3296
|
+
"attribute": "route"
|
3297
|
+
},
|
3298
|
+
{
|
3299
|
+
"kind": "field",
|
3300
|
+
"name": "stretch",
|
3301
|
+
"type": {
|
3302
|
+
"text": "boolean"
|
3303
|
+
},
|
3304
|
+
"default": "false",
|
3305
|
+
"description": "If true, fills the parents horizontal axis",
|
3306
|
+
"attribute": "stretch"
|
3307
|
+
},
|
3308
|
+
{
|
3309
|
+
"kind": "field",
|
3310
|
+
"name": "target",
|
3311
|
+
"type": {
|
3312
|
+
"text": "'_blank' | '_parent' | '_self' | '_top' | undefined"
|
3313
|
+
},
|
3314
|
+
"description": "If defined, specifies where to open the linked document",
|
3315
|
+
"attribute": "target"
|
3316
|
+
},
|
3317
|
+
{
|
3318
|
+
"kind": "method",
|
3319
|
+
"name": "_handleAsChange"
|
3320
|
+
}
|
3321
|
+
],
|
3322
|
+
"events": [
|
3323
|
+
{
|
3324
|
+
"type": {
|
3325
|
+
"text": "CustomEvent"
|
3326
|
+
},
|
3327
|
+
"description": "Fired when the link is clicked",
|
3328
|
+
"name": "skf-link-click"
|
3111
3329
|
}
|
3112
3330
|
],
|
3113
3331
|
"attributes": [
|
3114
3332
|
{
|
3115
|
-
"name": "
|
3116
|
-
"
|
3117
|
-
|
3333
|
+
"name": "as",
|
3334
|
+
"type": {
|
3335
|
+
"text": "'button' | 'link'"
|
3336
|
+
},
|
3337
|
+
"default": "'link'",
|
3338
|
+
"description": "Defines the semantic element to render",
|
3339
|
+
"fieldName": "as"
|
3118
3340
|
},
|
3119
3341
|
{
|
3120
|
-
"name": "
|
3342
|
+
"name": "color",
|
3121
3343
|
"type": {
|
3122
|
-
"text": "
|
3344
|
+
"text": "Color"
|
3123
3345
|
},
|
3124
|
-
"default": "'
|
3125
|
-
"description": "
|
3126
|
-
"fieldName": "
|
3346
|
+
"default": "'primary'",
|
3347
|
+
"description": "Defines the text-color",
|
3348
|
+
"fieldName": "color",
|
3349
|
+
"expandedType": {
|
3350
|
+
"text": "'primary' | 'inverse'"
|
3351
|
+
}
|
3127
3352
|
},
|
3128
3353
|
{
|
3129
|
-
"name": "
|
3354
|
+
"name": "disabled",
|
3355
|
+
"type": {
|
3356
|
+
"text": "boolean"
|
3357
|
+
},
|
3358
|
+
"default": "false",
|
3359
|
+
"description": "If true, disables the link",
|
3360
|
+
"fieldName": "disabled"
|
3361
|
+
},
|
3362
|
+
{
|
3363
|
+
"name": "download",
|
3364
|
+
"type": {
|
3365
|
+
"text": "boolean"
|
3366
|
+
},
|
3367
|
+
"default": "false",
|
3368
|
+
"description": "If defined, downloads the url",
|
3369
|
+
"fieldName": "download"
|
3370
|
+
},
|
3371
|
+
{
|
3372
|
+
"name": "href",
|
3130
3373
|
"type": {
|
3131
3374
|
"text": "string | undefined"
|
3132
3375
|
},
|
3133
|
-
"description": "If defined,
|
3134
|
-
"fieldName": "
|
3376
|
+
"description": "If defined, loads url on click",
|
3377
|
+
"fieldName": "href"
|
3135
3378
|
},
|
3136
3379
|
{
|
3137
|
-
"name": "
|
3380
|
+
"name": "icon",
|
3381
|
+
"type": {
|
3382
|
+
"text": "Icon | undefined"
|
3383
|
+
},
|
3384
|
+
"description": "If defined, renders an icon before or after the text",
|
3385
|
+
"fieldName": "icon",
|
3386
|
+
"expandedType": {
|
3387
|
+
"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"
|
3388
|
+
}
|
3389
|
+
},
|
3390
|
+
{
|
3391
|
+
"name": "icon-right",
|
3392
|
+
"type": {
|
3393
|
+
"text": "boolean"
|
3394
|
+
},
|
3395
|
+
"default": "false",
|
3396
|
+
"description": "If true, the icon is placed to the right in relation to the text",
|
3397
|
+
"fieldName": "iconRight"
|
3398
|
+
},
|
3399
|
+
{
|
3400
|
+
"name": "rel",
|
3138
3401
|
"type": {
|
3139
3402
|
"text": "string | undefined"
|
3140
3403
|
},
|
3141
|
-
"description": "If defined,
|
3142
|
-
"fieldName": "
|
3404
|
+
"description": "If defined, describes the relationship between a linked resource and the current document",
|
3405
|
+
"fieldName": "rel"
|
3406
|
+
},
|
3407
|
+
{
|
3408
|
+
"name": "route",
|
3409
|
+
"type": {
|
3410
|
+
"text": "string | undefined"
|
3411
|
+
},
|
3412
|
+
"description": "If defined, used on conjunction with onClick property. **Notice!** Only applicable to as=button.",
|
3413
|
+
"fieldName": "route"
|
3414
|
+
},
|
3415
|
+
{
|
3416
|
+
"name": "stretch",
|
3417
|
+
"type": {
|
3418
|
+
"text": "boolean"
|
3419
|
+
},
|
3420
|
+
"default": "false",
|
3421
|
+
"description": "If true, fills the parents horizontal axis",
|
3422
|
+
"fieldName": "stretch"
|
3423
|
+
},
|
3424
|
+
{
|
3425
|
+
"name": "target",
|
3426
|
+
"type": {
|
3427
|
+
"text": "'_blank' | '_parent' | '_self' | '_top' | undefined"
|
3428
|
+
},
|
3429
|
+
"description": "If defined, specifies where to open the linked document",
|
3430
|
+
"fieldName": "target"
|
3143
3431
|
}
|
3144
3432
|
],
|
3145
3433
|
"superclass": {
|
3146
3434
|
"name": "SkfElement",
|
3147
|
-
"package": "@internal/components/skf-element"
|
3435
|
+
"package": "@internal/components/skf-element.js"
|
3148
3436
|
},
|
3149
|
-
"tagName": "skf-
|
3437
|
+
"tagName": "skf-link",
|
3150
3438
|
"customElement": true
|
3151
3439
|
}
|
3152
3440
|
],
|
3153
3441
|
"exports": [
|
3154
3442
|
{
|
3155
3443
|
"kind": "js",
|
3156
|
-
"name": "
|
3444
|
+
"name": "SkfLink",
|
3157
3445
|
"declaration": {
|
3158
|
-
"name": "
|
3159
|
-
"module": "src/components/
|
3446
|
+
"name": "SkfLink",
|
3447
|
+
"module": "src/components/link/link.component.ts"
|
3160
3448
|
}
|
3161
3449
|
}
|
3162
3450
|
],
|
3163
|
-
"typeDefinitionPath": "components/
|
3451
|
+
"typeDefinitionPath": "components/link/link.d.ts"
|
3164
3452
|
},
|
3165
3453
|
{
|
3166
3454
|
"kind": "javascript-module",
|
3167
|
-
"path": "components/
|
3455
|
+
"path": "components/nav/nav-item.js",
|
3168
3456
|
"declarations": [
|
3169
3457
|
{
|
3170
3458
|
"kind": "class",
|
3171
|
-
"description": "The skf-
|
3172
|
-
"name": "
|
3459
|
+
"description": "The `<skf-nav>` is a component that displays a list of <nav-items>.",
|
3460
|
+
"name": "SkfNavItem",
|
3173
3461
|
"slots": [
|
3174
3462
|
{
|
3175
|
-
"description": "The
|
3463
|
+
"description": "The component's main content",
|
3176
3464
|
"name": ""
|
3177
3465
|
}
|
3178
3466
|
],
|
3179
3467
|
"members": [
|
3180
3468
|
{
|
3181
3469
|
"kind": "field",
|
3182
|
-
"name": "
|
3183
|
-
"
|
3184
|
-
"text": "string | undefined"
|
3185
|
-
},
|
3186
|
-
"privacy": "private"
|
3187
|
-
},
|
3188
|
-
{
|
3189
|
-
"kind": "field",
|
3190
|
-
"name": "autocomplete",
|
3470
|
+
"name": "#internals",
|
3471
|
+
"privacy": "private",
|
3191
3472
|
"type": {
|
3192
|
-
"text": "
|
3193
|
-
}
|
3194
|
-
"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.",
|
3195
|
-
"attribute": "autocomplete"
|
3473
|
+
"text": "ElementInternals"
|
3474
|
+
}
|
3196
3475
|
},
|
3197
3476
|
{
|
3198
3477
|
"kind": "field",
|
3199
|
-
"name": "
|
3478
|
+
"name": "#states",
|
3479
|
+
"privacy": "private",
|
3200
3480
|
"type": {
|
3201
|
-
"text": "
|
3202
|
-
}
|
3203
|
-
"default": "'Clear input'",
|
3204
|
-
"description": "Custom aria-label for the clear button. **Notice!** Only applicable to type=search.",
|
3205
|
-
"attribute": "button-aria-label-clear"
|
3481
|
+
"text": "CustomStateSet"
|
3482
|
+
}
|
3206
3483
|
},
|
3207
3484
|
{
|
3208
3485
|
"kind": "field",
|
3209
|
-
"name": "
|
3486
|
+
"name": "href",
|
3210
3487
|
"type": {
|
3211
3488
|
"text": "string"
|
3212
3489
|
},
|
3213
|
-
"default": "'
|
3214
|
-
"
|
3215
|
-
"attribute": "button-aria-label-hide"
|
3490
|
+
"default": "''",
|
3491
|
+
"attribute": "href"
|
3216
3492
|
},
|
3217
3493
|
{
|
3218
3494
|
"kind": "field",
|
3219
|
-
"name": "
|
3495
|
+
"name": "icon",
|
3220
3496
|
"type": {
|
3221
|
-
"text": "
|
3497
|
+
"text": "Icon | undefined"
|
3222
3498
|
},
|
3223
|
-
"
|
3224
|
-
"
|
3225
|
-
|
3226
|
-
|
3227
|
-
{
|
3228
|
-
"kind": "field",
|
3229
|
-
"name": "customInvalid",
|
3230
|
-
"description": "If defined, forces component to invalid state until removed. Its value is used as hint text.",
|
3231
|
-
"attribute": "custom-invalid",
|
3232
|
-
"reflects": true
|
3499
|
+
"attribute": "icon",
|
3500
|
+
"expandedType": {
|
3501
|
+
"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"
|
3502
|
+
}
|
3233
3503
|
},
|
3234
3504
|
{
|
3235
3505
|
"kind": "field",
|
3236
|
-
"name": "
|
3506
|
+
"name": "vertical",
|
3237
3507
|
"type": {
|
3238
3508
|
"text": "boolean"
|
3239
3509
|
},
|
3240
|
-
"default": "false"
|
3241
|
-
|
3242
|
-
|
3243
|
-
|
3510
|
+
"default": "false"
|
3511
|
+
}
|
3512
|
+
],
|
3513
|
+
"attributes": [
|
3244
3514
|
{
|
3245
|
-
"
|
3246
|
-
"name": "hideLabel",
|
3515
|
+
"name": "href",
|
3247
3516
|
"type": {
|
3248
|
-
"text": "
|
3517
|
+
"text": "string"
|
3249
3518
|
},
|
3250
|
-
"default": "
|
3251
|
-
"
|
3252
|
-
"attribute": "hide-label"
|
3519
|
+
"default": "''",
|
3520
|
+
"fieldName": "href"
|
3253
3521
|
},
|
3254
3522
|
{
|
3255
|
-
"
|
3256
|
-
"name": "hint",
|
3523
|
+
"name": "icon",
|
3257
3524
|
"type": {
|
3258
|
-
"text": "
|
3525
|
+
"text": "Icon | undefined"
|
3259
3526
|
},
|
3260
|
-
"
|
3261
|
-
"
|
3262
|
-
|
3527
|
+
"fieldName": "icon",
|
3528
|
+
"expandedType": {
|
3529
|
+
"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"
|
3530
|
+
}
|
3531
|
+
}
|
3532
|
+
],
|
3533
|
+
"superclass": {
|
3534
|
+
"name": "SkfElement",
|
3535
|
+
"package": "@internal/components/skf-element"
|
3536
|
+
},
|
3537
|
+
"tagName": "skf-nav-item",
|
3538
|
+
"customElement": true
|
3539
|
+
}
|
3540
|
+
],
|
3541
|
+
"exports": [
|
3542
|
+
{
|
3543
|
+
"kind": "js",
|
3544
|
+
"name": "SkfNavItem",
|
3545
|
+
"declaration": {
|
3546
|
+
"name": "SkfNavItem",
|
3547
|
+
"module": "src/components/nav/nav-item.component.ts"
|
3548
|
+
}
|
3549
|
+
}
|
3550
|
+
],
|
3551
|
+
"typeDefinitionPath": "components/nav/nav-item.d.ts"
|
3552
|
+
},
|
3553
|
+
{
|
3554
|
+
"kind": "javascript-module",
|
3555
|
+
"path": "components/nav/nav.js",
|
3556
|
+
"declarations": [
|
3557
|
+
{
|
3558
|
+
"kind": "class",
|
3559
|
+
"description": "The `<skf-nav>` is a component that displays a list of <nav-items>.",
|
3560
|
+
"name": "SkfNav",
|
3561
|
+
"slots": [
|
3263
3562
|
{
|
3264
|
-
"
|
3265
|
-
"name": "
|
3266
|
-
|
3267
|
-
|
3268
|
-
|
3269
|
-
"default": "'text'",
|
3270
|
-
"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.",
|
3271
|
-
"attribute": "inputmode"
|
3272
|
-
},
|
3563
|
+
"description": "The component's main content",
|
3564
|
+
"name": ""
|
3565
|
+
}
|
3566
|
+
],
|
3567
|
+
"members": [
|
3273
3568
|
{
|
3274
3569
|
"kind": "field",
|
3275
|
-
"name": "
|
3276
|
-
"
|
3277
|
-
|
3278
|
-
|
3279
|
-
"description": "If defined, sets the input's label. Alternatively, you can use the `label` attribute.",
|
3280
|
-
"attribute": "label"
|
3570
|
+
"name": "#localize",
|
3571
|
+
"privacy": "private",
|
3572
|
+
"readonly": true,
|
3573
|
+
"default": "new LocalizeController(this)"
|
3281
3574
|
},
|
3282
3575
|
{
|
3283
3576
|
"kind": "field",
|
3284
|
-
"name": "
|
3577
|
+
"name": "#internals",
|
3578
|
+
"privacy": "private",
|
3285
3579
|
"type": {
|
3286
|
-
"text": "
|
3287
|
-
}
|
3288
|
-
"description": "If defined, displays a prefix/adornment before the input-element",
|
3289
|
-
"attribute": "leading"
|
3580
|
+
"text": "ElementInternals"
|
3581
|
+
}
|
3290
3582
|
},
|
3291
3583
|
{
|
3292
3584
|
"kind": "field",
|
3293
|
-
"name": "
|
3585
|
+
"name": "#states",
|
3586
|
+
"privacy": "private",
|
3294
3587
|
"type": {
|
3295
|
-
"text": "
|
3296
|
-
}
|
3297
|
-
"description": "If defined, sets the maximum value to accept for this input",
|
3298
|
-
"attribute": "max"
|
3588
|
+
"text": "CustomStateSet"
|
3589
|
+
}
|
3299
3590
|
},
|
3300
3591
|
{
|
3301
3592
|
"kind": "field",
|
3302
|
-
"name": "
|
3593
|
+
"name": "lang",
|
3303
3594
|
"type": {
|
3304
|
-
"text": "
|
3595
|
+
"text": "Language"
|
3305
3596
|
},
|
3306
|
-
"
|
3307
|
-
"
|
3597
|
+
"default": "'en'",
|
3598
|
+
"description": "Sets the internal language of the component",
|
3599
|
+
"attribute": "lang",
|
3600
|
+
"expandedType": {
|
3601
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
3602
|
+
}
|
3308
3603
|
},
|
3309
3604
|
{
|
3310
3605
|
"kind": "field",
|
3311
|
-
"name": "
|
3606
|
+
"name": "vertical",
|
3312
3607
|
"type": {
|
3313
|
-
"text": "
|
3608
|
+
"text": "boolean"
|
3314
3609
|
},
|
3315
|
-
"
|
3316
|
-
"
|
3317
|
-
|
3610
|
+
"default": "false",
|
3611
|
+
"description": "If true, the navigation will be displayed vertically",
|
3612
|
+
"attribute": "vertical"
|
3613
|
+
}
|
3614
|
+
],
|
3615
|
+
"attributes": [
|
3318
3616
|
{
|
3319
|
-
"
|
3320
|
-
"name": "minLength",
|
3617
|
+
"name": "lang",
|
3321
3618
|
"type": {
|
3322
|
-
"text": "
|
3619
|
+
"text": "Language"
|
3323
3620
|
},
|
3324
|
-
"
|
3325
|
-
"
|
3621
|
+
"default": "'en'",
|
3622
|
+
"description": "Sets the internal language of the component",
|
3623
|
+
"fieldName": "lang",
|
3624
|
+
"expandedType": {
|
3625
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
3626
|
+
}
|
3326
3627
|
},
|
3327
3628
|
{
|
3328
|
-
"
|
3329
|
-
"name": "name",
|
3629
|
+
"name": "vertical",
|
3330
3630
|
"type": {
|
3331
|
-
"text": "
|
3631
|
+
"text": "boolean"
|
3332
3632
|
},
|
3333
|
-
"
|
3334
|
-
"
|
3335
|
-
"
|
3336
|
-
}
|
3633
|
+
"default": "false",
|
3634
|
+
"description": "If true, the navigation will be displayed vertically",
|
3635
|
+
"fieldName": "vertical"
|
3636
|
+
}
|
3637
|
+
],
|
3638
|
+
"superclass": {
|
3639
|
+
"name": "SkfElement",
|
3640
|
+
"package": "@internal/components/skf-element"
|
3641
|
+
},
|
3642
|
+
"tagName": "skf-nav",
|
3643
|
+
"customElement": true
|
3644
|
+
}
|
3645
|
+
],
|
3646
|
+
"exports": [
|
3647
|
+
{
|
3648
|
+
"kind": "js",
|
3649
|
+
"name": "SkfNav",
|
3650
|
+
"declaration": {
|
3651
|
+
"name": "SkfNav",
|
3652
|
+
"module": "src/components/nav/nav.component.ts"
|
3653
|
+
}
|
3654
|
+
}
|
3655
|
+
],
|
3656
|
+
"typeDefinitionPath": "components/nav/nav.d.ts"
|
3657
|
+
},
|
3658
|
+
{
|
3659
|
+
"kind": "javascript-module",
|
3660
|
+
"path": "components/header/header.js",
|
3661
|
+
"declarations": [
|
3662
|
+
{
|
3663
|
+
"kind": "class",
|
3664
|
+
"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.",
|
3665
|
+
"name": "SkfHeader",
|
3666
|
+
"slots": [
|
3667
|
+
{
|
3668
|
+
"description": "Navigation items",
|
3669
|
+
"name": ""
|
3670
|
+
}
|
3671
|
+
],
|
3672
|
+
"members": [
|
3337
3673
|
{
|
3338
3674
|
"kind": "field",
|
3339
|
-
"name": "
|
3340
|
-
"
|
3341
|
-
|
3342
|
-
|
3343
|
-
"description": "If defined, adds name to the input-element",
|
3344
|
-
"attribute": "pattern"
|
3675
|
+
"name": "#localize",
|
3676
|
+
"privacy": "private",
|
3677
|
+
"readonly": true,
|
3678
|
+
"default": "new LocalizeController(this)"
|
3345
3679
|
},
|
3346
3680
|
{
|
3347
3681
|
"kind": "field",
|
3348
|
-
"name": "
|
3349
|
-
"
|
3350
|
-
|
3351
|
-
|
3352
|
-
"description": "If defined, displays placeholder text",
|
3353
|
-
"attribute": "placeholder"
|
3682
|
+
"name": "compact",
|
3683
|
+
"description": "If true, sets header to display in compact mode only (hanburger menu and drawer)",
|
3684
|
+
"attribute": "compact",
|
3685
|
+
"reflects": true
|
3354
3686
|
},
|
3355
3687
|
{
|
3356
3688
|
"kind": "field",
|
3357
|
-
"name": "
|
3689
|
+
"name": "lang",
|
3358
3690
|
"type": {
|
3359
|
-
"text": "
|
3691
|
+
"text": "Language"
|
3360
3692
|
},
|
3361
|
-
"default": "
|
3362
|
-
"description": "
|
3363
|
-
"attribute": "
|
3693
|
+
"default": "'en'",
|
3694
|
+
"description": "Sets the internal language of the component",
|
3695
|
+
"attribute": "lang",
|
3696
|
+
"expandedType": {
|
3697
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
3698
|
+
}
|
3364
3699
|
},
|
3365
3700
|
{
|
3366
3701
|
"kind": "field",
|
3367
|
-
"name": "
|
3702
|
+
"name": "siteName",
|
3368
3703
|
"type": {
|
3369
3704
|
"text": "string | undefined"
|
3370
3705
|
},
|
3371
|
-
"description": "If defined,
|
3372
|
-
"attribute": "
|
3706
|
+
"description": "If defined, sets the app or site's name",
|
3707
|
+
"attribute": "site-name"
|
3373
3708
|
},
|
3374
3709
|
{
|
3375
3710
|
"kind": "field",
|
3376
|
-
"name": "
|
3711
|
+
"name": "siteUrl",
|
3377
3712
|
"type": {
|
3378
|
-
"text": "
|
3713
|
+
"text": "string | undefined"
|
3379
3714
|
},
|
3380
|
-
"description": "If defined,
|
3381
|
-
"attribute": "
|
3382
|
-
|
3383
|
-
|
3715
|
+
"description": "If defined, sets the site's base-url for the \"logo-link\"",
|
3716
|
+
"attribute": "site-url"
|
3717
|
+
}
|
3718
|
+
],
|
3719
|
+
"attributes": [
|
3384
3720
|
{
|
3385
|
-
"
|
3386
|
-
"
|
3387
|
-
"
|
3388
|
-
"text": "boolean"
|
3389
|
-
},
|
3390
|
-
"default": "false",
|
3391
|
-
"description": "If true, displays valid state after interaction",
|
3392
|
-
"attribute": "show-valid"
|
3721
|
+
"name": "compact",
|
3722
|
+
"description": "If true, sets header to display in compact mode only (hanburger menu and drawer)",
|
3723
|
+
"fieldName": "compact"
|
3393
3724
|
},
|
3394
3725
|
{
|
3395
|
-
"
|
3396
|
-
"name": "size",
|
3726
|
+
"name": "lang",
|
3397
3727
|
"type": {
|
3398
|
-
"text": "
|
3728
|
+
"text": "Language"
|
3399
3729
|
},
|
3400
|
-
"default": "'
|
3401
|
-
"description": "
|
3402
|
-
"
|
3403
|
-
"
|
3730
|
+
"default": "'en'",
|
3731
|
+
"description": "Sets the internal language of the component",
|
3732
|
+
"fieldName": "lang",
|
3733
|
+
"expandedType": {
|
3734
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
3735
|
+
}
|
3404
3736
|
},
|
3405
3737
|
{
|
3406
|
-
"
|
3407
|
-
"name": "trailing",
|
3738
|
+
"name": "site-name",
|
3408
3739
|
"type": {
|
3409
3740
|
"text": "string | undefined"
|
3410
3741
|
},
|
3411
|
-
"description": "If defined,
|
3412
|
-
"
|
3413
|
-
},
|
3414
|
-
{
|
3415
|
-
"kind": "field",
|
3416
|
-
"name": "type",
|
3417
|
-
"type": {
|
3418
|
-
"text": "'email' | 'number' | 'password' | 'search' | 'tel' | 'text' | 'url'"
|
3419
|
-
},
|
3420
|
-
"default": "'text'",
|
3421
|
-
"description": "Type of input",
|
3422
|
-
"attribute": "type"
|
3742
|
+
"description": "If defined, sets the app or site's name",
|
3743
|
+
"fieldName": "siteName"
|
3423
3744
|
},
|
3424
3745
|
{
|
3425
|
-
"
|
3426
|
-
"name": "validateOn",
|
3746
|
+
"name": "site-url",
|
3427
3747
|
"type": {
|
3428
|
-
"text": "
|
3748
|
+
"text": "string | undefined"
|
3429
3749
|
},
|
3430
|
-
"
|
3431
|
-
"
|
3432
|
-
"attribute": "validate-on"
|
3433
|
-
},
|
3434
|
-
{
|
3435
|
-
"kind": "field",
|
3436
|
-
"name": "value",
|
3437
|
-
"description": "The current value of the input field",
|
3438
|
-
"attribute": "value"
|
3750
|
+
"description": "If defined, sets the site's base-url for the \"logo-link\"",
|
3751
|
+
"fieldName": "siteUrl"
|
3439
3752
|
}
|
3440
3753
|
],
|
3441
|
-
"
|
3442
|
-
|
3443
|
-
|
3444
|
-
|
3445
|
-
|
3446
|
-
|
3447
|
-
|
3448
|
-
|
3754
|
+
"superclass": {
|
3755
|
+
"name": "SkfElement",
|
3756
|
+
"package": "@internal/components/skf-element"
|
3757
|
+
},
|
3758
|
+
"tagName": "skf-header",
|
3759
|
+
"customElement": true
|
3760
|
+
}
|
3761
|
+
],
|
3762
|
+
"exports": [
|
3763
|
+
{
|
3764
|
+
"kind": "js",
|
3765
|
+
"name": "SkfHeader",
|
3766
|
+
"declaration": {
|
3767
|
+
"name": "SkfHeader",
|
3768
|
+
"module": "src/components/header/header.component.ts"
|
3769
|
+
}
|
3770
|
+
}
|
3771
|
+
],
|
3772
|
+
"typeDefinitionPath": "components/header/header.d.ts"
|
3773
|
+
},
|
3774
|
+
{
|
3775
|
+
"kind": "javascript-module",
|
3776
|
+
"path": "components/input/input.js",
|
3777
|
+
"declarations": [
|
3778
|
+
{
|
3779
|
+
"kind": "class",
|
3780
|
+
"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",
|
3781
|
+
"name": "SkfInput",
|
3782
|
+
"slots": [
|
3449
3783
|
{
|
3450
|
-
"
|
3451
|
-
|
3452
|
-
},
|
3453
|
-
"description": "Fires when the input is invalid",
|
3454
|
-
"name": "invalid"
|
3784
|
+
"description": "The Inputs label. Alternatively, you can use the `label` attribute.",
|
3785
|
+
"name": ""
|
3455
3786
|
}
|
3456
3787
|
],
|
3457
|
-
"
|
3458
|
-
{
|
3459
|
-
"type": {
|
3460
|
-
"text": "boolean"
|
3461
|
-
},
|
3462
|
-
"description": "If true, sets disabled state",
|
3463
|
-
"name": "disabled",
|
3464
|
-
"default": "false"
|
3465
|
-
},
|
3788
|
+
"members": [
|
3466
3789
|
{
|
3790
|
+
"kind": "field",
|
3791
|
+
"name": "customError",
|
3467
3792
|
"type": {
|
3468
|
-
"text": "
|
3793
|
+
"text": "string | undefined"
|
3469
3794
|
},
|
3470
|
-
"
|
3471
|
-
"name": "required",
|
3472
|
-
"default": "false"
|
3795
|
+
"privacy": "private"
|
3473
3796
|
},
|
3474
3797
|
{
|
3798
|
+
"kind": "field",
|
3475
3799
|
"name": "autocomplete",
|
3476
3800
|
"type": {
|
3477
3801
|
"text": "HTMLInputElement['autocomplete'] | undefined"
|
3478
3802
|
},
|
3479
3803
|
"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.",
|
3480
|
-
"
|
3481
|
-
},
|
3482
|
-
{
|
3483
|
-
"name": "button-aria-label-clear",
|
3484
|
-
"type": {
|
3485
|
-
"text": "string"
|
3486
|
-
},
|
3487
|
-
"default": "'Clear input'",
|
3488
|
-
"description": "Custom aria-label for the clear button. **Notice!** Only applicable to type=search.",
|
3489
|
-
"fieldName": "buttonAriaLabelClear"
|
3490
|
-
},
|
3491
|
-
{
|
3492
|
-
"name": "button-aria-label-hide",
|
3493
|
-
"type": {
|
3494
|
-
"text": "string"
|
3495
|
-
},
|
3496
|
-
"default": "'Hide password'",
|
3497
|
-
"description": "Custom aria-label for the visibility button. **Notice!** Only applicable to type=password.",
|
3498
|
-
"fieldName": "buttonAriaLabelHide"
|
3499
|
-
},
|
3500
|
-
{
|
3501
|
-
"name": "button-aria-label-show",
|
3502
|
-
"type": {
|
3503
|
-
"text": "string"
|
3504
|
-
},
|
3505
|
-
"default": "'Show password'",
|
3506
|
-
"description": "Custom aria-label for the visibility button **Notice!** Only applicable to type=password.",
|
3507
|
-
"fieldName": "buttonAriaLabelShow"
|
3804
|
+
"attribute": "autocomplete"
|
3508
3805
|
},
|
3509
3806
|
{
|
3510
|
-
"
|
3807
|
+
"kind": "field",
|
3808
|
+
"name": "customInvalid",
|
3511
3809
|
"description": "If defined, forces component to invalid state until removed. Its value is used as hint text.",
|
3512
|
-
"
|
3810
|
+
"attribute": "custom-invalid",
|
3811
|
+
"reflects": true
|
3513
3812
|
},
|
3514
3813
|
{
|
3814
|
+
"kind": "field",
|
3515
3815
|
"name": "debug",
|
3516
3816
|
"type": {
|
3517
3817
|
"text": "boolean"
|
3518
3818
|
},
|
3519
3819
|
"default": "false",
|
3520
3820
|
"description": "If true, outputs helping hints in console",
|
3521
|
-
"
|
3821
|
+
"attribute": "debug"
|
3522
3822
|
},
|
3523
3823
|
{
|
3524
|
-
"
|
3824
|
+
"kind": "field",
|
3825
|
+
"name": "hideLabel",
|
3525
3826
|
"type": {
|
3526
3827
|
"text": "boolean"
|
3527
3828
|
},
|
3528
3829
|
"default": "false",
|
3529
3830
|
"description": "If true, hides the label visually",
|
3530
|
-
"
|
3831
|
+
"attribute": "hide-label"
|
3531
3832
|
},
|
3532
3833
|
{
|
3834
|
+
"kind": "field",
|
3533
3835
|
"name": "hint",
|
3534
3836
|
"type": {
|
3535
3837
|
"text": "string | undefined"
|
3536
3838
|
},
|
3537
3839
|
"description": "If defined, displays informational text below the field",
|
3538
|
-
"
|
3840
|
+
"attribute": "hint"
|
3539
3841
|
},
|
3540
3842
|
{
|
3843
|
+
"kind": "field",
|
3541
3844
|
"name": "inputmode",
|
3542
3845
|
"type": {
|
3543
3846
|
"text": "HTMLInputElement['inputMode']"
|
3544
3847
|
},
|
3545
3848
|
"default": "'text'",
|
3546
3849
|
"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.",
|
3547
|
-
"
|
3850
|
+
"attribute": "inputmode"
|
3548
3851
|
},
|
3549
3852
|
{
|
3853
|
+
"kind": "field",
|
3550
3854
|
"name": "label",
|
3551
3855
|
"type": {
|
3552
3856
|
"text": "string | undefined"
|
3553
3857
|
},
|
3554
3858
|
"description": "If defined, sets the input's label. Alternatively, you can use the `label` attribute.",
|
3555
|
-
"
|
3859
|
+
"attribute": "label"
|
3860
|
+
},
|
3861
|
+
{
|
3862
|
+
"kind": "field",
|
3863
|
+
"name": "lang",
|
3864
|
+
"type": {
|
3865
|
+
"text": "Language"
|
3866
|
+
},
|
3867
|
+
"default": "'en'",
|
3868
|
+
"description": "Sets the internal language of the component",
|
3869
|
+
"attribute": "lang",
|
3870
|
+
"expandedType": {
|
3871
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
3872
|
+
}
|
3556
3873
|
},
|
3557
3874
|
{
|
3875
|
+
"kind": "field",
|
3558
3876
|
"name": "leading",
|
3559
3877
|
"type": {
|
3560
3878
|
"text": "string | undefined"
|
3561
3879
|
},
|
3562
3880
|
"description": "If defined, displays a prefix/adornment before the input-element",
|
3563
|
-
"
|
3881
|
+
"attribute": "leading"
|
3564
3882
|
},
|
3565
3883
|
{
|
3884
|
+
"kind": "field",
|
3566
3885
|
"name": "max",
|
3567
3886
|
"type": {
|
3568
3887
|
"text": "number | string | undefined"
|
3569
3888
|
},
|
3570
3889
|
"description": "If defined, sets the maximum value to accept for this input",
|
3571
|
-
"
|
3890
|
+
"attribute": "max"
|
3572
3891
|
},
|
3573
3892
|
{
|
3574
|
-
"
|
3893
|
+
"kind": "field",
|
3894
|
+
"name": "maxLength",
|
3575
3895
|
"type": {
|
3576
3896
|
"text": "number | undefined"
|
3577
3897
|
},
|
3578
3898
|
"description": "If defined, sets the maximum character length to accept for this input",
|
3579
|
-
"
|
3899
|
+
"attribute": "maxlength"
|
3580
3900
|
},
|
3581
3901
|
{
|
3902
|
+
"kind": "field",
|
3582
3903
|
"name": "min",
|
3583
3904
|
"type": {
|
3584
3905
|
"text": "number | string | undefined"
|
3585
3906
|
},
|
3586
3907
|
"description": "If defined, sets the minimum value to accept for this input",
|
3587
|
-
"
|
3908
|
+
"attribute": "min"
|
3588
3909
|
},
|
3589
3910
|
{
|
3590
|
-
"
|
3911
|
+
"kind": "field",
|
3912
|
+
"name": "minLength",
|
3591
3913
|
"type": {
|
3592
3914
|
"text": "number | undefined"
|
3593
3915
|
},
|
3594
3916
|
"description": "If defined, sets the minimum character length to accept for this input",
|
3595
|
-
"
|
3917
|
+
"attribute": "minlength"
|
3596
3918
|
},
|
3597
3919
|
{
|
3920
|
+
"kind": "field",
|
3598
3921
|
"name": "name",
|
3599
3922
|
"type": {
|
3600
3923
|
"text": "string | undefined"
|
3601
3924
|
},
|
3602
3925
|
"description": "If defined, adds name to the input-element",
|
3603
|
-
"
|
3926
|
+
"attribute": "name",
|
3927
|
+
"reflects": true
|
3604
3928
|
},
|
3605
3929
|
{
|
3930
|
+
"kind": "field",
|
3606
3931
|
"name": "pattern",
|
3607
3932
|
"type": {
|
3608
3933
|
"text": "string | undefined"
|
3609
3934
|
},
|
3610
3935
|
"description": "If defined, adds name to the input-element",
|
3611
|
-
"
|
3936
|
+
"attribute": "pattern"
|
3612
3937
|
},
|
3613
3938
|
{
|
3939
|
+
"kind": "field",
|
3614
3940
|
"name": "placeholder",
|
3615
3941
|
"type": {
|
3616
3942
|
"text": "string | undefined"
|
3617
3943
|
},
|
3618
3944
|
"description": "If defined, displays placeholder text",
|
3619
|
-
"
|
3945
|
+
"attribute": "placeholder"
|
3620
3946
|
},
|
3621
3947
|
{
|
3948
|
+
"kind": "field",
|
3622
3949
|
"name": "readonly",
|
3623
3950
|
"type": {
|
3624
3951
|
"text": "boolean"
|
3625
3952
|
},
|
3626
3953
|
"default": "false",
|
3627
3954
|
"description": "If true, makes the element not mutable, meaning the user can not edit the control",
|
3628
|
-
"
|
3629
|
-
},
|
3630
|
-
{
|
3631
|
-
"name": "required-label",
|
3632
|
-
"type": {
|
3633
|
-
"text": "string | undefined"
|
3634
|
-
},
|
3635
|
-
"description": "If defined, renders an alternative A11y text for the asterisk",
|
3636
|
-
"fieldName": "requiredLabel"
|
3955
|
+
"attribute": "readonly"
|
3637
3956
|
},
|
3638
3957
|
{
|
3958
|
+
"kind": "field",
|
3639
3959
|
"name": "severity",
|
3640
3960
|
"type": {
|
3641
3961
|
"text": "FormFieldSeverity | undefined"
|
3642
3962
|
},
|
3643
3963
|
"description": "If defined, displays provided severity state",
|
3644
|
-
"
|
3964
|
+
"attribute": "severity",
|
3965
|
+
"reflects": true
|
3645
3966
|
},
|
3646
3967
|
{
|
3647
|
-
"
|
3968
|
+
"kind": "field",
|
3969
|
+
"name": "showValid",
|
3648
3970
|
"type": {
|
3649
3971
|
"text": "boolean"
|
3650
3972
|
},
|
3651
3973
|
"default": "false",
|
3652
3974
|
"description": "If true, displays valid state after interaction",
|
3653
|
-
"
|
3975
|
+
"attribute": "show-valid"
|
3654
3976
|
},
|
3655
3977
|
{
|
3978
|
+
"kind": "field",
|
3656
3979
|
"name": "size",
|
3657
3980
|
"type": {
|
3658
3981
|
"text": "'sm' | 'md'"
|
3659
3982
|
},
|
3660
3983
|
"default": "'md'",
|
3661
3984
|
"description": "Size of the input",
|
3662
|
-
"
|
3985
|
+
"attribute": "size",
|
3986
|
+
"reflects": true
|
3663
3987
|
},
|
3664
3988
|
{
|
3989
|
+
"kind": "field",
|
3665
3990
|
"name": "trailing",
|
3666
3991
|
"type": {
|
3667
3992
|
"text": "string | undefined"
|
3668
3993
|
},
|
3669
3994
|
"description": "If defined, displays a suffix/adornment after the input-element",
|
3670
|
-
"
|
3995
|
+
"attribute": "trailing"
|
3671
3996
|
},
|
3672
3997
|
{
|
3998
|
+
"kind": "field",
|
3673
3999
|
"name": "type",
|
3674
4000
|
"type": {
|
3675
4001
|
"text": "'email' | 'number' | 'password' | 'search' | 'tel' | 'text' | 'url'"
|
3676
4002
|
},
|
3677
4003
|
"default": "'text'",
|
3678
4004
|
"description": "Type of input",
|
3679
|
-
"
|
4005
|
+
"attribute": "type"
|
3680
4006
|
},
|
3681
4007
|
{
|
3682
|
-
"
|
4008
|
+
"kind": "field",
|
4009
|
+
"name": "validateOn",
|
3683
4010
|
"type": {
|
3684
4011
|
"text": "'input' | 'change' | 'submit'"
|
3685
4012
|
},
|
3686
4013
|
"default": "'change'",
|
3687
4014
|
"description": "Sets validation start",
|
3688
|
-
"
|
4015
|
+
"attribute": "validate-on"
|
3689
4016
|
},
|
3690
4017
|
{
|
4018
|
+
"kind": "field",
|
3691
4019
|
"name": "value",
|
3692
4020
|
"description": "The current value of the input field",
|
3693
|
-
"
|
4021
|
+
"attribute": "value"
|
3694
4022
|
}
|
3695
4023
|
],
|
3696
|
-
"
|
3697
|
-
"name": "FormBase",
|
3698
|
-
"package": "@internal/components/formBase.js"
|
3699
|
-
},
|
3700
|
-
"tagName": "skf-input",
|
3701
|
-
"customElement": true
|
3702
|
-
}
|
3703
|
-
],
|
3704
|
-
"exports": [
|
3705
|
-
{
|
3706
|
-
"kind": "js",
|
3707
|
-
"name": "SkfInput",
|
3708
|
-
"declaration": {
|
3709
|
-
"name": "SkfInput",
|
3710
|
-
"module": "src/components/input/input.component.ts"
|
3711
|
-
}
|
3712
|
-
}
|
3713
|
-
],
|
3714
|
-
"typeDefinitionPath": "components/input/input.d.ts"
|
3715
|
-
},
|
3716
|
-
{
|
3717
|
-
"kind": "javascript-module",
|
3718
|
-
"path": "components/link/link.js",
|
3719
|
-
"declarations": [
|
3720
|
-
{
|
3721
|
-
"kind": "class",
|
3722
|
-
"description": "The `<skf-link>` can be used as either a regular link or a link styled semantic button",
|
3723
|
-
"name": "SkfLink",
|
3724
|
-
"slots": [
|
4024
|
+
"events": [
|
3725
4025
|
{
|
3726
|
-
"
|
3727
|
-
|
4026
|
+
"type": {
|
4027
|
+
"text": "CustomEvent"
|
4028
|
+
},
|
4029
|
+
"description": "Fires when the value of the input changes",
|
4030
|
+
"name": "change"
|
4031
|
+
},
|
4032
|
+
{
|
4033
|
+
"type": {
|
4034
|
+
"text": "CustomEvent"
|
4035
|
+
},
|
4036
|
+
"description": "Fires when the input is invalid",
|
4037
|
+
"name": "invalid"
|
3728
4038
|
}
|
3729
4039
|
],
|
3730
|
-
"
|
4040
|
+
"attributes": [
|
3731
4041
|
{
|
3732
|
-
"kind": "field",
|
3733
|
-
"name": "classMap",
|
3734
4042
|
"type": {
|
3735
|
-
"text": "
|
4043
|
+
"text": "boolean"
|
3736
4044
|
},
|
3737
|
-
"
|
3738
|
-
"
|
4045
|
+
"description": "If true, sets disabled state",
|
4046
|
+
"name": "disabled",
|
4047
|
+
"default": "false"
|
3739
4048
|
},
|
3740
4049
|
{
|
3741
|
-
"kind": "field",
|
3742
|
-
"name": "as",
|
3743
4050
|
"type": {
|
3744
|
-
"text": "
|
4051
|
+
"text": "boolean"
|
3745
4052
|
},
|
3746
|
-
"
|
3747
|
-
"
|
3748
|
-
"
|
3749
|
-
"reflects": true
|
4053
|
+
"description": "If true, value is required or must be checked for the form to be submittable",
|
4054
|
+
"name": "required",
|
4055
|
+
"default": "false"
|
3750
4056
|
},
|
3751
4057
|
{
|
3752
|
-
"
|
3753
|
-
"name": "color",
|
4058
|
+
"name": "autocomplete",
|
3754
4059
|
"type": {
|
3755
|
-
"text": "'
|
4060
|
+
"text": "HTMLInputElement['autocomplete'] | undefined"
|
3756
4061
|
},
|
3757
|
-
"
|
3758
|
-
"
|
3759
|
-
"attribute": "color",
|
3760
|
-
"reflects": true
|
4062
|
+
"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.",
|
4063
|
+
"fieldName": "autocomplete"
|
3761
4064
|
},
|
3762
4065
|
{
|
3763
|
-
"
|
3764
|
-
"
|
4066
|
+
"name": "custom-invalid",
|
4067
|
+
"description": "If defined, forces component to invalid state until removed. Its value is used as hint text.",
|
4068
|
+
"fieldName": "customInvalid"
|
4069
|
+
},
|
4070
|
+
{
|
4071
|
+
"name": "debug",
|
3765
4072
|
"type": {
|
3766
4073
|
"text": "boolean"
|
3767
4074
|
},
|
3768
4075
|
"default": "false",
|
3769
|
-
"description": "If true,
|
3770
|
-
"
|
3771
|
-
"reflects": true
|
4076
|
+
"description": "If true, outputs helping hints in console",
|
4077
|
+
"fieldName": "debug"
|
3772
4078
|
},
|
3773
4079
|
{
|
3774
|
-
"
|
3775
|
-
"name": "download",
|
4080
|
+
"name": "hide-label",
|
3776
4081
|
"type": {
|
3777
|
-
"text": "
|
4082
|
+
"text": "boolean"
|
3778
4083
|
},
|
3779
|
-
"
|
3780
|
-
"
|
4084
|
+
"default": "false",
|
4085
|
+
"description": "If true, hides the label visually",
|
4086
|
+
"fieldName": "hideLabel"
|
3781
4087
|
},
|
3782
4088
|
{
|
3783
|
-
"
|
3784
|
-
"name": "href",
|
4089
|
+
"name": "hint",
|
3785
4090
|
"type": {
|
3786
4091
|
"text": "string | undefined"
|
3787
4092
|
},
|
3788
|
-
"description": "If defined,
|
3789
|
-
"
|
4093
|
+
"description": "If defined, displays informational text below the field",
|
4094
|
+
"fieldName": "hint"
|
3790
4095
|
},
|
3791
4096
|
{
|
3792
|
-
"
|
3793
|
-
"name": "icon",
|
4097
|
+
"name": "inputmode",
|
3794
4098
|
"type": {
|
3795
|
-
"text": "
|
4099
|
+
"text": "HTMLInputElement['inputMode']"
|
3796
4100
|
},
|
3797
|
-
"
|
3798
|
-
"
|
3799
|
-
"
|
3800
|
-
"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"
|
3801
|
-
}
|
4101
|
+
"default": "'text'",
|
4102
|
+
"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.",
|
4103
|
+
"fieldName": "inputmode"
|
3802
4104
|
},
|
3803
4105
|
{
|
3804
|
-
"
|
3805
|
-
"name": "iconPlacement",
|
4106
|
+
"name": "label",
|
3806
4107
|
"type": {
|
3807
|
-
"text": "
|
4108
|
+
"text": "string | undefined"
|
3808
4109
|
},
|
3809
|
-
"
|
3810
|
-
"
|
3811
|
-
"attribute": "icon-placement",
|
3812
|
-
"reflects": true
|
3813
|
-
},
|
3814
|
-
{
|
3815
|
-
"kind": "field",
|
3816
|
-
"name": "onClick",
|
3817
|
-
"description": "If defined, accepts a function that runs on click. Forwards optional route as second argument."
|
4110
|
+
"description": "If defined, sets the input's label. Alternatively, you can use the `label` attribute.",
|
4111
|
+
"fieldName": "label"
|
3818
4112
|
},
|
3819
4113
|
{
|
3820
|
-
"
|
3821
|
-
"name": "rel",
|
4114
|
+
"name": "lang",
|
3822
4115
|
"type": {
|
3823
|
-
"text": "
|
4116
|
+
"text": "Language"
|
3824
4117
|
},
|
3825
|
-
"
|
3826
|
-
"
|
4118
|
+
"default": "'en'",
|
4119
|
+
"description": "Sets the internal language of the component",
|
4120
|
+
"fieldName": "lang",
|
4121
|
+
"expandedType": {
|
4122
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
4123
|
+
}
|
3827
4124
|
},
|
3828
4125
|
{
|
3829
|
-
"
|
3830
|
-
"name": "route",
|
4126
|
+
"name": "leading",
|
3831
4127
|
"type": {
|
3832
4128
|
"text": "string | undefined"
|
3833
4129
|
},
|
3834
|
-
"description": "If defined,
|
3835
|
-
"
|
3836
|
-
"reflects": true
|
4130
|
+
"description": "If defined, displays a prefix/adornment before the input-element",
|
4131
|
+
"fieldName": "leading"
|
3837
4132
|
},
|
3838
4133
|
{
|
3839
|
-
"
|
3840
|
-
"name": "stretch",
|
4134
|
+
"name": "max",
|
3841
4135
|
"type": {
|
3842
|
-
"text": "
|
4136
|
+
"text": "number | string | undefined"
|
3843
4137
|
},
|
3844
|
-
"
|
3845
|
-
"
|
3846
|
-
"attribute": "stretch",
|
3847
|
-
"reflects": true
|
4138
|
+
"description": "If defined, sets the maximum value to accept for this input",
|
4139
|
+
"fieldName": "max"
|
3848
4140
|
},
|
3849
4141
|
{
|
3850
|
-
"
|
3851
|
-
"name": "target",
|
4142
|
+
"name": "maxlength",
|
3852
4143
|
"type": {
|
3853
|
-
"text": "
|
4144
|
+
"text": "number | undefined"
|
3854
4145
|
},
|
3855
|
-
"description": "If defined,
|
3856
|
-
"
|
4146
|
+
"description": "If defined, sets the maximum character length to accept for this input",
|
4147
|
+
"fieldName": "maxLength"
|
3857
4148
|
},
|
3858
4149
|
{
|
3859
|
-
"
|
3860
|
-
"name": "type",
|
4150
|
+
"name": "min",
|
3861
4151
|
"type": {
|
3862
|
-
"text": "
|
4152
|
+
"text": "number | string | undefined"
|
3863
4153
|
},
|
3864
|
-
"
|
3865
|
-
"
|
3866
|
-
|
3867
|
-
"expandedType": {
|
3868
|
-
"text": "'submit' | 'reset' | 'button'"
|
3869
|
-
}
|
3870
|
-
}
|
3871
|
-
],
|
3872
|
-
"attributes": [
|
4154
|
+
"description": "If defined, sets the minimum value to accept for this input",
|
4155
|
+
"fieldName": "min"
|
4156
|
+
},
|
3873
4157
|
{
|
3874
|
-
"name": "
|
4158
|
+
"name": "minlength",
|
3875
4159
|
"type": {
|
3876
|
-
"text": "
|
4160
|
+
"text": "number | undefined"
|
3877
4161
|
},
|
3878
|
-
"
|
3879
|
-
"
|
3880
|
-
"fieldName": "as"
|
4162
|
+
"description": "If defined, sets the minimum character length to accept for this input",
|
4163
|
+
"fieldName": "minLength"
|
3881
4164
|
},
|
3882
4165
|
{
|
3883
|
-
"name": "
|
4166
|
+
"name": "name",
|
3884
4167
|
"type": {
|
3885
|
-
"text": "
|
4168
|
+
"text": "string | undefined"
|
3886
4169
|
},
|
3887
|
-
"
|
3888
|
-
"
|
3889
|
-
"fieldName": "color"
|
4170
|
+
"description": "If defined, adds name to the input-element",
|
4171
|
+
"fieldName": "name"
|
3890
4172
|
},
|
3891
4173
|
{
|
3892
|
-
"name": "
|
4174
|
+
"name": "pattern",
|
3893
4175
|
"type": {
|
3894
|
-
"text": "
|
4176
|
+
"text": "string | undefined"
|
3895
4177
|
},
|
3896
|
-
"
|
3897
|
-
"
|
3898
|
-
"fieldName": "disabled"
|
4178
|
+
"description": "If defined, adds name to the input-element",
|
4179
|
+
"fieldName": "pattern"
|
3899
4180
|
},
|
3900
4181
|
{
|
3901
|
-
"name": "
|
4182
|
+
"name": "placeholder",
|
3902
4183
|
"type": {
|
3903
4184
|
"text": "string | undefined"
|
3904
4185
|
},
|
3905
|
-
"description": "If defined,
|
3906
|
-
"fieldName": "
|
4186
|
+
"description": "If defined, displays placeholder text",
|
4187
|
+
"fieldName": "placeholder"
|
3907
4188
|
},
|
3908
4189
|
{
|
3909
|
-
"name": "
|
4190
|
+
"name": "readonly",
|
3910
4191
|
"type": {
|
3911
|
-
"text": "
|
4192
|
+
"text": "boolean"
|
3912
4193
|
},
|
3913
|
-
"
|
3914
|
-
"
|
4194
|
+
"default": "false",
|
4195
|
+
"description": "If true, makes the element not mutable, meaning the user can not edit the control",
|
4196
|
+
"fieldName": "readonly"
|
3915
4197
|
},
|
3916
4198
|
{
|
3917
|
-
"name": "
|
4199
|
+
"name": "severity",
|
3918
4200
|
"type": {
|
3919
|
-
"text": "
|
4201
|
+
"text": "FormFieldSeverity | undefined"
|
3920
4202
|
},
|
3921
|
-
"description": "If defined,
|
3922
|
-
"fieldName": "
|
3923
|
-
"expandedType": {
|
3924
|
-
"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"
|
3925
|
-
}
|
4203
|
+
"description": "If defined, displays provided severity state",
|
4204
|
+
"fieldName": "severity"
|
3926
4205
|
},
|
3927
4206
|
{
|
3928
|
-
"name": "
|
4207
|
+
"name": "show-valid",
|
3929
4208
|
"type": {
|
3930
|
-
"text": "
|
4209
|
+
"text": "boolean"
|
3931
4210
|
},
|
3932
|
-
"default": "
|
3933
|
-
"description": "
|
3934
|
-
"fieldName": "
|
4211
|
+
"default": "false",
|
4212
|
+
"description": "If true, displays valid state after interaction",
|
4213
|
+
"fieldName": "showValid"
|
3935
4214
|
},
|
3936
4215
|
{
|
3937
|
-
"name": "
|
4216
|
+
"name": "size",
|
3938
4217
|
"type": {
|
3939
|
-
"text": "
|
3940
|
-
},
|
3941
|
-
"
|
3942
|
-
"
|
4218
|
+
"text": "'sm' | 'md'"
|
4219
|
+
},
|
4220
|
+
"default": "'md'",
|
4221
|
+
"description": "Size of the input",
|
4222
|
+
"fieldName": "size"
|
3943
4223
|
},
|
3944
4224
|
{
|
3945
|
-
"name": "
|
4225
|
+
"name": "trailing",
|
3946
4226
|
"type": {
|
3947
4227
|
"text": "string | undefined"
|
3948
4228
|
},
|
3949
|
-
"description": "If defined,
|
3950
|
-
"fieldName": "
|
4229
|
+
"description": "If defined, displays a suffix/adornment after the input-element",
|
4230
|
+
"fieldName": "trailing"
|
3951
4231
|
},
|
3952
4232
|
{
|
3953
|
-
"name": "
|
4233
|
+
"name": "type",
|
3954
4234
|
"type": {
|
3955
|
-
"text": "
|
4235
|
+
"text": "'email' | 'number' | 'password' | 'search' | 'tel' | 'text' | 'url'"
|
3956
4236
|
},
|
3957
|
-
"default": "
|
3958
|
-
"description": "
|
3959
|
-
"fieldName": "
|
4237
|
+
"default": "'text'",
|
4238
|
+
"description": "Type of input",
|
4239
|
+
"fieldName": "type"
|
3960
4240
|
},
|
3961
4241
|
{
|
3962
|
-
"name": "
|
4242
|
+
"name": "validate-on",
|
3963
4243
|
"type": {
|
3964
|
-
"text": "'
|
4244
|
+
"text": "'input' | 'change' | 'submit'"
|
3965
4245
|
},
|
3966
|
-
"
|
3967
|
-
"
|
4246
|
+
"default": "'change'",
|
4247
|
+
"description": "Sets validation start",
|
4248
|
+
"fieldName": "validateOn"
|
3968
4249
|
},
|
3969
4250
|
{
|
3970
|
-
"name": "
|
3971
|
-
"
|
3972
|
-
|
3973
|
-
},
|
3974
|
-
"default": "'button'",
|
3975
|
-
"description": "Defines the type of button",
|
3976
|
-
"fieldName": "type",
|
3977
|
-
"expandedType": {
|
3978
|
-
"text": "'submit' | 'reset' | 'button'"
|
3979
|
-
}
|
4251
|
+
"name": "value",
|
4252
|
+
"description": "The current value of the input field",
|
4253
|
+
"fieldName": "value"
|
3980
4254
|
}
|
3981
4255
|
],
|
3982
4256
|
"superclass": {
|
3983
|
-
"name": "
|
3984
|
-
"package": "@internal/components/
|
4257
|
+
"name": "FormBase",
|
4258
|
+
"package": "@internal/components/formBase.js"
|
3985
4259
|
},
|
3986
|
-
"tagName": "skf-
|
4260
|
+
"tagName": "skf-input",
|
3987
4261
|
"customElement": true
|
3988
4262
|
}
|
3989
4263
|
],
|
3990
4264
|
"exports": [
|
3991
4265
|
{
|
3992
4266
|
"kind": "js",
|
3993
|
-
"name": "
|
4267
|
+
"name": "SkfInput",
|
3994
4268
|
"declaration": {
|
3995
|
-
"name": "
|
3996
|
-
"module": "src/components/
|
4269
|
+
"name": "SkfInput",
|
4270
|
+
"module": "src/components/input/input.component.ts"
|
3997
4271
|
}
|
3998
4272
|
}
|
3999
4273
|
],
|
4000
|
-
"typeDefinitionPath": "components/
|
4274
|
+
"typeDefinitionPath": "components/input/input.d.ts"
|
4001
4275
|
},
|
4002
4276
|
{
|
4003
4277
|
"kind": "javascript-module",
|
@@ -4020,20 +4294,23 @@
|
|
4020
4294
|
"members": [
|
4021
4295
|
{
|
4022
4296
|
"kind": "field",
|
4023
|
-
"name": "
|
4297
|
+
"name": "#internals",
|
4298
|
+
"privacy": "private",
|
4024
4299
|
"type": {
|
4025
|
-
"text": "
|
4300
|
+
"text": "ElementInternals"
|
4026
4301
|
},
|
4027
|
-
"
|
4302
|
+
"inheritedFrom": {
|
4303
|
+
"name": "SkfLink",
|
4304
|
+
"module": "src/components/link/link.component.ts"
|
4305
|
+
}
|
4028
4306
|
},
|
4029
4307
|
{
|
4030
4308
|
"kind": "field",
|
4031
|
-
"name": "
|
4309
|
+
"name": "#states",
|
4310
|
+
"privacy": "private",
|
4032
4311
|
"type": {
|
4033
|
-
"text": "
|
4312
|
+
"text": "CustomStateSet"
|
4034
4313
|
},
|
4035
|
-
"static": true,
|
4036
|
-
"default": "{ 'menu-item': true }",
|
4037
4314
|
"inheritedFrom": {
|
4038
4315
|
"name": "SkfLink",
|
4039
4316
|
"module": "src/components/link/link.component.ts"
|
@@ -4043,12 +4320,11 @@
|
|
4043
4320
|
"kind": "field",
|
4044
4321
|
"name": "as",
|
4045
4322
|
"type": {
|
4046
|
-
"text": "'button' | '
|
4323
|
+
"text": "'button' | 'link'"
|
4047
4324
|
},
|
4048
|
-
"default": "'
|
4325
|
+
"default": "'link'",
|
4049
4326
|
"description": "Defines the semantic element to render",
|
4050
4327
|
"attribute": "as",
|
4051
|
-
"reflects": true,
|
4052
4328
|
"inheritedFrom": {
|
4053
4329
|
"name": "SkfLink",
|
4054
4330
|
"module": "src/components/link/link.component.ts"
|
@@ -4058,12 +4334,14 @@
|
|
4058
4334
|
"kind": "field",
|
4059
4335
|
"name": "color",
|
4060
4336
|
"type": {
|
4061
|
-
"text": "
|
4337
|
+
"text": "Color"
|
4062
4338
|
},
|
4063
4339
|
"default": "'primary'",
|
4064
4340
|
"description": "Defines the text-color",
|
4065
4341
|
"attribute": "color",
|
4066
|
-
"
|
4342
|
+
"expandedType": {
|
4343
|
+
"text": "'primary' | 'inverse'"
|
4344
|
+
},
|
4067
4345
|
"inheritedFrom": {
|
4068
4346
|
"name": "SkfLink",
|
4069
4347
|
"module": "src/components/link/link.component.ts"
|
@@ -4078,7 +4356,6 @@
|
|
4078
4356
|
"default": "false",
|
4079
4357
|
"description": "If true, disables the link",
|
4080
4358
|
"attribute": "disabled",
|
4081
|
-
"reflects": true,
|
4082
4359
|
"inheritedFrom": {
|
4083
4360
|
"name": "SkfLink",
|
4084
4361
|
"module": "src/components/link/link.component.ts"
|
@@ -4088,8 +4365,9 @@
|
|
4088
4365
|
"kind": "field",
|
4089
4366
|
"name": "download",
|
4090
4367
|
"type": {
|
4091
|
-
"text": "
|
4368
|
+
"text": "boolean"
|
4092
4369
|
},
|
4370
|
+
"default": "false",
|
4093
4371
|
"description": "If defined, downloads the url",
|
4094
4372
|
"attribute": "download",
|
4095
4373
|
"inheritedFrom": {
|
@@ -4128,23 +4406,13 @@
|
|
4128
4406
|
},
|
4129
4407
|
{
|
4130
4408
|
"kind": "field",
|
4131
|
-
"name": "
|
4409
|
+
"name": "iconRight",
|
4132
4410
|
"type": {
|
4133
|
-
"text": "
|
4411
|
+
"text": "boolean"
|
4134
4412
|
},
|
4135
|
-
"default": "
|
4136
|
-
"description": "
|
4137
|
-
"attribute": "icon-
|
4138
|
-
"reflects": true,
|
4139
|
-
"inheritedFrom": {
|
4140
|
-
"name": "SkfLink",
|
4141
|
-
"module": "src/components/link/link.component.ts"
|
4142
|
-
}
|
4143
|
-
},
|
4144
|
-
{
|
4145
|
-
"kind": "field",
|
4146
|
-
"name": "onClick",
|
4147
|
-
"description": "If defined, accepts a function that runs on click. Forwards optional route as second argument.",
|
4413
|
+
"default": "false",
|
4414
|
+
"description": "If true, the icon is placed to the right in relation to the text",
|
4415
|
+
"attribute": "icon-right",
|
4148
4416
|
"inheritedFrom": {
|
4149
4417
|
"name": "SkfLink",
|
4150
4418
|
"module": "src/components/link/link.component.ts"
|
@@ -4169,9 +4437,8 @@
|
|
4169
4437
|
"type": {
|
4170
4438
|
"text": "string | undefined"
|
4171
4439
|
},
|
4172
|
-
"description": "If defined, used on conjunction with onClick property
|
4440
|
+
"description": "If defined, used on conjunction with onClick property. **Notice!** Only applicable to as=button.",
|
4173
4441
|
"attribute": "route",
|
4174
|
-
"reflects": true,
|
4175
4442
|
"inheritedFrom": {
|
4176
4443
|
"name": "SkfLink",
|
4177
4444
|
"module": "src/components/link/link.component.ts"
|
@@ -4186,7 +4453,6 @@
|
|
4186
4453
|
"default": "false",
|
4187
4454
|
"description": "If true, fills the parents horizontal axis",
|
4188
4455
|
"attribute": "stretch",
|
4189
|
-
"reflects": true,
|
4190
4456
|
"inheritedFrom": {
|
4191
4457
|
"name": "SkfLink",
|
4192
4458
|
"module": "src/components/link/link.component.ts"
|
@@ -4206,17 +4472,8 @@
|
|
4206
4472
|
}
|
4207
4473
|
},
|
4208
4474
|
{
|
4209
|
-
"kind": "
|
4210
|
-
"name": "
|
4211
|
-
"type": {
|
4212
|
-
"text": "SkfLinkType"
|
4213
|
-
},
|
4214
|
-
"default": "'button'",
|
4215
|
-
"description": "Defines the type of button",
|
4216
|
-
"attribute": "type",
|
4217
|
-
"expandedType": {
|
4218
|
-
"text": "'submit' | 'reset' | 'button'"
|
4219
|
-
},
|
4475
|
+
"kind": "method",
|
4476
|
+
"name": "_handleAsChange",
|
4220
4477
|
"inheritedFrom": {
|
4221
4478
|
"name": "SkfLink",
|
4222
4479
|
"module": "src/components/link/link.component.ts"
|
@@ -4233,9 +4490,9 @@
|
|
4233
4490
|
{
|
4234
4491
|
"name": "as",
|
4235
4492
|
"type": {
|
4236
|
-
"text": "'button' | '
|
4493
|
+
"text": "'button' | 'link'"
|
4237
4494
|
},
|
4238
|
-
"default": "'
|
4495
|
+
"default": "'link'",
|
4239
4496
|
"description": "Defines the semantic element to render",
|
4240
4497
|
"fieldName": "as",
|
4241
4498
|
"inheritedFrom": {
|
@@ -4246,11 +4503,14 @@
|
|
4246
4503
|
{
|
4247
4504
|
"name": "color",
|
4248
4505
|
"type": {
|
4249
|
-
"text": "
|
4506
|
+
"text": "Color"
|
4250
4507
|
},
|
4251
4508
|
"default": "'primary'",
|
4252
4509
|
"description": "Defines the text-color",
|
4253
4510
|
"fieldName": "color",
|
4511
|
+
"expandedType": {
|
4512
|
+
"text": "'primary' | 'inverse'"
|
4513
|
+
},
|
4254
4514
|
"inheritedFrom": {
|
4255
4515
|
"name": "SkfLink",
|
4256
4516
|
"module": "src/components/link/link.component.ts"
|
@@ -4272,8 +4532,9 @@
|
|
4272
4532
|
{
|
4273
4533
|
"name": "download",
|
4274
4534
|
"type": {
|
4275
|
-
"text": "
|
4535
|
+
"text": "boolean"
|
4276
4536
|
},
|
4537
|
+
"default": "false",
|
4277
4538
|
"description": "If defined, downloads the url",
|
4278
4539
|
"fieldName": "download",
|
4279
4540
|
"inheritedFrom": {
|
@@ -4309,13 +4570,13 @@
|
|
4309
4570
|
}
|
4310
4571
|
},
|
4311
4572
|
{
|
4312
|
-
"name": "icon-
|
4573
|
+
"name": "icon-right",
|
4313
4574
|
"type": {
|
4314
|
-
"text": "
|
4575
|
+
"text": "boolean"
|
4315
4576
|
},
|
4316
|
-
"default": "
|
4317
|
-
"description": "
|
4318
|
-
"fieldName": "
|
4577
|
+
"default": "false",
|
4578
|
+
"description": "If true, the icon is placed to the right in relation to the text",
|
4579
|
+
"fieldName": "iconRight",
|
4319
4580
|
"inheritedFrom": {
|
4320
4581
|
"name": "SkfLink",
|
4321
4582
|
"module": "src/components/link/link.component.ts"
|
@@ -4338,7 +4599,7 @@
|
|
4338
4599
|
"type": {
|
4339
4600
|
"text": "string | undefined"
|
4340
4601
|
},
|
4341
|
-
"description": "If defined, used on conjunction with onClick property
|
4602
|
+
"description": "If defined, used on conjunction with onClick property. **Notice!** Only applicable to as=button.",
|
4342
4603
|
"fieldName": "route",
|
4343
4604
|
"inheritedFrom": {
|
4344
4605
|
"name": "SkfLink",
|
@@ -4369,18 +4630,15 @@
|
|
4369
4630
|
"name": "SkfLink",
|
4370
4631
|
"module": "src/components/link/link.component.ts"
|
4371
4632
|
}
|
4372
|
-
}
|
4633
|
+
}
|
4634
|
+
],
|
4635
|
+
"events": [
|
4373
4636
|
{
|
4374
|
-
"name": "type",
|
4375
4637
|
"type": {
|
4376
|
-
"text": "
|
4377
|
-
},
|
4378
|
-
"default": "'button'",
|
4379
|
-
"description": "Defines the type of button",
|
4380
|
-
"fieldName": "type",
|
4381
|
-
"expandedType": {
|
4382
|
-
"text": "'submit' | 'reset' | 'button'"
|
4638
|
+
"text": "CustomEvent"
|
4383
4639
|
},
|
4640
|
+
"description": "Fired when the link is clicked",
|
4641
|
+
"name": "skf-link-click",
|
4384
4642
|
"inheritedFrom": {
|
4385
4643
|
"name": "SkfLink",
|
4386
4644
|
"module": "src/components/link/link.component.ts"
|
@@ -4411,11 +4669,28 @@
|
|
4411
4669
|
"name": "SkfMenu",
|
4412
4670
|
"slots": [
|
4413
4671
|
{
|
4414
|
-
"description": "The menu
|
4672
|
+
"description": "The menu content",
|
4415
4673
|
"name": ""
|
4416
4674
|
}
|
4417
4675
|
],
|
4418
|
-
"members": [
|
4676
|
+
"members": [
|
4677
|
+
{
|
4678
|
+
"type": {
|
4679
|
+
"text": "(void) => void"
|
4680
|
+
},
|
4681
|
+
"description": "Method that opens the menu",
|
4682
|
+
"name": "open()",
|
4683
|
+
"kind": "field"
|
4684
|
+
},
|
4685
|
+
{
|
4686
|
+
"type": {
|
4687
|
+
"text": "(void) => void"
|
4688
|
+
},
|
4689
|
+
"description": "Method that closes the menu",
|
4690
|
+
"name": "close()",
|
4691
|
+
"kind": "field"
|
4692
|
+
}
|
4693
|
+
],
|
4419
4694
|
"events": [
|
4420
4695
|
{
|
4421
4696
|
"type": {
|
@@ -4469,83 +4744,6 @@
|
|
4469
4744
|
],
|
4470
4745
|
"typeDefinitionPath": "components/menu/menu.d.ts"
|
4471
4746
|
},
|
4472
|
-
{
|
4473
|
-
"kind": "javascript-module",
|
4474
|
-
"path": "components/nav/nav-item.js",
|
4475
|
-
"declarations": [
|
4476
|
-
{
|
4477
|
-
"kind": "class",
|
4478
|
-
"description": "The `<skf-nav>` is a component that displays a list of <nav-items>.",
|
4479
|
-
"name": "SkfNavItem",
|
4480
|
-
"slots": [
|
4481
|
-
{
|
4482
|
-
"description": "The component's main content",
|
4483
|
-
"name": ""
|
4484
|
-
}
|
4485
|
-
],
|
4486
|
-
"members": [
|
4487
|
-
{
|
4488
|
-
"kind": "field",
|
4489
|
-
"name": "href",
|
4490
|
-
"type": {
|
4491
|
-
"text": "string"
|
4492
|
-
},
|
4493
|
-
"default": "'#'",
|
4494
|
-
"attribute": "href",
|
4495
|
-
"reflects": true
|
4496
|
-
},
|
4497
|
-
{
|
4498
|
-
"kind": "field",
|
4499
|
-
"name": "icon",
|
4500
|
-
"type": {
|
4501
|
-
"text": "Icon | undefined"
|
4502
|
-
},
|
4503
|
-
"attribute": "icon",
|
4504
|
-
"expandedType": {
|
4505
|
-
"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"
|
4506
|
-
}
|
4507
|
-
}
|
4508
|
-
],
|
4509
|
-
"attributes": [
|
4510
|
-
{
|
4511
|
-
"name": "href",
|
4512
|
-
"type": {
|
4513
|
-
"text": "string"
|
4514
|
-
},
|
4515
|
-
"default": "'#'",
|
4516
|
-
"fieldName": "href"
|
4517
|
-
},
|
4518
|
-
{
|
4519
|
-
"name": "icon",
|
4520
|
-
"type": {
|
4521
|
-
"text": "Icon | undefined"
|
4522
|
-
},
|
4523
|
-
"fieldName": "icon",
|
4524
|
-
"expandedType": {
|
4525
|
-
"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"
|
4526
|
-
}
|
4527
|
-
}
|
4528
|
-
],
|
4529
|
-
"superclass": {
|
4530
|
-
"name": "SkfElement",
|
4531
|
-
"package": "@internal/components/skf-element"
|
4532
|
-
},
|
4533
|
-
"tagName": "skf-nav-item",
|
4534
|
-
"customElement": true
|
4535
|
-
}
|
4536
|
-
],
|
4537
|
-
"exports": [
|
4538
|
-
{
|
4539
|
-
"kind": "js",
|
4540
|
-
"name": "SkfNavItem",
|
4541
|
-
"declaration": {
|
4542
|
-
"name": "SkfNavItem",
|
4543
|
-
"module": "src/components/nav/nav-item.component.ts"
|
4544
|
-
}
|
4545
|
-
}
|
4546
|
-
],
|
4547
|
-
"typeDefinitionPath": "components/nav/nav-item.d.ts"
|
4548
|
-
},
|
4549
4747
|
{
|
4550
4748
|
"kind": "javascript-module",
|
4551
4749
|
"path": "components/popover/popover.js",
|
@@ -4580,6 +4778,22 @@
|
|
4580
4778
|
"default": "false",
|
4581
4779
|
"description": "If true, hides the arrow",
|
4582
4780
|
"attribute": "hideArrow"
|
4781
|
+
},
|
4782
|
+
{
|
4783
|
+
"type": {
|
4784
|
+
"text": "(void) => void"
|
4785
|
+
},
|
4786
|
+
"description": "Method that opens the popover",
|
4787
|
+
"name": "open()",
|
4788
|
+
"kind": "field"
|
4789
|
+
},
|
4790
|
+
{
|
4791
|
+
"type": {
|
4792
|
+
"text": "(void) => void"
|
4793
|
+
},
|
4794
|
+
"description": "Method that closes the popover",
|
4795
|
+
"name": "close()",
|
4796
|
+
"kind": "field"
|
4583
4797
|
}
|
4584
4798
|
],
|
4585
4799
|
"events": [
|
@@ -4587,14 +4801,14 @@
|
|
4587
4801
|
"type": {
|
4588
4802
|
"text": "CustomEvent"
|
4589
4803
|
},
|
4590
|
-
"description": "Fired when the
|
4804
|
+
"description": "Fired when the popover is opened",
|
4591
4805
|
"name": "skf-opened"
|
4592
4806
|
},
|
4593
4807
|
{
|
4594
4808
|
"type": {
|
4595
4809
|
"text": "CustomEvent"
|
4596
4810
|
},
|
4597
|
-
"description": "Fired when the
|
4811
|
+
"description": "Fired when the popover is closed",
|
4598
4812
|
"name": "skf-closed"
|
4599
4813
|
}
|
4600
4814
|
],
|
@@ -4611,7 +4825,7 @@
|
|
4611
4825
|
"type": {
|
4612
4826
|
"text": "string"
|
4613
4827
|
},
|
4614
|
-
"description": "The id of the element the
|
4828
|
+
"description": "The id of the element the popover will be anchored to",
|
4615
4829
|
"name": "anchor"
|
4616
4830
|
},
|
4617
4831
|
{
|
@@ -4671,6 +4885,22 @@
|
|
4671
4885
|
"static": true,
|
4672
4886
|
"default": "true"
|
4673
4887
|
},
|
4888
|
+
{
|
4889
|
+
"kind": "field",
|
4890
|
+
"name": "#internals",
|
4891
|
+
"privacy": "private",
|
4892
|
+
"type": {
|
4893
|
+
"text": "ElementInternals"
|
4894
|
+
}
|
4895
|
+
},
|
4896
|
+
{
|
4897
|
+
"kind": "field",
|
4898
|
+
"name": "#states",
|
4899
|
+
"privacy": "private",
|
4900
|
+
"type": {
|
4901
|
+
"text": "CustomStateSet"
|
4902
|
+
}
|
4903
|
+
},
|
4674
4904
|
{
|
4675
4905
|
"kind": "field",
|
4676
4906
|
"name": "animated",
|
@@ -4679,8 +4909,7 @@
|
|
4679
4909
|
},
|
4680
4910
|
"default": "false",
|
4681
4911
|
"description": "If true, the progress-bar's fill value is animated",
|
4682
|
-
"attribute": "animated"
|
4683
|
-
"reflects": true
|
4912
|
+
"attribute": "animated"
|
4684
4913
|
},
|
4685
4914
|
{
|
4686
4915
|
"kind": "field",
|
@@ -4767,6 +4996,13 @@
|
|
4767
4996
|
}
|
4768
4997
|
],
|
4769
4998
|
"members": [
|
4999
|
+
{
|
5000
|
+
"kind": "field",
|
5001
|
+
"name": "#localize",
|
5002
|
+
"privacy": "private",
|
5003
|
+
"readonly": true,
|
5004
|
+
"default": "new LocalizeController(this)"
|
5005
|
+
},
|
4770
5006
|
{
|
4771
5007
|
"kind": "field",
|
4772
5008
|
"name": "debug",
|
@@ -4809,21 +5045,25 @@
|
|
4809
5045
|
},
|
4810
5046
|
{
|
4811
5047
|
"kind": "field",
|
4812
|
-
"name": "
|
5048
|
+
"name": "lang",
|
4813
5049
|
"type": {
|
4814
|
-
"text": "
|
5050
|
+
"text": "Language"
|
4815
5051
|
},
|
4816
|
-
"
|
4817
|
-
"
|
5052
|
+
"default": "'en'",
|
5053
|
+
"description": "Sets the internal language of the component",
|
5054
|
+
"attribute": "lang",
|
5055
|
+
"expandedType": {
|
5056
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
5057
|
+
}
|
4818
5058
|
},
|
4819
5059
|
{
|
4820
5060
|
"kind": "field",
|
4821
|
-
"name": "
|
5061
|
+
"name": "name",
|
4822
5062
|
"type": {
|
4823
5063
|
"text": "string | undefined"
|
4824
5064
|
},
|
4825
|
-
"description": "If defined,
|
4826
|
-
"attribute": "
|
5065
|
+
"description": "If defined, adds name to the input-element",
|
5066
|
+
"attribute": "name"
|
4827
5067
|
},
|
4828
5068
|
{
|
4829
5069
|
"kind": "field",
|
@@ -4928,20 +5168,24 @@
|
|
4928
5168
|
"fieldName": "label"
|
4929
5169
|
},
|
4930
5170
|
{
|
4931
|
-
"name": "
|
5171
|
+
"name": "lang",
|
4932
5172
|
"type": {
|
4933
|
-
"text": "
|
5173
|
+
"text": "Language"
|
4934
5174
|
},
|
4935
|
-
"
|
4936
|
-
"
|
5175
|
+
"default": "'en'",
|
5176
|
+
"description": "Sets the internal language of the component",
|
5177
|
+
"fieldName": "lang",
|
5178
|
+
"expandedType": {
|
5179
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
5180
|
+
}
|
4937
5181
|
},
|
4938
5182
|
{
|
4939
|
-
"name": "
|
5183
|
+
"name": "name",
|
4940
5184
|
"type": {
|
4941
5185
|
"text": "string | undefined"
|
4942
5186
|
},
|
4943
|
-
"description": "If defined,
|
4944
|
-
"fieldName": "
|
5187
|
+
"description": "If defined, adds name to the input-element",
|
5188
|
+
"fieldName": "name"
|
4945
5189
|
},
|
4946
5190
|
{
|
4947
5191
|
"name": "size",
|
@@ -5187,6 +5431,22 @@
|
|
5187
5431
|
}
|
5188
5432
|
],
|
5189
5433
|
"members": [
|
5434
|
+
{
|
5435
|
+
"kind": "field",
|
5436
|
+
"name": "#internals",
|
5437
|
+
"privacy": "private",
|
5438
|
+
"type": {
|
5439
|
+
"text": "ElementInternals"
|
5440
|
+
}
|
5441
|
+
},
|
5442
|
+
{
|
5443
|
+
"kind": "field",
|
5444
|
+
"name": "#states",
|
5445
|
+
"privacy": "private",
|
5446
|
+
"type": {
|
5447
|
+
"text": "CustomStateSet"
|
5448
|
+
}
|
5449
|
+
},
|
5190
5450
|
{
|
5191
5451
|
"kind": "field",
|
5192
5452
|
"name": "label",
|
@@ -5196,6 +5456,14 @@
|
|
5196
5456
|
"default": "'Default label'",
|
5197
5457
|
"attribute": "label",
|
5198
5458
|
"reflects": true
|
5459
|
+
},
|
5460
|
+
{
|
5461
|
+
"kind": "field",
|
5462
|
+
"name": "small",
|
5463
|
+
"type": {
|
5464
|
+
"text": "boolean"
|
5465
|
+
},
|
5466
|
+
"default": "false"
|
5199
5467
|
}
|
5200
5468
|
],
|
5201
5469
|
"attributes": [
|
@@ -5243,6 +5511,13 @@
|
|
5243
5511
|
}
|
5244
5512
|
],
|
5245
5513
|
"members": [
|
5514
|
+
{
|
5515
|
+
"kind": "field",
|
5516
|
+
"name": "#localize",
|
5517
|
+
"privacy": "private",
|
5518
|
+
"readonly": true,
|
5519
|
+
"default": "new LocalizeController(this)"
|
5520
|
+
},
|
5246
5521
|
{
|
5247
5522
|
"kind": "field",
|
5248
5523
|
"name": "#internals",
|
@@ -5296,6 +5571,19 @@
|
|
5296
5571
|
"text": "'error' | 'info' | 'warning' | 'success' | undefined"
|
5297
5572
|
}
|
5298
5573
|
},
|
5574
|
+
{
|
5575
|
+
"kind": "field",
|
5576
|
+
"name": "lang",
|
5577
|
+
"type": {
|
5578
|
+
"text": "Language"
|
5579
|
+
},
|
5580
|
+
"default": "'en'",
|
5581
|
+
"description": "Sets the internal language of the component",
|
5582
|
+
"attribute": "lang",
|
5583
|
+
"expandedType": {
|
5584
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
5585
|
+
}
|
5586
|
+
},
|
5299
5587
|
{
|
5300
5588
|
"kind": "field",
|
5301
5589
|
"name": "onClick",
|
@@ -5352,6 +5640,18 @@
|
|
5352
5640
|
"text": "'error' | 'info' | 'warning' | 'success' | undefined"
|
5353
5641
|
}
|
5354
5642
|
},
|
5643
|
+
{
|
5644
|
+
"name": "lang",
|
5645
|
+
"type": {
|
5646
|
+
"text": "Language"
|
5647
|
+
},
|
5648
|
+
"default": "'en'",
|
5649
|
+
"description": "Sets the internal language of the component",
|
5650
|
+
"fieldName": "lang",
|
5651
|
+
"expandedType": {
|
5652
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
5653
|
+
}
|
5654
|
+
},
|
5355
5655
|
{
|
5356
5656
|
"name": "removable",
|
5357
5657
|
"type": {
|
@@ -5397,6 +5697,22 @@
|
|
5397
5697
|
}
|
5398
5698
|
],
|
5399
5699
|
"members": [
|
5700
|
+
{
|
5701
|
+
"kind": "field",
|
5702
|
+
"name": "#localize",
|
5703
|
+
"privacy": "private",
|
5704
|
+
"readonly": true,
|
5705
|
+
"default": "new LocalizeController(this)"
|
5706
|
+
},
|
5707
|
+
{
|
5708
|
+
"kind": "field",
|
5709
|
+
"name": "_componentIsConnected",
|
5710
|
+
"type": {
|
5711
|
+
"text": "boolean"
|
5712
|
+
},
|
5713
|
+
"privacy": "private",
|
5714
|
+
"default": "false"
|
5715
|
+
},
|
5400
5716
|
{
|
5401
5717
|
"kind": "field",
|
5402
5718
|
"name": "buttonLabel",
|
@@ -5467,6 +5783,19 @@
|
|
5467
5783
|
"attribute": "label",
|
5468
5784
|
"reflects": true
|
5469
5785
|
},
|
5786
|
+
{
|
5787
|
+
"kind": "field",
|
5788
|
+
"name": "lang",
|
5789
|
+
"type": {
|
5790
|
+
"text": "Language"
|
5791
|
+
},
|
5792
|
+
"default": "'en'",
|
5793
|
+
"description": "Sets the internal language of the component",
|
5794
|
+
"attribute": "lang",
|
5795
|
+
"expandedType": {
|
5796
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
5797
|
+
}
|
5798
|
+
},
|
5470
5799
|
{
|
5471
5800
|
"kind": "field",
|
5472
5801
|
"name": "max",
|
@@ -5505,15 +5834,6 @@
|
|
5505
5834
|
"description": "If defined, set name of the component",
|
5506
5835
|
"attribute": "name"
|
5507
5836
|
},
|
5508
|
-
{
|
5509
|
-
"kind": "field",
|
5510
|
-
"name": "requiredLabel",
|
5511
|
-
"type": {
|
5512
|
-
"text": "string | undefined"
|
5513
|
-
},
|
5514
|
-
"description": "If defined, renders an alternative A11y text for the asterisk",
|
5515
|
-
"attribute": "required-label"
|
5516
|
-
},
|
5517
5837
|
{
|
5518
5838
|
"kind": "field",
|
5519
5839
|
"name": "severity",
|
@@ -5547,7 +5867,11 @@
|
|
5547
5867
|
{
|
5548
5868
|
"kind": "field",
|
5549
5869
|
"name": "value",
|
5550
|
-
"description": "
|
5870
|
+
"description": "Returns the selected value. (if multiple: in a comma separated string). If set will default set corresponding option."
|
5871
|
+
},
|
5872
|
+
{
|
5873
|
+
"kind": "method",
|
5874
|
+
"name": "_handleSizeUpdate"
|
5551
5875
|
},
|
5552
5876
|
{
|
5553
5877
|
"kind": "method",
|
@@ -5597,6 +5921,13 @@
|
|
5597
5921
|
},
|
5598
5922
|
"description": "{detail: {value: string | null, option: SkfSelectOption}} Fired when the select dropdown is toggled",
|
5599
5923
|
"name": "skf-select-option-select"
|
5924
|
+
},
|
5925
|
+
{
|
5926
|
+
"type": {
|
5927
|
+
"text": "CustomEvent"
|
5928
|
+
},
|
5929
|
+
"description": "Fires when the calendar view is updated",
|
5930
|
+
"name": "skf-update-calendar-view"
|
5600
5931
|
}
|
5601
5932
|
],
|
5602
5933
|
"attributes": [
|
@@ -5667,6 +5998,18 @@
|
|
5667
5998
|
"description": "If defined, displays provided label",
|
5668
5999
|
"fieldName": "label"
|
5669
6000
|
},
|
6001
|
+
{
|
6002
|
+
"name": "lang",
|
6003
|
+
"type": {
|
6004
|
+
"text": "Language"
|
6005
|
+
},
|
6006
|
+
"default": "'en'",
|
6007
|
+
"description": "Sets the internal language of the component",
|
6008
|
+
"fieldName": "lang",
|
6009
|
+
"expandedType": {
|
6010
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
6011
|
+
}
|
6012
|
+
},
|
5670
6013
|
{
|
5671
6014
|
"name": "max",
|
5672
6015
|
"type": {
|
@@ -5700,14 +6043,6 @@
|
|
5700
6043
|
"description": "If defined, set name of the component",
|
5701
6044
|
"fieldName": "name"
|
5702
6045
|
},
|
5703
|
-
{
|
5704
|
-
"name": "required-label",
|
5705
|
-
"type": {
|
5706
|
-
"text": "string | undefined"
|
5707
|
-
},
|
5708
|
-
"description": "If defined, renders an alternative A11y text for the asterisk",
|
5709
|
-
"fieldName": "requiredLabel"
|
5710
|
-
},
|
5711
6046
|
{
|
5712
6047
|
"name": "severity",
|
5713
6048
|
"type": {
|
@@ -5761,7 +6096,7 @@
|
|
5761
6096
|
"declarations": [
|
5762
6097
|
{
|
5763
6098
|
"kind": "class",
|
5764
|
-
"description": "The `<skf-select-option>` is a component is used nested in a skf-select or skf-select-option-group.",
|
6099
|
+
"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.",
|
5765
6100
|
"name": "SkfSelectOption",
|
5766
6101
|
"slots": [
|
5767
6102
|
{
|
@@ -5783,6 +6118,22 @@
|
|
5783
6118
|
"static": true,
|
5784
6119
|
"default": "{ ...LitElement.shadowRootOptions, delegatesFocus: true }"
|
5785
6120
|
},
|
6121
|
+
{
|
6122
|
+
"kind": "field",
|
6123
|
+
"name": "#internals",
|
6124
|
+
"privacy": "private",
|
6125
|
+
"type": {
|
6126
|
+
"text": "ElementInternals"
|
6127
|
+
}
|
6128
|
+
},
|
6129
|
+
{
|
6130
|
+
"kind": "field",
|
6131
|
+
"name": "#states",
|
6132
|
+
"privacy": "private",
|
6133
|
+
"type": {
|
6134
|
+
"text": "CustomStateSet"
|
6135
|
+
}
|
6136
|
+
},
|
5786
6137
|
{
|
5787
6138
|
"kind": "field",
|
5788
6139
|
"name": "disabled",
|
@@ -5817,7 +6168,7 @@
|
|
5817
6168
|
"attribute": "icon-color",
|
5818
6169
|
"reflects": true,
|
5819
6170
|
"expandedType": {
|
5820
|
-
"text": "'error' | 'info' | 'warning' | 'primary' | 'inverse' | '
|
6171
|
+
"text": "'error' | 'info' | 'warning' | 'primary' | 'inverse' | 'emphasized' | 'secondary' | 'success' | undefined"
|
5821
6172
|
}
|
5822
6173
|
},
|
5823
6174
|
{
|
@@ -5849,21 +6200,17 @@
|
|
5849
6200
|
{
|
5850
6201
|
"kind": "field",
|
5851
6202
|
"name": "value",
|
5852
|
-
"description": "Returns or sets the
|
6203
|
+
"description": "Returns or sets the option value. If value is omitted, defaults to the tags slotted text.",
|
5853
6204
|
"attribute": "value",
|
5854
6205
|
"reflects": true
|
5855
6206
|
},
|
5856
6207
|
{
|
5857
6208
|
"kind": "field",
|
5858
|
-
"name": "
|
6209
|
+
"name": "small",
|
5859
6210
|
"type": {
|
5860
|
-
"text": "
|
6211
|
+
"text": "boolean"
|
5861
6212
|
},
|
5862
|
-
"default": "
|
5863
|
-
},
|
5864
|
-
{
|
5865
|
-
"kind": "field",
|
5866
|
-
"name": "_parent"
|
6213
|
+
"default": "false"
|
5867
6214
|
},
|
5868
6215
|
{
|
5869
6216
|
"kind": "field",
|
@@ -5909,7 +6256,7 @@
|
|
5909
6256
|
"description": "If defined, sets provided color on the icon",
|
5910
6257
|
"fieldName": "iconColor",
|
5911
6258
|
"expandedType": {
|
5912
|
-
"text": "'error' | 'info' | 'warning' | 'primary' | 'inverse' | '
|
6259
|
+
"text": "'error' | 'info' | 'warning' | 'primary' | 'inverse' | 'emphasized' | 'secondary' | 'success' | undefined"
|
5913
6260
|
}
|
5914
6261
|
},
|
5915
6262
|
{
|
@@ -5931,7 +6278,7 @@
|
|
5931
6278
|
},
|
5932
6279
|
{
|
5933
6280
|
"name": "value",
|
5934
|
-
"description": "Returns or sets the
|
6281
|
+
"description": "Returns or sets the option value. If value is omitted, defaults to the tags slotted text.",
|
5935
6282
|
"fieldName": "value"
|
5936
6283
|
}
|
5937
6284
|
],
|
@@ -6011,14 +6358,6 @@
|
|
6011
6358
|
{
|
6012
6359
|
"kind": "field",
|
6013
6360
|
"name": "_setInternalState"
|
6014
|
-
},
|
6015
|
-
{
|
6016
|
-
"kind": "field",
|
6017
|
-
"name": "role",
|
6018
|
-
"type": {
|
6019
|
-
"text": "string"
|
6020
|
-
},
|
6021
|
-
"default": "'listitem'"
|
6022
6361
|
}
|
6023
6362
|
],
|
6024
6363
|
"events": [
|
@@ -6166,6 +6505,13 @@
|
|
6166
6505
|
}
|
6167
6506
|
],
|
6168
6507
|
"members": [
|
6508
|
+
{
|
6509
|
+
"kind": "field",
|
6510
|
+
"name": "#localize",
|
6511
|
+
"privacy": "private",
|
6512
|
+
"readonly": true,
|
6513
|
+
"default": "new LocalizeController(this)"
|
6514
|
+
},
|
6169
6515
|
{
|
6170
6516
|
"kind": "field",
|
6171
6517
|
"name": "debug",
|
@@ -6209,21 +6555,25 @@
|
|
6209
6555
|
},
|
6210
6556
|
{
|
6211
6557
|
"kind": "field",
|
6212
|
-
"name": "
|
6558
|
+
"name": "lang",
|
6213
6559
|
"type": {
|
6214
|
-
"text": "
|
6560
|
+
"text": "Language"
|
6215
6561
|
},
|
6216
|
-
"
|
6217
|
-
"
|
6562
|
+
"default": "'en'",
|
6563
|
+
"description": "Sets the internal language of the component",
|
6564
|
+
"attribute": "lang",
|
6565
|
+
"expandedType": {
|
6566
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
6567
|
+
}
|
6218
6568
|
},
|
6219
6569
|
{
|
6220
6570
|
"kind": "field",
|
6221
|
-
"name": "
|
6571
|
+
"name": "name",
|
6222
6572
|
"type": {
|
6223
6573
|
"text": "string | undefined"
|
6224
6574
|
},
|
6225
|
-
"description": "If defined,
|
6226
|
-
"attribute": "
|
6575
|
+
"description": "If defined, adds name to the input-element",
|
6576
|
+
"attribute": "name"
|
6227
6577
|
},
|
6228
6578
|
{
|
6229
6579
|
"kind": "field",
|
@@ -6304,20 +6654,24 @@
|
|
6304
6654
|
"fieldName": "label"
|
6305
6655
|
},
|
6306
6656
|
{
|
6307
|
-
"name": "
|
6657
|
+
"name": "lang",
|
6308
6658
|
"type": {
|
6309
|
-
"text": "
|
6659
|
+
"text": "Language"
|
6310
6660
|
},
|
6311
|
-
"
|
6312
|
-
"
|
6661
|
+
"default": "'en'",
|
6662
|
+
"description": "Sets the internal language of the component",
|
6663
|
+
"fieldName": "lang",
|
6664
|
+
"expandedType": {
|
6665
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
6666
|
+
}
|
6313
6667
|
},
|
6314
6668
|
{
|
6315
|
-
"name": "
|
6669
|
+
"name": "name",
|
6316
6670
|
"type": {
|
6317
6671
|
"text": "string | undefined"
|
6318
6672
|
},
|
6319
|
-
"description": "If defined,
|
6320
|
-
"fieldName": "
|
6673
|
+
"description": "If defined, adds name to the input-element",
|
6674
|
+
"fieldName": "name"
|
6321
6675
|
},
|
6322
6676
|
{
|
6323
6677
|
"name": "size",
|
@@ -6390,14 +6744,6 @@
|
|
6390
6744
|
"text": "boolean"
|
6391
6745
|
},
|
6392
6746
|
"default": "false"
|
6393
|
-
},
|
6394
|
-
{
|
6395
|
-
"kind": "field",
|
6396
|
-
"name": "role",
|
6397
|
-
"type": {
|
6398
|
-
"text": "string"
|
6399
|
-
},
|
6400
|
-
"default": "'tabpanel'"
|
6401
6747
|
}
|
6402
6748
|
],
|
6403
6749
|
"attributes": [
|
@@ -6610,14 +6956,6 @@
|
|
6610
6956
|
"text": "SkfTabs['variant']"
|
6611
6957
|
},
|
6612
6958
|
"default": "'expanded'"
|
6613
|
-
},
|
6614
|
-
{
|
6615
|
-
"kind": "field",
|
6616
|
-
"name": "role",
|
6617
|
-
"type": {
|
6618
|
-
"text": "string"
|
6619
|
-
},
|
6620
|
-
"default": "'tab'"
|
6621
6959
|
}
|
6622
6960
|
],
|
6623
6961
|
"events": [
|
@@ -6679,6 +7017,13 @@
|
|
6679
7017
|
}
|
6680
7018
|
],
|
6681
7019
|
"members": [
|
7020
|
+
{
|
7021
|
+
"kind": "field",
|
7022
|
+
"name": "#localize",
|
7023
|
+
"privacy": "private",
|
7024
|
+
"readonly": true,
|
7025
|
+
"default": "new LocalizeController(this)"
|
7026
|
+
},
|
6682
7027
|
{
|
6683
7028
|
"kind": "field",
|
6684
7029
|
"name": "cols",
|
@@ -6733,6 +7078,19 @@
|
|
6733
7078
|
"description": "If defined, sets the input's label unless the default slot is used. Alternatively, you can use the `label` attribute.",
|
6734
7079
|
"attribute": "label"
|
6735
7080
|
},
|
7081
|
+
{
|
7082
|
+
"kind": "field",
|
7083
|
+
"name": "lang",
|
7084
|
+
"type": {
|
7085
|
+
"text": "Language"
|
7086
|
+
},
|
7087
|
+
"default": "'en'",
|
7088
|
+
"description": "Sets the internal language of the component",
|
7089
|
+
"attribute": "lang",
|
7090
|
+
"expandedType": {
|
7091
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
7092
|
+
}
|
7093
|
+
},
|
6736
7094
|
{
|
6737
7095
|
"kind": "field",
|
6738
7096
|
"name": "name",
|
@@ -6779,15 +7137,6 @@
|
|
6779
7137
|
"description": "If true, makes the element not mutable, meaning the user can not edit the control",
|
6780
7138
|
"attribute": "readonly"
|
6781
7139
|
},
|
6782
|
-
{
|
6783
|
-
"kind": "field",
|
6784
|
-
"name": "requiredLabel",
|
6785
|
-
"type": {
|
6786
|
-
"text": "string | undefined"
|
6787
|
-
},
|
6788
|
-
"description": "If defined, renders an alternative A11y text for the asterisk",
|
6789
|
-
"attribute": "required-label"
|
6790
|
-
},
|
6791
7140
|
{
|
6792
7141
|
"kind": "field",
|
6793
7142
|
"name": "rows",
|
@@ -6922,6 +7271,18 @@
|
|
6922
7271
|
"description": "If defined, sets the input's label unless the default slot is used. Alternatively, you can use the `label` attribute.",
|
6923
7272
|
"fieldName": "label"
|
6924
7273
|
},
|
7274
|
+
{
|
7275
|
+
"name": "lang",
|
7276
|
+
"type": {
|
7277
|
+
"text": "Language"
|
7278
|
+
},
|
7279
|
+
"default": "'en'",
|
7280
|
+
"description": "Sets the internal language of the component",
|
7281
|
+
"fieldName": "lang",
|
7282
|
+
"expandedType": {
|
7283
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
7284
|
+
}
|
7285
|
+
},
|
6925
7286
|
{
|
6926
7287
|
"name": "name",
|
6927
7288
|
"type": {
|
@@ -6963,14 +7324,6 @@
|
|
6963
7324
|
"description": "If true, makes the element not mutable, meaning the user can not edit the control",
|
6964
7325
|
"fieldName": "readonly"
|
6965
7326
|
},
|
6966
|
-
{
|
6967
|
-
"name": "required-label",
|
6968
|
-
"type": {
|
6969
|
-
"text": "string | undefined"
|
6970
|
-
},
|
6971
|
-
"description": "If defined, renders an alternative A11y text for the asterisk",
|
6972
|
-
"fieldName": "requiredLabel"
|
6973
|
-
},
|
6974
7327
|
{
|
6975
7328
|
"name": "rows",
|
6976
7329
|
"type": {
|
@@ -7140,6 +7493,17 @@
|
|
7140
7493
|
"name": "parentAnimationDiv",
|
7141
7494
|
"readonly": true
|
7142
7495
|
},
|
7496
|
+
{
|
7497
|
+
"kind": "field",
|
7498
|
+
"name": "#localize",
|
7499
|
+
"privacy": "private",
|
7500
|
+
"readonly": true,
|
7501
|
+
"default": "new LocalizeController(this)",
|
7502
|
+
"inheritedFrom": {
|
7503
|
+
"name": "SkfAlert",
|
7504
|
+
"module": "src/components/alert/alert.component.ts"
|
7505
|
+
}
|
7506
|
+
},
|
7143
7507
|
{
|
7144
7508
|
"kind": "field",
|
7145
7509
|
"name": "#internals",
|
@@ -7166,13 +7530,15 @@
|
|
7166
7530
|
},
|
7167
7531
|
{
|
7168
7532
|
"kind": "field",
|
7169
|
-
"name": "
|
7533
|
+
"name": "icon",
|
7170
7534
|
"type": {
|
7171
|
-
"text": "
|
7535
|
+
"text": "Icon | undefined"
|
7536
|
+
},
|
7537
|
+
"description": "If defined, displays leading icon",
|
7538
|
+
"attribute": "icon",
|
7539
|
+
"expandedType": {
|
7540
|
+
"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"
|
7172
7541
|
},
|
7173
|
-
"default": "'Close'",
|
7174
|
-
"description": "Close button aria-label",
|
7175
|
-
"attribute": "button-label",
|
7176
7542
|
"inheritedFrom": {
|
7177
7543
|
"name": "SkfAlert",
|
7178
7544
|
"module": "src/components/alert/alert.component.ts"
|
@@ -7180,14 +7546,15 @@
|
|
7180
7546
|
},
|
7181
7547
|
{
|
7182
7548
|
"kind": "field",
|
7183
|
-
"name": "
|
7549
|
+
"name": "lang",
|
7184
7550
|
"type": {
|
7185
|
-
"text": "
|
7551
|
+
"text": "Language"
|
7186
7552
|
},
|
7187
|
-
"
|
7188
|
-
"
|
7553
|
+
"default": "'en'",
|
7554
|
+
"description": "Sets the internal language of the component",
|
7555
|
+
"attribute": "lang",
|
7189
7556
|
"expandedType": {
|
7190
|
-
"text": "'
|
7557
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
7191
7558
|
},
|
7192
7559
|
"inheritedFrom": {
|
7193
7560
|
"name": "SkfAlert",
|
@@ -7235,27 +7602,30 @@
|
|
7235
7602
|
"fieldName": "timer"
|
7236
7603
|
},
|
7237
7604
|
{
|
7238
|
-
"name": "
|
7605
|
+
"name": "icon",
|
7239
7606
|
"type": {
|
7240
|
-
"text": "
|
7607
|
+
"text": "Icon | undefined"
|
7608
|
+
},
|
7609
|
+
"description": "If defined, displays leading icon",
|
7610
|
+
"fieldName": "icon",
|
7611
|
+
"expandedType": {
|
7612
|
+
"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"
|
7241
7613
|
},
|
7242
|
-
"default": "'Close'",
|
7243
|
-
"description": "Close button aria-label",
|
7244
|
-
"fieldName": "buttonLabel",
|
7245
7614
|
"inheritedFrom": {
|
7246
7615
|
"name": "SkfAlert",
|
7247
7616
|
"module": "src/components/alert/alert.component.ts"
|
7248
7617
|
}
|
7249
7618
|
},
|
7250
7619
|
{
|
7251
|
-
"name": "
|
7620
|
+
"name": "lang",
|
7252
7621
|
"type": {
|
7253
|
-
"text": "
|
7622
|
+
"text": "Language"
|
7254
7623
|
},
|
7255
|
-
"
|
7256
|
-
"
|
7624
|
+
"default": "'en'",
|
7625
|
+
"description": "Sets the internal language of the component",
|
7626
|
+
"fieldName": "lang",
|
7257
7627
|
"expandedType": {
|
7258
|
-
"text": "'
|
7628
|
+
"text": "'en' | 'es' | 'pt' | 'sv'"
|
7259
7629
|
},
|
7260
7630
|
"inheritedFrom": {
|
7261
7631
|
"name": "SkfAlert",
|
@@ -7568,39 +7938,6 @@
|
|
7568
7938
|
}
|
7569
7939
|
],
|
7570
7940
|
"members": [
|
7571
|
-
{
|
7572
|
-
"kind": "method",
|
7573
|
-
"name": "openExtended"
|
7574
|
-
},
|
7575
|
-
{
|
7576
|
-
"kind": "method",
|
7577
|
-
"name": "closeExtended"
|
7578
|
-
},
|
7579
|
-
{
|
7580
|
-
"kind": "method",
|
7581
|
-
"name": "addEventListeners",
|
7582
|
-
"return": {
|
7583
|
-
"type": {
|
7584
|
-
"text": "void"
|
7585
|
-
}
|
7586
|
-
},
|
7587
|
-
"parameters": [
|
7588
|
-
{
|
7589
|
-
"name": "$element",
|
7590
|
-
"type": {
|
7591
|
-
"text": "HTMLElement | Element"
|
7592
|
-
}
|
7593
|
-
}
|
7594
|
-
]
|
7595
|
-
},
|
7596
|
-
{
|
7597
|
-
"kind": "field",
|
7598
|
-
"name": "role",
|
7599
|
-
"type": {
|
7600
|
-
"text": "string"
|
7601
|
-
},
|
7602
|
-
"default": "'tooltip'"
|
7603
|
-
},
|
7604
7941
|
{
|
7605
7942
|
"kind": "field",
|
7606
7943
|
"name": "offset",
|
@@ -7624,15 +7961,37 @@
|
|
7624
7961
|
"text": "string"
|
7625
7962
|
},
|
7626
7963
|
"default": "'tooltip'"
|
7964
|
+
},
|
7965
|
+
{
|
7966
|
+
"type": {
|
7967
|
+
"text": "(void) => void"
|
7968
|
+
},
|
7969
|
+
"description": "Method that opens the tooltip",
|
7970
|
+
"name": "open()",
|
7971
|
+
"kind": "field"
|
7972
|
+
},
|
7973
|
+
{
|
7974
|
+
"type": {
|
7975
|
+
"text": "(void) => void"
|
7976
|
+
},
|
7977
|
+
"description": "Method that closes the tooltip",
|
7978
|
+
"name": "close()",
|
7979
|
+
"kind": "field"
|
7627
7980
|
}
|
7628
7981
|
],
|
7629
7982
|
"events": [
|
7630
7983
|
{
|
7631
|
-
"
|
7984
|
+
"type": {
|
7985
|
+
"text": "CustomEvent"
|
7986
|
+
},
|
7987
|
+
"description": "Fired when the tooltip is opened",
|
7632
7988
|
"name": "skf-opened"
|
7633
7989
|
},
|
7634
7990
|
{
|
7635
|
-
"
|
7991
|
+
"type": {
|
7992
|
+
"text": "CustomEvent"
|
7993
|
+
},
|
7994
|
+
"description": "Fired when the tooltip is closed",
|
7636
7995
|
"name": "skf-closed"
|
7637
7996
|
}
|
7638
7997
|
],
|