@swisspost/design-system-components 9.0.0-next.3 → 9.0.0-next.30
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/.config/bindings.angular.js +4 -0
- package/dist/cjs/{attribute-observer-10f08c04.js → attribute-observer-6d8b886b.js} +4 -4
- package/dist/cjs/breakpoints-c6247c71.js +54 -0
- package/dist/cjs/check-non-empty-bd99d236.js +15 -0
- package/dist/cjs/check-one-of-75d270b5.js +13 -0
- package/dist/cjs/check-type-cdbf6d29.js +21 -0
- package/dist/cjs/check-url-220a286c.js +19 -0
- package/dist/cjs/debounce-158fd76f.js +13 -0
- package/dist/cjs/fade-72d5ef55.js +14 -0
- package/dist/cjs/get-root-7a3498ef.js +11 -0
- package/dist/cjs/index-23e36ff7.js +37 -0
- package/dist/cjs/{index-e1f32cce.js → index-d6bf2c66.js} +30 -18
- package/dist/cjs/index.browser-2f65f583.js +15 -0
- package/dist/cjs/index.cjs.js +56 -30
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/{package-ef26e62c.js → package-c3dbd35b.js} +1 -1
- package/dist/cjs/{post-accordion-3878bf43.js → post-accordion-2108bc31.js} +9 -8
- package/dist/cjs/post-accordion-item-64051590.js +64 -0
- package/dist/cjs/post-accordion-item.cjs.entry.js +8 -5
- package/dist/cjs/post-accordion.cjs.entry.js +4 -4
- package/dist/cjs/{post-avatar-2bcfc016.js → post-avatar-2db58753.js} +10 -14
- package/dist/cjs/post-avatar.cjs.entry.js +4 -4
- package/dist/cjs/post-back-to-top-e64d70c8.js +76 -0
- package/dist/cjs/post-back-to-top.cjs.entry.js +15 -0
- package/dist/cjs/post-banner-caa5e06d.js +96 -0
- package/dist/cjs/post-banner.cjs.entry.js +19 -0
- package/dist/cjs/post-breadcrumb-acb6890e.js +112 -0
- package/dist/cjs/post-breadcrumb-item_2.cjs.entry.js +17 -0
- package/dist/cjs/post-breadcrumb.cjs.entry.js +13 -0
- package/dist/cjs/post-card-control-e2421427.js +283 -0
- package/dist/cjs/post-card-control.cjs.entry.js +5 -5
- package/dist/cjs/post-closebutton_15.cjs.entry.js +35 -0
- package/dist/cjs/{post-collapsible-trigger-6ae59c64.js → post-collapsible-trigger-13b87403.js} +50 -56
- package/dist/cjs/post-collapsible_2.cjs.entry.js +10 -6
- package/dist/cjs/post-components.cjs.js +2 -2
- package/dist/cjs/post-footer-057ce0a8.js +38 -0
- package/dist/cjs/post-footer.cjs.entry.js +12 -0
- package/dist/cjs/post-linkarea-e2b39f1a.js +30 -0
- package/dist/cjs/post-linkarea.cjs.entry.js +11 -0
- package/dist/cjs/post-menu-item-3f6c1fcb.js +68 -0
- package/dist/cjs/post-popover-dccede57.js +106 -0
- package/dist/cjs/post-popover.cjs.entry.js +4 -4
- package/dist/cjs/{post-rating-1d2c59b7.js → post-rating-bec67143.js} +16 -6
- package/dist/cjs/post-rating.cjs.entry.js +3 -3
- package/dist/cjs/post-tab-header-d32947dc.js +33 -0
- package/dist/cjs/post-tab-header.cjs.entry.js +5 -4
- package/dist/cjs/{post-tab-panel-80b1f3ee.js → post-tab-panel-07d462ac.js} +6 -5
- package/dist/cjs/post-tab-panel.cjs.entry.js +4 -3
- package/dist/cjs/{post-tabs-c2d42035.js → post-tabs-e5e71053.js} +23 -16
- package/dist/cjs/post-tabs.cjs.entry.js +4 -4
- package/dist/cjs/post-tag-380a1bf0.js +47 -0
- package/dist/cjs/post-tag.cjs.entry.js +3 -3
- package/dist/cjs/post-togglebutton-553316f3.js +3965 -0
- package/dist/cjs/{post-tooltip-9a120b2e.js → post-tooltip-40812a6b.js} +38 -25
- package/dist/cjs/post-tooltip.cjs.entry.js +8 -6
- package/dist/cjs/slide-cd1f09b3.js +28 -0
- package/dist/collection/animations/collapse.js +5 -5
- package/dist/collection/animations/fade.js +6 -2
- package/dist/collection/animations/slide.js +23 -0
- package/dist/collection/collection-manifest.json +20 -3
- package/dist/collection/components/post-accordion/post-accordion.css +1 -1
- package/dist/collection/components/post-accordion/post-accordion.js +5 -3
- package/dist/collection/components/post-accordion-item/post-accordion-item.css +1 -1
- package/dist/collection/components/post-accordion-item/post-accordion-item.js +26 -9
- package/dist/collection/components/post-avatar/post-avatar.js +8 -11
- package/dist/collection/components/post-back-to-top/post-back-to-top.css +1 -0
- package/dist/collection/components/post-back-to-top/post-back-to-top.js +109 -0
- package/dist/collection/components/post-banner/banner-types.js +1 -0
- package/dist/collection/components/post-banner/post-banner.css +3 -0
- package/dist/collection/components/{post-alert/post-alert.js → post-banner/post-banner.js} +50 -72
- package/dist/collection/components/post-breadcrumb/post-breadcrumb.css +3 -0
- package/dist/collection/components/post-breadcrumb/post-breadcrumb.js +163 -0
- package/dist/collection/components/post-breadcrumb-item/post-breadcrumb-item.css +1 -0
- package/dist/collection/components/post-breadcrumb-item/post-breadcrumb-item.js +98 -0
- package/dist/collection/components/post-card-control/post-card-control.css +1 -1
- package/dist/collection/components/post-card-control/post-card-control.js +55 -43
- package/dist/collection/components/post-closebutton/post-closebutton.js +13 -0
- package/dist/collection/components/post-collapsible/post-collapsible.css +1 -1
- package/dist/collection/components/post-collapsible/post-collapsible.js +15 -6
- package/dist/collection/components/post-collapsible-trigger/post-collapsible-trigger.js +21 -20
- package/dist/collection/components/post-footer/post-footer.css +1 -0
- package/dist/collection/components/post-footer/post-footer.js +76 -0
- package/dist/collection/components/post-header/post-header.css +1 -0
- package/dist/collection/components/post-header/post-header.js +323 -0
- package/dist/collection/components/post-icon/post-icon.js +79 -46
- package/dist/collection/components/post-language-option/post-language-option.css +1 -1
- package/dist/collection/components/post-language-option/post-language-option.js +65 -10
- package/dist/collection/components/post-language-switch/post-language-switch.css +1 -0
- package/dist/collection/components/post-language-switch/post-language-switch.js +192 -0
- package/dist/collection/components/post-language-switch/switch-variants.js +1 -0
- package/dist/collection/components/post-linkarea/post-linkarea.css +1 -0
- package/dist/collection/components/post-linkarea/post-linkarea.js +30 -0
- package/dist/collection/components/post-list/post-list.css +3 -0
- package/dist/collection/components/post-list/post-list.js +90 -0
- package/dist/collection/components/post-list-item/post-list-item.css +1 -0
- package/dist/collection/components/post-list-item/post-list-item.js +26 -0
- package/dist/collection/components/post-logo/post-logo.css +1 -1
- package/dist/collection/components/post-logo/post-logo.js +3 -2
- package/dist/collection/components/post-mainnavigation/post-mainnavigation.css +1 -0
- package/dist/collection/components/post-mainnavigation/post-mainnavigation.js +267 -0
- package/dist/collection/components/post-megadropdown/post-megadropdown.css +1 -0
- package/dist/collection/components/post-megadropdown/post-megadropdown.js +284 -0
- package/dist/collection/components/post-megadropdown-trigger/post-megadropdown-trigger.css +1 -0
- package/dist/collection/components/post-megadropdown-trigger/post-megadropdown-trigger.js +127 -0
- package/dist/collection/components/post-menu/post-menu.css +3 -0
- package/dist/collection/components/post-menu/post-menu.js +297 -0
- package/dist/collection/components/post-menu-item/post-menu-item.js +8 -0
- package/dist/collection/components/post-menu-trigger/post-menu-trigger.css +1 -0
- package/dist/collection/components/post-menu-trigger/post-menu-trigger.js +122 -0
- package/dist/collection/components/post-popover/post-popover.css +1 -1
- package/dist/collection/components/post-popover/post-popover.js +6 -3
- package/dist/collection/components/post-popovercontainer/post-popovercontainer.css +1 -1
- package/dist/collection/components/post-popovercontainer/post-popovercontainer.js +203 -39
- package/dist/collection/components/post-rating/post-rating.css +1 -1
- package/dist/collection/components/post-rating/post-rating.js +13 -2
- package/dist/collection/components/post-tab-header/post-tab-header.css +2 -2
- package/dist/collection/components/post-tab-header/post-tab-header.js +6 -4
- package/dist/collection/components/post-tab-panel/post-tab-panel.js +4 -2
- package/dist/collection/components/post-tabs/post-tabs.css +1 -1
- package/dist/collection/components/post-tabs/post-tabs.js +17 -14
- package/dist/collection/components/post-tag/post-tag.css +1 -1
- package/dist/collection/components/post-tag/post-tag.js +3 -2
- package/dist/collection/components/post-togglebutton/post-togglebutton.css +1 -0
- package/dist/collection/components/post-togglebutton/post-togglebutton.js +75 -0
- package/dist/collection/components/post-tooltip/post-tooltip.css +1 -1
- package/dist/collection/components/post-tooltip/post-tooltip.js +35 -17
- package/dist/collection/index.js +19 -2
- package/dist/collection/utils/attribute-observer.js +4 -4
- package/dist/collection/utils/breakpoints.js +50 -0
- package/dist/collection/utils/component-on-ready.js +4 -4
- package/dist/collection/utils/debounce.js +2 -1
- package/dist/collection/utils/get-focusable-children.js +33 -0
- package/dist/collection/utils/property-checkers/check-non-empty.js +6 -2
- package/dist/collection/utils/property-checkers/check-one-of.js +8 -3
- package/dist/collection/utils/property-checkers/check-pattern.js +8 -3
- package/dist/collection/utils/property-checkers/check-type.js +11 -6
- package/dist/collection/utils/property-checkers/check-url.js +11 -6
- package/dist/collection/utils/property-checkers/empty-or.js +5 -2
- package/dist/collection/utils/sass-export.js +8 -5
- package/dist/components/attribute-observer.js +4 -4
- package/dist/components/breakpoints.js +52 -0
- package/dist/components/check-non-empty.js +6 -2
- package/dist/components/check-one-of.js +8 -3
- package/dist/components/check-type.js +11 -6
- package/dist/components/debounce.js +11 -0
- package/dist/components/fade.js +6 -2
- package/dist/components/get-focusable-children.js +35 -0
- package/dist/components/get-root.js +9 -0
- package/dist/components/index.browser.js +13 -0
- package/dist/components/index.js +19 -2
- package/dist/components/index2.js +25 -12
- package/dist/components/package.js +1 -1
- package/dist/components/post-accordion-item2.js +33 -14
- package/dist/components/post-accordion2.js +6 -5
- package/dist/components/post-avatar2.js +7 -11
- package/dist/components/post-back-to-top.d.ts +11 -0
- package/dist/components/post-back-to-top.js +6 -0
- package/dist/components/post-back-to-top2.js +101 -0
- package/dist/components/post-banner.d.ts +11 -0
- package/dist/components/post-banner.js +6 -0
- package/dist/components/post-banner2.js +131 -0
- package/dist/components/post-breadcrumb-item.d.ts +11 -0
- package/dist/components/post-breadcrumb-item.js +6 -0
- package/dist/components/post-breadcrumb-item2.js +82 -0
- package/dist/components/post-breadcrumb.d.ts +11 -0
- package/dist/components/post-breadcrumb.js +6 -0
- package/dist/components/post-breadcrumb2.js +169 -0
- package/dist/components/post-card-control2.js +50 -39
- package/dist/components/post-closebutton.d.ts +11 -0
- package/dist/components/post-closebutton.js +6 -0
- package/dist/components/post-closebutton2.js +34 -0
- package/dist/components/post-collapsible-trigger2.js +23 -38
- package/dist/components/post-collapsible2.js +22 -14
- package/dist/components/post-footer.d.ts +11 -0
- package/dist/components/post-footer.js +6 -0
- package/dist/components/post-footer2.js +78 -0
- package/dist/components/post-header.d.ts +11 -0
- package/dist/components/post-header.js +6 -0
- package/dist/components/post-header2.js +401 -0
- package/dist/components/post-icon2.js +81 -45
- package/dist/components/post-language-option2.js +32 -14
- package/dist/components/post-language-switch.d.ts +11 -0
- package/dist/components/post-language-switch.js +6 -0
- package/dist/components/post-language-switch2.js +148 -0
- package/dist/components/post-linkarea.d.ts +11 -0
- package/dist/components/post-linkarea.js +6 -0
- package/dist/components/post-linkarea2.js +42 -0
- package/dist/components/post-list-item.d.ts +11 -0
- package/dist/components/post-list-item.js +6 -0
- package/dist/components/post-list-item2.js +35 -0
- package/dist/components/{post-alert.d.ts → post-list.d.ts} +4 -4
- package/dist/components/post-list.js +6 -0
- package/dist/components/post-list2.js +55 -0
- package/dist/components/post-logo2.js +4 -4
- package/dist/components/post-mainnavigation.d.ts +11 -0
- package/dist/components/post-mainnavigation.js +6 -0
- package/dist/components/post-mainnavigation2.js +270 -0
- package/dist/components/post-megadropdown-trigger.d.ts +11 -0
- package/dist/components/post-megadropdown-trigger.js +6 -0
- package/dist/components/post-megadropdown-trigger2.js +113 -0
- package/dist/components/post-megadropdown.d.ts +11 -0
- package/dist/components/post-megadropdown.js +6 -0
- package/dist/components/post-megadropdown2.js +198 -0
- package/dist/components/post-menu-item.d.ts +11 -0
- package/dist/components/post-menu-item.js +6 -0
- package/dist/components/post-menu-item2.js +27 -0
- package/dist/components/post-menu-trigger.d.ts +11 -0
- package/dist/components/post-menu-trigger.js +6 -0
- package/dist/components/post-menu-trigger2.js +109 -0
- package/dist/components/post-menu.d.ts +11 -0
- package/dist/components/post-menu.js +6 -0
- package/dist/components/post-menu2.js +193 -0
- package/dist/components/post-popover2.js +6 -4
- package/dist/components/post-popovercontainer2.js +249 -72
- package/dist/components/post-rating2.js +14 -4
- package/dist/components/post-tab-header2.js +7 -6
- package/dist/components/post-tab-panel2.js +4 -3
- package/dist/components/post-tabs2.js +20 -13
- package/dist/components/post-tag2.js +3 -3
- package/dist/components/post-togglebutton.d.ts +11 -0
- package/dist/components/post-togglebutton.js +6 -0
- package/dist/components/post-togglebutton2.js +61 -0
- package/dist/components/post-tooltip2.js +35 -22
- package/dist/components/slide.js +25 -0
- package/dist/docs.json +1653 -186
- package/dist/esm/{attribute-observer-37fa950a.js → attribute-observer-2f203993.js} +4 -4
- package/dist/esm/breakpoints-bbe0c54e.js +52 -0
- package/dist/esm/check-non-empty-258a56b3.js +13 -0
- package/dist/esm/check-one-of-0bee20f5.js +11 -0
- package/dist/esm/check-type-37d5d307.js +19 -0
- package/dist/esm/check-url-17962bc8.js +17 -0
- package/dist/esm/debounce-e54c7131.js +11 -0
- package/dist/esm/fade-1f3cacf4.js +11 -0
- package/dist/esm/get-root-7af2e0d1.js +9 -0
- package/dist/esm/{index-e1b64755.js → index-3419e46d.js} +30 -18
- package/dist/esm/index-8f8fe5b0.js +32 -0
- package/dist/esm/index.browser-51485f85.js +13 -0
- package/dist/esm/index.js +33 -24
- package/dist/esm/loader.js +3 -3
- package/dist/esm/package-da1ccbc7.js +3 -0
- package/dist/esm/{post-accordion-01d49d83.js → post-accordion-f5e449c0.js} +9 -8
- package/dist/esm/post-accordion-item-1195d94a.js +62 -0
- package/dist/esm/post-accordion-item.entry.js +8 -5
- package/dist/esm/post-accordion.entry.js +4 -4
- package/dist/esm/{post-avatar-6f24d1ab.js → post-avatar-9b85c11c.js} +10 -14
- package/dist/esm/post-avatar.entry.js +4 -4
- package/dist/esm/post-back-to-top-335075d4.js +74 -0
- package/dist/esm/post-back-to-top.entry.js +7 -0
- package/dist/esm/post-banner-6b939740.js +94 -0
- package/dist/esm/post-banner.entry.js +11 -0
- package/dist/esm/post-breadcrumb-5a61269c.js +110 -0
- package/dist/esm/post-breadcrumb-item_2.entry.js +8 -0
- package/dist/esm/post-breadcrumb.entry.js +5 -0
- package/dist/esm/post-card-control-7fe3804c.js +281 -0
- package/dist/esm/post-card-control.entry.js +5 -5
- package/dist/esm/post-closebutton_15.entry.js +13 -0
- package/dist/esm/{post-collapsible-trigger-654bf2b0.js → post-collapsible-trigger-e3ef47ff.js} +49 -55
- package/dist/esm/post-collapsible_2.entry.js +10 -6
- package/dist/esm/post-components.js +3 -3
- package/dist/esm/post-footer-e68c21a1.js +36 -0
- package/dist/esm/post-footer.entry.js +4 -0
- package/dist/esm/post-linkarea-bc607c52.js +28 -0
- package/dist/esm/post-linkarea.entry.js +3 -0
- package/dist/esm/post-menu-item-ab01683c.js +65 -0
- package/dist/esm/{post-popover-7d44a85c.js → post-popover-7427bb6d.js} +9 -7
- package/dist/esm/post-popover.entry.js +4 -4
- package/dist/esm/{post-rating-3cd3e97b.js → post-rating-16c9ada8.js} +16 -6
- package/dist/esm/post-rating.entry.js +3 -3
- package/dist/esm/post-tab-header-e0f39999.js +31 -0
- package/dist/esm/post-tab-header.entry.js +5 -4
- package/dist/esm/{post-tab-panel-163e6c99.js → post-tab-panel-9a8b852c.js} +6 -5
- package/dist/esm/post-tab-panel.entry.js +4 -3
- package/dist/esm/{post-tabs-8cb1bce9.js → post-tabs-34f70c88.js} +23 -16
- package/dist/esm/post-tabs.entry.js +4 -4
- package/dist/esm/post-tag-ec5578c2.js +45 -0
- package/dist/esm/post-tag.entry.js +3 -3
- package/dist/esm/post-togglebutton-5fb5e500.js +3949 -0
- package/dist/esm/{post-tooltip-dc7e1a21.js → post-tooltip-c201c4db.js} +38 -25
- package/dist/esm/post-tooltip.entry.js +8 -6
- package/dist/esm/slide-cd2850ee.js +25 -0
- package/dist/post-components/index.esm.js +1 -1
- package/dist/post-components/p-02f1cb03.js +1 -0
- package/dist/post-components/p-037755f5.js +1 -0
- package/dist/post-components/p-11cac89a.js +1 -0
- package/dist/post-components/p-181c73d5.js +1 -0
- package/dist/post-components/p-2995938c.entry.js +1 -0
- package/dist/post-components/p-2adbc7bf.js +1 -0
- package/dist/post-components/p-2ea2ced2.js +1 -0
- package/dist/post-components/p-2ff7f948.js +1 -0
- package/dist/post-components/p-32815e91.js +1 -0
- package/dist/post-components/{p-0ad93d89.js → p-33a5eac4.js} +3 -3
- package/dist/post-components/p-38c39936.js +1 -0
- package/dist/post-components/p-3a9ddb5a.entry.js +1 -0
- package/dist/post-components/p-3dbda892.entry.js +1 -0
- package/dist/post-components/p-3ea156c8.js +1 -0
- package/dist/post-components/p-4620784a.entry.js +1 -0
- package/dist/post-components/p-52231570.entry.js +1 -0
- package/dist/post-components/p-54ecbfaf.entry.js +1 -0
- package/dist/post-components/p-5959f2bd.js +1 -0
- package/dist/post-components/p-5aeb3656.js +1 -0
- package/dist/post-components/{p-3eab790d.js → p-5c758f41.js} +1 -1
- package/dist/post-components/p-61946a7e.js +1 -0
- package/dist/post-components/p-64e3de38.js +1 -0
- package/dist/post-components/p-66f2e7cb.js +1 -0
- package/dist/post-components/p-6912bf0f.entry.js +1 -0
- package/dist/post-components/p-691c07e3.entry.js +1 -0
- package/dist/post-components/p-6ed2e162.js +1 -0
- package/dist/post-components/p-712670a6.js +1 -0
- package/dist/post-components/p-7709c14a.js +1 -0
- package/dist/post-components/p-7f695ad8.js +1 -0
- package/dist/post-components/p-804c1f5f.entry.js +1 -0
- package/dist/post-components/p-85fdc2d3.js +1 -0
- package/dist/post-components/p-8779d765.entry.js +1 -0
- package/dist/post-components/p-8d625b78.entry.js +1 -0
- package/dist/post-components/p-9748a355.js +1 -0
- package/dist/post-components/p-9b052461.js +1 -0
- package/dist/post-components/p-a205b34d.entry.js +1 -0
- package/dist/post-components/p-b21729d2.entry.js +1 -0
- package/dist/post-components/p-b240727d.js +1 -0
- package/dist/post-components/p-b5318286.js +1 -0
- package/dist/post-components/p-be16b84d.entry.js +1 -0
- package/dist/post-components/p-c222539e.js +1 -0
- package/dist/post-components/p-c8afafa1.js +1 -0
- package/dist/post-components/p-d295b769.entry.js +1 -0
- package/dist/post-components/p-d45df336.js +1 -0
- package/dist/post-components/p-d58f5eaf.js +1 -0
- package/dist/post-components/p-e1baac59.js +1 -0
- package/dist/post-components/p-e585c6fe.js +1 -0
- package/dist/post-components/p-e644a698.entry.js +1 -0
- package/dist/post-components/p-e689bfbb.entry.js +1 -0
- package/dist/post-components/p-f17be52c.entry.js +1 -0
- package/dist/post-components/p-f4850dea.entry.js +1 -0
- package/dist/post-components/p-fc91cbc2.js +1 -0
- package/dist/post-components/post-components.esm.js +1 -1
- package/dist/types/animations/collapse.d.ts +2 -2
- package/dist/types/animations/fade.d.ts +2 -2
- package/dist/types/animations/slide.d.ts +2 -0
- package/dist/types/components/post-accordion-item/post-accordion-item.d.ts +8 -2
- package/dist/types/components/post-avatar/post-avatar.d.ts +1 -1
- package/dist/types/components/post-back-to-top/post-back-to-top.d.ts +19 -0
- package/dist/types/components/post-banner/banner-types.d.ts +2 -0
- package/dist/types/components/post-banner/post-banner.d.ts +49 -0
- package/dist/types/components/post-breadcrumb/post-breadcrumb.d.ts +30 -0
- package/dist/types/components/post-breadcrumb-item/post-breadcrumb-item.d.ts +20 -0
- package/dist/types/components/post-card-control/post-card-control.d.ts +9 -9
- package/dist/types/components/post-closebutton/post-closebutton.d.ts +7 -0
- package/dist/types/components/post-footer/post-footer.d.ts +23 -0
- package/dist/types/components/post-header/post-header.d.ts +51 -0
- package/dist/types/components/post-icon/post-icon.d.ts +13 -11
- package/dist/types/components/post-language-option/post-language-option.d.ts +13 -4
- package/dist/types/components/post-language-switch/post-language-switch.d.ts +39 -0
- package/dist/types/components/post-language-switch/switch-variants.d.ts +2 -0
- package/dist/types/components/post-linkarea/post-linkarea.d.ts +5 -0
- package/dist/types/components/post-list/post-list.d.ts +24 -0
- package/dist/types/components/post-list-item/post-list-item.d.ts +8 -0
- package/dist/types/components/post-mainnavigation/post-mainnavigation.d.ts +71 -0
- package/dist/types/components/post-megadropdown/post-megadropdown.d.ts +59 -0
- package/dist/types/components/post-megadropdown-trigger/post-megadropdown-trigger.d.ts +31 -0
- package/dist/types/components/post-menu/post-menu.d.ts +48 -0
- package/dist/types/components/post-menu-item/post-menu-item.d.ts +3 -0
- package/dist/types/components/post-menu-trigger/post-menu-trigger.d.ts +28 -0
- package/dist/types/components/post-popovercontainer/post-popovercontainer.d.ts +27 -1
- package/dist/types/components/post-tab-header/post-tab-header.d.ts +1 -1
- package/dist/types/components/post-tabs/post-tabs.d.ts +1 -1
- package/dist/types/components/post-tag/post-tag.d.ts +1 -1
- package/dist/types/components/post-togglebutton/post-togglebutton.d.ts +15 -0
- package/dist/types/components.d.ts +532 -76
- package/dist/types/home/runner/work/design-system/design-system/packages/components/.stencil/.config/bindings.angular.d.ts +2 -0
- package/dist/types/index.d.ts +20 -3
- package/dist/types/utils/attribute-observer.d.ts +1 -1
- package/dist/types/utils/breakpoints.d.ts +12 -0
- package/dist/types/utils/component-on-ready.d.ts +1 -1
- package/dist/types/utils/get-focusable-children.d.ts +1 -0
- package/dist/types/utils/get-root.d.ts +1 -1
- package/dist/types/utils/property-checkers/check-non-empty.d.ts +3 -1
- package/dist/types/utils/property-checkers/check-one-of.d.ts +3 -1
- package/dist/types/utils/property-checkers/check-pattern.d.ts +3 -1
- package/dist/types/utils/property-checkers/check-type.d.ts +3 -1
- package/dist/types/utils/property-checkers/check-url.d.ts +3 -1
- package/dist/types/utils/property-checkers/index.d.ts +12 -4
- package/dist/types/utils/sass-export.d.ts +5 -1
- package/loaders/attribute-observer.js +4 -4
- package/loaders/breakpoints.js +52 -0
- package/loaders/check-non-empty.js +6 -2
- package/loaders/check-one-of.js +8 -3
- package/loaders/check-type.js +11 -6
- package/loaders/debounce.js +11 -0
- package/loaders/fade.js +6 -2
- package/loaders/get-focusable-children.js +35 -0
- package/loaders/get-root.js +9 -0
- package/loaders/index.browser.js +13 -0
- package/loaders/index.d.ts +36 -2
- package/loaders/index.js +20 -2
- package/loaders/index2.js +25 -12
- package/loaders/package.js +1 -1
- package/loaders/post-accordion-item.js +1 -82
- package/loaders/post-accordion-item2.js +103 -0
- package/loaders/post-accordion.js +6 -5
- package/loaders/post-avatar.js +7 -11
- package/loaders/post-back-to-top.d.ts +11 -0
- package/loaders/post-back-to-top.js +104 -0
- package/loaders/post-banner.d.ts +11 -0
- package/loaders/post-banner.js +134 -0
- package/loaders/post-breadcrumb-item.d.ts +11 -0
- package/loaders/post-breadcrumb-item.js +6 -0
- package/loaders/post-breadcrumb-item2.js +82 -0
- package/loaders/post-breadcrumb.d.ts +11 -0
- package/loaders/post-breadcrumb.js +172 -0
- package/loaders/post-card-control.js +50 -39
- package/loaders/post-closebutton.d.ts +11 -0
- package/loaders/post-closebutton.js +37 -0
- package/loaders/post-collapsible-trigger2.js +23 -38
- package/loaders/post-collapsible2.js +21 -13
- package/loaders/post-footer.d.ts +11 -0
- package/loaders/post-footer.js +81 -0
- package/loaders/post-header.d.ts +11 -0
- package/loaders/post-header.js +404 -0
- package/loaders/post-icon2.js +81 -45
- package/loaders/post-language-option.js +31 -13
- package/loaders/post-language-switch.d.ts +11 -0
- package/loaders/post-language-switch.js +151 -0
- package/loaders/post-linkarea.d.ts +11 -0
- package/loaders/post-linkarea.js +45 -0
- package/loaders/post-list-item.d.ts +11 -0
- package/loaders/post-list-item.js +38 -0
- package/loaders/{post-alert.d.ts → post-list.d.ts} +4 -4
- package/loaders/post-list.js +58 -0
- package/loaders/post-logo.js +5 -5
- package/loaders/post-mainnavigation.d.ts +11 -0
- package/loaders/post-mainnavigation.js +273 -0
- package/loaders/post-megadropdown-trigger.d.ts +11 -0
- package/loaders/post-megadropdown-trigger.js +116 -0
- package/loaders/post-megadropdown.d.ts +11 -0
- package/loaders/post-megadropdown.js +201 -0
- package/loaders/post-menu-item.d.ts +11 -0
- package/loaders/post-menu-item.js +6 -0
- package/loaders/post-menu-item2.js +27 -0
- package/loaders/post-menu-trigger.d.ts +11 -0
- package/loaders/post-menu-trigger.js +6 -0
- package/loaders/post-menu-trigger2.js +109 -0
- package/loaders/post-menu.d.ts +11 -0
- package/loaders/post-menu.js +6 -0
- package/loaders/post-menu2.js +193 -0
- package/loaders/post-popover.js +6 -4
- package/loaders/post-popovercontainer2.js +249 -72
- package/loaders/post-rating.js +14 -4
- package/loaders/post-tab-header.js +7 -6
- package/loaders/post-tab-panel.js +4 -3
- package/loaders/post-tabs.js +20 -13
- package/loaders/post-tag.js +3 -3
- package/loaders/post-togglebutton.d.ts +11 -0
- package/loaders/post-togglebutton.js +64 -0
- package/loaders/post-tooltip.js +34 -21
- package/loaders/slide.js +25 -0
- package/package.json +26 -20
- package/dist/cjs/check-non-empty-eeaa8f77.js +0 -11
- package/dist/cjs/check-one-of-f4f5d0c0.js +0 -8
- package/dist/cjs/fade-35a3633a.js +0 -10
- package/dist/cjs/index-01f30442.js +0 -52
- package/dist/cjs/post-accordion-item-0278e6e2.js +0 -52
- package/dist/cjs/post-alert-5f795d9c.js +0 -98
- package/dist/cjs/post-alert.cjs.entry.js +0 -16
- package/dist/cjs/post-card-control-5ffcd201.js +0 -272
- package/dist/cjs/post-icon-1f71aa0f.js +0 -104
- package/dist/cjs/post-icon.cjs.entry.js +0 -15
- package/dist/cjs/post-language-option-4a3ecaeb.js +0 -67
- package/dist/cjs/post-language-option.cjs.entry.js +0 -14
- package/dist/cjs/post-logo-7070d727.js +0 -39
- package/dist/cjs/post-logo.cjs.entry.js +0 -14
- package/dist/cjs/post-popover-de1b8d95.js +0 -104
- package/dist/cjs/post-popovercontainer-6a25713a.js +0 -2186
- package/dist/cjs/post-popovercontainer.cjs.entry.js +0 -11
- package/dist/cjs/post-tab-header-877676bf.js +0 -32
- package/dist/cjs/post-tag-5e2c7798.js +0 -47
- package/dist/collection/components/post-alert/alert-types.js +0 -1
- package/dist/collection/components/post-alert/post-alert.css +0 -7
- package/dist/components/post-alert.js +0 -6
- package/dist/components/post-alert2.js +0 -136
- package/dist/esm/check-non-empty-58bd6b17.js +0 -9
- package/dist/esm/check-one-of-6b3ef8eb.js +0 -6
- package/dist/esm/fade-7fd71785.js +0 -7
- package/dist/esm/index-f41b763f.js +0 -46
- package/dist/esm/package-0311770e.js +0 -3
- package/dist/esm/post-accordion-item-366f385b.js +0 -50
- package/dist/esm/post-alert-5a69f40d.js +0 -96
- package/dist/esm/post-alert.entry.js +0 -8
- package/dist/esm/post-card-control-2a7939c3.js +0 -270
- package/dist/esm/post-icon-885f17e9.js +0 -102
- package/dist/esm/post-icon.entry.js +0 -7
- package/dist/esm/post-language-option-0c2818aa.js +0 -65
- package/dist/esm/post-language-option.entry.js +0 -6
- package/dist/esm/post-logo-dd425f2e.js +0 -37
- package/dist/esm/post-logo.entry.js +0 -6
- package/dist/esm/post-popovercontainer-e6d11d81.js +0 -2184
- package/dist/esm/post-popovercontainer.entry.js +0 -3
- package/dist/esm/post-tab-header-776a991a.js +0 -30
- package/dist/esm/post-tag-deefcc86.js +0 -45
- package/dist/post-components/p-048538ea.js +0 -1
- package/dist/post-components/p-0a1f5e13.entry.js +0 -1
- package/dist/post-components/p-0a4318ff.js +0 -1
- package/dist/post-components/p-0d64ef0c.entry.js +0 -1
- package/dist/post-components/p-1198a5f2.entry.js +0 -1
- package/dist/post-components/p-13d1bef7.entry.js +0 -1
- package/dist/post-components/p-16d057a6.js +0 -1
- package/dist/post-components/p-1a091fca.entry.js +0 -1
- package/dist/post-components/p-1f35b0ba.entry.js +0 -1
- package/dist/post-components/p-246a6d28.js +0 -1
- package/dist/post-components/p-2737eaf5.js +0 -1
- package/dist/post-components/p-3aa5e1e5.js +0 -1
- package/dist/post-components/p-3d3795f9.js +0 -1
- package/dist/post-components/p-3fabf6e4.entry.js +0 -1
- package/dist/post-components/p-4f0617e6.js +0 -1
- package/dist/post-components/p-53bacbbc.js +0 -1
- package/dist/post-components/p-5c8cb76f.entry.js +0 -1
- package/dist/post-components/p-5eee8d31.entry.js +0 -1
- package/dist/post-components/p-60e72b25.js +0 -1
- package/dist/post-components/p-611b3c41.js +0 -1
- package/dist/post-components/p-66ed33a9.js +0 -1
- package/dist/post-components/p-681b751d.entry.js +0 -1
- package/dist/post-components/p-6adeaa6c.js +0 -1
- package/dist/post-components/p-6b6a1e82.entry.js +0 -1
- package/dist/post-components/p-752e6a98.entry.js +0 -1
- package/dist/post-components/p-8734876e.js +0 -1
- package/dist/post-components/p-9ac2a947.js +0 -1
- package/dist/post-components/p-9d211a45.js +0 -1
- package/dist/post-components/p-b095519d.js +0 -1
- package/dist/post-components/p-b38eaabf.js +0 -1
- package/dist/post-components/p-cdfcc758.entry.js +0 -1
- package/dist/post-components/p-d50d4ec1.entry.js +0 -1
- package/dist/post-components/p-d785856c.js +0 -1
- package/dist/post-components/p-deb4131c.js +0 -1
- package/dist/post-components/p-e18f3639.js +0 -1
- package/dist/post-components/p-f1b7797f.entry.js +0 -1
- package/dist/post-components/p-f6efc76b.entry.js +0 -1
- package/dist/post-components/p-f825d681.js +0 -1
- package/dist/post-components/p-fff1c2ee.entry.js +0 -1
- package/dist/types/components/post-alert/alert-types.d.ts +0 -2
- package/dist/types/components/post-alert/post-alert.d.ts +0 -54
- package/loaders/post-alert.js +0 -139
|
@@ -6,10 +6,14 @@
|
|
|
6
6
|
*/
|
|
7
7
|
import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
8
8
|
import { HeadingLevel } from "./types/index";
|
|
9
|
-
import {
|
|
9
|
+
import { BannerType } from "./components/post-banner/banner-types";
|
|
10
|
+
import { DEVICE_SIZE } from "./components/post-header/post-header";
|
|
11
|
+
import { SwitchVariant } from "./components/post-language-switch/switch-variants";
|
|
10
12
|
import { Placement } from "@floating-ui/dom";
|
|
11
13
|
export { HeadingLevel } from "./types/index";
|
|
12
|
-
export {
|
|
14
|
+
export { BannerType } from "./components/post-banner/banner-types";
|
|
15
|
+
export { DEVICE_SIZE } from "./components/post-header/post-header";
|
|
16
|
+
export { SwitchVariant } from "./components/post-language-switch/switch-variants";
|
|
13
17
|
export { Placement } from "@floating-ui/dom";
|
|
14
18
|
export namespace Components {
|
|
15
19
|
interface PostAccordion {
|
|
@@ -49,49 +53,67 @@ export namespace Components {
|
|
|
49
53
|
*/
|
|
50
54
|
"toggle": (force?: boolean) => Promise<boolean>;
|
|
51
55
|
}
|
|
52
|
-
interface
|
|
56
|
+
interface PostAvatar {
|
|
57
|
+
/**
|
|
58
|
+
* Defines the users email address associated with a gravatar profile picture.
|
|
59
|
+
*/
|
|
60
|
+
"email"?: string;
|
|
61
|
+
/**
|
|
62
|
+
* Defines the users firstname.
|
|
63
|
+
*/
|
|
64
|
+
"firstname": string;
|
|
65
|
+
/**
|
|
66
|
+
* Defines the users lastname.
|
|
67
|
+
*/
|
|
68
|
+
"lastname"?: string;
|
|
69
|
+
/**
|
|
70
|
+
* Defines the company internal userId.<div className="mb-1 banner banner-warning banner-sm">Can only be used on post.ch domains!</div>
|
|
71
|
+
*/
|
|
72
|
+
"userid"?: string;
|
|
73
|
+
}
|
|
74
|
+
interface PostBackToTop {
|
|
53
75
|
/**
|
|
54
|
-
*
|
|
76
|
+
* The label of the back-to-top button, intended solely for accessibility purposes. This label is always hidden from view.
|
|
77
|
+
*/
|
|
78
|
+
"label": string;
|
|
79
|
+
}
|
|
80
|
+
interface PostBanner {
|
|
81
|
+
/**
|
|
82
|
+
* Triggers banner dismissal programmatically (same as clicking on the close button (×)).
|
|
55
83
|
*/
|
|
56
84
|
"dismiss": () => Promise<void>;
|
|
57
85
|
/**
|
|
58
|
-
* The label to use for the close button of a dismissible
|
|
86
|
+
* The label to use for the close button of a dismissible banner.
|
|
59
87
|
*/
|
|
60
88
|
"dismissLabel": string;
|
|
61
89
|
/**
|
|
62
|
-
* If `true`, a close button (×) is displayed and the
|
|
90
|
+
* If `true`, a close button (×) is displayed and the banner can be dismissed by the user.
|
|
63
91
|
*/
|
|
64
92
|
"dismissible": boolean;
|
|
65
93
|
/**
|
|
66
|
-
*
|
|
67
|
-
*/
|
|
68
|
-
"fixed": boolean;
|
|
69
|
-
/**
|
|
70
|
-
* The icon to display in the alert. By default, the icon depends on the alert type. If `none`, no icon is displayed.
|
|
94
|
+
* The icon to display in the banner. By default, the icon depends on the banner type. If `none`, no icon is displayed.
|
|
71
95
|
*/
|
|
72
96
|
"icon": string;
|
|
73
97
|
/**
|
|
74
|
-
* The type of the
|
|
98
|
+
* The type of the banner.
|
|
75
99
|
*/
|
|
76
|
-
"type":
|
|
100
|
+
"type": BannerType;
|
|
77
101
|
}
|
|
78
|
-
interface
|
|
79
|
-
/**
|
|
80
|
-
* Defines the users email address associated with a gravatar profile picture.
|
|
81
|
-
*/
|
|
82
|
-
"email"?: string;
|
|
102
|
+
interface PostBreadcrumb {
|
|
83
103
|
/**
|
|
84
|
-
*
|
|
104
|
+
* The text label for the home breadcrumb item.
|
|
85
105
|
*/
|
|
86
|
-
"
|
|
106
|
+
"homeText": string;
|
|
87
107
|
/**
|
|
88
|
-
*
|
|
108
|
+
* The URL for the home breadcrumb item.
|
|
89
109
|
*/
|
|
90
|
-
"
|
|
110
|
+
"homeUrl": string;
|
|
111
|
+
}
|
|
112
|
+
interface PostBreadcrumbItem {
|
|
91
113
|
/**
|
|
92
|
-
*
|
|
114
|
+
* The optional URL to which the breadcrumb item will link.
|
|
93
115
|
*/
|
|
94
|
-
"
|
|
116
|
+
"url"?: string | URL;
|
|
95
117
|
}
|
|
96
118
|
/**
|
|
97
119
|
* @class PostCardControl - representing a stencil component
|
|
@@ -114,7 +136,7 @@ export namespace Components {
|
|
|
114
136
|
*/
|
|
115
137
|
"groupReset": () => Promise<void>;
|
|
116
138
|
/**
|
|
117
|
-
* Defines the icon `name` inside the card. <span className="
|
|
139
|
+
* Defines the icon `name` inside the card. <span className="banner banner-sm banner-info">If not set the icon will not show up.</span>
|
|
118
140
|
*/
|
|
119
141
|
"icon": string;
|
|
120
142
|
/**
|
|
@@ -122,7 +144,7 @@ export namespace Components {
|
|
|
122
144
|
*/
|
|
123
145
|
"label": string;
|
|
124
146
|
/**
|
|
125
|
-
* Defines the `name` attribute of the control. <span className="
|
|
147
|
+
* Defines the `name` attribute of the control. <span className="banner banner-sm banner-info">This is a required property, when the control should participate in a native `form`. If not specified, a native `form` will never contain this controls value.</span> <span className="banner banner-sm banner-info">This is a required property, when the control is used with type `radio`.</span>
|
|
126
148
|
*/
|
|
127
149
|
"name": string;
|
|
128
150
|
/**
|
|
@@ -138,10 +160,12 @@ export namespace Components {
|
|
|
138
160
|
*/
|
|
139
161
|
"validity": null | 'true' | 'false';
|
|
140
162
|
/**
|
|
141
|
-
* Defines the `value` attribute of the control. <span className="
|
|
163
|
+
* Defines the `value` attribute of the control. <span className="banner banner-sm banner-info">This is a required property, when the control is used with type `radio`.</span>
|
|
142
164
|
*/
|
|
143
165
|
"value": string;
|
|
144
166
|
}
|
|
167
|
+
interface PostClosebutton {
|
|
168
|
+
}
|
|
145
169
|
interface PostCollapsible {
|
|
146
170
|
/**
|
|
147
171
|
* If `true`, the element is collapsed otherwise it is displayed.
|
|
@@ -162,6 +186,18 @@ export namespace Components {
|
|
|
162
186
|
*/
|
|
163
187
|
"update": () => Promise<void>;
|
|
164
188
|
}
|
|
189
|
+
interface PostFooter {
|
|
190
|
+
/**
|
|
191
|
+
* The label to add to the footer (visually hidden).
|
|
192
|
+
*/
|
|
193
|
+
"label": string;
|
|
194
|
+
}
|
|
195
|
+
interface PostHeader {
|
|
196
|
+
/**
|
|
197
|
+
* Toggles the mobile navigation.
|
|
198
|
+
*/
|
|
199
|
+
"toggleMobileMenu": (force?: boolean) => Promise<void>;
|
|
200
|
+
}
|
|
165
201
|
/**
|
|
166
202
|
* @class PostIcon - representing a stencil component
|
|
167
203
|
*/
|
|
@@ -216,6 +252,38 @@ export namespace Components {
|
|
|
216
252
|
* The URL used for the href attribute of the internal anchor. This field is optional; if not provided, a button will be used internally instead of an anchor.
|
|
217
253
|
*/
|
|
218
254
|
"url": string;
|
|
255
|
+
/**
|
|
256
|
+
* To communicate the variant prop from the parent (post-language-switch) component to the child (post-language-option) component. See parent docs for a description about the property itself.
|
|
257
|
+
*/
|
|
258
|
+
"variant"?: SwitchVariant | null;
|
|
259
|
+
}
|
|
260
|
+
interface PostLanguageSwitch {
|
|
261
|
+
/**
|
|
262
|
+
* A title for the list of language options
|
|
263
|
+
*/
|
|
264
|
+
"caption": string;
|
|
265
|
+
/**
|
|
266
|
+
* A descriptive text for the list of language options
|
|
267
|
+
*/
|
|
268
|
+
"description": string;
|
|
269
|
+
/**
|
|
270
|
+
* Whether the component is rendered as a list or a menu
|
|
271
|
+
*/
|
|
272
|
+
"variant": SwitchVariant;
|
|
273
|
+
}
|
|
274
|
+
interface PostLinkarea {
|
|
275
|
+
}
|
|
276
|
+
interface PostList {
|
|
277
|
+
/**
|
|
278
|
+
* The list can become horizontal by setting `horizontal="true"` or just `horizontal`
|
|
279
|
+
*/
|
|
280
|
+
"horizontal": boolean;
|
|
281
|
+
/**
|
|
282
|
+
* If `true`, the list title will be hidden. Otherwise, it will be displayed.`
|
|
283
|
+
*/
|
|
284
|
+
"titleHidden": boolean;
|
|
285
|
+
}
|
|
286
|
+
interface PostListItem {
|
|
219
287
|
}
|
|
220
288
|
interface PostLogo {
|
|
221
289
|
/**
|
|
@@ -223,6 +291,59 @@ export namespace Components {
|
|
|
223
291
|
*/
|
|
224
292
|
"url": string | URL;
|
|
225
293
|
}
|
|
294
|
+
interface PostMainnavigation {
|
|
295
|
+
}
|
|
296
|
+
interface PostMegadropdown {
|
|
297
|
+
/**
|
|
298
|
+
* Sets focus to the first focusable element within the component.
|
|
299
|
+
*/
|
|
300
|
+
"focusFirst": () => Promise<void>;
|
|
301
|
+
/**
|
|
302
|
+
* Hides the dropdown with an animation.
|
|
303
|
+
*/
|
|
304
|
+
"hide": (focusParent?: boolean, forceClose?: boolean) => Promise<void>;
|
|
305
|
+
/**
|
|
306
|
+
* Displays the dropdown.
|
|
307
|
+
*/
|
|
308
|
+
"show": () => Promise<void>;
|
|
309
|
+
/**
|
|
310
|
+
* Toggles the dropdown visibility based on its current state.
|
|
311
|
+
*/
|
|
312
|
+
"toggle": () => Promise<void>;
|
|
313
|
+
}
|
|
314
|
+
interface PostMegadropdownTrigger {
|
|
315
|
+
/**
|
|
316
|
+
* ID of the mega dropdown element that this trigger is linked to. Used to open and close the specified mega dropdown.
|
|
317
|
+
*/
|
|
318
|
+
"for": string;
|
|
319
|
+
}
|
|
320
|
+
interface PostMenu {
|
|
321
|
+
/**
|
|
322
|
+
* Hides the popover menu and restores focus to the previously focused element.
|
|
323
|
+
*/
|
|
324
|
+
"hide": () => Promise<void>;
|
|
325
|
+
/**
|
|
326
|
+
* Defines the placement of the tooltip according to the floating-ui options available at https://floating-ui.com/docs/computePosition#placement. Tooltips are automatically flipped to the opposite side if there is not enough available space and are shifted towards the viewport if they would overlap edge boundaries.
|
|
327
|
+
*/
|
|
328
|
+
"placement"?: Placement;
|
|
329
|
+
/**
|
|
330
|
+
* Displays the popover menu, focusing the first menu item.
|
|
331
|
+
* @param target - The HTML element relative to which the popover menu should be displayed.
|
|
332
|
+
*/
|
|
333
|
+
"show": (target: HTMLElement) => Promise<void>;
|
|
334
|
+
/**
|
|
335
|
+
* Toggles the menu visibility based on its current state.
|
|
336
|
+
*/
|
|
337
|
+
"toggle": (target: HTMLElement) => Promise<void>;
|
|
338
|
+
}
|
|
339
|
+
interface PostMenuItem {
|
|
340
|
+
}
|
|
341
|
+
interface PostMenuTrigger {
|
|
342
|
+
/**
|
|
343
|
+
* ID of the menu element that this trigger is linked to. Used to open and close the specified menu.
|
|
344
|
+
*/
|
|
345
|
+
"for": string;
|
|
346
|
+
}
|
|
226
347
|
interface PostPopover {
|
|
227
348
|
/**
|
|
228
349
|
* Show a little indicator arrow
|
|
@@ -254,17 +375,29 @@ export namespace Components {
|
|
|
254
375
|
}
|
|
255
376
|
interface PostPopovercontainer {
|
|
256
377
|
/**
|
|
257
|
-
*
|
|
378
|
+
* Whether or not to display a little pointer arrow
|
|
258
379
|
*/
|
|
259
380
|
"arrow"?: boolean;
|
|
381
|
+
/**
|
|
382
|
+
* Gap between the edge of the page and the popover
|
|
383
|
+
*/
|
|
384
|
+
"edgeGap"?: number;
|
|
260
385
|
/**
|
|
261
386
|
* Programmatically hide this tooltip
|
|
262
387
|
*/
|
|
263
388
|
"hide": () => Promise<void>;
|
|
389
|
+
/**
|
|
390
|
+
* Whether or not the popover should close when user clicks outside of it
|
|
391
|
+
*/
|
|
392
|
+
"manualClose": boolean;
|
|
264
393
|
/**
|
|
265
394
|
* Defines the placement of the tooltip according to the floating-ui options available at https://floating-ui.com/docs/computePosition#placement. Tooltips are automatically flipped to the opposite side if there is not enough available space and are shifted towards the viewport if they would overlap edge boundaries.
|
|
266
395
|
*/
|
|
267
396
|
"placement"?: Placement;
|
|
397
|
+
/**
|
|
398
|
+
* Enables a safespace through which the cursor can be moved without the popover being disabled
|
|
399
|
+
*/
|
|
400
|
+
"safeSpace"?: 'triangle' | 'trapezoid';
|
|
268
401
|
/**
|
|
269
402
|
* Programmatically display the tooltip
|
|
270
403
|
* @param target An element with [data-tooltip-target="id"] where the tooltip should be shown
|
|
@@ -319,7 +452,7 @@ export namespace Components {
|
|
|
319
452
|
}
|
|
320
453
|
interface PostTag {
|
|
321
454
|
/**
|
|
322
|
-
* Defines the icon `name` inside of the component. <span className="
|
|
455
|
+
* Defines the icon `name` inside of the component. <span className="banner banner-sm banner-info">If not set the icon will not show up.</span> To learn which icons are available, please visit our <a href="/?path=/docs/5704bdc4-c5b5-45e6-b123-c54d01fce2f1--docs">icon library</a>.
|
|
323
456
|
*/
|
|
324
457
|
"icon": null | string;
|
|
325
458
|
/**
|
|
@@ -331,6 +464,12 @@ export namespace Components {
|
|
|
331
464
|
*/
|
|
332
465
|
"variant": 'white' | 'info' | 'success' | 'error' | 'warning' | 'yellow';
|
|
333
466
|
}
|
|
467
|
+
interface PostTogglebutton {
|
|
468
|
+
/**
|
|
469
|
+
* If `true`, the button is in the "on" state, otherwise it is in the "off" state.
|
|
470
|
+
*/
|
|
471
|
+
"toggled": boolean;
|
|
472
|
+
}
|
|
334
473
|
interface PostTooltip {
|
|
335
474
|
/**
|
|
336
475
|
* Wheter or not to display a little pointer arrow
|
|
@@ -362,9 +501,9 @@ export namespace Components {
|
|
|
362
501
|
"toggle": (target: HTMLElement, force?: boolean) => Promise<void>;
|
|
363
502
|
}
|
|
364
503
|
}
|
|
365
|
-
export interface
|
|
504
|
+
export interface PostBannerCustomEvent<T> extends CustomEvent<T> {
|
|
366
505
|
detail: T;
|
|
367
|
-
target:
|
|
506
|
+
target: HTMLPostBannerElement;
|
|
368
507
|
}
|
|
369
508
|
export interface PostCardControlCustomEvent<T> extends CustomEvent<T> {
|
|
370
509
|
detail: T;
|
|
@@ -374,10 +513,22 @@ export interface PostCollapsibleCustomEvent<T> extends CustomEvent<T> {
|
|
|
374
513
|
detail: T;
|
|
375
514
|
target: HTMLPostCollapsibleElement;
|
|
376
515
|
}
|
|
516
|
+
export interface PostHeaderCustomEvent<T> extends CustomEvent<T> {
|
|
517
|
+
detail: T;
|
|
518
|
+
target: HTMLPostHeaderElement;
|
|
519
|
+
}
|
|
377
520
|
export interface PostLanguageOptionCustomEvent<T> extends CustomEvent<T> {
|
|
378
521
|
detail: T;
|
|
379
522
|
target: HTMLPostLanguageOptionElement;
|
|
380
523
|
}
|
|
524
|
+
export interface PostMegadropdownCustomEvent<T> extends CustomEvent<T> {
|
|
525
|
+
detail: T;
|
|
526
|
+
target: HTMLPostMegadropdownElement;
|
|
527
|
+
}
|
|
528
|
+
export interface PostMenuCustomEvent<T> extends CustomEvent<T> {
|
|
529
|
+
detail: T;
|
|
530
|
+
target: HTMLPostMenuElement;
|
|
531
|
+
}
|
|
381
532
|
export interface PostPopovercontainerCustomEvent<T> extends CustomEvent<T> {
|
|
382
533
|
detail: T;
|
|
383
534
|
target: HTMLPostPopovercontainerElement;
|
|
@@ -403,28 +554,46 @@ declare global {
|
|
|
403
554
|
prototype: HTMLPostAccordionItemElement;
|
|
404
555
|
new (): HTMLPostAccordionItemElement;
|
|
405
556
|
};
|
|
406
|
-
interface
|
|
557
|
+
interface HTMLPostAvatarElement extends Components.PostAvatar, HTMLStencilElement {
|
|
558
|
+
}
|
|
559
|
+
var HTMLPostAvatarElement: {
|
|
560
|
+
prototype: HTMLPostAvatarElement;
|
|
561
|
+
new (): HTMLPostAvatarElement;
|
|
562
|
+
};
|
|
563
|
+
interface HTMLPostBackToTopElement extends Components.PostBackToTop, HTMLStencilElement {
|
|
564
|
+
}
|
|
565
|
+
var HTMLPostBackToTopElement: {
|
|
566
|
+
prototype: HTMLPostBackToTopElement;
|
|
567
|
+
new (): HTMLPostBackToTopElement;
|
|
568
|
+
};
|
|
569
|
+
interface HTMLPostBannerElementEventMap {
|
|
407
570
|
"postDismissed": void;
|
|
408
571
|
}
|
|
409
|
-
interface
|
|
410
|
-
addEventListener<K extends keyof
|
|
572
|
+
interface HTMLPostBannerElement extends Components.PostBanner, HTMLStencilElement {
|
|
573
|
+
addEventListener<K extends keyof HTMLPostBannerElementEventMap>(type: K, listener: (this: HTMLPostBannerElement, ev: PostBannerCustomEvent<HTMLPostBannerElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
411
574
|
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
412
575
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
413
576
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
414
|
-
removeEventListener<K extends keyof
|
|
577
|
+
removeEventListener<K extends keyof HTMLPostBannerElementEventMap>(type: K, listener: (this: HTMLPostBannerElement, ev: PostBannerCustomEvent<HTMLPostBannerElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
415
578
|
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
416
579
|
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
417
580
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
418
581
|
}
|
|
419
|
-
var
|
|
420
|
-
prototype:
|
|
421
|
-
new ():
|
|
582
|
+
var HTMLPostBannerElement: {
|
|
583
|
+
prototype: HTMLPostBannerElement;
|
|
584
|
+
new (): HTMLPostBannerElement;
|
|
422
585
|
};
|
|
423
|
-
interface
|
|
586
|
+
interface HTMLPostBreadcrumbElement extends Components.PostBreadcrumb, HTMLStencilElement {
|
|
424
587
|
}
|
|
425
|
-
var
|
|
426
|
-
prototype:
|
|
427
|
-
new ():
|
|
588
|
+
var HTMLPostBreadcrumbElement: {
|
|
589
|
+
prototype: HTMLPostBreadcrumbElement;
|
|
590
|
+
new (): HTMLPostBreadcrumbElement;
|
|
591
|
+
};
|
|
592
|
+
interface HTMLPostBreadcrumbItemElement extends Components.PostBreadcrumbItem, HTMLStencilElement {
|
|
593
|
+
}
|
|
594
|
+
var HTMLPostBreadcrumbItemElement: {
|
|
595
|
+
prototype: HTMLPostBreadcrumbItemElement;
|
|
596
|
+
new (): HTMLPostBreadcrumbItemElement;
|
|
428
597
|
};
|
|
429
598
|
interface HTMLPostCardControlElementEventMap {
|
|
430
599
|
"postInput": { state: boolean; value: string };
|
|
@@ -447,6 +616,12 @@ declare global {
|
|
|
447
616
|
prototype: HTMLPostCardControlElement;
|
|
448
617
|
new (): HTMLPostCardControlElement;
|
|
449
618
|
};
|
|
619
|
+
interface HTMLPostClosebuttonElement extends Components.PostClosebutton, HTMLStencilElement {
|
|
620
|
+
}
|
|
621
|
+
var HTMLPostClosebuttonElement: {
|
|
622
|
+
prototype: HTMLPostClosebuttonElement;
|
|
623
|
+
new (): HTMLPostClosebuttonElement;
|
|
624
|
+
};
|
|
450
625
|
interface HTMLPostCollapsibleElementEventMap {
|
|
451
626
|
"postToggle": boolean;
|
|
452
627
|
}
|
|
@@ -470,6 +645,29 @@ declare global {
|
|
|
470
645
|
prototype: HTMLPostCollapsibleTriggerElement;
|
|
471
646
|
new (): HTMLPostCollapsibleTriggerElement;
|
|
472
647
|
};
|
|
648
|
+
interface HTMLPostFooterElement extends Components.PostFooter, HTMLStencilElement {
|
|
649
|
+
}
|
|
650
|
+
var HTMLPostFooterElement: {
|
|
651
|
+
prototype: HTMLPostFooterElement;
|
|
652
|
+
new (): HTMLPostFooterElement;
|
|
653
|
+
};
|
|
654
|
+
interface HTMLPostHeaderElementEventMap {
|
|
655
|
+
"postUpdateDevice": DEVICE_SIZE;
|
|
656
|
+
}
|
|
657
|
+
interface HTMLPostHeaderElement extends Components.PostHeader, HTMLStencilElement {
|
|
658
|
+
addEventListener<K extends keyof HTMLPostHeaderElementEventMap>(type: K, listener: (this: HTMLPostHeaderElement, ev: PostHeaderCustomEvent<HTMLPostHeaderElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
659
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
660
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
661
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
662
|
+
removeEventListener<K extends keyof HTMLPostHeaderElementEventMap>(type: K, listener: (this: HTMLPostHeaderElement, ev: PostHeaderCustomEvent<HTMLPostHeaderElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
663
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
664
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
665
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
666
|
+
}
|
|
667
|
+
var HTMLPostHeaderElement: {
|
|
668
|
+
prototype: HTMLPostHeaderElement;
|
|
669
|
+
new (): HTMLPostHeaderElement;
|
|
670
|
+
};
|
|
473
671
|
/**
|
|
474
672
|
* @class PostIcon - representing a stencil component
|
|
475
673
|
*/
|
|
@@ -481,6 +679,7 @@ declare global {
|
|
|
481
679
|
};
|
|
482
680
|
interface HTMLPostLanguageOptionElementEventMap {
|
|
483
681
|
"postChange": string;
|
|
682
|
+
"postLanguageOptionInitiallyActive": string;
|
|
484
683
|
}
|
|
485
684
|
interface HTMLPostLanguageOptionElement extends Components.PostLanguageOption, HTMLStencilElement {
|
|
486
685
|
addEventListener<K extends keyof HTMLPostLanguageOptionElementEventMap>(type: K, listener: (this: HTMLPostLanguageOptionElement, ev: PostLanguageOptionCustomEvent<HTMLPostLanguageOptionElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -496,12 +695,94 @@ declare global {
|
|
|
496
695
|
prototype: HTMLPostLanguageOptionElement;
|
|
497
696
|
new (): HTMLPostLanguageOptionElement;
|
|
498
697
|
};
|
|
698
|
+
interface HTMLPostLanguageSwitchElement extends Components.PostLanguageSwitch, HTMLStencilElement {
|
|
699
|
+
}
|
|
700
|
+
var HTMLPostLanguageSwitchElement: {
|
|
701
|
+
prototype: HTMLPostLanguageSwitchElement;
|
|
702
|
+
new (): HTMLPostLanguageSwitchElement;
|
|
703
|
+
};
|
|
704
|
+
interface HTMLPostLinkareaElement extends Components.PostLinkarea, HTMLStencilElement {
|
|
705
|
+
}
|
|
706
|
+
var HTMLPostLinkareaElement: {
|
|
707
|
+
prototype: HTMLPostLinkareaElement;
|
|
708
|
+
new (): HTMLPostLinkareaElement;
|
|
709
|
+
};
|
|
710
|
+
interface HTMLPostListElement extends Components.PostList, HTMLStencilElement {
|
|
711
|
+
}
|
|
712
|
+
var HTMLPostListElement: {
|
|
713
|
+
prototype: HTMLPostListElement;
|
|
714
|
+
new (): HTMLPostListElement;
|
|
715
|
+
};
|
|
716
|
+
interface HTMLPostListItemElement extends Components.PostListItem, HTMLStencilElement {
|
|
717
|
+
}
|
|
718
|
+
var HTMLPostListItemElement: {
|
|
719
|
+
prototype: HTMLPostListItemElement;
|
|
720
|
+
new (): HTMLPostListItemElement;
|
|
721
|
+
};
|
|
499
722
|
interface HTMLPostLogoElement extends Components.PostLogo, HTMLStencilElement {
|
|
500
723
|
}
|
|
501
724
|
var HTMLPostLogoElement: {
|
|
502
725
|
prototype: HTMLPostLogoElement;
|
|
503
726
|
new (): HTMLPostLogoElement;
|
|
504
727
|
};
|
|
728
|
+
interface HTMLPostMainnavigationElement extends Components.PostMainnavigation, HTMLStencilElement {
|
|
729
|
+
}
|
|
730
|
+
var HTMLPostMainnavigationElement: {
|
|
731
|
+
prototype: HTMLPostMainnavigationElement;
|
|
732
|
+
new (): HTMLPostMainnavigationElement;
|
|
733
|
+
};
|
|
734
|
+
interface HTMLPostMegadropdownElementEventMap {
|
|
735
|
+
"postToggleMegadropdown": { isVisible: boolean; focusParent?: boolean };
|
|
736
|
+
}
|
|
737
|
+
interface HTMLPostMegadropdownElement extends Components.PostMegadropdown, HTMLStencilElement {
|
|
738
|
+
addEventListener<K extends keyof HTMLPostMegadropdownElementEventMap>(type: K, listener: (this: HTMLPostMegadropdownElement, ev: PostMegadropdownCustomEvent<HTMLPostMegadropdownElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
739
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
740
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
741
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
742
|
+
removeEventListener<K extends keyof HTMLPostMegadropdownElementEventMap>(type: K, listener: (this: HTMLPostMegadropdownElement, ev: PostMegadropdownCustomEvent<HTMLPostMegadropdownElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
743
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
744
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
745
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
746
|
+
}
|
|
747
|
+
var HTMLPostMegadropdownElement: {
|
|
748
|
+
prototype: HTMLPostMegadropdownElement;
|
|
749
|
+
new (): HTMLPostMegadropdownElement;
|
|
750
|
+
};
|
|
751
|
+
interface HTMLPostMegadropdownTriggerElement extends Components.PostMegadropdownTrigger, HTMLStencilElement {
|
|
752
|
+
}
|
|
753
|
+
var HTMLPostMegadropdownTriggerElement: {
|
|
754
|
+
prototype: HTMLPostMegadropdownTriggerElement;
|
|
755
|
+
new (): HTMLPostMegadropdownTriggerElement;
|
|
756
|
+
};
|
|
757
|
+
interface HTMLPostMenuElementEventMap {
|
|
758
|
+
"toggleMenu": boolean;
|
|
759
|
+
}
|
|
760
|
+
interface HTMLPostMenuElement extends Components.PostMenu, HTMLStencilElement {
|
|
761
|
+
addEventListener<K extends keyof HTMLPostMenuElementEventMap>(type: K, listener: (this: HTMLPostMenuElement, ev: PostMenuCustomEvent<HTMLPostMenuElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
762
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
763
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
764
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
765
|
+
removeEventListener<K extends keyof HTMLPostMenuElementEventMap>(type: K, listener: (this: HTMLPostMenuElement, ev: PostMenuCustomEvent<HTMLPostMenuElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
766
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
767
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
768
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
769
|
+
}
|
|
770
|
+
var HTMLPostMenuElement: {
|
|
771
|
+
prototype: HTMLPostMenuElement;
|
|
772
|
+
new (): HTMLPostMenuElement;
|
|
773
|
+
};
|
|
774
|
+
interface HTMLPostMenuItemElement extends Components.PostMenuItem, HTMLStencilElement {
|
|
775
|
+
}
|
|
776
|
+
var HTMLPostMenuItemElement: {
|
|
777
|
+
prototype: HTMLPostMenuItemElement;
|
|
778
|
+
new (): HTMLPostMenuItemElement;
|
|
779
|
+
};
|
|
780
|
+
interface HTMLPostMenuTriggerElement extends Components.PostMenuTrigger, HTMLStencilElement {
|
|
781
|
+
}
|
|
782
|
+
var HTMLPostMenuTriggerElement: {
|
|
783
|
+
prototype: HTMLPostMenuTriggerElement;
|
|
784
|
+
new (): HTMLPostMenuTriggerElement;
|
|
785
|
+
};
|
|
505
786
|
interface HTMLPostPopoverElement extends Components.PostPopover, HTMLStencilElement {
|
|
506
787
|
}
|
|
507
788
|
var HTMLPostPopoverElement: {
|
|
@@ -556,7 +837,7 @@ declare global {
|
|
|
556
837
|
new (): HTMLPostTabPanelElement;
|
|
557
838
|
};
|
|
558
839
|
interface HTMLPostTabsElementEventMap {
|
|
559
|
-
"postChange":
|
|
840
|
+
"postChange": string;
|
|
560
841
|
}
|
|
561
842
|
interface HTMLPostTabsElement extends Components.PostTabs, HTMLStencilElement {
|
|
562
843
|
addEventListener<K extends keyof HTMLPostTabsElementEventMap>(type: K, listener: (this: HTMLPostTabsElement, ev: PostTabsCustomEvent<HTMLPostTabsElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -578,6 +859,12 @@ declare global {
|
|
|
578
859
|
prototype: HTMLPostTagElement;
|
|
579
860
|
new (): HTMLPostTagElement;
|
|
580
861
|
};
|
|
862
|
+
interface HTMLPostTogglebuttonElement extends Components.PostTogglebutton, HTMLStencilElement {
|
|
863
|
+
}
|
|
864
|
+
var HTMLPostTogglebuttonElement: {
|
|
865
|
+
prototype: HTMLPostTogglebuttonElement;
|
|
866
|
+
new (): HTMLPostTogglebuttonElement;
|
|
867
|
+
};
|
|
581
868
|
interface HTMLPostTooltipElement extends Components.PostTooltip, HTMLStencilElement {
|
|
582
869
|
}
|
|
583
870
|
var HTMLPostTooltipElement: {
|
|
@@ -587,14 +874,30 @@ declare global {
|
|
|
587
874
|
interface HTMLElementTagNameMap {
|
|
588
875
|
"post-accordion": HTMLPostAccordionElement;
|
|
589
876
|
"post-accordion-item": HTMLPostAccordionItemElement;
|
|
590
|
-
"post-alert": HTMLPostAlertElement;
|
|
591
877
|
"post-avatar": HTMLPostAvatarElement;
|
|
878
|
+
"post-back-to-top": HTMLPostBackToTopElement;
|
|
879
|
+
"post-banner": HTMLPostBannerElement;
|
|
880
|
+
"post-breadcrumb": HTMLPostBreadcrumbElement;
|
|
881
|
+
"post-breadcrumb-item": HTMLPostBreadcrumbItemElement;
|
|
592
882
|
"post-card-control": HTMLPostCardControlElement;
|
|
883
|
+
"post-closebutton": HTMLPostClosebuttonElement;
|
|
593
884
|
"post-collapsible": HTMLPostCollapsibleElement;
|
|
594
885
|
"post-collapsible-trigger": HTMLPostCollapsibleTriggerElement;
|
|
886
|
+
"post-footer": HTMLPostFooterElement;
|
|
887
|
+
"post-header": HTMLPostHeaderElement;
|
|
595
888
|
"post-icon": HTMLPostIconElement;
|
|
596
889
|
"post-language-option": HTMLPostLanguageOptionElement;
|
|
890
|
+
"post-language-switch": HTMLPostLanguageSwitchElement;
|
|
891
|
+
"post-linkarea": HTMLPostLinkareaElement;
|
|
892
|
+
"post-list": HTMLPostListElement;
|
|
893
|
+
"post-list-item": HTMLPostListItemElement;
|
|
597
894
|
"post-logo": HTMLPostLogoElement;
|
|
895
|
+
"post-mainnavigation": HTMLPostMainnavigationElement;
|
|
896
|
+
"post-megadropdown": HTMLPostMegadropdownElement;
|
|
897
|
+
"post-megadropdown-trigger": HTMLPostMegadropdownTriggerElement;
|
|
898
|
+
"post-menu": HTMLPostMenuElement;
|
|
899
|
+
"post-menu-item": HTMLPostMenuItemElement;
|
|
900
|
+
"post-menu-trigger": HTMLPostMenuTriggerElement;
|
|
598
901
|
"post-popover": HTMLPostPopoverElement;
|
|
599
902
|
"post-popovercontainer": HTMLPostPopovercontainerElement;
|
|
600
903
|
"post-rating": HTMLPostRatingElement;
|
|
@@ -602,6 +905,7 @@ declare global {
|
|
|
602
905
|
"post-tab-panel": HTMLPostTabPanelElement;
|
|
603
906
|
"post-tabs": HTMLPostTabsElement;
|
|
604
907
|
"post-tag": HTMLPostTagElement;
|
|
908
|
+
"post-togglebutton": HTMLPostTogglebuttonElement;
|
|
605
909
|
"post-tooltip": HTMLPostTooltipElement;
|
|
606
910
|
}
|
|
607
911
|
}
|
|
@@ -627,49 +931,67 @@ declare namespace LocalJSX {
|
|
|
627
931
|
*/
|
|
628
932
|
"headingLevel"?: HeadingLevel;
|
|
629
933
|
}
|
|
630
|
-
interface
|
|
934
|
+
interface PostAvatar {
|
|
631
935
|
/**
|
|
632
|
-
*
|
|
936
|
+
* Defines the users email address associated with a gravatar profile picture.
|
|
633
937
|
*/
|
|
634
|
-
"
|
|
938
|
+
"email"?: string;
|
|
635
939
|
/**
|
|
636
|
-
*
|
|
940
|
+
* Defines the users firstname.
|
|
637
941
|
*/
|
|
638
|
-
"
|
|
942
|
+
"firstname": string;
|
|
639
943
|
/**
|
|
640
|
-
*
|
|
944
|
+
* Defines the users lastname.
|
|
641
945
|
*/
|
|
642
|
-
"
|
|
946
|
+
"lastname"?: string;
|
|
643
947
|
/**
|
|
644
|
-
*
|
|
948
|
+
* Defines the company internal userId.<div className="mb-1 banner banner-warning banner-sm">Can only be used on post.ch domains!</div>
|
|
645
949
|
*/
|
|
646
|
-
"
|
|
950
|
+
"userid"?: string;
|
|
951
|
+
}
|
|
952
|
+
interface PostBackToTop {
|
|
647
953
|
/**
|
|
648
|
-
*
|
|
954
|
+
* The label of the back-to-top button, intended solely for accessibility purposes. This label is always hidden from view.
|
|
649
955
|
*/
|
|
650
|
-
"
|
|
956
|
+
"label": string;
|
|
957
|
+
}
|
|
958
|
+
interface PostBanner {
|
|
651
959
|
/**
|
|
652
|
-
* The
|
|
960
|
+
* The label to use for the close button of a dismissible banner.
|
|
653
961
|
*/
|
|
654
|
-
"
|
|
655
|
-
}
|
|
656
|
-
interface PostAvatar {
|
|
962
|
+
"dismissLabel"?: string;
|
|
657
963
|
/**
|
|
658
|
-
*
|
|
964
|
+
* If `true`, a close button (×) is displayed and the banner can be dismissed by the user.
|
|
659
965
|
*/
|
|
660
|
-
"
|
|
966
|
+
"dismissible"?: boolean;
|
|
661
967
|
/**
|
|
662
|
-
*
|
|
968
|
+
* The icon to display in the banner. By default, the icon depends on the banner type. If `none`, no icon is displayed.
|
|
663
969
|
*/
|
|
664
|
-
"
|
|
970
|
+
"icon"?: string;
|
|
665
971
|
/**
|
|
666
|
-
*
|
|
972
|
+
* An event emitted when the banner element is dismissed, after the transition. It has no payload and only relevant for dismissible banners.
|
|
667
973
|
*/
|
|
668
|
-
"
|
|
974
|
+
"onPostDismissed"?: (event: PostBannerCustomEvent<void>) => void;
|
|
669
975
|
/**
|
|
670
|
-
*
|
|
976
|
+
* The type of the banner.
|
|
671
977
|
*/
|
|
672
|
-
"
|
|
978
|
+
"type"?: BannerType;
|
|
979
|
+
}
|
|
980
|
+
interface PostBreadcrumb {
|
|
981
|
+
/**
|
|
982
|
+
* The text label for the home breadcrumb item.
|
|
983
|
+
*/
|
|
984
|
+
"homeText"?: string;
|
|
985
|
+
/**
|
|
986
|
+
* The URL for the home breadcrumb item.
|
|
987
|
+
*/
|
|
988
|
+
"homeUrl"?: string;
|
|
989
|
+
}
|
|
990
|
+
interface PostBreadcrumbItem {
|
|
991
|
+
/**
|
|
992
|
+
* The optional URL to which the breadcrumb item will link.
|
|
993
|
+
*/
|
|
994
|
+
"url"?: string | URL;
|
|
673
995
|
}
|
|
674
996
|
/**
|
|
675
997
|
* @class PostCardControl - representing a stencil component
|
|
@@ -688,7 +1010,7 @@ declare namespace LocalJSX {
|
|
|
688
1010
|
*/
|
|
689
1011
|
"disabled"?: boolean;
|
|
690
1012
|
/**
|
|
691
|
-
* Defines the icon `name` inside the card. <span className="
|
|
1013
|
+
* Defines the icon `name` inside the card. <span className="banner banner-sm banner-info">If not set the icon will not show up.</span>
|
|
692
1014
|
*/
|
|
693
1015
|
"icon"?: string;
|
|
694
1016
|
/**
|
|
@@ -696,11 +1018,11 @@ declare namespace LocalJSX {
|
|
|
696
1018
|
*/
|
|
697
1019
|
"label": string;
|
|
698
1020
|
/**
|
|
699
|
-
* Defines the `name` attribute of the control. <span className="
|
|
1021
|
+
* Defines the `name` attribute of the control. <span className="banner banner-sm banner-info">This is a required property, when the control should participate in a native `form`. If not specified, a native `form` will never contain this controls value.</span> <span className="banner banner-sm banner-info">This is a required property, when the control is used with type `radio`.</span>
|
|
700
1022
|
*/
|
|
701
1023
|
"name"?: string;
|
|
702
1024
|
/**
|
|
703
|
-
* An event emitted whenever the components checked state is toggled. The event payload (emitted under `event.detail.state`) is a boolean: `true` if the component is checked, `false` if it is unchecked. <span className="
|
|
1025
|
+
* An event emitted whenever the components checked state is toggled. The event payload (emitted under `event.detail.state`) is a boolean: `true` if the component is checked, `false` if it is unchecked. <span className="banner banner-sm banner-info">If the component is used with type `radio`, it will only emit this event, when the checked state is changing to `true`.</span>
|
|
704
1026
|
*/
|
|
705
1027
|
"onPostChange"?: (event: PostCardControlCustomEvent<{ state: boolean; value: string }>) => void;
|
|
706
1028
|
/**
|
|
@@ -716,10 +1038,12 @@ declare namespace LocalJSX {
|
|
|
716
1038
|
*/
|
|
717
1039
|
"validity"?: null | 'true' | 'false';
|
|
718
1040
|
/**
|
|
719
|
-
* Defines the `value` attribute of the control. <span className="
|
|
1041
|
+
* Defines the `value` attribute of the control. <span className="banner banner-sm banner-info">This is a required property, when the control is used with type `radio`.</span>
|
|
720
1042
|
*/
|
|
721
1043
|
"value"?: string;
|
|
722
1044
|
}
|
|
1045
|
+
interface PostClosebutton {
|
|
1046
|
+
}
|
|
723
1047
|
interface PostCollapsible {
|
|
724
1048
|
/**
|
|
725
1049
|
* If `true`, the element is collapsed otherwise it is displayed.
|
|
@@ -736,6 +1060,18 @@ declare namespace LocalJSX {
|
|
|
736
1060
|
*/
|
|
737
1061
|
"for"?: string;
|
|
738
1062
|
}
|
|
1063
|
+
interface PostFooter {
|
|
1064
|
+
/**
|
|
1065
|
+
* The label to add to the footer (visually hidden).
|
|
1066
|
+
*/
|
|
1067
|
+
"label": string;
|
|
1068
|
+
}
|
|
1069
|
+
interface PostHeader {
|
|
1070
|
+
/**
|
|
1071
|
+
* An event emitted when the device has changed
|
|
1072
|
+
*/
|
|
1073
|
+
"onPostUpdateDevice"?: (event: PostHeaderCustomEvent<DEVICE_SIZE>) => void;
|
|
1074
|
+
}
|
|
739
1075
|
/**
|
|
740
1076
|
* @class PostIcon - representing a stencil component
|
|
741
1077
|
*/
|
|
@@ -786,10 +1122,46 @@ declare namespace LocalJSX {
|
|
|
786
1122
|
* An event emitted when the language option is clicked. The payload is the ISO 639 code of the language.
|
|
787
1123
|
*/
|
|
788
1124
|
"onPostChange"?: (event: PostLanguageOptionCustomEvent<string>) => void;
|
|
1125
|
+
/**
|
|
1126
|
+
* An event emitted when the language option is initially active. The payload is the ISO 639 code of the language.
|
|
1127
|
+
*/
|
|
1128
|
+
"onPostLanguageOptionInitiallyActive"?: (event: PostLanguageOptionCustomEvent<string>) => void;
|
|
789
1129
|
/**
|
|
790
1130
|
* The URL used for the href attribute of the internal anchor. This field is optional; if not provided, a button will be used internally instead of an anchor.
|
|
791
1131
|
*/
|
|
792
1132
|
"url"?: string;
|
|
1133
|
+
/**
|
|
1134
|
+
* To communicate the variant prop from the parent (post-language-switch) component to the child (post-language-option) component. See parent docs for a description about the property itself.
|
|
1135
|
+
*/
|
|
1136
|
+
"variant"?: SwitchVariant | null;
|
|
1137
|
+
}
|
|
1138
|
+
interface PostLanguageSwitch {
|
|
1139
|
+
/**
|
|
1140
|
+
* A title for the list of language options
|
|
1141
|
+
*/
|
|
1142
|
+
"caption"?: string;
|
|
1143
|
+
/**
|
|
1144
|
+
* A descriptive text for the list of language options
|
|
1145
|
+
*/
|
|
1146
|
+
"description"?: string;
|
|
1147
|
+
/**
|
|
1148
|
+
* Whether the component is rendered as a list or a menu
|
|
1149
|
+
*/
|
|
1150
|
+
"variant"?: SwitchVariant;
|
|
1151
|
+
}
|
|
1152
|
+
interface PostLinkarea {
|
|
1153
|
+
}
|
|
1154
|
+
interface PostList {
|
|
1155
|
+
/**
|
|
1156
|
+
* The list can become horizontal by setting `horizontal="true"` or just `horizontal`
|
|
1157
|
+
*/
|
|
1158
|
+
"horizontal"?: boolean;
|
|
1159
|
+
/**
|
|
1160
|
+
* If `true`, the list title will be hidden. Otherwise, it will be displayed.`
|
|
1161
|
+
*/
|
|
1162
|
+
"titleHidden"?: boolean;
|
|
1163
|
+
}
|
|
1164
|
+
interface PostListItem {
|
|
793
1165
|
}
|
|
794
1166
|
interface PostLogo {
|
|
795
1167
|
/**
|
|
@@ -797,6 +1169,38 @@ declare namespace LocalJSX {
|
|
|
797
1169
|
*/
|
|
798
1170
|
"url"?: string | URL;
|
|
799
1171
|
}
|
|
1172
|
+
interface PostMainnavigation {
|
|
1173
|
+
}
|
|
1174
|
+
interface PostMegadropdown {
|
|
1175
|
+
/**
|
|
1176
|
+
* Emits when the dropdown is shown or hidden. The event payload is an object. `isVisible` is true when the dropdown gets opened and false when it gets closed `focusParent` determines whether after the closing of the mega dropdown, the focus should go back to the trigger parent or naturally go to the next focusable element in the page
|
|
1177
|
+
*/
|
|
1178
|
+
"onPostToggleMegadropdown"?: (event: PostMegadropdownCustomEvent<{ isVisible: boolean; focusParent?: boolean }>) => void;
|
|
1179
|
+
}
|
|
1180
|
+
interface PostMegadropdownTrigger {
|
|
1181
|
+
/**
|
|
1182
|
+
* ID of the mega dropdown element that this trigger is linked to. Used to open and close the specified mega dropdown.
|
|
1183
|
+
*/
|
|
1184
|
+
"for": string;
|
|
1185
|
+
}
|
|
1186
|
+
interface PostMenu {
|
|
1187
|
+
/**
|
|
1188
|
+
* Emits when the menu is shown or hidden. The event payload is a boolean: `true` when the menu was opened, `false` when it was closed.
|
|
1189
|
+
*/
|
|
1190
|
+
"onToggleMenu"?: (event: PostMenuCustomEvent<boolean>) => void;
|
|
1191
|
+
/**
|
|
1192
|
+
* Defines the placement of the tooltip according to the floating-ui options available at https://floating-ui.com/docs/computePosition#placement. Tooltips are automatically flipped to the opposite side if there is not enough available space and are shifted towards the viewport if they would overlap edge boundaries.
|
|
1193
|
+
*/
|
|
1194
|
+
"placement"?: Placement;
|
|
1195
|
+
}
|
|
1196
|
+
interface PostMenuItem {
|
|
1197
|
+
}
|
|
1198
|
+
interface PostMenuTrigger {
|
|
1199
|
+
/**
|
|
1200
|
+
* ID of the menu element that this trigger is linked to. Used to open and close the specified menu.
|
|
1201
|
+
*/
|
|
1202
|
+
"for": string;
|
|
1203
|
+
}
|
|
800
1204
|
interface PostPopover {
|
|
801
1205
|
/**
|
|
802
1206
|
* Show a little indicator arrow
|
|
@@ -813,9 +1217,17 @@ declare namespace LocalJSX {
|
|
|
813
1217
|
}
|
|
814
1218
|
interface PostPopovercontainer {
|
|
815
1219
|
/**
|
|
816
|
-
*
|
|
1220
|
+
* Whether or not to display a little pointer arrow
|
|
817
1221
|
*/
|
|
818
1222
|
"arrow"?: boolean;
|
|
1223
|
+
/**
|
|
1224
|
+
* Gap between the edge of the page and the popover
|
|
1225
|
+
*/
|
|
1226
|
+
"edgeGap"?: number;
|
|
1227
|
+
/**
|
|
1228
|
+
* Whether or not the popover should close when user clicks outside of it
|
|
1229
|
+
*/
|
|
1230
|
+
"manualClose"?: boolean;
|
|
819
1231
|
/**
|
|
820
1232
|
* Fires whenever the popover gets shown or hidden, passing the new state in event.details as a boolean
|
|
821
1233
|
*/
|
|
@@ -824,6 +1236,10 @@ declare namespace LocalJSX {
|
|
|
824
1236
|
* Defines the placement of the tooltip according to the floating-ui options available at https://floating-ui.com/docs/computePosition#placement. Tooltips are automatically flipped to the opposite side if there is not enough available space and are shifted towards the viewport if they would overlap edge boundaries.
|
|
825
1237
|
*/
|
|
826
1238
|
"placement"?: Placement;
|
|
1239
|
+
/**
|
|
1240
|
+
* Enables a safespace through which the cursor can be moved without the popover being disabled
|
|
1241
|
+
*/
|
|
1242
|
+
"safeSpace"?: 'triangle' | 'trapezoid';
|
|
827
1243
|
}
|
|
828
1244
|
interface PostRating {
|
|
829
1245
|
/**
|
|
@@ -871,11 +1287,11 @@ declare namespace LocalJSX {
|
|
|
871
1287
|
/**
|
|
872
1288
|
* An event emitted after the active tab changes, when the fade in transition of its associated panel is finished. The payload is the name of the newly shown panel.
|
|
873
1289
|
*/
|
|
874
|
-
"onPostChange"?: (event: PostTabsCustomEvent<
|
|
1290
|
+
"onPostChange"?: (event: PostTabsCustomEvent<string>) => void;
|
|
875
1291
|
}
|
|
876
1292
|
interface PostTag {
|
|
877
1293
|
/**
|
|
878
|
-
* Defines the icon `name` inside of the component. <span className="
|
|
1294
|
+
* Defines the icon `name` inside of the component. <span className="banner banner-sm banner-info">If not set the icon will not show up.</span> To learn which icons are available, please visit our <a href="/?path=/docs/5704bdc4-c5b5-45e6-b123-c54d01fce2f1--docs">icon library</a>.
|
|
879
1295
|
*/
|
|
880
1296
|
"icon"?: null | string;
|
|
881
1297
|
/**
|
|
@@ -887,6 +1303,12 @@ declare namespace LocalJSX {
|
|
|
887
1303
|
*/
|
|
888
1304
|
"variant"?: 'white' | 'info' | 'success' | 'error' | 'warning' | 'yellow';
|
|
889
1305
|
}
|
|
1306
|
+
interface PostTogglebutton {
|
|
1307
|
+
/**
|
|
1308
|
+
* If `true`, the button is in the "on" state, otherwise it is in the "off" state.
|
|
1309
|
+
*/
|
|
1310
|
+
"toggled"?: boolean;
|
|
1311
|
+
}
|
|
890
1312
|
interface PostTooltip {
|
|
891
1313
|
/**
|
|
892
1314
|
* Wheter or not to display a little pointer arrow
|
|
@@ -904,14 +1326,30 @@ declare namespace LocalJSX {
|
|
|
904
1326
|
interface IntrinsicElements {
|
|
905
1327
|
"post-accordion": PostAccordion;
|
|
906
1328
|
"post-accordion-item": PostAccordionItem;
|
|
907
|
-
"post-alert": PostAlert;
|
|
908
1329
|
"post-avatar": PostAvatar;
|
|
1330
|
+
"post-back-to-top": PostBackToTop;
|
|
1331
|
+
"post-banner": PostBanner;
|
|
1332
|
+
"post-breadcrumb": PostBreadcrumb;
|
|
1333
|
+
"post-breadcrumb-item": PostBreadcrumbItem;
|
|
909
1334
|
"post-card-control": PostCardControl;
|
|
1335
|
+
"post-closebutton": PostClosebutton;
|
|
910
1336
|
"post-collapsible": PostCollapsible;
|
|
911
1337
|
"post-collapsible-trigger": PostCollapsibleTrigger;
|
|
1338
|
+
"post-footer": PostFooter;
|
|
1339
|
+
"post-header": PostHeader;
|
|
912
1340
|
"post-icon": PostIcon;
|
|
913
1341
|
"post-language-option": PostLanguageOption;
|
|
1342
|
+
"post-language-switch": PostLanguageSwitch;
|
|
1343
|
+
"post-linkarea": PostLinkarea;
|
|
1344
|
+
"post-list": PostList;
|
|
1345
|
+
"post-list-item": PostListItem;
|
|
914
1346
|
"post-logo": PostLogo;
|
|
1347
|
+
"post-mainnavigation": PostMainnavigation;
|
|
1348
|
+
"post-megadropdown": PostMegadropdown;
|
|
1349
|
+
"post-megadropdown-trigger": PostMegadropdownTrigger;
|
|
1350
|
+
"post-menu": PostMenu;
|
|
1351
|
+
"post-menu-item": PostMenuItem;
|
|
1352
|
+
"post-menu-trigger": PostMenuTrigger;
|
|
915
1353
|
"post-popover": PostPopover;
|
|
916
1354
|
"post-popovercontainer": PostPopovercontainer;
|
|
917
1355
|
"post-rating": PostRating;
|
|
@@ -919,6 +1357,7 @@ declare namespace LocalJSX {
|
|
|
919
1357
|
"post-tab-panel": PostTabPanel;
|
|
920
1358
|
"post-tabs": PostTabs;
|
|
921
1359
|
"post-tag": PostTag;
|
|
1360
|
+
"post-togglebutton": PostTogglebutton;
|
|
922
1361
|
"post-tooltip": PostTooltip;
|
|
923
1362
|
}
|
|
924
1363
|
}
|
|
@@ -928,20 +1367,36 @@ declare module "@stencil/core" {
|
|
|
928
1367
|
interface IntrinsicElements {
|
|
929
1368
|
"post-accordion": LocalJSX.PostAccordion & JSXBase.HTMLAttributes<HTMLPostAccordionElement>;
|
|
930
1369
|
"post-accordion-item": LocalJSX.PostAccordionItem & JSXBase.HTMLAttributes<HTMLPostAccordionItemElement>;
|
|
931
|
-
"post-alert": LocalJSX.PostAlert & JSXBase.HTMLAttributes<HTMLPostAlertElement>;
|
|
932
1370
|
"post-avatar": LocalJSX.PostAvatar & JSXBase.HTMLAttributes<HTMLPostAvatarElement>;
|
|
1371
|
+
"post-back-to-top": LocalJSX.PostBackToTop & JSXBase.HTMLAttributes<HTMLPostBackToTopElement>;
|
|
1372
|
+
"post-banner": LocalJSX.PostBanner & JSXBase.HTMLAttributes<HTMLPostBannerElement>;
|
|
1373
|
+
"post-breadcrumb": LocalJSX.PostBreadcrumb & JSXBase.HTMLAttributes<HTMLPostBreadcrumbElement>;
|
|
1374
|
+
"post-breadcrumb-item": LocalJSX.PostBreadcrumbItem & JSXBase.HTMLAttributes<HTMLPostBreadcrumbItemElement>;
|
|
933
1375
|
/**
|
|
934
1376
|
* @class PostCardControl - representing a stencil component
|
|
935
1377
|
*/
|
|
936
1378
|
"post-card-control": LocalJSX.PostCardControl & JSXBase.HTMLAttributes<HTMLPostCardControlElement>;
|
|
1379
|
+
"post-closebutton": LocalJSX.PostClosebutton & JSXBase.HTMLAttributes<HTMLPostClosebuttonElement>;
|
|
937
1380
|
"post-collapsible": LocalJSX.PostCollapsible & JSXBase.HTMLAttributes<HTMLPostCollapsibleElement>;
|
|
938
1381
|
"post-collapsible-trigger": LocalJSX.PostCollapsibleTrigger & JSXBase.HTMLAttributes<HTMLPostCollapsibleTriggerElement>;
|
|
1382
|
+
"post-footer": LocalJSX.PostFooter & JSXBase.HTMLAttributes<HTMLPostFooterElement>;
|
|
1383
|
+
"post-header": LocalJSX.PostHeader & JSXBase.HTMLAttributes<HTMLPostHeaderElement>;
|
|
939
1384
|
/**
|
|
940
1385
|
* @class PostIcon - representing a stencil component
|
|
941
1386
|
*/
|
|
942
1387
|
"post-icon": LocalJSX.PostIcon & JSXBase.HTMLAttributes<HTMLPostIconElement>;
|
|
943
1388
|
"post-language-option": LocalJSX.PostLanguageOption & JSXBase.HTMLAttributes<HTMLPostLanguageOptionElement>;
|
|
1389
|
+
"post-language-switch": LocalJSX.PostLanguageSwitch & JSXBase.HTMLAttributes<HTMLPostLanguageSwitchElement>;
|
|
1390
|
+
"post-linkarea": LocalJSX.PostLinkarea & JSXBase.HTMLAttributes<HTMLPostLinkareaElement>;
|
|
1391
|
+
"post-list": LocalJSX.PostList & JSXBase.HTMLAttributes<HTMLPostListElement>;
|
|
1392
|
+
"post-list-item": LocalJSX.PostListItem & JSXBase.HTMLAttributes<HTMLPostListItemElement>;
|
|
944
1393
|
"post-logo": LocalJSX.PostLogo & JSXBase.HTMLAttributes<HTMLPostLogoElement>;
|
|
1394
|
+
"post-mainnavigation": LocalJSX.PostMainnavigation & JSXBase.HTMLAttributes<HTMLPostMainnavigationElement>;
|
|
1395
|
+
"post-megadropdown": LocalJSX.PostMegadropdown & JSXBase.HTMLAttributes<HTMLPostMegadropdownElement>;
|
|
1396
|
+
"post-megadropdown-trigger": LocalJSX.PostMegadropdownTrigger & JSXBase.HTMLAttributes<HTMLPostMegadropdownTriggerElement>;
|
|
1397
|
+
"post-menu": LocalJSX.PostMenu & JSXBase.HTMLAttributes<HTMLPostMenuElement>;
|
|
1398
|
+
"post-menu-item": LocalJSX.PostMenuItem & JSXBase.HTMLAttributes<HTMLPostMenuItemElement>;
|
|
1399
|
+
"post-menu-trigger": LocalJSX.PostMenuTrigger & JSXBase.HTMLAttributes<HTMLPostMenuTriggerElement>;
|
|
945
1400
|
"post-popover": LocalJSX.PostPopover & JSXBase.HTMLAttributes<HTMLPostPopoverElement>;
|
|
946
1401
|
"post-popovercontainer": LocalJSX.PostPopovercontainer & JSXBase.HTMLAttributes<HTMLPostPopovercontainerElement>;
|
|
947
1402
|
"post-rating": LocalJSX.PostRating & JSXBase.HTMLAttributes<HTMLPostRatingElement>;
|
|
@@ -949,6 +1404,7 @@ declare module "@stencil/core" {
|
|
|
949
1404
|
"post-tab-panel": LocalJSX.PostTabPanel & JSXBase.HTMLAttributes<HTMLPostTabPanelElement>;
|
|
950
1405
|
"post-tabs": LocalJSX.PostTabs & JSXBase.HTMLAttributes<HTMLPostTabsElement>;
|
|
951
1406
|
"post-tag": LocalJSX.PostTag & JSXBase.HTMLAttributes<HTMLPostTagElement>;
|
|
1407
|
+
"post-togglebutton": LocalJSX.PostTogglebutton & JSXBase.HTMLAttributes<HTMLPostTogglebuttonElement>;
|
|
952
1408
|
"post-tooltip": LocalJSX.PostTooltip & JSXBase.HTMLAttributes<HTMLPostTooltipElement>;
|
|
953
1409
|
}
|
|
954
1410
|
}
|