@skf-design-system/ui-components 1.0.2-beta.0 → 1.0.2-beta.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +37 -9
- package/dist/components/accordion/accordion-item.component.d.ts +36 -0
- package/dist/components/accordion/accordion-item.component.js +98 -0
- package/dist/components/accordion/accordion-item.d.ts +3 -3
- package/dist/components/accordion/accordion-item.js +4 -5
- package/dist/components/accordion/accordion-item.styles.js +77 -0
- package/dist/components/accordion/accordion.component.d.ts +6 -10
- package/dist/components/accordion/accordion.component.js +9 -10
- package/dist/components/accordion/accordion.d.ts +0 -1
- package/dist/components/accordion/accordion.js +0 -2
- package/dist/components/alert/alert.component.d.ts +12 -10
- package/dist/components/alert/alert.component.js +59 -51
- package/dist/components/alert/alert.styles.js +50 -51
- package/dist/components/breadcrumb/breadcrumb-item.component.js +59 -0
- package/dist/components/{breadcrumb-item → breadcrumb}/breadcrumb-item.d.ts +2 -2
- package/dist/components/breadcrumb/breadcrumb-item.js +6 -0
- package/dist/components/breadcrumb/breadcrumb-item.styles.js +63 -0
- package/dist/components/breadcrumb/breadcrumb.component.d.ts +6 -3
- package/dist/components/breadcrumb/breadcrumb.component.js +65 -0
- package/dist/components/breadcrumb/breadcrumb.d.ts +2 -2
- package/dist/components/breadcrumb/breadcrumb.js +6 -0
- package/dist/components/breadcrumb/breadcrumb.styles.js +25 -0
- package/dist/components/button/button.component.d.ts +13 -10
- package/dist/components/button/button.component.js +69 -66
- package/dist/components/button/button.styles.d.ts +1 -2
- package/dist/components/button/button.styles.js +6 -5
- package/dist/components/card/card.component.d.ts +6 -1
- package/dist/components/card/card.component.js +46 -24
- package/dist/components/card/card.styles.js +31 -14
- package/dist/components/checkbox/checkbox.component.d.ts +14 -11
- package/dist/components/checkbox/checkbox.component.js +67 -69
- package/dist/components/checkbox/checkbox.styles.d.ts +1 -2
- package/dist/components/checkbox/checkbox.styles.js +2 -6
- package/dist/components/{date-picker/datepicker.calendar.component.d.ts → datepicker/datepicker-calendar.component.d.ts} +8 -1
- package/dist/components/{date-picker/datepicker.calendar.component.js → datepicker/datepicker-calendar.component.js} +109 -115
- package/dist/components/datepicker/datepicker-calendar.d.ts +8 -0
- package/dist/components/datepicker/datepicker-calendar.js +6 -0
- package/dist/components/{date-picker/datepicker.component.d.ts → datepicker/datepicker-popup.component.d.ts} +9 -20
- package/dist/components/datepicker/datepicker-popup.component.js +272 -0
- package/dist/components/datepicker/datepicker-popup.d.ts +8 -0
- package/dist/components/{date-picker/datepicker.helpers.d.ts → datepicker/datepicker-popup.helpers.d.ts} +3 -3
- package/dist/components/datepicker/datepicker-popup.helpers.js +83 -0
- package/dist/components/datepicker/datepicker-popup.js +6 -0
- package/dist/components/{date-picker/datepicker.styles.js → datepicker/datepicker-popup.styles.js} +3 -3
- package/dist/components/{date-picker-input/datepicker-input.component.d.ts → datepicker/datepicker.component.d.ts} +22 -14
- package/dist/components/datepicker/datepicker.component.js +455 -0
- package/dist/components/datepicker/datepicker.d.ts +8 -0
- package/dist/components/datepicker/datepicker.js +6 -0
- package/dist/components/dialog/dialog.component.d.ts +8 -6
- package/dist/components/dialog/dialog.component.js +67 -67
- package/dist/components/dialog/dialog.d.ts +2 -2
- package/dist/components/dialog/dialog.styles.js +4 -4
- 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 +24 -12
- package/dist/components/drawer/drawer.component.js +87 -63
- package/dist/components/drawer/drawer.d.ts +2 -2
- package/dist/components/drawer/drawer.styles.js +47 -40
- package/dist/components/header/header.component.d.ts +7 -4
- package/dist/components/header/header.component.js +68 -55
- package/dist/components/header/header.d.ts +2 -2
- package/dist/components/header/header.styles.js +2 -2
- package/dist/components/heading/heading.component.d.ts +8 -6
- package/dist/components/heading/heading.component.js +52 -24
- package/dist/components/heading/heading.styles.js +34 -36
- package/dist/components/icon/icon.component.d.ts +15 -17
- package/dist/components/icon/icon.component.js +62 -43
- package/dist/components/icon/icon.styles.d.ts +1 -2
- package/dist/components/icon/icon.styles.js +60 -60
- package/dist/components/input/input.component.d.ts +34 -39
- package/dist/components/input/input.component.js +159 -153
- package/dist/components/input/input.controllers.d.ts +0 -1
- package/dist/components/input/input.controllers.js +14 -19
- package/dist/components/link/link.component.d.ts +20 -25
- package/dist/components/link/link.component.js +104 -107
- package/dist/components/link/link.styles.d.ts +1 -2
- package/dist/components/link/link.styles.js +54 -46
- package/dist/components/loader/loader.component.d.ts +6 -4
- package/dist/components/loader/loader.component.js +49 -42
- package/dist/components/loader/loader.styles.d.ts +1 -2
- package/dist/components/loader/loader.styles.js +34 -30
- package/dist/components/logo/logo.component.d.ts +8 -6
- package/dist/components/logo/logo.component.js +55 -51
- package/dist/components/logo/logo.styles.js +26 -16
- package/dist/components/menu/menu-item.component.d.ts +13 -0
- package/dist/components/menu/menu-item.component.js +13 -0
- package/dist/components/{menu-item → menu}/menu-item.d.ts +2 -2
- package/dist/components/menu/menu-item.styles.js +23 -0
- package/dist/components/menu/menu.component.d.ts +14 -8
- package/dist/components/menu/menu.component.js +10 -12
- package/dist/components/menu/menu.d.ts +2 -2
- package/dist/components/{nav-item → nav}/nav-item.component.d.ts +6 -4
- package/dist/components/nav/nav-item.component.js +57 -0
- package/dist/components/nav/nav-item.styles.js +43 -0
- package/dist/components/nav/nav.component.d.ts +9 -0
- package/dist/components/nav/nav.component.js +47 -21
- package/dist/components/nav/nav.d.ts +2 -2
- package/dist/components/nav/nav.styles.js +15 -9
- package/dist/components/popover/popover.component.d.ts +17 -6
- package/dist/components/popover/popover.component.js +22 -16
- package/dist/components/popover/popover.d.ts +2 -2
- package/dist/components/progress/progress.component.d.ts +4 -2
- package/dist/components/progress/progress.component.js +38 -35
- package/dist/components/progress/progress.d.ts +2 -2
- package/dist/components/progress/progress.styles.js +42 -35
- package/dist/components/radio/radio.component.d.ts +13 -9
- package/dist/components/radio/radio.component.js +96 -91
- package/dist/components/radio/radio.styles.js +1 -1
- package/dist/components/{segmented-button-item → segmented-button}/segmented-button-item.component.d.ts +4 -4
- package/dist/components/segmented-button/segmented-button-item.component.js +56 -0
- package/dist/components/{segmented-button-item → segmented-button}/segmented-button-item.d.ts +2 -2
- package/dist/components/segmented-button/segmented-button-item.js +6 -0
- package/dist/components/segmented-button/segmented-button-item.styles.js +62 -0
- package/dist/components/segmented-button/segmented-button.component.d.ts +0 -2
- package/dist/components/segmented-button/segmented-button.component.js +71 -0
- package/dist/components/segmented-button/segmented-button.d.ts +2 -2
- package/dist/components/segmented-button/segmented-button.js +6 -0
- package/dist/components/segmented-button/segmented-button.styles.js +16 -0
- package/dist/components/{select-option-group → select}/select-option-group.component.d.ts +4 -0
- package/dist/components/select/select-option-group.component.js +50 -0
- package/dist/components/{select-option-group → select}/select-option-group.d.ts +2 -2
- package/dist/components/select/select-option-group.style.js +24 -0
- package/dist/components/{select-option → select}/select-option.component.d.ts +16 -12
- package/dist/components/select/select-option.component.js +135 -0
- package/dist/components/select/select-option.styles.js +65 -0
- package/dist/components/select/select.component.d.ts +35 -25
- package/dist/components/select/select.component.js +126 -88
- package/dist/components/select/select.controllers.d.ts +1 -1
- package/dist/components/select/select.controllers.js +16 -18
- package/dist/components/select/select.styles.js +8 -2
- package/dist/components/select/stories/select.stories.icons.d.ts +7 -0
- package/dist/components/{stepper-item → stepper}/stepper-item.component.d.ts +1 -1
- package/dist/components/stepper/stepper-item.component.js +116 -0
- package/dist/components/{stepper-item → stepper}/stepper-item.d.ts +2 -2
- package/dist/components/{stepper-item → stepper}/stepper-item.styles.js +4 -4
- package/dist/components/stepper/stepper.component.d.ts +2 -2
- package/dist/components/stepper/stepper.component.js +17 -18
- package/dist/components/stepper/stepper.d.ts +2 -2
- package/dist/components/stepper/stepper.helpers.d.ts +1 -1
- package/dist/components/stepper/stepper.helpers.js +6 -7
- package/dist/components/switch/switch.component.d.ts +4 -2
- package/dist/components/switch/switch.component.js +64 -58
- package/dist/components/switch/switch.d.ts +2 -2
- package/dist/components/switch/switch.styles.js +1 -1
- package/dist/components/{tab-panel → tabs}/tab-panel.component.d.ts +1 -1
- package/dist/components/tabs/tab-panel.component.js +39 -0
- package/dist/components/{tab-panel → tabs}/tab-panel.d.ts +2 -2
- package/dist/components/{tab → tabs}/tab.component.d.ts +3 -3
- package/dist/components/{tab → tabs}/tab.component.js +18 -15
- package/dist/components/{tab → tabs}/tab.d.ts +2 -2
- package/dist/components/{tab → tabs}/tab.styles.js +2 -2
- package/dist/components/{tab-group/tab-group.component.d.ts → tabs/tabs.component.d.ts} +3 -4
- package/dist/components/{tab-group/tab-group.component.js → tabs/tabs.component.js} +36 -37
- package/dist/components/tabs/tabs.d.ts +8 -0
- package/dist/components/tabs/tabs.js +6 -0
- package/dist/components/{tab-group/tab-group.styles.js → tabs/tabs.styles.js} +16 -16
- package/dist/components/tag/tag.component.d.ts +20 -16
- package/dist/components/tag/tag.component.js +74 -65
- package/dist/components/tag/tag.d.ts +2 -2
- package/dist/components/tag/tag.styles.js +63 -50
- package/dist/components/textarea/textarea.component.d.ts +14 -13
- package/dist/components/textarea/textarea.component.js +77 -72
- package/dist/components/{toast-item → toast}/toast-item.d.ts +2 -0
- package/dist/components/{toast-item → toast}/toast-item.js +4 -0
- package/dist/components/toast/toast-item.styles.js +21 -0
- package/dist/components/{toast-wrapper → toast}/toast-wrapper.component.js +1 -1
- package/dist/components/toast/toast-wrapper.styles.d.ts +1 -0
- package/dist/components/toast/toast.component.d.ts +5 -4
- package/dist/components/toast/toast.component.js +16 -16
- package/dist/components/toast/toast.singleton.d.ts +5 -5
- package/dist/components/toast/toast.singleton.js +28 -29
- package/dist/components/tooltip/tooltip.component.d.ts +11 -3
- package/dist/components/tooltip/tooltip.component.js +18 -9
- package/dist/components/tooltip/tooltip.d.ts +2 -2
- package/dist/custom-elements.json +2202 -1720
- package/dist/index.d.ts +19 -12
- package/dist/index.js +108 -89
- package/dist/internal/base-classes/popover/popover.base.d.ts +30 -6
- package/dist/internal/base-classes/popover/popover.base.js +83 -69
- package/dist/internal/base-classes/popover/popover.styles.js +4 -5
- package/dist/internal/components/formBase.d.ts +1 -0
- package/dist/internal/components/formBase.js +11 -19
- package/dist/internal/components/hint/hint.component.d.ts +6 -2
- package/dist/internal/components/hint/hint.component.js +47 -20
- package/dist/internal/components/hint/hint.styles.d.ts +1 -2
- package/dist/internal/components/hint/hint.styles.js +30 -26
- package/dist/internal/components/skf-element.d.ts +1 -3
- package/dist/internal/components/skf-element.js +4 -9
- package/dist/internal/constants/iconSeverity.d.ts +3 -2
- package/dist/internal/constants/iconSeverity.js +2 -3
- package/dist/internal/controllers/popover.controller.d.ts +2 -0
- package/dist/internal/controllers/popover.controller.js +11 -14
- package/dist/internal/helpers/hintSeverity.d.ts +2 -2
- package/dist/internal/helpers/hintSeverity.js +1 -1
- package/dist/internal/helpers/stateMap.d.ts +14 -0
- package/dist/internal/helpers/stateMap.js +68 -0
- package/dist/internal/helpers/uuid.d.ts +8 -10
- package/dist/internal/helpers/uuid.js +4 -11
- package/dist/internal/helpers/watch.d.ts +1 -1
- package/dist/internal/helpers/watch.js +12 -12
- package/dist/internal/templates/asterisk.d.ts +1 -1
- package/dist/internal/templates/asterisk.js +4 -4
- package/dist/internal/types/formField.d.ts +1 -1
- package/dist/internal/types.d.ts +22 -0
- package/dist/styles/component.styles.d.ts +1 -2
- package/dist/styles/component.styles.js +38 -37
- package/dist/styles/global-alt.css +1 -0
- package/dist/styles/global.css +1 -1
- package/dist/translations/en.d.ts +3 -0
- package/dist/translations/en.js +27 -0
- package/dist/translations/es.d.ts +3 -0
- package/dist/translations/es.js +27 -0
- package/dist/translations/index.d.ts +4 -0
- package/dist/translations/pt.d.ts +3 -0
- package/dist/translations/pt.js +27 -0
- package/dist/translations/sv.d.ts +3 -0
- package/dist/translations/sv.js +27 -0
- package/dist/types/jsx/custom-element-jsx.d.ts +2031 -927
- package/dist/types/vue/index.d.ts +357 -324
- package/dist/utilities/localize.d.ts +28 -0
- package/dist/utilities/localize.js +13 -0
- package/dist/vscode.html-custom-data.json +360 -1241
- package/dist/web-types.json +932 -805
- package/package.json +38 -52
- package/dist/components/accordion/accordion.test.d.ts +0 -1
- package/dist/components/checkbox/checkbox.test.d.ts +0 -1
- package/dist/components/collapse/collapse.component.d.ts +0 -40
- package/dist/components/collapse/collapse.component.js +0 -86
- package/dist/components/collapse/collapse.d.ts +0 -8
- package/dist/components/collapse/collapse.js +0 -6
- package/dist/components/collapse/collapse.styles.d.ts +0 -2
- package/dist/components/collapse/collapse.styles.js +0 -77
- package/dist/components/collapse/collapse.test.d.ts +0 -1
- package/dist/components/date-picker/datepicker.component.js +0 -261
- package/dist/components/date-picker/datepicker.d.ts +0 -10
- package/dist/components/date-picker/datepicker.helpers.js +0 -76
- package/dist/components/date-picker/datepicker.js +0 -8
- package/dist/components/date-picker-input/datepicker-input.component.js +0 -441
- package/dist/components/date-picker-input/datepicker-input.d.ts +0 -8
- package/dist/components/date-picker-input/datepicker-input.js +0 -6
- package/dist/components/input/input.test.d.ts +0 -1
- package/dist/components/menu-item/menu-item.component.d.ts +0 -25
- package/dist/components/menu-item/menu-item.component.js +0 -13
- package/dist/components/menu-item/menu-item.styles.js +0 -19
- package/dist/components/nav-item/nav-item.component.js +0 -38
- package/dist/components/nav-item/nav-item.styles.js +0 -39
- package/dist/components/radio/radio.test.d.ts +0 -1
- package/dist/components/select-option/select-option.component.js +0 -123
- package/dist/components/select-option/select-option.styles.js +0 -53
- package/dist/components/select-option-group/select-option-group.component.js +0 -31
- package/dist/components/select-option-group/select-option-group.style.js +0 -18
- package/dist/components/stepper-item/stepper-item.component.js +0 -113
- package/dist/components/switch/switch.test.d.ts +0 -1
- package/dist/components/tab-group/tab-group.d.ts +0 -8
- package/dist/components/tab-group/tab-group.js +0 -6
- package/dist/components/tab-panel/tab-panel.component.js +0 -36
- package/dist/components/toast-item/toast-item.styles.js +0 -18
- package/dist/internal/constants/heading.d.ts +0 -2
- package/dist/internal/playwright/index.d.ts +0 -1
- /package/dist/components/{breadcrumb-item/breadcrumb-item.styles.d.ts → accordion/accordion-item.styles.d.ts} +0 -0
- /package/dist/components/{breadcrumb-item → breadcrumb}/breadcrumb-item.component.d.ts +0 -0
- /package/dist/components/{date-picker/datepicker.calendar.styles.d.ts → breadcrumb/breadcrumb-item.styles.d.ts} +0 -0
- /package/dist/components/{date-picker/datepicker.styles.d.ts → datepicker/datepicker-calendar.styles.d.ts} +0 -0
- /package/dist/components/{date-picker/datepicker.calendar.styles.js → datepicker/datepicker-calendar.styles.js} +0 -0
- /package/dist/components/{menu-item/menu-item.styles.d.ts → datepicker/datepicker-popup.styles.d.ts} +0 -0
- /package/dist/components/{date-picker-input/datepicker-input.helpers.d.ts → datepicker/datepicker.helpers.d.ts} +0 -0
- /package/dist/components/{date-picker-input/datepicker-input.helpers.js → datepicker/datepicker.helpers.js} +0 -0
- /package/dist/components/{date-picker-input/datepicker-input.styles.d.ts → datepicker/datepicker.styles.d.ts} +0 -0
- /package/dist/components/{date-picker-input/datepicker-input.styles.js → datepicker/datepicker.styles.js} +0 -0
- /package/dist/components/{menu-item → menu}/menu-item.js +0 -0
- /package/dist/components/{nav-item/nav-item.styles.d.ts → menu/menu-item.styles.d.ts} +0 -0
- /package/dist/components/{nav-item → nav}/nav-item.d.ts +0 -0
- /package/dist/components/{nav-item → nav}/nav-item.js +0 -0
- /package/dist/components/{segmented-button-item/segmented-button-item.styles.d.ts → nav/nav-item.styles.d.ts} +0 -0
- /package/dist/components/{select-option-group/select-option-group.style.d.ts → segmented-button/segmented-button-item.styles.d.ts} +0 -0
- /package/dist/components/{select-option-group → select}/select-option-group.js +0 -0
- /package/dist/components/{select-option/select-option.styles.d.ts → select/select-option-group.style.d.ts} +0 -0
- /package/dist/components/{select-option → select}/select-option.controllers.d.ts +0 -0
- /package/dist/components/{select-option → select}/select-option.d.ts +0 -0
- /package/dist/components/{select-option → select}/select-option.js +0 -0
- /package/dist/components/{stepper-item/stepper-item.styles.d.ts → select/select-option.styles.d.ts} +0 -0
- /package/dist/components/{stepper-item → stepper}/stepper-item.js +0 -0
- /package/dist/components/{tab-group/tab-group.styles.d.ts → stepper/stepper-item.styles.d.ts} +0 -0
- /package/dist/components/{tab-panel → tabs}/tab-panel.js +0 -0
- /package/dist/components/{tab-panel → tabs}/tab-panel.styles.d.ts +0 -0
- /package/dist/components/{tab-panel → tabs}/tab-panel.styles.js +0 -0
- /package/dist/components/{tab → tabs}/tab.js +0 -0
- /package/dist/components/{tab → tabs}/tab.styles.d.ts +0 -0
- /package/dist/components/{toast-wrapper/toast-wrapper.styles.d.ts → tabs/tabs.styles.d.ts} +0 -0
- /package/dist/components/{toast-item → toast}/toast-item.component.d.ts +0 -0
- /package/dist/components/{toast-item → toast}/toast-item.component.js +0 -0
- /package/dist/components/{toast-item → toast}/toast-item.styles.d.ts +0 -0
- /package/dist/components/{toast-wrapper → toast}/toast-wrapper.component.d.ts +0 -0
- /package/dist/components/{toast-wrapper → toast}/toast-wrapper.d.ts +0 -0
- /package/dist/components/{toast-wrapper → toast}/toast-wrapper.js +0 -0
- /package/dist/components/{toast-wrapper → toast}/toast-wrapper.styles.js +0 -0
@@ -4,22 +4,12 @@
|
|
4
4
|
"tags": [
|
5
5
|
{
|
6
6
|
"name": "skf-icon",
|
7
|
-
"description": "The `<skf-icon>` component is used to clarify interface elements. When used, should always be paired with (possibly invisible) text
|
7
|
+
"description": "The `<skf-icon>` component is used to clarify interface elements. When used, should always be paired with (possibly invisible) text.\n---\n",
|
8
8
|
"attributes": [
|
9
9
|
{
|
10
10
|
"name": "color",
|
11
11
|
"description": "Sets the color of the icon",
|
12
|
-
"values": [
|
13
|
-
{ "name": "primary" },
|
14
|
-
{ "name": "inverse" },
|
15
|
-
{ "name": "emphasised" },
|
16
|
-
{ "name": "secondary" },
|
17
|
-
{ "name": "success" },
|
18
|
-
{ "name": "info" },
|
19
|
-
{ "name": "warning" },
|
20
|
-
{ "name": "error" },
|
21
|
-
{ "name": "alert" }
|
22
|
-
]
|
12
|
+
"values": [{ "name": "IconColor" }]
|
23
13
|
},
|
24
14
|
{
|
25
15
|
"name": "label",
|
@@ -29,257 +19,39 @@
|
|
29
19
|
{
|
30
20
|
"name": "name",
|
31
21
|
"description": "Name of the icon to display",
|
32
|
-
"values": [
|
33
|
-
{ "name": "addCircleOutline" },
|
34
|
-
{ "name": "addCircle" },
|
35
|
-
{ "name": "addPlus" },
|
36
|
-
{ "name": "arrowBackIos" },
|
37
|
-
{ "name": "arrowBack" },
|
38
|
-
{ "name": "arrowDown" },
|
39
|
-
{ "name": "arrowForwardIos" },
|
40
|
-
{ "name": "arrowForward" },
|
41
|
-
{ "name": "arrowLeft" },
|
42
|
-
{ "name": "arrowRight" },
|
43
|
-
{ "name": "arrowUpDown" },
|
44
|
-
{ "name": "arrowUp" },
|
45
|
-
{ "name": "article" },
|
46
|
-
{ "name": "asset" },
|
47
|
-
{ "name": "attachment" },
|
48
|
-
{ "name": "bandCursor" },
|
49
|
-
{ "name": "bands" },
|
50
|
-
{ "name": "batteryEmpty" },
|
51
|
-
{ "name": "batteryFull" },
|
52
|
-
{ "name": "batteryLow" },
|
53
|
-
{ "name": "bearingFault" },
|
54
|
-
{ "name": "bluetoothDisabled" },
|
55
|
-
{ "name": "bluetooth" },
|
56
|
-
{ "name": "book" },
|
57
|
-
{ "name": "bookmarkOutline" },
|
58
|
-
{ "name": "bookmark" },
|
59
|
-
{ "name": "calculator" },
|
60
|
-
{ "name": "calendarBusy" },
|
61
|
-
{ "name": "calendarCheck" },
|
62
|
-
{ "name": "calendarEmpty" },
|
63
|
-
{ "name": "calendarMonth" },
|
64
|
-
{ "name": "calendarReccuring" },
|
65
|
-
{ "name": "call" },
|
66
|
-
{ "name": "caretDown" },
|
67
|
-
{ "name": "caretUpDown" },
|
68
|
-
{ "name": "caretUp" },
|
69
|
-
{ "name": "chat" },
|
70
|
-
{ "name": "checkCircleOutline" },
|
71
|
-
{ "name": "checkCircle" },
|
72
|
-
{ "name": "checkSmall" },
|
73
|
-
{ "name": "check" },
|
74
|
-
{ "name": "chevronDownUp" },
|
75
|
-
{ "name": "chevronDown" },
|
76
|
-
{ "name": "chevronLeft" },
|
77
|
-
{ "name": "chevronRight" },
|
78
|
-
{ "name": "chevronUpDown" },
|
79
|
-
{ "name": "chevronUp" },
|
80
|
-
{ "name": "chip" },
|
81
|
-
{ "name": "circleStatus" },
|
82
|
-
{ "name": "closeAll" },
|
83
|
-
{ "name": "closeAlt" },
|
84
|
-
{ "name": "close" },
|
85
|
-
{ "name": "columnGraph" },
|
86
|
-
{ "name": "comment" },
|
87
|
-
{ "name": "connection0" },
|
88
|
-
{ "name": "connection1" },
|
89
|
-
{ "name": "connection2" },
|
90
|
-
{ "name": "connection3" },
|
91
|
-
{ "name": "connection4" },
|
92
|
-
{ "name": "contentPaste" },
|
93
|
-
{ "name": "copy" },
|
94
|
-
{ "name": "cpmCyclesPerMinute" },
|
95
|
-
{ "name": "dangerOutline" },
|
96
|
-
{ "name": "danger" },
|
97
|
-
{ "name": "defectFrequenciesAlt" },
|
98
|
-
{ "name": "defectFrequencies" },
|
99
|
-
{ "name": "deleteOutline" },
|
100
|
-
{ "name": "delete" },
|
101
|
-
{ "name": "devices" },
|
102
|
-
{ "name": "directions" },
|
103
|
-
{ "name": "doubleChevronLeft" },
|
104
|
-
{ "name": "doubleChevronRight" },
|
105
|
-
{ "name": "downloadDone" },
|
106
|
-
{ "name": "download" },
|
107
|
-
{ "name": "draftOutline" },
|
108
|
-
{ "name": "draft" },
|
109
|
-
{ "name": "dragDrop" },
|
110
|
-
{ "name": "drop" },
|
111
|
-
{ "name": "duplicate" },
|
112
|
-
{ "name": "editOutline" },
|
113
|
-
{ "name": "edit" },
|
114
|
-
{ "name": "emailOutline" },
|
115
|
-
{ "name": "emailPdf" },
|
116
|
-
{ "name": "email" },
|
117
|
-
{ "name": "errorOutline" },
|
118
|
-
{ "name": "error" },
|
119
|
-
{ "name": "exclamation" },
|
120
|
-
{ "name": "facebook" },
|
121
|
-
{ "name": "filterOutline" },
|
122
|
-
{ "name": "filter" },
|
123
|
-
{ "name": "findReplace" },
|
124
|
-
{ "name": "forbidden" },
|
125
|
-
{ "name": "frequencyHz" },
|
126
|
-
{ "name": "fullScreen" },
|
127
|
-
{ "name": "fullscreenExit" },
|
128
|
-
{ "name": "functionalGroup" },
|
129
|
-
{ "name": "hamburgerMenu" },
|
130
|
-
{ "name": "harmonicCursor" },
|
131
|
-
{ "name": "heatmap" },
|
132
|
-
{ "name": "hierarchy" },
|
133
|
-
{ "name": "history" },
|
134
|
-
{ "name": "homeOutline" },
|
135
|
-
{ "name": "home" },
|
136
|
-
{ "name": "hourglassOutline" },
|
137
|
-
{ "name": "hourglass" },
|
138
|
-
{ "name": "image" },
|
139
|
-
{ "name": "imx" },
|
140
|
-
{ "name": "infoOutline" },
|
141
|
-
{ "name": "info" },
|
142
|
-
{ "name": "instagram" },
|
143
|
-
{ "name": "integration" },
|
144
|
-
{ "name": "iosShare" },
|
145
|
-
{ "name": "kebabMore" },
|
146
|
-
{ "name": "language" },
|
147
|
-
{ "name": "lightbulbOutline" },
|
148
|
-
{ "name": "lightbulb" },
|
149
|
-
{ "name": "link" },
|
150
|
-
{ "name": "linkedin" },
|
151
|
-
{ "name": "listGroup" },
|
152
|
-
{ "name": "list" },
|
153
|
-
{ "name": "locationPin" },
|
154
|
-
{ "name": "lockOutline" },
|
155
|
-
{ "name": "lock" },
|
156
|
-
{ "name": "logOut" },
|
157
|
-
{ "name": "login" },
|
158
|
-
{ "name": "meatballsMoreCircle" },
|
159
|
-
{ "name": "meatballsMore" },
|
160
|
-
{ "name": "microphone" },
|
161
|
-
{ "name": "nearMe" },
|
162
|
-
{ "name": "noData" },
|
163
|
-
{ "name": "notificationsBellOutline" },
|
164
|
-
{ "name": "notificationsBell" },
|
165
|
-
{ "name": "o" },
|
166
|
-
{ "name": "offer" },
|
167
|
-
{ "name": "openInNew" },
|
168
|
-
{ "name": "overlaysBaseline" },
|
169
|
-
{ "name": "pan360" },
|
170
|
-
{ "name": "paper" },
|
171
|
-
{ "name": "pause" },
|
172
|
-
{ "name": "pdfOutline" },
|
173
|
-
{ "name": "pdf" },
|
174
|
-
{ "name": "person" },
|
175
|
-
{ "name": "photoCameraOutline" },
|
176
|
-
{ "name": "photoCamera" },
|
177
|
-
{ "name": "pieChart" },
|
178
|
-
{ "name": "pinOutline" },
|
179
|
-
{ "name": "pin" },
|
180
|
-
{ "name": "play" },
|
181
|
-
{ "name": "powerOff" },
|
182
|
-
{ "name": "printOutline" },
|
183
|
-
{ "name": "print" },
|
184
|
-
{ "name": "privacyPolicyOutline" },
|
185
|
-
{ "name": "privacyPolicy" },
|
186
|
-
{ "name": "proCollect" },
|
187
|
-
{ "name": "recAction" },
|
188
|
-
{ "name": "refresh" },
|
189
|
-
{ "name": "removeMinus" },
|
190
|
-
{ "name": "reorder" },
|
191
|
-
{ "name": "reply" },
|
192
|
-
{ "name": "report" },
|
193
|
-
{ "name": "rewakableRoute" },
|
194
|
-
{ "name": "route" },
|
195
|
-
{ "name": "search" },
|
196
|
-
{ "name": "sendOutline" },
|
197
|
-
{ "name": "send" },
|
198
|
-
{ "name": "sensorAlt" },
|
199
|
-
{ "name": "sensor" },
|
200
|
-
{ "name": "settingsOutline" },
|
201
|
-
{ "name": "settings" },
|
202
|
-
{ "name": "share" },
|
203
|
-
{ "name": "shoppingCart" },
|
204
|
-
{ "name": "sidebandCursor" },
|
205
|
-
{ "name": "singleCursor" },
|
206
|
-
{ "name": "skfBearing" },
|
207
|
-
{ "name": "spectrum" },
|
208
|
-
{ "name": "starOutline" },
|
209
|
-
{ "name": "star" },
|
210
|
-
{ "name": "stop" },
|
211
|
-
{ "name": "sync" },
|
212
|
-
{ "name": "time" },
|
213
|
-
{ "name": "timewave" },
|
214
|
-
{ "name": "translate" },
|
215
|
-
{ "name": "trend" },
|
216
|
-
{ "name": "trendingUp" },
|
217
|
-
{ "name": "twitter" },
|
218
|
-
{ "name": "undo" },
|
219
|
-
{ "name": "unknownDiamondOutline" },
|
220
|
-
{ "name": "unknownDiamond" },
|
221
|
-
{ "name": "unknownOutline" },
|
222
|
-
{ "name": "unknown" },
|
223
|
-
{ "name": "unlink" },
|
224
|
-
{ "name": "unlockOutline" },
|
225
|
-
{ "name": "unlock" },
|
226
|
-
{ "name": "unscheduledAction" },
|
227
|
-
{ "name": "upload" },
|
228
|
-
{ "name": "vibrationAlt" },
|
229
|
-
{ "name": "vibration" },
|
230
|
-
{ "name": "view3D" },
|
231
|
-
{ "name": "viewFull" },
|
232
|
-
{ "name": "viewHorizontal" },
|
233
|
-
{ "name": "viewVertical" },
|
234
|
-
{ "name": "visibilityOffOutline" },
|
235
|
-
{ "name": "visibilityOff" },
|
236
|
-
{ "name": "visibilityOutline" },
|
237
|
-
{ "name": "visibility" },
|
238
|
-
{ "name": "warningDiamondOutline" },
|
239
|
-
{ "name": "warningDiamond" },
|
240
|
-
{ "name": "warningOutline" },
|
241
|
-
{ "name": "warning" },
|
242
|
-
{ "name": "youtube" },
|
243
|
-
{ "name": "zoomIn" },
|
244
|
-
{ "name": "zoomOut" }
|
245
|
-
]
|
22
|
+
"values": [{ "name": "Icon" }]
|
246
23
|
},
|
247
24
|
{
|
248
25
|
"name": "size",
|
249
26
|
"description": "Size of the icon",
|
250
|
-
"values": [
|
251
|
-
{ "name": "xs" },
|
252
|
-
{ "name": "sm" },
|
253
|
-
{ "name": "md" },
|
254
|
-
{ "name": "lg" }
|
255
|
-
]
|
27
|
+
"values": [{ "name": "SkfIconSize" }]
|
256
28
|
}
|
257
29
|
],
|
258
30
|
"references": []
|
259
31
|
},
|
260
32
|
{
|
261
|
-
"name": "skf-
|
262
|
-
"description": "The `<skf-
|
33
|
+
"name": "skf-accordion-item",
|
34
|
+
"description": "The `<skf-accordion-item>` is used in conjunction with the `<skf-accordion>` component\n---\n\n\n### **Events:**\n - **skf-accordion-item-toggle** - Event emitted when toggled\n\n### **Methods:**\n - **setClose()** - Class method as alternative to manipulate attribute\n- **setOpen()** - Class method as alternative to manipulate attribute\n\n### **Slots:**\n - _default_ - Main content",
|
263
35
|
"attributes": [
|
264
36
|
{
|
265
37
|
"name": "animated",
|
266
|
-
"description": "If true, will animate the expand/
|
38
|
+
"description": "If true, will animate the expand/accordion-item state",
|
267
39
|
"values": []
|
268
40
|
},
|
269
41
|
{
|
270
42
|
"name": "expanded",
|
271
|
-
"description": "If true, will set the
|
43
|
+
"description": "If true, will set the accordion-item to be expanded by default",
|
272
44
|
"values": []
|
273
45
|
},
|
274
46
|
{
|
275
47
|
"name": "heading",
|
276
|
-
"description": "Heading for the
|
48
|
+
"description": "Heading for the accordion-item",
|
277
49
|
"values": []
|
278
50
|
},
|
279
51
|
{
|
280
52
|
"name": "heading-as",
|
281
53
|
"description": "Defines which heading element will be rendered",
|
282
|
-
"values": [{ "name": "
|
54
|
+
"values": [{ "name": "SkfAccordionItemHeadingType" }]
|
283
55
|
},
|
284
56
|
{
|
285
57
|
"name": "small",
|
@@ -288,7 +60,7 @@
|
|
288
60
|
},
|
289
61
|
{
|
290
62
|
"name": "truncate",
|
291
|
-
"description": "If true, will truncate the heading in
|
63
|
+
"description": "If true, will truncate the heading in accordion-item state",
|
292
64
|
"values": []
|
293
65
|
}
|
294
66
|
],
|
@@ -296,7 +68,7 @@
|
|
296
68
|
},
|
297
69
|
{
|
298
70
|
"name": "skf-accordion",
|
299
|
-
"description": "The `<skf-accordion>` component consists of
|
71
|
+
"description": "The `<skf-accordion>` component consists of one or more `<skf-accordion-item>` item(s) working together\n\nSee [zeroheight](https://zeroheight.com/853e936c9/p/6590bf-accordion) for design principles\n---\n\n\n### **Slots:**\n - _default_ - Expects one or more <skf-accordion-item> element(s)",
|
300
72
|
"attributes": [
|
301
73
|
{
|
302
74
|
"name": "animated",
|
@@ -306,12 +78,7 @@
|
|
306
78
|
{
|
307
79
|
"name": "heading-as",
|
308
80
|
"description": "Defines which heading element will be rendered",
|
309
|
-
"values": [
|
310
|
-
{ "name": "h1" },
|
311
|
-
{ "name": "h2" },
|
312
|
-
{ "name": "h3" },
|
313
|
-
{ "name": "h4" }
|
314
|
-
]
|
81
|
+
"values": [{ "name": "SkfAccordionItemHeadingType" }]
|
315
82
|
},
|
316
83
|
{
|
317
84
|
"name": "gap",
|
@@ -338,17 +105,17 @@
|
|
338
105
|
},
|
339
106
|
{
|
340
107
|
"name": "skf-alert",
|
341
|
-
"description": "The `<skf-alert>` is a type of notification that appears in-line\n---\n\n\n### **Events:**\n - **skf-alert-close** - Fires when the close button is clicked\n\n### **Slots:**\n - _default_ - Alert message. **Notice!** See design principles for approved content\n- **link** - Slot for the link",
|
108
|
+
"description": "The `<skf-alert>` is a type of notification that appears in-line\n\nSee [zeroheight](https://zeroheight.com/853e936c9/p/990ec5-alert) for design principles\n---\n\n\n### **Events:**\n - **skf-alert-close** - Fires when the close button is clicked\n\n### **Slots:**\n - _default_ - Alert message. **Notice!** See design principles for approved content\n- **link** - Slot for the link",
|
342
109
|
"attributes": [
|
343
|
-
{
|
344
|
-
"name": "button-label",
|
345
|
-
"description": "Close button aria-label",
|
346
|
-
"values": []
|
347
|
-
},
|
348
110
|
{
|
349
111
|
"name": "icon",
|
350
112
|
"description": "If defined, displays leading icon",
|
351
|
-
"values": [{ "name": "
|
113
|
+
"values": [{ "name": "Icon" }]
|
114
|
+
},
|
115
|
+
{
|
116
|
+
"name": "lang",
|
117
|
+
"description": "Sets the internal language of the component",
|
118
|
+
"values": [{ "name": "Language" }]
|
352
119
|
},
|
353
120
|
{
|
354
121
|
"name": "persistent",
|
@@ -358,7 +125,7 @@
|
|
358
125
|
{
|
359
126
|
"name": "severity",
|
360
127
|
"description": "If defined, gives the supplied appearance",
|
361
|
-
"values": [{ "name": "
|
128
|
+
"values": [{ "name": "Severity" }]
|
362
129
|
}
|
363
130
|
],
|
364
131
|
"references": []
|
@@ -385,9 +152,9 @@
|
|
385
152
|
"values": []
|
386
153
|
},
|
387
154
|
{
|
388
|
-
"name": "
|
389
|
-
"description": "
|
390
|
-
"values": [
|
155
|
+
"name": "small",
|
156
|
+
"description": "If true, renders a smaller version",
|
157
|
+
"values": []
|
391
158
|
}
|
392
159
|
],
|
393
160
|
"references": []
|
@@ -396,11 +163,6 @@
|
|
396
163
|
"name": "skf-loader",
|
397
164
|
"description": "The `<skf-loader>` component is a progress indicator that uses circular indicators for short, indeterminate activities\n---\n",
|
398
165
|
"attributes": [
|
399
|
-
{
|
400
|
-
"name": "aria-label",
|
401
|
-
"description": "Defines the aria-label",
|
402
|
-
"values": []
|
403
|
-
},
|
404
166
|
{
|
405
167
|
"name": "invert",
|
406
168
|
"description": "If true, inverts the color (to be used on colored backgrounds)",
|
@@ -409,14 +171,14 @@
|
|
409
171
|
{
|
410
172
|
"name": "size",
|
411
173
|
"description": "Defines the size of the loader",
|
412
|
-
"values": [{ "name": "
|
174
|
+
"values": [{ "name": "Size" }]
|
413
175
|
}
|
414
176
|
],
|
415
177
|
"references": []
|
416
178
|
},
|
417
179
|
{
|
418
180
|
"name": "skf-button",
|
419
|
-
"description": "Component to be used in forms or for interactivity\n---\n\n\n### **Events:**\n - **click** - Fires when the button is clicked\n\n### **Methods:**\n - **click()** - Simulates a click on the button.\n\n### **Slots:**\n - _default_ - The Primary content",
|
181
|
+
"description": "Component to be used in forms or for interactivity\n\nSee [zeroheight](https://zeroheight.com/853e936c9/p/02493d-buttons) for design principles\n---\n\n\n### **Events:**\n - **click** - Fires when the button is clicked\n\n### **Methods:**\n - **click()** - Simulates a click on the button.\n\n### **Slots:**\n - _default_ - The Primary content",
|
420
182
|
"attributes": [
|
421
183
|
{
|
422
184
|
"name": "destructive",
|
@@ -431,163 +193,11 @@
|
|
431
193
|
{
|
432
194
|
"name": "icon",
|
433
195
|
"description": "If provided, renders an icon before or after the text",
|
434
|
-
"values": [
|
435
|
-
{ "name": "arrowDown" },
|
436
|
-
{ "name": "arrowDownUp" },
|
437
|
-
{ "name": "arrowLeft" },
|
438
|
-
{ "name": "arrowRight" },
|
439
|
-
{ "name": "arrowUp" },
|
440
|
-
{ "name": "article" },
|
441
|
-
{ "name": "artificialIntelligence" },
|
442
|
-
{ "name": "asset" },
|
443
|
-
{ "name": "attachment" },
|
444
|
-
{ "name": "bandCursor" },
|
445
|
-
{ "name": "bands" },
|
446
|
-
{ "name": "batteryEmpty" },
|
447
|
-
{ "name": "batteryFull" },
|
448
|
-
{ "name": "batteryLow" },
|
449
|
-
{ "name": "bearingFault" },
|
450
|
-
{ "name": "book" },
|
451
|
-
{ "name": "bulb" },
|
452
|
-
{ "name": "burger" },
|
453
|
-
{ "name": "cPM" },
|
454
|
-
{ "name": "calendar" },
|
455
|
-
{ "name": "calendarBooked" },
|
456
|
-
{ "name": "calendarEmpty" },
|
457
|
-
{ "name": "calendarNotBooked" },
|
458
|
-
{ "name": "calendarRecurring" },
|
459
|
-
{ "name": "caretDown" },
|
460
|
-
{ "name": "caretUp" },
|
461
|
-
{ "name": "caretUpDown" },
|
462
|
-
{ "name": "chat" },
|
463
|
-
{ "name": "check" },
|
464
|
-
{ "name": "checkCircle" },
|
465
|
-
{ "name": "checkSmall" },
|
466
|
-
{ "name": "chevronDown" },
|
467
|
-
{ "name": "chevronLeft" },
|
468
|
-
{ "name": "chevronRight" },
|
469
|
-
{ "name": "chevronUp" },
|
470
|
-
{ "name": "chevronUpDown" },
|
471
|
-
{ "name": "close" },
|
472
|
-
{ "name": "closeAllFaults" },
|
473
|
-
{ "name": "closeFault" },
|
474
|
-
{ "name": "closeSmall" },
|
475
|
-
{ "name": "columnGraph" },
|
476
|
-
{ "name": "comment" },
|
477
|
-
{ "name": "connection1" },
|
478
|
-
{ "name": "connection2" },
|
479
|
-
{ "name": "connection3" },
|
480
|
-
{ "name": "connection4" },
|
481
|
-
{ "name": "danger" },
|
482
|
-
{ "name": "defectFrequencies" },
|
483
|
-
{ "name": "defectFrequenciesAlternative" },
|
484
|
-
{ "name": "doubleChevronLeft" },
|
485
|
-
{ "name": "doubleChevronRight" },
|
486
|
-
{ "name": "download" },
|
487
|
-
{ "name": "draft" },
|
488
|
-
{ "name": "draftFilled" },
|
489
|
-
{ "name": "draftOutlined" },
|
490
|
-
{ "name": "dragNDrop" },
|
491
|
-
{ "name": "drop" },
|
492
|
-
{ "name": "duplicate" },
|
493
|
-
{ "name": "edit" },
|
494
|
-
{ "name": "emailFilled" },
|
495
|
-
{ "name": "emailOutlined" },
|
496
|
-
{ "name": "exclamation" },
|
497
|
-
{ "name": "eye" },
|
498
|
-
{ "name": "eyeHidden" },
|
499
|
-
{ "name": "eyeVisible" },
|
500
|
-
{ "name": "filter" },
|
501
|
-
{ "name": "forbidden" },
|
502
|
-
{ "name": "fullScreen" },
|
503
|
-
{ "name": "fullScreenExit" },
|
504
|
-
{ "name": "functionalLocation" },
|
505
|
-
{ "name": "harmonicCursor" },
|
506
|
-
{ "name": "heatmap" },
|
507
|
-
{ "name": "hierarchy" },
|
508
|
-
{ "name": "history" },
|
509
|
-
{ "name": "historyAlt" },
|
510
|
-
{ "name": "hourglassFramedFilled" },
|
511
|
-
{ "name": "hourglassFramedOutlined" },
|
512
|
-
{ "name": "hourglassOutlined" },
|
513
|
-
{ "name": "hz" },
|
514
|
-
{ "name": "iMX" },
|
515
|
-
{ "name": "image" },
|
516
|
-
{ "name": "infoCircleFilled" },
|
517
|
-
{ "name": "infoCircleOutlined" },
|
518
|
-
{ "name": "integration" },
|
519
|
-
{ "name": "kebab" },
|
520
|
-
{ "name": "link" },
|
521
|
-
{ "name": "listGroup" },
|
522
|
-
{ "name": "listItem" },
|
523
|
-
{ "name": "locationPin" },
|
524
|
-
{ "name": "lock" },
|
525
|
-
{ "name": "logOut" },
|
526
|
-
{ "name": "meatballs" },
|
527
|
-
{ "name": "microphone" },
|
528
|
-
{ "name": "minus" },
|
529
|
-
{ "name": "minusSmall" },
|
530
|
-
{ "name": "noData" },
|
531
|
-
{ "name": "o" },
|
532
|
-
{ "name": "openInNew" },
|
533
|
-
{ "name": "overlayBaseline" },
|
534
|
-
{ "name": "pDF" },
|
535
|
-
{ "name": "paper" },
|
536
|
-
{ "name": "pause" },
|
537
|
-
{ "name": "pieChart" },
|
538
|
-
{ "name": "pin" },
|
539
|
-
{ "name": "play" },
|
540
|
-
{ "name": "plus" },
|
541
|
-
{ "name": "powerOff" },
|
542
|
-
{ "name": "printer" },
|
543
|
-
{ "name": "proCollect" },
|
544
|
-
{ "name": "recAction" },
|
545
|
-
{ "name": "received" },
|
546
|
-
{ "name": "refresh" },
|
547
|
-
{ "name": "reorder" },
|
548
|
-
{ "name": "replace" },
|
549
|
-
{ "name": "reply" },
|
550
|
-
{ "name": "rewalkableRoute" },
|
551
|
-
{ "name": "routes" },
|
552
|
-
{ "name": "search" },
|
553
|
-
{ "name": "send" },
|
554
|
-
{ "name": "sensorA" },
|
555
|
-
{ "name": "sensorB" },
|
556
|
-
{ "name": "settings" },
|
557
|
-
{ "name": "sidebandCursor" },
|
558
|
-
{ "name": "singleCursor" },
|
559
|
-
{ "name": "spectrum" },
|
560
|
-
{ "name": "starFilled" },
|
561
|
-
{ "name": "starOutlined" },
|
562
|
-
{ "name": "statusCircle" },
|
563
|
-
{ "name": "stop" },
|
564
|
-
{ "name": "structuralVibration" },
|
565
|
-
{ "name": "sync" },
|
566
|
-
{ "name": "timewave" },
|
567
|
-
{ "name": "trash" },
|
568
|
-
{ "name": "trend" },
|
569
|
-
{ "name": "trendingUp" },
|
570
|
-
{ "name": "undo" },
|
571
|
-
{ "name": "unknownCircle" },
|
572
|
-
{ "name": "unknownDiamond" },
|
573
|
-
{ "name": "unlink" },
|
574
|
-
{ "name": "unlock" },
|
575
|
-
{ "name": "unscheduledAction" },
|
576
|
-
{ "name": "upload" },
|
577
|
-
{ "name": "user" },
|
578
|
-
{ "name": "viewFull" },
|
579
|
-
{ "name": "viewHorizontal" },
|
580
|
-
{ "name": "viewVertical" },
|
581
|
-
{ "name": "warning" },
|
582
|
-
{ "name": "warningCircle" },
|
583
|
-
{ "name": "warningDiamond" },
|
584
|
-
{ "name": "zoomIn" },
|
585
|
-
{ "name": "zoomOut" }
|
586
|
-
]
|
196
|
+
"values": [{ "name": "Icon" }]
|
587
197
|
},
|
588
198
|
{
|
589
|
-
"name": "
|
590
|
-
"description": "If true,
|
199
|
+
"name": "icon-only",
|
200
|
+
"description": "If true, button will take a square shape",
|
591
201
|
"values": []
|
592
202
|
},
|
593
203
|
{
|
@@ -609,11 +219,7 @@
|
|
609
219
|
{
|
610
220
|
"name": "type",
|
611
221
|
"description": "If provided, changes the button type",
|
612
|
-
"values": [
|
613
|
-
{ "name": "button" },
|
614
|
-
{ "name": "submit" },
|
615
|
-
{ "name": "reset" }
|
616
|
-
]
|
222
|
+
"values": [{ "name": "SkfButtonType" }]
|
617
223
|
},
|
618
224
|
{
|
619
225
|
"name": "variant",
|
@@ -629,7 +235,7 @@
|
|
629
235
|
},
|
630
236
|
{
|
631
237
|
"name": "skf-card",
|
632
|
-
"description": "The `<skf-card>` can be used to group related subjects in a container\n---\n\n\n### **Slots:**\n - _default_ - The card's main content",
|
238
|
+
"description": "The `<skf-card>` can be used to group related subjects in a container\n\nSee [zeroheight](https://zeroheight.com/853e936c9/p/021eed-card) for design principles\n---\n\n\n### **Slots:**\n - _default_ - The card's main content\n\n### **CSS Properties:**\n - **--mod-card-bg-color** - Ability to set a custom background color _(default: undefined)_",
|
633
239
|
"attributes": [
|
634
240
|
{
|
635
241
|
"name": "no-border",
|
@@ -651,7 +257,7 @@
|
|
651
257
|
},
|
652
258
|
{
|
653
259
|
"name": "skf-checkbox",
|
654
|
-
"description": "The `<skf-checkbox>` component is used to create a checkbox input\n---\n\n\n### **Events:**\n - **change** -
|
260
|
+
"description": "The `<skf-checkbox>` component is used to create a checkbox input\n---\n\n\n### **Events:**\n - **change** - When the value of the input changes\n\n### **Slots:**\n - _default_ - The Radios label. Alternatively, you can use the `label` attribute.",
|
655
261
|
"attributes": [
|
656
262
|
{
|
657
263
|
"name": "disabled",
|
@@ -689,24 +295,19 @@
|
|
689
295
|
"values": []
|
690
296
|
},
|
691
297
|
{
|
692
|
-
"name": "
|
693
|
-
"description": "
|
694
|
-
"values": []
|
298
|
+
"name": "lang",
|
299
|
+
"description": "Sets the internal language of the component",
|
300
|
+
"values": [{ "name": "Language" }]
|
695
301
|
},
|
696
302
|
{
|
697
|
-
"name": "
|
698
|
-
"description": "If defined,
|
303
|
+
"name": "name",
|
304
|
+
"description": "If defined, adds name to the input-element",
|
699
305
|
"values": []
|
700
306
|
},
|
701
307
|
{
|
702
308
|
"name": "severity",
|
703
309
|
"description": "If defined, styles checkbox using provided severity",
|
704
|
-
"values": [
|
705
|
-
{ "name": "alert" },
|
706
|
-
{ "name": "success" },
|
707
|
-
{ "name": "info" },
|
708
|
-
{ "name": "warning" }
|
709
|
-
]
|
310
|
+
"values": [{ "name": "FormFieldSeverity" }]
|
710
311
|
},
|
711
312
|
{
|
712
313
|
"name": "show-valid",
|
@@ -727,28 +328,90 @@
|
|
727
328
|
"references": []
|
728
329
|
},
|
729
330
|
{
|
730
|
-
"name": "skf-datepicker",
|
731
|
-
"description": "
|
331
|
+
"name": "skf-datepicker-calendar",
|
332
|
+
"description": "\n---\n",
|
732
333
|
"attributes": [
|
334
|
+
{ "name": "eventid", "values": [] },
|
335
|
+
{ "name": "firstDayOfWeek", "values": [] },
|
336
|
+
{
|
337
|
+
"name": "invalid-dates",
|
338
|
+
"description": "A comma-separated list of dates (yyyy-mm-dd format) that are not selectable.",
|
339
|
+
"values": []
|
340
|
+
},
|
341
|
+
{
|
342
|
+
"name": "lang",
|
343
|
+
"description": "Sets the internal language of the component",
|
344
|
+
"values": [{ "name": "Language" }]
|
345
|
+
},
|
346
|
+
{ "name": "locale", "values": [] },
|
347
|
+
{ "name": "range", "values": [] },
|
733
348
|
{
|
734
|
-
"name": "
|
735
|
-
"description": "
|
349
|
+
"name": "selectable-from",
|
350
|
+
"description": "Earliest selectable date. (yyyy-mm-dd format)",
|
736
351
|
"values": []
|
737
352
|
},
|
738
353
|
{
|
739
|
-
"name": "
|
740
|
-
"description": "
|
354
|
+
"name": "selectable-to",
|
355
|
+
"description": "Latest selectable date. (yyyy-mm-dd format)",
|
356
|
+
"values": []
|
357
|
+
},
|
358
|
+
{ "name": "selected-date", "values": [{ "name": "Date" }] },
|
359
|
+
{
|
360
|
+
"name": "selectedDateRange",
|
361
|
+
"values": [
|
362
|
+
{ "name": "{ start: Date" },
|
363
|
+
{ "name": "null; end: Date" },
|
364
|
+
{ "name": "null }" }
|
365
|
+
]
|
366
|
+
}
|
367
|
+
],
|
368
|
+
"references": []
|
369
|
+
},
|
370
|
+
{
|
371
|
+
"name": "skf-datepicker",
|
372
|
+
"description": "\n---\n\n\n### **Methods:**\n - **clear()** - Clears the input field",
|
373
|
+
"attributes": [
|
374
|
+
{
|
375
|
+
"name": "custom-invalid",
|
376
|
+
"description": "If defined, forces component to invalid state until removed. Its value is used as hint text.",
|
741
377
|
"values": []
|
742
378
|
},
|
743
379
|
{ "name": "id", "values": [] },
|
380
|
+
{
|
381
|
+
"name": "label",
|
382
|
+
"description": "If defined, sets the input's label. Alternatively, you can use the `label` attribute.",
|
383
|
+
"values": []
|
384
|
+
},
|
385
|
+
{
|
386
|
+
"name": "lang",
|
387
|
+
"description": "Sets the internal language of the component",
|
388
|
+
"values": [{ "name": "Language" }]
|
389
|
+
},
|
390
|
+
{
|
391
|
+
"name": "hide-label",
|
392
|
+
"description": "If true, hides the label visually",
|
393
|
+
"values": []
|
394
|
+
},
|
395
|
+
{
|
396
|
+
"name": "hint",
|
397
|
+
"description": "If defined, displays informational text below the field",
|
398
|
+
"values": []
|
399
|
+
},
|
744
400
|
{
|
745
401
|
"name": "invalid-dates",
|
746
402
|
"description": "A comma-separated list of dates (yyyy-mm-dd format) that are not selectable.",
|
747
403
|
"values": []
|
748
404
|
},
|
749
405
|
{
|
750
|
-
"name": "
|
751
|
-
"description": "If
|
406
|
+
"name": "name",
|
407
|
+
"description": "If defined, adds name to the input-element",
|
408
|
+
"values": []
|
409
|
+
},
|
410
|
+
{ "name": "placeholder", "values": [] },
|
411
|
+
{ "name": "range", "values": [] },
|
412
|
+
{
|
413
|
+
"name": "readonly",
|
414
|
+
"description": "If true, makes the element not mutable, meaning the user can not edit the control",
|
752
415
|
"values": []
|
753
416
|
},
|
754
417
|
{
|
@@ -760,6 +423,35 @@
|
|
760
423
|
"name": "selectable-to",
|
761
424
|
"description": "Latest selectable date. (yyyy-mm-dd format)",
|
762
425
|
"values": []
|
426
|
+
},
|
427
|
+
{
|
428
|
+
"name": "severity",
|
429
|
+
"description": "If defined, displays provided severity state",
|
430
|
+
"values": [
|
431
|
+
{ "name": "alert" },
|
432
|
+
{ "name": "success" },
|
433
|
+
{ "name": "info" },
|
434
|
+
{ "name": "warning" }
|
435
|
+
]
|
436
|
+
},
|
437
|
+
{
|
438
|
+
"name": "size",
|
439
|
+
"description": "Size of the input",
|
440
|
+
"values": [{ "name": "sm" }, { "name": "md" }]
|
441
|
+
},
|
442
|
+
{
|
443
|
+
"name": "validate-on",
|
444
|
+
"description": "Sets validation start",
|
445
|
+
"values": [
|
446
|
+
{ "name": "input" },
|
447
|
+
{ "name": "change" },
|
448
|
+
{ "name": "submit" }
|
449
|
+
]
|
450
|
+
},
|
451
|
+
{
|
452
|
+
"name": "value",
|
453
|
+
"description": "The current value of the input field",
|
454
|
+
"values": []
|
763
455
|
}
|
764
456
|
],
|
765
457
|
"references": []
|
@@ -771,25 +463,20 @@
|
|
771
463
|
{
|
772
464
|
"name": "as",
|
773
465
|
"description": "Controls which heading element will be rendered. Should not be used to affect appearance",
|
774
|
-
"values": [{ "name": "
|
466
|
+
"values": [{ "name": "HeadingType" }]
|
775
467
|
},
|
776
468
|
{
|
777
469
|
"name": "styled-as",
|
778
470
|
"description": "If defined, changes the appearance of the heading",
|
779
|
-
"values": [{ "name": "
|
471
|
+
"values": [{ "name": "HeadingType" }]
|
780
472
|
}
|
781
473
|
],
|
782
474
|
"references": []
|
783
475
|
},
|
784
476
|
{
|
785
477
|
"name": "skf-dialog",
|
786
|
-
"description": "The `<skf-dialog>` is a component that open up a dialog of type modal with the content provided. (MDN refrains from opening the dialog using the `open` attribute, however skf-dialog does not have that limitation)\n---\n\n\n### **Events:**\n - **skf-dialog-opened** - Fires when the dialog is opened (after transitioned in)\n- **skf-dialog-closing** - Fires when the dialog is
|
478
|
+
"description": "The `<skf-dialog>` is a component that open up a dialog of type modal with the content provided. (MDN refrains from opening the dialog using the `open` attribute, however skf-dialog does not have that limitation)\n---\n\n\n### **Events:**\n - **skf-dialog-opened** - Fires when the dialog is opened (after transitioned in)\n- **skf-dialog-closing** - Fires when the dialog is closing (before transitioned out)\n- **skf-dialog-closed** - Fires when the dialog is closed (after transitioned out)\n\n### **Methods:**\n - **showModal()** - Method that opens the dialog in modal state\n- **close()** - Method that closes the dialog\n\n### **Slots:**\n - _default_ - The dialog component's content\n- **footer** - The dialog component's buttons goes here\n\n### **CSS Properties:**\n - **--skf-dialog-height** - A custom height for the Dialog. Pass valid CSS **block-size** values _(default: undefined)_\n- **--skf-dialog-width** - A custom width for the Dialog Pass valid CSS **inline-size** values _(default: undefined)_",
|
787
479
|
"attributes": [
|
788
|
-
{
|
789
|
-
"name": "close-button-aria-label",
|
790
|
-
"description": "If defined, sets the aria-label for the close button",
|
791
|
-
"values": []
|
792
|
-
},
|
793
480
|
{
|
794
481
|
"name": "heading",
|
795
482
|
"description": "Title for the modal/dialog",
|
@@ -800,6 +487,11 @@
|
|
800
487
|
"description": "If true, makes the dialog stretch edge to edge on screen",
|
801
488
|
"values": []
|
802
489
|
},
|
490
|
+
{
|
491
|
+
"name": "lang",
|
492
|
+
"description": "Sets the internal language of the component",
|
493
|
+
"values": [{ "name": "Language" }]
|
494
|
+
},
|
803
495
|
{
|
804
496
|
"name": "no-close-button",
|
805
497
|
"description": "If true, removes the close button",
|
@@ -842,22 +534,22 @@
|
|
842
534
|
},
|
843
535
|
{
|
844
536
|
"name": "skf-drawer",
|
845
|
-
"description": "The `<skf-drawer>` is a modal component that displays content and toggle by sliding from left/right viewport edge
|
537
|
+
"description": "The `<skf-drawer>` is a modal component that displays content and toggle by sliding from left/right viewport edge\n---\n\n\n### **Events:**\n - **skf-drawer-opened** - Fires when the drawer is opened (after transitioned in)\n- **skf-drawer-closing** - Fires when the drawer is closing (before transitioned out)\n- **skf-drawer-closed** - Fires when the drawer is closed (after transitioned out)\n\n### **Slots:**\n - _default_ - The Drawer's main content",
|
846
538
|
"attributes": [
|
847
|
-
{
|
848
|
-
"name": "close-button-aria-label",
|
849
|
-
"description": "If defined, sets the aria-label for the close button",
|
850
|
-
"values": []
|
851
|
-
},
|
852
539
|
{
|
853
540
|
"name": "heading",
|
854
541
|
"description": "Heading for the Drawer",
|
855
542
|
"values": []
|
856
543
|
},
|
544
|
+
{
|
545
|
+
"name": "lang",
|
546
|
+
"description": "Sets the internal language of the component",
|
547
|
+
"values": [{ "name": "Language" }]
|
548
|
+
},
|
857
549
|
{
|
858
550
|
"name": "size",
|
859
551
|
"description": "Sets the max-width",
|
860
|
-
"values": [{ "name": "
|
552
|
+
"values": [{ "name": "Size" }]
|
861
553
|
},
|
862
554
|
{
|
863
555
|
"name": "open",
|
@@ -867,14 +559,14 @@
|
|
867
559
|
{
|
868
560
|
"name": "placement",
|
869
561
|
"description": "Placement of the Drawer",
|
870
|
-
"values": [{ "name": "
|
562
|
+
"values": [{ "name": "Placement" }]
|
871
563
|
}
|
872
564
|
],
|
873
565
|
"references": []
|
874
566
|
},
|
875
567
|
{
|
876
568
|
"name": "skf-logo",
|
877
|
-
"description": "The `<skf-logo>` component is used to display the SKF logo.\n---\n\n\n### **CSS Properties:**\n - **--
|
569
|
+
"description": "The `<skf-logo>` component is used to display the SKF logo.\n---\n\n\n### **CSS Properties:**\n - **--mod-logo-height** - The height of the logo _(default: undefined)_",
|
878
570
|
"attributes": [
|
879
571
|
{
|
880
572
|
"name": "title",
|
@@ -884,24 +576,107 @@
|
|
884
576
|
{
|
885
577
|
"name": "color",
|
886
578
|
"description": "Defines the color of the logo",
|
579
|
+
"values": [{ "name": "SkfLogoColor" }]
|
580
|
+
}
|
581
|
+
],
|
582
|
+
"references": []
|
583
|
+
},
|
584
|
+
{
|
585
|
+
"name": "skf-link",
|
586
|
+
"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.\n---\n\n\n### **Events:**\n - **skf-link-click** - Fired when the link is clicked\n\n### **Slots:**\n - _default_ - The links' main content",
|
587
|
+
"attributes": [
|
588
|
+
{
|
589
|
+
"name": "as",
|
590
|
+
"description": "Defines the semantic element to render",
|
591
|
+
"values": [{ "name": "button" }, { "name": "link" }]
|
592
|
+
},
|
593
|
+
{
|
594
|
+
"name": "color",
|
595
|
+
"description": "Defines the text-color",
|
596
|
+
"values": [{ "name": "Color" }]
|
597
|
+
},
|
598
|
+
{
|
599
|
+
"name": "disabled",
|
600
|
+
"description": "If true, disables the link",
|
601
|
+
"values": []
|
602
|
+
},
|
603
|
+
{
|
604
|
+
"name": "download",
|
605
|
+
"description": "If defined, downloads the url",
|
606
|
+
"values": []
|
607
|
+
},
|
608
|
+
{
|
609
|
+
"name": "href",
|
610
|
+
"description": "If defined, loads url on click",
|
611
|
+
"values": []
|
612
|
+
},
|
613
|
+
{
|
614
|
+
"name": "icon",
|
615
|
+
"description": "If defined, renders an icon before or after the text",
|
616
|
+
"values": [{ "name": "Icon" }]
|
617
|
+
},
|
618
|
+
{
|
619
|
+
"name": "icon-right",
|
620
|
+
"description": "If true, the icon is placed to the right in relation to the text",
|
621
|
+
"values": []
|
622
|
+
},
|
623
|
+
{
|
624
|
+
"name": "rel",
|
625
|
+
"description": "If defined, describes the relationship between a linked resource and the current document",
|
626
|
+
"values": []
|
627
|
+
},
|
628
|
+
{
|
629
|
+
"name": "route",
|
630
|
+
"description": "If defined, used on conjunction with onClick property. **Notice!** Only applicable to as=button.",
|
631
|
+
"values": []
|
632
|
+
},
|
633
|
+
{
|
634
|
+
"name": "stretch",
|
635
|
+
"description": "If true, fills the parents horizontal axis",
|
636
|
+
"values": []
|
637
|
+
},
|
638
|
+
{
|
639
|
+
"name": "target",
|
640
|
+
"description": "If defined, specifies where to open the linked document",
|
887
641
|
"values": [
|
888
|
-
{ "name": "
|
889
|
-
{ "name": "
|
890
|
-
{ "name": "
|
642
|
+
{ "name": "_blank" },
|
643
|
+
{ "name": "_parent" },
|
644
|
+
{ "name": "_self" },
|
645
|
+
{ "name": "_top" }
|
891
646
|
]
|
892
647
|
}
|
893
648
|
],
|
894
649
|
"references": []
|
895
650
|
},
|
651
|
+
{
|
652
|
+
"name": "skf-nav-item",
|
653
|
+
"description": "The `<skf-nav>` is a component that displays a list of <nav-items>.\n---\n\n\n### **Slots:**\n - _default_ - The component's main content",
|
654
|
+
"attributes": [
|
655
|
+
{ "name": "href", "values": [] },
|
656
|
+
{ "name": "icon", "values": [{ "name": "Icon" }] }
|
657
|
+
],
|
658
|
+
"references": []
|
659
|
+
},
|
896
660
|
{
|
897
661
|
"name": "skf-nav",
|
898
662
|
"description": "The `<skf-nav>` is a component that displays a list of <nav-items>.\n---\n\n\n### **Slots:**\n - _default_ - The component's main content",
|
899
|
-
"attributes": [
|
663
|
+
"attributes": [
|
664
|
+
{
|
665
|
+
"name": "lang",
|
666
|
+
"description": "Sets the internal language of the component",
|
667
|
+
"values": [{ "name": "Language" }]
|
668
|
+
},
|
669
|
+
{
|
670
|
+
"name": "vertical",
|
671
|
+
"description": "If true, the navigation will be displayed vertically",
|
672
|
+
"values": []
|
673
|
+
}
|
674
|
+
],
|
900
675
|
"references": []
|
901
676
|
},
|
902
677
|
{
|
903
678
|
"name": "skf-header",
|
904
|
-
"description": "The `<skf-header>` component is to be used as the site-header in the app
|
679
|
+
"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.\n---\n\n\n### **Slots:**\n - _default_ - Navigation items",
|
905
680
|
"attributes": [
|
906
681
|
{
|
907
682
|
"name": "compact",
|
@@ -909,9 +684,9 @@
|
|
909
684
|
"values": []
|
910
685
|
},
|
911
686
|
{
|
912
|
-
"name": "
|
913
|
-
"description": "
|
914
|
-
"values": []
|
687
|
+
"name": "lang",
|
688
|
+
"description": "Sets the internal language of the component",
|
689
|
+
"values": [{ "name": "Language" }]
|
915
690
|
},
|
916
691
|
{
|
917
692
|
"name": "site-name",
|
@@ -928,7 +703,7 @@
|
|
928
703
|
},
|
929
704
|
{
|
930
705
|
"name": "skf-input",
|
931
|
-
"description": "The skf-text-field is used to create a text input field. It can be used inside a form element or standalone
|
706
|
+
"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\n---\n\n\n### **Events:**\n - **change** - Fires when the value of the input changes\n- **invalid** - Fires when the input is invalid\n\n### **Slots:**\n - _default_ - The Inputs label. Alternatively, you can use the `label` attribute.",
|
932
707
|
"attributes": [
|
933
708
|
{
|
934
709
|
"name": "disabled",
|
@@ -942,82 +717,8 @@
|
|
942
717
|
},
|
943
718
|
{
|
944
719
|
"name": "autocomplete",
|
945
|
-
"description": "
|
946
|
-
"values": [
|
947
|
-
{ "name": "on" },
|
948
|
-
{ "name": "off" },
|
949
|
-
{ "name": "name" },
|
950
|
-
{ "name": "honorific-prefix" },
|
951
|
-
{ "name": "given-name" },
|
952
|
-
{ "name": "additional-name" },
|
953
|
-
{ "name": "family-name" },
|
954
|
-
{ "name": "honorific-suffix" },
|
955
|
-
{ "name": "nickname" },
|
956
|
-
{ "name": "username" },
|
957
|
-
{ "name": "new-password" },
|
958
|
-
{ "name": "current-password" },
|
959
|
-
{ "name": "one-time-code" },
|
960
|
-
{ "name": "organization-title" },
|
961
|
-
{ "name": "organization" },
|
962
|
-
{ "name": "street-address" },
|
963
|
-
{ "name": "address-line1" },
|
964
|
-
{ "name": "address-line2" },
|
965
|
-
{ "name": "address-line3" },
|
966
|
-
{ "name": "address-level4" },
|
967
|
-
{ "name": "address-level3" },
|
968
|
-
{ "name": "address-level2" },
|
969
|
-
{ "name": "address-level1" },
|
970
|
-
{ "name": "country" },
|
971
|
-
{ "name": "country-name" },
|
972
|
-
{ "name": "postal-code" },
|
973
|
-
{ "name": "cc-name" },
|
974
|
-
{ "name": "cc-given-name" },
|
975
|
-
{ "name": "cc-additional-name" },
|
976
|
-
{ "name": "cc-family-name" },
|
977
|
-
{ "name": "cc-number" },
|
978
|
-
{ "name": "cc-exp" },
|
979
|
-
{ "name": "cc-exp-month" },
|
980
|
-
{ "name": "cc-exp-year" },
|
981
|
-
{ "name": "cc-csc" },
|
982
|
-
{ "name": "cc-type" },
|
983
|
-
{ "name": "transaction-amount" },
|
984
|
-
{ "name": "transaction-currency" },
|
985
|
-
{ "name": "language" },
|
986
|
-
{ "name": "bday" },
|
987
|
-
{ "name": "bday-day" },
|
988
|
-
{ "name": "bday-month" },
|
989
|
-
{ "name": "bday-year" },
|
990
|
-
{ "name": "sex" },
|
991
|
-
{ "name": "url" },
|
992
|
-
{ "name": "photo" },
|
993
|
-
{ "name": "tel" },
|
994
|
-
{ "name": "tel-country-code" },
|
995
|
-
{ "name": "tel-national" },
|
996
|
-
{ "name": "tel-area-code" },
|
997
|
-
{ "name": "tel-local" },
|
998
|
-
{ "name": "tel-extension" },
|
999
|
-
{ "name": "email" },
|
1000
|
-
{ "name": "impp" },
|
1001
|
-
{ "name": "password" },
|
1002
|
-
{ "name": "webauthn" },
|
1003
|
-
{ "name": "work" },
|
1004
|
-
{ "name": "(string & {})" }
|
1005
|
-
]
|
1006
|
-
},
|
1007
|
-
{
|
1008
|
-
"name": "button-aria-label-clear",
|
1009
|
-
"description": "Custom aria-label for the clear button. **Notice!** Only applicable to type=search.",
|
1010
|
-
"values": []
|
1011
|
-
},
|
1012
|
-
{
|
1013
|
-
"name": "button-aria-label-hide",
|
1014
|
-
"description": "Custom aria-label for the visibility button. **Notice!** Only applicable to type=password.",
|
1015
|
-
"values": []
|
1016
|
-
},
|
1017
|
-
{
|
1018
|
-
"name": "button-aria-label-show",
|
1019
|
-
"description": "Custom aria-label for the visibility button **Notice!** Only applicable to type=password.",
|
1020
|
-
"values": []
|
720
|
+
"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.",
|
721
|
+
"values": [{ "name": "HTMLInputElement['autocomplete']" }]
|
1021
722
|
},
|
1022
723
|
{
|
1023
724
|
"name": "custom-invalid",
|
@@ -1041,23 +742,19 @@
|
|
1041
742
|
},
|
1042
743
|
{
|
1043
744
|
"name": "inputmode",
|
1044
|
-
"description": "
|
1045
|
-
"values": [
|
1046
|
-
{ "name": "none" },
|
1047
|
-
{ "name": "text" },
|
1048
|
-
{ "name": "tel" },
|
1049
|
-
{ "name": "url" },
|
1050
|
-
{ "name": "email" },
|
1051
|
-
{ "name": "numeric" },
|
1052
|
-
{ "name": "decimal" },
|
1053
|
-
{ "name": "search" }
|
1054
|
-
]
|
745
|
+
"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.",
|
746
|
+
"values": [{ "name": "HTMLInputElement['inputMode']" }]
|
1055
747
|
},
|
1056
748
|
{
|
1057
749
|
"name": "label",
|
1058
750
|
"description": "If defined, sets the input's label. Alternatively, you can use the `label` attribute.",
|
1059
751
|
"values": []
|
1060
752
|
},
|
753
|
+
{
|
754
|
+
"name": "lang",
|
755
|
+
"description": "Sets the internal language of the component",
|
756
|
+
"values": [{ "name": "Language" }]
|
757
|
+
},
|
1061
758
|
{
|
1062
759
|
"name": "leading",
|
1063
760
|
"description": "If defined, displays a prefix/adornment before the input-element",
|
@@ -1103,19 +800,10 @@
|
|
1103
800
|
"description": "If true, makes the element not mutable, meaning the user can not edit the control",
|
1104
801
|
"values": []
|
1105
802
|
},
|
1106
|
-
{
|
1107
|
-
"name": "required-label",
|
1108
|
-
"description": "If defined, renders an alternative A11y text for the asterisk",
|
1109
|
-
"values": []
|
1110
|
-
},
|
1111
803
|
{
|
1112
804
|
"name": "severity",
|
1113
805
|
"description": "If defined, displays provided severity state",
|
1114
|
-
"values": [
|
1115
|
-
{ "name": "success" },
|
1116
|
-
{ "name": "info" },
|
1117
|
-
{ "name": "warning" }
|
1118
|
-
]
|
806
|
+
"values": [{ "name": "FormFieldSeverity" }]
|
1119
807
|
},
|
1120
808
|
{
|
1121
809
|
"name": "show-valid",
|
@@ -1134,28 +822,15 @@
|
|
1134
822
|
},
|
1135
823
|
{
|
1136
824
|
"name": "type",
|
1137
|
-
"description": "Type of input
|
825
|
+
"description": "Type of input",
|
1138
826
|
"values": [
|
1139
|
-
{ "name": "button" },
|
1140
|
-
{ "name": "color" },
|
1141
|
-
{ "name": "date" },
|
1142
|
-
{ "name": "datetime-local" },
|
1143
827
|
{ "name": "email" },
|
1144
|
-
{ "name": "file" },
|
1145
|
-
{ "name": "hidden" },
|
1146
|
-
{ "name": "image" },
|
1147
|
-
{ "name": "month" },
|
1148
828
|
{ "name": "number" },
|
1149
829
|
{ "name": "password" },
|
1150
|
-
{ "name": "range" },
|
1151
|
-
{ "name": "reset" },
|
1152
830
|
{ "name": "search" },
|
1153
|
-
{ "name": "submit" },
|
1154
831
|
{ "name": "tel" },
|
1155
832
|
{ "name": "text" },
|
1156
|
-
{ "name": "
|
1157
|
-
{ "name": "url" },
|
1158
|
-
{ "name": "week" }
|
833
|
+
{ "name": "url" }
|
1159
834
|
]
|
1160
835
|
},
|
1161
836
|
{
|
@@ -1176,18 +851,18 @@
|
|
1176
851
|
"references": []
|
1177
852
|
},
|
1178
853
|
{
|
1179
|
-
"name": "skf-
|
1180
|
-
"description": "The `<skf-
|
854
|
+
"name": "skf-menu-item",
|
855
|
+
"description": "The `<skf-menu-item>` is used in conjunction with the `<skf-menu>` component\n---\n\n\n### **Events:**\n - **skf-link-click** - Fired when the link is clicked\n\n### **Slots:**\n - _default_ - The component's main content",
|
1181
856
|
"attributes": [
|
1182
857
|
{
|
1183
858
|
"name": "as",
|
1184
859
|
"description": "Defines the semantic element to render",
|
1185
|
-
"values": [{ "name": "button" }, { "name": "
|
860
|
+
"values": [{ "name": "button" }, { "name": "link" }]
|
1186
861
|
},
|
1187
862
|
{
|
1188
863
|
"name": "color",
|
1189
864
|
"description": "Defines the text-color",
|
1190
|
-
"values": [{ "name": "
|
865
|
+
"values": [{ "name": "Color" }]
|
1191
866
|
},
|
1192
867
|
{
|
1193
868
|
"name": "disabled",
|
@@ -1207,164 +882,12 @@
|
|
1207
882
|
{
|
1208
883
|
"name": "icon",
|
1209
884
|
"description": "If defined, renders an icon before or after the text",
|
1210
|
-
"values": [
|
1211
|
-
{ "name": "arrowDown" },
|
1212
|
-
{ "name": "arrowDownUp" },
|
1213
|
-
{ "name": "arrowLeft" },
|
1214
|
-
{ "name": "arrowRight" },
|
1215
|
-
{ "name": "arrowUp" },
|
1216
|
-
{ "name": "article" },
|
1217
|
-
{ "name": "artificialIntelligence" },
|
1218
|
-
{ "name": "asset" },
|
1219
|
-
{ "name": "attachment" },
|
1220
|
-
{ "name": "bandCursor" },
|
1221
|
-
{ "name": "bands" },
|
1222
|
-
{ "name": "batteryEmpty" },
|
1223
|
-
{ "name": "batteryFull" },
|
1224
|
-
{ "name": "batteryLow" },
|
1225
|
-
{ "name": "bearingFault" },
|
1226
|
-
{ "name": "book" },
|
1227
|
-
{ "name": "bulb" },
|
1228
|
-
{ "name": "burger" },
|
1229
|
-
{ "name": "cPM" },
|
1230
|
-
{ "name": "calendar" },
|
1231
|
-
{ "name": "calendarBooked" },
|
1232
|
-
{ "name": "calendarEmpty" },
|
1233
|
-
{ "name": "calendarNotBooked" },
|
1234
|
-
{ "name": "calendarRecurring" },
|
1235
|
-
{ "name": "caretDown" },
|
1236
|
-
{ "name": "caretUp" },
|
1237
|
-
{ "name": "caretUpDown" },
|
1238
|
-
{ "name": "chat" },
|
1239
|
-
{ "name": "check" },
|
1240
|
-
{ "name": "checkCircle" },
|
1241
|
-
{ "name": "checkSmall" },
|
1242
|
-
{ "name": "chevronDown" },
|
1243
|
-
{ "name": "chevronLeft" },
|
1244
|
-
{ "name": "chevronRight" },
|
1245
|
-
{ "name": "chevronUp" },
|
1246
|
-
{ "name": "chevronUpDown" },
|
1247
|
-
{ "name": "close" },
|
1248
|
-
{ "name": "closeAllFaults" },
|
1249
|
-
{ "name": "closeFault" },
|
1250
|
-
{ "name": "closeSmall" },
|
1251
|
-
{ "name": "columnGraph" },
|
1252
|
-
{ "name": "comment" },
|
1253
|
-
{ "name": "connection1" },
|
1254
|
-
{ "name": "connection2" },
|
1255
|
-
{ "name": "connection3" },
|
1256
|
-
{ "name": "connection4" },
|
1257
|
-
{ "name": "danger" },
|
1258
|
-
{ "name": "defectFrequencies" },
|
1259
|
-
{ "name": "defectFrequenciesAlternative" },
|
1260
|
-
{ "name": "doubleChevronLeft" },
|
1261
|
-
{ "name": "doubleChevronRight" },
|
1262
|
-
{ "name": "download" },
|
1263
|
-
{ "name": "draft" },
|
1264
|
-
{ "name": "draftFilled" },
|
1265
|
-
{ "name": "draftOutlined" },
|
1266
|
-
{ "name": "dragNDrop" },
|
1267
|
-
{ "name": "drop" },
|
1268
|
-
{ "name": "duplicate" },
|
1269
|
-
{ "name": "edit" },
|
1270
|
-
{ "name": "emailFilled" },
|
1271
|
-
{ "name": "emailOutlined" },
|
1272
|
-
{ "name": "exclamation" },
|
1273
|
-
{ "name": "eye" },
|
1274
|
-
{ "name": "eyeHidden" },
|
1275
|
-
{ "name": "eyeVisible" },
|
1276
|
-
{ "name": "filter" },
|
1277
|
-
{ "name": "forbidden" },
|
1278
|
-
{ "name": "fullScreen" },
|
1279
|
-
{ "name": "fullScreenExit" },
|
1280
|
-
{ "name": "functionalLocation" },
|
1281
|
-
{ "name": "harmonicCursor" },
|
1282
|
-
{ "name": "heatmap" },
|
1283
|
-
{ "name": "hierarchy" },
|
1284
|
-
{ "name": "history" },
|
1285
|
-
{ "name": "historyAlt" },
|
1286
|
-
{ "name": "hourglassFramedFilled" },
|
1287
|
-
{ "name": "hourglassFramedOutlined" },
|
1288
|
-
{ "name": "hourglassOutlined" },
|
1289
|
-
{ "name": "hz" },
|
1290
|
-
{ "name": "iMX" },
|
1291
|
-
{ "name": "image" },
|
1292
|
-
{ "name": "infoCircleFilled" },
|
1293
|
-
{ "name": "infoCircleOutlined" },
|
1294
|
-
{ "name": "integration" },
|
1295
|
-
{ "name": "kebab" },
|
1296
|
-
{ "name": "link" },
|
1297
|
-
{ "name": "listGroup" },
|
1298
|
-
{ "name": "listItem" },
|
1299
|
-
{ "name": "locationPin" },
|
1300
|
-
{ "name": "lock" },
|
1301
|
-
{ "name": "logOut" },
|
1302
|
-
{ "name": "meatballs" },
|
1303
|
-
{ "name": "microphone" },
|
1304
|
-
{ "name": "minus" },
|
1305
|
-
{ "name": "minusSmall" },
|
1306
|
-
{ "name": "noData" },
|
1307
|
-
{ "name": "o" },
|
1308
|
-
{ "name": "openInNew" },
|
1309
|
-
{ "name": "overlayBaseline" },
|
1310
|
-
{ "name": "pDF" },
|
1311
|
-
{ "name": "paper" },
|
1312
|
-
{ "name": "pause" },
|
1313
|
-
{ "name": "pieChart" },
|
1314
|
-
{ "name": "pin" },
|
1315
|
-
{ "name": "play" },
|
1316
|
-
{ "name": "plus" },
|
1317
|
-
{ "name": "powerOff" },
|
1318
|
-
{ "name": "printer" },
|
1319
|
-
{ "name": "proCollect" },
|
1320
|
-
{ "name": "recAction" },
|
1321
|
-
{ "name": "received" },
|
1322
|
-
{ "name": "refresh" },
|
1323
|
-
{ "name": "reorder" },
|
1324
|
-
{ "name": "replace" },
|
1325
|
-
{ "name": "reply" },
|
1326
|
-
{ "name": "rewalkableRoute" },
|
1327
|
-
{ "name": "routes" },
|
1328
|
-
{ "name": "search" },
|
1329
|
-
{ "name": "send" },
|
1330
|
-
{ "name": "sensorA" },
|
1331
|
-
{ "name": "sensorB" },
|
1332
|
-
{ "name": "settings" },
|
1333
|
-
{ "name": "sidebandCursor" },
|
1334
|
-
{ "name": "singleCursor" },
|
1335
|
-
{ "name": "spectrum" },
|
1336
|
-
{ "name": "starFilled" },
|
1337
|
-
{ "name": "starOutlined" },
|
1338
|
-
{ "name": "statusCircle" },
|
1339
|
-
{ "name": "stop" },
|
1340
|
-
{ "name": "structuralVibration" },
|
1341
|
-
{ "name": "sync" },
|
1342
|
-
{ "name": "timewave" },
|
1343
|
-
{ "name": "trash" },
|
1344
|
-
{ "name": "trend" },
|
1345
|
-
{ "name": "trendingUp" },
|
1346
|
-
{ "name": "undo" },
|
1347
|
-
{ "name": "unknownCircle" },
|
1348
|
-
{ "name": "unknownDiamond" },
|
1349
|
-
{ "name": "unlink" },
|
1350
|
-
{ "name": "unlock" },
|
1351
|
-
{ "name": "unscheduledAction" },
|
1352
|
-
{ "name": "upload" },
|
1353
|
-
{ "name": "user" },
|
1354
|
-
{ "name": "viewFull" },
|
1355
|
-
{ "name": "viewHorizontal" },
|
1356
|
-
{ "name": "viewVertical" },
|
1357
|
-
{ "name": "warning" },
|
1358
|
-
{ "name": "warningCircle" },
|
1359
|
-
{ "name": "warningDiamond" },
|
1360
|
-
{ "name": "zoomIn" },
|
1361
|
-
{ "name": "zoomOut" }
|
1362
|
-
]
|
885
|
+
"values": [{ "name": "Icon" }]
|
1363
886
|
},
|
1364
887
|
{
|
1365
|
-
"name": "icon-
|
1366
|
-
"description": "
|
1367
|
-
"values": [
|
888
|
+
"name": "icon-right",
|
889
|
+
"description": "If true, the icon is placed to the right in relation to the text",
|
890
|
+
"values": []
|
1368
891
|
},
|
1369
892
|
{
|
1370
893
|
"name": "rel",
|
@@ -1373,7 +896,7 @@
|
|
1373
896
|
},
|
1374
897
|
{
|
1375
898
|
"name": "route",
|
1376
|
-
"description": "If defined, used on conjunction with onClick property
|
899
|
+
"description": "If defined, used on conjunction with onClick property. **Notice!** Only applicable to as=button.",
|
1377
900
|
"values": []
|
1378
901
|
},
|
1379
902
|
{
|
@@ -1390,22 +913,13 @@
|
|
1390
913
|
{ "name": "_self" },
|
1391
914
|
{ "name": "_top" }
|
1392
915
|
]
|
1393
|
-
},
|
1394
|
-
{
|
1395
|
-
"name": "type",
|
1396
|
-
"description": "Defines the type of button",
|
1397
|
-
"values": [
|
1398
|
-
{ "name": "button" },
|
1399
|
-
{ "name": "submit" },
|
1400
|
-
{ "name": "reset" }
|
1401
|
-
]
|
1402
916
|
}
|
1403
917
|
],
|
1404
918
|
"references": []
|
1405
919
|
},
|
1406
920
|
{
|
1407
921
|
"name": "skf-menu",
|
1408
|
-
"description": "The `<skf-menu>` is a component that displays a list of actions or options
|
922
|
+
"description": "The `<skf-menu>` is a component that displays a list of actions or options\n\nSee [zeroheight](https://zeroheight.com/853e936c9/p/983e5d-popover) for design principles\n---\n\n\n### **Events:**\n - **skf-opened** - Fired when the menu is opened\n- **skf-closed** - Fired when the menu is closed\n\n### **Slots:**\n - _default_ - The menu content",
|
1409
923
|
"attributes": [
|
1410
924
|
{
|
1411
925
|
"name": "placement",
|
@@ -1433,250 +947,13 @@
|
|
1433
947
|
],
|
1434
948
|
"references": []
|
1435
949
|
},
|
1436
|
-
{
|
1437
|
-
"name": "skf-menu-item",
|
1438
|
-
"description": "The `<skf-menu-item>` is a component that displays a list of actions or options.\n---\n\n\n### **Events:**\n - **my-tag-my-event** - Fired when something happens\n- **click** - Fired when the component is clicked\n- **mouseover** - Fired when the mouse is over the component\n- **mouseout** - Fired when the mouse is out of the component\n- **focus** - Fired when the component is focused\n- **blur** - Fired when the component is blurred\n- **change** - Fired when the component's value changes\n\n### **Slots:**\n - _default_ - The component's main content\n- **my-named-slot** - A named slot of the component",
|
1439
|
-
"attributes": [
|
1440
|
-
{
|
1441
|
-
"name": "as",
|
1442
|
-
"description": "Defines the semantic element to render",
|
1443
|
-
"values": [{ "name": "button" }, { "name": "a" }]
|
1444
|
-
},
|
1445
|
-
{
|
1446
|
-
"name": "color",
|
1447
|
-
"description": "Defines the text-color",
|
1448
|
-
"values": [{ "name": "primary" }, { "name": "inverse" }]
|
1449
|
-
},
|
1450
|
-
{
|
1451
|
-
"name": "disabled",
|
1452
|
-
"description": "If true, disables the link",
|
1453
|
-
"values": []
|
1454
|
-
},
|
1455
|
-
{
|
1456
|
-
"name": "download",
|
1457
|
-
"description": "If defined, downloads the url",
|
1458
|
-
"values": []
|
1459
|
-
},
|
1460
|
-
{
|
1461
|
-
"name": "href",
|
1462
|
-
"description": "If defined, loads url on click",
|
1463
|
-
"values": []
|
1464
|
-
},
|
1465
|
-
{
|
1466
|
-
"name": "icon",
|
1467
|
-
"description": "If defined, renders an icon before or after the text",
|
1468
|
-
"values": [
|
1469
|
-
{ "name": "arrowDown" },
|
1470
|
-
{ "name": "arrowDownUp" },
|
1471
|
-
{ "name": "arrowLeft" },
|
1472
|
-
{ "name": "arrowRight" },
|
1473
|
-
{ "name": "arrowUp" },
|
1474
|
-
{ "name": "article" },
|
1475
|
-
{ "name": "artificialIntelligence" },
|
1476
|
-
{ "name": "asset" },
|
1477
|
-
{ "name": "attachment" },
|
1478
|
-
{ "name": "bandCursor" },
|
1479
|
-
{ "name": "bands" },
|
1480
|
-
{ "name": "batteryEmpty" },
|
1481
|
-
{ "name": "batteryFull" },
|
1482
|
-
{ "name": "batteryLow" },
|
1483
|
-
{ "name": "bearingFault" },
|
1484
|
-
{ "name": "book" },
|
1485
|
-
{ "name": "bulb" },
|
1486
|
-
{ "name": "burger" },
|
1487
|
-
{ "name": "cPM" },
|
1488
|
-
{ "name": "calendar" },
|
1489
|
-
{ "name": "calendarBooked" },
|
1490
|
-
{ "name": "calendarEmpty" },
|
1491
|
-
{ "name": "calendarNotBooked" },
|
1492
|
-
{ "name": "calendarRecurring" },
|
1493
|
-
{ "name": "caretDown" },
|
1494
|
-
{ "name": "caretUp" },
|
1495
|
-
{ "name": "caretUpDown" },
|
1496
|
-
{ "name": "chat" },
|
1497
|
-
{ "name": "check" },
|
1498
|
-
{ "name": "checkCircle" },
|
1499
|
-
{ "name": "checkSmall" },
|
1500
|
-
{ "name": "chevronDown" },
|
1501
|
-
{ "name": "chevronLeft" },
|
1502
|
-
{ "name": "chevronRight" },
|
1503
|
-
{ "name": "chevronUp" },
|
1504
|
-
{ "name": "chevronUpDown" },
|
1505
|
-
{ "name": "close" },
|
1506
|
-
{ "name": "closeAllFaults" },
|
1507
|
-
{ "name": "closeFault" },
|
1508
|
-
{ "name": "closeSmall" },
|
1509
|
-
{ "name": "columnGraph" },
|
1510
|
-
{ "name": "comment" },
|
1511
|
-
{ "name": "connection1" },
|
1512
|
-
{ "name": "connection2" },
|
1513
|
-
{ "name": "connection3" },
|
1514
|
-
{ "name": "connection4" },
|
1515
|
-
{ "name": "danger" },
|
1516
|
-
{ "name": "defectFrequencies" },
|
1517
|
-
{ "name": "defectFrequenciesAlternative" },
|
1518
|
-
{ "name": "doubleChevronLeft" },
|
1519
|
-
{ "name": "doubleChevronRight" },
|
1520
|
-
{ "name": "download" },
|
1521
|
-
{ "name": "draft" },
|
1522
|
-
{ "name": "draftFilled" },
|
1523
|
-
{ "name": "draftOutlined" },
|
1524
|
-
{ "name": "dragNDrop" },
|
1525
|
-
{ "name": "drop" },
|
1526
|
-
{ "name": "duplicate" },
|
1527
|
-
{ "name": "edit" },
|
1528
|
-
{ "name": "emailFilled" },
|
1529
|
-
{ "name": "emailOutlined" },
|
1530
|
-
{ "name": "exclamation" },
|
1531
|
-
{ "name": "eye" },
|
1532
|
-
{ "name": "eyeHidden" },
|
1533
|
-
{ "name": "eyeVisible" },
|
1534
|
-
{ "name": "filter" },
|
1535
|
-
{ "name": "forbidden" },
|
1536
|
-
{ "name": "fullScreen" },
|
1537
|
-
{ "name": "fullScreenExit" },
|
1538
|
-
{ "name": "functionalLocation" },
|
1539
|
-
{ "name": "harmonicCursor" },
|
1540
|
-
{ "name": "heatmap" },
|
1541
|
-
{ "name": "hierarchy" },
|
1542
|
-
{ "name": "history" },
|
1543
|
-
{ "name": "historyAlt" },
|
1544
|
-
{ "name": "hourglassFramedFilled" },
|
1545
|
-
{ "name": "hourglassFramedOutlined" },
|
1546
|
-
{ "name": "hourglassOutlined" },
|
1547
|
-
{ "name": "hz" },
|
1548
|
-
{ "name": "iMX" },
|
1549
|
-
{ "name": "image" },
|
1550
|
-
{ "name": "infoCircleFilled" },
|
1551
|
-
{ "name": "infoCircleOutlined" },
|
1552
|
-
{ "name": "integration" },
|
1553
|
-
{ "name": "kebab" },
|
1554
|
-
{ "name": "link" },
|
1555
|
-
{ "name": "listGroup" },
|
1556
|
-
{ "name": "listItem" },
|
1557
|
-
{ "name": "locationPin" },
|
1558
|
-
{ "name": "lock" },
|
1559
|
-
{ "name": "logOut" },
|
1560
|
-
{ "name": "meatballs" },
|
1561
|
-
{ "name": "microphone" },
|
1562
|
-
{ "name": "minus" },
|
1563
|
-
{ "name": "minusSmall" },
|
1564
|
-
{ "name": "noData" },
|
1565
|
-
{ "name": "o" },
|
1566
|
-
{ "name": "openInNew" },
|
1567
|
-
{ "name": "overlayBaseline" },
|
1568
|
-
{ "name": "pDF" },
|
1569
|
-
{ "name": "paper" },
|
1570
|
-
{ "name": "pause" },
|
1571
|
-
{ "name": "pieChart" },
|
1572
|
-
{ "name": "pin" },
|
1573
|
-
{ "name": "play" },
|
1574
|
-
{ "name": "plus" },
|
1575
|
-
{ "name": "powerOff" },
|
1576
|
-
{ "name": "printer" },
|
1577
|
-
{ "name": "proCollect" },
|
1578
|
-
{ "name": "recAction" },
|
1579
|
-
{ "name": "received" },
|
1580
|
-
{ "name": "refresh" },
|
1581
|
-
{ "name": "reorder" },
|
1582
|
-
{ "name": "replace" },
|
1583
|
-
{ "name": "reply" },
|
1584
|
-
{ "name": "rewalkableRoute" },
|
1585
|
-
{ "name": "routes" },
|
1586
|
-
{ "name": "search" },
|
1587
|
-
{ "name": "send" },
|
1588
|
-
{ "name": "sensorA" },
|
1589
|
-
{ "name": "sensorB" },
|
1590
|
-
{ "name": "settings" },
|
1591
|
-
{ "name": "sidebandCursor" },
|
1592
|
-
{ "name": "singleCursor" },
|
1593
|
-
{ "name": "spectrum" },
|
1594
|
-
{ "name": "starFilled" },
|
1595
|
-
{ "name": "starOutlined" },
|
1596
|
-
{ "name": "statusCircle" },
|
1597
|
-
{ "name": "stop" },
|
1598
|
-
{ "name": "structuralVibration" },
|
1599
|
-
{ "name": "sync" },
|
1600
|
-
{ "name": "timewave" },
|
1601
|
-
{ "name": "trash" },
|
1602
|
-
{ "name": "trend" },
|
1603
|
-
{ "name": "trendingUp" },
|
1604
|
-
{ "name": "undo" },
|
1605
|
-
{ "name": "unknownCircle" },
|
1606
|
-
{ "name": "unknownDiamond" },
|
1607
|
-
{ "name": "unlink" },
|
1608
|
-
{ "name": "unlock" },
|
1609
|
-
{ "name": "unscheduledAction" },
|
1610
|
-
{ "name": "upload" },
|
1611
|
-
{ "name": "user" },
|
1612
|
-
{ "name": "viewFull" },
|
1613
|
-
{ "name": "viewHorizontal" },
|
1614
|
-
{ "name": "viewVertical" },
|
1615
|
-
{ "name": "warning" },
|
1616
|
-
{ "name": "warningCircle" },
|
1617
|
-
{ "name": "warningDiamond" },
|
1618
|
-
{ "name": "zoomIn" },
|
1619
|
-
{ "name": "zoomOut" }
|
1620
|
-
]
|
1621
|
-
},
|
1622
|
-
{
|
1623
|
-
"name": "icon-placement",
|
1624
|
-
"description": "Defines the position of the icon in relation to the text",
|
1625
|
-
"values": [{ "name": "left" }, { "name": "right" }]
|
1626
|
-
},
|
1627
|
-
{
|
1628
|
-
"name": "rel",
|
1629
|
-
"description": "If defined, describes the relationship between a linked resource and the current document",
|
1630
|
-
"values": []
|
1631
|
-
},
|
1632
|
-
{
|
1633
|
-
"name": "route",
|
1634
|
-
"description": "If defined, used on conjunction with onClick property, second argument",
|
1635
|
-
"values": []
|
1636
|
-
},
|
1637
|
-
{
|
1638
|
-
"name": "stretch",
|
1639
|
-
"description": "If true, fills the parents horizontal axis",
|
1640
|
-
"values": []
|
1641
|
-
},
|
1642
|
-
{
|
1643
|
-
"name": "target",
|
1644
|
-
"description": "If defined, specifies where to open the linked document",
|
1645
|
-
"values": [
|
1646
|
-
{ "name": "_blank" },
|
1647
|
-
{ "name": "_parent" },
|
1648
|
-
{ "name": "_self" },
|
1649
|
-
{ "name": "_top" }
|
1650
|
-
]
|
1651
|
-
},
|
1652
|
-
{
|
1653
|
-
"name": "type",
|
1654
|
-
"description": "Defines the type of button",
|
1655
|
-
"values": [
|
1656
|
-
{ "name": "button" },
|
1657
|
-
{ "name": "submit" },
|
1658
|
-
{ "name": "reset" }
|
1659
|
-
]
|
1660
|
-
}
|
1661
|
-
],
|
1662
|
-
"references": []
|
1663
|
-
},
|
1664
|
-
{
|
1665
|
-
"name": "skf-nav-item",
|
1666
|
-
"description": "The `<skf-nav>` is a component that displays a list of <nav-items>.\n---\n\n\n### **Slots:**\n - _default_ - The component's main content",
|
1667
|
-
"attributes": [
|
1668
|
-
{ "name": "href", "values": [] },
|
1669
|
-
{ "name": "icon", "values": [{ "name": "SkfLink['icon']" }] }
|
1670
|
-
],
|
1671
|
-
"references": []
|
1672
|
-
},
|
1673
950
|
{
|
1674
951
|
"name": "skf-popover",
|
1675
|
-
"description": "The `<skf-popover>` is a general purpose component that displays the slot content in a popover.\n---\n\n\n### **Events:**\n - **skf-opened** - Fired when the
|
952
|
+
"description": "The `<skf-popover>` is a general purpose component that displays the slot content in a popover.\n\nSee [zeroheight](https://zeroheight.com/853e936c9/p/983e5d-popover) for design principles\n---\n\n\n### **Events:**\n - **skf-opened** - Fired when the popover is opened\n- **skf-closed** - Fired when the popover is closed\n\n### **Slots:**\n - _default_ - The popover content",
|
1676
953
|
"attributes": [
|
1677
954
|
{
|
1678
955
|
"name": "placement",
|
1679
|
-
"description": "The placement of the
|
956
|
+
"description": "The placement of the popover",
|
1680
957
|
"values": [
|
1681
958
|
{ "name": "top" },
|
1682
959
|
{ "name": "right" },
|
@@ -1694,7 +971,7 @@
|
|
1694
971
|
},
|
1695
972
|
{
|
1696
973
|
"name": "anchor",
|
1697
|
-
"description": "The id of the element the
|
974
|
+
"description": "The id of the element the popover will be anchored to",
|
1698
975
|
"values": []
|
1699
976
|
},
|
1700
977
|
{
|
@@ -1734,7 +1011,7 @@
|
|
1734
1011
|
},
|
1735
1012
|
{
|
1736
1013
|
"name": "skf-radio",
|
1737
|
-
"description": "The `<skf-radio>` component is used to create a radio input\n---\n\n\n### **Events:**\n - **change** -
|
1014
|
+
"description": "The `<skf-radio>` component is used to create a radio input\n\nSee [zeroheight](https://zeroheight.com/853e936c9/p/78d5dd-radio-button) for design principles\n---\n\n\n### **Events:**\n - **change** - When the value of the input changes\n\n### **Slots:**\n - _default_ - The radios label. Alternatively, you can use the `label` attribute.",
|
1738
1015
|
"attributes": [
|
1739
1016
|
{
|
1740
1017
|
"name": "disabled",
|
@@ -1767,13 +1044,13 @@
|
|
1767
1044
|
"values": []
|
1768
1045
|
},
|
1769
1046
|
{
|
1770
|
-
"name": "
|
1771
|
-
"description": "
|
1772
|
-
"values": []
|
1047
|
+
"name": "lang",
|
1048
|
+
"description": "Sets the internal language of the component",
|
1049
|
+
"values": [{ "name": "Language" }]
|
1773
1050
|
},
|
1774
1051
|
{
|
1775
|
-
"name": "
|
1776
|
-
"description": "If defined,
|
1052
|
+
"name": "name",
|
1053
|
+
"description": "If defined, adds name to the input-element",
|
1777
1054
|
"values": []
|
1778
1055
|
},
|
1779
1056
|
{
|
@@ -1784,12 +1061,7 @@
|
|
1784
1061
|
{
|
1785
1062
|
"name": "severity",
|
1786
1063
|
"description": "If defined, displays provided severity state",
|
1787
|
-
"values": [
|
1788
|
-
{ "name": "success" },
|
1789
|
-
{ "name": "info" },
|
1790
|
-
{ "name": "warning" },
|
1791
|
-
{ "name": "alert" }
|
1792
|
-
]
|
1064
|
+
"values": [{ "name": "FormFieldSeverity" }]
|
1793
1065
|
},
|
1794
1066
|
{
|
1795
1067
|
"name": "show-valid",
|
@@ -1806,13 +1078,18 @@
|
|
1806
1078
|
},
|
1807
1079
|
{
|
1808
1080
|
"name": "skf-segmented-button-item",
|
1809
|
-
"description": "The `<skf-segmented-button-item>` is used in conjunction with the `<skf-segmented-button>` component\n---\n\n\n### **Events:**\n - **
|
1081
|
+
"description": "The `<skf-segmented-button-item>` is used in conjunction with the `<skf-segmented-button>` component\n---\n\n\n### **Events:**\n - **skf-segmented-button-item-select** - Fired when selected\n\n### **Slots:**\n - _default_ - Label for the button",
|
1810
1082
|
"attributes": [
|
1811
1083
|
{
|
1812
1084
|
"name": "disabled",
|
1813
1085
|
"description": "If true, items is marked as disabled",
|
1814
1086
|
"values": []
|
1815
1087
|
},
|
1088
|
+
{
|
1089
|
+
"name": "selected",
|
1090
|
+
"description": "If true, items is marked as selected",
|
1091
|
+
"values": []
|
1092
|
+
},
|
1816
1093
|
{ "name": "value", "description": "Sets the item value", "values": [] }
|
1817
1094
|
],
|
1818
1095
|
"references": []
|
@@ -1821,11 +1098,6 @@
|
|
1821
1098
|
"name": "skf-segmented-button",
|
1822
1099
|
"description": "The `<skf-segmented-button>` component consists of multiple `<skf-segmented-button-item>`, working together.\n\nSee [zeroheight](https://zeroheight.com/853e936c9/p/68ff54-segmented-buttons) for design principles\n---\n\n\n### **Slots:**\n - _default_ - One or more `<skf-segmented-button-item>`",
|
1823
1100
|
"attributes": [
|
1824
|
-
{
|
1825
|
-
"name": "default-selected",
|
1826
|
-
"description": "Sets the default selected control",
|
1827
|
-
"values": []
|
1828
|
-
},
|
1829
1101
|
{
|
1830
1102
|
"name": "multiple",
|
1831
1103
|
"description": "If true, allowes multiple items to be selected",
|
@@ -1835,40 +1107,9 @@
|
|
1835
1107
|
"references": []
|
1836
1108
|
},
|
1837
1109
|
{
|
1838
|
-
"name": "skf-select-option",
|
1839
|
-
"description": "The `<skf-select-option>` is a component
|
1840
|
-
"attributes": [
|
1841
|
-
{
|
1842
|
-
"name": "disabled",
|
1843
|
-
"description": "If true, prevents interaction with the option",
|
1844
|
-
"values": []
|
1845
|
-
},
|
1846
|
-
{
|
1847
|
-
"name": "icon",
|
1848
|
-
"description": "If defined, set an icon",
|
1849
|
-
"values": [{ "name": "SkfIcon['name']" }]
|
1850
|
-
},
|
1851
|
-
{
|
1852
|
-
"name": "icon-color",
|
1853
|
-
"description": "If defined, sets provided color on the icon",
|
1854
|
-
"values": [{ "name": "SeverityFgColor" }]
|
1855
|
-
},
|
1856
|
-
{
|
1857
|
-
"name": "selected",
|
1858
|
-
"description": "If true, sets the option as selected",
|
1859
|
-
"values": []
|
1860
|
-
},
|
1861
|
-
{
|
1862
|
-
"name": "short-label",
|
1863
|
-
"description": "If defined, sets a short label",
|
1864
|
-
"values": []
|
1865
|
-
},
|
1866
|
-
{
|
1867
|
-
"name": "value",
|
1868
|
-
"description": "Returns or sets the tags value. If value is omitted, defaults to the tags text.",
|
1869
|
-
"values": []
|
1870
|
-
}
|
1871
|
-
],
|
1110
|
+
"name": "skf-select-option-group",
|
1111
|
+
"description": "The `<skf-select-option-group>` is a component that groups select-options\n---\n\n\n### **Slots:**\n - _default_ - The component's placeholder content",
|
1112
|
+
"attributes": [{ "name": "label", "values": [] }],
|
1872
1113
|
"references": []
|
1873
1114
|
},
|
1874
1115
|
{
|
@@ -1878,175 +1119,22 @@
|
|
1878
1119
|
{
|
1879
1120
|
"name": "size",
|
1880
1121
|
"description": "Specifies Tag size",
|
1881
|
-
"values": [{ "name": "
|
1122
|
+
"values": [{ "name": "Size" }]
|
1882
1123
|
},
|
1883
1124
|
{
|
1884
1125
|
"name": "icon",
|
1885
1126
|
"description": "If defined, displays leading/provided icon",
|
1886
|
-
"values": [
|
1887
|
-
{ "name": "arrowDown" },
|
1888
|
-
{ "name": "arrowDownUp" },
|
1889
|
-
{ "name": "arrowLeft" },
|
1890
|
-
{ "name": "arrowRight" },
|
1891
|
-
{ "name": "arrowUp" },
|
1892
|
-
{ "name": "article" },
|
1893
|
-
{ "name": "artificialIntelligence" },
|
1894
|
-
{ "name": "asset" },
|
1895
|
-
{ "name": "attachment" },
|
1896
|
-
{ "name": "bandCursor" },
|
1897
|
-
{ "name": "bands" },
|
1898
|
-
{ "name": "batteryEmpty" },
|
1899
|
-
{ "name": "batteryFull" },
|
1900
|
-
{ "name": "batteryLow" },
|
1901
|
-
{ "name": "bearingFault" },
|
1902
|
-
{ "name": "book" },
|
1903
|
-
{ "name": "bulb" },
|
1904
|
-
{ "name": "burger" },
|
1905
|
-
{ "name": "cPM" },
|
1906
|
-
{ "name": "calendar" },
|
1907
|
-
{ "name": "calendarBooked" },
|
1908
|
-
{ "name": "calendarEmpty" },
|
1909
|
-
{ "name": "calendarNotBooked" },
|
1910
|
-
{ "name": "calendarRecurring" },
|
1911
|
-
{ "name": "caretDown" },
|
1912
|
-
{ "name": "caretUp" },
|
1913
|
-
{ "name": "caretUpDown" },
|
1914
|
-
{ "name": "chat" },
|
1915
|
-
{ "name": "check" },
|
1916
|
-
{ "name": "checkCircle" },
|
1917
|
-
{ "name": "checkSmall" },
|
1918
|
-
{ "name": "chevronDown" },
|
1919
|
-
{ "name": "chevronLeft" },
|
1920
|
-
{ "name": "chevronRight" },
|
1921
|
-
{ "name": "chevronUp" },
|
1922
|
-
{ "name": "chevronUpDown" },
|
1923
|
-
{ "name": "close" },
|
1924
|
-
{ "name": "closeAllFaults" },
|
1925
|
-
{ "name": "closeFault" },
|
1926
|
-
{ "name": "closeSmall" },
|
1927
|
-
{ "name": "columnGraph" },
|
1928
|
-
{ "name": "comment" },
|
1929
|
-
{ "name": "connection1" },
|
1930
|
-
{ "name": "connection2" },
|
1931
|
-
{ "name": "connection3" },
|
1932
|
-
{ "name": "connection4" },
|
1933
|
-
{ "name": "danger" },
|
1934
|
-
{ "name": "defectFrequencies" },
|
1935
|
-
{ "name": "defectFrequenciesAlternative" },
|
1936
|
-
{ "name": "doubleChevronLeft" },
|
1937
|
-
{ "name": "doubleChevronRight" },
|
1938
|
-
{ "name": "download" },
|
1939
|
-
{ "name": "draft" },
|
1940
|
-
{ "name": "draftFilled" },
|
1941
|
-
{ "name": "draftOutlined" },
|
1942
|
-
{ "name": "dragNDrop" },
|
1943
|
-
{ "name": "drop" },
|
1944
|
-
{ "name": "duplicate" },
|
1945
|
-
{ "name": "edit" },
|
1946
|
-
{ "name": "emailFilled" },
|
1947
|
-
{ "name": "emailOutlined" },
|
1948
|
-
{ "name": "exclamation" },
|
1949
|
-
{ "name": "eye" },
|
1950
|
-
{ "name": "eyeHidden" },
|
1951
|
-
{ "name": "eyeVisible" },
|
1952
|
-
{ "name": "filter" },
|
1953
|
-
{ "name": "forbidden" },
|
1954
|
-
{ "name": "fullScreen" },
|
1955
|
-
{ "name": "fullScreenExit" },
|
1956
|
-
{ "name": "functionalLocation" },
|
1957
|
-
{ "name": "harmonicCursor" },
|
1958
|
-
{ "name": "heatmap" },
|
1959
|
-
{ "name": "hierarchy" },
|
1960
|
-
{ "name": "history" },
|
1961
|
-
{ "name": "historyAlt" },
|
1962
|
-
{ "name": "hourglassFramedFilled" },
|
1963
|
-
{ "name": "hourglassFramedOutlined" },
|
1964
|
-
{ "name": "hourglassOutlined" },
|
1965
|
-
{ "name": "hz" },
|
1966
|
-
{ "name": "iMX" },
|
1967
|
-
{ "name": "image" },
|
1968
|
-
{ "name": "infoCircleFilled" },
|
1969
|
-
{ "name": "infoCircleOutlined" },
|
1970
|
-
{ "name": "integration" },
|
1971
|
-
{ "name": "kebab" },
|
1972
|
-
{ "name": "link" },
|
1973
|
-
{ "name": "listGroup" },
|
1974
|
-
{ "name": "listItem" },
|
1975
|
-
{ "name": "locationPin" },
|
1976
|
-
{ "name": "lock" },
|
1977
|
-
{ "name": "logOut" },
|
1978
|
-
{ "name": "meatballs" },
|
1979
|
-
{ "name": "microphone" },
|
1980
|
-
{ "name": "minus" },
|
1981
|
-
{ "name": "minusSmall" },
|
1982
|
-
{ "name": "noData" },
|
1983
|
-
{ "name": "o" },
|
1984
|
-
{ "name": "openInNew" },
|
1985
|
-
{ "name": "overlayBaseline" },
|
1986
|
-
{ "name": "pDF" },
|
1987
|
-
{ "name": "paper" },
|
1988
|
-
{ "name": "pause" },
|
1989
|
-
{ "name": "pieChart" },
|
1990
|
-
{ "name": "pin" },
|
1991
|
-
{ "name": "play" },
|
1992
|
-
{ "name": "plus" },
|
1993
|
-
{ "name": "powerOff" },
|
1994
|
-
{ "name": "printer" },
|
1995
|
-
{ "name": "proCollect" },
|
1996
|
-
{ "name": "recAction" },
|
1997
|
-
{ "name": "received" },
|
1998
|
-
{ "name": "refresh" },
|
1999
|
-
{ "name": "reorder" },
|
2000
|
-
{ "name": "replace" },
|
2001
|
-
{ "name": "reply" },
|
2002
|
-
{ "name": "rewalkableRoute" },
|
2003
|
-
{ "name": "routes" },
|
2004
|
-
{ "name": "search" },
|
2005
|
-
{ "name": "send" },
|
2006
|
-
{ "name": "sensorA" },
|
2007
|
-
{ "name": "sensorB" },
|
2008
|
-
{ "name": "settings" },
|
2009
|
-
{ "name": "sidebandCursor" },
|
2010
|
-
{ "name": "singleCursor" },
|
2011
|
-
{ "name": "spectrum" },
|
2012
|
-
{ "name": "starFilled" },
|
2013
|
-
{ "name": "starOutlined" },
|
2014
|
-
{ "name": "statusCircle" },
|
2015
|
-
{ "name": "stop" },
|
2016
|
-
{ "name": "structuralVibration" },
|
2017
|
-
{ "name": "sync" },
|
2018
|
-
{ "name": "timewave" },
|
2019
|
-
{ "name": "trash" },
|
2020
|
-
{ "name": "trend" },
|
2021
|
-
{ "name": "trendingUp" },
|
2022
|
-
{ "name": "undo" },
|
2023
|
-
{ "name": "unknownCircle" },
|
2024
|
-
{ "name": "unknownDiamond" },
|
2025
|
-
{ "name": "unlink" },
|
2026
|
-
{ "name": "unlock" },
|
2027
|
-
{ "name": "unscheduledAction" },
|
2028
|
-
{ "name": "upload" },
|
2029
|
-
{ "name": "user" },
|
2030
|
-
{ "name": "viewFull" },
|
2031
|
-
{ "name": "viewHorizontal" },
|
2032
|
-
{ "name": "viewVertical" },
|
2033
|
-
{ "name": "warning" },
|
2034
|
-
{ "name": "warningCircle" },
|
2035
|
-
{ "name": "warningDiamond" },
|
2036
|
-
{ "name": "zoomIn" },
|
2037
|
-
{ "name": "zoomOut" }
|
2038
|
-
]
|
1127
|
+
"values": [{ "name": "Icon" }]
|
2039
1128
|
},
|
2040
1129
|
{
|
2041
1130
|
"name": "color",
|
2042
1131
|
"description": "If defined, gives the supplied appearance",
|
2043
|
-
"values": [
|
2044
|
-
|
2045
|
-
|
2046
|
-
|
2047
|
-
|
2048
|
-
|
2049
|
-
]
|
1132
|
+
"values": [{ "name": "Severity" }]
|
1133
|
+
},
|
1134
|
+
{
|
1135
|
+
"name": "lang",
|
1136
|
+
"description": "Sets the internal language of the component",
|
1137
|
+
"values": [{ "name": "Language" }]
|
2050
1138
|
},
|
2051
1139
|
{
|
2052
1140
|
"name": "removable",
|
@@ -2058,11 +1146,16 @@
|
|
2058
1146
|
},
|
2059
1147
|
{
|
2060
1148
|
"name": "skf-select",
|
2061
|
-
"description": "The `<skf-select>` is a component that displays a list of actions or options. A click in the options list toggle the selected state of the option. Use it together with the ´skf-select-option` tag.\n---\n\n\n### **Events:**\n - **change** - Fired when the selected option(s) changes\n- **invalid** - Fired when the select is invalid\n- **reset** - Fired when the form is reset\n- **skf-select
|
1149
|
+
"description": "The `<skf-select>` is a component that displays a list of actions or options. A click in the options list toggle the selected state of the option. Use it together with the ´skf-select-option` tag.\n\nSee [zeroheight](https://zeroheight.com/853e936c9/p/91c9f0-select-and-combobox) for design principles\n---\n\n\n### **Events:**\n - **change** - Fired when the selected option(s) changes\n- **invalid** - Fired when the select is invalid\n- **reset** - Fired when the form is reset\n- **skf-select-dropdown** - {detail: {expanded: boolean}} Fired when the select dropdown is toggled\n- **skf-select-option-select** - {detail: {value: string | null, option: SkfSelectOption}} Fired when the select dropdown is toggled\n- **skf-select-connected** - Fires when the select options are connected, useful for setting selected option(s) via value property. E.g mySkfSelect.value = 'option1,option2';\n\n### **Slots:**\n - _default_ - The select's placeholder content",
|
2062
1150
|
"attributes": [
|
2063
1151
|
{
|
2064
1152
|
"name": "disabled",
|
2065
|
-
"description": "If true, the select is disabled
|
1153
|
+
"description": "If true, the select is disabled",
|
1154
|
+
"values": []
|
1155
|
+
},
|
1156
|
+
{
|
1157
|
+
"name": "required",
|
1158
|
+
"description": "If true, the select is required",
|
2066
1159
|
"values": []
|
2067
1160
|
},
|
2068
1161
|
{
|
@@ -2095,6 +1188,11 @@
|
|
2095
1188
|
"description": "If defined, displays provided label",
|
2096
1189
|
"values": []
|
2097
1190
|
},
|
1191
|
+
{
|
1192
|
+
"name": "lang",
|
1193
|
+
"description": "Sets the internal language of the component",
|
1194
|
+
"values": [{ "name": "Language" }]
|
1195
|
+
},
|
2098
1196
|
{
|
2099
1197
|
"name": "max",
|
2100
1198
|
"description": "If defined, limits the number of selectable options",
|
@@ -2115,15 +1213,10 @@
|
|
2115
1213
|
"description": "If defined, set name of the component",
|
2116
1214
|
"values": []
|
2117
1215
|
},
|
2118
|
-
{
|
2119
|
-
"name": "required-label",
|
2120
|
-
"description": "If defined, renders an alternative A11y text for the asterisk",
|
2121
|
-
"values": []
|
2122
|
-
},
|
2123
1216
|
{
|
2124
1217
|
"name": "severity",
|
2125
1218
|
"description": "If defined, displays provided severity state",
|
2126
|
-
"values": [{ "name": "
|
1219
|
+
"values": [{ "name": "FormFieldSeverity" }]
|
2127
1220
|
},
|
2128
1221
|
{
|
2129
1222
|
"name": "show-valid",
|
@@ -2139,9 +1232,40 @@
|
|
2139
1232
|
"references": []
|
2140
1233
|
},
|
2141
1234
|
{
|
2142
|
-
"name": "skf-select-option
|
2143
|
-
"description": "The `<skf-select-option
|
2144
|
-
"attributes": [
|
1235
|
+
"name": "skf-select-option",
|
1236
|
+
"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.\n---\n\n\n### **Events:**\n - **skf-select-option-select** - {detail: { value: string | null, option: SkfSelectOption }} Fires when the option is selected/deselected.\n\n### **Slots:**\n - _default_ - The option's text content\n- **icon** - The option's slot for icon or custom meta information (svg).",
|
1237
|
+
"attributes": [
|
1238
|
+
{
|
1239
|
+
"name": "disabled",
|
1240
|
+
"description": "If true, prevents interaction with the option",
|
1241
|
+
"values": []
|
1242
|
+
},
|
1243
|
+
{
|
1244
|
+
"name": "icon",
|
1245
|
+
"description": "If defined, set an icon",
|
1246
|
+
"values": [{ "name": "Icon" }]
|
1247
|
+
},
|
1248
|
+
{
|
1249
|
+
"name": "icon-color",
|
1250
|
+
"description": "If defined, sets provided color on the icon",
|
1251
|
+
"values": [{ "name": "IconColor" }]
|
1252
|
+
},
|
1253
|
+
{
|
1254
|
+
"name": "selected",
|
1255
|
+
"description": "If true, sets the option as selected",
|
1256
|
+
"values": []
|
1257
|
+
},
|
1258
|
+
{
|
1259
|
+
"name": "short-label",
|
1260
|
+
"description": "If defined, sets a short label",
|
1261
|
+
"values": []
|
1262
|
+
},
|
1263
|
+
{
|
1264
|
+
"name": "value",
|
1265
|
+
"description": "Returns or sets the option value. If value is omitted, defaults to the tags slotted text.",
|
1266
|
+
"values": []
|
1267
|
+
}
|
1268
|
+
],
|
2145
1269
|
"references": []
|
2146
1270
|
},
|
2147
1271
|
{
|
@@ -2169,7 +1293,7 @@
|
|
2169
1293
|
"description": "The `<skf-stepper>` is a component that displays a list of actions or options.\n---\n\n\n### **Events:**\n - **skf-stepper-item-select** - Dispatched when the stepper item is selected\n\n### **Slots:**\n - _default_ - One or more `<skf-stepper-item>`",
|
2170
1294
|
"attributes": [
|
2171
1295
|
{
|
2172
|
-
"name": "
|
1296
|
+
"name": "active-index",
|
2173
1297
|
"description": "Sets the active item",
|
2174
1298
|
"values": []
|
2175
1299
|
},
|
@@ -2216,13 +1340,13 @@
|
|
2216
1340
|
"values": []
|
2217
1341
|
},
|
2218
1342
|
{
|
2219
|
-
"name": "
|
2220
|
-
"description": "
|
2221
|
-
"values": []
|
1343
|
+
"name": "lang",
|
1344
|
+
"description": "Sets the internal language of the component",
|
1345
|
+
"values": [{ "name": "Language" }]
|
2222
1346
|
},
|
2223
1347
|
{
|
2224
|
-
"name": "
|
2225
|
-
"description": "If defined,
|
1348
|
+
"name": "name",
|
1349
|
+
"description": "If defined, adds name to the input-element",
|
2226
1350
|
"values": []
|
2227
1351
|
},
|
2228
1352
|
{
|
@@ -2247,8 +1371,8 @@
|
|
2247
1371
|
"references": []
|
2248
1372
|
},
|
2249
1373
|
{
|
2250
|
-
"name": "skf-
|
2251
|
-
"description": "The `<skf-
|
1374
|
+
"name": "skf-tabs",
|
1375
|
+
"description": "The `<skf-tabs>` is a component that displays a list of actions or options\n---\n\n\n### **Slots:**\n - _default_ - Used for grouping tab panels in the tab group. Must be <skf-tab-panel> elements\n- **tabs** - Used for grouping tabs in the tab group. Must be <skf-tab> elements",
|
2252
1376
|
"attributes": [
|
2253
1377
|
{
|
2254
1378
|
"name": "default-selected",
|
@@ -2334,6 +1458,11 @@
|
|
2334
1458
|
"description": "If defined, sets the input's label unless the default slot is used. Alternatively, you can use the `label` attribute.",
|
2335
1459
|
"values": []
|
2336
1460
|
},
|
1461
|
+
{
|
1462
|
+
"name": "lang",
|
1463
|
+
"description": "Sets the internal language of the component",
|
1464
|
+
"values": [{ "name": "Language" }]
|
1465
|
+
},
|
2337
1466
|
{
|
2338
1467
|
"name": "name",
|
2339
1468
|
"description": "If defined, adds name to the input-element",
|
@@ -2359,11 +1488,6 @@
|
|
2359
1488
|
"description": "If true, makes the element not mutable, meaning the user can not edit the control",
|
2360
1489
|
"values": []
|
2361
1490
|
},
|
2362
|
-
{
|
2363
|
-
"name": "required-label",
|
2364
|
-
"description": "If defined, renders an alternative A11y text for the asterisk",
|
2365
|
-
"values": []
|
2366
|
-
},
|
2367
1491
|
{
|
2368
1492
|
"name": "rows",
|
2369
1493
|
"description": "If defined, sets the rows of the textarea",
|
@@ -2372,12 +1496,7 @@
|
|
2372
1496
|
{
|
2373
1497
|
"name": "severity",
|
2374
1498
|
"description": "If defined, displays provided severity state",
|
2375
|
-
"values": [
|
2376
|
-
{ "name": "success" },
|
2377
|
-
{ "name": "info" },
|
2378
|
-
{ "name": "warning" },
|
2379
|
-
{ "name": "alert" }
|
2380
|
-
]
|
1499
|
+
"values": [{ "name": "FormFieldSeverity" }]
|
2381
1500
|
},
|
2382
1501
|
{
|
2383
1502
|
"name": "show-valid",
|
@@ -2420,17 +1539,17 @@
|
|
2420
1539
|
{
|
2421
1540
|
"name": "icon",
|
2422
1541
|
"description": "If defined, displays leading icon",
|
2423
|
-
"values": [{ "name": "
|
1542
|
+
"values": [{ "name": "Icon" }]
|
2424
1543
|
},
|
2425
1544
|
{
|
2426
1545
|
"name": "persistent",
|
2427
1546
|
"description": "If true, renders with an close button and sets aria-role to `status`",
|
2428
|
-
"values": [
|
1547
|
+
"values": []
|
2429
1548
|
},
|
2430
1549
|
{
|
2431
1550
|
"name": "severity",
|
2432
1551
|
"description": "If defined, gives the supplied appearance",
|
2433
|
-
"values": [{ "name": "
|
1552
|
+
"values": [{ "name": "Severity" }]
|
2434
1553
|
},
|
2435
1554
|
{
|
2436
1555
|
"name": "timer",
|
@@ -2447,7 +1566,7 @@
|
|
2447
1566
|
},
|
2448
1567
|
{
|
2449
1568
|
"name": "skf-tooltip",
|
2450
|
-
"description": "The `<skf-tooltip>` is a component that displays a tooltip.\n---\n\n\n### **Events:**\n - **skf-opened** - Fired when the
|
1569
|
+
"description": "The `<skf-tooltip>` is a component that displays a tooltip.\n---\n\n\n### **Events:**\n - **skf-opened** - Fired when the tooltip is opened\n- **skf-closed** - Fired when the tooltip is closed\n\n### **Slots:**\n - _default_ - The tooltip popover content",
|
2451
1570
|
"attributes": [
|
2452
1571
|
{
|
2453
1572
|
"name": "placement",
|