@solid-design-system/components 1.21.0 → 1.22.0
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/dist/components/es/checkbox-group.js +1 -0
- package/dist/components/es/checkbox.js +11 -0
- package/dist/components/es/icon.js +4 -4
- package/dist/components/es/solid-components2.js +1 -1
- package/dist/components/es/solid-element.js +1 -1
- package/dist/components/umd/solid-components.js +24 -14
- package/dist/custom-elements.json +1 -1
- package/dist/package/components/checkbox/checkbox.d.ts +40 -0
- package/dist/package/components/checkbox/checkbox.js +179 -0
- package/dist/package/components/checkbox-group/checkbox-group.d.ts +20 -0
- package/dist/package/components/checkbox-group/checkbox-group.js +102 -0
- package/dist/package/components/icon/library.system.d.ts +2 -0
- package/dist/package/components/icon/library.system.js +11 -1
- package/dist/package/internal/default-value.d.ts +2 -0
- package/dist/package/internal/default-value.js +21 -0
- package/dist/package/solid-components.d.ts +2 -0
- package/dist/package/solid-components.js +32 -28
- package/dist/package/styles/tailwind.css.js +1 -1
- package/dist/versioned-components/es/accordion-group.js +1 -1
- package/dist/versioned-components/es/accordion.js +1 -1
- package/dist/versioned-components/es/badge.js +1 -1
- package/dist/versioned-components/es/brandshape.js +1 -1
- package/dist/versioned-components/es/button.js +1 -1
- package/dist/versioned-components/es/carousel-item.js +1 -1
- package/dist/versioned-components/es/carousel.js +3 -3
- package/dist/versioned-components/es/checkbox-group.js +1 -0
- package/dist/versioned-components/es/checkbox.js +11 -0
- package/dist/versioned-components/es/divider.js +1 -1
- package/dist/versioned-components/es/drawer.js +1 -1
- package/dist/versioned-components/es/dropdown.js +1 -1
- package/dist/versioned-components/es/form.js +1 -1
- package/dist/versioned-components/es/icon.js +4 -4
- package/dist/versioned-components/es/include.js +1 -1
- package/dist/versioned-components/es/link.js +1 -1
- package/dist/versioned-components/es/navigation-item.js +1 -1
- package/dist/versioned-components/es/popup.js +1 -1
- package/dist/versioned-components/es/radio-group.js +1 -1
- package/dist/versioned-components/es/radio.js +1 -1
- package/dist/versioned-components/es/solid-components2.js +1 -1
- package/dist/versioned-components/es/solid-element.js +1 -1
- package/dist/versioned-components/es/spinner.js +1 -1
- package/dist/versioned-components/es/tag.js +1 -1
- package/dist/versioned-components/es/teaser.js +1 -1
- package/dist/versioned-components/es/video.js +1 -1
- package/dist/versioned-package/_components/button-group/button-group.d.ts +1 -1
- package/dist/versioned-package/_components/button-group/button-group.js +11 -11
- package/dist/versioned-package/components/accordion/accordion.d.ts +1 -1
- package/dist/versioned-package/components/accordion/accordion.js +2 -2
- package/dist/versioned-package/components/accordion-group/accordion-group.d.ts +1 -1
- package/dist/versioned-package/components/accordion-group/accordion-group.js +3 -3
- package/dist/versioned-package/components/badge/badge.d.ts +1 -1
- package/dist/versioned-package/components/badge/badge.js +1 -1
- package/dist/versioned-package/components/brandshape/brandshape.d.ts +1 -1
- package/dist/versioned-package/components/brandshape/brandshape.js +1 -1
- package/dist/versioned-package/components/button/button.d.ts +1 -1
- package/dist/versioned-package/components/button/button.js +4 -4
- package/dist/versioned-package/components/carousel/carousel.d.ts +1 -1
- package/dist/versioned-package/components/carousel/carousel.js +6 -6
- package/dist/versioned-package/components/carousel-item/carousel-item.d.ts +1 -1
- package/dist/versioned-package/components/carousel-item/carousel-item.js +1 -1
- package/dist/versioned-package/components/checkbox/checkbox.d.ts +40 -0
- package/dist/versioned-package/components/checkbox/checkbox.js +179 -0
- package/dist/versioned-package/components/checkbox-group/checkbox-group.d.ts +20 -0
- package/dist/versioned-package/components/checkbox-group/checkbox-group.js +102 -0
- package/dist/versioned-package/components/divider/divider.d.ts +1 -1
- package/dist/versioned-package/components/divider/divider.js +2 -2
- package/dist/versioned-package/components/drawer/drawer.d.ts +1 -1
- package/dist/versioned-package/components/drawer/drawer.js +2 -2
- package/dist/versioned-package/components/dropdown/dropdown.d.ts +1 -1
- package/dist/versioned-package/components/dropdown/dropdown.js +6 -6
- package/dist/versioned-package/components/icon/icon.d.ts +1 -1
- package/dist/versioned-package/components/icon/icon.js +1 -1
- package/dist/versioned-package/components/icon/library.system.d.ts +2 -0
- package/dist/versioned-package/components/icon/library.system.js +11 -1
- package/dist/versioned-package/components/include/include.d.ts +1 -1
- package/dist/versioned-package/components/include/include.js +1 -1
- package/dist/versioned-package/components/link/link.d.ts +1 -1
- package/dist/versioned-package/components/link/link.js +2 -2
- package/dist/versioned-package/components/navigation-item/navigation-item.d.ts +1 -1
- package/dist/versioned-package/components/navigation-item/navigation-item.js +3 -3
- package/dist/versioned-package/components/popup/popup.d.ts +1 -1
- package/dist/versioned-package/components/popup/popup.js +1 -1
- package/dist/versioned-package/components/radio/radio.d.ts +1 -1
- package/dist/versioned-package/components/radio/radio.js +2 -2
- package/dist/versioned-package/components/radio-group/radio-group.d.ts +2 -2
- package/dist/versioned-package/components/radio-group/radio-group.js +12 -12
- package/dist/versioned-package/components/spinner/spinner.d.ts +1 -1
- package/dist/versioned-package/components/spinner/spinner.js +1 -1
- package/dist/versioned-package/components/tag/tag.d.ts +1 -1
- package/dist/versioned-package/components/tag/tag.js +2 -2
- package/dist/versioned-package/components/teaser/teaser.js +1 -1
- package/dist/versioned-package/components/video/video.d.ts +1 -1
- package/dist/versioned-package/components/video/video.js +2 -2
- package/dist/versioned-package/internal/default-value.d.ts +2 -0
- package/dist/versioned-package/internal/default-value.js +21 -0
- package/dist/versioned-package/internal/form.js +1 -1
- package/dist/versioned-package/solid-components.d.ts +2 -0
- package/dist/versioned-package/solid-components.js +32 -28
- package/dist/versioned-package/styles/tailwind.css.js +1 -1
- package/dist/versioned-styles/solid-styles.css +1 -1
- package/dist/vscode.html-custom-data.json +209 -21
- package/dist/web-types.json +221 -2781
- package/package.json +3 -3
package/dist/web-types.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"name": "@solid-design-system/components",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.22.0",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"framework-config": {
|
|
7
7
|
"enable-when": {
|
|
@@ -1017,2955 +1017,317 @@
|
|
|
1017
1017
|
"attributes": []
|
|
1018
1018
|
},
|
|
1019
1019
|
{
|
|
1020
|
-
"name": "sd-
|
|
1021
|
-
"description": "",
|
|
1022
|
-
"doc-url": "https://solid.union-investment.com/[storybook-link]/divider",
|
|
1023
|
-
"js": {
|
|
1024
|
-
"properties": [
|
|
1025
|
-
{
|
|
1026
|
-
"name": "orientation",
|
|
1027
|
-
"description": "Determines the orientation of the divider.",
|
|
1028
|
-
"value": {
|
|
1029
|
-
"type": "'horizontal' | 'vertical'"
|
|
1030
|
-
}
|
|
1031
|
-
},
|
|
1032
|
-
{
|
|
1033
|
-
"name": "inverted",
|
|
1034
|
-
"description": "This inverts the divider.",
|
|
1035
|
-
"value": {
|
|
1036
|
-
"type": "boolean"
|
|
1037
|
-
}
|
|
1038
|
-
}
|
|
1039
|
-
],
|
|
1040
|
-
"events": []
|
|
1041
|
-
},
|
|
1042
|
-
"attributes": [
|
|
1043
|
-
{
|
|
1044
|
-
"name": "orientation",
|
|
1045
|
-
"description": "Determines the orientation of the divider.",
|
|
1046
|
-
"value": {
|
|
1047
|
-
"type": "'horizontal' | 'vertical'"
|
|
1048
|
-
}
|
|
1049
|
-
},
|
|
1050
|
-
{
|
|
1051
|
-
"name": "inverted",
|
|
1052
|
-
"description": "This inverts the divider.",
|
|
1053
|
-
"value": {
|
|
1054
|
-
"type": "boolean"
|
|
1055
|
-
}
|
|
1056
|
-
}
|
|
1057
|
-
]
|
|
1058
|
-
},
|
|
1059
|
-
{
|
|
1060
|
-
"name": "sd-drawer",
|
|
1020
|
+
"name": "sd-checkbox-group",
|
|
1061
1021
|
"description": "",
|
|
1062
|
-
"doc-url": "https://solid.union-investment.com/[storybook-link]/
|
|
1022
|
+
"doc-url": "https://solid.union-investment.com/[storybook-link]/checkbox-group",
|
|
1063
1023
|
"js": {
|
|
1064
1024
|
"properties": [
|
|
1065
1025
|
{
|
|
1066
1026
|
"name": "hasSlotController",
|
|
1067
1027
|
"value": {}
|
|
1068
1028
|
},
|
|
1069
|
-
{
|
|
1070
|
-
"name": "localize",
|
|
1071
|
-
"value": {}
|
|
1072
|
-
},
|
|
1073
|
-
{
|
|
1074
|
-
"name": "modal",
|
|
1075
|
-
"value": {}
|
|
1076
|
-
},
|
|
1077
|
-
{
|
|
1078
|
-
"name": "open",
|
|
1079
|
-
"description": "Indicates whether or not the drawer is open. You can toggle this attribute to show and hide the drawer, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the drawer's open state.",
|
|
1080
|
-
"value": {
|
|
1081
|
-
"type": "boolean"
|
|
1082
|
-
}
|
|
1083
|
-
},
|
|
1084
1029
|
{
|
|
1085
1030
|
"name": "label",
|
|
1086
|
-
"description": "
|
|
1031
|
+
"description": "The checkbox group's label. Required for proper accessibility. If you need to display HTML, use the `label` slot\ninstead.",
|
|
1087
1032
|
"value": {
|
|
1088
1033
|
"type": "string"
|
|
1089
1034
|
}
|
|
1090
1035
|
},
|
|
1091
1036
|
{
|
|
1092
|
-
"name": "
|
|
1093
|
-
"description": "The
|
|
1094
|
-
"value": {
|
|
1095
|
-
"type": "'end' | 'start'"
|
|
1096
|
-
}
|
|
1097
|
-
},
|
|
1098
|
-
{
|
|
1099
|
-
"name": "contained",
|
|
1100
|
-
"description": "By default, the drawer slides out of its containing block (the viewport). Contained is a hidden feature used only for testing purposes. Please do not use it in production as it will likely change.",
|
|
1037
|
+
"name": "size",
|
|
1038
|
+
"description": "The checkbox group's size. This size will be applied to the label, all child checkboxes.",
|
|
1101
1039
|
"value": {
|
|
1102
|
-
"type": "
|
|
1040
|
+
"type": "'lg' | 'sm'"
|
|
1103
1041
|
}
|
|
1104
1042
|
},
|
|
1105
1043
|
{
|
|
1106
|
-
"name": "
|
|
1107
|
-
"description": "
|
|
1044
|
+
"name": "orientation",
|
|
1045
|
+
"description": "The orientation property determines the alignment of the component's content or elements. It accepts two possible\nvalues: 'horizontal' and 'vertical'. The default value is 'vertical'.\nThis property allows you to control the visual layout and arrangement of elements within the component, providing\nflexibility in how the component is displayed based on your specific design needs.",
|
|
1108
1046
|
"value": {
|
|
1109
|
-
"type": "
|
|
1047
|
+
"type": "'horizontal' | 'vertical'"
|
|
1110
1048
|
}
|
|
1111
1049
|
},
|
|
1112
1050
|
{
|
|
1113
|
-
"name": "
|
|
1114
|
-
"value": {}
|
|
1115
|
-
},
|
|
1116
|
-
{
|
|
1117
|
-
"name": "addOpenListeners",
|
|
1118
|
-
"value": {}
|
|
1119
|
-
},
|
|
1120
|
-
{
|
|
1121
|
-
"name": "removeOpenListeners",
|
|
1122
|
-
"value": {}
|
|
1123
|
-
},
|
|
1124
|
-
{
|
|
1125
|
-
"name": "handleDocumentKeyDown",
|
|
1051
|
+
"name": "getAllCheckboxes",
|
|
1126
1052
|
"value": {}
|
|
1127
1053
|
},
|
|
1128
1054
|
{
|
|
1129
|
-
"name": "
|
|
1055
|
+
"name": "syncCheckboxElements",
|
|
1130
1056
|
"value": {}
|
|
1131
1057
|
},
|
|
1132
1058
|
{
|
|
1133
|
-
"name": "
|
|
1059
|
+
"name": "syncCheckboxes",
|
|
1134
1060
|
"value": {}
|
|
1135
1061
|
},
|
|
1136
1062
|
{
|
|
1137
|
-
"name": "
|
|
1138
|
-
"description": "Shows the drawer.",
|
|
1063
|
+
"name": "handleSizeChange",
|
|
1139
1064
|
"value": {}
|
|
1140
1065
|
},
|
|
1141
1066
|
{
|
|
1142
|
-
"name": "
|
|
1143
|
-
"description": "Hides the drawer",
|
|
1067
|
+
"name": "handleInvalid",
|
|
1144
1068
|
"value": {}
|
|
1145
1069
|
}
|
|
1146
1070
|
],
|
|
1147
|
-
"events": [
|
|
1148
|
-
{
|
|
1149
|
-
"name": "sd-show",
|
|
1150
|
-
"description": "Emitted when the drawer opens."
|
|
1151
|
-
},
|
|
1152
|
-
{
|
|
1153
|
-
"name": "sd-after-show",
|
|
1154
|
-
"description": "Emitted after the drawer opens and all animations are complete."
|
|
1155
|
-
},
|
|
1156
|
-
{
|
|
1157
|
-
"name": "sd-hide",
|
|
1158
|
-
"description": "Emitted when the drawer closes."
|
|
1159
|
-
},
|
|
1160
|
-
{
|
|
1161
|
-
"name": "sd-after-hide",
|
|
1162
|
-
"description": "Emitted after the drawer closes and all animations are complete."
|
|
1163
|
-
},
|
|
1164
|
-
{
|
|
1165
|
-
"name": "sd-initial-focus",
|
|
1166
|
-
"description": "Emitted when the drawer opens and is ready to receive focus. Calling `event.preventDefault()` will prevent focusing and allow you to set it on a different element, such as an input."
|
|
1167
|
-
},
|
|
1168
|
-
{
|
|
1169
|
-
"name": "sd-request-close",
|
|
1170
|
-
"description": "Emitted when the user attempts to close the drawer by clicking the close button, clicking the overlay, or pressing escape. Calling `event.preventDefault()` will keep the drawer open. Avoid using this unless closing the drawer will result in destructive behavior such as data loss."
|
|
1171
|
-
}
|
|
1172
|
-
]
|
|
1071
|
+
"events": []
|
|
1173
1072
|
},
|
|
1174
1073
|
"attributes": [
|
|
1175
|
-
{
|
|
1176
|
-
"name": "open",
|
|
1177
|
-
"description": "Indicates whether or not the drawer is open. You can toggle this attribute to show and hide the drawer, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the drawer's open state.",
|
|
1178
|
-
"value": {
|
|
1179
|
-
"type": "boolean"
|
|
1180
|
-
}
|
|
1181
|
-
},
|
|
1182
1074
|
{
|
|
1183
1075
|
"name": "label",
|
|
1184
|
-
"description": "
|
|
1076
|
+
"description": "The checkbox group's label. Required for proper accessibility. If you need to display HTML, use the `label` slot\ninstead.",
|
|
1185
1077
|
"value": {
|
|
1186
1078
|
"type": "string"
|
|
1187
1079
|
}
|
|
1188
1080
|
},
|
|
1189
1081
|
{
|
|
1190
|
-
"name": "
|
|
1191
|
-
"description": "The
|
|
1192
|
-
"value": {
|
|
1193
|
-
"type": "'end' | 'start'"
|
|
1194
|
-
}
|
|
1195
|
-
},
|
|
1196
|
-
{
|
|
1197
|
-
"name": "contained",
|
|
1198
|
-
"description": "By default, the drawer slides out of its containing block (the viewport). Contained is a hidden feature used only for testing purposes. Please do not use it in production as it will likely change.",
|
|
1082
|
+
"name": "size",
|
|
1083
|
+
"description": "The checkbox group's size. This size will be applied to the label, all child checkboxes.",
|
|
1199
1084
|
"value": {
|
|
1200
|
-
"type": "
|
|
1085
|
+
"type": "'lg' | 'sm'"
|
|
1201
1086
|
}
|
|
1202
1087
|
},
|
|
1203
1088
|
{
|
|
1204
|
-
"name": "
|
|
1205
|
-
"description": "
|
|
1206
|
-
"value": {
|
|
1207
|
-
"type": "boolean"
|
|
1208
|
-
}
|
|
1209
|
-
}
|
|
1210
|
-
]
|
|
1211
|
-
},
|
|
1212
|
-
{
|
|
1213
|
-
"name": "sd-dropdown",
|
|
1214
|
-
"description": "",
|
|
1215
|
-
"doc-url": "https://solid.union-investment.com/[storybook-link]/dropdown",
|
|
1216
|
-
"js": {
|
|
1217
|
-
"properties": [
|
|
1218
|
-
{
|
|
1219
|
-
"name": "popup",
|
|
1220
|
-
"value": {
|
|
1221
|
-
"type": "SdPopup"
|
|
1222
|
-
}
|
|
1223
|
-
},
|
|
1224
|
-
{
|
|
1225
|
-
"name": "localize",
|
|
1226
|
-
"value": {}
|
|
1227
|
-
},
|
|
1228
|
-
{
|
|
1229
|
-
"name": "open",
|
|
1230
|
-
"description": "Indicates whether or not the dropdown is open. You can toggle this attribute to show and hide the dropdown, or you\ncan use the `show()` and `hide()` methods and this attribute will reflect the dropdown's open state.",
|
|
1231
|
-
"value": {
|
|
1232
|
-
"type": "boolean"
|
|
1233
|
-
}
|
|
1234
|
-
},
|
|
1235
|
-
{
|
|
1236
|
-
"name": "rounded",
|
|
1237
|
-
"description": "Indicates whether or not the dropdown should be styled with rounded corners.",
|
|
1238
|
-
"value": {
|
|
1239
|
-
"type": "boolean"
|
|
1240
|
-
}
|
|
1241
|
-
},
|
|
1242
|
-
{
|
|
1243
|
-
"name": "placement",
|
|
1244
|
-
"description": "The preferred placement of the dropdown panel. Note that the actual placement may vary as needed to keep the panel\ninside of the viewport.",
|
|
1245
|
-
"value": {
|
|
1246
|
-
"type": "| 'top'\n | 'top-start'\n | 'top-end'\n | 'bottom'\n | 'bottom-start'\n | 'bottom-end'\n | 'right'\n | 'right-start'\n | 'right-end'\n | 'left'\n | 'left-start'\n | 'left-end'"
|
|
1247
|
-
}
|
|
1248
|
-
},
|
|
1249
|
-
{
|
|
1250
|
-
"name": "disabled",
|
|
1251
|
-
"description": "Disables the dropdown so the panel will not open.",
|
|
1252
|
-
"value": {
|
|
1253
|
-
"type": "boolean"
|
|
1254
|
-
}
|
|
1255
|
-
},
|
|
1256
|
-
{
|
|
1257
|
-
"name": "stayOpenOnSelect",
|
|
1258
|
-
"description": "By default, the dropdown is closed when an item is selected. This attribute will keep it open instead. Useful for\ndropdowns that allow for multiple interactions.",
|
|
1259
|
-
"value": {
|
|
1260
|
-
"type": "boolean"
|
|
1261
|
-
}
|
|
1262
|
-
},
|
|
1263
|
-
{
|
|
1264
|
-
"name": "distance",
|
|
1265
|
-
"description": "The distance in pixels from which to offset the panel away from its trigger. This defaults to `0` for `rounded=false` and to a minimum of `1` for `rounded=true`.",
|
|
1266
|
-
"value": {
|
|
1267
|
-
"type": "number"
|
|
1268
|
-
}
|
|
1269
|
-
},
|
|
1270
|
-
{
|
|
1271
|
-
"name": "skidding",
|
|
1272
|
-
"description": "The distance in pixels from which to offset the panel along its trigger.",
|
|
1273
|
-
"value": {
|
|
1274
|
-
"type": "number"
|
|
1275
|
-
}
|
|
1276
|
-
},
|
|
1277
|
-
{
|
|
1278
|
-
"name": "noAutoSize",
|
|
1279
|
-
"description": "Indicates whether or not the dropdown should automatically resize its content's width/height regarding the available space on screen.",
|
|
1280
|
-
"value": {
|
|
1281
|
-
"type": "boolean"
|
|
1282
|
-
}
|
|
1283
|
-
},
|
|
1284
|
-
{
|
|
1285
|
-
"name": "noFlip",
|
|
1286
|
-
"description": "When set to true, the placement of the dropdown will not flip to the opposite site to keep it in view.",
|
|
1287
|
-
"value": {
|
|
1288
|
-
"type": "boolean"
|
|
1289
|
-
}
|
|
1290
|
-
},
|
|
1291
|
-
{
|
|
1292
|
-
"name": "hoist",
|
|
1293
|
-
"description": "Enable this option to prevent the panel from being clipped when the component is placed inside a container with\n`overflow: auto|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all, scenarios.",
|
|
1294
|
-
"value": {
|
|
1295
|
-
"type": "boolean"
|
|
1296
|
-
}
|
|
1297
|
-
},
|
|
1298
|
-
{
|
|
1299
|
-
"name": "focusOnTrigger",
|
|
1300
|
-
"value": {}
|
|
1301
|
-
},
|
|
1302
|
-
{
|
|
1303
|
-
"name": "getMenu",
|
|
1304
|
-
"value": {}
|
|
1305
|
-
},
|
|
1306
|
-
{
|
|
1307
|
-
"name": "handleKeyDown",
|
|
1308
|
-
"value": {}
|
|
1309
|
-
},
|
|
1310
|
-
{
|
|
1311
|
-
"name": "handleDocumentKeyDown",
|
|
1312
|
-
"value": {}
|
|
1313
|
-
},
|
|
1314
|
-
{
|
|
1315
|
-
"name": "handleDocumentMouseDown",
|
|
1316
|
-
"value": {}
|
|
1317
|
-
},
|
|
1318
|
-
{
|
|
1319
|
-
"name": "handleMenuItemActivate",
|
|
1320
|
-
"value": {}
|
|
1321
|
-
},
|
|
1322
|
-
{
|
|
1323
|
-
"name": "handlePanelSelect",
|
|
1324
|
-
"value": {}
|
|
1325
|
-
},
|
|
1326
|
-
{
|
|
1327
|
-
"name": "handleTriggerClick",
|
|
1328
|
-
"value": {}
|
|
1329
|
-
},
|
|
1330
|
-
{
|
|
1331
|
-
"name": "handleTriggerKeyDown",
|
|
1332
|
-
"value": {}
|
|
1333
|
-
},
|
|
1334
|
-
{
|
|
1335
|
-
"name": "handleTriggerKeyUp",
|
|
1336
|
-
"value": {}
|
|
1337
|
-
},
|
|
1338
|
-
{
|
|
1339
|
-
"name": "handleTriggerSlotChange",
|
|
1340
|
-
"value": {}
|
|
1341
|
-
},
|
|
1342
|
-
{
|
|
1343
|
-
"name": "updateAccessibleTrigger",
|
|
1344
|
-
"value": {}
|
|
1345
|
-
},
|
|
1346
|
-
{
|
|
1347
|
-
"name": "show",
|
|
1348
|
-
"description": "Shows the dropdown panel.",
|
|
1349
|
-
"value": {}
|
|
1350
|
-
},
|
|
1351
|
-
{
|
|
1352
|
-
"name": "hide",
|
|
1353
|
-
"description": "Hides the dropdown panel",
|
|
1354
|
-
"value": {}
|
|
1355
|
-
},
|
|
1356
|
-
{
|
|
1357
|
-
"name": "reposition",
|
|
1358
|
-
"description": "Instructs the dropdown menu to reposition. Useful when the position or size of the trigger changes when the menu\nis activated.",
|
|
1359
|
-
"value": {}
|
|
1360
|
-
},
|
|
1361
|
-
{
|
|
1362
|
-
"name": "addOpenListeners",
|
|
1363
|
-
"value": {}
|
|
1364
|
-
},
|
|
1365
|
-
{
|
|
1366
|
-
"name": "removeOpenListeners",
|
|
1367
|
-
"value": {}
|
|
1368
|
-
},
|
|
1369
|
-
{
|
|
1370
|
-
"name": "handleOpenChange",
|
|
1371
|
-
"value": {}
|
|
1372
|
-
}
|
|
1373
|
-
],
|
|
1374
|
-
"events": [
|
|
1375
|
-
{
|
|
1376
|
-
"name": "sd-show",
|
|
1377
|
-
"description": "Emitted when the dropdown opens."
|
|
1378
|
-
},
|
|
1379
|
-
{
|
|
1380
|
-
"name": "sd-after-show",
|
|
1381
|
-
"description": "Emitted after the dropdown opens and all animations are complete."
|
|
1382
|
-
},
|
|
1383
|
-
{
|
|
1384
|
-
"name": "sd-hide",
|
|
1385
|
-
"description": "Emitted when the dropdown closes."
|
|
1386
|
-
},
|
|
1387
|
-
{
|
|
1388
|
-
"name": "sd-after-hide",
|
|
1389
|
-
"description": "Emitted after the dropdown closes and all animations are complete."
|
|
1390
|
-
}
|
|
1391
|
-
]
|
|
1392
|
-
},
|
|
1393
|
-
"attributes": [
|
|
1394
|
-
{
|
|
1395
|
-
"name": "open",
|
|
1396
|
-
"description": "Indicates whether or not the dropdown is open. You can toggle this attribute to show and hide the dropdown, or you\ncan use the `show()` and `hide()` methods and this attribute will reflect the dropdown's open state.",
|
|
1397
|
-
"value": {
|
|
1398
|
-
"type": "boolean"
|
|
1399
|
-
}
|
|
1400
|
-
},
|
|
1401
|
-
{
|
|
1402
|
-
"name": "rounded",
|
|
1403
|
-
"description": "Indicates whether or not the dropdown should be styled with rounded corners.",
|
|
1404
|
-
"value": {
|
|
1405
|
-
"type": "boolean"
|
|
1406
|
-
}
|
|
1407
|
-
},
|
|
1408
|
-
{
|
|
1409
|
-
"name": "placement",
|
|
1410
|
-
"description": "The preferred placement of the dropdown panel. Note that the actual placement may vary as needed to keep the panel\ninside of the viewport.",
|
|
1411
|
-
"value": {
|
|
1412
|
-
"type": "| 'top'\n | 'top-start'\n | 'top-end'\n | 'bottom'\n | 'bottom-start'\n | 'bottom-end'\n | 'right'\n | 'right-start'\n | 'right-end'\n | 'left'\n | 'left-start'\n | 'left-end'"
|
|
1413
|
-
}
|
|
1414
|
-
},
|
|
1415
|
-
{
|
|
1416
|
-
"name": "disabled",
|
|
1417
|
-
"description": "Disables the dropdown so the panel will not open.",
|
|
1418
|
-
"value": {
|
|
1419
|
-
"type": "boolean"
|
|
1420
|
-
}
|
|
1421
|
-
},
|
|
1422
|
-
{
|
|
1423
|
-
"name": "stay-open-on-select",
|
|
1424
|
-
"description": "By default, the dropdown is closed when an item is selected. This attribute will keep it open instead. Useful for\ndropdowns that allow for multiple interactions.",
|
|
1425
|
-
"value": {
|
|
1426
|
-
"type": "boolean"
|
|
1427
|
-
}
|
|
1428
|
-
},
|
|
1429
|
-
{
|
|
1430
|
-
"name": "distance",
|
|
1431
|
-
"description": "The distance in pixels from which to offset the panel away from its trigger. This defaults to `0` for `rounded=false` and to a minimum of `1` for `rounded=true`.",
|
|
1432
|
-
"value": {
|
|
1433
|
-
"type": "number"
|
|
1434
|
-
}
|
|
1435
|
-
},
|
|
1436
|
-
{
|
|
1437
|
-
"name": "skidding",
|
|
1438
|
-
"description": "The distance in pixels from which to offset the panel along its trigger.",
|
|
1439
|
-
"value": {
|
|
1440
|
-
"type": "number"
|
|
1441
|
-
}
|
|
1442
|
-
},
|
|
1443
|
-
{
|
|
1444
|
-
"name": "no-auto-size",
|
|
1445
|
-
"description": "Indicates whether or not the dropdown should automatically resize its content's width/height regarding the available space on screen.",
|
|
1446
|
-
"value": {
|
|
1447
|
-
"type": "boolean"
|
|
1448
|
-
}
|
|
1449
|
-
},
|
|
1450
|
-
{
|
|
1451
|
-
"name": "no-flip",
|
|
1452
|
-
"description": "When set to true, the placement of the dropdown will not flip to the opposite site to keep it in view.",
|
|
1453
|
-
"value": {
|
|
1454
|
-
"type": "boolean"
|
|
1455
|
-
}
|
|
1456
|
-
},
|
|
1457
|
-
{
|
|
1458
|
-
"name": "hoist",
|
|
1459
|
-
"description": "Enable this option to prevent the panel from being clipped when the component is placed inside a container with\n`overflow: auto|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all, scenarios.",
|
|
1460
|
-
"value": {
|
|
1461
|
-
"type": "boolean"
|
|
1462
|
-
}
|
|
1463
|
-
}
|
|
1464
|
-
]
|
|
1465
|
-
},
|
|
1466
|
-
{
|
|
1467
|
-
"name": "sd-icon",
|
|
1468
|
-
"description": "",
|
|
1469
|
-
"doc-url": "https://solid.union-investment.com/[storybook-link]/icon",
|
|
1470
|
-
"js": {
|
|
1471
|
-
"properties": [
|
|
1472
|
-
{
|
|
1473
|
-
"name": "svg",
|
|
1474
|
-
"value": {
|
|
1475
|
-
"type": "string"
|
|
1476
|
-
}
|
|
1477
|
-
},
|
|
1478
|
-
{
|
|
1479
|
-
"name": "name",
|
|
1480
|
-
"description": "The name of the icon to draw. Available names depend on the icon library being used.",
|
|
1481
|
-
"value": {
|
|
1482
|
-
"type": "string | undefined"
|
|
1483
|
-
}
|
|
1484
|
-
},
|
|
1485
|
-
{
|
|
1486
|
-
"name": "src",
|
|
1487
|
-
"description": "An external URL of an SVG file. Be sure you trust the content you are including, as it will be executed as code and\ncan result in XSS attacks. Only SVGs on a local or CORS-enabled endpoint are supported. If you're using more than one custom icon,\nit might make sense to register a custom icon library.",
|
|
1488
|
-
"value": {
|
|
1489
|
-
"type": "string | undefined"
|
|
1490
|
-
}
|
|
1491
|
-
},
|
|
1492
|
-
{
|
|
1493
|
-
"name": "label",
|
|
1494
|
-
"description": "An alternate description to use for assistive devices. If omitted, the icon will be considered presentational and\nignored by assistive devices.",
|
|
1495
|
-
"value": {
|
|
1496
|
-
"type": "string"
|
|
1497
|
-
}
|
|
1498
|
-
},
|
|
1499
|
-
{
|
|
1500
|
-
"name": "library",
|
|
1501
|
-
"description": "The name of a registered custom icon library.",
|
|
1502
|
-
"value": {
|
|
1503
|
-
"type": "string"
|
|
1504
|
-
}
|
|
1505
|
-
},
|
|
1506
|
-
{
|
|
1507
|
-
"name": "color",
|
|
1508
|
-
"description": "The color of the icon.\n\"current\" refers to currentColor and makes it possible to easily style the icon from outside without any CSS variables.",
|
|
1509
|
-
"value": {
|
|
1510
|
-
"type": "'currentColor' | 'primary' | 'white'"
|
|
1511
|
-
}
|
|
1512
|
-
},
|
|
1513
|
-
{
|
|
1514
|
-
"name": "getUrl",
|
|
1515
|
-
"value": {}
|
|
1516
|
-
},
|
|
1517
|
-
{
|
|
1518
|
-
"name": "handleLabelChange",
|
|
1519
|
-
"value": {}
|
|
1520
|
-
},
|
|
1521
|
-
{
|
|
1522
|
-
"name": "setIcon",
|
|
1523
|
-
"value": {}
|
|
1524
|
-
}
|
|
1525
|
-
],
|
|
1526
|
-
"events": [
|
|
1527
|
-
{
|
|
1528
|
-
"name": "sd-load",
|
|
1529
|
-
"description": "Emitted when the icon has loaded."
|
|
1530
|
-
},
|
|
1531
|
-
{
|
|
1532
|
-
"name": "sd-error",
|
|
1533
|
-
"description": "Emitted when the icon fails to load due to an error."
|
|
1534
|
-
}
|
|
1535
|
-
]
|
|
1536
|
-
},
|
|
1537
|
-
"attributes": [
|
|
1538
|
-
{
|
|
1539
|
-
"name": "name",
|
|
1540
|
-
"description": "The name of the icon to draw. Available names depend on the icon library being used.",
|
|
1541
|
-
"value": {
|
|
1542
|
-
"type": "string | undefined"
|
|
1543
|
-
}
|
|
1544
|
-
},
|
|
1545
|
-
{
|
|
1546
|
-
"name": "src",
|
|
1547
|
-
"description": "An external URL of an SVG file. Be sure you trust the content you are including, as it will be executed as code and\ncan result in XSS attacks. Only SVGs on a local or CORS-enabled endpoint are supported. If you're using more than one custom icon,\nit might make sense to register a custom icon library.",
|
|
1548
|
-
"value": {
|
|
1549
|
-
"type": "string | undefined"
|
|
1550
|
-
}
|
|
1551
|
-
},
|
|
1552
|
-
{
|
|
1553
|
-
"name": "label",
|
|
1554
|
-
"description": "An alternate description to use for assistive devices. If omitted, the icon will be considered presentational and\nignored by assistive devices.",
|
|
1555
|
-
"value": {
|
|
1556
|
-
"type": "string"
|
|
1557
|
-
}
|
|
1558
|
-
},
|
|
1559
|
-
{
|
|
1560
|
-
"name": "library",
|
|
1561
|
-
"description": "The name of a registered custom icon library.",
|
|
1562
|
-
"value": {
|
|
1563
|
-
"type": "string"
|
|
1564
|
-
}
|
|
1565
|
-
},
|
|
1566
|
-
{
|
|
1567
|
-
"name": "color",
|
|
1568
|
-
"description": "The color of the icon.\n\"current\" refers to currentColor and makes it possible to easily style the icon from outside without any CSS variables.",
|
|
1569
|
-
"value": {
|
|
1570
|
-
"type": "'currentColor' | 'primary' | 'white'"
|
|
1571
|
-
}
|
|
1572
|
-
}
|
|
1573
|
-
]
|
|
1574
|
-
},
|
|
1575
|
-
{
|
|
1576
|
-
"doc-url": "https://solid.union-investment.com/[storybook-link]/",
|
|
1577
|
-
"js": {
|
|
1578
|
-
"properties": [],
|
|
1579
|
-
"events": []
|
|
1580
|
-
},
|
|
1581
|
-
"attributes": []
|
|
1582
|
-
},
|
|
1583
|
-
{
|
|
1584
|
-
"doc-url": "https://solid.union-investment.com/[storybook-link]/",
|
|
1585
|
-
"js": {
|
|
1586
|
-
"properties": [],
|
|
1587
|
-
"events": []
|
|
1588
|
-
},
|
|
1589
|
-
"attributes": []
|
|
1590
|
-
},
|
|
1591
|
-
{
|
|
1592
|
-
"description": "Adds an icon to the list of watched icons.",
|
|
1593
|
-
"doc-url": "https://solid.union-investment.com/[storybook-link]/",
|
|
1594
|
-
"js": {
|
|
1595
|
-
"properties": [],
|
|
1596
|
-
"events": []
|
|
1597
|
-
},
|
|
1598
|
-
"attributes": []
|
|
1599
|
-
},
|
|
1600
|
-
{
|
|
1601
|
-
"description": "Removes an icon from the list of watched icons.",
|
|
1602
|
-
"doc-url": "https://solid.union-investment.com/[storybook-link]/",
|
|
1603
|
-
"js": {
|
|
1604
|
-
"properties": [],
|
|
1605
|
-
"events": []
|
|
1606
|
-
},
|
|
1607
|
-
"attributes": []
|
|
1608
|
-
},
|
|
1609
|
-
{
|
|
1610
|
-
"description": "Returns a library from the registry.",
|
|
1611
|
-
"doc-url": "https://solid.union-investment.com/[storybook-link]/",
|
|
1612
|
-
"js": {
|
|
1613
|
-
"properties": [],
|
|
1614
|
-
"events": []
|
|
1615
|
-
},
|
|
1616
|
-
"attributes": []
|
|
1617
|
-
},
|
|
1618
|
-
{
|
|
1619
|
-
"description": "Adds an icon library to the registry, or overrides an existing one.",
|
|
1620
|
-
"doc-url": "https://solid.union-investment.com/[storybook-link]/",
|
|
1621
|
-
"js": {
|
|
1622
|
-
"properties": [],
|
|
1623
|
-
"events": []
|
|
1624
|
-
},
|
|
1625
|
-
"attributes": []
|
|
1626
|
-
},
|
|
1627
|
-
{
|
|
1628
|
-
"description": "Removes an icon library from the registry.",
|
|
1629
|
-
"doc-url": "https://solid.union-investment.com/[storybook-link]/",
|
|
1630
|
-
"js": {
|
|
1631
|
-
"properties": [],
|
|
1632
|
-
"events": []
|
|
1633
|
-
},
|
|
1634
|
-
"attributes": []
|
|
1635
|
-
},
|
|
1636
|
-
{
|
|
1637
|
-
"doc-url": "https://solid.union-investment.com/[storybook-link]/",
|
|
1638
|
-
"js": {
|
|
1639
|
-
"properties": [],
|
|
1640
|
-
"events": []
|
|
1641
|
-
},
|
|
1642
|
-
"attributes": []
|
|
1643
|
-
},
|
|
1644
|
-
{
|
|
1645
|
-
"name": "sd-include",
|
|
1646
|
-
"description": "",
|
|
1647
|
-
"doc-url": "https://solid.union-investment.com/[storybook-link]/include",
|
|
1648
|
-
"js": {
|
|
1649
|
-
"properties": [
|
|
1650
|
-
{
|
|
1651
|
-
"name": "src",
|
|
1652
|
-
"description": "The location of the HTML file to include. Be sure you trust the content you are including as it will be executed as\ncode and can result in XSS attacks.",
|
|
1653
|
-
"value": {
|
|
1654
|
-
"type": "string"
|
|
1655
|
-
}
|
|
1656
|
-
},
|
|
1657
|
-
{
|
|
1658
|
-
"name": "mode",
|
|
1659
|
-
"description": "The fetch mode to use.",
|
|
1660
|
-
"value": {
|
|
1661
|
-
"type": "'cors' | 'no-cors' | 'same-origin'"
|
|
1662
|
-
}
|
|
1663
|
-
},
|
|
1664
|
-
{
|
|
1665
|
-
"name": "allowScripts",
|
|
1666
|
-
"description": "Allows included scripts to be executed. Be sure you trust the content you are including as it will be executed as\ncode and can result in XSS attacks.",
|
|
1667
|
-
"value": {
|
|
1668
|
-
"type": "boolean"
|
|
1669
|
-
}
|
|
1670
|
-
},
|
|
1671
|
-
{
|
|
1672
|
-
"name": "executeScript",
|
|
1673
|
-
"value": {}
|
|
1674
|
-
},
|
|
1675
|
-
{
|
|
1676
|
-
"name": "handleSrcChange",
|
|
1677
|
-
"value": {}
|
|
1678
|
-
}
|
|
1679
|
-
],
|
|
1680
|
-
"events": [
|
|
1681
|
-
{
|
|
1682
|
-
"name": "sd-load",
|
|
1683
|
-
"description": "Emitted when the included file is loaded."
|
|
1684
|
-
},
|
|
1685
|
-
{
|
|
1686
|
-
"name": "sd-error",
|
|
1687
|
-
"description": "Emitted when the included file fails to load due to an error."
|
|
1688
|
-
}
|
|
1689
|
-
]
|
|
1690
|
-
},
|
|
1691
|
-
"attributes": [
|
|
1692
|
-
{
|
|
1693
|
-
"name": "src",
|
|
1694
|
-
"description": "The location of the HTML file to include. Be sure you trust the content you are including as it will be executed as\ncode and can result in XSS attacks.",
|
|
1695
|
-
"value": {
|
|
1696
|
-
"type": "string"
|
|
1697
|
-
}
|
|
1698
|
-
},
|
|
1699
|
-
{
|
|
1700
|
-
"name": "mode",
|
|
1701
|
-
"description": "The fetch mode to use.",
|
|
1702
|
-
"value": {
|
|
1703
|
-
"type": "'cors' | 'no-cors' | 'same-origin'"
|
|
1704
|
-
}
|
|
1705
|
-
},
|
|
1706
|
-
{
|
|
1707
|
-
"name": "allow-scripts",
|
|
1708
|
-
"description": "Allows included scripts to be executed. Be sure you trust the content you are including as it will be executed as\ncode and can result in XSS attacks.",
|
|
1709
|
-
"value": {
|
|
1710
|
-
"type": "boolean"
|
|
1711
|
-
}
|
|
1712
|
-
}
|
|
1713
|
-
]
|
|
1714
|
-
},
|
|
1715
|
-
{
|
|
1716
|
-
"description": "Fetches an include file from a remote source. Caching is enabled so the origin is only pinged once.",
|
|
1717
|
-
"doc-url": "https://solid.union-investment.com/[storybook-link]/",
|
|
1718
|
-
"js": {
|
|
1719
|
-
"properties": [],
|
|
1720
|
-
"events": []
|
|
1721
|
-
},
|
|
1722
|
-
"attributes": []
|
|
1723
|
-
},
|
|
1724
|
-
{
|
|
1725
|
-
"name": "sd-link",
|
|
1726
|
-
"description": "",
|
|
1727
|
-
"doc-url": "https://solid.union-investment.com/[storybook-link]/link",
|
|
1728
|
-
"js": {
|
|
1729
|
-
"properties": [
|
|
1730
|
-
{
|
|
1731
|
-
"name": "hasSlotController",
|
|
1732
|
-
"value": {}
|
|
1733
|
-
},
|
|
1734
|
-
{
|
|
1735
|
-
"name": "size",
|
|
1736
|
-
"description": "The link's size.",
|
|
1737
|
-
"value": {
|
|
1738
|
-
"type": "'inherit' | 'lg' | 'sm'"
|
|
1739
|
-
}
|
|
1740
|
-
},
|
|
1741
|
-
{
|
|
1742
|
-
"name": "inverted",
|
|
1743
|
-
"description": "Inverts the link.",
|
|
1744
|
-
"value": {
|
|
1745
|
-
"type": "boolean"
|
|
1746
|
-
}
|
|
1747
|
-
},
|
|
1748
|
-
{
|
|
1749
|
-
"name": "standalone",
|
|
1750
|
-
"description": "Control the layout of icon and text within the component and the component's positioning.",
|
|
1751
|
-
"value": {
|
|
1752
|
-
"type": "boolean"
|
|
1753
|
-
}
|
|
1754
|
-
},
|
|
1755
|
-
{
|
|
1756
|
-
"name": "href",
|
|
1757
|
-
"description": "When not set, the link will render as disabled.",
|
|
1758
|
-
"value": {
|
|
1759
|
-
"type": "string"
|
|
1760
|
-
}
|
|
1761
|
-
},
|
|
1762
|
-
{
|
|
1763
|
-
"name": "target",
|
|
1764
|
-
"description": "Tells the browser where to open the link. Only used when `href` is present.",
|
|
1765
|
-
"value": {
|
|
1766
|
-
"type": "'_blank' | '_parent' | '_self' | '_top'"
|
|
1767
|
-
}
|
|
1768
|
-
},
|
|
1769
|
-
{
|
|
1770
|
-
"name": "download",
|
|
1771
|
-
"description": "Tells the browser to download the linked file as this filename. Only used when `href` is present.",
|
|
1772
|
-
"value": {
|
|
1773
|
-
"type": "string | undefined"
|
|
1774
|
-
}
|
|
1775
|
-
},
|
|
1776
|
-
{
|
|
1777
|
-
"name": "handleBlur",
|
|
1778
|
-
"value": {}
|
|
1779
|
-
},
|
|
1780
|
-
{
|
|
1781
|
-
"name": "handleFocus",
|
|
1782
|
-
"value": {}
|
|
1783
|
-
},
|
|
1784
|
-
{
|
|
1785
|
-
"name": "focus",
|
|
1786
|
-
"description": "Sets focus on the button.",
|
|
1787
|
-
"value": {}
|
|
1788
|
-
},
|
|
1789
|
-
{
|
|
1790
|
-
"name": "blur",
|
|
1791
|
-
"description": "Removes focus from the button.",
|
|
1792
|
-
"value": {}
|
|
1793
|
-
}
|
|
1794
|
-
],
|
|
1795
|
-
"events": [
|
|
1796
|
-
{
|
|
1797
|
-
"name": "sd-blur",
|
|
1798
|
-
"description": "Emitted when the link loses focus."
|
|
1799
|
-
},
|
|
1800
|
-
{
|
|
1801
|
-
"name": "sd-focus",
|
|
1802
|
-
"description": "Emitted when the link gains focus."
|
|
1803
|
-
}
|
|
1804
|
-
]
|
|
1805
|
-
},
|
|
1806
|
-
"attributes": [
|
|
1807
|
-
{
|
|
1808
|
-
"name": "size",
|
|
1809
|
-
"description": "The link's size.",
|
|
1810
|
-
"value": {
|
|
1811
|
-
"type": "'inherit' | 'lg' | 'sm'"
|
|
1812
|
-
}
|
|
1813
|
-
},
|
|
1814
|
-
{
|
|
1815
|
-
"name": "inverted",
|
|
1816
|
-
"description": "Inverts the link.",
|
|
1817
|
-
"value": {
|
|
1818
|
-
"type": "boolean"
|
|
1819
|
-
}
|
|
1820
|
-
},
|
|
1821
|
-
{
|
|
1822
|
-
"name": "standalone",
|
|
1823
|
-
"description": "Control the layout of icon and text within the component and the component's positioning.",
|
|
1824
|
-
"value": {
|
|
1825
|
-
"type": "boolean"
|
|
1826
|
-
}
|
|
1827
|
-
},
|
|
1828
|
-
{
|
|
1829
|
-
"name": "href",
|
|
1830
|
-
"description": "When not set, the link will render as disabled.",
|
|
1831
|
-
"value": {
|
|
1832
|
-
"type": "string"
|
|
1833
|
-
}
|
|
1834
|
-
},
|
|
1835
|
-
{
|
|
1836
|
-
"name": "target",
|
|
1837
|
-
"description": "Tells the browser where to open the link. Only used when `href` is present.",
|
|
1838
|
-
"value": {
|
|
1839
|
-
"type": "'_blank' | '_parent' | '_self' | '_top'"
|
|
1840
|
-
}
|
|
1841
|
-
},
|
|
1842
|
-
{
|
|
1843
|
-
"name": "download",
|
|
1844
|
-
"description": "Tells the browser to download the linked file as this filename. Only used when `href` is present.",
|
|
1845
|
-
"value": {
|
|
1846
|
-
"type": "string | undefined"
|
|
1847
|
-
}
|
|
1848
|
-
}
|
|
1849
|
-
]
|
|
1850
|
-
},
|
|
1851
|
-
{
|
|
1852
|
-
"name": "sd-navigation-item",
|
|
1853
|
-
"description": "",
|
|
1854
|
-
"doc-url": "https://solid.union-investment.com/[storybook-link]/navigation-item",
|
|
1855
|
-
"js": {
|
|
1856
|
-
"properties": [
|
|
1857
|
-
{
|
|
1858
|
-
"name": "hasSlotController",
|
|
1859
|
-
"value": {}
|
|
1860
|
-
},
|
|
1861
|
-
{
|
|
1862
|
-
"name": "href",
|
|
1863
|
-
"description": "The navigation item's href target. If provided, the navigation item will use an anchor tag otherwise it will use a button tag. The 'children' slot and accordion behavior will be ignored if an 'href' is provided.",
|
|
1864
|
-
"value": {
|
|
1865
|
-
"type": "string"
|
|
1866
|
-
}
|
|
1867
|
-
},
|
|
1868
|
-
{
|
|
1869
|
-
"name": "target",
|
|
1870
|
-
"description": "Tells the browser where to open the link. Only used when `href` is defined.",
|
|
1871
|
-
"value": {
|
|
1872
|
-
"type": "'_blank' | '_parent' | '_self' | '_top'"
|
|
1873
|
-
}
|
|
1874
|
-
},
|
|
1875
|
-
{
|
|
1876
|
-
"name": "download",
|
|
1877
|
-
"description": "Tells the browser to download the linked file as this filename. Only used when `href` is defined.",
|
|
1878
|
-
"value": {
|
|
1879
|
-
"type": "string | undefined"
|
|
1880
|
-
}
|
|
1881
|
-
},
|
|
1882
|
-
{
|
|
1883
|
-
"name": "current",
|
|
1884
|
-
"description": "Indicates that the navigation item is currently selected. The aria-current attribute is set to \"page\" on the host if true.",
|
|
1885
|
-
"value": {
|
|
1886
|
-
"type": "boolean"
|
|
1887
|
-
}
|
|
1888
|
-
},
|
|
1889
|
-
{
|
|
1890
|
-
"name": "disabled",
|
|
1891
|
-
"description": "Disables the navigation item.",
|
|
1892
|
-
"value": {
|
|
1893
|
-
"type": "boolean"
|
|
1894
|
-
}
|
|
1895
|
-
},
|
|
1896
|
-
{
|
|
1897
|
-
"name": "size",
|
|
1898
|
-
"description": "The navigation item's font size.",
|
|
1899
|
-
"value": {
|
|
1900
|
-
"type": "'base' | 'lg' | 'sm'"
|
|
1901
|
-
}
|
|
1902
|
-
},
|
|
1903
|
-
{
|
|
1904
|
-
"name": "vertical",
|
|
1905
|
-
"description": "The navigation item's orientation. If false, properties below this point are not used.",
|
|
1906
|
-
"value": {
|
|
1907
|
-
"type": "boolean"
|
|
1908
|
-
}
|
|
1909
|
-
},
|
|
1910
|
-
{
|
|
1911
|
-
"name": "chevron",
|
|
1912
|
-
"description": "Appends a chevron to the right side of a navigation item. Only used if `vertical` is true.",
|
|
1913
|
-
"value": {
|
|
1914
|
-
"type": "boolean"
|
|
1915
|
-
}
|
|
1916
|
-
},
|
|
1917
|
-
{
|
|
1918
|
-
"name": "indented",
|
|
1919
|
-
"description": "Adds additional padding to navigation item's left side. Only used if `vertical` is true.",
|
|
1920
|
-
"value": {
|
|
1921
|
-
"type": "boolean"
|
|
1922
|
-
}
|
|
1923
|
-
},
|
|
1924
|
-
{
|
|
1925
|
-
"name": "relaxed",
|
|
1926
|
-
"description": "Adds additional padding to navigation item's left and right sides. Only used if `vertical` is true.",
|
|
1927
|
-
"value": {
|
|
1928
|
-
"type": "boolean"
|
|
1929
|
-
}
|
|
1930
|
-
},
|
|
1931
|
-
{
|
|
1932
|
-
"name": "divider",
|
|
1933
|
-
"description": "Adds additional padding to navigation item's left and right sides. Only used if `vertical` is true.",
|
|
1934
|
-
"value": {
|
|
1935
|
-
"type": "boolean"
|
|
1936
|
-
}
|
|
1937
|
-
},
|
|
1938
|
-
{
|
|
1939
|
-
"name": "open",
|
|
1940
|
-
"description": "Reflects HTML details element state and allows control from parent. Only used if `vertical` is true, no `href`is undefined, and `children` is defined.",
|
|
1941
|
-
"value": {
|
|
1942
|
-
"type": "boolean"
|
|
1943
|
-
}
|
|
1944
|
-
},
|
|
1945
|
-
{
|
|
1946
|
-
"name": "isButton",
|
|
1947
|
-
"value": {}
|
|
1948
|
-
},
|
|
1949
|
-
{
|
|
1950
|
-
"name": "isLink",
|
|
1951
|
-
"value": {}
|
|
1952
|
-
},
|
|
1953
|
-
{
|
|
1954
|
-
"name": "isAccordion",
|
|
1955
|
-
"value": {}
|
|
1956
|
-
},
|
|
1957
|
-
{
|
|
1958
|
-
"name": "handleClickButton",
|
|
1959
|
-
"value": {}
|
|
1960
|
-
},
|
|
1961
|
-
{
|
|
1962
|
-
"name": "handleClickSummary",
|
|
1963
|
-
"value": {}
|
|
1964
|
-
},
|
|
1965
|
-
{
|
|
1966
|
-
"name": "hideDetails",
|
|
1967
|
-
"value": {}
|
|
1968
|
-
},
|
|
1969
|
-
{
|
|
1970
|
-
"name": "showDetails",
|
|
1971
|
-
"value": {}
|
|
1972
|
-
},
|
|
1973
|
-
{
|
|
1974
|
-
"name": "calculatePaddingX",
|
|
1975
|
-
"value": {}
|
|
1976
|
-
}
|
|
1977
|
-
],
|
|
1978
|
-
"events": [
|
|
1979
|
-
{
|
|
1980
|
-
"name": "sd-show",
|
|
1981
|
-
"description": "Emitted when the navigation item has has children, no href, and is clicked while HTML details are hidden."
|
|
1982
|
-
},
|
|
1983
|
-
{
|
|
1984
|
-
"name": "sd-hide",
|
|
1985
|
-
"description": "Emitted when the navigation item has has children, no href, and is clicked while HTML details are shown."
|
|
1986
|
-
}
|
|
1987
|
-
]
|
|
1988
|
-
},
|
|
1989
|
-
"attributes": [
|
|
1990
|
-
{
|
|
1991
|
-
"name": "href",
|
|
1992
|
-
"description": "The navigation item's href target. If provided, the navigation item will use an anchor tag otherwise it will use a button tag. The 'children' slot and accordion behavior will be ignored if an 'href' is provided.",
|
|
1993
|
-
"value": {
|
|
1994
|
-
"type": "string"
|
|
1995
|
-
}
|
|
1996
|
-
},
|
|
1997
|
-
{
|
|
1998
|
-
"name": "target",
|
|
1999
|
-
"description": "Tells the browser where to open the link. Only used when `href` is defined.",
|
|
2000
|
-
"value": {
|
|
2001
|
-
"type": "'_blank' | '_parent' | '_self' | '_top'"
|
|
2002
|
-
}
|
|
2003
|
-
},
|
|
2004
|
-
{
|
|
2005
|
-
"name": "download",
|
|
2006
|
-
"description": "Tells the browser to download the linked file as this filename. Only used when `href` is defined.",
|
|
2007
|
-
"value": {
|
|
2008
|
-
"type": "string | undefined"
|
|
2009
|
-
}
|
|
2010
|
-
},
|
|
2011
|
-
{
|
|
2012
|
-
"name": "current",
|
|
2013
|
-
"description": "Indicates that the navigation item is currently selected. The aria-current attribute is set to \"page\" on the host if true.",
|
|
2014
|
-
"value": {
|
|
2015
|
-
"type": "boolean"
|
|
2016
|
-
}
|
|
2017
|
-
},
|
|
2018
|
-
{
|
|
2019
|
-
"name": "disabled",
|
|
2020
|
-
"description": "Disables the navigation item.",
|
|
2021
|
-
"value": {
|
|
2022
|
-
"type": "boolean"
|
|
2023
|
-
}
|
|
2024
|
-
},
|
|
2025
|
-
{
|
|
2026
|
-
"name": "size",
|
|
2027
|
-
"description": "The navigation item's font size.",
|
|
2028
|
-
"value": {
|
|
2029
|
-
"type": "'base' | 'lg' | 'sm'"
|
|
2030
|
-
}
|
|
2031
|
-
},
|
|
2032
|
-
{
|
|
2033
|
-
"name": "vertical",
|
|
2034
|
-
"description": "The navigation item's orientation. If false, properties below this point are not used.",
|
|
2035
|
-
"value": {
|
|
2036
|
-
"type": "boolean"
|
|
2037
|
-
}
|
|
2038
|
-
},
|
|
2039
|
-
{
|
|
2040
|
-
"name": "chevron",
|
|
2041
|
-
"description": "Appends a chevron to the right side of a navigation item. Only used if `vertical` is true.",
|
|
2042
|
-
"value": {
|
|
2043
|
-
"type": "boolean"
|
|
2044
|
-
}
|
|
2045
|
-
},
|
|
2046
|
-
{
|
|
2047
|
-
"name": "indented",
|
|
2048
|
-
"description": "Adds additional padding to navigation item's left side. Only used if `vertical` is true.",
|
|
2049
|
-
"value": {
|
|
2050
|
-
"type": "boolean"
|
|
2051
|
-
}
|
|
2052
|
-
},
|
|
2053
|
-
{
|
|
2054
|
-
"name": "relaxed",
|
|
2055
|
-
"description": "Adds additional padding to navigation item's left and right sides. Only used if `vertical` is true.",
|
|
2056
|
-
"value": {
|
|
2057
|
-
"type": "boolean"
|
|
2058
|
-
}
|
|
2059
|
-
},
|
|
2060
|
-
{
|
|
2061
|
-
"name": "divider",
|
|
2062
|
-
"description": "Adds additional padding to navigation item's left and right sides. Only used if `vertical` is true.",
|
|
2063
|
-
"value": {
|
|
2064
|
-
"type": "boolean"
|
|
2065
|
-
}
|
|
2066
|
-
},
|
|
2067
|
-
{
|
|
2068
|
-
"name": "open",
|
|
2069
|
-
"description": "Reflects HTML details element state and allows control from parent. Only used if `vertical` is true, no `href`is undefined, and `children` is defined.",
|
|
2070
|
-
"value": {
|
|
2071
|
-
"type": "boolean"
|
|
2072
|
-
}
|
|
2073
|
-
}
|
|
2074
|
-
]
|
|
2075
|
-
},
|
|
2076
|
-
{
|
|
2077
|
-
"name": "sd-popup",
|
|
2078
|
-
"description": "",
|
|
2079
|
-
"doc-url": "https://solid.union-investment.com/[storybook-link]/popup",
|
|
2080
|
-
"js": {
|
|
2081
|
-
"properties": [
|
|
2082
|
-
{
|
|
2083
|
-
"name": "cleanup",
|
|
2084
|
-
"value": {
|
|
2085
|
-
"type": "ReturnType<typeof autoUpdate> | undefined"
|
|
2086
|
-
}
|
|
2087
|
-
},
|
|
2088
|
-
{
|
|
2089
|
-
"name": "anchor",
|
|
2090
|
-
"description": "The element the popup will be anchored to. If the anchor lives outside of the popup, you can provide its `id` or a\nreference to it here. If the anchor lives inside the popup, use the `anchor` slot instead.",
|
|
2091
|
-
"value": {
|
|
2092
|
-
"type": "Element | string"
|
|
2093
|
-
}
|
|
2094
|
-
},
|
|
2095
|
-
{
|
|
2096
|
-
"name": "active",
|
|
2097
|
-
"description": "Activates the positioning logic and shows the popup. When this attribute is removed, the positioning logic is torn\ndown and the popup will be hidden.",
|
|
2098
|
-
"value": {
|
|
2099
|
-
"type": "boolean"
|
|
2100
|
-
}
|
|
2101
|
-
},
|
|
2102
|
-
{
|
|
2103
|
-
"name": "placement",
|
|
2104
|
-
"description": "The preferred placement of the popup. Note that the actual placement will vary as configured to keep the\npanel inside of the viewport.",
|
|
2105
|
-
"value": {
|
|
2106
|
-
"type": "| 'top'\n | 'top-start'\n | 'top-end'\n | 'bottom'\n | 'bottom-start'\n | 'bottom-end'\n | 'right'\n | 'right-start'\n | 'right-end'\n | 'left'\n | 'left-start'\n | 'left-end'"
|
|
2107
|
-
}
|
|
2108
|
-
},
|
|
2109
|
-
{
|
|
2110
|
-
"name": "strategy",
|
|
2111
|
-
"description": "Determines how the popup is positioned. The `absolute` strategy works well in most cases, but if\noverflow is clipped, using a `fixed` position strategy can often workaround it.",
|
|
2112
|
-
"value": {
|
|
2113
|
-
"type": "'absolute' | 'fixed'"
|
|
2114
|
-
}
|
|
2115
|
-
},
|
|
2116
|
-
{
|
|
2117
|
-
"name": "distance",
|
|
2118
|
-
"description": "The distance in pixels from which to offset the panel away from its anchor.",
|
|
2119
|
-
"value": {
|
|
2120
|
-
"type": "number"
|
|
2121
|
-
}
|
|
2122
|
-
},
|
|
2123
|
-
{
|
|
2124
|
-
"name": "skidding",
|
|
2125
|
-
"description": "The distance in pixels from which to offset the panel along its anchor.",
|
|
2126
|
-
"value": {
|
|
2127
|
-
"type": "number"
|
|
2128
|
-
}
|
|
2129
|
-
},
|
|
2130
|
-
{
|
|
2131
|
-
"name": "arrow",
|
|
2132
|
-
"description": "Attaches an arrow to the popup. The arrow's size and color can be customized using the `--arrow-size` and\n`--arrow-color` custom properties. For additional customizations, you can also target the arrow using\n`::part(arrow)` in your stylesheet.",
|
|
2133
|
-
"value": {
|
|
2134
|
-
"type": "boolean"
|
|
2135
|
-
}
|
|
2136
|
-
},
|
|
2137
|
-
{
|
|
2138
|
-
"name": "arrowPlacement",
|
|
2139
|
-
"description": "The placement of the arrow. The default is `anchor`, which will align the arrow as close to the center of the\nanchor as possible, considering available space and `arrow-padding`. A value of `start`, `end`, or `center` will\nalign the arrow to the start, end, or center of the popover instead.",
|
|
2140
|
-
"value": {
|
|
2141
|
-
"type": "'start' | 'end' | 'center' | 'anchor'"
|
|
2142
|
-
}
|
|
2143
|
-
},
|
|
2144
|
-
{
|
|
2145
|
-
"name": "arrowPadding",
|
|
2146
|
-
"description": "The amount of padding between the arrow and the edges of the popup. If the popup has a border-radius, for example,\nthis will prevent it from overflowing the corners.",
|
|
2147
|
-
"value": {
|
|
2148
|
-
"type": "number"
|
|
2149
|
-
}
|
|
2150
|
-
},
|
|
2151
|
-
{
|
|
2152
|
-
"name": "flip",
|
|
2153
|
-
"description": "When set, placement of the popup will flip to the opposite site to keep it in view. You can use\n`flipFallbackPlacements` to further configure how the fallback placement is determined.",
|
|
2154
|
-
"value": {
|
|
2155
|
-
"type": "boolean"
|
|
2156
|
-
}
|
|
2157
|
-
},
|
|
2158
|
-
{
|
|
2159
|
-
"name": "flipFallbackPlacements",
|
|
2160
|
-
"description": "If the preferred placement doesn't fit, popup will be tested in these fallback placements until one fits. Must be a\nstring of any number of placements separated by a space, e.g. \"top bottom left\". If no placement fits, the flip\nfallback strategy will be used instead.",
|
|
2161
|
-
"value": {
|
|
2162
|
-
"type": "string"
|
|
2163
|
-
}
|
|
2164
|
-
},
|
|
2165
|
-
{
|
|
2166
|
-
"name": "flipFallbackStrategy",
|
|
2167
|
-
"description": "When neither the preferred placement nor the fallback placements fit, this value will be used to determine whether\nthe popup should be positioned using the best available fit based on available space or as it was initially\npreferred.",
|
|
2168
|
-
"value": {
|
|
2169
|
-
"type": "'best-fit' | 'initial'"
|
|
2170
|
-
}
|
|
2171
|
-
},
|
|
2172
|
-
{
|
|
2173
|
-
"name": "flipBoundary",
|
|
2174
|
-
"description": "The flip boundary describes clipping element(s) that overflow will be checked relative to when flipping. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.",
|
|
2175
|
-
"value": {
|
|
2176
|
-
"type": "Element | Element[]"
|
|
2177
|
-
}
|
|
2178
|
-
},
|
|
2179
|
-
{
|
|
2180
|
-
"name": "flipPadding",
|
|
2181
|
-
"description": "The amount of padding, in pixels, to exceed before the flip behavior will occur.",
|
|
2182
|
-
"value": {
|
|
2183
|
-
"type": "number"
|
|
2184
|
-
}
|
|
2185
|
-
},
|
|
2186
|
-
{
|
|
2187
|
-
"name": "shift",
|
|
2188
|
-
"description": "Moves the popup along the axis to keep it in view when clipped.",
|
|
2189
|
-
"value": {
|
|
2190
|
-
"type": "boolean"
|
|
2191
|
-
}
|
|
2192
|
-
},
|
|
2193
|
-
{
|
|
2194
|
-
"name": "shiftBoundary",
|
|
2195
|
-
"description": "The shift boundary describes clipping element(s) that overflow will be checked relative to when shifting. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.",
|
|
2196
|
-
"value": {
|
|
2197
|
-
"type": "Element | Element[]"
|
|
2198
|
-
}
|
|
2199
|
-
},
|
|
2200
|
-
{
|
|
2201
|
-
"name": "shiftPadding",
|
|
2202
|
-
"description": "The amount of padding, in pixels, to exceed before the shift behavior will occur.",
|
|
2203
|
-
"value": {
|
|
2204
|
-
"type": "number"
|
|
2205
|
-
}
|
|
2206
|
-
},
|
|
2207
|
-
{
|
|
2208
|
-
"name": "autoSize",
|
|
2209
|
-
"description": "When set, this will cause the popup to automatically resize itself to prevent it from overflowing.",
|
|
2210
|
-
"value": {
|
|
2211
|
-
"type": "'horizontal' | 'vertical' | 'both'"
|
|
2212
|
-
}
|
|
2213
|
-
},
|
|
2214
|
-
{
|
|
2215
|
-
"name": "sync",
|
|
2216
|
-
"description": "Syncs the popup's width or height to that of the anchor element.",
|
|
2217
|
-
"value": {
|
|
2218
|
-
"type": "'width' | 'height' | 'both'"
|
|
2219
|
-
}
|
|
2220
|
-
},
|
|
2221
|
-
{
|
|
2222
|
-
"name": "autoSizeBoundary",
|
|
2223
|
-
"description": "The auto-size boundary describes clipping element(s) that overflow will be checked relative to when resizing. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.",
|
|
2224
|
-
"value": {
|
|
2225
|
-
"type": "Element | Element[]"
|
|
2226
|
-
}
|
|
2227
|
-
},
|
|
2228
|
-
{
|
|
2229
|
-
"name": "autoSizePadding",
|
|
2230
|
-
"description": "The amount of padding, in pixels, to exceed before the auto-size behavior will occur.",
|
|
2231
|
-
"value": {
|
|
2232
|
-
"type": "number"
|
|
2233
|
-
}
|
|
2234
|
-
},
|
|
2235
|
-
{
|
|
2236
|
-
"name": "handleAnchorChange",
|
|
2237
|
-
"value": {}
|
|
2238
|
-
},
|
|
2239
|
-
{
|
|
2240
|
-
"name": "start",
|
|
2241
|
-
"value": {}
|
|
2242
|
-
},
|
|
2243
|
-
{
|
|
2244
|
-
"name": "stop",
|
|
2245
|
-
"value": {}
|
|
2246
|
-
},
|
|
2247
|
-
{
|
|
2248
|
-
"name": "reposition",
|
|
2249
|
-
"description": "Forces the popup to recalculate and reposition itself.",
|
|
2250
|
-
"value": {}
|
|
2251
|
-
}
|
|
2252
|
-
],
|
|
2253
|
-
"events": [
|
|
2254
|
-
{
|
|
2255
|
-
"name": "sd-reposition",
|
|
2256
|
-
"description": "Emitted when the popup is repositioned. This event can fire a lot, so avoid putting expensive operations in your listener or consider debouncing it."
|
|
2257
|
-
}
|
|
2258
|
-
]
|
|
2259
|
-
},
|
|
2260
|
-
"attributes": [
|
|
2261
|
-
{
|
|
2262
|
-
"name": "anchor",
|
|
2263
|
-
"description": "The element the popup will be anchored to. If the anchor lives outside of the popup, you can provide its `id` or a\nreference to it here. If the anchor lives inside the popup, use the `anchor` slot instead.",
|
|
2264
|
-
"value": {
|
|
2265
|
-
"type": "Element | string"
|
|
2266
|
-
}
|
|
2267
|
-
},
|
|
2268
|
-
{
|
|
2269
|
-
"name": "active",
|
|
2270
|
-
"description": "Activates the positioning logic and shows the popup. When this attribute is removed, the positioning logic is torn\ndown and the popup will be hidden.",
|
|
2271
|
-
"value": {
|
|
2272
|
-
"type": "boolean"
|
|
2273
|
-
}
|
|
2274
|
-
},
|
|
2275
|
-
{
|
|
2276
|
-
"name": "placement",
|
|
2277
|
-
"description": "The preferred placement of the popup. Note that the actual placement will vary as configured to keep the\npanel inside of the viewport.",
|
|
2278
|
-
"value": {
|
|
2279
|
-
"type": "| 'top'\n | 'top-start'\n | 'top-end'\n | 'bottom'\n | 'bottom-start'\n | 'bottom-end'\n | 'right'\n | 'right-start'\n | 'right-end'\n | 'left'\n | 'left-start'\n | 'left-end'"
|
|
2280
|
-
}
|
|
2281
|
-
},
|
|
2282
|
-
{
|
|
2283
|
-
"name": "strategy",
|
|
2284
|
-
"description": "Determines how the popup is positioned. The `absolute` strategy works well in most cases, but if\noverflow is clipped, using a `fixed` position strategy can often workaround it.",
|
|
2285
|
-
"value": {
|
|
2286
|
-
"type": "'absolute' | 'fixed'"
|
|
2287
|
-
}
|
|
2288
|
-
},
|
|
2289
|
-
{
|
|
2290
|
-
"name": "distance",
|
|
2291
|
-
"description": "The distance in pixels from which to offset the panel away from its anchor.",
|
|
2292
|
-
"value": {
|
|
2293
|
-
"type": "number"
|
|
2294
|
-
}
|
|
2295
|
-
},
|
|
2296
|
-
{
|
|
2297
|
-
"name": "skidding",
|
|
2298
|
-
"description": "The distance in pixels from which to offset the panel along its anchor.",
|
|
2299
|
-
"value": {
|
|
2300
|
-
"type": "number"
|
|
2301
|
-
}
|
|
2302
|
-
},
|
|
2303
|
-
{
|
|
2304
|
-
"name": "arrow",
|
|
2305
|
-
"description": "Attaches an arrow to the popup. The arrow's size and color can be customized using the `--arrow-size` and\n`--arrow-color` custom properties. For additional customizations, you can also target the arrow using\n`::part(arrow)` in your stylesheet.",
|
|
2306
|
-
"value": {
|
|
2307
|
-
"type": "boolean"
|
|
2308
|
-
}
|
|
2309
|
-
},
|
|
2310
|
-
{
|
|
2311
|
-
"name": "arrow-placement",
|
|
2312
|
-
"description": "The placement of the arrow. The default is `anchor`, which will align the arrow as close to the center of the\nanchor as possible, considering available space and `arrow-padding`. A value of `start`, `end`, or `center` will\nalign the arrow to the start, end, or center of the popover instead.",
|
|
2313
|
-
"value": {
|
|
2314
|
-
"type": "'start' | 'end' | 'center' | 'anchor'"
|
|
2315
|
-
}
|
|
2316
|
-
},
|
|
2317
|
-
{
|
|
2318
|
-
"name": "arrow-padding",
|
|
2319
|
-
"description": "The amount of padding between the arrow and the edges of the popup. If the popup has a border-radius, for example,\nthis will prevent it from overflowing the corners.",
|
|
2320
|
-
"value": {
|
|
2321
|
-
"type": "number"
|
|
2322
|
-
}
|
|
2323
|
-
},
|
|
2324
|
-
{
|
|
2325
|
-
"name": "flip",
|
|
2326
|
-
"description": "When set, placement of the popup will flip to the opposite site to keep it in view. You can use\n`flipFallbackPlacements` to further configure how the fallback placement is determined.",
|
|
2327
|
-
"value": {
|
|
2328
|
-
"type": "boolean"
|
|
2329
|
-
}
|
|
2330
|
-
},
|
|
2331
|
-
{
|
|
2332
|
-
"name": "flip-fallback-placements",
|
|
2333
|
-
"description": "If the preferred placement doesn't fit, popup will be tested in these fallback placements until one fits. Must be a\nstring of any number of placements separated by a space, e.g. \"top bottom left\". If no placement fits, the flip\nfallback strategy will be used instead.",
|
|
2334
|
-
"value": {
|
|
2335
|
-
"type": "string"
|
|
2336
|
-
}
|
|
2337
|
-
},
|
|
2338
|
-
{
|
|
2339
|
-
"name": "flip-fallback-strategy",
|
|
2340
|
-
"description": "When neither the preferred placement nor the fallback placements fit, this value will be used to determine whether\nthe popup should be positioned using the best available fit based on available space or as it was initially\npreferred.",
|
|
2341
|
-
"value": {
|
|
2342
|
-
"type": "'best-fit' | 'initial'"
|
|
2343
|
-
}
|
|
2344
|
-
},
|
|
2345
|
-
{
|
|
2346
|
-
"name": "flipBoundary",
|
|
2347
|
-
"description": "The flip boundary describes clipping element(s) that overflow will be checked relative to when flipping. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.",
|
|
2348
|
-
"value": {
|
|
2349
|
-
"type": "Element | Element[]"
|
|
2350
|
-
}
|
|
2351
|
-
},
|
|
2352
|
-
{
|
|
2353
|
-
"name": "flip-padding",
|
|
2354
|
-
"description": "The amount of padding, in pixels, to exceed before the flip behavior will occur.",
|
|
2355
|
-
"value": {
|
|
2356
|
-
"type": "number"
|
|
2357
|
-
}
|
|
2358
|
-
},
|
|
2359
|
-
{
|
|
2360
|
-
"name": "shift",
|
|
2361
|
-
"description": "Moves the popup along the axis to keep it in view when clipped.",
|
|
2362
|
-
"value": {
|
|
2363
|
-
"type": "boolean"
|
|
2364
|
-
}
|
|
2365
|
-
},
|
|
2366
|
-
{
|
|
2367
|
-
"name": "shiftBoundary",
|
|
2368
|
-
"description": "The shift boundary describes clipping element(s) that overflow will be checked relative to when shifting. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.",
|
|
2369
|
-
"value": {
|
|
2370
|
-
"type": "Element | Element[]"
|
|
2371
|
-
}
|
|
2372
|
-
},
|
|
2373
|
-
{
|
|
2374
|
-
"name": "shift-padding",
|
|
2375
|
-
"description": "The amount of padding, in pixels, to exceed before the shift behavior will occur.",
|
|
2376
|
-
"value": {
|
|
2377
|
-
"type": "number"
|
|
2378
|
-
}
|
|
2379
|
-
},
|
|
2380
|
-
{
|
|
2381
|
-
"name": "auto-size",
|
|
2382
|
-
"description": "When set, this will cause the popup to automatically resize itself to prevent it from overflowing.",
|
|
2383
|
-
"value": {
|
|
2384
|
-
"type": "'horizontal' | 'vertical' | 'both'"
|
|
2385
|
-
}
|
|
2386
|
-
},
|
|
2387
|
-
{
|
|
2388
|
-
"name": "sync",
|
|
2389
|
-
"description": "Syncs the popup's width or height to that of the anchor element.",
|
|
2390
|
-
"value": {
|
|
2391
|
-
"type": "'width' | 'height' | 'both'"
|
|
2392
|
-
}
|
|
2393
|
-
},
|
|
2394
|
-
{
|
|
2395
|
-
"name": "autoSizeBoundary",
|
|
2396
|
-
"description": "The auto-size boundary describes clipping element(s) that overflow will be checked relative to when resizing. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.",
|
|
2397
|
-
"value": {
|
|
2398
|
-
"type": "Element | Element[]"
|
|
2399
|
-
}
|
|
2400
|
-
},
|
|
2401
|
-
{
|
|
2402
|
-
"name": "auto-size-padding",
|
|
2403
|
-
"description": "The amount of padding, in pixels, to exceed before the auto-size behavior will occur.",
|
|
2404
|
-
"value": {
|
|
2405
|
-
"type": "number"
|
|
2406
|
-
}
|
|
2407
|
-
}
|
|
2408
|
-
]
|
|
2409
|
-
},
|
|
2410
|
-
{
|
|
2411
|
-
"name": "sd-radio-group",
|
|
2412
|
-
"description": "",
|
|
2413
|
-
"doc-url": "https://solid.union-investment.com/[storybook-link]/radio-group",
|
|
2414
|
-
"js": {
|
|
2415
|
-
"properties": [
|
|
2416
|
-
{
|
|
2417
|
-
"name": "dependencies",
|
|
2418
|
-
"value": {
|
|
2419
|
-
"type": "object"
|
|
2420
|
-
}
|
|
2421
|
-
},
|
|
2422
|
-
{
|
|
2423
|
-
"name": "formControlController",
|
|
2424
|
-
"value": {}
|
|
2425
|
-
},
|
|
2426
|
-
{
|
|
2427
|
-
"name": "hasSlotController",
|
|
2428
|
-
"value": {}
|
|
2429
|
-
},
|
|
2430
|
-
{
|
|
2431
|
-
"name": "customValidityMessage",
|
|
2432
|
-
"value": {
|
|
2433
|
-
"type": "string"
|
|
2434
|
-
}
|
|
2435
|
-
},
|
|
2436
|
-
{
|
|
2437
|
-
"name": "validationTimeout",
|
|
2438
|
-
"value": {
|
|
2439
|
-
"type": "number"
|
|
2440
|
-
}
|
|
2441
|
-
},
|
|
2442
|
-
{
|
|
2443
|
-
"name": "hasButtonGroup",
|
|
2444
|
-
"value": {
|
|
2445
|
-
"type": "boolean"
|
|
2446
|
-
}
|
|
2447
|
-
},
|
|
2448
|
-
{
|
|
2449
|
-
"name": "defaultValue",
|
|
2450
|
-
"value": {
|
|
2451
|
-
"type": "string"
|
|
2452
|
-
}
|
|
2453
|
-
},
|
|
2454
|
-
{
|
|
2455
|
-
"name": "invalid",
|
|
2456
|
-
"description": "A Boolean attribute which, if present, marks the radio valid or invalid. Please note that 'invalid' can only be used in conjunction with 'this.required'.",
|
|
2457
|
-
"value": {
|
|
2458
|
-
"type": "boolean"
|
|
2459
|
-
}
|
|
2460
|
-
},
|
|
2461
|
-
{
|
|
2462
|
-
"name": "errorText",
|
|
2463
|
-
"description": "The radio groups's error text. Use to display an error message below the component. Please note that 'error-text' can only be used in conjunction with 'this.required' and 'this.invalid'.",
|
|
2464
|
-
"value": {
|
|
2465
|
-
"type": "string"
|
|
2466
|
-
}
|
|
2467
|
-
},
|
|
2468
|
-
{
|
|
2469
|
-
"name": "label",
|
|
2470
|
-
"description": "The radio group's label. Required for proper accessibility. If you need to display HTML, use the `label` slot\ninstead.",
|
|
2471
|
-
"value": {
|
|
2472
|
-
"type": "string"
|
|
2473
|
-
}
|
|
2474
|
-
},
|
|
2475
|
-
{
|
|
2476
|
-
"name": "name",
|
|
2477
|
-
"description": "The name of the radio group, submitted as a name/value pair with form data.",
|
|
2478
|
-
"value": {
|
|
2479
|
-
"type": "string"
|
|
2480
|
-
}
|
|
2481
|
-
},
|
|
2482
|
-
{
|
|
2483
|
-
"name": "value",
|
|
2484
|
-
"description": "The current value of the radio group, submitted as a name/value pair with form data.",
|
|
2485
|
-
"value": {
|
|
2486
|
-
"type": "string"
|
|
2487
|
-
}
|
|
2488
|
-
},
|
|
2489
|
-
{
|
|
2490
|
-
"name": "size",
|
|
2491
|
-
"description": "The radio group's size. This size will be applied to the label, all child radios and radio buttons.",
|
|
2492
|
-
"value": {
|
|
2493
|
-
"type": "'lg' | 'sm'"
|
|
2494
|
-
}
|
|
2495
|
-
},
|
|
2496
|
-
{
|
|
2497
|
-
"name": "form",
|
|
2498
|
-
"description": "By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside of a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.",
|
|
2499
|
-
"value": {
|
|
2500
|
-
"type": "string"
|
|
2501
|
-
}
|
|
2502
|
-
},
|
|
2503
|
-
{
|
|
2504
|
-
"name": "required",
|
|
2505
|
-
"description": "Ensures a child radio is checked before allowing the containing form to submit.",
|
|
2506
|
-
"value": {
|
|
2507
|
-
"type": "boolean"
|
|
2508
|
-
}
|
|
2509
|
-
},
|
|
2510
|
-
{
|
|
2511
|
-
"name": "orientation",
|
|
2512
|
-
"description": "The orientation property determines the alignment of the component's content or elements. It accepts two possible\nvalues: 'horizontal' and 'vertical'. The default value is 'vertical'.\nThis property allows you to control the visual layout and arrangement of elements within the component, providing\nflexibility in how the component is displayed based on your specific design needs.",
|
|
2513
|
-
"value": {
|
|
2514
|
-
"type": "'horizontal' | 'vertical'"
|
|
2515
|
-
}
|
|
2516
|
-
},
|
|
2517
|
-
{
|
|
2518
|
-
"name": "validity",
|
|
2519
|
-
"description": "Gets the validity state object",
|
|
2520
|
-
"value": {}
|
|
2521
|
-
},
|
|
2522
|
-
{
|
|
2523
|
-
"name": "validationMessage",
|
|
2524
|
-
"description": "Gets the validation message",
|
|
2525
|
-
"value": {}
|
|
2526
|
-
},
|
|
2527
|
-
{
|
|
2528
|
-
"name": "getAllRadios",
|
|
2529
|
-
"value": {}
|
|
2530
|
-
},
|
|
2531
|
-
{
|
|
2532
|
-
"name": "handleRadioClick",
|
|
2533
|
-
"value": {}
|
|
2534
|
-
},
|
|
2535
|
-
{
|
|
2536
|
-
"name": "handleKeyDown",
|
|
2537
|
-
"value": {}
|
|
2538
|
-
},
|
|
2539
|
-
{
|
|
2540
|
-
"name": "handleLabelClick",
|
|
2541
|
-
"value": {}
|
|
2542
|
-
},
|
|
2543
|
-
{
|
|
2544
|
-
"name": "handleInvalid",
|
|
2545
|
-
"value": {}
|
|
2546
|
-
},
|
|
2547
|
-
{
|
|
2548
|
-
"name": "syncRadioElements",
|
|
2549
|
-
"value": {}
|
|
2550
|
-
},
|
|
2551
|
-
{
|
|
2552
|
-
"name": "syncRadios",
|
|
2553
|
-
"value": {}
|
|
2554
|
-
},
|
|
2555
|
-
{
|
|
2556
|
-
"name": "updateCheckedRadio",
|
|
2557
|
-
"value": {}
|
|
2558
|
-
},
|
|
2559
|
-
{
|
|
2560
|
-
"name": "handleSizeChange",
|
|
2561
|
-
"value": {}
|
|
2562
|
-
},
|
|
2563
|
-
{
|
|
2564
|
-
"name": "handleInvalidChange",
|
|
2565
|
-
"value": {}
|
|
2566
|
-
},
|
|
2567
|
-
{
|
|
2568
|
-
"name": "handleValueChange",
|
|
2569
|
-
"value": {}
|
|
2570
|
-
},
|
|
2571
|
-
{
|
|
2572
|
-
"name": "checkValidity",
|
|
2573
|
-
"description": "Checks for validity but does not show a validation message. Returns `true` when valid and `false` when invalid.",
|
|
2574
|
-
"value": {}
|
|
2575
|
-
},
|
|
2576
|
-
{
|
|
2577
|
-
"name": "getForm",
|
|
2578
|
-
"description": "Gets the associated form, if one exists.",
|
|
2579
|
-
"value": {}
|
|
2580
|
-
},
|
|
2581
|
-
{
|
|
2582
|
-
"name": "reportValidity",
|
|
2583
|
-
"description": "Checks for validity and shows the browser's validation message if the control is invalid.",
|
|
2584
|
-
"value": {}
|
|
2585
|
-
},
|
|
2586
|
-
{
|
|
2587
|
-
"name": "setCustomValidity",
|
|
2588
|
-
"description": "Sets a custom validation message. Pass an empty string to restore validity.",
|
|
2589
|
-
"value": {}
|
|
2590
|
-
}
|
|
2591
|
-
],
|
|
2592
|
-
"events": [
|
|
2593
|
-
{
|
|
2594
|
-
"name": "sd-change",
|
|
2595
|
-
"description": "Emitted when the radio group's selected value changes."
|
|
2596
|
-
},
|
|
2597
|
-
{
|
|
2598
|
-
"name": "sd-input",
|
|
2599
|
-
"description": "Emitted when the radio group receives user input."
|
|
2600
|
-
},
|
|
2601
|
-
{
|
|
2602
|
-
"name": "sd-invalid",
|
|
2603
|
-
"description": "Emitted when the form control has been checked for validity and its constraints aren't satisfied."
|
|
2604
|
-
}
|
|
2605
|
-
]
|
|
2606
|
-
},
|
|
2607
|
-
"attributes": [
|
|
2608
|
-
{
|
|
2609
|
-
"name": "label",
|
|
2610
|
-
"description": "The radio group's label. Required for proper accessibility. If you need to display HTML, use the `label` slot\ninstead.",
|
|
2611
|
-
"value": {
|
|
2612
|
-
"type": "string"
|
|
2613
|
-
}
|
|
2614
|
-
},
|
|
2615
|
-
{
|
|
2616
|
-
"name": "name",
|
|
2617
|
-
"description": "The name of the radio group, submitted as a name/value pair with form data.",
|
|
2618
|
-
"value": {
|
|
2619
|
-
"type": "string"
|
|
2620
|
-
}
|
|
2621
|
-
},
|
|
2622
|
-
{
|
|
2623
|
-
"name": "value",
|
|
2624
|
-
"description": "The current value of the radio group, submitted as a name/value pair with form data.",
|
|
2625
|
-
"value": {
|
|
2626
|
-
"type": "string"
|
|
2627
|
-
}
|
|
2628
|
-
},
|
|
2629
|
-
{
|
|
2630
|
-
"name": "size",
|
|
2631
|
-
"description": "The radio group's size. This size will be applied to the label, all child radios and radio buttons.",
|
|
2632
|
-
"value": {
|
|
2633
|
-
"type": "'lg' | 'sm'"
|
|
2634
|
-
}
|
|
2635
|
-
},
|
|
2636
|
-
{
|
|
2637
|
-
"name": "form",
|
|
2638
|
-
"description": "By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside of a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.",
|
|
2639
|
-
"value": {
|
|
2640
|
-
"type": "string"
|
|
2641
|
-
}
|
|
2642
|
-
},
|
|
2643
|
-
{
|
|
2644
|
-
"name": "required",
|
|
2645
|
-
"description": "Ensures a child radio is checked before allowing the containing form to submit.",
|
|
2646
|
-
"value": {
|
|
2647
|
-
"type": "boolean"
|
|
2648
|
-
}
|
|
2649
|
-
},
|
|
2650
|
-
{
|
|
2651
|
-
"name": "orientation",
|
|
2652
|
-
"description": "The orientation property determines the alignment of the component's content or elements. It accepts two possible\nvalues: 'horizontal' and 'vertical'. The default value is 'vertical'.\nThis property allows you to control the visual layout and arrangement of elements within the component, providing\nflexibility in how the component is displayed based on your specific design needs.",
|
|
2653
|
-
"value": {
|
|
2654
|
-
"type": "'horizontal' | 'vertical'"
|
|
2655
|
-
}
|
|
2656
|
-
}
|
|
2657
|
-
]
|
|
2658
|
-
},
|
|
2659
|
-
{
|
|
2660
|
-
"name": "sd-radio",
|
|
2661
|
-
"description": "",
|
|
2662
|
-
"doc-url": "https://solid.union-investment.com/[storybook-link]/radio",
|
|
2663
|
-
"js": {
|
|
2664
|
-
"properties": [
|
|
2665
|
-
{
|
|
2666
|
-
"name": "checked",
|
|
2667
|
-
"description": "A Boolean attribute which, if present, indicates that this radio button is the default check one in the group.",
|
|
2668
|
-
"value": {
|
|
2669
|
-
"type": "boolean"
|
|
2670
|
-
}
|
|
2671
|
-
},
|
|
2672
|
-
{
|
|
2673
|
-
"name": "hasFocus",
|
|
2674
|
-
"value": {
|
|
2675
|
-
"type": "boolean"
|
|
2676
|
-
}
|
|
2677
|
-
},
|
|
2678
|
-
{
|
|
2679
|
-
"name": "size",
|
|
2680
|
-
"description": "The radio's size.",
|
|
2681
|
-
"value": {
|
|
2682
|
-
"type": "'lg' | 'sm'"
|
|
2683
|
-
}
|
|
2684
|
-
},
|
|
2685
|
-
{
|
|
2686
|
-
"name": "invalid",
|
|
2687
|
-
"description": "A Boolean attribute which, if present, marks the radio Button valid or invalid",
|
|
2688
|
-
"value": {
|
|
2689
|
-
"type": "boolean"
|
|
2690
|
-
}
|
|
2691
|
-
},
|
|
2692
|
-
{
|
|
2693
|
-
"name": "disabled",
|
|
2694
|
-
"description": "A Boolean attribute which, if present, disables the radio.",
|
|
2695
|
-
"value": {
|
|
2696
|
-
"type": "boolean"
|
|
2697
|
-
}
|
|
2698
|
-
},
|
|
2699
|
-
{
|
|
2700
|
-
"name": "value",
|
|
2701
|
-
"description": "The radio's value. When selected, the radio group will receive this value.",
|
|
2702
|
-
"value": {
|
|
2703
|
-
"type": "string"
|
|
2704
|
-
}
|
|
2705
|
-
},
|
|
2706
|
-
{
|
|
2707
|
-
"name": "addEventListeners",
|
|
2708
|
-
"value": {}
|
|
2709
|
-
},
|
|
2710
|
-
{
|
|
2711
|
-
"name": "removeEventListeners",
|
|
2712
|
-
"value": {}
|
|
2713
|
-
},
|
|
2714
|
-
{
|
|
2715
|
-
"name": "handleBlur",
|
|
2716
|
-
"value": {}
|
|
2717
|
-
},
|
|
2718
|
-
{
|
|
2719
|
-
"name": "handleClick",
|
|
2720
|
-
"value": {}
|
|
2721
|
-
},
|
|
2722
|
-
{
|
|
2723
|
-
"name": "handleFocus",
|
|
2724
|
-
"value": {}
|
|
2725
|
-
},
|
|
2726
|
-
{
|
|
2727
|
-
"name": "setInitialAttributes",
|
|
2728
|
-
"value": {}
|
|
2729
|
-
},
|
|
2730
|
-
{
|
|
2731
|
-
"name": "handleCheckedChange",
|
|
2732
|
-
"value": {}
|
|
2733
|
-
},
|
|
2734
|
-
{
|
|
2735
|
-
"name": "handleDisabledChange",
|
|
2736
|
-
"value": {}
|
|
2737
|
-
}
|
|
2738
|
-
],
|
|
2739
|
-
"events": [
|
|
2740
|
-
{
|
|
2741
|
-
"name": "sd-blur",
|
|
2742
|
-
"description": "Emitted when the control loses focus."
|
|
2743
|
-
},
|
|
2744
|
-
{
|
|
2745
|
-
"name": "sd-focus",
|
|
2746
|
-
"description": "Emitted when the control gains focus."
|
|
2747
|
-
}
|
|
2748
|
-
]
|
|
2749
|
-
},
|
|
2750
|
-
"attributes": [
|
|
2751
|
-
{
|
|
2752
|
-
"name": "size",
|
|
2753
|
-
"description": "The radio's size.",
|
|
2754
|
-
"value": {
|
|
2755
|
-
"type": "'lg' | 'sm'"
|
|
2756
|
-
}
|
|
2757
|
-
},
|
|
2758
|
-
{
|
|
2759
|
-
"name": "invalid",
|
|
2760
|
-
"description": "A Boolean attribute which, if present, marks the radio Button valid or invalid",
|
|
2761
|
-
"value": {
|
|
2762
|
-
"type": "boolean"
|
|
2763
|
-
}
|
|
2764
|
-
},
|
|
2765
|
-
{
|
|
2766
|
-
"name": "disabled",
|
|
2767
|
-
"description": "A Boolean attribute which, if present, disables the radio.",
|
|
2768
|
-
"value": {
|
|
2769
|
-
"type": "boolean"
|
|
2770
|
-
}
|
|
2771
|
-
},
|
|
2772
|
-
{
|
|
2773
|
-
"name": "value",
|
|
2774
|
-
"description": "The radio's value. When selected, the radio group will receive this value.",
|
|
2775
|
-
"value": {
|
|
2776
|
-
"type": "string"
|
|
2777
|
-
}
|
|
2778
|
-
}
|
|
2779
|
-
]
|
|
2780
|
-
},
|
|
2781
|
-
{
|
|
2782
|
-
"name": "sd-spinner",
|
|
2783
|
-
"description": "",
|
|
2784
|
-
"doc-url": "https://solid.union-investment.com/[storybook-link]/spinner",
|
|
2785
|
-
"js": {
|
|
2786
|
-
"properties": [
|
|
2787
|
-
{
|
|
2788
|
-
"name": "color",
|
|
2789
|
-
"description": "The color color of the spinner.",
|
|
2790
|
-
"value": {
|
|
2791
|
-
"type": "'primary' | 'white' | 'currentColor'"
|
|
2792
|
-
}
|
|
2793
|
-
},
|
|
2794
|
-
{
|
|
2795
|
-
"name": "localize",
|
|
2796
|
-
"value": {}
|
|
2797
|
-
}
|
|
2798
|
-
],
|
|
2799
|
-
"events": []
|
|
2800
|
-
},
|
|
2801
|
-
"attributes": [
|
|
2802
|
-
{
|
|
2803
|
-
"name": "color",
|
|
2804
|
-
"description": "The color color of the spinner.",
|
|
2805
|
-
"value": {
|
|
2806
|
-
"type": "'primary' | 'white' | 'currentColor'"
|
|
2807
|
-
}
|
|
2808
|
-
}
|
|
2809
|
-
]
|
|
2810
|
-
},
|
|
2811
|
-
{
|
|
2812
|
-
"name": "sd-tag",
|
|
2813
|
-
"description": "",
|
|
2814
|
-
"doc-url": "https://solid.union-investment.com/[storybook-link]/tag",
|
|
2815
|
-
"js": {
|
|
2816
|
-
"properties": [
|
|
2817
|
-
{
|
|
2818
|
-
"name": "size",
|
|
2819
|
-
"description": "The tag's size.",
|
|
2820
|
-
"value": {
|
|
2821
|
-
"type": "'lg' | 'sm'"
|
|
2822
|
-
}
|
|
2823
|
-
},
|
|
2824
|
-
{
|
|
2825
|
-
"name": "selected",
|
|
2826
|
-
"description": "Displays the tag in a selected state.",
|
|
2827
|
-
"value": {
|
|
2828
|
-
"type": "boolean"
|
|
2829
|
-
}
|
|
2830
|
-
},
|
|
2831
|
-
{
|
|
2832
|
-
"name": "removable",
|
|
2833
|
-
"description": "Displays the tag with a removability indicator.",
|
|
2834
|
-
"value": {
|
|
2835
|
-
"type": "boolean"
|
|
2836
|
-
}
|
|
2837
|
-
},
|
|
2838
|
-
{
|
|
2839
|
-
"name": "disabled",
|
|
2840
|
-
"description": "Displays the tag in a disabled state.",
|
|
2841
|
-
"value": {
|
|
2842
|
-
"type": "boolean"
|
|
2843
|
-
}
|
|
2844
|
-
},
|
|
2845
|
-
{
|
|
2846
|
-
"name": "href",
|
|
2847
|
-
"description": "When set, the underlying button will be rendered as an `<a>` with this `href` instead of a `<button>`.",
|
|
2848
|
-
"value": {
|
|
2849
|
-
"type": "string"
|
|
2850
|
-
}
|
|
2851
|
-
},
|
|
2852
|
-
{
|
|
2853
|
-
"name": "target",
|
|
2854
|
-
"description": "Tells the browser where to open the link. Only used when `href` is present.",
|
|
2855
|
-
"value": {
|
|
2856
|
-
"type": "'_blank' | '_parent' | '_self' | '_top'"
|
|
2857
|
-
}
|
|
2858
|
-
},
|
|
2859
|
-
{
|
|
2860
|
-
"name": "download",
|
|
2861
|
-
"description": "Tells the browser to download the linked file as this filename. Only used when `href` is present.",
|
|
2862
|
-
"value": {
|
|
2863
|
-
"type": "string | undefined"
|
|
2864
|
-
}
|
|
2865
|
-
},
|
|
2866
|
-
{
|
|
2867
|
-
"name": "handleBlur",
|
|
2868
|
-
"value": {}
|
|
2869
|
-
},
|
|
2870
|
-
{
|
|
2871
|
-
"name": "handleFocus",
|
|
2872
|
-
"value": {}
|
|
2873
|
-
},
|
|
2874
|
-
{
|
|
2875
|
-
"name": "isLink",
|
|
2876
|
-
"value": {}
|
|
2877
|
-
},
|
|
2878
|
-
{
|
|
2879
|
-
"name": "click",
|
|
2880
|
-
"description": "Simulates a click on the tag.",
|
|
2881
|
-
"value": {}
|
|
2882
|
-
},
|
|
2883
|
-
{
|
|
2884
|
-
"name": "focus",
|
|
2885
|
-
"description": "Sets focus on the tag.",
|
|
2886
|
-
"value": {}
|
|
2887
|
-
},
|
|
2888
|
-
{
|
|
2889
|
-
"name": "blur",
|
|
2890
|
-
"description": "Removes focus from the tag.",
|
|
2891
|
-
"value": {}
|
|
2892
|
-
}
|
|
2893
|
-
],
|
|
2894
|
-
"events": [
|
|
2895
|
-
{
|
|
2896
|
-
"name": "sd-blur",
|
|
2897
|
-
"description": "Emitted when the tag loses focus."
|
|
2898
|
-
},
|
|
2899
|
-
{
|
|
2900
|
-
"name": "sd-focus",
|
|
2901
|
-
"description": "Emitted when the tag gains focus."
|
|
2902
|
-
}
|
|
2903
|
-
]
|
|
2904
|
-
},
|
|
2905
|
-
"attributes": [
|
|
2906
|
-
{
|
|
2907
|
-
"name": "size",
|
|
2908
|
-
"description": "The tag's size.",
|
|
2909
|
-
"value": {
|
|
2910
|
-
"type": "'lg' | 'sm'"
|
|
2911
|
-
}
|
|
2912
|
-
},
|
|
2913
|
-
{
|
|
2914
|
-
"name": "selected",
|
|
2915
|
-
"description": "Displays the tag in a selected state.",
|
|
2916
|
-
"value": {
|
|
2917
|
-
"type": "boolean"
|
|
2918
|
-
}
|
|
2919
|
-
},
|
|
2920
|
-
{
|
|
2921
|
-
"name": "removable",
|
|
2922
|
-
"description": "Displays the tag with a removability indicator.",
|
|
2923
|
-
"value": {
|
|
2924
|
-
"type": "boolean"
|
|
2925
|
-
}
|
|
2926
|
-
},
|
|
2927
|
-
{
|
|
2928
|
-
"name": "disabled",
|
|
2929
|
-
"description": "Displays the tag in a disabled state.",
|
|
2930
|
-
"value": {
|
|
2931
|
-
"type": "boolean"
|
|
2932
|
-
}
|
|
2933
|
-
},
|
|
2934
|
-
{
|
|
2935
|
-
"name": "href",
|
|
2936
|
-
"description": "When set, the underlying button will be rendered as an `<a>` with this `href` instead of a `<button>`.",
|
|
2937
|
-
"value": {
|
|
2938
|
-
"type": "string"
|
|
2939
|
-
}
|
|
2940
|
-
},
|
|
2941
|
-
{
|
|
2942
|
-
"name": "target",
|
|
2943
|
-
"description": "Tells the browser where to open the link. Only used when `href` is present.",
|
|
2944
|
-
"value": {
|
|
2945
|
-
"type": "'_blank' | '_parent' | '_self' | '_top'"
|
|
2946
|
-
}
|
|
2947
|
-
},
|
|
2948
|
-
{
|
|
2949
|
-
"name": "download",
|
|
2950
|
-
"description": "Tells the browser to download the linked file as this filename. Only used when `href` is present.",
|
|
2951
|
-
"value": {
|
|
2952
|
-
"type": "string | undefined"
|
|
2953
|
-
}
|
|
2954
|
-
}
|
|
2955
|
-
]
|
|
2956
|
-
},
|
|
2957
|
-
{
|
|
2958
|
-
"name": "sd-teaser",
|
|
2959
|
-
"description": "",
|
|
2960
|
-
"doc-url": "https://solid.union-investment.com/[storybook-link]/teaser",
|
|
2961
|
-
"js": {
|
|
2962
|
-
"properties": [
|
|
2963
|
-
{
|
|
2964
|
-
"name": "variant",
|
|
2965
|
-
"value": {
|
|
2966
|
-
"type": "'white' | 'white border-neutral-300' | 'neutral-100' | 'primary' | 'primary-100'"
|
|
2967
|
-
}
|
|
2968
|
-
},
|
|
2969
|
-
{
|
|
2970
|
-
"name": "breakpoint",
|
|
2971
|
-
"description": "Breakpoint where the teaser switches from `vertical` to `horizontal`. `0` is always `horizontal`, `9999` is always `vertical`.",
|
|
2972
|
-
"value": {
|
|
2973
|
-
"type": "number"
|
|
2974
|
-
}
|
|
2975
|
-
},
|
|
2976
|
-
{
|
|
2977
|
-
"name": "inset",
|
|
2978
|
-
"description": "The teaser's inner padding. This is always set in `white border-neutral-300`.",
|
|
2979
|
-
"value": {
|
|
2980
|
-
"type": "boolean"
|
|
2981
|
-
}
|
|
2982
|
-
},
|
|
2983
|
-
{
|
|
2984
|
-
"name": "_orientation",
|
|
2985
|
-
"value": {
|
|
2986
|
-
"type": "'vertical' | 'horizontal'"
|
|
2987
|
-
}
|
|
2988
|
-
},
|
|
2989
|
-
{
|
|
2990
|
-
"name": "hasSlotController",
|
|
2991
|
-
"value": {}
|
|
2992
|
-
},
|
|
2993
|
-
{
|
|
2994
|
-
"name": "resizeObserver",
|
|
2995
|
-
"value": {
|
|
2996
|
-
"type": "ResizeObserver"
|
|
2997
|
-
}
|
|
2998
|
-
},
|
|
2999
|
-
{
|
|
3000
|
-
"name": "updateOrientation",
|
|
3001
|
-
"value": {}
|
|
3002
|
-
}
|
|
3003
|
-
],
|
|
3004
|
-
"events": []
|
|
3005
|
-
},
|
|
3006
|
-
"attributes": [
|
|
3007
|
-
{
|
|
3008
|
-
"name": "variant",
|
|
3009
|
-
"value": {
|
|
3010
|
-
"type": "'white' | 'white border-neutral-300' | 'neutral-100' | 'primary' | 'primary-100'"
|
|
3011
|
-
}
|
|
3012
|
-
},
|
|
3013
|
-
{
|
|
3014
|
-
"name": "breakpoint",
|
|
3015
|
-
"description": "Breakpoint where the teaser switches from `vertical` to `horizontal`. `0` is always `horizontal`, `9999` is always `vertical`.",
|
|
3016
|
-
"value": {
|
|
3017
|
-
"type": "number"
|
|
3018
|
-
}
|
|
3019
|
-
},
|
|
3020
|
-
{
|
|
3021
|
-
"name": "inset",
|
|
3022
|
-
"description": "The teaser's inner padding. This is always set in `white border-neutral-300`.",
|
|
3023
|
-
"value": {
|
|
3024
|
-
"type": "boolean"
|
|
3025
|
-
}
|
|
3026
|
-
}
|
|
3027
|
-
]
|
|
3028
|
-
},
|
|
3029
|
-
{
|
|
3030
|
-
"name": "sd-video",
|
|
3031
|
-
"description": "",
|
|
3032
|
-
"doc-url": "https://solid.union-investment.com/[storybook-link]/video",
|
|
3033
|
-
"js": {
|
|
3034
|
-
"properties": [
|
|
3035
|
-
{
|
|
3036
|
-
"name": "playing",
|
|
3037
|
-
"description": "Set to `true` to hide the play icon and the overlay.",
|
|
3038
|
-
"value": {
|
|
3039
|
-
"type": "boolean"
|
|
3040
|
-
}
|
|
3041
|
-
},
|
|
3042
|
-
{
|
|
3043
|
-
"name": "overlay",
|
|
3044
|
-
"description": "Set to `true` to show a dark overlay. Only used when `playing` is `false`.",
|
|
3045
|
-
"value": {
|
|
3046
|
-
"type": "boolean"
|
|
3047
|
-
}
|
|
3048
|
-
},
|
|
3049
|
-
{
|
|
3050
|
-
"name": "isBelowBreakpoint",
|
|
3051
|
-
"description": "Reactive property to trigger breakpoint re-renders.",
|
|
3052
|
-
"value": {
|
|
3053
|
-
"type": "boolean"
|
|
3054
|
-
}
|
|
3055
|
-
},
|
|
3056
|
-
{
|
|
3057
|
-
"name": "resizeObserver",
|
|
3058
|
-
"value": {
|
|
3059
|
-
"type": "ResizeObserver"
|
|
3060
|
-
}
|
|
3061
|
-
},
|
|
3062
|
-
{
|
|
3063
|
-
"name": "hasSlotController",
|
|
3064
|
-
"value": {}
|
|
3065
|
-
},
|
|
3066
|
-
{
|
|
3067
|
-
"name": "poster",
|
|
3068
|
-
"description": "Getter for optional poster slot.",
|
|
3069
|
-
"value": {
|
|
3070
|
-
"type": "Element | null"
|
|
3071
|
-
}
|
|
3072
|
-
},
|
|
3073
|
-
{
|
|
3074
|
-
"name": "fadeoutPoster",
|
|
3075
|
-
"description": "Fade out poster after initial play.",
|
|
3076
|
-
"value": {}
|
|
3077
|
-
},
|
|
3078
|
-
{
|
|
3079
|
-
"name": "hidePoster",
|
|
3080
|
-
"description": "Hide poster after initial play & fadeout.",
|
|
3081
|
-
"value": {}
|
|
3082
|
-
},
|
|
3083
|
-
{
|
|
3084
|
-
"name": "play",
|
|
3085
|
-
"description": "Utility function to group play behaviors.",
|
|
3086
|
-
"value": {}
|
|
3087
|
-
},
|
|
3088
|
-
{
|
|
3089
|
-
"name": "handleKeydown",
|
|
3090
|
-
"description": "Restrict keydown control to enter and space bar to mimic the native video tag behavior. If a KeyboardEvent is used, refocus on the native video element to give the user seamless keyboard control.",
|
|
3091
|
-
"value": {}
|
|
3092
|
-
},
|
|
3093
|
-
{
|
|
3094
|
-
"name": "handleButtonResize",
|
|
3095
|
-
"description": "Resize the play-button-bg when passing host element width breakpoint 414px.",
|
|
3096
|
-
"value": {}
|
|
3097
|
-
}
|
|
3098
|
-
],
|
|
3099
|
-
"events": [
|
|
3100
|
-
{
|
|
3101
|
-
"name": "sd-play",
|
|
3102
|
-
"description": "Event emitted when clicking the `play-icon`. Listen for this event and use it to play the wrapped video."
|
|
3103
|
-
}
|
|
3104
|
-
]
|
|
3105
|
-
},
|
|
3106
|
-
"attributes": [
|
|
3107
|
-
{
|
|
3108
|
-
"name": "playing",
|
|
3109
|
-
"description": "Set to `true` to hide the play icon and the overlay.",
|
|
3110
|
-
"value": {
|
|
3111
|
-
"type": "boolean"
|
|
3112
|
-
}
|
|
3113
|
-
},
|
|
3114
|
-
{
|
|
3115
|
-
"name": "overlay",
|
|
3116
|
-
"description": "Set to `true` to show a dark overlay. Only used when `playing` is `false`.",
|
|
3117
|
-
"value": {
|
|
3118
|
-
"type": "boolean"
|
|
3119
|
-
}
|
|
3120
|
-
},
|
|
3121
|
-
{
|
|
3122
|
-
"name": "isBelowBreakpoint",
|
|
3123
|
-
"description": "Reactive property to trigger breakpoint re-renders.",
|
|
3124
|
-
"value": {
|
|
3125
|
-
"type": "boolean"
|
|
3126
|
-
}
|
|
3127
|
-
}
|
|
3128
|
-
]
|
|
3129
|
-
},
|
|
3130
|
-
{
|
|
3131
|
-
"name": "sd-1-21-0-accordion-group",
|
|
3132
|
-
"description": "",
|
|
3133
|
-
"doc-url": "https://solid.union-investment.com/[storybook-link]/accordion-group",
|
|
3134
|
-
"js": {
|
|
3135
|
-
"properties": [
|
|
3136
|
-
{
|
|
3137
|
-
"name": "closeOthers",
|
|
3138
|
-
"description": "Closes other accordions.",
|
|
3139
|
-
"value": {
|
|
3140
|
-
"type": "boolean"
|
|
3141
|
-
}
|
|
3142
|
-
},
|
|
3143
|
-
{
|
|
3144
|
-
"name": "handleAccordionShow",
|
|
3145
|
-
"value": {}
|
|
3146
|
-
}
|
|
3147
|
-
],
|
|
3148
|
-
"events": []
|
|
3149
|
-
},
|
|
3150
|
-
"attributes": [
|
|
3151
|
-
{
|
|
3152
|
-
"name": "close-others",
|
|
3153
|
-
"description": "Closes other accordions.",
|
|
3154
|
-
"value": {
|
|
3155
|
-
"type": "boolean"
|
|
3156
|
-
}
|
|
3157
|
-
}
|
|
3158
|
-
]
|
|
3159
|
-
},
|
|
3160
|
-
{
|
|
3161
|
-
"name": "sd-1-21-0-accordion",
|
|
3162
|
-
"description": "",
|
|
3163
|
-
"doc-url": "https://solid.union-investment.com/[storybook-link]/accordion",
|
|
3164
|
-
"js": {
|
|
3165
|
-
"properties": [
|
|
3166
|
-
{
|
|
3167
|
-
"name": "localize",
|
|
3168
|
-
"value": {}
|
|
3169
|
-
},
|
|
3170
|
-
{
|
|
3171
|
-
"name": "open",
|
|
3172
|
-
"description": "Indicates whether or not the accordion is open. You can toggle this attribute to show and hide the accordion, or you\ncan use the `show()` and `hide()` methods and this attribute will reflect the accordion' open state.",
|
|
3173
|
-
"value": {
|
|
3174
|
-
"type": "boolean"
|
|
3175
|
-
}
|
|
3176
|
-
},
|
|
3177
|
-
{
|
|
3178
|
-
"name": "summary",
|
|
3179
|
-
"description": "The summary to show in the header. If you need to display HTML, use the `summary` slot instead.",
|
|
3180
|
-
"value": {
|
|
3181
|
-
"type": "string"
|
|
3182
|
-
}
|
|
3183
|
-
},
|
|
3184
|
-
{
|
|
3185
|
-
"name": "handleSummaryClick",
|
|
3186
|
-
"value": {}
|
|
3187
|
-
},
|
|
3188
|
-
{
|
|
3189
|
-
"name": "handleSummaryKeyDown",
|
|
3190
|
-
"value": {}
|
|
3191
|
-
},
|
|
3192
|
-
{
|
|
3193
|
-
"name": "handleOpenChange",
|
|
3194
|
-
"value": {}
|
|
3195
|
-
},
|
|
3196
|
-
{
|
|
3197
|
-
"name": "show",
|
|
3198
|
-
"description": "Shows the accordion.",
|
|
3199
|
-
"value": {}
|
|
3200
|
-
},
|
|
3201
|
-
{
|
|
3202
|
-
"name": "hide",
|
|
3203
|
-
"description": "Hides the accordion",
|
|
3204
|
-
"value": {}
|
|
3205
|
-
}
|
|
3206
|
-
],
|
|
3207
|
-
"events": [
|
|
3208
|
-
{
|
|
3209
|
-
"name": "sd-show",
|
|
3210
|
-
"description": "Emitted when the accordion opens."
|
|
3211
|
-
},
|
|
3212
|
-
{
|
|
3213
|
-
"name": "sd-after-show",
|
|
3214
|
-
"description": "Emitted after the accordion opens and all animations are complete."
|
|
3215
|
-
},
|
|
3216
|
-
{
|
|
3217
|
-
"name": "sd-hide",
|
|
3218
|
-
"description": "Emitted when the accordion closes."
|
|
3219
|
-
},
|
|
3220
|
-
{
|
|
3221
|
-
"name": "sd-after-hide",
|
|
3222
|
-
"description": "Emitted after the accordion closes and all animations are complete."
|
|
3223
|
-
}
|
|
3224
|
-
]
|
|
3225
|
-
},
|
|
3226
|
-
"attributes": [
|
|
3227
|
-
{
|
|
3228
|
-
"name": "open",
|
|
3229
|
-
"description": "Indicates whether or not the accordion is open. You can toggle this attribute to show and hide the accordion, or you\ncan use the `show()` and `hide()` methods and this attribute will reflect the accordion' open state.",
|
|
3230
|
-
"value": {
|
|
3231
|
-
"type": "boolean"
|
|
3232
|
-
}
|
|
3233
|
-
},
|
|
3234
|
-
{
|
|
3235
|
-
"name": "summary",
|
|
3236
|
-
"description": "The summary to show in the header. If you need to display HTML, use the `summary` slot instead.",
|
|
3237
|
-
"value": {
|
|
3238
|
-
"type": "string"
|
|
3239
|
-
}
|
|
3240
|
-
}
|
|
3241
|
-
]
|
|
3242
|
-
},
|
|
3243
|
-
{
|
|
3244
|
-
"name": "sd-1-21-0-badge",
|
|
3245
|
-
"description": "",
|
|
3246
|
-
"doc-url": "https://solid.union-investment.com/[storybook-link]/badge",
|
|
3247
|
-
"js": {
|
|
3248
|
-
"properties": [
|
|
3249
|
-
{
|
|
3250
|
-
"name": "variant",
|
|
3251
|
-
"description": "The badge's theme variant.",
|
|
3252
|
-
"value": {
|
|
3253
|
-
"type": "'default' | 'success' | 'error'"
|
|
3254
|
-
}
|
|
3255
|
-
},
|
|
3256
|
-
{
|
|
3257
|
-
"name": "size",
|
|
3258
|
-
"description": "The badge's size.",
|
|
3259
|
-
"value": {
|
|
3260
|
-
"type": "'lg' | 'md' | 'sm'"
|
|
3261
|
-
}
|
|
3262
|
-
},
|
|
3263
|
-
{
|
|
3264
|
-
"name": "inverted",
|
|
3265
|
-
"description": "Inverts the badge.",
|
|
3266
|
-
"value": {
|
|
3267
|
-
"type": "boolean"
|
|
3268
|
-
}
|
|
3269
|
-
}
|
|
3270
|
-
],
|
|
3271
|
-
"events": []
|
|
3272
|
-
},
|
|
3273
|
-
"attributes": [
|
|
3274
|
-
{
|
|
3275
|
-
"name": "variant",
|
|
3276
|
-
"description": "The badge's theme variant.",
|
|
3277
|
-
"value": {
|
|
3278
|
-
"type": "'default' | 'success' | 'error'"
|
|
3279
|
-
}
|
|
3280
|
-
},
|
|
3281
|
-
{
|
|
3282
|
-
"name": "size",
|
|
3283
|
-
"description": "The badge's size.",
|
|
3284
|
-
"value": {
|
|
3285
|
-
"type": "'lg' | 'md' | 'sm'"
|
|
3286
|
-
}
|
|
3287
|
-
},
|
|
3288
|
-
{
|
|
3289
|
-
"name": "inverted",
|
|
3290
|
-
"description": "Inverts the badge.",
|
|
3291
|
-
"value": {
|
|
3292
|
-
"type": "boolean"
|
|
3293
|
-
}
|
|
3294
|
-
}
|
|
3295
|
-
]
|
|
3296
|
-
},
|
|
3297
|
-
{
|
|
3298
|
-
"name": "sd-1-21-0-brandshape",
|
|
3299
|
-
"description": "",
|
|
3300
|
-
"doc-url": "https://solid.union-investment.com/[storybook-link]/brandshape",
|
|
3301
|
-
"js": {
|
|
3302
|
-
"properties": [
|
|
3303
|
-
{
|
|
3304
|
-
"name": "variant",
|
|
3305
|
-
"description": "The brandshape's theme variant.",
|
|
3306
|
-
"value": {
|
|
3307
|
-
"type": "'neutral-100' | 'primary' | 'white'"
|
|
3308
|
-
}
|
|
3309
|
-
},
|
|
3310
|
-
{
|
|
3311
|
-
"name": "shapes",
|
|
3312
|
-
"description": "Defines which shapes of the brandshape should be displayed.",
|
|
3313
|
-
"value": {
|
|
3314
|
-
"type": "('top' | 'middle' | 'bottom')[]"
|
|
3315
|
-
}
|
|
3316
|
-
},
|
|
3317
|
-
{
|
|
3318
|
-
"name": "componentBreakpoint",
|
|
3319
|
-
"value": {
|
|
3320
|
-
"type": "Breakpoints"
|
|
3321
|
-
}
|
|
3322
|
-
},
|
|
3323
|
-
{
|
|
3324
|
-
"name": "resizeObserver",
|
|
3325
|
-
"value": {
|
|
3326
|
-
"type": "ResizeObserver"
|
|
3327
|
-
}
|
|
3328
|
-
},
|
|
3329
|
-
{
|
|
3330
|
-
"name": "getSvg",
|
|
3331
|
-
"value": {}
|
|
3332
|
-
},
|
|
3333
|
-
{
|
|
3334
|
-
"name": "largeSvg",
|
|
3335
|
-
"value": {}
|
|
3336
|
-
},
|
|
3337
|
-
{
|
|
3338
|
-
"name": "mediumSvg",
|
|
3339
|
-
"value": {}
|
|
3340
|
-
},
|
|
3341
|
-
{
|
|
3342
|
-
"name": "smallSvg",
|
|
3343
|
-
"value": {}
|
|
3344
|
-
},
|
|
3345
|
-
{
|
|
3346
|
-
"name": "setBreakpoint",
|
|
3347
|
-
"value": {}
|
|
3348
|
-
},
|
|
3349
|
-
{
|
|
3350
|
-
"name": "renderTopBrandshape",
|
|
3351
|
-
"value": {}
|
|
3352
|
-
},
|
|
3353
|
-
{
|
|
3354
|
-
"name": "renderMiddleBrandshape",
|
|
3355
|
-
"value": {}
|
|
3356
|
-
},
|
|
3357
|
-
{
|
|
3358
|
-
"name": "renderBottomBrandshape",
|
|
3359
|
-
"value": {}
|
|
3360
|
-
},
|
|
3361
|
-
{
|
|
3362
|
-
"name": "renderWhitespaceFix",
|
|
3363
|
-
"description": "Renders a small line to prevent whitespace between the svg and the div of the middle brandshape.",
|
|
3364
|
-
"value": {}
|
|
3365
|
-
}
|
|
3366
|
-
],
|
|
3367
|
-
"events": []
|
|
3368
|
-
},
|
|
3369
|
-
"attributes": [
|
|
3370
|
-
{
|
|
3371
|
-
"name": "variant",
|
|
3372
|
-
"description": "The brandshape's theme variant.",
|
|
3373
|
-
"value": {
|
|
3374
|
-
"type": "'neutral-100' | 'primary' | 'white'"
|
|
3375
|
-
}
|
|
3376
|
-
},
|
|
3377
|
-
{
|
|
3378
|
-
"name": "shapes",
|
|
3379
|
-
"description": "Defines which shapes of the brandshape should be displayed.",
|
|
3380
|
-
"value": {
|
|
3381
|
-
"type": "('top' | 'middle' | 'bottom')[]"
|
|
3382
|
-
}
|
|
3383
|
-
}
|
|
3384
|
-
]
|
|
3385
|
-
},
|
|
3386
|
-
{
|
|
3387
|
-
"name": "sd-1-21-0-button",
|
|
3388
|
-
"description": "",
|
|
3389
|
-
"doc-url": "https://solid.union-investment.com/[storybook-link]/button",
|
|
3390
|
-
"js": {
|
|
3391
|
-
"properties": [
|
|
3392
|
-
{
|
|
3393
|
-
"name": "formControlController",
|
|
3394
|
-
"value": {}
|
|
3395
|
-
},
|
|
3396
|
-
{
|
|
3397
|
-
"name": "hasSlotController",
|
|
3398
|
-
"value": {}
|
|
3399
|
-
},
|
|
3400
|
-
{
|
|
3401
|
-
"name": "invalid",
|
|
3402
|
-
"value": {
|
|
3403
|
-
"type": "boolean"
|
|
3404
|
-
}
|
|
3405
|
-
},
|
|
3406
|
-
{
|
|
3407
|
-
"name": "title",
|
|
3408
|
-
"value": {
|
|
3409
|
-
"type": "string"
|
|
3410
|
-
}
|
|
3411
|
-
},
|
|
3412
|
-
{
|
|
3413
|
-
"name": "variant",
|
|
3414
|
-
"description": "The button's theme variant.",
|
|
3415
|
-
"value": {
|
|
3416
|
-
"type": "'primary' | 'secondary' | 'tertiary' | 'cta'"
|
|
3417
|
-
}
|
|
3418
|
-
},
|
|
3419
|
-
{
|
|
3420
|
-
"name": "inverted",
|
|
3421
|
-
"description": "Inverts the button.",
|
|
3422
|
-
"value": {
|
|
3423
|
-
"type": "boolean"
|
|
3424
|
-
}
|
|
3425
|
-
},
|
|
3426
|
-
{
|
|
3427
|
-
"name": "size",
|
|
3428
|
-
"description": "The button's size.",
|
|
3429
|
-
"value": {
|
|
3430
|
-
"type": "'lg' | 'md' | 'sm'"
|
|
3431
|
-
}
|
|
3432
|
-
},
|
|
3433
|
-
{
|
|
3434
|
-
"name": "disabled",
|
|
3435
|
-
"description": "Disables the button.",
|
|
3436
|
-
"value": {
|
|
3437
|
-
"type": "boolean"
|
|
3438
|
-
}
|
|
3439
|
-
},
|
|
3440
|
-
{
|
|
3441
|
-
"name": "loading",
|
|
3442
|
-
"description": "Draws the button in a loading state.",
|
|
3443
|
-
"value": {
|
|
3444
|
-
"type": "boolean"
|
|
3445
|
-
}
|
|
3446
|
-
},
|
|
3447
|
-
{
|
|
3448
|
-
"name": "type",
|
|
3449
|
-
"description": "The type of button. Note that the default value is `button` instead of `submit`, which is opposite of how native\n`<button>` elements behave. When the type is `submit`, the button will submit the surrounding form.",
|
|
3450
|
-
"value": {
|
|
3451
|
-
"type": "'button' | 'submit' | 'reset'"
|
|
3452
|
-
}
|
|
3453
|
-
},
|
|
3454
|
-
{
|
|
3455
|
-
"name": "name",
|
|
3456
|
-
"description": "The name of the button, submitted as a name/value pair with form data, but only when this button is the submitter.\nThis attribute is ignored when `href` is present.",
|
|
3457
|
-
"value": {
|
|
3458
|
-
"type": "string"
|
|
3459
|
-
}
|
|
3460
|
-
},
|
|
3461
|
-
{
|
|
3462
|
-
"name": "value",
|
|
3463
|
-
"description": "The value of the button, submitted as a pair with the button's name as part of the form data, but only when this\nbutton is the submitter. This attribute is ignored when `href` is present.",
|
|
3464
|
-
"value": {
|
|
3465
|
-
"type": "string"
|
|
3466
|
-
}
|
|
3467
|
-
},
|
|
3468
|
-
{
|
|
3469
|
-
"name": "href",
|
|
3470
|
-
"description": "When set, the underlying button will be rendered as an `<a>` with this `href` instead of a `<button>`.",
|
|
3471
|
-
"value": {
|
|
3472
|
-
"type": "string"
|
|
3473
|
-
}
|
|
3474
|
-
},
|
|
3475
|
-
{
|
|
3476
|
-
"name": "target",
|
|
3477
|
-
"description": "Tells the browser where to open the link. Only used when `href` is present.",
|
|
3478
|
-
"value": {
|
|
3479
|
-
"type": "'_blank' | '_parent' | '_self' | '_top'"
|
|
3480
|
-
}
|
|
3481
|
-
},
|
|
3482
|
-
{
|
|
3483
|
-
"name": "download",
|
|
3484
|
-
"description": "Tells the browser to download the linked file as this filename. Only used when `href` is present.",
|
|
3485
|
-
"value": {
|
|
3486
|
-
"type": "string | undefined"
|
|
3487
|
-
}
|
|
3488
|
-
},
|
|
3489
|
-
{
|
|
3490
|
-
"name": "form",
|
|
3491
|
-
"description": "The \"form owner\" to associate the button with. If omitted, the closest containing form will be used instead. The\nvalue of this attribute must be an id of a form in the same document or shadow root as the button.",
|
|
3492
|
-
"value": {
|
|
3493
|
-
"type": "string"
|
|
3494
|
-
}
|
|
3495
|
-
},
|
|
3496
|
-
{
|
|
3497
|
-
"name": "formAction",
|
|
3498
|
-
"description": "Used to override the form owner's `action` attribute.",
|
|
3499
|
-
"value": {
|
|
3500
|
-
"type": "string"
|
|
3501
|
-
}
|
|
3502
|
-
},
|
|
3503
|
-
{
|
|
3504
|
-
"name": "formEnctype",
|
|
3505
|
-
"description": "Used to override the form owner's `enctype` attribute.",
|
|
3506
|
-
"value": {
|
|
3507
|
-
"type": "'application/x-www-form-urlencoded' | 'multipart/form-data' | 'text/plain'"
|
|
3508
|
-
}
|
|
3509
|
-
},
|
|
3510
|
-
{
|
|
3511
|
-
"name": "formMethod",
|
|
3512
|
-
"description": "Used to override the form owner's `method` attribute.",
|
|
3513
|
-
"value": {
|
|
3514
|
-
"type": "'post' | 'get'"
|
|
3515
|
-
}
|
|
3516
|
-
},
|
|
3517
|
-
{
|
|
3518
|
-
"name": "formNoValidate",
|
|
3519
|
-
"description": "Used to override the form owner's `novalidate` attribute.",
|
|
3520
|
-
"value": {
|
|
3521
|
-
"type": "boolean"
|
|
3522
|
-
}
|
|
3523
|
-
},
|
|
3524
|
-
{
|
|
3525
|
-
"name": "formTarget",
|
|
3526
|
-
"description": "Used to override the form owner's `target` attribute.",
|
|
3527
|
-
"value": {
|
|
3528
|
-
"type": "'_self' | '_blank' | '_parent' | '_top'"
|
|
3529
|
-
}
|
|
3530
|
-
},
|
|
3531
|
-
{
|
|
3532
|
-
"name": "validity",
|
|
3533
|
-
"description": "Gets the validity state object",
|
|
3534
|
-
"value": {}
|
|
3535
|
-
},
|
|
3536
|
-
{
|
|
3537
|
-
"name": "validationMessage",
|
|
3538
|
-
"description": "Gets the validation message",
|
|
3539
|
-
"value": {}
|
|
3540
|
-
},
|
|
3541
|
-
{
|
|
3542
|
-
"name": "handleBlur",
|
|
3543
|
-
"value": {}
|
|
3544
|
-
},
|
|
3545
|
-
{
|
|
3546
|
-
"name": "handleFocus",
|
|
3547
|
-
"value": {}
|
|
3548
|
-
},
|
|
3549
|
-
{
|
|
3550
|
-
"name": "handleClick",
|
|
3551
|
-
"value": {}
|
|
3552
|
-
},
|
|
3553
|
-
{
|
|
3554
|
-
"name": "handleInvalid",
|
|
3555
|
-
"value": {}
|
|
3556
|
-
},
|
|
3557
|
-
{
|
|
3558
|
-
"name": "isButton",
|
|
3559
|
-
"value": {}
|
|
3560
|
-
},
|
|
3561
|
-
{
|
|
3562
|
-
"name": "isLink",
|
|
3563
|
-
"value": {}
|
|
3564
|
-
},
|
|
3565
|
-
{
|
|
3566
|
-
"name": "handleDisabledChange",
|
|
3567
|
-
"value": {}
|
|
3568
|
-
},
|
|
3569
|
-
{
|
|
3570
|
-
"name": "click",
|
|
3571
|
-
"description": "Simulates a click on the button.",
|
|
3572
|
-
"value": {}
|
|
3573
|
-
},
|
|
3574
|
-
{
|
|
3575
|
-
"name": "focus",
|
|
3576
|
-
"description": "Sets focus on the button.",
|
|
3577
|
-
"value": {}
|
|
3578
|
-
},
|
|
3579
|
-
{
|
|
3580
|
-
"name": "blur",
|
|
3581
|
-
"description": "Removes focus from the button.",
|
|
3582
|
-
"value": {}
|
|
3583
|
-
},
|
|
3584
|
-
{
|
|
3585
|
-
"name": "checkValidity",
|
|
3586
|
-
"description": "Checks for validity but does not show the browser's validation message. Returns `true` when valid and `false` when invalid.",
|
|
3587
|
-
"value": {}
|
|
3588
|
-
},
|
|
3589
|
-
{
|
|
3590
|
-
"name": "getForm",
|
|
3591
|
-
"description": "Gets the associated form, if one exists.",
|
|
3592
|
-
"value": {}
|
|
3593
|
-
},
|
|
3594
|
-
{
|
|
3595
|
-
"name": "reportValidity",
|
|
3596
|
-
"description": "Checks for validity and shows the browser's validation message if the control is invalid.",
|
|
3597
|
-
"value": {}
|
|
3598
|
-
},
|
|
3599
|
-
{
|
|
3600
|
-
"name": "setCustomValidity",
|
|
3601
|
-
"description": "Sets a custom validation message. Pass an empty string to restore validity.",
|
|
3602
|
-
"value": {}
|
|
3603
|
-
}
|
|
3604
|
-
],
|
|
3605
|
-
"events": [
|
|
3606
|
-
{
|
|
3607
|
-
"name": "sd-blur",
|
|
3608
|
-
"description": "Emitted when the button loses focus."
|
|
3609
|
-
},
|
|
3610
|
-
{
|
|
3611
|
-
"name": "sd-focus",
|
|
3612
|
-
"description": "Emitted when the button gains focus."
|
|
3613
|
-
},
|
|
3614
|
-
{
|
|
3615
|
-
"name": "sd-invalid",
|
|
3616
|
-
"description": "Emitted when the form control has been checked for validity and its constraints aren't satisfied."
|
|
3617
|
-
}
|
|
3618
|
-
]
|
|
3619
|
-
},
|
|
3620
|
-
"attributes": [
|
|
3621
|
-
{
|
|
3622
|
-
"name": "title",
|
|
3623
|
-
"value": {
|
|
3624
|
-
"type": "string"
|
|
3625
|
-
}
|
|
3626
|
-
},
|
|
3627
|
-
{
|
|
3628
|
-
"name": "variant",
|
|
3629
|
-
"description": "The button's theme variant.",
|
|
3630
|
-
"value": {
|
|
3631
|
-
"type": "'primary' | 'secondary' | 'tertiary' | 'cta'"
|
|
3632
|
-
}
|
|
3633
|
-
},
|
|
3634
|
-
{
|
|
3635
|
-
"name": "inverted",
|
|
3636
|
-
"description": "Inverts the button.",
|
|
3637
|
-
"value": {
|
|
3638
|
-
"type": "boolean"
|
|
3639
|
-
}
|
|
3640
|
-
},
|
|
3641
|
-
{
|
|
3642
|
-
"name": "size",
|
|
3643
|
-
"description": "The button's size.",
|
|
3644
|
-
"value": {
|
|
3645
|
-
"type": "'lg' | 'md' | 'sm'"
|
|
3646
|
-
}
|
|
3647
|
-
},
|
|
3648
|
-
{
|
|
3649
|
-
"name": "disabled",
|
|
3650
|
-
"description": "Disables the button.",
|
|
3651
|
-
"value": {
|
|
3652
|
-
"type": "boolean"
|
|
3653
|
-
}
|
|
3654
|
-
},
|
|
3655
|
-
{
|
|
3656
|
-
"name": "loading",
|
|
3657
|
-
"description": "Draws the button in a loading state.",
|
|
3658
|
-
"value": {
|
|
3659
|
-
"type": "boolean"
|
|
3660
|
-
}
|
|
3661
|
-
},
|
|
3662
|
-
{
|
|
3663
|
-
"name": "type",
|
|
3664
|
-
"description": "The type of button. Note that the default value is `button` instead of `submit`, which is opposite of how native\n`<button>` elements behave. When the type is `submit`, the button will submit the surrounding form.",
|
|
3665
|
-
"value": {
|
|
3666
|
-
"type": "'button' | 'submit' | 'reset'"
|
|
3667
|
-
}
|
|
3668
|
-
},
|
|
3669
|
-
{
|
|
3670
|
-
"name": "name",
|
|
3671
|
-
"description": "The name of the button, submitted as a name/value pair with form data, but only when this button is the submitter.\nThis attribute is ignored when `href` is present.",
|
|
3672
|
-
"value": {
|
|
3673
|
-
"type": "string"
|
|
3674
|
-
}
|
|
3675
|
-
},
|
|
3676
|
-
{
|
|
3677
|
-
"name": "value",
|
|
3678
|
-
"description": "The value of the button, submitted as a pair with the button's name as part of the form data, but only when this\nbutton is the submitter. This attribute is ignored when `href` is present.",
|
|
3679
|
-
"value": {
|
|
3680
|
-
"type": "string"
|
|
3681
|
-
}
|
|
3682
|
-
},
|
|
3683
|
-
{
|
|
3684
|
-
"name": "href",
|
|
3685
|
-
"description": "When set, the underlying button will be rendered as an `<a>` with this `href` instead of a `<button>`.",
|
|
3686
|
-
"value": {
|
|
3687
|
-
"type": "string"
|
|
3688
|
-
}
|
|
3689
|
-
},
|
|
3690
|
-
{
|
|
3691
|
-
"name": "target",
|
|
3692
|
-
"description": "Tells the browser where to open the link. Only used when `href` is present.",
|
|
3693
|
-
"value": {
|
|
3694
|
-
"type": "'_blank' | '_parent' | '_self' | '_top'"
|
|
3695
|
-
}
|
|
3696
|
-
},
|
|
3697
|
-
{
|
|
3698
|
-
"name": "download",
|
|
3699
|
-
"description": "Tells the browser to download the linked file as this filename. Only used when `href` is present.",
|
|
3700
|
-
"value": {
|
|
3701
|
-
"type": "string | undefined"
|
|
3702
|
-
}
|
|
3703
|
-
},
|
|
3704
|
-
{
|
|
3705
|
-
"name": "form",
|
|
3706
|
-
"description": "The \"form owner\" to associate the button with. If omitted, the closest containing form will be used instead. The\nvalue of this attribute must be an id of a form in the same document or shadow root as the button.",
|
|
3707
|
-
"value": {
|
|
3708
|
-
"type": "string"
|
|
3709
|
-
}
|
|
3710
|
-
},
|
|
3711
|
-
{
|
|
3712
|
-
"name": "formaction",
|
|
3713
|
-
"description": "Used to override the form owner's `action` attribute.",
|
|
3714
|
-
"value": {
|
|
3715
|
-
"type": "string"
|
|
3716
|
-
}
|
|
3717
|
-
},
|
|
3718
|
-
{
|
|
3719
|
-
"name": "formenctype",
|
|
3720
|
-
"description": "Used to override the form owner's `enctype` attribute.",
|
|
3721
|
-
"value": {
|
|
3722
|
-
"type": "'application/x-www-form-urlencoded' | 'multipart/form-data' | 'text/plain'"
|
|
3723
|
-
}
|
|
3724
|
-
},
|
|
3725
|
-
{
|
|
3726
|
-
"name": "formmethod",
|
|
3727
|
-
"description": "Used to override the form owner's `method` attribute.",
|
|
3728
|
-
"value": {
|
|
3729
|
-
"type": "'post' | 'get'"
|
|
3730
|
-
}
|
|
3731
|
-
},
|
|
3732
|
-
{
|
|
3733
|
-
"name": "formnovalidate",
|
|
3734
|
-
"description": "Used to override the form owner's `novalidate` attribute.",
|
|
3735
|
-
"value": {
|
|
3736
|
-
"type": "boolean"
|
|
3737
|
-
}
|
|
3738
|
-
},
|
|
3739
|
-
{
|
|
3740
|
-
"name": "formtarget",
|
|
3741
|
-
"description": "Used to override the form owner's `target` attribute.",
|
|
1089
|
+
"name": "orientation",
|
|
1090
|
+
"description": "The orientation property determines the alignment of the component's content or elements. It accepts two possible\nvalues: 'horizontal' and 'vertical'. The default value is 'vertical'.\nThis property allows you to control the visual layout and arrangement of elements within the component, providing\nflexibility in how the component is displayed based on your specific design needs.",
|
|
3742
1091
|
"value": {
|
|
3743
|
-
"type": "'
|
|
1092
|
+
"type": "'horizontal' | 'vertical'"
|
|
3744
1093
|
}
|
|
3745
1094
|
}
|
|
3746
1095
|
]
|
|
3747
1096
|
},
|
|
3748
1097
|
{
|
|
3749
|
-
"name": "sd-
|
|
1098
|
+
"name": "sd-checkbox",
|
|
3750
1099
|
"description": "",
|
|
3751
|
-
"doc-url": "https://solid.union-investment.com/[storybook-link]/
|
|
1100
|
+
"doc-url": "https://solid.union-investment.com/[storybook-link]/checkbox",
|
|
3752
1101
|
"js": {
|
|
3753
1102
|
"properties": [
|
|
3754
1103
|
{
|
|
3755
|
-
"name": "
|
|
1104
|
+
"name": "formControlController",
|
|
3756
1105
|
"value": {}
|
|
3757
|
-
}
|
|
3758
|
-
],
|
|
3759
|
-
"events": []
|
|
3760
|
-
},
|
|
3761
|
-
"attributes": []
|
|
3762
|
-
},
|
|
3763
|
-
{
|
|
3764
|
-
"name": "sd-1-21-0-carousel",
|
|
3765
|
-
"description": "",
|
|
3766
|
-
"doc-url": "https://solid.union-investment.com/[storybook-link]/carousel",
|
|
3767
|
-
"js": {
|
|
3768
|
-
"properties": [
|
|
1106
|
+
},
|
|
3769
1107
|
{
|
|
3770
|
-
"name": "
|
|
3771
|
-
"description": "Determines the counting system for the carousel.",
|
|
1108
|
+
"name": "title",
|
|
3772
1109
|
"value": {
|
|
3773
|
-
"type": "
|
|
1110
|
+
"type": "string"
|
|
3774
1111
|
}
|
|
3775
1112
|
},
|
|
3776
1113
|
{
|
|
3777
|
-
"name": "
|
|
3778
|
-
"description": "
|
|
1114
|
+
"name": "name",
|
|
1115
|
+
"description": "The name of the checkbox, submitted as a name/value pair with form data.",
|
|
3779
1116
|
"value": {
|
|
3780
|
-
"type": "
|
|
1117
|
+
"type": "string"
|
|
3781
1118
|
}
|
|
3782
1119
|
},
|
|
3783
1120
|
{
|
|
3784
|
-
"name": "
|
|
3785
|
-
"description": "
|
|
1121
|
+
"name": "value",
|
|
1122
|
+
"description": "The current value of the checkbox, submitted as a name/value pair with form data.",
|
|
3786
1123
|
"value": {
|
|
3787
|
-
"type": "
|
|
1124
|
+
"type": "string"
|
|
3788
1125
|
}
|
|
3789
1126
|
},
|
|
3790
1127
|
{
|
|
3791
|
-
"name": "
|
|
3792
|
-
"description": "
|
|
1128
|
+
"name": "size",
|
|
1129
|
+
"description": "The checkbox's size.",
|
|
3793
1130
|
"value": {
|
|
3794
|
-
"type": "
|
|
1131
|
+
"type": "'sm' | 'lg'"
|
|
3795
1132
|
}
|
|
3796
1133
|
},
|
|
3797
1134
|
{
|
|
3798
|
-
"name": "
|
|
3799
|
-
"description": "
|
|
1135
|
+
"name": "disabled",
|
|
1136
|
+
"description": "Disables the checkbox.",
|
|
3800
1137
|
"value": {
|
|
3801
|
-
"type": "
|
|
1138
|
+
"type": "boolean"
|
|
3802
1139
|
}
|
|
3803
1140
|
},
|
|
3804
1141
|
{
|
|
3805
|
-
"name": "
|
|
3806
|
-
"description": "
|
|
1142
|
+
"name": "checked",
|
|
1143
|
+
"description": "Draws the checkbox in a checked state.",
|
|
3807
1144
|
"value": {
|
|
3808
|
-
"type": "
|
|
1145
|
+
"type": "boolean"
|
|
3809
1146
|
}
|
|
3810
1147
|
},
|
|
3811
1148
|
{
|
|
3812
|
-
"name": "
|
|
1149
|
+
"name": "indeterminate",
|
|
1150
|
+
"description": "Draws the checkbox in an indeterminate state. This is usually applied to checkboxes that represents a \"select\nall/none\" behavior when associated checkboxes have a mix of checked and unchecked states.",
|
|
3813
1151
|
"value": {
|
|
3814
|
-
"type": "
|
|
1152
|
+
"type": "boolean"
|
|
3815
1153
|
}
|
|
3816
1154
|
},
|
|
3817
1155
|
{
|
|
3818
|
-
"name": "
|
|
1156
|
+
"name": "defaultChecked",
|
|
1157
|
+
"description": "The default value of the form control. Primarily used for resetting the form control.",
|
|
3819
1158
|
"value": {
|
|
3820
1159
|
"type": "boolean"
|
|
3821
1160
|
}
|
|
3822
1161
|
},
|
|
3823
1162
|
{
|
|
3824
|
-
"name": "
|
|
3825
|
-
"
|
|
3826
|
-
},
|
|
3827
|
-
{
|
|
3828
|
-
"name": "scrollController",
|
|
3829
|
-
"value": {}
|
|
3830
|
-
},
|
|
3831
|
-
{
|
|
3832
|
-
"name": "slides",
|
|
3833
|
-
"value": {}
|
|
3834
|
-
},
|
|
3835
|
-
{
|
|
3836
|
-
"name": "intersectionObserver",
|
|
1163
|
+
"name": "form",
|
|
1164
|
+
"description": "By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside of a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.",
|
|
3837
1165
|
"value": {
|
|
3838
|
-
"type": "
|
|
1166
|
+
"type": "string"
|
|
3839
1167
|
}
|
|
3840
1168
|
},
|
|
3841
1169
|
{
|
|
3842
|
-
"name": "
|
|
3843
|
-
"
|
|
1170
|
+
"name": "required",
|
|
1171
|
+
"description": "Makes the checkbox a required field.",
|
|
1172
|
+
"value": {
|
|
1173
|
+
"type": "boolean"
|
|
1174
|
+
}
|
|
3844
1175
|
},
|
|
3845
1176
|
{
|
|
3846
|
-
"name": "
|
|
1177
|
+
"name": "validity",
|
|
1178
|
+
"description": "Gets the validity state object",
|
|
3847
1179
|
"value": {}
|
|
3848
1180
|
},
|
|
3849
1181
|
{
|
|
3850
|
-
"name": "
|
|
3851
|
-
"value": {
|
|
3852
|
-
"type": "MutationObserver"
|
|
3853
|
-
}
|
|
3854
|
-
},
|
|
3855
|
-
{
|
|
3856
|
-
"name": "getPageCount",
|
|
1182
|
+
"name": "handleClick",
|
|
3857
1183
|
"value": {}
|
|
3858
1184
|
},
|
|
3859
1185
|
{
|
|
3860
|
-
"name": "
|
|
1186
|
+
"name": "handleBlur",
|
|
3861
1187
|
"value": {}
|
|
3862
1188
|
},
|
|
3863
1189
|
{
|
|
3864
|
-
"name": "
|
|
1190
|
+
"name": "handleInput",
|
|
3865
1191
|
"value": {}
|
|
3866
1192
|
},
|
|
3867
1193
|
{
|
|
3868
|
-
"name": "
|
|
1194
|
+
"name": "handleInvalid",
|
|
3869
1195
|
"value": {}
|
|
3870
1196
|
},
|
|
3871
1197
|
{
|
|
3872
|
-
"name": "
|
|
1198
|
+
"name": "handleFocus",
|
|
3873
1199
|
"value": {}
|
|
3874
1200
|
},
|
|
3875
1201
|
{
|
|
3876
|
-
"name": "
|
|
1202
|
+
"name": "handleDisabledChange",
|
|
3877
1203
|
"value": {}
|
|
3878
1204
|
},
|
|
3879
1205
|
{
|
|
3880
|
-
"name": "
|
|
1206
|
+
"name": "handleStateChange",
|
|
3881
1207
|
"value": {}
|
|
3882
1208
|
},
|
|
3883
1209
|
{
|
|
3884
|
-
"name": "
|
|
1210
|
+
"name": "click",
|
|
1211
|
+
"description": "Simulates a click on the checkbox.",
|
|
3885
1212
|
"value": {}
|
|
3886
1213
|
},
|
|
3887
1214
|
{
|
|
3888
|
-
"name": "
|
|
1215
|
+
"name": "focus",
|
|
1216
|
+
"description": "Sets focus on the checkbox.",
|
|
3889
1217
|
"value": {}
|
|
3890
1218
|
},
|
|
3891
1219
|
{
|
|
3892
|
-
"name": "
|
|
1220
|
+
"name": "blur",
|
|
1221
|
+
"description": "Removes focus from the checkbox.",
|
|
3893
1222
|
"value": {}
|
|
3894
1223
|
},
|
|
3895
1224
|
{
|
|
3896
|
-
"name": "
|
|
1225
|
+
"name": "checkValidity",
|
|
1226
|
+
"description": "Checks for validity but does not show a validation message. Returns true when valid and false when invalid.",
|
|
3897
1227
|
"value": {}
|
|
3898
1228
|
},
|
|
3899
1229
|
{
|
|
3900
|
-
"name": "
|
|
3901
|
-
"description": "
|
|
1230
|
+
"name": "getForm",
|
|
1231
|
+
"description": "Gets the associated form, if one exists.",
|
|
3902
1232
|
"value": {}
|
|
3903
1233
|
},
|
|
3904
1234
|
{
|
|
3905
|
-
"name": "
|
|
3906
|
-
"description": "
|
|
1235
|
+
"name": "reportValidity",
|
|
1236
|
+
"description": "Checks for validity and shows a validation message if the control is invalid.",
|
|
3907
1237
|
"value": {}
|
|
3908
1238
|
},
|
|
3909
1239
|
{
|
|
3910
|
-
"name": "
|
|
3911
|
-
"description": "
|
|
1240
|
+
"name": "setCustomValidity",
|
|
1241
|
+
"description": "Sets a custom validation message. The value provided will be shown to the user when the form is submitted. To clear\nthe custom validation message, call this method with an empty string.",
|
|
3912
1242
|
"value": {}
|
|
3913
1243
|
}
|
|
3914
1244
|
],
|
|
3915
1245
|
"events": [
|
|
3916
1246
|
{
|
|
3917
|
-
"name": "sd-
|
|
3918
|
-
"description": "Emitted when the
|
|
1247
|
+
"name": "sd-blur",
|
|
1248
|
+
"description": "Emitted when the checkbox loses focus."
|
|
1249
|
+
},
|
|
1250
|
+
{
|
|
1251
|
+
"name": "sd-change",
|
|
1252
|
+
"description": "Emitted when the checked state changes."
|
|
1253
|
+
},
|
|
1254
|
+
{
|
|
1255
|
+
"name": "sd-focus",
|
|
1256
|
+
"description": "Emitted when the checkbox gains focus."
|
|
1257
|
+
},
|
|
1258
|
+
{
|
|
1259
|
+
"name": "sd-input",
|
|
1260
|
+
"description": "Emitted when the checkbox receives input."
|
|
3919
1261
|
}
|
|
3920
1262
|
]
|
|
3921
1263
|
},
|
|
3922
1264
|
"attributes": [
|
|
3923
1265
|
{
|
|
3924
|
-
"name": "
|
|
3925
|
-
"description": "Determines the counting system for the carousel.",
|
|
1266
|
+
"name": "title",
|
|
3926
1267
|
"value": {
|
|
3927
|
-
"type": "
|
|
1268
|
+
"type": "string"
|
|
3928
1269
|
}
|
|
3929
1270
|
},
|
|
3930
1271
|
{
|
|
3931
|
-
"name": "
|
|
3932
|
-
"description": "
|
|
1272
|
+
"name": "name",
|
|
1273
|
+
"description": "The name of the checkbox, submitted as a name/value pair with form data.",
|
|
1274
|
+
"value": {
|
|
1275
|
+
"type": "string"
|
|
1276
|
+
}
|
|
1277
|
+
},
|
|
1278
|
+
{
|
|
1279
|
+
"name": "value",
|
|
1280
|
+
"description": "The current value of the checkbox, submitted as a name/value pair with form data.",
|
|
1281
|
+
"value": {
|
|
1282
|
+
"type": "string"
|
|
1283
|
+
}
|
|
1284
|
+
},
|
|
1285
|
+
{
|
|
1286
|
+
"name": "size",
|
|
1287
|
+
"description": "The checkbox's size.",
|
|
1288
|
+
"value": {
|
|
1289
|
+
"type": "'sm' | 'lg'"
|
|
1290
|
+
}
|
|
1291
|
+
},
|
|
1292
|
+
{
|
|
1293
|
+
"name": "disabled",
|
|
1294
|
+
"description": "Disables the checkbox.",
|
|
3933
1295
|
"value": {
|
|
3934
1296
|
"type": "boolean"
|
|
3935
1297
|
}
|
|
3936
1298
|
},
|
|
3937
1299
|
{
|
|
3938
|
-
"name": "
|
|
3939
|
-
"description": "
|
|
1300
|
+
"name": "checked",
|
|
1301
|
+
"description": "Draws the checkbox in a checked state.",
|
|
3940
1302
|
"value": {
|
|
3941
1303
|
"type": "boolean"
|
|
3942
1304
|
}
|
|
3943
1305
|
},
|
|
3944
1306
|
{
|
|
3945
|
-
"name": "
|
|
3946
|
-
"description": "
|
|
1307
|
+
"name": "indeterminate",
|
|
1308
|
+
"description": "Draws the checkbox in an indeterminate state. This is usually applied to checkboxes that represents a \"select\nall/none\" behavior when associated checkboxes have a mix of checked and unchecked states.",
|
|
3947
1309
|
"value": {
|
|
3948
1310
|
"type": "boolean"
|
|
3949
1311
|
}
|
|
3950
1312
|
},
|
|
3951
1313
|
{
|
|
3952
|
-
"name": "
|
|
3953
|
-
"description": "
|
|
1314
|
+
"name": "form",
|
|
1315
|
+
"description": "By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside of a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.",
|
|
3954
1316
|
"value": {
|
|
3955
|
-
"type": "
|
|
1317
|
+
"type": "string"
|
|
3956
1318
|
}
|
|
3957
1319
|
},
|
|
3958
1320
|
{
|
|
3959
|
-
"name": "
|
|
3960
|
-
"description": "
|
|
1321
|
+
"name": "required",
|
|
1322
|
+
"description": "Makes the checkbox a required field.",
|
|
3961
1323
|
"value": {
|
|
3962
|
-
"type": "
|
|
1324
|
+
"type": "boolean"
|
|
3963
1325
|
}
|
|
3964
1326
|
}
|
|
3965
1327
|
]
|
|
3966
1328
|
},
|
|
3967
1329
|
{
|
|
3968
|
-
"name": "sd-
|
|
1330
|
+
"name": "sd-divider",
|
|
3969
1331
|
"description": "",
|
|
3970
1332
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/divider",
|
|
3971
1333
|
"js": {
|
|
@@ -4005,7 +1367,7 @@
|
|
|
4005
1367
|
]
|
|
4006
1368
|
},
|
|
4007
1369
|
{
|
|
4008
|
-
"name": "sd-
|
|
1370
|
+
"name": "sd-drawer",
|
|
4009
1371
|
"description": "",
|
|
4010
1372
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/drawer",
|
|
4011
1373
|
"js": {
|
|
@@ -4158,7 +1520,7 @@
|
|
|
4158
1520
|
]
|
|
4159
1521
|
},
|
|
4160
1522
|
{
|
|
4161
|
-
"name": "sd-
|
|
1523
|
+
"name": "sd-dropdown",
|
|
4162
1524
|
"description": "",
|
|
4163
1525
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/dropdown",
|
|
4164
1526
|
"js": {
|
|
@@ -4412,7 +1774,7 @@
|
|
|
4412
1774
|
]
|
|
4413
1775
|
},
|
|
4414
1776
|
{
|
|
4415
|
-
"name": "sd-
|
|
1777
|
+
"name": "sd-icon",
|
|
4416
1778
|
"description": "",
|
|
4417
1779
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/icon",
|
|
4418
1780
|
"js": {
|
|
@@ -4521,7 +1883,76 @@
|
|
|
4521
1883
|
]
|
|
4522
1884
|
},
|
|
4523
1885
|
{
|
|
4524
|
-
"
|
|
1886
|
+
"doc-url": "https://solid.union-investment.com/[storybook-link]/",
|
|
1887
|
+
"js": {
|
|
1888
|
+
"properties": [],
|
|
1889
|
+
"events": []
|
|
1890
|
+
},
|
|
1891
|
+
"attributes": []
|
|
1892
|
+
},
|
|
1893
|
+
{
|
|
1894
|
+
"doc-url": "https://solid.union-investment.com/[storybook-link]/",
|
|
1895
|
+
"js": {
|
|
1896
|
+
"properties": [],
|
|
1897
|
+
"events": []
|
|
1898
|
+
},
|
|
1899
|
+
"attributes": []
|
|
1900
|
+
},
|
|
1901
|
+
{
|
|
1902
|
+
"description": "Adds an icon to the list of watched icons.",
|
|
1903
|
+
"doc-url": "https://solid.union-investment.com/[storybook-link]/",
|
|
1904
|
+
"js": {
|
|
1905
|
+
"properties": [],
|
|
1906
|
+
"events": []
|
|
1907
|
+
},
|
|
1908
|
+
"attributes": []
|
|
1909
|
+
},
|
|
1910
|
+
{
|
|
1911
|
+
"description": "Removes an icon from the list of watched icons.",
|
|
1912
|
+
"doc-url": "https://solid.union-investment.com/[storybook-link]/",
|
|
1913
|
+
"js": {
|
|
1914
|
+
"properties": [],
|
|
1915
|
+
"events": []
|
|
1916
|
+
},
|
|
1917
|
+
"attributes": []
|
|
1918
|
+
},
|
|
1919
|
+
{
|
|
1920
|
+
"description": "Returns a library from the registry.",
|
|
1921
|
+
"doc-url": "https://solid.union-investment.com/[storybook-link]/",
|
|
1922
|
+
"js": {
|
|
1923
|
+
"properties": [],
|
|
1924
|
+
"events": []
|
|
1925
|
+
},
|
|
1926
|
+
"attributes": []
|
|
1927
|
+
},
|
|
1928
|
+
{
|
|
1929
|
+
"description": "Adds an icon library to the registry, or overrides an existing one.",
|
|
1930
|
+
"doc-url": "https://solid.union-investment.com/[storybook-link]/",
|
|
1931
|
+
"js": {
|
|
1932
|
+
"properties": [],
|
|
1933
|
+
"events": []
|
|
1934
|
+
},
|
|
1935
|
+
"attributes": []
|
|
1936
|
+
},
|
|
1937
|
+
{
|
|
1938
|
+
"description": "Removes an icon library from the registry.",
|
|
1939
|
+
"doc-url": "https://solid.union-investment.com/[storybook-link]/",
|
|
1940
|
+
"js": {
|
|
1941
|
+
"properties": [],
|
|
1942
|
+
"events": []
|
|
1943
|
+
},
|
|
1944
|
+
"attributes": []
|
|
1945
|
+
},
|
|
1946
|
+
{
|
|
1947
|
+
"doc-url": "https://solid.union-investment.com/[storybook-link]/",
|
|
1948
|
+
"js": {
|
|
1949
|
+
"properties": [],
|
|
1950
|
+
"events": []
|
|
1951
|
+
},
|
|
1952
|
+
"attributes": []
|
|
1953
|
+
},
|
|
1954
|
+
{
|
|
1955
|
+
"name": "sd-include",
|
|
4525
1956
|
"description": "",
|
|
4526
1957
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/include",
|
|
4527
1958
|
"js": {
|
|
@@ -4592,7 +2023,16 @@
|
|
|
4592
2023
|
]
|
|
4593
2024
|
},
|
|
4594
2025
|
{
|
|
4595
|
-
"
|
|
2026
|
+
"description": "Fetches an include file from a remote source. Caching is enabled so the origin is only pinged once.",
|
|
2027
|
+
"doc-url": "https://solid.union-investment.com/[storybook-link]/",
|
|
2028
|
+
"js": {
|
|
2029
|
+
"properties": [],
|
|
2030
|
+
"events": []
|
|
2031
|
+
},
|
|
2032
|
+
"attributes": []
|
|
2033
|
+
},
|
|
2034
|
+
{
|
|
2035
|
+
"name": "sd-link",
|
|
4596
2036
|
"description": "",
|
|
4597
2037
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/link",
|
|
4598
2038
|
"js": {
|
|
@@ -4719,7 +2159,7 @@
|
|
|
4719
2159
|
]
|
|
4720
2160
|
},
|
|
4721
2161
|
{
|
|
4722
|
-
"name": "sd-
|
|
2162
|
+
"name": "sd-navigation-item",
|
|
4723
2163
|
"description": "",
|
|
4724
2164
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/navigation-item",
|
|
4725
2165
|
"js": {
|
|
@@ -4944,7 +2384,7 @@
|
|
|
4944
2384
|
]
|
|
4945
2385
|
},
|
|
4946
2386
|
{
|
|
4947
|
-
"name": "sd-
|
|
2387
|
+
"name": "sd-popup",
|
|
4948
2388
|
"description": "",
|
|
4949
2389
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/popup",
|
|
4950
2390
|
"js": {
|
|
@@ -5278,7 +2718,7 @@
|
|
|
5278
2718
|
]
|
|
5279
2719
|
},
|
|
5280
2720
|
{
|
|
5281
|
-
"name": "sd-
|
|
2721
|
+
"name": "sd-radio-group",
|
|
5282
2722
|
"description": "",
|
|
5283
2723
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/radio-group",
|
|
5284
2724
|
"js": {
|
|
@@ -5527,7 +2967,7 @@
|
|
|
5527
2967
|
]
|
|
5528
2968
|
},
|
|
5529
2969
|
{
|
|
5530
|
-
"name": "sd-
|
|
2970
|
+
"name": "sd-radio",
|
|
5531
2971
|
"description": "",
|
|
5532
2972
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/radio",
|
|
5533
2973
|
"js": {
|
|
@@ -5649,7 +3089,7 @@
|
|
|
5649
3089
|
]
|
|
5650
3090
|
},
|
|
5651
3091
|
{
|
|
5652
|
-
"name": "sd-
|
|
3092
|
+
"name": "sd-spinner",
|
|
5653
3093
|
"description": "",
|
|
5654
3094
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/spinner",
|
|
5655
3095
|
"js": {
|
|
@@ -5679,7 +3119,7 @@
|
|
|
5679
3119
|
]
|
|
5680
3120
|
},
|
|
5681
3121
|
{
|
|
5682
|
-
"name": "sd-
|
|
3122
|
+
"name": "sd-tag",
|
|
5683
3123
|
"description": "",
|
|
5684
3124
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/tag",
|
|
5685
3125
|
"js": {
|
|
@@ -5825,7 +3265,7 @@
|
|
|
5825
3265
|
]
|
|
5826
3266
|
},
|
|
5827
3267
|
{
|
|
5828
|
-
"name": "sd-
|
|
3268
|
+
"name": "sd-teaser",
|
|
5829
3269
|
"description": "",
|
|
5830
3270
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/teaser",
|
|
5831
3271
|
"js": {
|
|
@@ -5897,7 +3337,7 @@
|
|
|
5897
3337
|
]
|
|
5898
3338
|
},
|
|
5899
3339
|
{
|
|
5900
|
-
"name": "sd-
|
|
3340
|
+
"name": "sd-video",
|
|
5901
3341
|
"description": "",
|
|
5902
3342
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/video",
|
|
5903
3343
|
"js": {
|