@solid-design-system/components 1.7.0 → 1.9.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/accordion-group.js +1 -1
- package/dist/components/es/accordion.js +1 -1
- package/dist/components/es/drawer.js +1 -0
- package/dist/components/es/dropdown.js +1 -0
- package/dist/components/es/event.js +1 -0
- package/dist/components/es/popup.js +1 -0
- package/dist/components/es/solid-components2.js +1 -1
- package/dist/components/es/solid-element.js +4 -4
- package/dist/components/es/tabbable.js +1 -0
- package/dist/components/umd/solid-components.js +16 -16
- package/dist/custom-elements.json +1 -1
- package/dist/package/components/drawer/drawer.d.ts +34 -0
- package/dist/package/components/drawer/drawer.js +283 -0
- package/dist/package/components/dropdown/dropdown.d.ts +49 -0
- package/dist/package/components/dropdown/dropdown.js +335 -0
- package/dist/package/components/icon/library.system.d.ts +1 -0
- package/dist/package/components/icon/library.system.js +6 -1
- package/dist/package/components/popup/popup.d.ts +42 -0
- package/dist/package/components/popup/popup.js +318 -0
- package/dist/package/internal/modal.d.ts +12 -0
- package/dist/package/internal/modal.js +52 -0
- package/dist/package/internal/offset.d.ts +4 -0
- package/dist/package/internal/offset.js +9 -0
- package/dist/package/internal/scroll.d.ts +3 -0
- package/dist/package/internal/scroll.js +49 -0
- package/dist/package/internal/string.d.ts +1 -0
- package/dist/package/internal/string.js +6 -0
- package/dist/package/internal/tabbable.d.ts +4 -0
- package/dist/package/internal/tabbable.js +50 -0
- package/dist/package/solid-components.d.ts +3 -0
- package/dist/package/solid-components.js +16 -10
- 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 +2 -2
- package/dist/versioned-components/es/divider.js +1 -1
- package/dist/versioned-components/es/drawer.js +1 -0
- package/dist/versioned-components/es/dropdown.js +1 -0
- package/dist/versioned-components/es/event.js +1 -0
- package/dist/versioned-components/es/icon.js +1 -1
- package/dist/versioned-components/es/include.js +1 -1
- package/dist/versioned-components/es/link.js +1 -1
- package/dist/versioned-components/es/popup.js +1 -0
- package/dist/versioned-components/es/solid-components2.js +1 -1
- package/dist/versioned-components/es/solid-element.js +4 -4
- package/dist/versioned-components/es/spinner.js +1 -1
- package/dist/versioned-components/es/tabbable.js +1 -0
- package/dist/versioned-components/es/teaser.js +1 -1
- 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/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 +34 -0
- package/dist/versioned-package/components/drawer/drawer.js +283 -0
- package/dist/versioned-package/components/dropdown/dropdown.d.ts +49 -0
- package/dist/versioned-package/components/dropdown/dropdown.js +335 -0
- 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 +1 -0
- package/dist/versioned-package/components/icon/library.system.js +6 -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/popup/popup.d.ts +42 -0
- package/dist/versioned-package/components/popup/popup.js +318 -0
- 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/teaser/teaser.js +1 -1
- package/dist/versioned-package/internal/form.js +1 -1
- package/dist/versioned-package/internal/modal.d.ts +12 -0
- package/dist/versioned-package/internal/modal.js +52 -0
- package/dist/versioned-package/internal/offset.d.ts +4 -0
- package/dist/versioned-package/internal/offset.js +9 -0
- package/dist/versioned-package/internal/scroll.d.ts +3 -0
- package/dist/versioned-package/internal/scroll.js +49 -0
- package/dist/versioned-package/internal/string.d.ts +1 -0
- package/dist/versioned-package/internal/string.js +6 -0
- package/dist/versioned-package/internal/tabbable.d.ts +4 -0
- package/dist/versioned-package/internal/tabbable.js +50 -0
- package/dist/versioned-package/solid-components.d.ts +3 -0
- package/dist/versioned-package/solid-components.js +16 -10
- package/dist/versioned-package/styles/tailwind.css.js +1 -1
- package/dist/vscode.html-custom-data.json +731 -11
- package/dist/web-types.json +2107 -625
- package/package.json +4 -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.9.0",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"framework-config": {
|
|
7
7
|
"enable-when": {
|
|
@@ -649,628 +649,1844 @@
|
|
|
649
649
|
]
|
|
650
650
|
},
|
|
651
651
|
{
|
|
652
|
-
"name": "sd-
|
|
652
|
+
"name": "sd-drawer",
|
|
653
653
|
"description": "",
|
|
654
|
-
"doc-url": "https://solid.union-investment.com/[storybook-link]/
|
|
654
|
+
"doc-url": "https://solid.union-investment.com/[storybook-link]/drawer",
|
|
655
655
|
"js": {
|
|
656
656
|
"properties": [
|
|
657
657
|
{
|
|
658
|
-
"name": "
|
|
659
|
-
"value": {
|
|
660
|
-
"type": "string"
|
|
661
|
-
}
|
|
658
|
+
"name": "hasSlotController",
|
|
659
|
+
"value": {}
|
|
662
660
|
},
|
|
663
661
|
{
|
|
664
|
-
"name": "
|
|
665
|
-
"
|
|
666
|
-
"value": {
|
|
667
|
-
"type": "string | undefined"
|
|
668
|
-
}
|
|
662
|
+
"name": "localize",
|
|
663
|
+
"value": {}
|
|
669
664
|
},
|
|
670
665
|
{
|
|
671
|
-
"name": "
|
|
672
|
-
"
|
|
666
|
+
"name": "modal",
|
|
667
|
+
"value": {}
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
"name": "open",
|
|
671
|
+
"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.",
|
|
673
672
|
"value": {
|
|
674
|
-
"type": "
|
|
673
|
+
"type": "boolean"
|
|
675
674
|
}
|
|
676
675
|
},
|
|
677
676
|
{
|
|
678
677
|
"name": "label",
|
|
679
|
-
"description": "
|
|
678
|
+
"description": "You should always include a relevant label even when using\n`no-header`, as it is required for proper accessibility.",
|
|
680
679
|
"value": {
|
|
681
680
|
"type": "string"
|
|
682
681
|
}
|
|
683
682
|
},
|
|
684
683
|
{
|
|
685
|
-
"name": "
|
|
686
|
-
"description": "The
|
|
684
|
+
"name": "placement",
|
|
685
|
+
"description": "The direction from which the drawer will open.",
|
|
687
686
|
"value": {
|
|
688
|
-
"type": "
|
|
687
|
+
"type": "'end' | 'start'"
|
|
689
688
|
}
|
|
690
689
|
},
|
|
691
690
|
{
|
|
692
|
-
"name": "
|
|
693
|
-
"description": "
|
|
691
|
+
"name": "contained",
|
|
692
|
+
"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.",
|
|
694
693
|
"value": {
|
|
695
|
-
"type": "
|
|
694
|
+
"type": "boolean"
|
|
696
695
|
}
|
|
697
696
|
},
|
|
698
697
|
{
|
|
699
|
-
"name": "
|
|
698
|
+
"name": "noHeader",
|
|
699
|
+
"description": "Removes the header. This will also remove the default close button, so please ensure you provide an easy, accessible way for users to dismiss the drawer.",
|
|
700
|
+
"value": {
|
|
701
|
+
"type": "boolean"
|
|
702
|
+
}
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
"name": "requestClose",
|
|
700
706
|
"value": {}
|
|
701
707
|
},
|
|
702
708
|
{
|
|
703
|
-
"name": "
|
|
709
|
+
"name": "addOpenListeners",
|
|
704
710
|
"value": {}
|
|
705
711
|
},
|
|
706
712
|
{
|
|
707
|
-
"name": "
|
|
713
|
+
"name": "removeOpenListeners",
|
|
714
|
+
"value": {}
|
|
715
|
+
},
|
|
716
|
+
{
|
|
717
|
+
"name": "handleDocumentKeyDown",
|
|
718
|
+
"value": {}
|
|
719
|
+
},
|
|
720
|
+
{
|
|
721
|
+
"name": "handleOpenChange",
|
|
722
|
+
"value": {}
|
|
723
|
+
},
|
|
724
|
+
{
|
|
725
|
+
"name": "handleNoModalChange",
|
|
726
|
+
"value": {}
|
|
727
|
+
},
|
|
728
|
+
{
|
|
729
|
+
"name": "show",
|
|
730
|
+
"description": "Shows the drawer.",
|
|
731
|
+
"value": {}
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
"name": "hide",
|
|
735
|
+
"description": "Hides the drawer",
|
|
708
736
|
"value": {}
|
|
709
737
|
}
|
|
710
738
|
],
|
|
711
739
|
"events": [
|
|
712
740
|
{
|
|
713
|
-
"name": "sd-
|
|
714
|
-
"description": "Emitted when the
|
|
741
|
+
"name": "sd-show",
|
|
742
|
+
"description": "Emitted when the drawer opens."
|
|
715
743
|
},
|
|
716
744
|
{
|
|
717
|
-
"name": "sd-
|
|
718
|
-
"description": "Emitted
|
|
745
|
+
"name": "sd-after-show",
|
|
746
|
+
"description": "Emitted after the drawer opens and all animations are complete."
|
|
747
|
+
},
|
|
748
|
+
{
|
|
749
|
+
"name": "sd-hide",
|
|
750
|
+
"description": "Emitted when the drawer closes."
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
"name": "sd-after-hide",
|
|
754
|
+
"description": "Emitted after the drawer closes and all animations are complete."
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
"name": "sd-initial-focus",
|
|
758
|
+
"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."
|
|
759
|
+
},
|
|
760
|
+
{
|
|
761
|
+
"name": "sd-request-close",
|
|
762
|
+
"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."
|
|
719
763
|
}
|
|
720
764
|
]
|
|
721
765
|
},
|
|
722
766
|
"attributes": [
|
|
723
767
|
{
|
|
724
|
-
"name": "
|
|
725
|
-
"description": "
|
|
768
|
+
"name": "open",
|
|
769
|
+
"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.",
|
|
726
770
|
"value": {
|
|
727
|
-
"type": "
|
|
771
|
+
"type": "boolean"
|
|
728
772
|
}
|
|
729
773
|
},
|
|
730
774
|
{
|
|
731
|
-
"name": "
|
|
732
|
-
"description": "
|
|
775
|
+
"name": "label",
|
|
776
|
+
"description": "You should always include a relevant label even when using\n`no-header`, as it is required for proper accessibility.",
|
|
733
777
|
"value": {
|
|
734
|
-
"type": "string
|
|
778
|
+
"type": "string"
|
|
735
779
|
}
|
|
736
780
|
},
|
|
737
781
|
{
|
|
738
|
-
"name": "
|
|
739
|
-
"description": "
|
|
782
|
+
"name": "placement",
|
|
783
|
+
"description": "The direction from which the drawer will open.",
|
|
740
784
|
"value": {
|
|
741
|
-
"type": "
|
|
785
|
+
"type": "'end' | 'start'"
|
|
742
786
|
}
|
|
743
787
|
},
|
|
744
788
|
{
|
|
745
|
-
"name": "
|
|
746
|
-
"description": "
|
|
789
|
+
"name": "contained",
|
|
790
|
+
"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.",
|
|
747
791
|
"value": {
|
|
748
|
-
"type": "
|
|
792
|
+
"type": "boolean"
|
|
749
793
|
}
|
|
750
794
|
},
|
|
751
795
|
{
|
|
752
|
-
"name": "
|
|
753
|
-
"description": "
|
|
796
|
+
"name": "no-header",
|
|
797
|
+
"description": "Removes the header. This will also remove the default close button, so please ensure you provide an easy, accessible way for users to dismiss the drawer.",
|
|
754
798
|
"value": {
|
|
755
|
-
"type": "
|
|
799
|
+
"type": "boolean"
|
|
756
800
|
}
|
|
757
801
|
}
|
|
758
802
|
]
|
|
759
803
|
},
|
|
760
804
|
{
|
|
761
|
-
"
|
|
762
|
-
"js": {
|
|
763
|
-
"properties": [],
|
|
764
|
-
"events": []
|
|
765
|
-
},
|
|
766
|
-
"attributes": []
|
|
767
|
-
},
|
|
768
|
-
{
|
|
769
|
-
"doc-url": "https://solid.union-investment.com/[storybook-link]/",
|
|
770
|
-
"js": {
|
|
771
|
-
"properties": [],
|
|
772
|
-
"events": []
|
|
773
|
-
},
|
|
774
|
-
"attributes": []
|
|
775
|
-
},
|
|
776
|
-
{
|
|
777
|
-
"description": "Adds an icon to the list of watched icons.",
|
|
778
|
-
"doc-url": "https://solid.union-investment.com/[storybook-link]/",
|
|
779
|
-
"js": {
|
|
780
|
-
"properties": [],
|
|
781
|
-
"events": []
|
|
782
|
-
},
|
|
783
|
-
"attributes": []
|
|
784
|
-
},
|
|
785
|
-
{
|
|
786
|
-
"description": "Removes an icon from the list of watched icons.",
|
|
787
|
-
"doc-url": "https://solid.union-investment.com/[storybook-link]/",
|
|
788
|
-
"js": {
|
|
789
|
-
"properties": [],
|
|
790
|
-
"events": []
|
|
791
|
-
},
|
|
792
|
-
"attributes": []
|
|
793
|
-
},
|
|
794
|
-
{
|
|
795
|
-
"description": "Returns a library from the registry.",
|
|
796
|
-
"doc-url": "https://solid.union-investment.com/[storybook-link]/",
|
|
797
|
-
"js": {
|
|
798
|
-
"properties": [],
|
|
799
|
-
"events": []
|
|
800
|
-
},
|
|
801
|
-
"attributes": []
|
|
802
|
-
},
|
|
803
|
-
{
|
|
804
|
-
"description": "Adds an icon library to the registry, or overrides an existing one.",
|
|
805
|
-
"doc-url": "https://solid.union-investment.com/[storybook-link]/",
|
|
806
|
-
"js": {
|
|
807
|
-
"properties": [],
|
|
808
|
-
"events": []
|
|
809
|
-
},
|
|
810
|
-
"attributes": []
|
|
811
|
-
},
|
|
812
|
-
{
|
|
813
|
-
"description": "Removes an icon library from the registry.",
|
|
814
|
-
"doc-url": "https://solid.union-investment.com/[storybook-link]/",
|
|
815
|
-
"js": {
|
|
816
|
-
"properties": [],
|
|
817
|
-
"events": []
|
|
818
|
-
},
|
|
819
|
-
"attributes": []
|
|
820
|
-
},
|
|
821
|
-
{
|
|
822
|
-
"doc-url": "https://solid.union-investment.com/[storybook-link]/",
|
|
823
|
-
"js": {
|
|
824
|
-
"properties": [],
|
|
825
|
-
"events": []
|
|
826
|
-
},
|
|
827
|
-
"attributes": []
|
|
828
|
-
},
|
|
829
|
-
{
|
|
830
|
-
"name": "sd-include",
|
|
805
|
+
"name": "sd-dropdown",
|
|
831
806
|
"description": "",
|
|
832
|
-
"doc-url": "https://solid.union-investment.com/[storybook-link]/
|
|
807
|
+
"doc-url": "https://solid.union-investment.com/[storybook-link]/dropdown",
|
|
833
808
|
"js": {
|
|
834
809
|
"properties": [
|
|
835
810
|
{
|
|
836
|
-
"name": "
|
|
837
|
-
"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.",
|
|
811
|
+
"name": "popup",
|
|
838
812
|
"value": {
|
|
839
|
-
"type": "
|
|
813
|
+
"type": "SdPopup"
|
|
840
814
|
}
|
|
841
815
|
},
|
|
842
816
|
{
|
|
843
|
-
"name": "
|
|
844
|
-
"
|
|
817
|
+
"name": "localize",
|
|
818
|
+
"value": {}
|
|
819
|
+
},
|
|
820
|
+
{
|
|
821
|
+
"name": "open",
|
|
822
|
+
"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.",
|
|
845
823
|
"value": {
|
|
846
|
-
"type": "
|
|
824
|
+
"type": "boolean"
|
|
847
825
|
}
|
|
848
826
|
},
|
|
849
827
|
{
|
|
850
|
-
"name": "
|
|
851
|
-
"description": "
|
|
828
|
+
"name": "rounded",
|
|
829
|
+
"description": "Indicates whether or not the dropdown should be styled with rounded corners.",
|
|
852
830
|
"value": {
|
|
853
831
|
"type": "boolean"
|
|
854
832
|
}
|
|
855
833
|
},
|
|
856
834
|
{
|
|
857
|
-
"name": "
|
|
858
|
-
"
|
|
835
|
+
"name": "placement",
|
|
836
|
+
"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.",
|
|
837
|
+
"value": {
|
|
838
|
+
"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'"
|
|
839
|
+
}
|
|
859
840
|
},
|
|
860
841
|
{
|
|
861
|
-
"name": "
|
|
862
|
-
"
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
{
|
|
867
|
-
"name": "sd-load",
|
|
868
|
-
"description": "Emitted when the included file is loaded."
|
|
842
|
+
"name": "disabled",
|
|
843
|
+
"description": "Disables the dropdown so the panel will not open.",
|
|
844
|
+
"value": {
|
|
845
|
+
"type": "boolean"
|
|
846
|
+
}
|
|
869
847
|
},
|
|
870
848
|
{
|
|
871
|
-
"name": "
|
|
872
|
-
"description": "
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
{
|
|
878
|
-
"name": "src",
|
|
879
|
-
"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.",
|
|
880
|
-
"value": {
|
|
881
|
-
"type": "string"
|
|
882
|
-
}
|
|
883
|
-
},
|
|
884
|
-
{
|
|
885
|
-
"name": "mode",
|
|
886
|
-
"description": "The fetch mode to use.",
|
|
887
|
-
"value": {
|
|
888
|
-
"type": "'cors' | 'no-cors' | 'same-origin'"
|
|
889
|
-
}
|
|
890
|
-
},
|
|
891
|
-
{
|
|
892
|
-
"name": "allow-scripts",
|
|
893
|
-
"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.",
|
|
894
|
-
"value": {
|
|
895
|
-
"type": "boolean"
|
|
896
|
-
}
|
|
897
|
-
}
|
|
898
|
-
]
|
|
899
|
-
},
|
|
900
|
-
{
|
|
901
|
-
"description": "Fetches an include file from a remote source. Caching is enabled so the origin is only pinged once.",
|
|
902
|
-
"doc-url": "https://solid.union-investment.com/[storybook-link]/",
|
|
903
|
-
"js": {
|
|
904
|
-
"properties": [],
|
|
905
|
-
"events": []
|
|
906
|
-
},
|
|
907
|
-
"attributes": []
|
|
908
|
-
},
|
|
909
|
-
{
|
|
910
|
-
"name": "sd-link",
|
|
911
|
-
"description": "",
|
|
912
|
-
"doc-url": "https://solid.union-investment.com/[storybook-link]/link",
|
|
913
|
-
"js": {
|
|
914
|
-
"properties": [
|
|
849
|
+
"name": "stayOpenOnSelect",
|
|
850
|
+
"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.",
|
|
851
|
+
"value": {
|
|
852
|
+
"type": "boolean"
|
|
853
|
+
}
|
|
854
|
+
},
|
|
915
855
|
{
|
|
916
|
-
"name": "
|
|
917
|
-
"
|
|
856
|
+
"name": "distance",
|
|
857
|
+
"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`.",
|
|
858
|
+
"value": {
|
|
859
|
+
"type": "number"
|
|
860
|
+
}
|
|
918
861
|
},
|
|
919
862
|
{
|
|
920
|
-
"name": "
|
|
921
|
-
"description": "The
|
|
863
|
+
"name": "skidding",
|
|
864
|
+
"description": "The distance in pixels from which to offset the panel along its trigger.",
|
|
922
865
|
"value": {
|
|
923
|
-
"type": "
|
|
866
|
+
"type": "number"
|
|
924
867
|
}
|
|
925
868
|
},
|
|
926
869
|
{
|
|
927
|
-
"name": "
|
|
928
|
-
"description": "
|
|
870
|
+
"name": "noAutoSize",
|
|
871
|
+
"description": "Indicates whether or not the dropdown should automatically resize its content's width/height regarding the available space on screen.",
|
|
929
872
|
"value": {
|
|
930
873
|
"type": "boolean"
|
|
931
874
|
}
|
|
932
875
|
},
|
|
933
876
|
{
|
|
934
|
-
"name": "
|
|
935
|
-
"description": "
|
|
877
|
+
"name": "noFlip",
|
|
878
|
+
"description": "When set to true, the placement of the dropdown will not flip to the opposite site to keep it in view.",
|
|
936
879
|
"value": {
|
|
937
880
|
"type": "boolean"
|
|
938
881
|
}
|
|
939
882
|
},
|
|
940
883
|
{
|
|
941
|
-
"name": "
|
|
942
|
-
"description": "
|
|
884
|
+
"name": "hoist",
|
|
885
|
+
"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.",
|
|
943
886
|
"value": {
|
|
944
|
-
"type": "
|
|
887
|
+
"type": "boolean"
|
|
945
888
|
}
|
|
946
889
|
},
|
|
947
890
|
{
|
|
948
|
-
"name": "
|
|
949
|
-
"
|
|
950
|
-
"value": {
|
|
951
|
-
"type": "'_blank' | '_parent' | '_self' | '_top'"
|
|
952
|
-
}
|
|
891
|
+
"name": "focusOnTrigger",
|
|
892
|
+
"value": {}
|
|
953
893
|
},
|
|
954
894
|
{
|
|
955
|
-
"name": "
|
|
956
|
-
"
|
|
957
|
-
"value": {
|
|
958
|
-
"type": "string | undefined"
|
|
959
|
-
}
|
|
895
|
+
"name": "getMenu",
|
|
896
|
+
"value": {}
|
|
960
897
|
},
|
|
961
898
|
{
|
|
962
|
-
"name": "
|
|
899
|
+
"name": "handleKeyDown",
|
|
963
900
|
"value": {}
|
|
964
901
|
},
|
|
965
902
|
{
|
|
966
|
-
"name": "
|
|
903
|
+
"name": "handleDocumentKeyDown",
|
|
967
904
|
"value": {}
|
|
968
905
|
},
|
|
969
906
|
{
|
|
970
|
-
"name": "
|
|
971
|
-
"description": "Sets focus on the button.",
|
|
907
|
+
"name": "handleDocumentMouseDown",
|
|
972
908
|
"value": {}
|
|
973
909
|
},
|
|
974
910
|
{
|
|
975
|
-
"name": "
|
|
976
|
-
"
|
|
911
|
+
"name": "handleMenuItemActivate",
|
|
912
|
+
"value": {}
|
|
913
|
+
},
|
|
914
|
+
{
|
|
915
|
+
"name": "handlePanelSelect",
|
|
916
|
+
"value": {}
|
|
917
|
+
},
|
|
918
|
+
{
|
|
919
|
+
"name": "handleTriggerClick",
|
|
920
|
+
"value": {}
|
|
921
|
+
},
|
|
922
|
+
{
|
|
923
|
+
"name": "handleTriggerKeyDown",
|
|
924
|
+
"value": {}
|
|
925
|
+
},
|
|
926
|
+
{
|
|
927
|
+
"name": "handleTriggerKeyUp",
|
|
928
|
+
"value": {}
|
|
929
|
+
},
|
|
930
|
+
{
|
|
931
|
+
"name": "handleTriggerSlotChange",
|
|
932
|
+
"value": {}
|
|
933
|
+
},
|
|
934
|
+
{
|
|
935
|
+
"name": "updateAccessibleTrigger",
|
|
936
|
+
"value": {}
|
|
937
|
+
},
|
|
938
|
+
{
|
|
939
|
+
"name": "show",
|
|
940
|
+
"description": "Shows the dropdown panel.",
|
|
941
|
+
"value": {}
|
|
942
|
+
},
|
|
943
|
+
{
|
|
944
|
+
"name": "hide",
|
|
945
|
+
"description": "Hides the dropdown panel",
|
|
946
|
+
"value": {}
|
|
947
|
+
},
|
|
948
|
+
{
|
|
949
|
+
"name": "reposition",
|
|
950
|
+
"description": "Instructs the dropdown menu to reposition. Useful when the position or size of the trigger changes when the menu\nis activated.",
|
|
951
|
+
"value": {}
|
|
952
|
+
},
|
|
953
|
+
{
|
|
954
|
+
"name": "addOpenListeners",
|
|
955
|
+
"value": {}
|
|
956
|
+
},
|
|
957
|
+
{
|
|
958
|
+
"name": "removeOpenListeners",
|
|
959
|
+
"value": {}
|
|
960
|
+
},
|
|
961
|
+
{
|
|
962
|
+
"name": "handleOpenChange",
|
|
977
963
|
"value": {}
|
|
978
964
|
}
|
|
979
965
|
],
|
|
980
966
|
"events": [
|
|
981
967
|
{
|
|
982
|
-
"name": "sd-
|
|
983
|
-
"description": "Emitted when the
|
|
968
|
+
"name": "sd-show",
|
|
969
|
+
"description": "Emitted when the dropdown opens."
|
|
984
970
|
},
|
|
985
971
|
{
|
|
986
|
-
"name": "sd-
|
|
987
|
-
"description": "Emitted
|
|
972
|
+
"name": "sd-after-show",
|
|
973
|
+
"description": "Emitted after the dropdown opens and all animations are complete."
|
|
974
|
+
},
|
|
975
|
+
{
|
|
976
|
+
"name": "sd-hide",
|
|
977
|
+
"description": "Emitted when the dropdown closes."
|
|
978
|
+
},
|
|
979
|
+
{
|
|
980
|
+
"name": "sd-after-hide",
|
|
981
|
+
"description": "Emitted after the dropdown closes and all animations are complete."
|
|
988
982
|
}
|
|
989
983
|
]
|
|
990
984
|
},
|
|
991
985
|
"attributes": [
|
|
992
986
|
{
|
|
993
|
-
"name": "
|
|
994
|
-
"description": "
|
|
987
|
+
"name": "open",
|
|
988
|
+
"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.",
|
|
995
989
|
"value": {
|
|
996
|
-
"type": "
|
|
990
|
+
"type": "boolean"
|
|
997
991
|
}
|
|
998
992
|
},
|
|
999
993
|
{
|
|
1000
|
-
"name": "
|
|
1001
|
-
"description": "
|
|
994
|
+
"name": "rounded",
|
|
995
|
+
"description": "Indicates whether or not the dropdown should be styled with rounded corners.",
|
|
1002
996
|
"value": {
|
|
1003
997
|
"type": "boolean"
|
|
1004
998
|
}
|
|
1005
999
|
},
|
|
1006
1000
|
{
|
|
1007
|
-
"name": "
|
|
1008
|
-
"description": "
|
|
1001
|
+
"name": "placement",
|
|
1002
|
+
"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.",
|
|
1003
|
+
"value": {
|
|
1004
|
+
"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'"
|
|
1005
|
+
}
|
|
1006
|
+
},
|
|
1007
|
+
{
|
|
1008
|
+
"name": "disabled",
|
|
1009
|
+
"description": "Disables the dropdown so the panel will not open.",
|
|
1009
1010
|
"value": {
|
|
1010
1011
|
"type": "boolean"
|
|
1011
1012
|
}
|
|
1012
1013
|
},
|
|
1013
1014
|
{
|
|
1014
|
-
"name": "
|
|
1015
|
-
"description": "
|
|
1015
|
+
"name": "stay-open-on-select",
|
|
1016
|
+
"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.",
|
|
1016
1017
|
"value": {
|
|
1017
|
-
"type": "
|
|
1018
|
+
"type": "boolean"
|
|
1018
1019
|
}
|
|
1019
1020
|
},
|
|
1020
1021
|
{
|
|
1021
|
-
"name": "
|
|
1022
|
-
"description": "
|
|
1022
|
+
"name": "distance",
|
|
1023
|
+
"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`.",
|
|
1023
1024
|
"value": {
|
|
1024
|
-
"type": "
|
|
1025
|
+
"type": "number"
|
|
1025
1026
|
}
|
|
1026
1027
|
},
|
|
1027
1028
|
{
|
|
1028
|
-
"name": "
|
|
1029
|
-
"description": "
|
|
1029
|
+
"name": "skidding",
|
|
1030
|
+
"description": "The distance in pixels from which to offset the panel along its trigger.",
|
|
1030
1031
|
"value": {
|
|
1031
|
-
"type": "
|
|
1032
|
+
"type": "number"
|
|
1032
1033
|
}
|
|
1033
|
-
}
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
"doc-url": "https://solid.union-investment.com/[storybook-link]/spinner",
|
|
1040
|
-
"js": {
|
|
1041
|
-
"properties": [
|
|
1042
|
-
{
|
|
1043
|
-
"name": "color",
|
|
1044
|
-
"description": "The color color of the spinner.",
|
|
1045
|
-
"value": {
|
|
1046
|
-
"type": "'primary' | 'white' | 'currentColor'"
|
|
1047
|
-
}
|
|
1048
|
-
},
|
|
1049
|
-
{
|
|
1050
|
-
"name": "localize",
|
|
1051
|
-
"value": {}
|
|
1034
|
+
},
|
|
1035
|
+
{
|
|
1036
|
+
"name": "no-auto-size",
|
|
1037
|
+
"description": "Indicates whether or not the dropdown should automatically resize its content's width/height regarding the available space on screen.",
|
|
1038
|
+
"value": {
|
|
1039
|
+
"type": "boolean"
|
|
1052
1040
|
}
|
|
1053
|
-
|
|
1054
|
-
"events": []
|
|
1055
|
-
},
|
|
1056
|
-
"attributes": [
|
|
1041
|
+
},
|
|
1057
1042
|
{
|
|
1058
|
-
"name": "
|
|
1059
|
-
"description": "
|
|
1043
|
+
"name": "no-flip",
|
|
1044
|
+
"description": "When set to true, the placement of the dropdown will not flip to the opposite site to keep it in view.",
|
|
1060
1045
|
"value": {
|
|
1061
|
-
"type": "
|
|
1046
|
+
"type": "boolean"
|
|
1047
|
+
}
|
|
1048
|
+
},
|
|
1049
|
+
{
|
|
1050
|
+
"name": "hoist",
|
|
1051
|
+
"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.",
|
|
1052
|
+
"value": {
|
|
1053
|
+
"type": "boolean"
|
|
1062
1054
|
}
|
|
1063
1055
|
}
|
|
1064
1056
|
]
|
|
1065
1057
|
},
|
|
1066
1058
|
{
|
|
1067
|
-
"name": "sd-
|
|
1059
|
+
"name": "sd-icon",
|
|
1068
1060
|
"description": "",
|
|
1069
|
-
"doc-url": "https://solid.union-investment.com/[storybook-link]/
|
|
1061
|
+
"doc-url": "https://solid.union-investment.com/[storybook-link]/icon",
|
|
1070
1062
|
"js": {
|
|
1071
1063
|
"properties": [
|
|
1072
1064
|
{
|
|
1073
|
-
"name": "
|
|
1065
|
+
"name": "svg",
|
|
1074
1066
|
"value": {
|
|
1075
|
-
"type": "
|
|
1067
|
+
"type": "string"
|
|
1076
1068
|
}
|
|
1077
1069
|
},
|
|
1078
1070
|
{
|
|
1079
|
-
"name": "
|
|
1080
|
-
"description": "
|
|
1071
|
+
"name": "name",
|
|
1072
|
+
"description": "The name of the icon to draw. Available names depend on the icon library being used.",
|
|
1081
1073
|
"value": {
|
|
1082
|
-
"type": "
|
|
1074
|
+
"type": "string | undefined"
|
|
1083
1075
|
}
|
|
1084
1076
|
},
|
|
1085
1077
|
{
|
|
1086
|
-
"name": "
|
|
1087
|
-
"description": "
|
|
1078
|
+
"name": "src",
|
|
1079
|
+
"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.",
|
|
1088
1080
|
"value": {
|
|
1089
|
-
"type": "
|
|
1081
|
+
"type": "string | undefined"
|
|
1090
1082
|
}
|
|
1091
1083
|
},
|
|
1092
1084
|
{
|
|
1093
|
-
"name": "
|
|
1085
|
+
"name": "label",
|
|
1086
|
+
"description": "An alternate description to use for assistive devices. If omitted, the icon will be considered presentational and\nignored by assistive devices.",
|
|
1094
1087
|
"value": {
|
|
1095
|
-
"type": "
|
|
1088
|
+
"type": "string"
|
|
1096
1089
|
}
|
|
1097
1090
|
},
|
|
1098
1091
|
{
|
|
1099
|
-
"name": "
|
|
1100
|
-
"
|
|
1092
|
+
"name": "library",
|
|
1093
|
+
"description": "The name of a registered custom icon library.",
|
|
1094
|
+
"value": {
|
|
1095
|
+
"type": "string"
|
|
1096
|
+
}
|
|
1101
1097
|
},
|
|
1102
1098
|
{
|
|
1103
|
-
"name": "
|
|
1099
|
+
"name": "color",
|
|
1100
|
+
"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.",
|
|
1104
1101
|
"value": {
|
|
1105
|
-
"type": "
|
|
1102
|
+
"type": "'currentColor' | 'primary' | 'white'"
|
|
1106
1103
|
}
|
|
1107
1104
|
},
|
|
1108
1105
|
{
|
|
1109
|
-
"name": "
|
|
1106
|
+
"name": "getUrl",
|
|
1107
|
+
"value": {}
|
|
1108
|
+
},
|
|
1109
|
+
{
|
|
1110
|
+
"name": "handleLabelChange",
|
|
1111
|
+
"value": {}
|
|
1112
|
+
},
|
|
1113
|
+
{
|
|
1114
|
+
"name": "setIcon",
|
|
1110
1115
|
"value": {}
|
|
1111
1116
|
}
|
|
1112
1117
|
],
|
|
1113
|
-
"events": [
|
|
1118
|
+
"events": [
|
|
1119
|
+
{
|
|
1120
|
+
"name": "sd-load",
|
|
1121
|
+
"description": "Emitted when the icon has loaded."
|
|
1122
|
+
},
|
|
1123
|
+
{
|
|
1124
|
+
"name": "sd-error",
|
|
1125
|
+
"description": "Emitted when the icon fails to load due to an error."
|
|
1126
|
+
}
|
|
1127
|
+
]
|
|
1114
1128
|
},
|
|
1115
1129
|
"attributes": [
|
|
1116
1130
|
{
|
|
1117
|
-
"name": "
|
|
1131
|
+
"name": "name",
|
|
1132
|
+
"description": "The name of the icon to draw. Available names depend on the icon library being used.",
|
|
1118
1133
|
"value": {
|
|
1119
|
-
"type": "
|
|
1134
|
+
"type": "string | undefined"
|
|
1120
1135
|
}
|
|
1121
1136
|
},
|
|
1122
1137
|
{
|
|
1123
|
-
"name": "
|
|
1124
|
-
"description": "
|
|
1138
|
+
"name": "src",
|
|
1139
|
+
"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.",
|
|
1125
1140
|
"value": {
|
|
1126
|
-
"type": "
|
|
1141
|
+
"type": "string | undefined"
|
|
1127
1142
|
}
|
|
1128
1143
|
},
|
|
1129
1144
|
{
|
|
1130
|
-
"name": "
|
|
1131
|
-
"description": "
|
|
1145
|
+
"name": "label",
|
|
1146
|
+
"description": "An alternate description to use for assistive devices. If omitted, the icon will be considered presentational and\nignored by assistive devices.",
|
|
1132
1147
|
"value": {
|
|
1133
|
-
"type": "
|
|
1148
|
+
"type": "string"
|
|
1149
|
+
}
|
|
1150
|
+
},
|
|
1151
|
+
{
|
|
1152
|
+
"name": "library",
|
|
1153
|
+
"description": "The name of a registered custom icon library.",
|
|
1154
|
+
"value": {
|
|
1155
|
+
"type": "string"
|
|
1156
|
+
}
|
|
1157
|
+
},
|
|
1158
|
+
{
|
|
1159
|
+
"name": "color",
|
|
1160
|
+
"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.",
|
|
1161
|
+
"value": {
|
|
1162
|
+
"type": "'currentColor' | 'primary' | 'white'"
|
|
1134
1163
|
}
|
|
1135
1164
|
}
|
|
1136
1165
|
]
|
|
1137
1166
|
},
|
|
1138
1167
|
{
|
|
1139
|
-
"
|
|
1140
|
-
"description": "",
|
|
1141
|
-
"doc-url": "https://solid.union-investment.com/[storybook-link]/accordion-group",
|
|
1168
|
+
"doc-url": "https://solid.union-investment.com/[storybook-link]/",
|
|
1142
1169
|
"js": {
|
|
1143
|
-
"properties": [
|
|
1144
|
-
{
|
|
1145
|
-
"name": "closeOthers",
|
|
1146
|
-
"description": "Closes other accordions.",
|
|
1147
|
-
"value": {
|
|
1148
|
-
"type": "boolean"
|
|
1149
|
-
}
|
|
1150
|
-
},
|
|
1151
|
-
{
|
|
1152
|
-
"name": "handleAccordionShow",
|
|
1153
|
-
"value": {}
|
|
1154
|
-
}
|
|
1155
|
-
],
|
|
1170
|
+
"properties": [],
|
|
1156
1171
|
"events": []
|
|
1157
1172
|
},
|
|
1158
|
-
"attributes": [
|
|
1159
|
-
{
|
|
1160
|
-
"name": "close-others",
|
|
1161
|
-
"description": "Closes other accordions.",
|
|
1162
|
-
"value": {
|
|
1163
|
-
"type": "boolean"
|
|
1164
|
-
}
|
|
1165
|
-
}
|
|
1166
|
-
]
|
|
1173
|
+
"attributes": []
|
|
1167
1174
|
},
|
|
1168
1175
|
{
|
|
1169
|
-
"
|
|
1170
|
-
"description": "",
|
|
1171
|
-
"doc-url": "https://solid.union-investment.com/[storybook-link]/accordion",
|
|
1176
|
+
"doc-url": "https://solid.union-investment.com/[storybook-link]/",
|
|
1172
1177
|
"js": {
|
|
1173
|
-
"properties": [
|
|
1178
|
+
"properties": [],
|
|
1179
|
+
"events": []
|
|
1180
|
+
},
|
|
1181
|
+
"attributes": []
|
|
1182
|
+
},
|
|
1183
|
+
{
|
|
1184
|
+
"description": "Adds an icon to the list of watched icons.",
|
|
1185
|
+
"doc-url": "https://solid.union-investment.com/[storybook-link]/",
|
|
1186
|
+
"js": {
|
|
1187
|
+
"properties": [],
|
|
1188
|
+
"events": []
|
|
1189
|
+
},
|
|
1190
|
+
"attributes": []
|
|
1191
|
+
},
|
|
1192
|
+
{
|
|
1193
|
+
"description": "Removes an icon from the list of watched icons.",
|
|
1194
|
+
"doc-url": "https://solid.union-investment.com/[storybook-link]/",
|
|
1195
|
+
"js": {
|
|
1196
|
+
"properties": [],
|
|
1197
|
+
"events": []
|
|
1198
|
+
},
|
|
1199
|
+
"attributes": []
|
|
1200
|
+
},
|
|
1201
|
+
{
|
|
1202
|
+
"description": "Returns a library from the registry.",
|
|
1203
|
+
"doc-url": "https://solid.union-investment.com/[storybook-link]/",
|
|
1204
|
+
"js": {
|
|
1205
|
+
"properties": [],
|
|
1206
|
+
"events": []
|
|
1207
|
+
},
|
|
1208
|
+
"attributes": []
|
|
1209
|
+
},
|
|
1210
|
+
{
|
|
1211
|
+
"description": "Adds an icon library to the registry, or overrides an existing one.",
|
|
1212
|
+
"doc-url": "https://solid.union-investment.com/[storybook-link]/",
|
|
1213
|
+
"js": {
|
|
1214
|
+
"properties": [],
|
|
1215
|
+
"events": []
|
|
1216
|
+
},
|
|
1217
|
+
"attributes": []
|
|
1218
|
+
},
|
|
1219
|
+
{
|
|
1220
|
+
"description": "Removes an icon library from the registry.",
|
|
1221
|
+
"doc-url": "https://solid.union-investment.com/[storybook-link]/",
|
|
1222
|
+
"js": {
|
|
1223
|
+
"properties": [],
|
|
1224
|
+
"events": []
|
|
1225
|
+
},
|
|
1226
|
+
"attributes": []
|
|
1227
|
+
},
|
|
1228
|
+
{
|
|
1229
|
+
"doc-url": "https://solid.union-investment.com/[storybook-link]/",
|
|
1230
|
+
"js": {
|
|
1231
|
+
"properties": [],
|
|
1232
|
+
"events": []
|
|
1233
|
+
},
|
|
1234
|
+
"attributes": []
|
|
1235
|
+
},
|
|
1236
|
+
{
|
|
1237
|
+
"name": "sd-include",
|
|
1238
|
+
"description": "",
|
|
1239
|
+
"doc-url": "https://solid.union-investment.com/[storybook-link]/include",
|
|
1240
|
+
"js": {
|
|
1241
|
+
"properties": [
|
|
1242
|
+
{
|
|
1243
|
+
"name": "src",
|
|
1244
|
+
"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.",
|
|
1245
|
+
"value": {
|
|
1246
|
+
"type": "string"
|
|
1247
|
+
}
|
|
1248
|
+
},
|
|
1249
|
+
{
|
|
1250
|
+
"name": "mode",
|
|
1251
|
+
"description": "The fetch mode to use.",
|
|
1252
|
+
"value": {
|
|
1253
|
+
"type": "'cors' | 'no-cors' | 'same-origin'"
|
|
1254
|
+
}
|
|
1255
|
+
},
|
|
1256
|
+
{
|
|
1257
|
+
"name": "allowScripts",
|
|
1258
|
+
"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.",
|
|
1259
|
+
"value": {
|
|
1260
|
+
"type": "boolean"
|
|
1261
|
+
}
|
|
1262
|
+
},
|
|
1263
|
+
{
|
|
1264
|
+
"name": "executeScript",
|
|
1265
|
+
"value": {}
|
|
1266
|
+
},
|
|
1267
|
+
{
|
|
1268
|
+
"name": "handleSrcChange",
|
|
1269
|
+
"value": {}
|
|
1270
|
+
}
|
|
1271
|
+
],
|
|
1272
|
+
"events": [
|
|
1273
|
+
{
|
|
1274
|
+
"name": "sd-load",
|
|
1275
|
+
"description": "Emitted when the included file is loaded."
|
|
1276
|
+
},
|
|
1277
|
+
{
|
|
1278
|
+
"name": "sd-error",
|
|
1279
|
+
"description": "Emitted when the included file fails to load due to an error."
|
|
1280
|
+
}
|
|
1281
|
+
]
|
|
1282
|
+
},
|
|
1283
|
+
"attributes": [
|
|
1284
|
+
{
|
|
1285
|
+
"name": "src",
|
|
1286
|
+
"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.",
|
|
1287
|
+
"value": {
|
|
1288
|
+
"type": "string"
|
|
1289
|
+
}
|
|
1290
|
+
},
|
|
1291
|
+
{
|
|
1292
|
+
"name": "mode",
|
|
1293
|
+
"description": "The fetch mode to use.",
|
|
1294
|
+
"value": {
|
|
1295
|
+
"type": "'cors' | 'no-cors' | 'same-origin'"
|
|
1296
|
+
}
|
|
1297
|
+
},
|
|
1298
|
+
{
|
|
1299
|
+
"name": "allow-scripts",
|
|
1300
|
+
"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.",
|
|
1301
|
+
"value": {
|
|
1302
|
+
"type": "boolean"
|
|
1303
|
+
}
|
|
1304
|
+
}
|
|
1305
|
+
]
|
|
1306
|
+
},
|
|
1307
|
+
{
|
|
1308
|
+
"description": "Fetches an include file from a remote source. Caching is enabled so the origin is only pinged once.",
|
|
1309
|
+
"doc-url": "https://solid.union-investment.com/[storybook-link]/",
|
|
1310
|
+
"js": {
|
|
1311
|
+
"properties": [],
|
|
1312
|
+
"events": []
|
|
1313
|
+
},
|
|
1314
|
+
"attributes": []
|
|
1315
|
+
},
|
|
1316
|
+
{
|
|
1317
|
+
"name": "sd-link",
|
|
1318
|
+
"description": "",
|
|
1319
|
+
"doc-url": "https://solid.union-investment.com/[storybook-link]/link",
|
|
1320
|
+
"js": {
|
|
1321
|
+
"properties": [
|
|
1322
|
+
{
|
|
1323
|
+
"name": "hasSlotController",
|
|
1324
|
+
"value": {}
|
|
1325
|
+
},
|
|
1326
|
+
{
|
|
1327
|
+
"name": "size",
|
|
1328
|
+
"description": "The link's size.",
|
|
1329
|
+
"value": {
|
|
1330
|
+
"type": "'inherit' | 'lg' | 'sm'"
|
|
1331
|
+
}
|
|
1332
|
+
},
|
|
1333
|
+
{
|
|
1334
|
+
"name": "inverted",
|
|
1335
|
+
"description": "Inverts the link.",
|
|
1336
|
+
"value": {
|
|
1337
|
+
"type": "boolean"
|
|
1338
|
+
}
|
|
1339
|
+
},
|
|
1340
|
+
{
|
|
1341
|
+
"name": "standalone",
|
|
1342
|
+
"description": "Control the layout of icon and text within the component and the component's positioning.",
|
|
1343
|
+
"value": {
|
|
1344
|
+
"type": "boolean"
|
|
1345
|
+
}
|
|
1346
|
+
},
|
|
1347
|
+
{
|
|
1348
|
+
"name": "href",
|
|
1349
|
+
"description": "When not set, the link will render as disabled.",
|
|
1350
|
+
"value": {
|
|
1351
|
+
"type": "string"
|
|
1352
|
+
}
|
|
1353
|
+
},
|
|
1354
|
+
{
|
|
1355
|
+
"name": "target",
|
|
1356
|
+
"description": "Tells the browser where to open the link. Only used when `href` is present.",
|
|
1357
|
+
"value": {
|
|
1358
|
+
"type": "'_blank' | '_parent' | '_self' | '_top'"
|
|
1359
|
+
}
|
|
1360
|
+
},
|
|
1361
|
+
{
|
|
1362
|
+
"name": "download",
|
|
1363
|
+
"description": "Tells the browser to download the linked file as this filename. Only used when `href` is present.",
|
|
1364
|
+
"value": {
|
|
1365
|
+
"type": "string | undefined"
|
|
1366
|
+
}
|
|
1367
|
+
},
|
|
1368
|
+
{
|
|
1369
|
+
"name": "handleBlur",
|
|
1370
|
+
"value": {}
|
|
1371
|
+
},
|
|
1372
|
+
{
|
|
1373
|
+
"name": "handleFocus",
|
|
1374
|
+
"value": {}
|
|
1375
|
+
},
|
|
1376
|
+
{
|
|
1377
|
+
"name": "focus",
|
|
1378
|
+
"description": "Sets focus on the button.",
|
|
1379
|
+
"value": {}
|
|
1380
|
+
},
|
|
1381
|
+
{
|
|
1382
|
+
"name": "blur",
|
|
1383
|
+
"description": "Removes focus from the button.",
|
|
1384
|
+
"value": {}
|
|
1385
|
+
}
|
|
1386
|
+
],
|
|
1387
|
+
"events": [
|
|
1388
|
+
{
|
|
1389
|
+
"name": "sd-blur",
|
|
1390
|
+
"description": "Emitted when the link loses focus."
|
|
1391
|
+
},
|
|
1392
|
+
{
|
|
1393
|
+
"name": "sd-focus",
|
|
1394
|
+
"description": "Emitted when the link gains focus."
|
|
1395
|
+
}
|
|
1396
|
+
]
|
|
1397
|
+
},
|
|
1398
|
+
"attributes": [
|
|
1399
|
+
{
|
|
1400
|
+
"name": "size",
|
|
1401
|
+
"description": "The link's size.",
|
|
1402
|
+
"value": {
|
|
1403
|
+
"type": "'inherit' | 'lg' | 'sm'"
|
|
1404
|
+
}
|
|
1405
|
+
},
|
|
1406
|
+
{
|
|
1407
|
+
"name": "inverted",
|
|
1408
|
+
"description": "Inverts the link.",
|
|
1409
|
+
"value": {
|
|
1410
|
+
"type": "boolean"
|
|
1411
|
+
}
|
|
1412
|
+
},
|
|
1413
|
+
{
|
|
1414
|
+
"name": "standalone",
|
|
1415
|
+
"description": "Control the layout of icon and text within the component and the component's positioning.",
|
|
1416
|
+
"value": {
|
|
1417
|
+
"type": "boolean"
|
|
1418
|
+
}
|
|
1419
|
+
},
|
|
1420
|
+
{
|
|
1421
|
+
"name": "href",
|
|
1422
|
+
"description": "When not set, the link will render as disabled.",
|
|
1423
|
+
"value": {
|
|
1424
|
+
"type": "string"
|
|
1425
|
+
}
|
|
1426
|
+
},
|
|
1427
|
+
{
|
|
1428
|
+
"name": "target",
|
|
1429
|
+
"description": "Tells the browser where to open the link. Only used when `href` is present.",
|
|
1430
|
+
"value": {
|
|
1431
|
+
"type": "'_blank' | '_parent' | '_self' | '_top'"
|
|
1432
|
+
}
|
|
1433
|
+
},
|
|
1434
|
+
{
|
|
1435
|
+
"name": "download",
|
|
1436
|
+
"description": "Tells the browser to download the linked file as this filename. Only used when `href` is present.",
|
|
1437
|
+
"value": {
|
|
1438
|
+
"type": "string | undefined"
|
|
1439
|
+
}
|
|
1440
|
+
}
|
|
1441
|
+
]
|
|
1442
|
+
},
|
|
1443
|
+
{
|
|
1444
|
+
"name": "sd-popup",
|
|
1445
|
+
"description": "",
|
|
1446
|
+
"doc-url": "https://solid.union-investment.com/[storybook-link]/popup",
|
|
1447
|
+
"js": {
|
|
1448
|
+
"properties": [
|
|
1449
|
+
{
|
|
1450
|
+
"name": "cleanup",
|
|
1451
|
+
"value": {
|
|
1452
|
+
"type": "ReturnType<typeof autoUpdate> | undefined"
|
|
1453
|
+
}
|
|
1454
|
+
},
|
|
1455
|
+
{
|
|
1456
|
+
"name": "anchor",
|
|
1457
|
+
"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.",
|
|
1458
|
+
"value": {
|
|
1459
|
+
"type": "Element | string"
|
|
1460
|
+
}
|
|
1461
|
+
},
|
|
1462
|
+
{
|
|
1463
|
+
"name": "active",
|
|
1464
|
+
"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.",
|
|
1465
|
+
"value": {
|
|
1466
|
+
"type": "boolean"
|
|
1467
|
+
}
|
|
1468
|
+
},
|
|
1469
|
+
{
|
|
1470
|
+
"name": "placement",
|
|
1471
|
+
"description": "The preferred placement of the popup. Note that the actual placement will vary as configured to keep the\npanel inside of the viewport.",
|
|
1472
|
+
"value": {
|
|
1473
|
+
"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'"
|
|
1474
|
+
}
|
|
1475
|
+
},
|
|
1476
|
+
{
|
|
1477
|
+
"name": "strategy",
|
|
1478
|
+
"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.",
|
|
1479
|
+
"value": {
|
|
1480
|
+
"type": "'absolute' | 'fixed'"
|
|
1481
|
+
}
|
|
1482
|
+
},
|
|
1483
|
+
{
|
|
1484
|
+
"name": "distance",
|
|
1485
|
+
"description": "The distance in pixels from which to offset the panel away from its anchor.",
|
|
1486
|
+
"value": {
|
|
1487
|
+
"type": "number"
|
|
1488
|
+
}
|
|
1489
|
+
},
|
|
1490
|
+
{
|
|
1491
|
+
"name": "skidding",
|
|
1492
|
+
"description": "The distance in pixels from which to offset the panel along its anchor.",
|
|
1493
|
+
"value": {
|
|
1494
|
+
"type": "number"
|
|
1495
|
+
}
|
|
1496
|
+
},
|
|
1497
|
+
{
|
|
1498
|
+
"name": "arrow",
|
|
1499
|
+
"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.",
|
|
1500
|
+
"value": {
|
|
1501
|
+
"type": "boolean"
|
|
1502
|
+
}
|
|
1503
|
+
},
|
|
1504
|
+
{
|
|
1505
|
+
"name": "arrowPlacement",
|
|
1506
|
+
"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.",
|
|
1507
|
+
"value": {
|
|
1508
|
+
"type": "'start' | 'end' | 'center' | 'anchor'"
|
|
1509
|
+
}
|
|
1510
|
+
},
|
|
1511
|
+
{
|
|
1512
|
+
"name": "arrowPadding",
|
|
1513
|
+
"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.",
|
|
1514
|
+
"value": {
|
|
1515
|
+
"type": "number"
|
|
1516
|
+
}
|
|
1517
|
+
},
|
|
1518
|
+
{
|
|
1519
|
+
"name": "flip",
|
|
1520
|
+
"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.",
|
|
1521
|
+
"value": {
|
|
1522
|
+
"type": "boolean"
|
|
1523
|
+
}
|
|
1524
|
+
},
|
|
1525
|
+
{
|
|
1526
|
+
"name": "flipFallbackPlacements",
|
|
1527
|
+
"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.",
|
|
1528
|
+
"value": {
|
|
1529
|
+
"type": "string"
|
|
1530
|
+
}
|
|
1531
|
+
},
|
|
1532
|
+
{
|
|
1533
|
+
"name": "flipFallbackStrategy",
|
|
1534
|
+
"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.",
|
|
1535
|
+
"value": {
|
|
1536
|
+
"type": "'best-fit' | 'initial'"
|
|
1537
|
+
}
|
|
1538
|
+
},
|
|
1539
|
+
{
|
|
1540
|
+
"name": "flipBoundary",
|
|
1541
|
+
"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.",
|
|
1542
|
+
"value": {
|
|
1543
|
+
"type": "Element | Element[]"
|
|
1544
|
+
}
|
|
1545
|
+
},
|
|
1546
|
+
{
|
|
1547
|
+
"name": "flipPadding",
|
|
1548
|
+
"description": "The amount of padding, in pixels, to exceed before the flip behavior will occur.",
|
|
1549
|
+
"value": {
|
|
1550
|
+
"type": "number"
|
|
1551
|
+
}
|
|
1552
|
+
},
|
|
1553
|
+
{
|
|
1554
|
+
"name": "shift",
|
|
1555
|
+
"description": "Moves the popup along the axis to keep it in view when clipped.",
|
|
1556
|
+
"value": {
|
|
1557
|
+
"type": "boolean"
|
|
1558
|
+
}
|
|
1559
|
+
},
|
|
1560
|
+
{
|
|
1561
|
+
"name": "shiftBoundary",
|
|
1562
|
+
"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.",
|
|
1563
|
+
"value": {
|
|
1564
|
+
"type": "Element | Element[]"
|
|
1565
|
+
}
|
|
1566
|
+
},
|
|
1567
|
+
{
|
|
1568
|
+
"name": "shiftPadding",
|
|
1569
|
+
"description": "The amount of padding, in pixels, to exceed before the shift behavior will occur.",
|
|
1570
|
+
"value": {
|
|
1571
|
+
"type": "number"
|
|
1572
|
+
}
|
|
1573
|
+
},
|
|
1574
|
+
{
|
|
1575
|
+
"name": "autoSize",
|
|
1576
|
+
"description": "When set, this will cause the popup to automatically resize itself to prevent it from overflowing.",
|
|
1577
|
+
"value": {
|
|
1578
|
+
"type": "'horizontal' | 'vertical' | 'both'"
|
|
1579
|
+
}
|
|
1580
|
+
},
|
|
1581
|
+
{
|
|
1582
|
+
"name": "sync",
|
|
1583
|
+
"description": "Syncs the popup's width or height to that of the anchor element.",
|
|
1584
|
+
"value": {
|
|
1585
|
+
"type": "'width' | 'height' | 'both'"
|
|
1586
|
+
}
|
|
1587
|
+
},
|
|
1588
|
+
{
|
|
1589
|
+
"name": "autoSizeBoundary",
|
|
1590
|
+
"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.",
|
|
1591
|
+
"value": {
|
|
1592
|
+
"type": "Element | Element[]"
|
|
1593
|
+
}
|
|
1594
|
+
},
|
|
1595
|
+
{
|
|
1596
|
+
"name": "autoSizePadding",
|
|
1597
|
+
"description": "The amount of padding, in pixels, to exceed before the auto-size behavior will occur.",
|
|
1598
|
+
"value": {
|
|
1599
|
+
"type": "number"
|
|
1600
|
+
}
|
|
1601
|
+
},
|
|
1602
|
+
{
|
|
1603
|
+
"name": "handleAnchorChange",
|
|
1604
|
+
"value": {}
|
|
1605
|
+
},
|
|
1606
|
+
{
|
|
1607
|
+
"name": "start",
|
|
1608
|
+
"value": {}
|
|
1609
|
+
},
|
|
1610
|
+
{
|
|
1611
|
+
"name": "stop",
|
|
1612
|
+
"value": {}
|
|
1613
|
+
},
|
|
1614
|
+
{
|
|
1615
|
+
"name": "reposition",
|
|
1616
|
+
"description": "Forces the popup to recalculate and reposition itself.",
|
|
1617
|
+
"value": {}
|
|
1618
|
+
}
|
|
1619
|
+
],
|
|
1620
|
+
"events": [
|
|
1621
|
+
{
|
|
1622
|
+
"name": "sd-reposition",
|
|
1623
|
+
"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."
|
|
1624
|
+
}
|
|
1625
|
+
]
|
|
1626
|
+
},
|
|
1627
|
+
"attributes": [
|
|
1628
|
+
{
|
|
1629
|
+
"name": "anchor",
|
|
1630
|
+
"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.",
|
|
1631
|
+
"value": {
|
|
1632
|
+
"type": "Element | string"
|
|
1633
|
+
}
|
|
1634
|
+
},
|
|
1635
|
+
{
|
|
1636
|
+
"name": "active",
|
|
1637
|
+
"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.",
|
|
1638
|
+
"value": {
|
|
1639
|
+
"type": "boolean"
|
|
1640
|
+
}
|
|
1641
|
+
},
|
|
1642
|
+
{
|
|
1643
|
+
"name": "placement",
|
|
1644
|
+
"description": "The preferred placement of the popup. Note that the actual placement will vary as configured to keep the\npanel inside of the viewport.",
|
|
1645
|
+
"value": {
|
|
1646
|
+
"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'"
|
|
1647
|
+
}
|
|
1648
|
+
},
|
|
1649
|
+
{
|
|
1650
|
+
"name": "strategy",
|
|
1651
|
+
"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.",
|
|
1652
|
+
"value": {
|
|
1653
|
+
"type": "'absolute' | 'fixed'"
|
|
1654
|
+
}
|
|
1655
|
+
},
|
|
1656
|
+
{
|
|
1657
|
+
"name": "distance",
|
|
1658
|
+
"description": "The distance in pixels from which to offset the panel away from its anchor.",
|
|
1659
|
+
"value": {
|
|
1660
|
+
"type": "number"
|
|
1661
|
+
}
|
|
1662
|
+
},
|
|
1663
|
+
{
|
|
1664
|
+
"name": "skidding",
|
|
1665
|
+
"description": "The distance in pixels from which to offset the panel along its anchor.",
|
|
1666
|
+
"value": {
|
|
1667
|
+
"type": "number"
|
|
1668
|
+
}
|
|
1669
|
+
},
|
|
1670
|
+
{
|
|
1671
|
+
"name": "arrow",
|
|
1672
|
+
"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.",
|
|
1673
|
+
"value": {
|
|
1674
|
+
"type": "boolean"
|
|
1675
|
+
}
|
|
1676
|
+
},
|
|
1677
|
+
{
|
|
1678
|
+
"name": "arrow-placement",
|
|
1679
|
+
"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.",
|
|
1680
|
+
"value": {
|
|
1681
|
+
"type": "'start' | 'end' | 'center' | 'anchor'"
|
|
1682
|
+
}
|
|
1683
|
+
},
|
|
1684
|
+
{
|
|
1685
|
+
"name": "arrow-padding",
|
|
1686
|
+
"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.",
|
|
1687
|
+
"value": {
|
|
1688
|
+
"type": "number"
|
|
1689
|
+
}
|
|
1690
|
+
},
|
|
1691
|
+
{
|
|
1692
|
+
"name": "flip",
|
|
1693
|
+
"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.",
|
|
1694
|
+
"value": {
|
|
1695
|
+
"type": "boolean"
|
|
1696
|
+
}
|
|
1697
|
+
},
|
|
1698
|
+
{
|
|
1699
|
+
"name": "flip-fallback-placements",
|
|
1700
|
+
"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.",
|
|
1701
|
+
"value": {
|
|
1702
|
+
"type": "string"
|
|
1703
|
+
}
|
|
1704
|
+
},
|
|
1705
|
+
{
|
|
1706
|
+
"name": "flip-fallback-strategy",
|
|
1707
|
+
"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.",
|
|
1708
|
+
"value": {
|
|
1709
|
+
"type": "'best-fit' | 'initial'"
|
|
1710
|
+
}
|
|
1711
|
+
},
|
|
1712
|
+
{
|
|
1713
|
+
"name": "flipBoundary",
|
|
1714
|
+
"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.",
|
|
1715
|
+
"value": {
|
|
1716
|
+
"type": "Element | Element[]"
|
|
1717
|
+
}
|
|
1718
|
+
},
|
|
1719
|
+
{
|
|
1720
|
+
"name": "flip-padding",
|
|
1721
|
+
"description": "The amount of padding, in pixels, to exceed before the flip behavior will occur.",
|
|
1722
|
+
"value": {
|
|
1723
|
+
"type": "number"
|
|
1724
|
+
}
|
|
1725
|
+
},
|
|
1726
|
+
{
|
|
1727
|
+
"name": "shift",
|
|
1728
|
+
"description": "Moves the popup along the axis to keep it in view when clipped.",
|
|
1729
|
+
"value": {
|
|
1730
|
+
"type": "boolean"
|
|
1731
|
+
}
|
|
1732
|
+
},
|
|
1733
|
+
{
|
|
1734
|
+
"name": "shiftBoundary",
|
|
1735
|
+
"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.",
|
|
1736
|
+
"value": {
|
|
1737
|
+
"type": "Element | Element[]"
|
|
1738
|
+
}
|
|
1739
|
+
},
|
|
1740
|
+
{
|
|
1741
|
+
"name": "shift-padding",
|
|
1742
|
+
"description": "The amount of padding, in pixels, to exceed before the shift behavior will occur.",
|
|
1743
|
+
"value": {
|
|
1744
|
+
"type": "number"
|
|
1745
|
+
}
|
|
1746
|
+
},
|
|
1747
|
+
{
|
|
1748
|
+
"name": "auto-size",
|
|
1749
|
+
"description": "When set, this will cause the popup to automatically resize itself to prevent it from overflowing.",
|
|
1750
|
+
"value": {
|
|
1751
|
+
"type": "'horizontal' | 'vertical' | 'both'"
|
|
1752
|
+
}
|
|
1753
|
+
},
|
|
1754
|
+
{
|
|
1755
|
+
"name": "sync",
|
|
1756
|
+
"description": "Syncs the popup's width or height to that of the anchor element.",
|
|
1757
|
+
"value": {
|
|
1758
|
+
"type": "'width' | 'height' | 'both'"
|
|
1759
|
+
}
|
|
1760
|
+
},
|
|
1761
|
+
{
|
|
1762
|
+
"name": "autoSizeBoundary",
|
|
1763
|
+
"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.",
|
|
1764
|
+
"value": {
|
|
1765
|
+
"type": "Element | Element[]"
|
|
1766
|
+
}
|
|
1767
|
+
},
|
|
1768
|
+
{
|
|
1769
|
+
"name": "auto-size-padding",
|
|
1770
|
+
"description": "The amount of padding, in pixels, to exceed before the auto-size behavior will occur.",
|
|
1771
|
+
"value": {
|
|
1772
|
+
"type": "number"
|
|
1773
|
+
}
|
|
1774
|
+
}
|
|
1775
|
+
]
|
|
1776
|
+
},
|
|
1777
|
+
{
|
|
1778
|
+
"name": "sd-spinner",
|
|
1779
|
+
"description": "",
|
|
1780
|
+
"doc-url": "https://solid.union-investment.com/[storybook-link]/spinner",
|
|
1781
|
+
"js": {
|
|
1782
|
+
"properties": [
|
|
1783
|
+
{
|
|
1784
|
+
"name": "color",
|
|
1785
|
+
"description": "The color color of the spinner.",
|
|
1786
|
+
"value": {
|
|
1787
|
+
"type": "'primary' | 'white' | 'currentColor'"
|
|
1788
|
+
}
|
|
1789
|
+
},
|
|
1790
|
+
{
|
|
1791
|
+
"name": "localize",
|
|
1792
|
+
"value": {}
|
|
1793
|
+
}
|
|
1794
|
+
],
|
|
1795
|
+
"events": []
|
|
1796
|
+
},
|
|
1797
|
+
"attributes": [
|
|
1798
|
+
{
|
|
1799
|
+
"name": "color",
|
|
1800
|
+
"description": "The color color of the spinner.",
|
|
1801
|
+
"value": {
|
|
1802
|
+
"type": "'primary' | 'white' | 'currentColor'"
|
|
1803
|
+
}
|
|
1804
|
+
}
|
|
1805
|
+
]
|
|
1806
|
+
},
|
|
1807
|
+
{
|
|
1808
|
+
"name": "sd-teaser",
|
|
1809
|
+
"description": "",
|
|
1810
|
+
"doc-url": "https://solid.union-investment.com/[storybook-link]/teaser",
|
|
1811
|
+
"js": {
|
|
1812
|
+
"properties": [
|
|
1813
|
+
{
|
|
1814
|
+
"name": "variant",
|
|
1815
|
+
"value": {
|
|
1816
|
+
"type": "'white' | 'white border-neutral-300' | 'neutral-100' | 'primary' | 'primary-100'"
|
|
1817
|
+
}
|
|
1818
|
+
},
|
|
1819
|
+
{
|
|
1820
|
+
"name": "breakpoint",
|
|
1821
|
+
"description": "Breakpoint where the teaser switches from `vertical` to `horizontal`. `0` is always `horizontal`, `9999` is always `vertical`.",
|
|
1822
|
+
"value": {
|
|
1823
|
+
"type": "number"
|
|
1824
|
+
}
|
|
1825
|
+
},
|
|
1826
|
+
{
|
|
1827
|
+
"name": "inset",
|
|
1828
|
+
"description": "The teaser's inner padding. This is always set in `white border-neutral-300`.",
|
|
1829
|
+
"value": {
|
|
1830
|
+
"type": "boolean"
|
|
1831
|
+
}
|
|
1832
|
+
},
|
|
1833
|
+
{
|
|
1834
|
+
"name": "_orientation",
|
|
1835
|
+
"value": {
|
|
1836
|
+
"type": "'vertical' | 'horizontal'"
|
|
1837
|
+
}
|
|
1838
|
+
},
|
|
1839
|
+
{
|
|
1840
|
+
"name": "hasSlotController",
|
|
1841
|
+
"value": {}
|
|
1842
|
+
},
|
|
1843
|
+
{
|
|
1844
|
+
"name": "resizeObserver",
|
|
1845
|
+
"value": {
|
|
1846
|
+
"type": "ResizeObserver"
|
|
1847
|
+
}
|
|
1848
|
+
},
|
|
1849
|
+
{
|
|
1850
|
+
"name": "updateOrientation",
|
|
1851
|
+
"value": {}
|
|
1852
|
+
}
|
|
1853
|
+
],
|
|
1854
|
+
"events": []
|
|
1855
|
+
},
|
|
1856
|
+
"attributes": [
|
|
1857
|
+
{
|
|
1858
|
+
"name": "variant",
|
|
1859
|
+
"value": {
|
|
1860
|
+
"type": "'white' | 'white border-neutral-300' | 'neutral-100' | 'primary' | 'primary-100'"
|
|
1861
|
+
}
|
|
1862
|
+
},
|
|
1863
|
+
{
|
|
1864
|
+
"name": "breakpoint",
|
|
1865
|
+
"description": "Breakpoint where the teaser switches from `vertical` to `horizontal`. `0` is always `horizontal`, `9999` is always `vertical`.",
|
|
1866
|
+
"value": {
|
|
1867
|
+
"type": "number"
|
|
1868
|
+
}
|
|
1869
|
+
},
|
|
1870
|
+
{
|
|
1871
|
+
"name": "inset",
|
|
1872
|
+
"description": "The teaser's inner padding. This is always set in `white border-neutral-300`.",
|
|
1873
|
+
"value": {
|
|
1874
|
+
"type": "boolean"
|
|
1875
|
+
}
|
|
1876
|
+
}
|
|
1877
|
+
]
|
|
1878
|
+
},
|
|
1879
|
+
{
|
|
1880
|
+
"name": "sd-1-9-0-accordion-group",
|
|
1881
|
+
"description": "",
|
|
1882
|
+
"doc-url": "https://solid.union-investment.com/[storybook-link]/accordion-group",
|
|
1883
|
+
"js": {
|
|
1884
|
+
"properties": [
|
|
1885
|
+
{
|
|
1886
|
+
"name": "closeOthers",
|
|
1887
|
+
"description": "Closes other accordions.",
|
|
1888
|
+
"value": {
|
|
1889
|
+
"type": "boolean"
|
|
1890
|
+
}
|
|
1891
|
+
},
|
|
1892
|
+
{
|
|
1893
|
+
"name": "handleAccordionShow",
|
|
1894
|
+
"value": {}
|
|
1895
|
+
}
|
|
1896
|
+
],
|
|
1897
|
+
"events": []
|
|
1898
|
+
},
|
|
1899
|
+
"attributes": [
|
|
1900
|
+
{
|
|
1901
|
+
"name": "close-others",
|
|
1902
|
+
"description": "Closes other accordions.",
|
|
1903
|
+
"value": {
|
|
1904
|
+
"type": "boolean"
|
|
1905
|
+
}
|
|
1906
|
+
}
|
|
1907
|
+
]
|
|
1908
|
+
},
|
|
1909
|
+
{
|
|
1910
|
+
"name": "sd-1-9-0-accordion",
|
|
1911
|
+
"description": "",
|
|
1912
|
+
"doc-url": "https://solid.union-investment.com/[storybook-link]/accordion",
|
|
1913
|
+
"js": {
|
|
1914
|
+
"properties": [
|
|
1915
|
+
{
|
|
1916
|
+
"name": "localize",
|
|
1917
|
+
"value": {}
|
|
1918
|
+
},
|
|
1919
|
+
{
|
|
1920
|
+
"name": "open",
|
|
1921
|
+
"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.",
|
|
1922
|
+
"value": {
|
|
1923
|
+
"type": "boolean"
|
|
1924
|
+
}
|
|
1925
|
+
},
|
|
1926
|
+
{
|
|
1927
|
+
"name": "summary",
|
|
1928
|
+
"description": "The summary to show in the header. If you need to display HTML, use the `summary` slot instead.",
|
|
1929
|
+
"value": {
|
|
1930
|
+
"type": "string"
|
|
1931
|
+
}
|
|
1932
|
+
},
|
|
1933
|
+
{
|
|
1934
|
+
"name": "handleSummaryClick",
|
|
1935
|
+
"value": {}
|
|
1936
|
+
},
|
|
1937
|
+
{
|
|
1938
|
+
"name": "handleSummaryKeyDown",
|
|
1939
|
+
"value": {}
|
|
1940
|
+
},
|
|
1941
|
+
{
|
|
1942
|
+
"name": "handleOpenChange",
|
|
1943
|
+
"value": {}
|
|
1944
|
+
},
|
|
1945
|
+
{
|
|
1946
|
+
"name": "show",
|
|
1947
|
+
"description": "Shows the accordion.",
|
|
1948
|
+
"value": {}
|
|
1949
|
+
},
|
|
1950
|
+
{
|
|
1951
|
+
"name": "hide",
|
|
1952
|
+
"description": "Hides the accordion",
|
|
1953
|
+
"value": {}
|
|
1954
|
+
}
|
|
1955
|
+
],
|
|
1956
|
+
"events": [
|
|
1957
|
+
{
|
|
1958
|
+
"name": "sd-show",
|
|
1959
|
+
"description": "Emitted when the accordion opens."
|
|
1960
|
+
},
|
|
1961
|
+
{
|
|
1962
|
+
"name": "sd-after-show",
|
|
1963
|
+
"description": "Emitted after the accordion opens and all animations are complete."
|
|
1964
|
+
},
|
|
1965
|
+
{
|
|
1966
|
+
"name": "sd-hide",
|
|
1967
|
+
"description": "Emitted when the accordion closes."
|
|
1968
|
+
},
|
|
1969
|
+
{
|
|
1970
|
+
"name": "sd-after-hide",
|
|
1971
|
+
"description": "Emitted after the accordion closes and all animations are complete."
|
|
1972
|
+
}
|
|
1973
|
+
]
|
|
1974
|
+
},
|
|
1975
|
+
"attributes": [
|
|
1976
|
+
{
|
|
1977
|
+
"name": "open",
|
|
1978
|
+
"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.",
|
|
1979
|
+
"value": {
|
|
1980
|
+
"type": "boolean"
|
|
1981
|
+
}
|
|
1982
|
+
},
|
|
1983
|
+
{
|
|
1984
|
+
"name": "summary",
|
|
1985
|
+
"description": "The summary to show in the header. If you need to display HTML, use the `summary` slot instead.",
|
|
1986
|
+
"value": {
|
|
1987
|
+
"type": "string"
|
|
1988
|
+
}
|
|
1989
|
+
}
|
|
1990
|
+
]
|
|
1991
|
+
},
|
|
1992
|
+
{
|
|
1993
|
+
"name": "sd-1-9-0-badge",
|
|
1994
|
+
"description": "",
|
|
1995
|
+
"doc-url": "https://solid.union-investment.com/[storybook-link]/badge",
|
|
1996
|
+
"js": {
|
|
1997
|
+
"properties": [
|
|
1998
|
+
{
|
|
1999
|
+
"name": "variant",
|
|
2000
|
+
"description": "The badge's theme variant.",
|
|
2001
|
+
"value": {
|
|
2002
|
+
"type": "'default' | 'success' | 'error'"
|
|
2003
|
+
}
|
|
2004
|
+
},
|
|
2005
|
+
{
|
|
2006
|
+
"name": "size",
|
|
2007
|
+
"description": "The badge's size.",
|
|
2008
|
+
"value": {
|
|
2009
|
+
"type": "'lg' | 'md' | 'sm'"
|
|
2010
|
+
}
|
|
2011
|
+
},
|
|
2012
|
+
{
|
|
2013
|
+
"name": "inverted",
|
|
2014
|
+
"description": "Inverts the badge.",
|
|
2015
|
+
"value": {
|
|
2016
|
+
"type": "boolean"
|
|
2017
|
+
}
|
|
2018
|
+
}
|
|
2019
|
+
],
|
|
2020
|
+
"events": []
|
|
2021
|
+
},
|
|
2022
|
+
"attributes": [
|
|
2023
|
+
{
|
|
2024
|
+
"name": "variant",
|
|
2025
|
+
"description": "The badge's theme variant.",
|
|
2026
|
+
"value": {
|
|
2027
|
+
"type": "'default' | 'success' | 'error'"
|
|
2028
|
+
}
|
|
2029
|
+
},
|
|
2030
|
+
{
|
|
2031
|
+
"name": "size",
|
|
2032
|
+
"description": "The badge's size.",
|
|
2033
|
+
"value": {
|
|
2034
|
+
"type": "'lg' | 'md' | 'sm'"
|
|
2035
|
+
}
|
|
2036
|
+
},
|
|
2037
|
+
{
|
|
2038
|
+
"name": "inverted",
|
|
2039
|
+
"description": "Inverts the badge.",
|
|
2040
|
+
"value": {
|
|
2041
|
+
"type": "boolean"
|
|
2042
|
+
}
|
|
2043
|
+
}
|
|
2044
|
+
]
|
|
2045
|
+
},
|
|
2046
|
+
{
|
|
2047
|
+
"name": "sd-1-9-0-brandshape",
|
|
2048
|
+
"description": "",
|
|
2049
|
+
"doc-url": "https://solid.union-investment.com/[storybook-link]/brandshape",
|
|
2050
|
+
"js": {
|
|
2051
|
+
"properties": [
|
|
2052
|
+
{
|
|
2053
|
+
"name": "variant",
|
|
2054
|
+
"description": "The brandshape's theme variant.",
|
|
2055
|
+
"value": {
|
|
2056
|
+
"type": "'neutral-100' | 'primary' | 'white'"
|
|
2057
|
+
}
|
|
2058
|
+
},
|
|
2059
|
+
{
|
|
2060
|
+
"name": "shapes",
|
|
2061
|
+
"description": "Defines which shapes of the brandshape should be displayed.",
|
|
2062
|
+
"value": {
|
|
2063
|
+
"type": "('top' | 'middle' | 'bottom')[]"
|
|
2064
|
+
}
|
|
2065
|
+
},
|
|
2066
|
+
{
|
|
2067
|
+
"name": "componentBreakpoint",
|
|
2068
|
+
"value": {
|
|
2069
|
+
"type": "Breakpoints"
|
|
2070
|
+
}
|
|
2071
|
+
},
|
|
2072
|
+
{
|
|
2073
|
+
"name": "resizeObserver",
|
|
2074
|
+
"value": {
|
|
2075
|
+
"type": "ResizeObserver"
|
|
2076
|
+
}
|
|
2077
|
+
},
|
|
2078
|
+
{
|
|
2079
|
+
"name": "getSvg",
|
|
2080
|
+
"value": {}
|
|
2081
|
+
},
|
|
2082
|
+
{
|
|
2083
|
+
"name": "largeSvg",
|
|
2084
|
+
"value": {}
|
|
2085
|
+
},
|
|
2086
|
+
{
|
|
2087
|
+
"name": "mediumSvg",
|
|
2088
|
+
"value": {}
|
|
2089
|
+
},
|
|
2090
|
+
{
|
|
2091
|
+
"name": "smallSvg",
|
|
2092
|
+
"value": {}
|
|
2093
|
+
},
|
|
2094
|
+
{
|
|
2095
|
+
"name": "setBreakpoint",
|
|
2096
|
+
"value": {}
|
|
2097
|
+
},
|
|
2098
|
+
{
|
|
2099
|
+
"name": "renderTopBrandshape",
|
|
2100
|
+
"value": {}
|
|
2101
|
+
},
|
|
2102
|
+
{
|
|
2103
|
+
"name": "renderMiddleBrandshape",
|
|
2104
|
+
"value": {}
|
|
2105
|
+
},
|
|
2106
|
+
{
|
|
2107
|
+
"name": "renderBottomBrandshape",
|
|
2108
|
+
"value": {}
|
|
2109
|
+
},
|
|
2110
|
+
{
|
|
2111
|
+
"name": "renderWhitespaceFix",
|
|
2112
|
+
"description": "Renders a small line to prevent whitespace between the svg and the div of the middle brandshape.",
|
|
2113
|
+
"value": {}
|
|
2114
|
+
}
|
|
2115
|
+
],
|
|
2116
|
+
"events": []
|
|
2117
|
+
},
|
|
2118
|
+
"attributes": [
|
|
2119
|
+
{
|
|
2120
|
+
"name": "variant",
|
|
2121
|
+
"description": "The brandshape's theme variant.",
|
|
2122
|
+
"value": {
|
|
2123
|
+
"type": "'neutral-100' | 'primary' | 'white'"
|
|
2124
|
+
}
|
|
2125
|
+
},
|
|
2126
|
+
{
|
|
2127
|
+
"name": "shapes",
|
|
2128
|
+
"description": "Defines which shapes of the brandshape should be displayed.",
|
|
2129
|
+
"value": {
|
|
2130
|
+
"type": "('top' | 'middle' | 'bottom')[]"
|
|
2131
|
+
}
|
|
2132
|
+
}
|
|
2133
|
+
]
|
|
2134
|
+
},
|
|
2135
|
+
{
|
|
2136
|
+
"name": "sd-1-9-0-button",
|
|
2137
|
+
"description": "",
|
|
2138
|
+
"doc-url": "https://solid.union-investment.com/[storybook-link]/button",
|
|
2139
|
+
"js": {
|
|
2140
|
+
"properties": [
|
|
2141
|
+
{
|
|
2142
|
+
"name": "formControlController",
|
|
2143
|
+
"value": {}
|
|
2144
|
+
},
|
|
2145
|
+
{
|
|
2146
|
+
"name": "hasSlotController",
|
|
2147
|
+
"value": {}
|
|
2148
|
+
},
|
|
2149
|
+
{
|
|
2150
|
+
"name": "invalid",
|
|
2151
|
+
"value": {
|
|
2152
|
+
"type": "boolean"
|
|
2153
|
+
}
|
|
2154
|
+
},
|
|
2155
|
+
{
|
|
2156
|
+
"name": "title",
|
|
2157
|
+
"value": {
|
|
2158
|
+
"type": "string"
|
|
2159
|
+
}
|
|
2160
|
+
},
|
|
2161
|
+
{
|
|
2162
|
+
"name": "variant",
|
|
2163
|
+
"description": "The button's theme variant.",
|
|
2164
|
+
"value": {
|
|
2165
|
+
"type": "'primary' | 'secondary' | 'tertiary' | 'cta'"
|
|
2166
|
+
}
|
|
2167
|
+
},
|
|
2168
|
+
{
|
|
2169
|
+
"name": "inverted",
|
|
2170
|
+
"description": "Inverts the button.",
|
|
2171
|
+
"value": {
|
|
2172
|
+
"type": "boolean"
|
|
2173
|
+
}
|
|
2174
|
+
},
|
|
2175
|
+
{
|
|
2176
|
+
"name": "size",
|
|
2177
|
+
"description": "The button's size.",
|
|
2178
|
+
"value": {
|
|
2179
|
+
"type": "'lg' | 'md' | 'sm'"
|
|
2180
|
+
}
|
|
2181
|
+
},
|
|
2182
|
+
{
|
|
2183
|
+
"name": "disabled",
|
|
2184
|
+
"description": "Disables the button.",
|
|
2185
|
+
"value": {
|
|
2186
|
+
"type": "boolean"
|
|
2187
|
+
}
|
|
2188
|
+
},
|
|
2189
|
+
{
|
|
2190
|
+
"name": "loading",
|
|
2191
|
+
"description": "Draws the button in a loading state.",
|
|
2192
|
+
"value": {
|
|
2193
|
+
"type": "boolean"
|
|
2194
|
+
}
|
|
2195
|
+
},
|
|
2196
|
+
{
|
|
2197
|
+
"name": "type",
|
|
2198
|
+
"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.",
|
|
2199
|
+
"value": {
|
|
2200
|
+
"type": "'button' | 'submit' | 'reset'"
|
|
2201
|
+
}
|
|
2202
|
+
},
|
|
2203
|
+
{
|
|
2204
|
+
"name": "name",
|
|
2205
|
+
"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.",
|
|
2206
|
+
"value": {
|
|
2207
|
+
"type": "string"
|
|
2208
|
+
}
|
|
2209
|
+
},
|
|
2210
|
+
{
|
|
2211
|
+
"name": "value",
|
|
2212
|
+
"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.",
|
|
2213
|
+
"value": {
|
|
2214
|
+
"type": "string"
|
|
2215
|
+
}
|
|
2216
|
+
},
|
|
2217
|
+
{
|
|
2218
|
+
"name": "href",
|
|
2219
|
+
"description": "When set, the underlying button will be rendered as an `<a>` with this `href` instead of a `<button>`.",
|
|
2220
|
+
"value": {
|
|
2221
|
+
"type": "string"
|
|
2222
|
+
}
|
|
2223
|
+
},
|
|
2224
|
+
{
|
|
2225
|
+
"name": "target",
|
|
2226
|
+
"description": "Tells the browser where to open the link. Only used when `href` is present.",
|
|
2227
|
+
"value": {
|
|
2228
|
+
"type": "'_blank' | '_parent' | '_self' | '_top'"
|
|
2229
|
+
}
|
|
2230
|
+
},
|
|
2231
|
+
{
|
|
2232
|
+
"name": "download",
|
|
2233
|
+
"description": "Tells the browser to download the linked file as this filename. Only used when `href` is present.",
|
|
2234
|
+
"value": {
|
|
2235
|
+
"type": "string | undefined"
|
|
2236
|
+
}
|
|
2237
|
+
},
|
|
2238
|
+
{
|
|
2239
|
+
"name": "form",
|
|
2240
|
+
"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.",
|
|
2241
|
+
"value": {
|
|
2242
|
+
"type": "string"
|
|
2243
|
+
}
|
|
2244
|
+
},
|
|
2245
|
+
{
|
|
2246
|
+
"name": "formAction",
|
|
2247
|
+
"description": "Used to override the form owner's `action` attribute.",
|
|
2248
|
+
"value": {
|
|
2249
|
+
"type": "string"
|
|
2250
|
+
}
|
|
2251
|
+
},
|
|
2252
|
+
{
|
|
2253
|
+
"name": "formEnctype",
|
|
2254
|
+
"description": "Used to override the form owner's `enctype` attribute.",
|
|
2255
|
+
"value": {
|
|
2256
|
+
"type": "'application/x-www-form-urlencoded' | 'multipart/form-data' | 'text/plain'"
|
|
2257
|
+
}
|
|
2258
|
+
},
|
|
2259
|
+
{
|
|
2260
|
+
"name": "formMethod",
|
|
2261
|
+
"description": "Used to override the form owner's `method` attribute.",
|
|
2262
|
+
"value": {
|
|
2263
|
+
"type": "'post' | 'get'"
|
|
2264
|
+
}
|
|
2265
|
+
},
|
|
2266
|
+
{
|
|
2267
|
+
"name": "formNoValidate",
|
|
2268
|
+
"description": "Used to override the form owner's `novalidate` attribute.",
|
|
2269
|
+
"value": {
|
|
2270
|
+
"type": "boolean"
|
|
2271
|
+
}
|
|
2272
|
+
},
|
|
2273
|
+
{
|
|
2274
|
+
"name": "formTarget",
|
|
2275
|
+
"description": "Used to override the form owner's `target` attribute.",
|
|
2276
|
+
"value": {
|
|
2277
|
+
"type": "'_self' | '_blank' | '_parent' | '_top' | string"
|
|
2278
|
+
}
|
|
2279
|
+
},
|
|
2280
|
+
{
|
|
2281
|
+
"name": "handleBlur",
|
|
2282
|
+
"value": {}
|
|
2283
|
+
},
|
|
2284
|
+
{
|
|
2285
|
+
"name": "handleFocus",
|
|
2286
|
+
"value": {}
|
|
2287
|
+
},
|
|
2288
|
+
{
|
|
2289
|
+
"name": "handleClick",
|
|
2290
|
+
"value": {}
|
|
2291
|
+
},
|
|
2292
|
+
{
|
|
2293
|
+
"name": "isButton",
|
|
2294
|
+
"value": {}
|
|
2295
|
+
},
|
|
1174
2296
|
{
|
|
1175
|
-
"name": "
|
|
2297
|
+
"name": "isLink",
|
|
1176
2298
|
"value": {}
|
|
1177
2299
|
},
|
|
1178
2300
|
{
|
|
1179
|
-
"name": "
|
|
1180
|
-
"
|
|
1181
|
-
"value": {
|
|
1182
|
-
"type": "boolean"
|
|
1183
|
-
}
|
|
2301
|
+
"name": "handleDisabledChange",
|
|
2302
|
+
"value": {}
|
|
1184
2303
|
},
|
|
1185
2304
|
{
|
|
1186
|
-
"name": "
|
|
1187
|
-
"description": "
|
|
1188
|
-
"value": {
|
|
1189
|
-
"type": "string"
|
|
1190
|
-
}
|
|
2305
|
+
"name": "click",
|
|
2306
|
+
"description": "Simulates a click on the button.",
|
|
2307
|
+
"value": {}
|
|
1191
2308
|
},
|
|
1192
2309
|
{
|
|
1193
|
-
"name": "
|
|
2310
|
+
"name": "focus",
|
|
2311
|
+
"description": "Sets focus on the button.",
|
|
1194
2312
|
"value": {}
|
|
1195
2313
|
},
|
|
1196
2314
|
{
|
|
1197
|
-
"name": "
|
|
2315
|
+
"name": "blur",
|
|
2316
|
+
"description": "Removes focus from the button.",
|
|
1198
2317
|
"value": {}
|
|
1199
2318
|
},
|
|
1200
2319
|
{
|
|
1201
|
-
"name": "
|
|
2320
|
+
"name": "checkValidity",
|
|
2321
|
+
"description": "Checks for validity but does not show the browser's validation message.",
|
|
1202
2322
|
"value": {}
|
|
1203
2323
|
},
|
|
1204
2324
|
{
|
|
1205
|
-
"name": "
|
|
1206
|
-
"description": "
|
|
2325
|
+
"name": "reportValidity",
|
|
2326
|
+
"description": "Checks for validity and shows the browser's validation message if the control is invalid.",
|
|
1207
2327
|
"value": {}
|
|
1208
2328
|
},
|
|
1209
2329
|
{
|
|
1210
|
-
"name": "
|
|
1211
|
-
"description": "
|
|
2330
|
+
"name": "setCustomValidity",
|
|
2331
|
+
"description": "Sets a custom validation message. Pass an empty string to restore validity.",
|
|
1212
2332
|
"value": {}
|
|
1213
2333
|
}
|
|
1214
2334
|
],
|
|
1215
2335
|
"events": [
|
|
1216
2336
|
{
|
|
1217
|
-
"name": "sd-
|
|
1218
|
-
"description": "Emitted when the
|
|
1219
|
-
},
|
|
1220
|
-
{
|
|
1221
|
-
"name": "sd-after-show",
|
|
1222
|
-
"description": "Emitted after the accordion opens and all animations are complete."
|
|
1223
|
-
},
|
|
1224
|
-
{
|
|
1225
|
-
"name": "sd-hide",
|
|
1226
|
-
"description": "Emitted when the accordion closes."
|
|
2337
|
+
"name": "sd-blur",
|
|
2338
|
+
"description": "Emitted when the button loses focus."
|
|
1227
2339
|
},
|
|
1228
2340
|
{
|
|
1229
|
-
"name": "sd-
|
|
1230
|
-
"description": "Emitted
|
|
2341
|
+
"name": "sd-focus",
|
|
2342
|
+
"description": "Emitted when the button gains focus."
|
|
1231
2343
|
}
|
|
1232
2344
|
]
|
|
1233
2345
|
},
|
|
1234
2346
|
"attributes": [
|
|
1235
2347
|
{
|
|
1236
|
-
"name": "
|
|
1237
|
-
"
|
|
2348
|
+
"name": "title",
|
|
2349
|
+
"value": {
|
|
2350
|
+
"type": "string"
|
|
2351
|
+
}
|
|
2352
|
+
},
|
|
2353
|
+
{
|
|
2354
|
+
"name": "variant",
|
|
2355
|
+
"description": "The button's theme variant.",
|
|
2356
|
+
"value": {
|
|
2357
|
+
"type": "'primary' | 'secondary' | 'tertiary' | 'cta'"
|
|
2358
|
+
}
|
|
2359
|
+
},
|
|
2360
|
+
{
|
|
2361
|
+
"name": "inverted",
|
|
2362
|
+
"description": "Inverts the button.",
|
|
1238
2363
|
"value": {
|
|
1239
2364
|
"type": "boolean"
|
|
1240
2365
|
}
|
|
1241
2366
|
},
|
|
1242
2367
|
{
|
|
1243
|
-
"name": "
|
|
1244
|
-
"description": "The
|
|
2368
|
+
"name": "size",
|
|
2369
|
+
"description": "The button's size.",
|
|
2370
|
+
"value": {
|
|
2371
|
+
"type": "'lg' | 'md' | 'sm'"
|
|
2372
|
+
}
|
|
2373
|
+
},
|
|
2374
|
+
{
|
|
2375
|
+
"name": "disabled",
|
|
2376
|
+
"description": "Disables the button.",
|
|
2377
|
+
"value": {
|
|
2378
|
+
"type": "boolean"
|
|
2379
|
+
}
|
|
2380
|
+
},
|
|
2381
|
+
{
|
|
2382
|
+
"name": "loading",
|
|
2383
|
+
"description": "Draws the button in a loading state.",
|
|
2384
|
+
"value": {
|
|
2385
|
+
"type": "boolean"
|
|
2386
|
+
}
|
|
2387
|
+
},
|
|
2388
|
+
{
|
|
2389
|
+
"name": "type",
|
|
2390
|
+
"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.",
|
|
2391
|
+
"value": {
|
|
2392
|
+
"type": "'button' | 'submit' | 'reset'"
|
|
2393
|
+
}
|
|
2394
|
+
},
|
|
2395
|
+
{
|
|
2396
|
+
"name": "name",
|
|
2397
|
+
"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.",
|
|
2398
|
+
"value": {
|
|
2399
|
+
"type": "string"
|
|
2400
|
+
}
|
|
2401
|
+
},
|
|
2402
|
+
{
|
|
2403
|
+
"name": "value",
|
|
2404
|
+
"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.",
|
|
2405
|
+
"value": {
|
|
2406
|
+
"type": "string"
|
|
2407
|
+
}
|
|
2408
|
+
},
|
|
2409
|
+
{
|
|
2410
|
+
"name": "href",
|
|
2411
|
+
"description": "When set, the underlying button will be rendered as an `<a>` with this `href` instead of a `<button>`.",
|
|
2412
|
+
"value": {
|
|
2413
|
+
"type": "string"
|
|
2414
|
+
}
|
|
2415
|
+
},
|
|
2416
|
+
{
|
|
2417
|
+
"name": "target",
|
|
2418
|
+
"description": "Tells the browser where to open the link. Only used when `href` is present.",
|
|
2419
|
+
"value": {
|
|
2420
|
+
"type": "'_blank' | '_parent' | '_self' | '_top'"
|
|
2421
|
+
}
|
|
2422
|
+
},
|
|
2423
|
+
{
|
|
2424
|
+
"name": "download",
|
|
2425
|
+
"description": "Tells the browser to download the linked file as this filename. Only used when `href` is present.",
|
|
2426
|
+
"value": {
|
|
2427
|
+
"type": "string | undefined"
|
|
2428
|
+
}
|
|
2429
|
+
},
|
|
2430
|
+
{
|
|
2431
|
+
"name": "form",
|
|
2432
|
+
"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.",
|
|
2433
|
+
"value": {
|
|
2434
|
+
"type": "string"
|
|
2435
|
+
}
|
|
2436
|
+
},
|
|
2437
|
+
{
|
|
2438
|
+
"name": "formaction",
|
|
2439
|
+
"description": "Used to override the form owner's `action` attribute.",
|
|
1245
2440
|
"value": {
|
|
1246
2441
|
"type": "string"
|
|
1247
2442
|
}
|
|
2443
|
+
},
|
|
2444
|
+
{
|
|
2445
|
+
"name": "formenctype",
|
|
2446
|
+
"description": "Used to override the form owner's `enctype` attribute.",
|
|
2447
|
+
"value": {
|
|
2448
|
+
"type": "'application/x-www-form-urlencoded' | 'multipart/form-data' | 'text/plain'"
|
|
2449
|
+
}
|
|
2450
|
+
},
|
|
2451
|
+
{
|
|
2452
|
+
"name": "formmethod",
|
|
2453
|
+
"description": "Used to override the form owner's `method` attribute.",
|
|
2454
|
+
"value": {
|
|
2455
|
+
"type": "'post' | 'get'"
|
|
2456
|
+
}
|
|
2457
|
+
},
|
|
2458
|
+
{
|
|
2459
|
+
"name": "formnovalidate",
|
|
2460
|
+
"description": "Used to override the form owner's `novalidate` attribute.",
|
|
2461
|
+
"value": {
|
|
2462
|
+
"type": "boolean"
|
|
2463
|
+
}
|
|
2464
|
+
},
|
|
2465
|
+
{
|
|
2466
|
+
"name": "formtarget",
|
|
2467
|
+
"description": "Used to override the form owner's `target` attribute.",
|
|
2468
|
+
"value": {
|
|
2469
|
+
"type": "'_self' | '_blank' | '_parent' | '_top' | string"
|
|
2470
|
+
}
|
|
1248
2471
|
}
|
|
1249
2472
|
]
|
|
1250
2473
|
},
|
|
1251
2474
|
{
|
|
1252
|
-
"name": "sd-1-
|
|
2475
|
+
"name": "sd-1-9-0-divider",
|
|
1253
2476
|
"description": "",
|
|
1254
|
-
"doc-url": "https://solid.union-investment.com/[storybook-link]/
|
|
2477
|
+
"doc-url": "https://solid.union-investment.com/[storybook-link]/divider",
|
|
1255
2478
|
"js": {
|
|
1256
2479
|
"properties": [
|
|
1257
2480
|
{
|
|
1258
|
-
"name": "
|
|
1259
|
-
"description": "
|
|
1260
|
-
"value": {
|
|
1261
|
-
"type": "'default' | 'success' | 'error'"
|
|
1262
|
-
}
|
|
1263
|
-
},
|
|
1264
|
-
{
|
|
1265
|
-
"name": "size",
|
|
1266
|
-
"description": "The badge's size.",
|
|
2481
|
+
"name": "orientation",
|
|
2482
|
+
"description": "Determines the orientation of the divider.",
|
|
1267
2483
|
"value": {
|
|
1268
|
-
"type": "'
|
|
2484
|
+
"type": "'horizontal' | 'vertical'"
|
|
1269
2485
|
}
|
|
1270
2486
|
},
|
|
1271
2487
|
{
|
|
1272
2488
|
"name": "inverted",
|
|
1273
|
-
"description": "
|
|
2489
|
+
"description": "This inverts the divider.",
|
|
1274
2490
|
"value": {
|
|
1275
2491
|
"type": "boolean"
|
|
1276
2492
|
}
|
|
@@ -1280,22 +2496,15 @@
|
|
|
1280
2496
|
},
|
|
1281
2497
|
"attributes": [
|
|
1282
2498
|
{
|
|
1283
|
-
"name": "
|
|
1284
|
-
"description": "
|
|
1285
|
-
"value": {
|
|
1286
|
-
"type": "'default' | 'success' | 'error'"
|
|
1287
|
-
}
|
|
1288
|
-
},
|
|
1289
|
-
{
|
|
1290
|
-
"name": "size",
|
|
1291
|
-
"description": "The badge's size.",
|
|
2499
|
+
"name": "orientation",
|
|
2500
|
+
"description": "Determines the orientation of the divider.",
|
|
1292
2501
|
"value": {
|
|
1293
|
-
"type": "'
|
|
2502
|
+
"type": "'horizontal' | 'vertical'"
|
|
1294
2503
|
}
|
|
1295
2504
|
},
|
|
1296
2505
|
{
|
|
1297
2506
|
"name": "inverted",
|
|
1298
|
-
"description": "
|
|
2507
|
+
"description": "This inverts the divider.",
|
|
1299
2508
|
"value": {
|
|
1300
2509
|
"type": "boolean"
|
|
1301
2510
|
}
|
|
@@ -1303,467 +2512,406 @@
|
|
|
1303
2512
|
]
|
|
1304
2513
|
},
|
|
1305
2514
|
{
|
|
1306
|
-
"name": "sd-1-
|
|
2515
|
+
"name": "sd-1-9-0-drawer",
|
|
1307
2516
|
"description": "",
|
|
1308
|
-
"doc-url": "https://solid.union-investment.com/[storybook-link]/
|
|
2517
|
+
"doc-url": "https://solid.union-investment.com/[storybook-link]/drawer",
|
|
1309
2518
|
"js": {
|
|
1310
2519
|
"properties": [
|
|
1311
2520
|
{
|
|
1312
|
-
"name": "
|
|
1313
|
-
"
|
|
2521
|
+
"name": "hasSlotController",
|
|
2522
|
+
"value": {}
|
|
2523
|
+
},
|
|
2524
|
+
{
|
|
2525
|
+
"name": "localize",
|
|
2526
|
+
"value": {}
|
|
2527
|
+
},
|
|
2528
|
+
{
|
|
2529
|
+
"name": "modal",
|
|
2530
|
+
"value": {}
|
|
2531
|
+
},
|
|
2532
|
+
{
|
|
2533
|
+
"name": "open",
|
|
2534
|
+
"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.",
|
|
1314
2535
|
"value": {
|
|
1315
|
-
"type": "
|
|
2536
|
+
"type": "boolean"
|
|
1316
2537
|
}
|
|
1317
2538
|
},
|
|
1318
2539
|
{
|
|
1319
|
-
"name": "
|
|
1320
|
-
"description": "
|
|
2540
|
+
"name": "label",
|
|
2541
|
+
"description": "You should always include a relevant label even when using\n`no-header`, as it is required for proper accessibility.",
|
|
1321
2542
|
"value": {
|
|
1322
|
-
"type": "
|
|
2543
|
+
"type": "string"
|
|
1323
2544
|
}
|
|
1324
2545
|
},
|
|
1325
2546
|
{
|
|
1326
|
-
"name": "
|
|
2547
|
+
"name": "placement",
|
|
2548
|
+
"description": "The direction from which the drawer will open.",
|
|
1327
2549
|
"value": {
|
|
1328
|
-
"type": "
|
|
2550
|
+
"type": "'end' | 'start'"
|
|
1329
2551
|
}
|
|
1330
2552
|
},
|
|
1331
2553
|
{
|
|
1332
|
-
"name": "
|
|
2554
|
+
"name": "contained",
|
|
2555
|
+
"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.",
|
|
1333
2556
|
"value": {
|
|
1334
|
-
"type": "
|
|
2557
|
+
"type": "boolean"
|
|
1335
2558
|
}
|
|
1336
2559
|
},
|
|
1337
2560
|
{
|
|
1338
|
-
"name": "
|
|
2561
|
+
"name": "noHeader",
|
|
2562
|
+
"description": "Removes the header. This will also remove the default close button, so please ensure you provide an easy, accessible way for users to dismiss the drawer.",
|
|
2563
|
+
"value": {
|
|
2564
|
+
"type": "boolean"
|
|
2565
|
+
}
|
|
2566
|
+
},
|
|
2567
|
+
{
|
|
2568
|
+
"name": "requestClose",
|
|
1339
2569
|
"value": {}
|
|
1340
2570
|
},
|
|
1341
2571
|
{
|
|
1342
|
-
"name": "
|
|
2572
|
+
"name": "addOpenListeners",
|
|
1343
2573
|
"value": {}
|
|
1344
2574
|
},
|
|
1345
2575
|
{
|
|
1346
|
-
"name": "
|
|
2576
|
+
"name": "removeOpenListeners",
|
|
1347
2577
|
"value": {}
|
|
1348
2578
|
},
|
|
1349
2579
|
{
|
|
1350
|
-
"name": "
|
|
2580
|
+
"name": "handleDocumentKeyDown",
|
|
1351
2581
|
"value": {}
|
|
1352
2582
|
},
|
|
1353
2583
|
{
|
|
1354
|
-
"name": "
|
|
2584
|
+
"name": "handleOpenChange",
|
|
2585
|
+
"value": {}
|
|
2586
|
+
},
|
|
2587
|
+
{
|
|
2588
|
+
"name": "handleNoModalChange",
|
|
2589
|
+
"value": {}
|
|
2590
|
+
},
|
|
2591
|
+
{
|
|
2592
|
+
"name": "show",
|
|
2593
|
+
"description": "Shows the drawer.",
|
|
2594
|
+
"value": {}
|
|
2595
|
+
},
|
|
2596
|
+
{
|
|
2597
|
+
"name": "hide",
|
|
2598
|
+
"description": "Hides the drawer",
|
|
1355
2599
|
"value": {}
|
|
2600
|
+
}
|
|
2601
|
+
],
|
|
2602
|
+
"events": [
|
|
2603
|
+
{
|
|
2604
|
+
"name": "sd-show",
|
|
2605
|
+
"description": "Emitted when the drawer opens."
|
|
2606
|
+
},
|
|
2607
|
+
{
|
|
2608
|
+
"name": "sd-after-show",
|
|
2609
|
+
"description": "Emitted after the drawer opens and all animations are complete."
|
|
1356
2610
|
},
|
|
1357
2611
|
{
|
|
1358
|
-
"name": "
|
|
1359
|
-
"
|
|
2612
|
+
"name": "sd-hide",
|
|
2613
|
+
"description": "Emitted when the drawer closes."
|
|
1360
2614
|
},
|
|
1361
2615
|
{
|
|
1362
|
-
"name": "
|
|
1363
|
-
"
|
|
2616
|
+
"name": "sd-after-hide",
|
|
2617
|
+
"description": "Emitted after the drawer closes and all animations are complete."
|
|
1364
2618
|
},
|
|
1365
2619
|
{
|
|
1366
|
-
"name": "
|
|
1367
|
-
"
|
|
2620
|
+
"name": "sd-initial-focus",
|
|
2621
|
+
"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."
|
|
1368
2622
|
},
|
|
1369
2623
|
{
|
|
1370
|
-
"name": "
|
|
1371
|
-
"description": "
|
|
1372
|
-
"value": {}
|
|
2624
|
+
"name": "sd-request-close",
|
|
2625
|
+
"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."
|
|
1373
2626
|
}
|
|
1374
|
-
]
|
|
1375
|
-
"events": []
|
|
2627
|
+
]
|
|
1376
2628
|
},
|
|
1377
2629
|
"attributes": [
|
|
1378
2630
|
{
|
|
1379
|
-
"name": "
|
|
1380
|
-
"description": "
|
|
2631
|
+
"name": "open",
|
|
2632
|
+
"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.",
|
|
1381
2633
|
"value": {
|
|
1382
|
-
"type": "
|
|
2634
|
+
"type": "boolean"
|
|
1383
2635
|
}
|
|
1384
2636
|
},
|
|
1385
2637
|
{
|
|
1386
|
-
"name": "
|
|
1387
|
-
"description": "
|
|
2638
|
+
"name": "label",
|
|
2639
|
+
"description": "You should always include a relevant label even when using\n`no-header`, as it is required for proper accessibility.",
|
|
1388
2640
|
"value": {
|
|
1389
|
-
"type": "
|
|
2641
|
+
"type": "string"
|
|
2642
|
+
}
|
|
2643
|
+
},
|
|
2644
|
+
{
|
|
2645
|
+
"name": "placement",
|
|
2646
|
+
"description": "The direction from which the drawer will open.",
|
|
2647
|
+
"value": {
|
|
2648
|
+
"type": "'end' | 'start'"
|
|
2649
|
+
}
|
|
2650
|
+
},
|
|
2651
|
+
{
|
|
2652
|
+
"name": "contained",
|
|
2653
|
+
"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.",
|
|
2654
|
+
"value": {
|
|
2655
|
+
"type": "boolean"
|
|
2656
|
+
}
|
|
2657
|
+
},
|
|
2658
|
+
{
|
|
2659
|
+
"name": "no-header",
|
|
2660
|
+
"description": "Removes the header. This will also remove the default close button, so please ensure you provide an easy, accessible way for users to dismiss the drawer.",
|
|
2661
|
+
"value": {
|
|
2662
|
+
"type": "boolean"
|
|
1390
2663
|
}
|
|
1391
2664
|
}
|
|
1392
2665
|
]
|
|
1393
2666
|
},
|
|
1394
2667
|
{
|
|
1395
|
-
"name": "sd-1-
|
|
2668
|
+
"name": "sd-1-9-0-dropdown",
|
|
1396
2669
|
"description": "",
|
|
1397
|
-
"doc-url": "https://solid.union-investment.com/[storybook-link]/
|
|
2670
|
+
"doc-url": "https://solid.union-investment.com/[storybook-link]/dropdown",
|
|
1398
2671
|
"js": {
|
|
1399
2672
|
"properties": [
|
|
1400
2673
|
{
|
|
1401
|
-
"name": "
|
|
1402
|
-
"value": {}
|
|
1403
|
-
},
|
|
1404
|
-
{
|
|
1405
|
-
"name": "hasSlotController",
|
|
1406
|
-
"value": {}
|
|
1407
|
-
},
|
|
1408
|
-
{
|
|
1409
|
-
"name": "invalid",
|
|
2674
|
+
"name": "popup",
|
|
1410
2675
|
"value": {
|
|
1411
|
-
"type": "
|
|
2676
|
+
"type": "SdPopup"
|
|
1412
2677
|
}
|
|
1413
2678
|
},
|
|
1414
2679
|
{
|
|
1415
|
-
"name": "
|
|
1416
|
-
"value": {
|
|
1417
|
-
"type": "string"
|
|
1418
|
-
}
|
|
2680
|
+
"name": "localize",
|
|
2681
|
+
"value": {}
|
|
1419
2682
|
},
|
|
1420
2683
|
{
|
|
1421
|
-
"name": "
|
|
1422
|
-
"description": "
|
|
2684
|
+
"name": "open",
|
|
2685
|
+
"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.",
|
|
1423
2686
|
"value": {
|
|
1424
|
-
"type": "
|
|
2687
|
+
"type": "boolean"
|
|
1425
2688
|
}
|
|
1426
2689
|
},
|
|
1427
2690
|
{
|
|
1428
|
-
"name": "
|
|
1429
|
-
"description": "
|
|
2691
|
+
"name": "rounded",
|
|
2692
|
+
"description": "Indicates whether or not the dropdown should be styled with rounded corners.",
|
|
1430
2693
|
"value": {
|
|
1431
2694
|
"type": "boolean"
|
|
1432
2695
|
}
|
|
1433
2696
|
},
|
|
1434
2697
|
{
|
|
1435
|
-
"name": "
|
|
1436
|
-
"description": "The
|
|
2698
|
+
"name": "placement",
|
|
2699
|
+
"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.",
|
|
1437
2700
|
"value": {
|
|
1438
|
-
"type": "'
|
|
2701
|
+
"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'"
|
|
1439
2702
|
}
|
|
1440
2703
|
},
|
|
1441
2704
|
{
|
|
1442
2705
|
"name": "disabled",
|
|
1443
|
-
"description": "Disables the
|
|
2706
|
+
"description": "Disables the dropdown so the panel will not open.",
|
|
1444
2707
|
"value": {
|
|
1445
2708
|
"type": "boolean"
|
|
1446
2709
|
}
|
|
1447
2710
|
},
|
|
1448
2711
|
{
|
|
1449
|
-
"name": "
|
|
1450
|
-
"description": "
|
|
2712
|
+
"name": "stayOpenOnSelect",
|
|
2713
|
+
"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.",
|
|
1451
2714
|
"value": {
|
|
1452
2715
|
"type": "boolean"
|
|
1453
2716
|
}
|
|
1454
2717
|
},
|
|
1455
2718
|
{
|
|
1456
|
-
"name": "
|
|
1457
|
-
"description": "The
|
|
1458
|
-
"value": {
|
|
1459
|
-
"type": "'button' | 'submit' | 'reset'"
|
|
1460
|
-
}
|
|
1461
|
-
},
|
|
1462
|
-
{
|
|
1463
|
-
"name": "name",
|
|
1464
|
-
"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.",
|
|
2719
|
+
"name": "distance",
|
|
2720
|
+
"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`.",
|
|
1465
2721
|
"value": {
|
|
1466
|
-
"type": "
|
|
2722
|
+
"type": "number"
|
|
1467
2723
|
}
|
|
1468
2724
|
},
|
|
1469
2725
|
{
|
|
1470
|
-
"name": "
|
|
1471
|
-
"description": "The
|
|
2726
|
+
"name": "skidding",
|
|
2727
|
+
"description": "The distance in pixels from which to offset the panel along its trigger.",
|
|
1472
2728
|
"value": {
|
|
1473
|
-
"type": "
|
|
2729
|
+
"type": "number"
|
|
1474
2730
|
}
|
|
1475
2731
|
},
|
|
1476
2732
|
{
|
|
1477
|
-
"name": "
|
|
1478
|
-
"description": "
|
|
2733
|
+
"name": "noAutoSize",
|
|
2734
|
+
"description": "Indicates whether or not the dropdown should automatically resize its content's width/height regarding the available space on screen.",
|
|
1479
2735
|
"value": {
|
|
1480
|
-
"type": "
|
|
2736
|
+
"type": "boolean"
|
|
1481
2737
|
}
|
|
1482
2738
|
},
|
|
1483
2739
|
{
|
|
1484
|
-
"name": "
|
|
1485
|
-
"description": "
|
|
2740
|
+
"name": "noFlip",
|
|
2741
|
+
"description": "When set to true, the placement of the dropdown will not flip to the opposite site to keep it in view.",
|
|
1486
2742
|
"value": {
|
|
1487
|
-
"type": "
|
|
2743
|
+
"type": "boolean"
|
|
1488
2744
|
}
|
|
1489
2745
|
},
|
|
1490
2746
|
{
|
|
1491
|
-
"name": "
|
|
1492
|
-
"description": "
|
|
2747
|
+
"name": "hoist",
|
|
2748
|
+
"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.",
|
|
1493
2749
|
"value": {
|
|
1494
|
-
"type": "
|
|
2750
|
+
"type": "boolean"
|
|
1495
2751
|
}
|
|
1496
2752
|
},
|
|
1497
2753
|
{
|
|
1498
|
-
"name": "
|
|
1499
|
-
"
|
|
1500
|
-
"value": {
|
|
1501
|
-
"type": "string"
|
|
1502
|
-
}
|
|
2754
|
+
"name": "focusOnTrigger",
|
|
2755
|
+
"value": {}
|
|
1503
2756
|
},
|
|
1504
2757
|
{
|
|
1505
|
-
"name": "
|
|
1506
|
-
"
|
|
1507
|
-
"value": {
|
|
1508
|
-
"type": "string"
|
|
1509
|
-
}
|
|
2758
|
+
"name": "getMenu",
|
|
2759
|
+
"value": {}
|
|
1510
2760
|
},
|
|
1511
2761
|
{
|
|
1512
|
-
"name": "
|
|
1513
|
-
"
|
|
1514
|
-
"value": {
|
|
1515
|
-
"type": "'application/x-www-form-urlencoded' | 'multipart/form-data' | 'text/plain'"
|
|
1516
|
-
}
|
|
2762
|
+
"name": "handleKeyDown",
|
|
2763
|
+
"value": {}
|
|
1517
2764
|
},
|
|
1518
2765
|
{
|
|
1519
|
-
"name": "
|
|
1520
|
-
"
|
|
1521
|
-
"value": {
|
|
1522
|
-
"type": "'post' | 'get'"
|
|
1523
|
-
}
|
|
2766
|
+
"name": "handleDocumentKeyDown",
|
|
2767
|
+
"value": {}
|
|
1524
2768
|
},
|
|
1525
2769
|
{
|
|
1526
|
-
"name": "
|
|
1527
|
-
"
|
|
1528
|
-
"value": {
|
|
1529
|
-
"type": "boolean"
|
|
1530
|
-
}
|
|
2770
|
+
"name": "handleDocumentMouseDown",
|
|
2771
|
+
"value": {}
|
|
1531
2772
|
},
|
|
1532
2773
|
{
|
|
1533
|
-
"name": "
|
|
1534
|
-
"
|
|
1535
|
-
"value": {
|
|
1536
|
-
"type": "'_self' | '_blank' | '_parent' | '_top' | string"
|
|
1537
|
-
}
|
|
2774
|
+
"name": "handleMenuItemActivate",
|
|
2775
|
+
"value": {}
|
|
1538
2776
|
},
|
|
1539
2777
|
{
|
|
1540
|
-
"name": "
|
|
2778
|
+
"name": "handlePanelSelect",
|
|
1541
2779
|
"value": {}
|
|
1542
2780
|
},
|
|
1543
2781
|
{
|
|
1544
|
-
"name": "
|
|
2782
|
+
"name": "handleTriggerClick",
|
|
1545
2783
|
"value": {}
|
|
1546
2784
|
},
|
|
1547
2785
|
{
|
|
1548
|
-
"name": "
|
|
2786
|
+
"name": "handleTriggerKeyDown",
|
|
1549
2787
|
"value": {}
|
|
1550
2788
|
},
|
|
1551
2789
|
{
|
|
1552
|
-
"name": "
|
|
2790
|
+
"name": "handleTriggerKeyUp",
|
|
1553
2791
|
"value": {}
|
|
1554
2792
|
},
|
|
1555
2793
|
{
|
|
1556
|
-
"name": "
|
|
2794
|
+
"name": "handleTriggerSlotChange",
|
|
1557
2795
|
"value": {}
|
|
1558
2796
|
},
|
|
1559
2797
|
{
|
|
1560
|
-
"name": "
|
|
2798
|
+
"name": "updateAccessibleTrigger",
|
|
1561
2799
|
"value": {}
|
|
1562
2800
|
},
|
|
1563
2801
|
{
|
|
1564
|
-
"name": "
|
|
1565
|
-
"description": "
|
|
2802
|
+
"name": "show",
|
|
2803
|
+
"description": "Shows the dropdown panel.",
|
|
1566
2804
|
"value": {}
|
|
1567
2805
|
},
|
|
1568
2806
|
{
|
|
1569
|
-
"name": "
|
|
1570
|
-
"description": "
|
|
2807
|
+
"name": "hide",
|
|
2808
|
+
"description": "Hides the dropdown panel",
|
|
1571
2809
|
"value": {}
|
|
1572
2810
|
},
|
|
1573
2811
|
{
|
|
1574
|
-
"name": "
|
|
1575
|
-
"description": "
|
|
2812
|
+
"name": "reposition",
|
|
2813
|
+
"description": "Instructs the dropdown menu to reposition. Useful when the position or size of the trigger changes when the menu\nis activated.",
|
|
1576
2814
|
"value": {}
|
|
1577
2815
|
},
|
|
1578
2816
|
{
|
|
1579
|
-
"name": "
|
|
1580
|
-
"description": "Checks for validity but does not show the browser's validation message.",
|
|
2817
|
+
"name": "addOpenListeners",
|
|
1581
2818
|
"value": {}
|
|
1582
2819
|
},
|
|
1583
2820
|
{
|
|
1584
|
-
"name": "
|
|
1585
|
-
"description": "Checks for validity and shows the browser's validation message if the control is invalid.",
|
|
2821
|
+
"name": "removeOpenListeners",
|
|
1586
2822
|
"value": {}
|
|
1587
2823
|
},
|
|
1588
2824
|
{
|
|
1589
|
-
"name": "
|
|
1590
|
-
"description": "Sets a custom validation message. Pass an empty string to restore validity.",
|
|
2825
|
+
"name": "handleOpenChange",
|
|
1591
2826
|
"value": {}
|
|
1592
2827
|
}
|
|
1593
2828
|
],
|
|
1594
2829
|
"events": [
|
|
1595
2830
|
{
|
|
1596
|
-
"name": "sd-
|
|
1597
|
-
"description": "Emitted when the
|
|
2831
|
+
"name": "sd-show",
|
|
2832
|
+
"description": "Emitted when the dropdown opens."
|
|
1598
2833
|
},
|
|
1599
2834
|
{
|
|
1600
|
-
"name": "sd-
|
|
1601
|
-
"description": "Emitted
|
|
2835
|
+
"name": "sd-after-show",
|
|
2836
|
+
"description": "Emitted after the dropdown opens and all animations are complete."
|
|
2837
|
+
},
|
|
2838
|
+
{
|
|
2839
|
+
"name": "sd-hide",
|
|
2840
|
+
"description": "Emitted when the dropdown closes."
|
|
2841
|
+
},
|
|
2842
|
+
{
|
|
2843
|
+
"name": "sd-after-hide",
|
|
2844
|
+
"description": "Emitted after the dropdown closes and all animations are complete."
|
|
1602
2845
|
}
|
|
1603
2846
|
]
|
|
1604
2847
|
},
|
|
1605
2848
|
"attributes": [
|
|
1606
2849
|
{
|
|
1607
|
-
"name": "
|
|
1608
|
-
"
|
|
1609
|
-
"type": "string"
|
|
1610
|
-
}
|
|
1611
|
-
},
|
|
1612
|
-
{
|
|
1613
|
-
"name": "variant",
|
|
1614
|
-
"description": "The button's theme variant.",
|
|
2850
|
+
"name": "open",
|
|
2851
|
+
"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.",
|
|
1615
2852
|
"value": {
|
|
1616
|
-
"type": "
|
|
2853
|
+
"type": "boolean"
|
|
1617
2854
|
}
|
|
1618
2855
|
},
|
|
1619
2856
|
{
|
|
1620
|
-
"name": "
|
|
1621
|
-
"description": "
|
|
2857
|
+
"name": "rounded",
|
|
2858
|
+
"description": "Indicates whether or not the dropdown should be styled with rounded corners.",
|
|
1622
2859
|
"value": {
|
|
1623
2860
|
"type": "boolean"
|
|
1624
2861
|
}
|
|
1625
2862
|
},
|
|
1626
2863
|
{
|
|
1627
|
-
"name": "
|
|
1628
|
-
"description": "The
|
|
2864
|
+
"name": "placement",
|
|
2865
|
+
"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.",
|
|
1629
2866
|
"value": {
|
|
1630
|
-
"type": "'
|
|
2867
|
+
"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'"
|
|
1631
2868
|
}
|
|
1632
2869
|
},
|
|
1633
2870
|
{
|
|
1634
2871
|
"name": "disabled",
|
|
1635
|
-
"description": "Disables the
|
|
2872
|
+
"description": "Disables the dropdown so the panel will not open.",
|
|
1636
2873
|
"value": {
|
|
1637
2874
|
"type": "boolean"
|
|
1638
2875
|
}
|
|
1639
2876
|
},
|
|
1640
2877
|
{
|
|
1641
|
-
"name": "
|
|
1642
|
-
"description": "
|
|
2878
|
+
"name": "stay-open-on-select",
|
|
2879
|
+
"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.",
|
|
1643
2880
|
"value": {
|
|
1644
2881
|
"type": "boolean"
|
|
1645
2882
|
}
|
|
1646
2883
|
},
|
|
1647
2884
|
{
|
|
1648
|
-
"name": "
|
|
1649
|
-
"description": "The
|
|
1650
|
-
"value": {
|
|
1651
|
-
"type": "'button' | 'submit' | 'reset'"
|
|
1652
|
-
}
|
|
1653
|
-
},
|
|
1654
|
-
{
|
|
1655
|
-
"name": "name",
|
|
1656
|
-
"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.",
|
|
1657
|
-
"value": {
|
|
1658
|
-
"type": "string"
|
|
1659
|
-
}
|
|
1660
|
-
},
|
|
1661
|
-
{
|
|
1662
|
-
"name": "value",
|
|
1663
|
-
"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.",
|
|
1664
|
-
"value": {
|
|
1665
|
-
"type": "string"
|
|
1666
|
-
}
|
|
1667
|
-
},
|
|
1668
|
-
{
|
|
1669
|
-
"name": "href",
|
|
1670
|
-
"description": "When set, the underlying button will be rendered as an `<a>` with this `href` instead of a `<button>`.",
|
|
1671
|
-
"value": {
|
|
1672
|
-
"type": "string"
|
|
1673
|
-
}
|
|
1674
|
-
},
|
|
1675
|
-
{
|
|
1676
|
-
"name": "target",
|
|
1677
|
-
"description": "Tells the browser where to open the link. Only used when `href` is present.",
|
|
1678
|
-
"value": {
|
|
1679
|
-
"type": "'_blank' | '_parent' | '_self' | '_top'"
|
|
1680
|
-
}
|
|
1681
|
-
},
|
|
1682
|
-
{
|
|
1683
|
-
"name": "download",
|
|
1684
|
-
"description": "Tells the browser to download the linked file as this filename. Only used when `href` is present.",
|
|
1685
|
-
"value": {
|
|
1686
|
-
"type": "string | undefined"
|
|
1687
|
-
}
|
|
1688
|
-
},
|
|
1689
|
-
{
|
|
1690
|
-
"name": "form",
|
|
1691
|
-
"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.",
|
|
1692
|
-
"value": {
|
|
1693
|
-
"type": "string"
|
|
1694
|
-
}
|
|
1695
|
-
},
|
|
1696
|
-
{
|
|
1697
|
-
"name": "formaction",
|
|
1698
|
-
"description": "Used to override the form owner's `action` attribute.",
|
|
1699
|
-
"value": {
|
|
1700
|
-
"type": "string"
|
|
1701
|
-
}
|
|
1702
|
-
},
|
|
1703
|
-
{
|
|
1704
|
-
"name": "formenctype",
|
|
1705
|
-
"description": "Used to override the form owner's `enctype` attribute.",
|
|
1706
|
-
"value": {
|
|
1707
|
-
"type": "'application/x-www-form-urlencoded' | 'multipart/form-data' | 'text/plain'"
|
|
1708
|
-
}
|
|
1709
|
-
},
|
|
1710
|
-
{
|
|
1711
|
-
"name": "formmethod",
|
|
1712
|
-
"description": "Used to override the form owner's `method` attribute.",
|
|
2885
|
+
"name": "distance",
|
|
2886
|
+
"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`.",
|
|
1713
2887
|
"value": {
|
|
1714
|
-
"type": "
|
|
2888
|
+
"type": "number"
|
|
1715
2889
|
}
|
|
1716
2890
|
},
|
|
1717
2891
|
{
|
|
1718
|
-
"name": "
|
|
1719
|
-
"description": "
|
|
2892
|
+
"name": "skidding",
|
|
2893
|
+
"description": "The distance in pixels from which to offset the panel along its trigger.",
|
|
1720
2894
|
"value": {
|
|
1721
|
-
"type": "
|
|
2895
|
+
"type": "number"
|
|
1722
2896
|
}
|
|
1723
2897
|
},
|
|
1724
2898
|
{
|
|
1725
|
-
"name": "
|
|
1726
|
-
"description": "
|
|
2899
|
+
"name": "no-auto-size",
|
|
2900
|
+
"description": "Indicates whether or not the dropdown should automatically resize its content's width/height regarding the available space on screen.",
|
|
1727
2901
|
"value": {
|
|
1728
|
-
"type": "
|
|
1729
|
-
}
|
|
1730
|
-
}
|
|
1731
|
-
]
|
|
1732
|
-
},
|
|
1733
|
-
{
|
|
1734
|
-
"name": "sd-1-7-0-divider",
|
|
1735
|
-
"description": "",
|
|
1736
|
-
"doc-url": "https://solid.union-investment.com/[storybook-link]/divider",
|
|
1737
|
-
"js": {
|
|
1738
|
-
"properties": [
|
|
1739
|
-
{
|
|
1740
|
-
"name": "orientation",
|
|
1741
|
-
"description": "Determines the orientation of the divider.",
|
|
1742
|
-
"value": {
|
|
1743
|
-
"type": "'horizontal' | 'vertical'"
|
|
1744
|
-
}
|
|
1745
|
-
},
|
|
1746
|
-
{
|
|
1747
|
-
"name": "inverted",
|
|
1748
|
-
"description": "This inverts the divider.",
|
|
1749
|
-
"value": {
|
|
1750
|
-
"type": "boolean"
|
|
1751
|
-
}
|
|
2902
|
+
"type": "boolean"
|
|
1752
2903
|
}
|
|
1753
|
-
|
|
1754
|
-
"events": []
|
|
1755
|
-
},
|
|
1756
|
-
"attributes": [
|
|
2904
|
+
},
|
|
1757
2905
|
{
|
|
1758
|
-
"name": "
|
|
1759
|
-
"description": "
|
|
2906
|
+
"name": "no-flip",
|
|
2907
|
+
"description": "When set to true, the placement of the dropdown will not flip to the opposite site to keep it in view.",
|
|
1760
2908
|
"value": {
|
|
1761
|
-
"type": "
|
|
2909
|
+
"type": "boolean"
|
|
1762
2910
|
}
|
|
1763
2911
|
},
|
|
1764
2912
|
{
|
|
1765
|
-
"name": "
|
|
1766
|
-
"description": "
|
|
2913
|
+
"name": "hoist",
|
|
2914
|
+
"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.",
|
|
1767
2915
|
"value": {
|
|
1768
2916
|
"type": "boolean"
|
|
1769
2917
|
}
|
|
@@ -1771,7 +2919,7 @@
|
|
|
1771
2919
|
]
|
|
1772
2920
|
},
|
|
1773
2921
|
{
|
|
1774
|
-
"name": "sd-1-
|
|
2922
|
+
"name": "sd-1-9-0-icon",
|
|
1775
2923
|
"description": "",
|
|
1776
2924
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/icon",
|
|
1777
2925
|
"js": {
|
|
@@ -1880,7 +3028,7 @@
|
|
|
1880
3028
|
]
|
|
1881
3029
|
},
|
|
1882
3030
|
{
|
|
1883
|
-
"name": "sd-1-
|
|
3031
|
+
"name": "sd-1-9-0-include",
|
|
1884
3032
|
"description": "",
|
|
1885
3033
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/include",
|
|
1886
3034
|
"js": {
|
|
@@ -1951,7 +3099,7 @@
|
|
|
1951
3099
|
]
|
|
1952
3100
|
},
|
|
1953
3101
|
{
|
|
1954
|
-
"name": "sd-1-
|
|
3102
|
+
"name": "sd-1-9-0-link",
|
|
1955
3103
|
"description": "",
|
|
1956
3104
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/link",
|
|
1957
3105
|
"js": {
|
|
@@ -2078,7 +3226,341 @@
|
|
|
2078
3226
|
]
|
|
2079
3227
|
},
|
|
2080
3228
|
{
|
|
2081
|
-
"name": "sd-1-
|
|
3229
|
+
"name": "sd-1-9-0-popup",
|
|
3230
|
+
"description": "",
|
|
3231
|
+
"doc-url": "https://solid.union-investment.com/[storybook-link]/popup",
|
|
3232
|
+
"js": {
|
|
3233
|
+
"properties": [
|
|
3234
|
+
{
|
|
3235
|
+
"name": "cleanup",
|
|
3236
|
+
"value": {
|
|
3237
|
+
"type": "ReturnType<typeof autoUpdate> | undefined"
|
|
3238
|
+
}
|
|
3239
|
+
},
|
|
3240
|
+
{
|
|
3241
|
+
"name": "anchor",
|
|
3242
|
+
"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.",
|
|
3243
|
+
"value": {
|
|
3244
|
+
"type": "Element | string"
|
|
3245
|
+
}
|
|
3246
|
+
},
|
|
3247
|
+
{
|
|
3248
|
+
"name": "active",
|
|
3249
|
+
"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.",
|
|
3250
|
+
"value": {
|
|
3251
|
+
"type": "boolean"
|
|
3252
|
+
}
|
|
3253
|
+
},
|
|
3254
|
+
{
|
|
3255
|
+
"name": "placement",
|
|
3256
|
+
"description": "The preferred placement of the popup. Note that the actual placement will vary as configured to keep the\npanel inside of the viewport.",
|
|
3257
|
+
"value": {
|
|
3258
|
+
"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'"
|
|
3259
|
+
}
|
|
3260
|
+
},
|
|
3261
|
+
{
|
|
3262
|
+
"name": "strategy",
|
|
3263
|
+
"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.",
|
|
3264
|
+
"value": {
|
|
3265
|
+
"type": "'absolute' | 'fixed'"
|
|
3266
|
+
}
|
|
3267
|
+
},
|
|
3268
|
+
{
|
|
3269
|
+
"name": "distance",
|
|
3270
|
+
"description": "The distance in pixels from which to offset the panel away from its anchor.",
|
|
3271
|
+
"value": {
|
|
3272
|
+
"type": "number"
|
|
3273
|
+
}
|
|
3274
|
+
},
|
|
3275
|
+
{
|
|
3276
|
+
"name": "skidding",
|
|
3277
|
+
"description": "The distance in pixels from which to offset the panel along its anchor.",
|
|
3278
|
+
"value": {
|
|
3279
|
+
"type": "number"
|
|
3280
|
+
}
|
|
3281
|
+
},
|
|
3282
|
+
{
|
|
3283
|
+
"name": "arrow",
|
|
3284
|
+
"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.",
|
|
3285
|
+
"value": {
|
|
3286
|
+
"type": "boolean"
|
|
3287
|
+
}
|
|
3288
|
+
},
|
|
3289
|
+
{
|
|
3290
|
+
"name": "arrowPlacement",
|
|
3291
|
+
"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.",
|
|
3292
|
+
"value": {
|
|
3293
|
+
"type": "'start' | 'end' | 'center' | 'anchor'"
|
|
3294
|
+
}
|
|
3295
|
+
},
|
|
3296
|
+
{
|
|
3297
|
+
"name": "arrowPadding",
|
|
3298
|
+
"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.",
|
|
3299
|
+
"value": {
|
|
3300
|
+
"type": "number"
|
|
3301
|
+
}
|
|
3302
|
+
},
|
|
3303
|
+
{
|
|
3304
|
+
"name": "flip",
|
|
3305
|
+
"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.",
|
|
3306
|
+
"value": {
|
|
3307
|
+
"type": "boolean"
|
|
3308
|
+
}
|
|
3309
|
+
},
|
|
3310
|
+
{
|
|
3311
|
+
"name": "flipFallbackPlacements",
|
|
3312
|
+
"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.",
|
|
3313
|
+
"value": {
|
|
3314
|
+
"type": "string"
|
|
3315
|
+
}
|
|
3316
|
+
},
|
|
3317
|
+
{
|
|
3318
|
+
"name": "flipFallbackStrategy",
|
|
3319
|
+
"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.",
|
|
3320
|
+
"value": {
|
|
3321
|
+
"type": "'best-fit' | 'initial'"
|
|
3322
|
+
}
|
|
3323
|
+
},
|
|
3324
|
+
{
|
|
3325
|
+
"name": "flipBoundary",
|
|
3326
|
+
"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.",
|
|
3327
|
+
"value": {
|
|
3328
|
+
"type": "Element | Element[]"
|
|
3329
|
+
}
|
|
3330
|
+
},
|
|
3331
|
+
{
|
|
3332
|
+
"name": "flipPadding",
|
|
3333
|
+
"description": "The amount of padding, in pixels, to exceed before the flip behavior will occur.",
|
|
3334
|
+
"value": {
|
|
3335
|
+
"type": "number"
|
|
3336
|
+
}
|
|
3337
|
+
},
|
|
3338
|
+
{
|
|
3339
|
+
"name": "shift",
|
|
3340
|
+
"description": "Moves the popup along the axis to keep it in view when clipped.",
|
|
3341
|
+
"value": {
|
|
3342
|
+
"type": "boolean"
|
|
3343
|
+
}
|
|
3344
|
+
},
|
|
3345
|
+
{
|
|
3346
|
+
"name": "shiftBoundary",
|
|
3347
|
+
"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.",
|
|
3348
|
+
"value": {
|
|
3349
|
+
"type": "Element | Element[]"
|
|
3350
|
+
}
|
|
3351
|
+
},
|
|
3352
|
+
{
|
|
3353
|
+
"name": "shiftPadding",
|
|
3354
|
+
"description": "The amount of padding, in pixels, to exceed before the shift behavior will occur.",
|
|
3355
|
+
"value": {
|
|
3356
|
+
"type": "number"
|
|
3357
|
+
}
|
|
3358
|
+
},
|
|
3359
|
+
{
|
|
3360
|
+
"name": "autoSize",
|
|
3361
|
+
"description": "When set, this will cause the popup to automatically resize itself to prevent it from overflowing.",
|
|
3362
|
+
"value": {
|
|
3363
|
+
"type": "'horizontal' | 'vertical' | 'both'"
|
|
3364
|
+
}
|
|
3365
|
+
},
|
|
3366
|
+
{
|
|
3367
|
+
"name": "sync",
|
|
3368
|
+
"description": "Syncs the popup's width or height to that of the anchor element.",
|
|
3369
|
+
"value": {
|
|
3370
|
+
"type": "'width' | 'height' | 'both'"
|
|
3371
|
+
}
|
|
3372
|
+
},
|
|
3373
|
+
{
|
|
3374
|
+
"name": "autoSizeBoundary",
|
|
3375
|
+
"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.",
|
|
3376
|
+
"value": {
|
|
3377
|
+
"type": "Element | Element[]"
|
|
3378
|
+
}
|
|
3379
|
+
},
|
|
3380
|
+
{
|
|
3381
|
+
"name": "autoSizePadding",
|
|
3382
|
+
"description": "The amount of padding, in pixels, to exceed before the auto-size behavior will occur.",
|
|
3383
|
+
"value": {
|
|
3384
|
+
"type": "number"
|
|
3385
|
+
}
|
|
3386
|
+
},
|
|
3387
|
+
{
|
|
3388
|
+
"name": "handleAnchorChange",
|
|
3389
|
+
"value": {}
|
|
3390
|
+
},
|
|
3391
|
+
{
|
|
3392
|
+
"name": "start",
|
|
3393
|
+
"value": {}
|
|
3394
|
+
},
|
|
3395
|
+
{
|
|
3396
|
+
"name": "stop",
|
|
3397
|
+
"value": {}
|
|
3398
|
+
},
|
|
3399
|
+
{
|
|
3400
|
+
"name": "reposition",
|
|
3401
|
+
"description": "Forces the popup to recalculate and reposition itself.",
|
|
3402
|
+
"value": {}
|
|
3403
|
+
}
|
|
3404
|
+
],
|
|
3405
|
+
"events": [
|
|
3406
|
+
{
|
|
3407
|
+
"name": "sd-reposition",
|
|
3408
|
+
"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."
|
|
3409
|
+
}
|
|
3410
|
+
]
|
|
3411
|
+
},
|
|
3412
|
+
"attributes": [
|
|
3413
|
+
{
|
|
3414
|
+
"name": "anchor",
|
|
3415
|
+
"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.",
|
|
3416
|
+
"value": {
|
|
3417
|
+
"type": "Element | string"
|
|
3418
|
+
}
|
|
3419
|
+
},
|
|
3420
|
+
{
|
|
3421
|
+
"name": "active",
|
|
3422
|
+
"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.",
|
|
3423
|
+
"value": {
|
|
3424
|
+
"type": "boolean"
|
|
3425
|
+
}
|
|
3426
|
+
},
|
|
3427
|
+
{
|
|
3428
|
+
"name": "placement",
|
|
3429
|
+
"description": "The preferred placement of the popup. Note that the actual placement will vary as configured to keep the\npanel inside of the viewport.",
|
|
3430
|
+
"value": {
|
|
3431
|
+
"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'"
|
|
3432
|
+
}
|
|
3433
|
+
},
|
|
3434
|
+
{
|
|
3435
|
+
"name": "strategy",
|
|
3436
|
+
"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.",
|
|
3437
|
+
"value": {
|
|
3438
|
+
"type": "'absolute' | 'fixed'"
|
|
3439
|
+
}
|
|
3440
|
+
},
|
|
3441
|
+
{
|
|
3442
|
+
"name": "distance",
|
|
3443
|
+
"description": "The distance in pixels from which to offset the panel away from its anchor.",
|
|
3444
|
+
"value": {
|
|
3445
|
+
"type": "number"
|
|
3446
|
+
}
|
|
3447
|
+
},
|
|
3448
|
+
{
|
|
3449
|
+
"name": "skidding",
|
|
3450
|
+
"description": "The distance in pixels from which to offset the panel along its anchor.",
|
|
3451
|
+
"value": {
|
|
3452
|
+
"type": "number"
|
|
3453
|
+
}
|
|
3454
|
+
},
|
|
3455
|
+
{
|
|
3456
|
+
"name": "arrow",
|
|
3457
|
+
"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.",
|
|
3458
|
+
"value": {
|
|
3459
|
+
"type": "boolean"
|
|
3460
|
+
}
|
|
3461
|
+
},
|
|
3462
|
+
{
|
|
3463
|
+
"name": "arrow-placement",
|
|
3464
|
+
"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.",
|
|
3465
|
+
"value": {
|
|
3466
|
+
"type": "'start' | 'end' | 'center' | 'anchor'"
|
|
3467
|
+
}
|
|
3468
|
+
},
|
|
3469
|
+
{
|
|
3470
|
+
"name": "arrow-padding",
|
|
3471
|
+
"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.",
|
|
3472
|
+
"value": {
|
|
3473
|
+
"type": "number"
|
|
3474
|
+
}
|
|
3475
|
+
},
|
|
3476
|
+
{
|
|
3477
|
+
"name": "flip",
|
|
3478
|
+
"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.",
|
|
3479
|
+
"value": {
|
|
3480
|
+
"type": "boolean"
|
|
3481
|
+
}
|
|
3482
|
+
},
|
|
3483
|
+
{
|
|
3484
|
+
"name": "flip-fallback-placements",
|
|
3485
|
+
"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.",
|
|
3486
|
+
"value": {
|
|
3487
|
+
"type": "string"
|
|
3488
|
+
}
|
|
3489
|
+
},
|
|
3490
|
+
{
|
|
3491
|
+
"name": "flip-fallback-strategy",
|
|
3492
|
+
"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.",
|
|
3493
|
+
"value": {
|
|
3494
|
+
"type": "'best-fit' | 'initial'"
|
|
3495
|
+
}
|
|
3496
|
+
},
|
|
3497
|
+
{
|
|
3498
|
+
"name": "flipBoundary",
|
|
3499
|
+
"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.",
|
|
3500
|
+
"value": {
|
|
3501
|
+
"type": "Element | Element[]"
|
|
3502
|
+
}
|
|
3503
|
+
},
|
|
3504
|
+
{
|
|
3505
|
+
"name": "flip-padding",
|
|
3506
|
+
"description": "The amount of padding, in pixels, to exceed before the flip behavior will occur.",
|
|
3507
|
+
"value": {
|
|
3508
|
+
"type": "number"
|
|
3509
|
+
}
|
|
3510
|
+
},
|
|
3511
|
+
{
|
|
3512
|
+
"name": "shift",
|
|
3513
|
+
"description": "Moves the popup along the axis to keep it in view when clipped.",
|
|
3514
|
+
"value": {
|
|
3515
|
+
"type": "boolean"
|
|
3516
|
+
}
|
|
3517
|
+
},
|
|
3518
|
+
{
|
|
3519
|
+
"name": "shiftBoundary",
|
|
3520
|
+
"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.",
|
|
3521
|
+
"value": {
|
|
3522
|
+
"type": "Element | Element[]"
|
|
3523
|
+
}
|
|
3524
|
+
},
|
|
3525
|
+
{
|
|
3526
|
+
"name": "shift-padding",
|
|
3527
|
+
"description": "The amount of padding, in pixels, to exceed before the shift behavior will occur.",
|
|
3528
|
+
"value": {
|
|
3529
|
+
"type": "number"
|
|
3530
|
+
}
|
|
3531
|
+
},
|
|
3532
|
+
{
|
|
3533
|
+
"name": "auto-size",
|
|
3534
|
+
"description": "When set, this will cause the popup to automatically resize itself to prevent it from overflowing.",
|
|
3535
|
+
"value": {
|
|
3536
|
+
"type": "'horizontal' | 'vertical' | 'both'"
|
|
3537
|
+
}
|
|
3538
|
+
},
|
|
3539
|
+
{
|
|
3540
|
+
"name": "sync",
|
|
3541
|
+
"description": "Syncs the popup's width or height to that of the anchor element.",
|
|
3542
|
+
"value": {
|
|
3543
|
+
"type": "'width' | 'height' | 'both'"
|
|
3544
|
+
}
|
|
3545
|
+
},
|
|
3546
|
+
{
|
|
3547
|
+
"name": "autoSizeBoundary",
|
|
3548
|
+
"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.",
|
|
3549
|
+
"value": {
|
|
3550
|
+
"type": "Element | Element[]"
|
|
3551
|
+
}
|
|
3552
|
+
},
|
|
3553
|
+
{
|
|
3554
|
+
"name": "auto-size-padding",
|
|
3555
|
+
"description": "The amount of padding, in pixels, to exceed before the auto-size behavior will occur.",
|
|
3556
|
+
"value": {
|
|
3557
|
+
"type": "number"
|
|
3558
|
+
}
|
|
3559
|
+
}
|
|
3560
|
+
]
|
|
3561
|
+
},
|
|
3562
|
+
{
|
|
3563
|
+
"name": "sd-1-9-0-spinner",
|
|
2082
3564
|
"description": "",
|
|
2083
3565
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/spinner",
|
|
2084
3566
|
"js": {
|
|
@@ -2108,7 +3590,7 @@
|
|
|
2108
3590
|
]
|
|
2109
3591
|
},
|
|
2110
3592
|
{
|
|
2111
|
-
"name": "sd-1-
|
|
3593
|
+
"name": "sd-1-9-0-teaser",
|
|
2112
3594
|
"description": "",
|
|
2113
3595
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/teaser",
|
|
2114
3596
|
"js": {
|