@solid-design-system/components 1.39.1 → 2.1.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/dialog.js +1 -0
- package/dist/components/es/drawer.js +1 -1
- package/dist/components/es/input.js +1 -1
- package/dist/components/es/modal.js +1 -0
- package/dist/components/es/select.js +3 -3
- package/dist/components/es/solid-components2.js +1 -1
- package/dist/components/es/solid-element.js +1 -1
- package/dist/components/es/textarea.js +1 -1
- package/dist/components/umd/solid-components.js +18 -18
- package/dist/custom-elements.json +1 -1
- package/dist/package/components/dialog/dialog.d.ts +32 -0
- package/dist/package/components/dialog/dialog.js +222 -0
- package/dist/package/components/input/input.d.ts +1 -0
- package/dist/package/components/input/input.js +6 -2
- package/dist/package/components/select/select.d.ts +1 -0
- package/dist/package/components/select/select.js +6 -2
- package/dist/package/components/textarea/textarea.d.ts +1 -0
- package/dist/package/components/textarea/textarea.js +7 -2
- package/dist/package/solid-components.d.ts +1 -0
- package/dist/package/solid-components.js +48 -46
- package/dist/package/styles/headline/headline.css.js +4 -0
- 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 -1
- package/dist/versioned-components/es/checkbox.js +1 -1
- package/dist/versioned-components/es/dialog.js +1 -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/header.js +1 -1
- package/dist/versioned-components/es/icon.js +1 -1
- package/dist/versioned-components/es/include.js +1 -1
- package/dist/versioned-components/es/input.js +1 -1
- package/dist/versioned-components/es/link.js +1 -1
- package/dist/versioned-components/es/modal.js +1 -0
- package/dist/versioned-components/es/navigation-item.js +1 -1
- package/dist/versioned-components/es/notification.js +1 -1
- package/dist/versioned-components/es/option.js +1 -1
- package/dist/versioned-components/es/popup.js +1 -1
- package/dist/versioned-components/es/radio-button.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/select.js +3 -3
- 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/switch.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/textarea.js +1 -1
- package/dist/versioned-components/es/tooltip.js +2 -2
- 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 +1 -1
- package/dist/versioned-package/components/checkbox/checkbox.js +4 -4
- package/dist/versioned-package/components/checkbox-group/checkbox-group.d.ts +1 -1
- package/dist/versioned-package/components/checkbox-group/checkbox-group.js +5 -5
- package/dist/versioned-package/components/dialog/dialog.d.ts +32 -0
- package/dist/versioned-package/components/dialog/dialog.js +222 -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 +8 -8
- package/dist/versioned-package/components/header/header.d.ts +1 -1
- package/dist/versioned-package/components/header/header.js +4 -4
- 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/include/include.d.ts +1 -1
- package/dist/versioned-package/components/include/include.js +1 -1
- package/dist/versioned-package/components/input/input.d.ts +2 -1
- package/dist/versioned-package/components/input/input.js +9 -5
- 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/notification/notification.d.ts +1 -1
- package/dist/versioned-package/components/notification/notification.js +5 -5
- package/dist/versioned-package/components/option/option.d.ts +1 -1
- package/dist/versioned-package/components/option/option.js +2 -2
- 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-button/radio-button.d.ts +1 -1
- package/dist/versioned-package/components/radio-button/radio-button.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 +15 -15
- package/dist/versioned-package/components/select/select.d.ts +5 -4
- package/dist/versioned-package/components/select/select.js +33 -29
- 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/switch/switch.d.ts +1 -1
- package/dist/versioned-package/components/switch/switch.js +2 -2
- 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/textarea/textarea.d.ts +2 -1
- package/dist/versioned-package/components/textarea/textarea.js +9 -4
- package/dist/versioned-package/components/tooltip/tooltip.d.ts +1 -1
- package/dist/versioned-package/components/tooltip/tooltip.js +5 -5
- 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/form.js +3 -3
- package/dist/versioned-package/solid-components.d.ts +1 -0
- package/dist/versioned-package/solid-components.js +48 -46
- package/dist/versioned-package/styles/headline/headline.css.js +4 -0
- 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 +106 -32
- package/dist/web-types.json +363 -33
- 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": "2.1.0",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"framework-config": {
|
|
7
7
|
"enable-when": {
|
|
@@ -1335,6 +1335,129 @@
|
|
|
1335
1335
|
}
|
|
1336
1336
|
]
|
|
1337
1337
|
},
|
|
1338
|
+
{
|
|
1339
|
+
"name": "sd-dialog",
|
|
1340
|
+
"description": "",
|
|
1341
|
+
"doc-url": "https://solid.union-investment.com/[storybook-link]/dialog",
|
|
1342
|
+
"js": {
|
|
1343
|
+
"properties": [
|
|
1344
|
+
{
|
|
1345
|
+
"name": "hasSlotController",
|
|
1346
|
+
"value": {}
|
|
1347
|
+
},
|
|
1348
|
+
{
|
|
1349
|
+
"name": "localize",
|
|
1350
|
+
"value": {}
|
|
1351
|
+
},
|
|
1352
|
+
{
|
|
1353
|
+
"name": "modal",
|
|
1354
|
+
"value": {
|
|
1355
|
+
"type": "Modal"
|
|
1356
|
+
}
|
|
1357
|
+
},
|
|
1358
|
+
{
|
|
1359
|
+
"name": "open",
|
|
1360
|
+
"description": "Indicates whether or not the dialog is open. You can toggle this attribute to show and hide the dialog, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the dialog's open state.",
|
|
1361
|
+
"value": {
|
|
1362
|
+
"type": "boolean"
|
|
1363
|
+
}
|
|
1364
|
+
},
|
|
1365
|
+
{
|
|
1366
|
+
"name": "headline",
|
|
1367
|
+
"description": "The dialog's headline as displayed in the header. If you need to display HTML, use the `headline` slot instead.",
|
|
1368
|
+
"value": {
|
|
1369
|
+
"type": "string"
|
|
1370
|
+
}
|
|
1371
|
+
},
|
|
1372
|
+
{
|
|
1373
|
+
"name": "noCloseButton",
|
|
1374
|
+
"description": "This will remove the default close button. Please ensure you provide an easy, accessible way for users to dismiss the dialog.",
|
|
1375
|
+
"value": {
|
|
1376
|
+
"type": "boolean"
|
|
1377
|
+
}
|
|
1378
|
+
},
|
|
1379
|
+
{
|
|
1380
|
+
"name": "requestClose",
|
|
1381
|
+
"value": {}
|
|
1382
|
+
},
|
|
1383
|
+
{
|
|
1384
|
+
"name": "addOpenListeners",
|
|
1385
|
+
"value": {}
|
|
1386
|
+
},
|
|
1387
|
+
{
|
|
1388
|
+
"name": "removeOpenListeners",
|
|
1389
|
+
"value": {}
|
|
1390
|
+
},
|
|
1391
|
+
{
|
|
1392
|
+
"name": "handleDocumentKeyDown",
|
|
1393
|
+
"value": {}
|
|
1394
|
+
},
|
|
1395
|
+
{
|
|
1396
|
+
"name": "handleOpenChange",
|
|
1397
|
+
"value": {}
|
|
1398
|
+
},
|
|
1399
|
+
{
|
|
1400
|
+
"name": "show",
|
|
1401
|
+
"description": "Shows the dialog.",
|
|
1402
|
+
"value": {}
|
|
1403
|
+
},
|
|
1404
|
+
{
|
|
1405
|
+
"name": "hide",
|
|
1406
|
+
"description": "Hides the dialog",
|
|
1407
|
+
"value": {}
|
|
1408
|
+
}
|
|
1409
|
+
],
|
|
1410
|
+
"events": [
|
|
1411
|
+
{
|
|
1412
|
+
"name": "sd-show",
|
|
1413
|
+
"description": "Emitted when the dialog opens."
|
|
1414
|
+
},
|
|
1415
|
+
{
|
|
1416
|
+
"name": "sd-after-show",
|
|
1417
|
+
"description": "Emitted after the dialog opens and all animations are complete."
|
|
1418
|
+
},
|
|
1419
|
+
{
|
|
1420
|
+
"name": "sd-hide",
|
|
1421
|
+
"description": "Emitted when the dialog closes."
|
|
1422
|
+
},
|
|
1423
|
+
{
|
|
1424
|
+
"name": "sd-after-hide",
|
|
1425
|
+
"description": "Emitted after the dialog closes and all animations are complete."
|
|
1426
|
+
},
|
|
1427
|
+
{
|
|
1428
|
+
"name": "sd-initial-focus",
|
|
1429
|
+
"description": "Emitted when the dialog 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."
|
|
1430
|
+
},
|
|
1431
|
+
{
|
|
1432
|
+
"name": "sd-request-close",
|
|
1433
|
+
"description": "Emitted when the user attempts to close the dialog by clicking the close button, clicking the overlay, or pressing escape. Calling `event.preventDefault()` will keep the dialog open. Avoid using this unless closing the dialog will result in destructive behavior such as data loss."
|
|
1434
|
+
}
|
|
1435
|
+
]
|
|
1436
|
+
},
|
|
1437
|
+
"attributes": [
|
|
1438
|
+
{
|
|
1439
|
+
"name": "open",
|
|
1440
|
+
"description": "Indicates whether or not the dialog is open. You can toggle this attribute to show and hide the dialog, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the dialog's open state.",
|
|
1441
|
+
"value": {
|
|
1442
|
+
"type": "boolean"
|
|
1443
|
+
}
|
|
1444
|
+
},
|
|
1445
|
+
{
|
|
1446
|
+
"name": "headline",
|
|
1447
|
+
"description": "The dialog's headline as displayed in the header. If you need to display HTML, use the `headline` slot instead.",
|
|
1448
|
+
"value": {
|
|
1449
|
+
"type": "string"
|
|
1450
|
+
}
|
|
1451
|
+
},
|
|
1452
|
+
{
|
|
1453
|
+
"name": "no-close-button",
|
|
1454
|
+
"description": "This will remove the default close button. Please ensure you provide an easy, accessible way for users to dismiss the dialog.",
|
|
1455
|
+
"value": {
|
|
1456
|
+
"type": "boolean"
|
|
1457
|
+
}
|
|
1458
|
+
}
|
|
1459
|
+
]
|
|
1460
|
+
},
|
|
1338
1461
|
{
|
|
1339
1462
|
"name": "sd-divider",
|
|
1340
1463
|
"description": "",
|
|
@@ -2334,6 +2457,13 @@
|
|
|
2334
2457
|
"type": "'enter' | 'done' | 'go' | 'next' | 'previous' | 'search' | 'send'"
|
|
2335
2458
|
}
|
|
2336
2459
|
},
|
|
2460
|
+
{
|
|
2461
|
+
"name": "styleOnValid",
|
|
2462
|
+
"description": "Shows success styles if the validity of the input is valid.",
|
|
2463
|
+
"value": {
|
|
2464
|
+
"type": "boolean"
|
|
2465
|
+
}
|
|
2466
|
+
},
|
|
2337
2467
|
{
|
|
2338
2468
|
"name": "spellcheck",
|
|
2339
2469
|
"description": "Enables spell checking on the input.",
|
|
@@ -2676,6 +2806,13 @@
|
|
|
2676
2806
|
"type": "'enter' | 'done' | 'go' | 'next' | 'previous' | 'search' | 'send'"
|
|
2677
2807
|
}
|
|
2678
2808
|
},
|
|
2809
|
+
{
|
|
2810
|
+
"name": "style-on-valid",
|
|
2811
|
+
"description": "Shows success styles if the validity of the input is valid.",
|
|
2812
|
+
"value": {
|
|
2813
|
+
"type": "boolean"
|
|
2814
|
+
}
|
|
2815
|
+
},
|
|
2679
2816
|
{
|
|
2680
2817
|
"name": "spellcheck",
|
|
2681
2818
|
"description": "Enables spell checking on the input.",
|
|
@@ -4373,6 +4510,13 @@
|
|
|
4373
4510
|
"type": "boolean"
|
|
4374
4511
|
}
|
|
4375
4512
|
},
|
|
4513
|
+
{
|
|
4514
|
+
"name": "styleOnValid",
|
|
4515
|
+
"description": "Shows success styles if the validity of the input is valid.",
|
|
4516
|
+
"value": {
|
|
4517
|
+
"type": "boolean"
|
|
4518
|
+
}
|
|
4519
|
+
},
|
|
4376
4520
|
{
|
|
4377
4521
|
"name": "hoist",
|
|
4378
4522
|
"description": "Enable this option to prevent the listbox 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.",
|
|
@@ -4703,6 +4847,13 @@
|
|
|
4703
4847
|
"type": "boolean"
|
|
4704
4848
|
}
|
|
4705
4849
|
},
|
|
4850
|
+
{
|
|
4851
|
+
"name": "style-on-valid",
|
|
4852
|
+
"description": "Shows success styles if the validity of the input is valid.",
|
|
4853
|
+
"value": {
|
|
4854
|
+
"type": "boolean"
|
|
4855
|
+
}
|
|
4856
|
+
},
|
|
4706
4857
|
{
|
|
4707
4858
|
"name": "hoist",
|
|
4708
4859
|
"description": "Enable this option to prevent the listbox 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.",
|
|
@@ -5358,6 +5509,13 @@
|
|
|
5358
5509
|
"type": "'enter' | 'done' | 'go' | 'next' | 'previous' | 'search' | 'send'"
|
|
5359
5510
|
}
|
|
5360
5511
|
},
|
|
5512
|
+
{
|
|
5513
|
+
"name": "styleOnValid",
|
|
5514
|
+
"description": "Shows success styles if the validity of the input is valid.",
|
|
5515
|
+
"value": {
|
|
5516
|
+
"type": "boolean"
|
|
5517
|
+
}
|
|
5518
|
+
},
|
|
5361
5519
|
{
|
|
5362
5520
|
"name": "spellcheck",
|
|
5363
5521
|
"description": "Enables spell checking on the textarea.",
|
|
@@ -5633,6 +5791,13 @@
|
|
|
5633
5791
|
"type": "'enter' | 'done' | 'go' | 'next' | 'previous' | 'search' | 'send'"
|
|
5634
5792
|
}
|
|
5635
5793
|
},
|
|
5794
|
+
{
|
|
5795
|
+
"name": "style-on-valid",
|
|
5796
|
+
"description": "Shows success styles if the validity of the input is valid.",
|
|
5797
|
+
"value": {
|
|
5798
|
+
"type": "boolean"
|
|
5799
|
+
}
|
|
5800
|
+
},
|
|
5636
5801
|
{
|
|
5637
5802
|
"name": "spellcheck",
|
|
5638
5803
|
"description": "Enables spell checking on the textarea.",
|
|
@@ -5944,7 +6109,7 @@
|
|
|
5944
6109
|
]
|
|
5945
6110
|
},
|
|
5946
6111
|
{
|
|
5947
|
-
"name": "sd-1-
|
|
6112
|
+
"name": "sd-2-1-0-accordion-group",
|
|
5948
6113
|
"description": "",
|
|
5949
6114
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/accordion-group",
|
|
5950
6115
|
"js": {
|
|
@@ -5974,7 +6139,7 @@
|
|
|
5974
6139
|
]
|
|
5975
6140
|
},
|
|
5976
6141
|
{
|
|
5977
|
-
"name": "sd-1-
|
|
6142
|
+
"name": "sd-2-1-0-accordion",
|
|
5978
6143
|
"description": "",
|
|
5979
6144
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/accordion",
|
|
5980
6145
|
"js": {
|
|
@@ -6057,7 +6222,7 @@
|
|
|
6057
6222
|
]
|
|
6058
6223
|
},
|
|
6059
6224
|
{
|
|
6060
|
-
"name": "sd-1-
|
|
6225
|
+
"name": "sd-2-1-0-badge",
|
|
6061
6226
|
"description": "",
|
|
6062
6227
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/badge",
|
|
6063
6228
|
"js": {
|
|
@@ -6111,7 +6276,7 @@
|
|
|
6111
6276
|
]
|
|
6112
6277
|
},
|
|
6113
6278
|
{
|
|
6114
|
-
"name": "sd-1-
|
|
6279
|
+
"name": "sd-2-1-0-brandshape",
|
|
6115
6280
|
"description": "",
|
|
6116
6281
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/brandshape",
|
|
6117
6282
|
"js": {
|
|
@@ -6200,7 +6365,7 @@
|
|
|
6200
6365
|
]
|
|
6201
6366
|
},
|
|
6202
6367
|
{
|
|
6203
|
-
"name": "sd-1-
|
|
6368
|
+
"name": "sd-2-1-0-button",
|
|
6204
6369
|
"description": "",
|
|
6205
6370
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/button",
|
|
6206
6371
|
"js": {
|
|
@@ -6562,7 +6727,7 @@
|
|
|
6562
6727
|
]
|
|
6563
6728
|
},
|
|
6564
6729
|
{
|
|
6565
|
-
"name": "sd-1-
|
|
6730
|
+
"name": "sd-2-1-0-carousel-item",
|
|
6566
6731
|
"description": "",
|
|
6567
6732
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/carousel-item",
|
|
6568
6733
|
"js": {
|
|
@@ -6577,7 +6742,7 @@
|
|
|
6577
6742
|
"attributes": []
|
|
6578
6743
|
},
|
|
6579
6744
|
{
|
|
6580
|
-
"name": "sd-1-
|
|
6745
|
+
"name": "sd-2-1-0-carousel",
|
|
6581
6746
|
"description": "",
|
|
6582
6747
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/carousel",
|
|
6583
6748
|
"js": {
|
|
@@ -6781,7 +6946,7 @@
|
|
|
6781
6946
|
]
|
|
6782
6947
|
},
|
|
6783
6948
|
{
|
|
6784
|
-
"name": "sd-1-
|
|
6949
|
+
"name": "sd-2-1-0-checkbox-group",
|
|
6785
6950
|
"description": "",
|
|
6786
6951
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/checkbox-group",
|
|
6787
6952
|
"js": {
|
|
@@ -6859,7 +7024,7 @@
|
|
|
6859
7024
|
]
|
|
6860
7025
|
},
|
|
6861
7026
|
{
|
|
6862
|
-
"name": "sd-1-
|
|
7027
|
+
"name": "sd-2-1-0-checkbox",
|
|
6863
7028
|
"description": "",
|
|
6864
7029
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/checkbox",
|
|
6865
7030
|
"js": {
|
|
@@ -7100,7 +7265,130 @@
|
|
|
7100
7265
|
]
|
|
7101
7266
|
},
|
|
7102
7267
|
{
|
|
7103
|
-
"name": "sd-1-
|
|
7268
|
+
"name": "sd-2-1-0-dialog",
|
|
7269
|
+
"description": "",
|
|
7270
|
+
"doc-url": "https://solid.union-investment.com/[storybook-link]/dialog",
|
|
7271
|
+
"js": {
|
|
7272
|
+
"properties": [
|
|
7273
|
+
{
|
|
7274
|
+
"name": "hasSlotController",
|
|
7275
|
+
"value": {}
|
|
7276
|
+
},
|
|
7277
|
+
{
|
|
7278
|
+
"name": "localize",
|
|
7279
|
+
"value": {}
|
|
7280
|
+
},
|
|
7281
|
+
{
|
|
7282
|
+
"name": "modal",
|
|
7283
|
+
"value": {
|
|
7284
|
+
"type": "Modal"
|
|
7285
|
+
}
|
|
7286
|
+
},
|
|
7287
|
+
{
|
|
7288
|
+
"name": "open",
|
|
7289
|
+
"description": "Indicates whether or not the dialog is open. You can toggle this attribute to show and hide the dialog, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the dialog's open state.",
|
|
7290
|
+
"value": {
|
|
7291
|
+
"type": "boolean"
|
|
7292
|
+
}
|
|
7293
|
+
},
|
|
7294
|
+
{
|
|
7295
|
+
"name": "headline",
|
|
7296
|
+
"description": "The dialog's headline as displayed in the header. If you need to display HTML, use the `headline` slot instead.",
|
|
7297
|
+
"value": {
|
|
7298
|
+
"type": "string"
|
|
7299
|
+
}
|
|
7300
|
+
},
|
|
7301
|
+
{
|
|
7302
|
+
"name": "noCloseButton",
|
|
7303
|
+
"description": "This will remove the default close button. Please ensure you provide an easy, accessible way for users to dismiss the dialog.",
|
|
7304
|
+
"value": {
|
|
7305
|
+
"type": "boolean"
|
|
7306
|
+
}
|
|
7307
|
+
},
|
|
7308
|
+
{
|
|
7309
|
+
"name": "requestClose",
|
|
7310
|
+
"value": {}
|
|
7311
|
+
},
|
|
7312
|
+
{
|
|
7313
|
+
"name": "addOpenListeners",
|
|
7314
|
+
"value": {}
|
|
7315
|
+
},
|
|
7316
|
+
{
|
|
7317
|
+
"name": "removeOpenListeners",
|
|
7318
|
+
"value": {}
|
|
7319
|
+
},
|
|
7320
|
+
{
|
|
7321
|
+
"name": "handleDocumentKeyDown",
|
|
7322
|
+
"value": {}
|
|
7323
|
+
},
|
|
7324
|
+
{
|
|
7325
|
+
"name": "handleOpenChange",
|
|
7326
|
+
"value": {}
|
|
7327
|
+
},
|
|
7328
|
+
{
|
|
7329
|
+
"name": "show",
|
|
7330
|
+
"description": "Shows the dialog.",
|
|
7331
|
+
"value": {}
|
|
7332
|
+
},
|
|
7333
|
+
{
|
|
7334
|
+
"name": "hide",
|
|
7335
|
+
"description": "Hides the dialog",
|
|
7336
|
+
"value": {}
|
|
7337
|
+
}
|
|
7338
|
+
],
|
|
7339
|
+
"events": [
|
|
7340
|
+
{
|
|
7341
|
+
"name": "sd-show",
|
|
7342
|
+
"description": "Emitted when the dialog opens."
|
|
7343
|
+
},
|
|
7344
|
+
{
|
|
7345
|
+
"name": "sd-after-show",
|
|
7346
|
+
"description": "Emitted after the dialog opens and all animations are complete."
|
|
7347
|
+
},
|
|
7348
|
+
{
|
|
7349
|
+
"name": "sd-hide",
|
|
7350
|
+
"description": "Emitted when the dialog closes."
|
|
7351
|
+
},
|
|
7352
|
+
{
|
|
7353
|
+
"name": "sd-after-hide",
|
|
7354
|
+
"description": "Emitted after the dialog closes and all animations are complete."
|
|
7355
|
+
},
|
|
7356
|
+
{
|
|
7357
|
+
"name": "sd-initial-focus",
|
|
7358
|
+
"description": "Emitted when the dialog 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."
|
|
7359
|
+
},
|
|
7360
|
+
{
|
|
7361
|
+
"name": "sd-request-close",
|
|
7362
|
+
"description": "Emitted when the user attempts to close the dialog by clicking the close button, clicking the overlay, or pressing escape. Calling `event.preventDefault()` will keep the dialog open. Avoid using this unless closing the dialog will result in destructive behavior such as data loss."
|
|
7363
|
+
}
|
|
7364
|
+
]
|
|
7365
|
+
},
|
|
7366
|
+
"attributes": [
|
|
7367
|
+
{
|
|
7368
|
+
"name": "open",
|
|
7369
|
+
"description": "Indicates whether or not the dialog is open. You can toggle this attribute to show and hide the dialog, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the dialog's open state.",
|
|
7370
|
+
"value": {
|
|
7371
|
+
"type": "boolean"
|
|
7372
|
+
}
|
|
7373
|
+
},
|
|
7374
|
+
{
|
|
7375
|
+
"name": "headline",
|
|
7376
|
+
"description": "The dialog's headline as displayed in the header. If you need to display HTML, use the `headline` slot instead.",
|
|
7377
|
+
"value": {
|
|
7378
|
+
"type": "string"
|
|
7379
|
+
}
|
|
7380
|
+
},
|
|
7381
|
+
{
|
|
7382
|
+
"name": "no-close-button",
|
|
7383
|
+
"description": "This will remove the default close button. Please ensure you provide an easy, accessible way for users to dismiss the dialog.",
|
|
7384
|
+
"value": {
|
|
7385
|
+
"type": "boolean"
|
|
7386
|
+
}
|
|
7387
|
+
}
|
|
7388
|
+
]
|
|
7389
|
+
},
|
|
7390
|
+
{
|
|
7391
|
+
"name": "sd-2-1-0-divider",
|
|
7104
7392
|
"description": "",
|
|
7105
7393
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/divider",
|
|
7106
7394
|
"js": {
|
|
@@ -7140,7 +7428,7 @@
|
|
|
7140
7428
|
]
|
|
7141
7429
|
},
|
|
7142
7430
|
{
|
|
7143
|
-
"name": "sd-1-
|
|
7431
|
+
"name": "sd-2-1-0-drawer",
|
|
7144
7432
|
"description": "",
|
|
7145
7433
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/drawer",
|
|
7146
7434
|
"js": {
|
|
@@ -7293,7 +7581,7 @@
|
|
|
7293
7581
|
]
|
|
7294
7582
|
},
|
|
7295
7583
|
{
|
|
7296
|
-
"name": "sd-1-
|
|
7584
|
+
"name": "sd-2-1-0-dropdown",
|
|
7297
7585
|
"description": "",
|
|
7298
7586
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/dropdown",
|
|
7299
7587
|
"js": {
|
|
@@ -7547,7 +7835,7 @@
|
|
|
7547
7835
|
]
|
|
7548
7836
|
},
|
|
7549
7837
|
{
|
|
7550
|
-
"name": "sd-1-
|
|
7838
|
+
"name": "sd-2-1-0-header",
|
|
7551
7839
|
"description": "",
|
|
7552
7840
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/header",
|
|
7553
7841
|
"js": {
|
|
@@ -7599,7 +7887,7 @@
|
|
|
7599
7887
|
]
|
|
7600
7888
|
},
|
|
7601
7889
|
{
|
|
7602
|
-
"name": "sd-1-
|
|
7890
|
+
"name": "sd-2-1-0-icon",
|
|
7603
7891
|
"description": "",
|
|
7604
7892
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/icon",
|
|
7605
7893
|
"js": {
|
|
@@ -7708,7 +7996,7 @@
|
|
|
7708
7996
|
]
|
|
7709
7997
|
},
|
|
7710
7998
|
{
|
|
7711
|
-
"name": "sd-1-
|
|
7999
|
+
"name": "sd-2-1-0-include",
|
|
7712
8000
|
"description": "",
|
|
7713
8001
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/include",
|
|
7714
8002
|
"js": {
|
|
@@ -7779,7 +8067,7 @@
|
|
|
7779
8067
|
]
|
|
7780
8068
|
},
|
|
7781
8069
|
{
|
|
7782
|
-
"name": "sd-1-
|
|
8070
|
+
"name": "sd-2-1-0-input",
|
|
7783
8071
|
"description": "",
|
|
7784
8072
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/input",
|
|
7785
8073
|
"js": {
|
|
@@ -8020,6 +8308,13 @@
|
|
|
8020
8308
|
"type": "'enter' | 'done' | 'go' | 'next' | 'previous' | 'search' | 'send'"
|
|
8021
8309
|
}
|
|
8022
8310
|
},
|
|
8311
|
+
{
|
|
8312
|
+
"name": "styleOnValid",
|
|
8313
|
+
"description": "Shows success styles if the validity of the input is valid.",
|
|
8314
|
+
"value": {
|
|
8315
|
+
"type": "boolean"
|
|
8316
|
+
}
|
|
8317
|
+
},
|
|
8023
8318
|
{
|
|
8024
8319
|
"name": "spellcheck",
|
|
8025
8320
|
"description": "Enables spell checking on the input.",
|
|
@@ -8362,6 +8657,13 @@
|
|
|
8362
8657
|
"type": "'enter' | 'done' | 'go' | 'next' | 'previous' | 'search' | 'send'"
|
|
8363
8658
|
}
|
|
8364
8659
|
},
|
|
8660
|
+
{
|
|
8661
|
+
"name": "style-on-valid",
|
|
8662
|
+
"description": "Shows success styles if the validity of the input is valid.",
|
|
8663
|
+
"value": {
|
|
8664
|
+
"type": "boolean"
|
|
8665
|
+
}
|
|
8666
|
+
},
|
|
8365
8667
|
{
|
|
8366
8668
|
"name": "spellcheck",
|
|
8367
8669
|
"description": "Enables spell checking on the input.",
|
|
@@ -8372,7 +8674,7 @@
|
|
|
8372
8674
|
]
|
|
8373
8675
|
},
|
|
8374
8676
|
{
|
|
8375
|
-
"name": "sd-1-
|
|
8677
|
+
"name": "sd-2-1-0-link",
|
|
8376
8678
|
"description": "",
|
|
8377
8679
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/link",
|
|
8378
8680
|
"js": {
|
|
@@ -8499,7 +8801,7 @@
|
|
|
8499
8801
|
]
|
|
8500
8802
|
},
|
|
8501
8803
|
{
|
|
8502
|
-
"name": "sd-1-
|
|
8804
|
+
"name": "sd-2-1-0-navigation-item",
|
|
8503
8805
|
"description": "",
|
|
8504
8806
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/navigation-item",
|
|
8505
8807
|
"js": {
|
|
@@ -8724,7 +9026,7 @@
|
|
|
8724
9026
|
]
|
|
8725
9027
|
},
|
|
8726
9028
|
{
|
|
8727
|
-
"name": "sd-1-
|
|
9029
|
+
"name": "sd-2-1-0-notification",
|
|
8728
9030
|
"description": "",
|
|
8729
9031
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/notification",
|
|
8730
9032
|
"js": {
|
|
@@ -8890,7 +9192,7 @@
|
|
|
8890
9192
|
]
|
|
8891
9193
|
},
|
|
8892
9194
|
{
|
|
8893
|
-
"name": "sd-1-
|
|
9195
|
+
"name": "sd-2-1-0-option",
|
|
8894
9196
|
"description": "",
|
|
8895
9197
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/option",
|
|
8896
9198
|
"js": {
|
|
@@ -9019,7 +9321,7 @@
|
|
|
9019
9321
|
]
|
|
9020
9322
|
},
|
|
9021
9323
|
{
|
|
9022
|
-
"name": "sd-1-
|
|
9324
|
+
"name": "sd-2-1-0-popup",
|
|
9023
9325
|
"description": "",
|
|
9024
9326
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/popup",
|
|
9025
9327
|
"js": {
|
|
@@ -9371,7 +9673,7 @@
|
|
|
9371
9673
|
]
|
|
9372
9674
|
},
|
|
9373
9675
|
{
|
|
9374
|
-
"name": "sd-1-
|
|
9676
|
+
"name": "sd-2-1-0-radio-button",
|
|
9375
9677
|
"description": "",
|
|
9376
9678
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/radio-button",
|
|
9377
9679
|
"js": {
|
|
@@ -9470,7 +9772,7 @@
|
|
|
9470
9772
|
]
|
|
9471
9773
|
},
|
|
9472
9774
|
{
|
|
9473
|
-
"name": "sd-1-
|
|
9775
|
+
"name": "sd-2-1-0-radio-group",
|
|
9474
9776
|
"description": "",
|
|
9475
9777
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/radio-group",
|
|
9476
9778
|
"js": {
|
|
@@ -9729,7 +10031,7 @@
|
|
|
9729
10031
|
]
|
|
9730
10032
|
},
|
|
9731
10033
|
{
|
|
9732
|
-
"name": "sd-1-
|
|
10034
|
+
"name": "sd-2-1-0-radio",
|
|
9733
10035
|
"description": "",
|
|
9734
10036
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/radio",
|
|
9735
10037
|
"js": {
|
|
@@ -9851,7 +10153,7 @@
|
|
|
9851
10153
|
]
|
|
9852
10154
|
},
|
|
9853
10155
|
{
|
|
9854
|
-
"name": "sd-1-
|
|
10156
|
+
"name": "sd-2-1-0-select",
|
|
9855
10157
|
"description": "",
|
|
9856
10158
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/select",
|
|
9857
10159
|
"js": {
|
|
@@ -10059,6 +10361,13 @@
|
|
|
10059
10361
|
"type": "boolean"
|
|
10060
10362
|
}
|
|
10061
10363
|
},
|
|
10364
|
+
{
|
|
10365
|
+
"name": "styleOnValid",
|
|
10366
|
+
"description": "Shows success styles if the validity of the input is valid.",
|
|
10367
|
+
"value": {
|
|
10368
|
+
"type": "boolean"
|
|
10369
|
+
}
|
|
10370
|
+
},
|
|
10062
10371
|
{
|
|
10063
10372
|
"name": "hoist",
|
|
10064
10373
|
"description": "Enable this option to prevent the listbox 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.",
|
|
@@ -10389,6 +10698,13 @@
|
|
|
10389
10698
|
"type": "boolean"
|
|
10390
10699
|
}
|
|
10391
10700
|
},
|
|
10701
|
+
{
|
|
10702
|
+
"name": "style-on-valid",
|
|
10703
|
+
"description": "Shows success styles if the validity of the input is valid.",
|
|
10704
|
+
"value": {
|
|
10705
|
+
"type": "boolean"
|
|
10706
|
+
}
|
|
10707
|
+
},
|
|
10392
10708
|
{
|
|
10393
10709
|
"name": "hoist",
|
|
10394
10710
|
"description": "Enable this option to prevent the listbox 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.",
|
|
@@ -10406,7 +10722,7 @@
|
|
|
10406
10722
|
]
|
|
10407
10723
|
},
|
|
10408
10724
|
{
|
|
10409
|
-
"name": "sd-1-
|
|
10725
|
+
"name": "sd-2-1-0-spinner",
|
|
10410
10726
|
"description": "",
|
|
10411
10727
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/spinner",
|
|
10412
10728
|
"js": {
|
|
@@ -10436,7 +10752,7 @@
|
|
|
10436
10752
|
]
|
|
10437
10753
|
},
|
|
10438
10754
|
{
|
|
10439
|
-
"name": "sd-1-
|
|
10755
|
+
"name": "sd-2-1-0-switch",
|
|
10440
10756
|
"description": "",
|
|
10441
10757
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/switch",
|
|
10442
10758
|
"js": {
|
|
@@ -10651,7 +10967,7 @@
|
|
|
10651
10967
|
]
|
|
10652
10968
|
},
|
|
10653
10969
|
{
|
|
10654
|
-
"name": "sd-1-
|
|
10970
|
+
"name": "sd-2-1-0-tag",
|
|
10655
10971
|
"description": "",
|
|
10656
10972
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/tag",
|
|
10657
10973
|
"js": {
|
|
@@ -10805,7 +11121,7 @@
|
|
|
10805
11121
|
]
|
|
10806
11122
|
},
|
|
10807
11123
|
{
|
|
10808
|
-
"name": "sd-1-
|
|
11124
|
+
"name": "sd-2-1-0-teaser",
|
|
10809
11125
|
"description": "",
|
|
10810
11126
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/teaser",
|
|
10811
11127
|
"js": {
|
|
@@ -10877,7 +11193,7 @@
|
|
|
10877
11193
|
]
|
|
10878
11194
|
},
|
|
10879
11195
|
{
|
|
10880
|
-
"name": "sd-1-
|
|
11196
|
+
"name": "sd-2-1-0-textarea",
|
|
10881
11197
|
"description": "",
|
|
10882
11198
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/textarea",
|
|
10883
11199
|
"js": {
|
|
@@ -11044,6 +11360,13 @@
|
|
|
11044
11360
|
"type": "'enter' | 'done' | 'go' | 'next' | 'previous' | 'search' | 'send'"
|
|
11045
11361
|
}
|
|
11046
11362
|
},
|
|
11363
|
+
{
|
|
11364
|
+
"name": "styleOnValid",
|
|
11365
|
+
"description": "Shows success styles if the validity of the input is valid.",
|
|
11366
|
+
"value": {
|
|
11367
|
+
"type": "boolean"
|
|
11368
|
+
}
|
|
11369
|
+
},
|
|
11047
11370
|
{
|
|
11048
11371
|
"name": "spellcheck",
|
|
11049
11372
|
"description": "Enables spell checking on the textarea.",
|
|
@@ -11319,6 +11642,13 @@
|
|
|
11319
11642
|
"type": "'enter' | 'done' | 'go' | 'next' | 'previous' | 'search' | 'send'"
|
|
11320
11643
|
}
|
|
11321
11644
|
},
|
|
11645
|
+
{
|
|
11646
|
+
"name": "style-on-valid",
|
|
11647
|
+
"description": "Shows success styles if the validity of the input is valid.",
|
|
11648
|
+
"value": {
|
|
11649
|
+
"type": "boolean"
|
|
11650
|
+
}
|
|
11651
|
+
},
|
|
11322
11652
|
{
|
|
11323
11653
|
"name": "spellcheck",
|
|
11324
11654
|
"description": "Enables spell checking on the textarea.",
|
|
@@ -11336,7 +11666,7 @@
|
|
|
11336
11666
|
]
|
|
11337
11667
|
},
|
|
11338
11668
|
{
|
|
11339
|
-
"name": "sd-1-
|
|
11669
|
+
"name": "sd-2-1-0-tooltip",
|
|
11340
11670
|
"description": "",
|
|
11341
11671
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/tooltip",
|
|
11342
11672
|
"js": {
|
|
@@ -11529,7 +11859,7 @@
|
|
|
11529
11859
|
]
|
|
11530
11860
|
},
|
|
11531
11861
|
{
|
|
11532
|
-
"name": "sd-1-
|
|
11862
|
+
"name": "sd-2-1-0-video",
|
|
11533
11863
|
"description": "",
|
|
11534
11864
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/video",
|
|
11535
11865
|
"js": {
|