@skf-design-system/ui-components 1.0.2-beta.6 → 1.0.2-beta.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +18 -0
- package/dist/components/alert/alert.component.d.ts +3 -2
- package/dist/components/alert/alert.component.js +39 -33
- package/dist/components/button/button.styles.js +3 -3
- package/dist/components/checkbox/checkbox.component.d.ts +4 -2
- package/dist/components/checkbox/checkbox.component.js +73 -65
- package/dist/components/checkbox/checkbox.styles.js +1 -1
- package/dist/components/datepicker/datepicker-calendar.component.d.ts +4 -0
- package/dist/components/datepicker/datepicker-calendar.component.js +134 -127
- package/dist/components/datepicker/datepicker-popup.component.d.ts +4 -0
- package/dist/components/datepicker/datepicker-popup.component.js +100 -88
- package/dist/components/datepicker/datepicker.component.d.ts +4 -2
- package/dist/components/datepicker/datepicker.component.js +150 -140
- package/dist/components/dialog/dialog.component.d.ts +3 -2
- package/dist/components/dialog/dialog.component.js +39 -37
- package/dist/components/divider/divider.component.js +13 -13
- package/dist/components/divider/divider.styles.js +2 -2
- package/dist/components/drawer/drawer.component.d.ts +3 -2
- package/dist/components/drawer/drawer.component.js +37 -35
- package/dist/components/drawer/drawer.styles.js +1 -1
- package/dist/components/header/header.component.d.ts +4 -2
- package/dist/components/header/header.component.js +66 -57
- package/dist/components/header/header.styles.js +2 -2
- package/dist/components/icon/icon.component.js +7 -7
- package/dist/components/icon/icon.styles.js +2 -2
- package/dist/components/input/input.component.d.ts +4 -8
- package/dist/components/input/input.component.js +146 -147
- package/dist/components/input/input.controllers.d.ts +0 -1
- package/dist/components/input/input.controllers.js +12 -12
- package/dist/components/link/link.component.js +19 -12
- package/dist/components/link/link.styles.js +11 -3
- package/dist/components/loader/loader.component.d.ts +0 -2
- package/dist/components/loader/loader.component.js +27 -30
- package/dist/components/loader/loader.styles.js +1 -1
- package/dist/components/menu/menu-item.styles.js +8 -7
- package/dist/components/menu/menu.component.d.ts +4 -1
- package/dist/components/nav/nav.component.d.ts +3 -0
- package/dist/components/nav/nav.component.js +38 -33
- package/dist/components/popover/popover.component.d.ts +6 -3
- package/dist/components/progress/progress.styles.js +3 -3
- package/dist/components/radio/radio.component.d.ts +4 -2
- package/dist/components/radio/radio.component.js +91 -83
- package/dist/components/radio/radio.styles.js +1 -1
- package/dist/components/segmented-button/segmented-button-item.component.js +1 -1
- package/dist/components/segmented-button/segmented-button-item.styles.js +1 -1
- package/dist/components/select/select-option.component.d.ts +2 -2
- package/dist/components/select/select-option.component.js +16 -19
- package/dist/components/select/select.component.d.ts +13 -9
- package/dist/components/select/select.component.js +169 -144
- package/dist/components/stepper/stepper-item.styles.js +4 -4
- package/dist/components/switch/switch.component.d.ts +4 -2
- package/dist/components/switch/switch.component.js +64 -56
- package/dist/components/switch/switch.styles.js +1 -1
- package/dist/components/tabs/tab.styles.js +2 -2
- package/dist/components/tag/tag.component.d.ts +3 -0
- package/dist/components/tag/tag.component.js +50 -41
- package/dist/components/textarea/textarea.component.d.ts +4 -2
- package/dist/components/textarea/textarea.component.js +126 -118
- package/dist/components/tooltip/tooltip.component.d.ts +8 -2
- package/dist/components/tooltip/tooltip.component.js +3 -0
- package/dist/custom-elements.json +569 -309
- package/dist/internal/base-classes/popover/popover.base.d.ts +21 -2
- package/dist/internal/base-classes/popover/popover.base.js +10 -12
- package/dist/internal/controllers/popover.controller.d.ts +2 -0
- package/dist/internal/helpers/uuid.d.ts +8 -10
- package/dist/internal/helpers/uuid.js +4 -11
- package/dist/internal/helpers/watch.d.ts +1 -1
- package/dist/internal/templates/asterisk.d.ts +1 -1
- package/dist/internal/templates/asterisk.js +4 -4
- package/dist/styles/global-alt.css +1 -1
- package/dist/styles/global.css +1 -1
- package/dist/translations/en.d.ts +3 -0
- package/dist/translations/en.js +27 -0
- package/dist/translations/es.d.ts +3 -0
- package/dist/translations/es.js +27 -0
- package/dist/translations/index.d.ts +4 -0
- package/dist/translations/pt.d.ts +3 -0
- package/dist/translations/pt.js +27 -0
- package/dist/translations/sv.d.ts +3 -0
- package/dist/translations/sv.js +27 -0
- package/dist/types/jsx/custom-element-jsx.d.ts +59 -47
- package/dist/types/vue/index.d.ts +59 -47
- package/dist/utilities/localize.d.ts +28 -0
- package/dist/utilities/localize.js +13 -0
- package/dist/vscode.html-custom-data.json +75 -80
- package/dist/web-types.json +201 -166
- package/package.json +26 -33
- package/custom-elements.json +0 -25490
@@ -107,16 +107,16 @@
|
|
107
107
|
"name": "skf-alert",
|
108
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",
|
109
109
|
"attributes": [
|
110
|
-
{
|
111
|
-
"name": "button-label",
|
112
|
-
"description": "Close button aria-label",
|
113
|
-
"values": []
|
114
|
-
},
|
115
110
|
{
|
116
111
|
"name": "icon",
|
117
112
|
"description": "If defined, displays leading icon",
|
118
113
|
"values": [{ "name": "Icon" }]
|
119
114
|
},
|
115
|
+
{
|
116
|
+
"name": "lang",
|
117
|
+
"description": "Sets the internal language of the component",
|
118
|
+
"values": [{ "name": "Language" }]
|
119
|
+
},
|
120
120
|
{
|
121
121
|
"name": "persistent",
|
122
122
|
"description": "If true, renders with an close button and sets aria-role to `status`",
|
@@ -163,11 +163,6 @@
|
|
163
163
|
"name": "skf-loader",
|
164
164
|
"description": "The `<skf-loader>` component is a progress indicator that uses circular indicators for short, indeterminate activities\n---\n",
|
165
165
|
"attributes": [
|
166
|
-
{
|
167
|
-
"name": "aria-label",
|
168
|
-
"description": "Defines the aria-label",
|
169
|
-
"values": []
|
170
|
-
},
|
171
166
|
{
|
172
167
|
"name": "invert",
|
173
168
|
"description": "If true, inverts the color (to be used on colored backgrounds)",
|
@@ -300,13 +295,13 @@
|
|
300
295
|
"values": []
|
301
296
|
},
|
302
297
|
{
|
303
|
-
"name": "
|
304
|
-
"description": "
|
305
|
-
"values": []
|
298
|
+
"name": "lang",
|
299
|
+
"description": "Sets the internal language of the component",
|
300
|
+
"values": [{ "name": "Language" }]
|
306
301
|
},
|
307
302
|
{
|
308
|
-
"name": "
|
309
|
-
"description": "If defined,
|
303
|
+
"name": "name",
|
304
|
+
"description": "If defined, adds name to the input-element",
|
310
305
|
"values": []
|
311
306
|
},
|
312
307
|
{
|
@@ -343,6 +338,11 @@
|
|
343
338
|
"description": "A comma-separated list of dates (yyyy-mm-dd format) that are not selectable.",
|
344
339
|
"values": []
|
345
340
|
},
|
341
|
+
{
|
342
|
+
"name": "lang",
|
343
|
+
"description": "Sets the internal language of the component",
|
344
|
+
"values": [{ "name": "Language" }]
|
345
|
+
},
|
346
346
|
{ "name": "locale", "values": [] },
|
347
347
|
{ "name": "range", "values": [] },
|
348
348
|
{
|
@@ -382,6 +382,11 @@
|
|
382
382
|
"description": "If defined, sets the input's label. Alternatively, you can use the `label` attribute.",
|
383
383
|
"values": []
|
384
384
|
},
|
385
|
+
{
|
386
|
+
"name": "lang",
|
387
|
+
"description": "Sets the internal language of the component",
|
388
|
+
"values": [{ "name": "Language" }]
|
389
|
+
},
|
385
390
|
{
|
386
391
|
"name": "hide-label",
|
387
392
|
"description": "If true, hides the label visually",
|
@@ -409,11 +414,6 @@
|
|
409
414
|
"description": "If true, makes the element not mutable, meaning the user can not edit the control",
|
410
415
|
"values": []
|
411
416
|
},
|
412
|
-
{
|
413
|
-
"name": "required-label",
|
414
|
-
"description": "If defined, renders an alternative A11y text for the asterisk",
|
415
|
-
"values": []
|
416
|
-
},
|
417
417
|
{
|
418
418
|
"name": "selectable-from",
|
419
419
|
"description": "Earliest selectable date. (yyyy-mm-dd format)",
|
@@ -477,11 +477,6 @@
|
|
477
477
|
"name": "skf-dialog",
|
478
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)_",
|
479
479
|
"attributes": [
|
480
|
-
{
|
481
|
-
"name": "close-button-aria-label",
|
482
|
-
"description": "If defined, sets the aria-label for the close button",
|
483
|
-
"values": []
|
484
|
-
},
|
485
480
|
{
|
486
481
|
"name": "heading",
|
487
482
|
"description": "Title for the modal/dialog",
|
@@ -492,6 +487,11 @@
|
|
492
487
|
"description": "If true, makes the dialog stretch edge to edge on screen",
|
493
488
|
"values": []
|
494
489
|
},
|
490
|
+
{
|
491
|
+
"name": "lang",
|
492
|
+
"description": "Sets the internal language of the component",
|
493
|
+
"values": [{ "name": "Language" }]
|
494
|
+
},
|
495
495
|
{
|
496
496
|
"name": "no-close-button",
|
497
497
|
"description": "If true, removes the close button",
|
@@ -536,16 +536,16 @@
|
|
536
536
|
"name": "skf-drawer",
|
537
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",
|
538
538
|
"attributes": [
|
539
|
-
{
|
540
|
-
"name": "close-button-aria-label",
|
541
|
-
"description": "If defined, sets the aria-label for the close button",
|
542
|
-
"values": []
|
543
|
-
},
|
544
539
|
{
|
545
540
|
"name": "heading",
|
546
541
|
"description": "Heading for the Drawer",
|
547
542
|
"values": []
|
548
543
|
},
|
544
|
+
{
|
545
|
+
"name": "lang",
|
546
|
+
"description": "Sets the internal language of the component",
|
547
|
+
"values": [{ "name": "Language" }]
|
548
|
+
},
|
549
549
|
{
|
550
550
|
"name": "size",
|
551
551
|
"description": "Sets the max-width",
|
@@ -661,6 +661,11 @@
|
|
661
661
|
"name": "skf-nav",
|
662
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",
|
663
663
|
"attributes": [
|
664
|
+
{
|
665
|
+
"name": "lang",
|
666
|
+
"description": "Sets the internal language of the component",
|
667
|
+
"values": [{ "name": "Language" }]
|
668
|
+
},
|
664
669
|
{
|
665
670
|
"name": "vertical",
|
666
671
|
"description": "If true, the navigation will be displayed vertically",
|
@@ -679,9 +684,9 @@
|
|
679
684
|
"values": []
|
680
685
|
},
|
681
686
|
{
|
682
|
-
"name": "
|
683
|
-
"description": "
|
684
|
-
"values": []
|
687
|
+
"name": "lang",
|
688
|
+
"description": "Sets the internal language of the component",
|
689
|
+
"values": [{ "name": "Language" }]
|
685
690
|
},
|
686
691
|
{
|
687
692
|
"name": "site-name",
|
@@ -715,21 +720,6 @@
|
|
715
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.",
|
716
721
|
"values": [{ "name": "HTMLInputElement['autocomplete']" }]
|
717
722
|
},
|
718
|
-
{
|
719
|
-
"name": "button-aria-label-clear",
|
720
|
-
"description": "Custom aria-label for the clear button. **Notice!** Only applicable to type=search.",
|
721
|
-
"values": []
|
722
|
-
},
|
723
|
-
{
|
724
|
-
"name": "button-aria-label-hide",
|
725
|
-
"description": "Custom aria-label for the visibility button. **Notice!** Only applicable to type=password.",
|
726
|
-
"values": []
|
727
|
-
},
|
728
|
-
{
|
729
|
-
"name": "button-aria-label-show",
|
730
|
-
"description": "Custom aria-label for the visibility button **Notice!** Only applicable to type=password.",
|
731
|
-
"values": []
|
732
|
-
},
|
733
723
|
{
|
734
724
|
"name": "custom-invalid",
|
735
725
|
"description": "If defined, forces component to invalid state until removed. Its value is used as hint text.",
|
@@ -760,6 +750,11 @@
|
|
760
750
|
"description": "If defined, sets the input's label. Alternatively, you can use the `label` attribute.",
|
761
751
|
"values": []
|
762
752
|
},
|
753
|
+
{
|
754
|
+
"name": "lang",
|
755
|
+
"description": "Sets the internal language of the component",
|
756
|
+
"values": [{ "name": "Language" }]
|
757
|
+
},
|
763
758
|
{
|
764
759
|
"name": "leading",
|
765
760
|
"description": "If defined, displays a prefix/adornment before the input-element",
|
@@ -805,11 +800,6 @@
|
|
805
800
|
"description": "If true, makes the element not mutable, meaning the user can not edit the control",
|
806
801
|
"values": []
|
807
802
|
},
|
808
|
-
{
|
809
|
-
"name": "required-label",
|
810
|
-
"description": "If defined, renders an alternative A11y text for the asterisk",
|
811
|
-
"values": []
|
812
|
-
},
|
813
803
|
{
|
814
804
|
"name": "severity",
|
815
805
|
"description": "If defined, displays provided severity state",
|
@@ -929,7 +919,7 @@
|
|
929
919
|
},
|
930
920
|
{
|
931
921
|
"name": "skf-menu",
|
932
|
-
"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
|
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",
|
933
923
|
"attributes": [
|
934
924
|
{
|
935
925
|
"name": "placement",
|
@@ -959,7 +949,7 @@
|
|
959
949
|
},
|
960
950
|
{
|
961
951
|
"name": "skf-popover",
|
962
|
-
"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
|
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",
|
963
953
|
"attributes": [
|
964
954
|
{
|
965
955
|
"name": "placement",
|
@@ -981,7 +971,7 @@
|
|
981
971
|
},
|
982
972
|
{
|
983
973
|
"name": "anchor",
|
984
|
-
"description": "The id of the element the
|
974
|
+
"description": "The id of the element the popover will be anchored to",
|
985
975
|
"values": []
|
986
976
|
},
|
987
977
|
{
|
@@ -1054,13 +1044,13 @@
|
|
1054
1044
|
"values": []
|
1055
1045
|
},
|
1056
1046
|
{
|
1057
|
-
"name": "
|
1058
|
-
"description": "
|
1059
|
-
"values": []
|
1047
|
+
"name": "lang",
|
1048
|
+
"description": "Sets the internal language of the component",
|
1049
|
+
"values": [{ "name": "Language" }]
|
1060
1050
|
},
|
1061
1051
|
{
|
1062
|
-
"name": "
|
1063
|
-
"description": "If defined,
|
1052
|
+
"name": "name",
|
1053
|
+
"description": "If defined, adds name to the input-element",
|
1064
1054
|
"values": []
|
1065
1055
|
},
|
1066
1056
|
{
|
@@ -1141,6 +1131,11 @@
|
|
1141
1131
|
"description": "If defined, gives the supplied appearance",
|
1142
1132
|
"values": [{ "name": "Severity" }]
|
1143
1133
|
},
|
1134
|
+
{
|
1135
|
+
"name": "lang",
|
1136
|
+
"description": "Sets the internal language of the component",
|
1137
|
+
"values": [{ "name": "Language" }]
|
1138
|
+
},
|
1144
1139
|
{
|
1145
1140
|
"name": "removable",
|
1146
1141
|
"description": "If true, adds trailing button to remove tag",
|
@@ -1151,7 +1146,7 @@
|
|
1151
1146
|
},
|
1152
1147
|
{
|
1153
1148
|
"name": "skf-select",
|
1154
|
-
"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\n### **Slots:**\n - _default_ - The select's placeholder content",
|
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-update-calendar-view** - Fires when the calendar view is updated\n\n### **Slots:**\n - _default_ - The select's placeholder content",
|
1155
1150
|
"attributes": [
|
1156
1151
|
{
|
1157
1152
|
"name": "disabled",
|
@@ -1193,6 +1188,11 @@
|
|
1193
1188
|
"description": "If defined, displays provided label",
|
1194
1189
|
"values": []
|
1195
1190
|
},
|
1191
|
+
{
|
1192
|
+
"name": "lang",
|
1193
|
+
"description": "Sets the internal language of the component",
|
1194
|
+
"values": [{ "name": "Language" }]
|
1195
|
+
},
|
1196
1196
|
{
|
1197
1197
|
"name": "max",
|
1198
1198
|
"description": "If defined, limits the number of selectable options",
|
@@ -1213,11 +1213,6 @@
|
|
1213
1213
|
"description": "If defined, set name of the component",
|
1214
1214
|
"values": []
|
1215
1215
|
},
|
1216
|
-
{
|
1217
|
-
"name": "required-label",
|
1218
|
-
"description": "If defined, renders an alternative A11y text for the asterisk",
|
1219
|
-
"values": []
|
1220
|
-
},
|
1221
1216
|
{
|
1222
1217
|
"name": "severity",
|
1223
1218
|
"description": "If defined, displays provided severity state",
|
@@ -1238,7 +1233,7 @@
|
|
1238
1233
|
},
|
1239
1234
|
{
|
1240
1235
|
"name": "skf-select-option",
|
1241
|
-
"description": "The `<skf-select-option>` is a component is used nested in a skf-select or skf-select-option-group.\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).",
|
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).",
|
1242
1237
|
"attributes": [
|
1243
1238
|
{
|
1244
1239
|
"name": "disabled",
|
@@ -1267,7 +1262,7 @@
|
|
1267
1262
|
},
|
1268
1263
|
{
|
1269
1264
|
"name": "value",
|
1270
|
-
"description": "Returns or sets the
|
1265
|
+
"description": "Returns or sets the option value. If value is omitted, defaults to the tags slotted text.",
|
1271
1266
|
"values": []
|
1272
1267
|
}
|
1273
1268
|
],
|
@@ -1345,13 +1340,13 @@
|
|
1345
1340
|
"values": []
|
1346
1341
|
},
|
1347
1342
|
{
|
1348
|
-
"name": "
|
1349
|
-
"description": "
|
1350
|
-
"values": []
|
1343
|
+
"name": "lang",
|
1344
|
+
"description": "Sets the internal language of the component",
|
1345
|
+
"values": [{ "name": "Language" }]
|
1351
1346
|
},
|
1352
1347
|
{
|
1353
|
-
"name": "
|
1354
|
-
"description": "If defined,
|
1348
|
+
"name": "name",
|
1349
|
+
"description": "If defined, adds name to the input-element",
|
1355
1350
|
"values": []
|
1356
1351
|
},
|
1357
1352
|
{
|
@@ -1463,6 +1458,11 @@
|
|
1463
1458
|
"description": "If defined, sets the input's label unless the default slot is used. Alternatively, you can use the `label` attribute.",
|
1464
1459
|
"values": []
|
1465
1460
|
},
|
1461
|
+
{
|
1462
|
+
"name": "lang",
|
1463
|
+
"description": "Sets the internal language of the component",
|
1464
|
+
"values": [{ "name": "Language" }]
|
1465
|
+
},
|
1466
1466
|
{
|
1467
1467
|
"name": "name",
|
1468
1468
|
"description": "If defined, adds name to the input-element",
|
@@ -1488,11 +1488,6 @@
|
|
1488
1488
|
"description": "If true, makes the element not mutable, meaning the user can not edit the control",
|
1489
1489
|
"values": []
|
1490
1490
|
},
|
1491
|
-
{
|
1492
|
-
"name": "required-label",
|
1493
|
-
"description": "If defined, renders an alternative A11y text for the asterisk",
|
1494
|
-
"values": []
|
1495
|
-
},
|
1496
1491
|
{
|
1497
1492
|
"name": "rows",
|
1498
1493
|
"description": "If defined, sets the rows of the textarea",
|
@@ -1571,7 +1566,7 @@
|
|
1571
1566
|
},
|
1572
1567
|
{
|
1573
1568
|
"name": "skf-tooltip",
|
1574
|
-
"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",
|
1575
1570
|
"attributes": [
|
1576
1571
|
{
|
1577
1572
|
"name": "placement",
|