@swisspost/design-system-components 9.0.0-next.0 → 9.0.0-next.10
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/cjs/check-type-64af82a9.js +16 -0
- package/dist/cjs/check-url-3ffdd2fb.js +14 -0
- package/dist/cjs/debounce-1151afe3.js +12 -0
- package/dist/cjs/get-root-7a3498ef.js +11 -0
- package/dist/cjs/{index-01f30442.js → index-5d4e0aed.js} +4 -27
- package/dist/cjs/{index-c15bd800.js → index-f1b08cdb.js} +45 -16
- package/dist/cjs/index.browser-2f65f583.js +15 -0
- package/dist/cjs/index.cjs.js +51 -24
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/{package-ebef502e.js → package-aaec3cba.js} +1 -1
- package/dist/cjs/{post-accordion-677c6891.js → post-accordion-85bf5e0a.js} +13 -11
- package/dist/cjs/post-accordion-item-957b3464.js +64 -0
- package/dist/cjs/post-accordion-item.cjs.entry.js +7 -4
- package/dist/cjs/post-accordion.cjs.entry.js +3 -3
- package/dist/cjs/post-avatar-58540591.js +148 -0
- package/dist/cjs/post-avatar.cjs.entry.js +13 -0
- package/dist/cjs/post-back-to-top-db5c7d01.js +75 -0
- package/dist/cjs/post-back-to-top.cjs.entry.js +15 -0
- package/dist/cjs/post-banner-727866d5.js +91 -0
- package/dist/cjs/post-banner.cjs.entry.js +19 -0
- package/dist/cjs/post-breadcrumb-cacca682.js +111 -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-f5d72ddc.js +272 -0
- package/dist/cjs/post-card-control.cjs.entry.js +3 -3
- package/dist/cjs/post-closebutton_15.cjs.entry.js +34 -0
- package/dist/cjs/{post-collapsible-trigger-4f44ca4a.js → post-collapsible-trigger-067d1f4c.js} +14 -26
- package/dist/cjs/post-collapsible_2.cjs.entry.js +8 -4
- package/dist/cjs/post-components.cjs.js +2 -2
- package/dist/cjs/post-footer-beeb36c8.js +84 -0
- package/dist/cjs/post-footer.cjs.entry.js +11 -0
- package/dist/cjs/post-menu-item-e0e214b9.js +69 -0
- package/dist/cjs/post-popover-7acbdf17.js +104 -0
- package/dist/cjs/post-popover.cjs.entry.js +3 -3
- package/dist/cjs/{post-rating-ac9e71aa.js → post-rating-ac1b9b3c.js} +4 -4
- package/dist/cjs/post-rating.cjs.entry.js +3 -3
- package/dist/cjs/post-tab-header-a3d28719.js +33 -0
- package/dist/cjs/post-tab-header.cjs.entry.js +4 -3
- package/dist/cjs/{post-tab-panel-787bcd5d.js → post-tab-panel-4562e265.js} +5 -4
- package/dist/cjs/post-tab-panel.cjs.entry.js +4 -3
- package/dist/cjs/{post-tabs-1b7aad55.js → post-tabs-80f65e1d.js} +9 -7
- package/dist/cjs/post-tabs.cjs.entry.js +3 -3
- package/dist/cjs/post-tag-5741a78d.js +47 -0
- package/dist/cjs/post-tag.cjs.entry.js +3 -3
- package/dist/cjs/{post-popovercontainer-322d3160.js → post-togglebutton-245e33f1.js} +1082 -21
- package/dist/cjs/{post-tooltip-d1d2cd3a.js → post-tooltip-cefce5e1.js} +46 -15
- package/dist/cjs/post-tooltip.cjs.entry.js +6 -4
- package/dist/cjs/slide-5d51abe8.js +28 -0
- package/dist/collection/animations/slide.js +23 -0
- package/dist/collection/collection-manifest.json +21 -3
- package/dist/collection/components/post-accordion/post-accordion.css +1 -1
- package/dist/collection/components/post-accordion/post-accordion.js +12 -10
- package/dist/collection/components/post-accordion-item/post-accordion-item.css +1 -1
- package/dist/collection/components/post-accordion-item/post-accordion-item.js +28 -12
- package/dist/collection/components/post-avatar/post-avatar.css +3 -0
- package/dist/collection/components/post-avatar/post-avatar.js +237 -0
- 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 +107 -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} +41 -69
- package/dist/collection/components/post-breadcrumb/post-breadcrumb.css +3 -0
- package/dist/collection/components/post-breadcrumb/post-breadcrumb.js +161 -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 +93 -0
- package/dist/collection/components/post-card-control/post-card-control.css +1 -29
- package/dist/collection/components/post-card-control/post-card-control.js +8 -8
- package/dist/collection/components/post-closebutton/post-closebutton.js +12 -0
- package/dist/collection/components/post-collapsible/post-collapsible.js +5 -3
- package/dist/collection/components/post-footer/post-footer.css +1 -0
- package/dist/collection/components/post-footer/post-footer.js +75 -0
- package/dist/collection/components/post-header/post-header.css +1 -0
- package/dist/collection/components/post-header/post-header.js +172 -0
- package/dist/collection/components/post-icon/post-icon.js +22 -30
- package/dist/collection/components/post-language-option/post-language-option.css +3 -0
- package/dist/collection/components/post-language-option/post-language-option.js +219 -0
- package/dist/collection/components/post-language-switch/post-language-switch.css +1 -0
- package/dist/collection/components/post-language-switch/post-language-switch.js +163 -0
- package/dist/collection/components/post-language-switch/switch-variants.js +1 -0
- package/dist/collection/components/post-list/post-list.css +3 -0
- package/dist/collection/components/post-list/post-list.js +88 -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 +25 -0
- package/dist/collection/components/post-logo/post-logo.js +2 -2
- package/dist/collection/components/post-mainnavigation/post-mainnavigation.css +1 -0
- package/dist/collection/components/post-mainnavigation/post-mainnavigation.js +52 -0
- package/dist/collection/components/post-megadropdown/post-megadropdown.css +1 -0
- package/dist/collection/components/post-megadropdown/post-megadropdown.js +158 -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 +104 -0
- package/dist/collection/components/post-menu/post-menu.css +3 -0
- package/dist/collection/components/post-menu/post-menu.js +280 -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 +114 -0
- package/dist/collection/components/post-popover/post-popover.css +1 -29
- package/dist/collection/components/post-popover/post-popover.js +1 -1
- package/dist/collection/components/post-popovercontainer/post-popovercontainer.css +1 -1
- package/dist/collection/components/post-popovercontainer/post-popovercontainer.js +26 -6
- package/dist/collection/components/post-rating/post-rating.css +1 -29
- package/dist/collection/components/post-rating/post-rating.js +1 -1
- package/dist/collection/components/post-tab-header/post-tab-header.css +1 -29
- package/dist/collection/components/post-tab-header/post-tab-header.js +3 -2
- package/dist/collection/components/post-tab-panel/post-tab-panel.js +3 -2
- package/dist/collection/components/post-tabs/post-tabs.css +1 -1
- package/dist/collection/components/post-tabs/post-tabs.js +6 -4
- package/dist/collection/components/post-tag/post-tag.css +1 -29
- package/dist/collection/components/post-tag/post-tag.js +2 -2
- package/dist/collection/components/post-togglebutton/post-togglebutton.css +1 -0
- package/dist/collection/components/post-togglebutton/post-togglebutton.js +74 -0
- package/dist/collection/components/post-tooltip/post-tooltip.css +1 -1
- package/dist/collection/components/post-tooltip/post-tooltip.js +51 -9
- package/dist/collection/index.js +20 -2
- package/dist/collection/utils/breakpoints.js +46 -0
- package/dist/collection/utils/get-focusable-children.js +27 -0
- package/dist/components/debounce.js +10 -0
- package/dist/components/get-root.js +9 -0
- package/dist/components/index.browser.js +13 -0
- package/dist/components/index.js +20 -2
- package/dist/components/index2.js +1 -1
- package/dist/components/package.js +1 -1
- package/dist/components/post-accordion-item2.js +34 -14
- package/dist/components/post-accordion2.js +11 -9
- package/dist/components/post-avatar.d.ts +11 -0
- package/dist/components/post-avatar.js +6 -0
- package/dist/components/post-avatar2.js +173 -0
- 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 +100 -0
- package/dist/components/post-banner.d.ts +11 -0
- package/dist/components/post-banner.js +6 -0
- package/dist/components/post-banner2.js +126 -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 +168 -0
- package/dist/components/post-card-control2.js +3 -3
- 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 +2 -17
- package/dist/components/post-collapsible2.js +6 -4
- package/dist/components/post-footer.d.ts +11 -0
- package/dist/components/post-footer.js +6 -0
- package/dist/components/post-footer2.js +124 -0
- package/dist/components/post-header.d.ts +11 -0
- package/dist/components/post-header.js +6 -0
- package/dist/components/post-header2.js +279 -0
- package/dist/components/post-icon2.js +24 -28
- package/dist/components/post-language-option.d.ts +11 -0
- package/dist/components/post-language-option.js +6 -0
- package/dist/components/post-language-option2.js +98 -0
- 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 +135 -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 +54 -0
- package/dist/components/post-logo2.js +2 -2
- package/dist/components/post-mainnavigation.d.ts +11 -0
- package/dist/components/post-mainnavigation.js +6 -0
- package/dist/components/post-mainnavigation2.js +48 -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 +91 -0
- package/dist/components/post-megadropdown.d.ts +11 -0
- package/dist/components/post-megadropdown.js +6 -0
- package/dist/components/post-megadropdown2.js +100 -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 +102 -0
- package/dist/components/post-menu.d.ts +11 -0
- package/dist/components/post-menu.js +6 -0
- package/dist/components/post-menu2.js +204 -0
- package/dist/components/post-popover2.js +2 -2
- package/dist/components/post-popovercontainer2.js +10 -7
- package/dist/components/post-rating2.js +2 -2
- package/dist/components/post-tab-header2.js +4 -3
- package/dist/components/post-tab-panel2.js +3 -2
- package/dist/components/post-tabs2.js +7 -5
- package/dist/components/post-tag2.js +2 -2
- 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 +44 -13
- package/dist/components/slide.js +25 -0
- package/dist/docs.json +1836 -236
- package/dist/esm/check-type-8828dbe4.js +14 -0
- package/dist/esm/check-url-a974431e.js +12 -0
- package/dist/esm/debounce-abe98cc2.js +10 -0
- package/dist/esm/get-root-7af2e0d1.js +9 -0
- package/dist/esm/{index-0b56fc28.js → index-6bfe6554.js} +45 -16
- package/dist/esm/index-b49c9904.js +24 -0
- package/dist/esm/index.browser-51485f85.js +13 -0
- package/dist/esm/index.js +28 -19
- package/dist/esm/loader.js +3 -3
- package/dist/esm/package-2ee42825.js +3 -0
- package/dist/esm/{post-accordion-19ca8bf9.js → post-accordion-3bf30525.js} +13 -11
- package/dist/esm/post-accordion-item-6683fbed.js +62 -0
- package/dist/esm/post-accordion-item.entry.js +7 -4
- package/dist/esm/post-accordion.entry.js +3 -3
- package/dist/esm/post-avatar-3ddb4c79.js +146 -0
- package/dist/esm/post-avatar.entry.js +5 -0
- package/dist/esm/post-back-to-top-15ee2771.js +73 -0
- package/dist/esm/post-back-to-top.entry.js +7 -0
- package/dist/esm/post-banner-fc407f6e.js +89 -0
- package/dist/esm/post-banner.entry.js +11 -0
- package/dist/esm/post-breadcrumb-6252b112.js +109 -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-cb3dfc60.js +270 -0
- package/dist/esm/post-card-control.entry.js +3 -3
- package/dist/esm/post-closebutton_15.entry.js +12 -0
- package/dist/esm/{post-collapsible-trigger-8f54e5b6.js → post-collapsible-trigger-b727bf7e.js} +11 -23
- package/dist/esm/post-collapsible_2.entry.js +8 -4
- package/dist/esm/post-components.js +3 -3
- package/dist/esm/post-footer-7a03a9bb.js +82 -0
- package/dist/esm/post-footer.entry.js +3 -0
- package/dist/esm/post-menu-item-3e168ecd.js +66 -0
- package/dist/esm/post-popover-bff5cffd.js +102 -0
- package/dist/esm/post-popover.entry.js +3 -3
- package/dist/esm/{post-rating-8e22d522.js → post-rating-ce595a65.js} +4 -4
- package/dist/esm/post-rating.entry.js +3 -3
- package/dist/esm/post-tab-header-c864586f.js +31 -0
- package/dist/esm/post-tab-header.entry.js +4 -3
- package/dist/esm/{post-tab-panel-b9605846.js → post-tab-panel-800425b8.js} +5 -4
- package/dist/esm/post-tab-panel.entry.js +4 -3
- package/dist/esm/{post-tabs-fb024b14.js → post-tabs-e5aa8b08.js} +9 -7
- package/dist/esm/post-tabs.entry.js +3 -3
- package/dist/esm/post-tag-fc3df50a.js +45 -0
- package/dist/esm/post-tag.entry.js +3 -3
- package/dist/esm/{post-popovercontainer-17d2b256.js → post-togglebutton-101dd3bd.js} +1069 -22
- package/dist/esm/{post-tooltip-02e413ba.js → post-tooltip-e8484aea.js} +46 -15
- package/dist/esm/post-tooltip.entry.js +6 -4
- package/dist/esm/slide-3422b8a3.js +25 -0
- package/dist/post-components/index.esm.js +1 -1
- package/dist/post-components/p-02bb5231.js +1 -0
- package/dist/post-components/p-0e216cc4.js +2 -0
- package/dist/post-components/p-11880d55.js +1 -0
- package/dist/post-components/p-1489d777.entry.js +1 -0
- package/dist/post-components/p-19707347.entry.js +1 -0
- package/dist/post-components/{p-ec1f1966.js → p-1d3acbfd.js} +1 -1
- package/dist/post-components/p-24476696.js +1 -0
- package/dist/post-components/p-25f6efab.entry.js +1 -0
- package/dist/post-components/p-27ad2d1f.js +1 -0
- package/dist/post-components/p-29626238.entry.js +1 -0
- package/dist/post-components/p-339488ba.entry.js +1 -0
- package/dist/post-components/p-3de1151e.js +1 -0
- package/dist/post-components/p-413d1fff.js +1 -0
- package/dist/post-components/p-47095b84.entry.js +1 -0
- package/dist/post-components/p-4a3f67ab.js +1 -0
- package/dist/post-components/p-515e0f96.js +1 -0
- package/dist/post-components/p-5467b223.js +1 -0
- package/dist/post-components/p-5959f2bd.js +1 -0
- package/dist/post-components/p-5b0703a4.entry.js +1 -0
- package/dist/post-components/p-618b8929.js +1 -0
- package/dist/post-components/p-66c8d0a2.entry.js +1 -0
- package/dist/post-components/p-6e6e5447.entry.js +1 -0
- package/dist/post-components/p-80b282a2.js +1 -0
- package/dist/post-components/p-86a1ad40.js +1 -0
- package/dist/post-components/p-97647d03.entry.js +1 -0
- package/dist/post-components/p-98f1d284.js +1 -0
- package/dist/post-components/p-9e287cb5.js +1 -0
- package/dist/post-components/p-a3694196.js +1 -0
- package/dist/post-components/p-adc79d26.entry.js +1 -0
- package/dist/post-components/p-b22656b1.js +1 -0
- package/dist/post-components/p-bcf94111.entry.js +1 -0
- package/dist/post-components/p-bd87a2b5.entry.js +1 -0
- package/dist/post-components/p-bec07e51.js +1 -0
- package/dist/post-components/p-bec09df9.entry.js +1 -0
- package/dist/post-components/p-d1d9c9a5.js +1 -0
- package/dist/post-components/p-d4f93f2b.js +1 -0
- package/dist/post-components/p-db2ac0a2.entry.js +1 -0
- package/dist/post-components/p-e93a4bd0.entry.js +1 -0
- package/dist/post-components/p-eed26f43.js +1 -0
- package/dist/post-components/p-f35d5d4a.entry.js +1 -0
- package/dist/post-components/p-fa6c79b8.entry.js +1 -0
- package/dist/post-components/{p-e387c0c9.js → p-faf15ec1.js} +3 -3
- package/dist/post-components/p-fc09ac69.js +1 -0
- package/dist/post-components/p-fc91cbc2.js +1 -0
- package/dist/post-components/p-ffcd735f.js +1 -0
- package/dist/post-components/post-components.esm.js +1 -1
- package/dist/types/animations/slide.d.ts +2 -0
- package/dist/types/components/post-accordion/post-accordion.d.ts +1 -1
- package/dist/types/components/post-accordion-item/post-accordion-item.d.ts +7 -1
- package/dist/types/components/post-avatar/post-avatar.d.ts +51 -0
- 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 +16 -0
- package/dist/types/components/post-card-control/post-card-control.d.ts +7 -7
- 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 +33 -0
- package/dist/types/components/post-icon/post-icon.d.ts +3 -6
- package/dist/types/components/post-language-option/post-language-option.d.ts +45 -0
- package/dist/types/components/post-language-switch/post-language-switch.d.ts +31 -0
- package/dist/types/components/post-language-switch/switch-variants.d.ts +2 -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-logo/post-logo.d.ts +1 -1
- package/dist/types/components/post-mainnavigation/post-mainnavigation.d.ts +19 -0
- package/dist/types/components/post-megadropdown/post-megadropdown.d.ts +36 -0
- package/dist/types/components/post-megadropdown-trigger/post-megadropdown-trigger.d.ts +25 -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 +27 -0
- package/dist/types/components/post-popovercontainer/post-popovercontainer.d.ts +4 -0
- 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/post-tooltip/post-tooltip.d.ts +4 -1
- package/dist/types/components.d.ts +574 -47
- package/dist/types/index.d.ts +20 -2
- package/dist/types/utils/breakpoints.d.ts +11 -0
- package/dist/types/utils/get-focusable-children.d.ts +1 -0
- package/dist/types/utils/get-root.d.ts +1 -1
- package/loaders/debounce.js +10 -0
- package/loaders/get-root.js +9 -0
- package/loaders/index.browser.js +13 -0
- package/loaders/index.d.ts +38 -2
- package/loaders/index.js +20 -2
- package/loaders/index2.js +1 -1
- package/loaders/package.js +1 -1
- package/loaders/post-accordion-item.js +1 -81
- package/loaders/post-accordion-item2.js +103 -0
- package/loaders/post-accordion.js +11 -9
- package/loaders/post-avatar.d.ts +11 -0
- package/loaders/post-avatar.js +176 -0
- package/loaders/post-back-to-top.d.ts +11 -0
- package/loaders/post-back-to-top.js +103 -0
- package/loaders/post-banner.d.ts +11 -0
- package/loaders/post-banner.js +129 -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 +171 -0
- package/loaders/post-card-control.js +3 -3
- package/loaders/post-closebutton.d.ts +11 -0
- package/loaders/post-closebutton.js +37 -0
- package/loaders/post-collapsible-trigger2.js +2 -17
- package/loaders/post-collapsible2.js +5 -3
- package/loaders/post-footer.d.ts +11 -0
- package/loaders/post-footer.js +127 -0
- package/loaders/post-header.d.ts +11 -0
- package/loaders/post-header.js +282 -0
- package/loaders/post-icon2.js +24 -28
- package/loaders/post-language-option.d.ts +11 -0
- package/loaders/post-language-option.js +101 -0
- package/loaders/post-language-switch.d.ts +11 -0
- package/loaders/post-language-switch.js +138 -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 +57 -0
- package/loaders/post-logo.js +3 -3
- package/loaders/post-mainnavigation.d.ts +11 -0
- package/loaders/post-mainnavigation.js +51 -0
- package/loaders/post-megadropdown-trigger.d.ts +11 -0
- package/loaders/post-megadropdown-trigger.js +94 -0
- package/loaders/post-megadropdown.d.ts +11 -0
- package/loaders/post-megadropdown.js +103 -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 +102 -0
- package/loaders/post-menu.d.ts +11 -0
- package/loaders/post-menu.js +6 -0
- package/loaders/post-menu2.js +204 -0
- package/loaders/post-popover.js +2 -2
- package/loaders/post-popovercontainer2.js +10 -7
- package/loaders/post-rating.js +2 -2
- package/loaders/post-tab-header.js +4 -3
- package/loaders/post-tab-panel.js +3 -2
- package/loaders/post-tabs.js +7 -5
- package/loaders/post-tag.js +2 -2
- package/loaders/post-togglebutton.d.ts +11 -0
- package/loaders/post-togglebutton.js +64 -0
- package/loaders/post-tooltip.js +43 -12
- package/loaders/slide.js +25 -0
- package/package.json +9 -6
- package/dist/cjs/post-accordion-item-8d1d6c81.js +0 -51
- package/dist/cjs/post-alert-ea75de0d.js +0 -98
- package/dist/cjs/post-alert.cjs.entry.js +0 -16
- package/dist/cjs/post-card-control-51ee3823.js +0 -272
- package/dist/cjs/post-icon-dc878de4.js +0 -104
- package/dist/cjs/post-icon.cjs.entry.js +0 -15
- package/dist/cjs/post-logo-da45aef5.js +0 -39
- package/dist/cjs/post-logo.cjs.entry.js +0 -14
- package/dist/cjs/post-popover-aac764c7.js +0 -104
- package/dist/cjs/post-popovercontainer.cjs.entry.js +0 -11
- package/dist/cjs/post-tab-header-3baf22e0.js +0 -32
- package/dist/cjs/post-tag-e4bcdb75.js +0 -47
- package/dist/collection/components/post-alert/alert-types.js +0 -1
- package/dist/collection/components/post-alert/post-alert.css +0 -35
- package/dist/components/post-alert.js +0 -6
- package/dist/components/post-alert2.js +0 -136
- package/dist/esm/index-f41b763f.js +0 -46
- package/dist/esm/package-a8cae03d.js +0 -3
- package/dist/esm/post-accordion-item-3232ff67.js +0 -49
- package/dist/esm/post-alert-2636c0e2.js +0 -96
- package/dist/esm/post-alert.entry.js +0 -8
- package/dist/esm/post-card-control-0844cad9.js +0 -270
- package/dist/esm/post-icon-1a682b9e.js +0 -102
- package/dist/esm/post-icon.entry.js +0 -7
- package/dist/esm/post-logo-904c4701.js +0 -37
- package/dist/esm/post-logo.entry.js +0 -6
- package/dist/esm/post-popover-14d083d4.js +0 -102
- package/dist/esm/post-popovercontainer.entry.js +0 -3
- package/dist/esm/post-tab-header-96287c94.js +0 -30
- package/dist/esm/post-tag-58311692.js +0 -45
- package/dist/post-components/p-04e79a2c.entry.js +0 -1
- package/dist/post-components/p-05794f1f.entry.js +0 -1
- package/dist/post-components/p-079c7726.js +0 -1
- package/dist/post-components/p-10b043fc.js +0 -1
- package/dist/post-components/p-1c63cb03.js +0 -1
- package/dist/post-components/p-2e7cc4c6.entry.js +0 -1
- package/dist/post-components/p-370edca6.js +0 -1
- package/dist/post-components/p-3c3e8b19.js +0 -1
- package/dist/post-components/p-429b886d.js +0 -1
- package/dist/post-components/p-44564a68.js +0 -1
- package/dist/post-components/p-47420c6f.entry.js +0 -1
- package/dist/post-components/p-4973d1c7.entry.js +0 -1
- package/dist/post-components/p-6007889b.entry.js +0 -1
- package/dist/post-components/p-69bcb15f.entry.js +0 -1
- package/dist/post-components/p-771bd293.js +0 -1
- package/dist/post-components/p-8c0372c2.entry.js +0 -1
- package/dist/post-components/p-92ce53bc.entry.js +0 -1
- package/dist/post-components/p-991dff03.entry.js +0 -1
- package/dist/post-components/p-a0b62b51.js +0 -1
- package/dist/post-components/p-a2fa8c1d.entry.js +0 -1
- package/dist/post-components/p-ab6ce1d7.js +0 -1
- package/dist/post-components/p-b96307d5.entry.js +0 -1
- package/dist/post-components/p-d2f9de94.js +0 -2
- package/dist/post-components/p-de2ce222.js +0 -1
- package/dist/post-components/p-deb4131c.js +0 -1
- package/dist/post-components/p-e37ff727.entry.js +0 -1
- package/dist/post-components/p-eb3f324e.entry.js +0 -1
- package/dist/post-components/p-ee8845de.js +0 -1
- package/dist/post-components/p-fb1fb618.entry.js +0 -1
- package/dist/post-components/p-fbc24b84.js +0 -1
- package/dist/post-components/p-ff12fd7a.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
package/dist/docs.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "
|
|
2
|
+
"timestamp": "2025-01-13T11:06:50",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.19.2",
|
|
@@ -65,8 +65,8 @@
|
|
|
65
65
|
"type": "number"
|
|
66
66
|
}
|
|
67
67
|
],
|
|
68
|
-
"optional":
|
|
69
|
-
"required":
|
|
68
|
+
"optional": false,
|
|
69
|
+
"required": true
|
|
70
70
|
},
|
|
71
71
|
{
|
|
72
72
|
"name": "multiple",
|
|
@@ -198,6 +198,18 @@
|
|
|
198
198
|
"readme": "# post-accordion-item\n\n\n",
|
|
199
199
|
"docs": "",
|
|
200
200
|
"docsTags": [
|
|
201
|
+
{
|
|
202
|
+
"name": "part",
|
|
203
|
+
"text": "button - The pseudo-element, used to override styles on the components internal header `button` element."
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"name": "part",
|
|
207
|
+
"text": "body - The pseudo-element, used to override styles on the components internal `body` element."
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"name": "slot",
|
|
211
|
+
"text": "logo - Slot for the placing a logo before the header."
|
|
212
|
+
},
|
|
201
213
|
{
|
|
202
214
|
"name": "slot",
|
|
203
215
|
"text": "header - Slot for placing custom content within the accordion item's header."
|
|
@@ -255,7 +267,6 @@
|
|
|
255
267
|
"text": "set the `heading-level` property on the parent `post-accordion` instead."
|
|
256
268
|
}
|
|
257
269
|
],
|
|
258
|
-
"default": "2",
|
|
259
270
|
"deprecation": "set the `heading-level` property on the parent `post-accordion` instead.",
|
|
260
271
|
"values": [
|
|
261
272
|
{
|
|
@@ -340,50 +351,170 @@
|
|
|
340
351
|
{
|
|
341
352
|
"name": "header",
|
|
342
353
|
"docs": "Slot for placing custom content within the accordion item's header."
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"name": "logo",
|
|
357
|
+
"docs": "Slot for the placing a logo before the header."
|
|
343
358
|
}
|
|
344
359
|
],
|
|
345
360
|
"parts": [
|
|
346
361
|
{
|
|
347
362
|
"name": "accordion-item",
|
|
348
363
|
"docs": ""
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
"name": "body",
|
|
367
|
+
"docs": "The pseudo-element, used to override styles on the components internal `body` element."
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"name": "button",
|
|
371
|
+
"docs": "The pseudo-element, used to override styles on the components internal header `button` element."
|
|
349
372
|
}
|
|
350
373
|
],
|
|
351
|
-
"dependents": [
|
|
374
|
+
"dependents": [
|
|
375
|
+
"post-footer"
|
|
376
|
+
],
|
|
352
377
|
"dependencies": [
|
|
353
378
|
"post-collapsible-trigger",
|
|
379
|
+
"post-icon",
|
|
354
380
|
"post-collapsible"
|
|
355
381
|
],
|
|
356
382
|
"dependencyGraph": {
|
|
357
383
|
"post-accordion-item": [
|
|
358
384
|
"post-collapsible-trigger",
|
|
385
|
+
"post-icon",
|
|
359
386
|
"post-collapsible"
|
|
387
|
+
],
|
|
388
|
+
"post-footer": [
|
|
389
|
+
"post-accordion-item"
|
|
360
390
|
]
|
|
361
391
|
}
|
|
362
392
|
},
|
|
363
393
|
{
|
|
364
|
-
"filePath": "src/components/post-
|
|
394
|
+
"filePath": "src/components/post-avatar/post-avatar.tsx",
|
|
365
395
|
"encapsulation": "shadow",
|
|
366
|
-
"tag": "post-
|
|
367
|
-
"readme": "# post-
|
|
396
|
+
"tag": "post-avatar",
|
|
397
|
+
"readme": "# post-avatar\n\n\n",
|
|
368
398
|
"docs": "",
|
|
369
399
|
"docsTags": [
|
|
370
400
|
{
|
|
371
401
|
"name": "slot",
|
|
372
|
-
"text": "
|
|
402
|
+
"text": "default - Slot for inserting a custom image as avatar."
|
|
403
|
+
}
|
|
404
|
+
],
|
|
405
|
+
"usage": {},
|
|
406
|
+
"props": [
|
|
407
|
+
{
|
|
408
|
+
"name": "email",
|
|
409
|
+
"type": "string",
|
|
410
|
+
"complexType": {
|
|
411
|
+
"original": "string",
|
|
412
|
+
"resolved": "string",
|
|
413
|
+
"references": {}
|
|
414
|
+
},
|
|
415
|
+
"mutable": false,
|
|
416
|
+
"attr": "email",
|
|
417
|
+
"reflectToAttr": false,
|
|
418
|
+
"docs": "Defines the users email address associated with a gravatar profile picture.",
|
|
419
|
+
"docsTags": [],
|
|
420
|
+
"values": [
|
|
421
|
+
{
|
|
422
|
+
"type": "string"
|
|
423
|
+
}
|
|
424
|
+
],
|
|
425
|
+
"optional": true,
|
|
426
|
+
"required": false
|
|
373
427
|
},
|
|
374
428
|
{
|
|
375
|
-
"name": "
|
|
376
|
-
"
|
|
429
|
+
"name": "firstname",
|
|
430
|
+
"type": "string",
|
|
431
|
+
"complexType": {
|
|
432
|
+
"original": "string",
|
|
433
|
+
"resolved": "string",
|
|
434
|
+
"references": {}
|
|
435
|
+
},
|
|
436
|
+
"mutable": false,
|
|
437
|
+
"attr": "firstname",
|
|
438
|
+
"reflectToAttr": false,
|
|
439
|
+
"docs": "Defines the users firstname.",
|
|
440
|
+
"docsTags": [],
|
|
441
|
+
"values": [
|
|
442
|
+
{
|
|
443
|
+
"type": "string"
|
|
444
|
+
}
|
|
445
|
+
],
|
|
446
|
+
"optional": false,
|
|
447
|
+
"required": true
|
|
377
448
|
},
|
|
378
449
|
{
|
|
379
|
-
"name": "
|
|
380
|
-
"
|
|
450
|
+
"name": "lastname",
|
|
451
|
+
"type": "string",
|
|
452
|
+
"complexType": {
|
|
453
|
+
"original": "string",
|
|
454
|
+
"resolved": "string",
|
|
455
|
+
"references": {}
|
|
456
|
+
},
|
|
457
|
+
"mutable": false,
|
|
458
|
+
"attr": "lastname",
|
|
459
|
+
"reflectToAttr": false,
|
|
460
|
+
"docs": "Defines the users lastname.",
|
|
461
|
+
"docsTags": [],
|
|
462
|
+
"values": [
|
|
463
|
+
{
|
|
464
|
+
"type": "string"
|
|
465
|
+
}
|
|
466
|
+
],
|
|
467
|
+
"optional": true,
|
|
468
|
+
"required": false
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"name": "userid",
|
|
472
|
+
"type": "string",
|
|
473
|
+
"complexType": {
|
|
474
|
+
"original": "string",
|
|
475
|
+
"resolved": "string",
|
|
476
|
+
"references": {}
|
|
477
|
+
},
|
|
478
|
+
"mutable": false,
|
|
479
|
+
"attr": "userid",
|
|
480
|
+
"reflectToAttr": false,
|
|
481
|
+
"docs": "Defines the company internal userId.<div className=\"mb-1 banner banner-warning banner-sm\">Can only be used on post.ch domains!</div>",
|
|
482
|
+
"docsTags": [],
|
|
483
|
+
"values": [
|
|
484
|
+
{
|
|
485
|
+
"type": "string"
|
|
486
|
+
}
|
|
487
|
+
],
|
|
488
|
+
"optional": true,
|
|
489
|
+
"required": false
|
|
490
|
+
}
|
|
491
|
+
],
|
|
492
|
+
"methods": [],
|
|
493
|
+
"events": [],
|
|
494
|
+
"listeners": [],
|
|
495
|
+
"styles": [],
|
|
496
|
+
"slots": [
|
|
497
|
+
{
|
|
498
|
+
"name": "default",
|
|
499
|
+
"docs": "Slot for inserting a custom image as avatar."
|
|
381
500
|
}
|
|
382
501
|
],
|
|
502
|
+
"parts": [],
|
|
503
|
+
"dependents": [],
|
|
504
|
+
"dependencies": [],
|
|
505
|
+
"dependencyGraph": {}
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
"filePath": "src/components/post-back-to-top/post-back-to-top.tsx",
|
|
509
|
+
"encapsulation": "shadow",
|
|
510
|
+
"tag": "post-back-to-top",
|
|
511
|
+
"readme": "# post-back-to-top\n\n\n",
|
|
512
|
+
"docs": "",
|
|
513
|
+
"docsTags": [],
|
|
383
514
|
"usage": {},
|
|
384
515
|
"props": [
|
|
385
516
|
{
|
|
386
|
-
"name": "
|
|
517
|
+
"name": "label",
|
|
387
518
|
"type": "string",
|
|
388
519
|
"complexType": {
|
|
389
520
|
"original": "string",
|
|
@@ -391,9 +522,9 @@
|
|
|
391
522
|
"references": {}
|
|
392
523
|
},
|
|
393
524
|
"mutable": false,
|
|
394
|
-
"attr": "
|
|
525
|
+
"attr": "label",
|
|
395
526
|
"reflectToAttr": false,
|
|
396
|
-
"docs": "The label to
|
|
527
|
+
"docs": "The label of the back-to-top button, intended solely for accessibility purposes.\nThis label is always hidden from view.",
|
|
397
528
|
"docsTags": [],
|
|
398
529
|
"values": [
|
|
399
530
|
{
|
|
@@ -401,32 +532,70 @@
|
|
|
401
532
|
}
|
|
402
533
|
],
|
|
403
534
|
"optional": false,
|
|
404
|
-
"required":
|
|
535
|
+
"required": true
|
|
536
|
+
}
|
|
537
|
+
],
|
|
538
|
+
"methods": [],
|
|
539
|
+
"events": [],
|
|
540
|
+
"listeners": [],
|
|
541
|
+
"styles": [],
|
|
542
|
+
"slots": [],
|
|
543
|
+
"parts": [],
|
|
544
|
+
"dependents": [],
|
|
545
|
+
"dependencies": [
|
|
546
|
+
"post-icon"
|
|
547
|
+
],
|
|
548
|
+
"dependencyGraph": {
|
|
549
|
+
"post-back-to-top": [
|
|
550
|
+
"post-icon"
|
|
551
|
+
]
|
|
552
|
+
}
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
"filePath": "src/components/post-banner/post-banner.tsx",
|
|
556
|
+
"encapsulation": "shadow",
|
|
557
|
+
"tag": "post-banner",
|
|
558
|
+
"readme": "# post-alert\n\n\n",
|
|
559
|
+
"docs": "",
|
|
560
|
+
"docsTags": [
|
|
561
|
+
{
|
|
562
|
+
"name": "slot",
|
|
563
|
+
"text": "heading - Slot for placing custom content within the banner's heading."
|
|
405
564
|
},
|
|
406
565
|
{
|
|
407
|
-
"name": "
|
|
408
|
-
"
|
|
566
|
+
"name": "slot",
|
|
567
|
+
"text": "actions - Slot for placing custom actions (buttons, links, etc.) within the banner."
|
|
568
|
+
},
|
|
569
|
+
{
|
|
570
|
+
"name": "slot",
|
|
571
|
+
"text": "default - Slot for placing the main content/message of the banner."
|
|
572
|
+
}
|
|
573
|
+
],
|
|
574
|
+
"usage": {},
|
|
575
|
+
"props": [
|
|
576
|
+
{
|
|
577
|
+
"name": "dismissLabel",
|
|
578
|
+
"type": "string",
|
|
409
579
|
"complexType": {
|
|
410
|
-
"original": "
|
|
411
|
-
"resolved": "
|
|
580
|
+
"original": "string",
|
|
581
|
+
"resolved": "string",
|
|
412
582
|
"references": {}
|
|
413
583
|
},
|
|
414
584
|
"mutable": false,
|
|
415
|
-
"attr": "
|
|
585
|
+
"attr": "dismiss-label",
|
|
416
586
|
"reflectToAttr": false,
|
|
417
|
-
"docs": "
|
|
587
|
+
"docs": "The label to use for the close button of a dismissible banner.",
|
|
418
588
|
"docsTags": [],
|
|
419
|
-
"default": "false",
|
|
420
589
|
"values": [
|
|
421
590
|
{
|
|
422
|
-
"type": "
|
|
591
|
+
"type": "string"
|
|
423
592
|
}
|
|
424
593
|
],
|
|
425
594
|
"optional": false,
|
|
426
595
|
"required": false
|
|
427
596
|
},
|
|
428
597
|
{
|
|
429
|
-
"name": "
|
|
598
|
+
"name": "dismissible",
|
|
430
599
|
"type": "boolean",
|
|
431
600
|
"complexType": {
|
|
432
601
|
"original": "boolean",
|
|
@@ -434,9 +603,9 @@
|
|
|
434
603
|
"references": {}
|
|
435
604
|
},
|
|
436
605
|
"mutable": false,
|
|
437
|
-
"attr": "
|
|
606
|
+
"attr": "dismissible",
|
|
438
607
|
"reflectToAttr": false,
|
|
439
|
-
"docs": "If `true`,
|
|
608
|
+
"docs": "If `true`, a close button (×) is displayed and the banner can be dismissed by the user.",
|
|
440
609
|
"docsTags": [],
|
|
441
610
|
"default": "false",
|
|
442
611
|
"values": [
|
|
@@ -458,7 +627,7 @@
|
|
|
458
627
|
"mutable": false,
|
|
459
628
|
"attr": "icon",
|
|
460
629
|
"reflectToAttr": false,
|
|
461
|
-
"docs": "The icon to display in the
|
|
630
|
+
"docs": "The icon to display in the banner. By default, the icon depends on the banner type.\n\nIf `none`, no icon is displayed.",
|
|
462
631
|
"docsTags": [],
|
|
463
632
|
"values": [
|
|
464
633
|
{
|
|
@@ -470,39 +639,35 @@
|
|
|
470
639
|
},
|
|
471
640
|
{
|
|
472
641
|
"name": "type",
|
|
473
|
-
"type": "\"danger\" | \"
|
|
642
|
+
"type": "\"danger\" | \"info\" | \"neutral\" | \"success\" | \"warning\"",
|
|
474
643
|
"complexType": {
|
|
475
|
-
"original": "
|
|
476
|
-
"resolved": "\"danger\" | \"
|
|
644
|
+
"original": "BannerType",
|
|
645
|
+
"resolved": "\"danger\" | \"info\" | \"neutral\" | \"success\" | \"warning\"",
|
|
477
646
|
"references": {
|
|
478
|
-
"
|
|
647
|
+
"BannerType": {
|
|
479
648
|
"location": "import",
|
|
480
|
-
"path": "./
|
|
481
|
-
"id": "src/components/post-
|
|
649
|
+
"path": "./banner-types",
|
|
650
|
+
"id": "src/components/post-banner/banner-types.ts::BannerType"
|
|
482
651
|
}
|
|
483
652
|
}
|
|
484
653
|
},
|
|
485
654
|
"mutable": false,
|
|
486
655
|
"attr": "type",
|
|
487
656
|
"reflectToAttr": false,
|
|
488
|
-
"docs": "The type of the
|
|
657
|
+
"docs": "The type of the banner.",
|
|
489
658
|
"docsTags": [],
|
|
490
|
-
"default": "'
|
|
659
|
+
"default": "'neutral'",
|
|
491
660
|
"values": [
|
|
492
661
|
{
|
|
493
662
|
"value": "danger",
|
|
494
663
|
"type": "string"
|
|
495
664
|
},
|
|
496
|
-
{
|
|
497
|
-
"value": "gray",
|
|
498
|
-
"type": "string"
|
|
499
|
-
},
|
|
500
665
|
{
|
|
501
666
|
"value": "info",
|
|
502
667
|
"type": "string"
|
|
503
668
|
},
|
|
504
669
|
{
|
|
505
|
-
"value": "
|
|
670
|
+
"value": "neutral",
|
|
506
671
|
"type": "string"
|
|
507
672
|
},
|
|
508
673
|
{
|
|
@@ -538,7 +703,7 @@
|
|
|
538
703
|
},
|
|
539
704
|
"signature": "dismiss() => Promise<void>",
|
|
540
705
|
"parameters": [],
|
|
541
|
-
"docs": "Triggers
|
|
706
|
+
"docs": "Triggers banner dismissal programmatically (same as clicking on the close button (×)).",
|
|
542
707
|
"docsTags": []
|
|
543
708
|
}
|
|
544
709
|
],
|
|
@@ -554,7 +719,7 @@
|
|
|
554
719
|
},
|
|
555
720
|
"cancelable": true,
|
|
556
721
|
"composed": true,
|
|
557
|
-
"docs": "An event emitted when the
|
|
722
|
+
"docs": "An event emitted when the banner element is dismissed, after the transition.\nIt has no payload and only relevant for dismissible banners.",
|
|
558
723
|
"docsTags": []
|
|
559
724
|
}
|
|
560
725
|
],
|
|
@@ -563,15 +728,15 @@
|
|
|
563
728
|
"slots": [
|
|
564
729
|
{
|
|
565
730
|
"name": "actions",
|
|
566
|
-
"docs": "Slot for placing custom actions (buttons, links, etc.) within the
|
|
731
|
+
"docs": "Slot for placing custom actions (buttons, links, etc.) within the banner."
|
|
567
732
|
},
|
|
568
733
|
{
|
|
569
734
|
"name": "default",
|
|
570
|
-
"docs": "Slot for placing the main content/message of the
|
|
735
|
+
"docs": "Slot for placing the main content/message of the banner."
|
|
571
736
|
},
|
|
572
737
|
{
|
|
573
738
|
"name": "heading",
|
|
574
|
-
"docs": "Slot for placing custom content within the
|
|
739
|
+
"docs": "Slot for placing custom content within the banner's heading."
|
|
575
740
|
}
|
|
576
741
|
],
|
|
577
742
|
"parts": [],
|
|
@@ -580,57 +745,22 @@
|
|
|
580
745
|
"post-icon"
|
|
581
746
|
],
|
|
582
747
|
"dependencyGraph": {
|
|
583
|
-
"post-
|
|
748
|
+
"post-banner": [
|
|
584
749
|
"post-icon"
|
|
585
750
|
]
|
|
586
751
|
}
|
|
587
752
|
},
|
|
588
753
|
{
|
|
589
|
-
"filePath": "src/components/post-
|
|
754
|
+
"filePath": "src/components/post-breadcrumb/post-breadcrumb.tsx",
|
|
590
755
|
"encapsulation": "shadow",
|
|
591
|
-
"tag": "post-
|
|
592
|
-
"readme": "# post-
|
|
756
|
+
"tag": "post-breadcrumb",
|
|
757
|
+
"readme": "# post-breadcrumbs-new\n\n\n",
|
|
593
758
|
"docs": "",
|
|
594
|
-
"docsTags": [
|
|
595
|
-
{
|
|
596
|
-
"name": "class",
|
|
597
|
-
"text": "PostCardControl - representing a stencil component"
|
|
598
|
-
},
|
|
599
|
-
{
|
|
600
|
-
"name": "slot",
|
|
601
|
-
"text": "default - Content to place into the `default` slot.<p>Markup accepted: <a href=\"https://developer.mozilla.org/en-US/docs/Glossary/Block-level_contentt\">block content</a>.<p className=\"alert alert-sm alert-warning\">Even if it is generally possible, we do not recommend using interactive elements in this slot because the background of the card control is clickable.<br/>This can lead to confusion when the hit box of nested interactive controls is not clearly separated from the background, is invalid HTML and click events bubbling up to the card control will unexpectedly toggle it if they're not captured.<br/>More info: <a href=\"https://accessibilityinsights.io/info-examples/web/nested-interactive/\">https://accessibilityinsights.io/info-examples/web/nested-interactive/</a></p>"
|
|
602
|
-
},
|
|
603
|
-
{
|
|
604
|
-
"name": "slot",
|
|
605
|
-
"text": "icon - To insert a custom icon into the named `icon` slot.<p>Markup accepted: <a href=\"https://developer.mozilla.org/en-US/docs/Glossary/Inline-level_content\">inline content</a>.<p className=\"alert alert-sm alert-info\">It is only meant for <code>img</code> or <code>svg</code> elements and overrides the `icon` property.</p>"
|
|
606
|
-
}
|
|
607
|
-
],
|
|
759
|
+
"docsTags": [],
|
|
608
760
|
"usage": {},
|
|
609
761
|
"props": [
|
|
610
762
|
{
|
|
611
|
-
"name": "
|
|
612
|
-
"type": "boolean",
|
|
613
|
-
"complexType": {
|
|
614
|
-
"original": "boolean",
|
|
615
|
-
"resolved": "boolean",
|
|
616
|
-
"references": {}
|
|
617
|
-
},
|
|
618
|
-
"mutable": true,
|
|
619
|
-
"attr": "checked",
|
|
620
|
-
"reflectToAttr": false,
|
|
621
|
-
"docs": "Defines the `checked` attribute of the control. If `true`, the control is selected at its value will be included in the forms' data.",
|
|
622
|
-
"docsTags": [],
|
|
623
|
-
"default": "false",
|
|
624
|
-
"values": [
|
|
625
|
-
{
|
|
626
|
-
"type": "boolean"
|
|
627
|
-
}
|
|
628
|
-
],
|
|
629
|
-
"optional": false,
|
|
630
|
-
"required": false
|
|
631
|
-
},
|
|
632
|
-
{
|
|
633
|
-
"name": "description",
|
|
763
|
+
"name": "homeText",
|
|
634
764
|
"type": "string",
|
|
635
765
|
"complexType": {
|
|
636
766
|
"original": "string",
|
|
@@ -638,11 +768,11 @@
|
|
|
638
768
|
"references": {}
|
|
639
769
|
},
|
|
640
770
|
"mutable": false,
|
|
641
|
-
"attr": "
|
|
771
|
+
"attr": "home-text",
|
|
642
772
|
"reflectToAttr": false,
|
|
643
|
-
"docs": "
|
|
773
|
+
"docs": "The text label for the home breadcrumb item.",
|
|
644
774
|
"docsTags": [],
|
|
645
|
-
"default": "
|
|
775
|
+
"default": "'Home'",
|
|
646
776
|
"values": [
|
|
647
777
|
{
|
|
648
778
|
"type": "string"
|
|
@@ -652,29 +782,7 @@
|
|
|
652
782
|
"required": false
|
|
653
783
|
},
|
|
654
784
|
{
|
|
655
|
-
"name": "
|
|
656
|
-
"type": "boolean",
|
|
657
|
-
"complexType": {
|
|
658
|
-
"original": "boolean",
|
|
659
|
-
"resolved": "boolean",
|
|
660
|
-
"references": {}
|
|
661
|
-
},
|
|
662
|
-
"mutable": true,
|
|
663
|
-
"attr": "disabled",
|
|
664
|
-
"reflectToAttr": false,
|
|
665
|
-
"docs": "Defines the `disabled` attribute of the control. If `true`, the user can not interact with the control and the controls value will not be included in the forms' data.",
|
|
666
|
-
"docsTags": [],
|
|
667
|
-
"default": "false",
|
|
668
|
-
"values": [
|
|
669
|
-
{
|
|
670
|
-
"type": "boolean"
|
|
671
|
-
}
|
|
672
|
-
],
|
|
673
|
-
"optional": false,
|
|
674
|
-
"required": false
|
|
675
|
-
},
|
|
676
|
-
{
|
|
677
|
-
"name": "icon",
|
|
785
|
+
"name": "homeUrl",
|
|
678
786
|
"type": "string",
|
|
679
787
|
"complexType": {
|
|
680
788
|
"original": "string",
|
|
@@ -682,11 +790,10 @@
|
|
|
682
790
|
"references": {}
|
|
683
791
|
},
|
|
684
792
|
"mutable": false,
|
|
685
|
-
"attr": "
|
|
793
|
+
"attr": "home-url",
|
|
686
794
|
"reflectToAttr": false,
|
|
687
|
-
"docs": "
|
|
795
|
+
"docs": "The URL for the home breadcrumb item.",
|
|
688
796
|
"docsTags": [],
|
|
689
|
-
"default": "null",
|
|
690
797
|
"values": [
|
|
691
798
|
{
|
|
692
799
|
"type": "string"
|
|
@@ -694,23 +801,234 @@
|
|
|
694
801
|
],
|
|
695
802
|
"optional": false,
|
|
696
803
|
"required": false
|
|
697
|
-
}
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
804
|
+
}
|
|
805
|
+
],
|
|
806
|
+
"methods": [],
|
|
807
|
+
"events": [],
|
|
808
|
+
"listeners": [],
|
|
809
|
+
"styles": [],
|
|
810
|
+
"slots": [],
|
|
811
|
+
"parts": [],
|
|
812
|
+
"dependents": [],
|
|
813
|
+
"dependencies": [
|
|
814
|
+
"post-icon",
|
|
815
|
+
"post-menu-trigger",
|
|
816
|
+
"post-menu",
|
|
817
|
+
"post-menu-item",
|
|
818
|
+
"post-breadcrumb-item"
|
|
819
|
+
],
|
|
820
|
+
"dependencyGraph": {
|
|
821
|
+
"post-breadcrumb": [
|
|
822
|
+
"post-icon",
|
|
823
|
+
"post-menu-trigger",
|
|
824
|
+
"post-menu",
|
|
825
|
+
"post-menu-item",
|
|
826
|
+
"post-breadcrumb-item"
|
|
827
|
+
],
|
|
828
|
+
"post-menu": [
|
|
829
|
+
"post-popovercontainer"
|
|
830
|
+
],
|
|
831
|
+
"post-breadcrumb-item": [
|
|
832
|
+
"post-icon"
|
|
833
|
+
]
|
|
834
|
+
}
|
|
835
|
+
},
|
|
836
|
+
{
|
|
837
|
+
"filePath": "src/components/post-breadcrumb-item/post-breadcrumb-item.tsx",
|
|
838
|
+
"encapsulation": "shadow",
|
|
839
|
+
"tag": "post-breadcrumb-item",
|
|
840
|
+
"readme": "# post-breadcrumb-item\n\n\n",
|
|
841
|
+
"docs": "",
|
|
842
|
+
"docsTags": [
|
|
843
|
+
{
|
|
844
|
+
"name": "slot",
|
|
845
|
+
"text": "default - Slot for placing the text inside the breadcrumb item."
|
|
846
|
+
}
|
|
847
|
+
],
|
|
848
|
+
"usage": {},
|
|
849
|
+
"props": [
|
|
850
|
+
{
|
|
851
|
+
"name": "url",
|
|
852
|
+
"type": "URL | string",
|
|
853
|
+
"complexType": {
|
|
854
|
+
"original": "string | URL",
|
|
855
|
+
"resolved": "URL | string",
|
|
856
|
+
"references": {
|
|
857
|
+
"URL": {
|
|
858
|
+
"location": "global",
|
|
859
|
+
"id": "global::URL"
|
|
860
|
+
}
|
|
861
|
+
}
|
|
862
|
+
},
|
|
863
|
+
"mutable": false,
|
|
864
|
+
"attr": "url",
|
|
865
|
+
"reflectToAttr": false,
|
|
866
|
+
"docs": "The optional URL to which the breadcrumb item will link.",
|
|
867
|
+
"docsTags": [],
|
|
868
|
+
"values": [
|
|
869
|
+
{
|
|
870
|
+
"type": "URL"
|
|
871
|
+
},
|
|
872
|
+
{
|
|
873
|
+
"type": "string"
|
|
874
|
+
}
|
|
875
|
+
],
|
|
876
|
+
"optional": true,
|
|
877
|
+
"required": false
|
|
878
|
+
}
|
|
879
|
+
],
|
|
880
|
+
"methods": [],
|
|
881
|
+
"events": [],
|
|
882
|
+
"listeners": [],
|
|
883
|
+
"styles": [],
|
|
884
|
+
"slots": [
|
|
885
|
+
{
|
|
886
|
+
"name": "default",
|
|
887
|
+
"docs": "Slot for placing the text inside the breadcrumb item."
|
|
888
|
+
}
|
|
889
|
+
],
|
|
890
|
+
"parts": [],
|
|
891
|
+
"dependents": [
|
|
892
|
+
"post-breadcrumb"
|
|
893
|
+
],
|
|
894
|
+
"dependencies": [
|
|
895
|
+
"post-icon"
|
|
896
|
+
],
|
|
897
|
+
"dependencyGraph": {
|
|
898
|
+
"post-breadcrumb-item": [
|
|
899
|
+
"post-icon"
|
|
900
|
+
],
|
|
901
|
+
"post-breadcrumb": [
|
|
902
|
+
"post-breadcrumb-item"
|
|
903
|
+
]
|
|
904
|
+
}
|
|
905
|
+
},
|
|
906
|
+
{
|
|
907
|
+
"filePath": "src/components/post-card-control/post-card-control.tsx",
|
|
908
|
+
"encapsulation": "shadow",
|
|
909
|
+
"tag": "post-card-control",
|
|
910
|
+
"readme": "# post-card-control\n\n\n",
|
|
911
|
+
"docs": "",
|
|
912
|
+
"docsTags": [
|
|
913
|
+
{
|
|
914
|
+
"name": "class",
|
|
915
|
+
"text": "PostCardControl - representing a stencil component"
|
|
916
|
+
},
|
|
917
|
+
{
|
|
918
|
+
"name": "slot",
|
|
919
|
+
"text": "default - Content to place into the `default` slot.<p>Markup accepted: <a href=\"https://developer.mozilla.org/en-US/docs/Glossary/Block-level_contentt\">block content</a>.<p className=\"banner banner-sm banner-warning\">Even if it is generally possible, we do not recommend using interactive elements in this slot because the background of the card control is clickable.<br/>This can lead to confusion when the hit box of nested interactive controls is not clearly separated from the background, is invalid HTML and click events bubbling up to the card control will unexpectedly toggle it if they're not captured.<br/>More info: <a href=\"https://accessibilityinsights.io/info-examples/web/nested-interactive/\">https://accessibilityinsights.io/info-examples/web/nested-interactive/</a></p>"
|
|
920
|
+
},
|
|
921
|
+
{
|
|
922
|
+
"name": "slot",
|
|
923
|
+
"text": "icon - To insert a custom icon into the named `icon` slot.<p>Markup accepted: <a href=\"https://developer.mozilla.org/en-US/docs/Glossary/Inline-level_content\">inline content</a>.<p className=\"banner banner-sm banner-info\">It is only meant for <code>img</code> or <code>svg</code> elements and overrides the `icon` property.</p>"
|
|
924
|
+
}
|
|
925
|
+
],
|
|
926
|
+
"usage": {},
|
|
927
|
+
"props": [
|
|
928
|
+
{
|
|
929
|
+
"name": "checked",
|
|
930
|
+
"type": "boolean",
|
|
931
|
+
"complexType": {
|
|
932
|
+
"original": "boolean",
|
|
933
|
+
"resolved": "boolean",
|
|
934
|
+
"references": {}
|
|
935
|
+
},
|
|
936
|
+
"mutable": true,
|
|
937
|
+
"attr": "checked",
|
|
938
|
+
"reflectToAttr": false,
|
|
939
|
+
"docs": "Defines the `checked` attribute of the control. If `true`, the control is selected at its value will be included in the forms' data.",
|
|
940
|
+
"docsTags": [],
|
|
941
|
+
"default": "false",
|
|
942
|
+
"values": [
|
|
943
|
+
{
|
|
944
|
+
"type": "boolean"
|
|
945
|
+
}
|
|
946
|
+
],
|
|
947
|
+
"optional": false,
|
|
948
|
+
"required": false
|
|
949
|
+
},
|
|
950
|
+
{
|
|
951
|
+
"name": "description",
|
|
952
|
+
"type": "string",
|
|
953
|
+
"complexType": {
|
|
954
|
+
"original": "string",
|
|
955
|
+
"resolved": "string",
|
|
956
|
+
"references": {}
|
|
957
|
+
},
|
|
958
|
+
"mutable": false,
|
|
959
|
+
"attr": "description",
|
|
960
|
+
"reflectToAttr": false,
|
|
961
|
+
"docs": "Defines the description in the control-label.",
|
|
962
|
+
"docsTags": [],
|
|
963
|
+
"default": "null",
|
|
964
|
+
"values": [
|
|
965
|
+
{
|
|
966
|
+
"type": "string"
|
|
967
|
+
}
|
|
968
|
+
],
|
|
969
|
+
"optional": false,
|
|
970
|
+
"required": false
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
"name": "disabled",
|
|
974
|
+
"type": "boolean",
|
|
975
|
+
"complexType": {
|
|
976
|
+
"original": "boolean",
|
|
977
|
+
"resolved": "boolean",
|
|
978
|
+
"references": {}
|
|
979
|
+
},
|
|
980
|
+
"mutable": true,
|
|
981
|
+
"attr": "disabled",
|
|
982
|
+
"reflectToAttr": false,
|
|
983
|
+
"docs": "Defines the `disabled` attribute of the control. If `true`, the user can not interact with the control and the controls value will not be included in the forms' data.",
|
|
984
|
+
"docsTags": [],
|
|
985
|
+
"default": "false",
|
|
986
|
+
"values": [
|
|
987
|
+
{
|
|
988
|
+
"type": "boolean"
|
|
989
|
+
}
|
|
990
|
+
],
|
|
991
|
+
"optional": false,
|
|
992
|
+
"required": false
|
|
993
|
+
},
|
|
994
|
+
{
|
|
995
|
+
"name": "icon",
|
|
996
|
+
"type": "string",
|
|
997
|
+
"complexType": {
|
|
998
|
+
"original": "string",
|
|
999
|
+
"resolved": "string",
|
|
1000
|
+
"references": {}
|
|
1001
|
+
},
|
|
1002
|
+
"mutable": false,
|
|
1003
|
+
"attr": "icon",
|
|
1004
|
+
"reflectToAttr": false,
|
|
1005
|
+
"docs": "Defines the icon `name` inside the card.\n<span className=\"banner banner-sm banner-info\">If not set the icon will not show up.</span>",
|
|
1006
|
+
"docsTags": [],
|
|
1007
|
+
"default": "null",
|
|
1008
|
+
"values": [
|
|
1009
|
+
{
|
|
1010
|
+
"type": "string"
|
|
1011
|
+
}
|
|
1012
|
+
],
|
|
1013
|
+
"optional": false,
|
|
1014
|
+
"required": false
|
|
1015
|
+
},
|
|
1016
|
+
{
|
|
1017
|
+
"name": "label",
|
|
1018
|
+
"type": "string",
|
|
1019
|
+
"complexType": {
|
|
1020
|
+
"original": "string",
|
|
1021
|
+
"resolved": "string",
|
|
1022
|
+
"references": {}
|
|
1023
|
+
},
|
|
1024
|
+
"mutable": false,
|
|
1025
|
+
"attr": "label",
|
|
1026
|
+
"reflectToAttr": false,
|
|
1027
|
+
"docs": "Defines the text in the control-label.",
|
|
1028
|
+
"docsTags": [],
|
|
1029
|
+
"values": [
|
|
1030
|
+
{
|
|
1031
|
+
"type": "string"
|
|
714
1032
|
}
|
|
715
1033
|
],
|
|
716
1034
|
"optional": false,
|
|
@@ -727,7 +1045,7 @@
|
|
|
727
1045
|
"mutable": false,
|
|
728
1046
|
"attr": "name",
|
|
729
1047
|
"reflectToAttr": false,
|
|
730
|
-
"docs": "Defines the `name` attribute of the control.\n<span className=\"
|
|
1048
|
+
"docs": "Defines the `name` attribute of the control.\n<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>\n<span className=\"banner banner-sm banner-info\">This is a required property, when the control is used with type `radio`.</span>",
|
|
731
1049
|
"docsTags": [],
|
|
732
1050
|
"default": "null",
|
|
733
1051
|
"values": [
|
|
@@ -802,7 +1120,7 @@
|
|
|
802
1120
|
"mutable": false,
|
|
803
1121
|
"attr": "value",
|
|
804
1122
|
"reflectToAttr": false,
|
|
805
|
-
"docs": "Defines the `value` attribute of the control. <span className=\"
|
|
1123
|
+
"docs": "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>",
|
|
806
1124
|
"docsTags": [],
|
|
807
1125
|
"default": "null",
|
|
808
1126
|
"values": [
|
|
@@ -872,7 +1190,7 @@
|
|
|
872
1190
|
},
|
|
873
1191
|
"cancelable": true,
|
|
874
1192
|
"composed": true,
|
|
875
|
-
"docs": "An event emitted whenever the components checked state is toggled.\nThe event payload (emitted under `event.detail.state`) is a boolean: `true` if the component is checked, `false` if it is unchecked.\n<span className=\"
|
|
1193
|
+
"docs": "An event emitted whenever the components checked state is toggled.\nThe event payload (emitted under `event.detail.state`) is a boolean: `true` if the component is checked, `false` if it is unchecked.\n<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>",
|
|
876
1194
|
"docsTags": []
|
|
877
1195
|
},
|
|
878
1196
|
{
|
|
@@ -895,11 +1213,11 @@
|
|
|
895
1213
|
"slots": [
|
|
896
1214
|
{
|
|
897
1215
|
"name": "default",
|
|
898
|
-
"docs": "Content to place into the `default` slot.<p>Markup accepted: <a href=\"https://developer.mozilla.org/en-US/docs/Glossary/Block-level_contentt\">block content</a>.<p className=\"
|
|
1216
|
+
"docs": "Content to place into the `default` slot.<p>Markup accepted: <a href=\"https://developer.mozilla.org/en-US/docs/Glossary/Block-level_contentt\">block content</a>.<p className=\"banner banner-sm banner-warning\">Even if it is generally possible, we do not recommend using interactive elements in this slot because the background of the card control is clickable.<br/>This can lead to confusion when the hit box of nested interactive controls is not clearly separated from the background, is invalid HTML and click events bubbling up to the card control will unexpectedly toggle it if they're not captured.<br/>More info: <a href=\"https://accessibilityinsights.io/info-examples/web/nested-interactive/\">https://accessibilityinsights.io/info-examples/web/nested-interactive/</a></p>"
|
|
899
1217
|
},
|
|
900
1218
|
{
|
|
901
1219
|
"name": "icon",
|
|
902
|
-
"docs": "To insert a custom icon into the named `icon` slot.<p>Markup accepted: <a href=\"https://developer.mozilla.org/en-US/docs/Glossary/Inline-level_content\">inline content</a>.<p className=\"
|
|
1220
|
+
"docs": "To insert a custom icon into the named `icon` slot.<p>Markup accepted: <a href=\"https://developer.mozilla.org/en-US/docs/Glossary/Inline-level_content\">inline content</a>.<p className=\"banner banner-sm banner-info\">It is only meant for <code>img</code> or <code>svg</code> elements and overrides the `icon` property.</p>"
|
|
903
1221
|
}
|
|
904
1222
|
],
|
|
905
1223
|
"parts": [],
|
|
@@ -913,6 +1231,41 @@
|
|
|
913
1231
|
]
|
|
914
1232
|
}
|
|
915
1233
|
},
|
|
1234
|
+
{
|
|
1235
|
+
"filePath": "src/components/post-closebutton/post-closebutton.tsx",
|
|
1236
|
+
"encapsulation": "none",
|
|
1237
|
+
"tag": "post-closebutton",
|
|
1238
|
+
"readme": "# post-closebutton\n\n\n",
|
|
1239
|
+
"docs": "",
|
|
1240
|
+
"docsTags": [
|
|
1241
|
+
{
|
|
1242
|
+
"name": "slot",
|
|
1243
|
+
"text": "default - Slot for placing visually hidden label in the close button."
|
|
1244
|
+
}
|
|
1245
|
+
],
|
|
1246
|
+
"usage": {},
|
|
1247
|
+
"props": [],
|
|
1248
|
+
"methods": [],
|
|
1249
|
+
"events": [],
|
|
1250
|
+
"listeners": [],
|
|
1251
|
+
"styles": [],
|
|
1252
|
+
"slots": [
|
|
1253
|
+
{
|
|
1254
|
+
"name": "default",
|
|
1255
|
+
"docs": "Slot for placing visually hidden label in the close button."
|
|
1256
|
+
}
|
|
1257
|
+
],
|
|
1258
|
+
"parts": [],
|
|
1259
|
+
"dependents": [],
|
|
1260
|
+
"dependencies": [
|
|
1261
|
+
"post-icon"
|
|
1262
|
+
],
|
|
1263
|
+
"dependencyGraph": {
|
|
1264
|
+
"post-closebutton": [
|
|
1265
|
+
"post-icon"
|
|
1266
|
+
]
|
|
1267
|
+
}
|
|
1268
|
+
},
|
|
916
1269
|
{
|
|
917
1270
|
"filePath": "src/components/post-collapsible/post-collapsible.tsx",
|
|
918
1271
|
"encapsulation": "shadow",
|
|
@@ -1092,15 +1445,229 @@
|
|
|
1092
1445
|
}
|
|
1093
1446
|
},
|
|
1094
1447
|
{
|
|
1095
|
-
"filePath": "src/components/post-
|
|
1448
|
+
"filePath": "src/components/post-footer/post-footer.tsx",
|
|
1096
1449
|
"encapsulation": "shadow",
|
|
1097
|
-
"tag": "post-
|
|
1098
|
-
"readme": "# post-
|
|
1099
|
-
"docs": "
|
|
1450
|
+
"tag": "post-footer",
|
|
1451
|
+
"readme": "# post-footer\n\n\n",
|
|
1452
|
+
"docs": "",
|
|
1100
1453
|
"docsTags": [
|
|
1101
1454
|
{
|
|
1102
|
-
"name": "
|
|
1103
|
-
"text": "
|
|
1455
|
+
"name": "slot",
|
|
1456
|
+
"text": "grid-{1|2|3|4}-title - Slot for the accordion headers (mobile)."
|
|
1457
|
+
},
|
|
1458
|
+
{
|
|
1459
|
+
"name": "slot",
|
|
1460
|
+
"text": "grid-{1|2|3|4} - Slot for the accordion bodies (mobile) and the grid cells (tablet, desktop)."
|
|
1461
|
+
},
|
|
1462
|
+
{
|
|
1463
|
+
"name": "slot",
|
|
1464
|
+
"text": "socialmedia - Slot for the social media links."
|
|
1465
|
+
},
|
|
1466
|
+
{
|
|
1467
|
+
"name": "slot",
|
|
1468
|
+
"text": "app - Slot for the app links."
|
|
1469
|
+
},
|
|
1470
|
+
{
|
|
1471
|
+
"name": "slot",
|
|
1472
|
+
"text": "businesssectors - Slot for the business sectors links."
|
|
1473
|
+
},
|
|
1474
|
+
{
|
|
1475
|
+
"name": "slot",
|
|
1476
|
+
"text": "meta - Slot for the meta links."
|
|
1477
|
+
},
|
|
1478
|
+
{
|
|
1479
|
+
"name": "slot",
|
|
1480
|
+
"text": "copyright - Slot for the copyright text."
|
|
1481
|
+
}
|
|
1482
|
+
],
|
|
1483
|
+
"usage": {},
|
|
1484
|
+
"props": [
|
|
1485
|
+
{
|
|
1486
|
+
"name": "label",
|
|
1487
|
+
"type": "string",
|
|
1488
|
+
"complexType": {
|
|
1489
|
+
"original": "string",
|
|
1490
|
+
"resolved": "string",
|
|
1491
|
+
"references": {}
|
|
1492
|
+
},
|
|
1493
|
+
"mutable": false,
|
|
1494
|
+
"attr": "label",
|
|
1495
|
+
"reflectToAttr": false,
|
|
1496
|
+
"docs": "The label to add to the footer (visually hidden).",
|
|
1497
|
+
"docsTags": [],
|
|
1498
|
+
"values": [
|
|
1499
|
+
{
|
|
1500
|
+
"type": "string"
|
|
1501
|
+
}
|
|
1502
|
+
],
|
|
1503
|
+
"optional": false,
|
|
1504
|
+
"required": true
|
|
1505
|
+
}
|
|
1506
|
+
],
|
|
1507
|
+
"methods": [],
|
|
1508
|
+
"events": [],
|
|
1509
|
+
"listeners": [],
|
|
1510
|
+
"styles": [],
|
|
1511
|
+
"slots": [
|
|
1512
|
+
{
|
|
1513
|
+
"name": "app",
|
|
1514
|
+
"docs": "Slot for the app links."
|
|
1515
|
+
},
|
|
1516
|
+
{
|
|
1517
|
+
"name": "businesssectors",
|
|
1518
|
+
"docs": "Slot for the business sectors links."
|
|
1519
|
+
},
|
|
1520
|
+
{
|
|
1521
|
+
"name": "copyright",
|
|
1522
|
+
"docs": "Slot for the copyright text."
|
|
1523
|
+
},
|
|
1524
|
+
{
|
|
1525
|
+
"name": "grid-{1|2|3|4}",
|
|
1526
|
+
"docs": "Slot for the accordion bodies (mobile) and the grid cells (tablet, desktop)."
|
|
1527
|
+
},
|
|
1528
|
+
{
|
|
1529
|
+
"name": "grid-{1|2|3|4}-title",
|
|
1530
|
+
"docs": "Slot for the accordion headers (mobile)."
|
|
1531
|
+
},
|
|
1532
|
+
{
|
|
1533
|
+
"name": "meta",
|
|
1534
|
+
"docs": "Slot for the meta links."
|
|
1535
|
+
},
|
|
1536
|
+
{
|
|
1537
|
+
"name": "socialmedia",
|
|
1538
|
+
"docs": "Slot for the social media links."
|
|
1539
|
+
}
|
|
1540
|
+
],
|
|
1541
|
+
"parts": [],
|
|
1542
|
+
"dependents": [],
|
|
1543
|
+
"dependencies": [
|
|
1544
|
+
"post-accordion-item"
|
|
1545
|
+
],
|
|
1546
|
+
"dependencyGraph": {
|
|
1547
|
+
"post-footer": [
|
|
1548
|
+
"post-accordion-item"
|
|
1549
|
+
],
|
|
1550
|
+
"post-accordion-item": [
|
|
1551
|
+
"post-collapsible-trigger",
|
|
1552
|
+
"post-icon",
|
|
1553
|
+
"post-collapsible"
|
|
1554
|
+
]
|
|
1555
|
+
}
|
|
1556
|
+
},
|
|
1557
|
+
{
|
|
1558
|
+
"filePath": "src/components/post-header/post-header.tsx",
|
|
1559
|
+
"encapsulation": "shadow",
|
|
1560
|
+
"tag": "post-header",
|
|
1561
|
+
"readme": "# post-header\n\n\n",
|
|
1562
|
+
"docs": "",
|
|
1563
|
+
"docsTags": [
|
|
1564
|
+
{
|
|
1565
|
+
"name": "slot",
|
|
1566
|
+
"text": "post-logo - Should be used together with the `<post-logo>` component."
|
|
1567
|
+
},
|
|
1568
|
+
{
|
|
1569
|
+
"name": "slot",
|
|
1570
|
+
"text": "meta-navigation - Holds an `<ul>` with meta navigation links."
|
|
1571
|
+
},
|
|
1572
|
+
{
|
|
1573
|
+
"name": "slot",
|
|
1574
|
+
"text": "post-togglebutton - Holds the mobile menu toggler."
|
|
1575
|
+
},
|
|
1576
|
+
{
|
|
1577
|
+
"name": "slot",
|
|
1578
|
+
"text": "post-language-switch - Should be used with the `<post-language-switch>` component."
|
|
1579
|
+
},
|
|
1580
|
+
{
|
|
1581
|
+
"name": "slot",
|
|
1582
|
+
"text": "title - Holds the application title."
|
|
1583
|
+
},
|
|
1584
|
+
{
|
|
1585
|
+
"name": "slot",
|
|
1586
|
+
"text": "default - Custom controls or content, right aligned in the local header."
|
|
1587
|
+
},
|
|
1588
|
+
{
|
|
1589
|
+
"name": "slot",
|
|
1590
|
+
"text": "post-mainnavigation - Has a default slot because it's only meant to be used in the `<post-header>`."
|
|
1591
|
+
}
|
|
1592
|
+
],
|
|
1593
|
+
"usage": {},
|
|
1594
|
+
"props": [],
|
|
1595
|
+
"methods": [
|
|
1596
|
+
{
|
|
1597
|
+
"name": "toggleMobileMenu",
|
|
1598
|
+
"returns": {
|
|
1599
|
+
"type": "Promise<void>",
|
|
1600
|
+
"docs": ""
|
|
1601
|
+
},
|
|
1602
|
+
"complexType": {
|
|
1603
|
+
"signature": "() => Promise<void>",
|
|
1604
|
+
"parameters": [],
|
|
1605
|
+
"references": {
|
|
1606
|
+
"Promise": {
|
|
1607
|
+
"location": "global",
|
|
1608
|
+
"id": "global::Promise"
|
|
1609
|
+
},
|
|
1610
|
+
"HTMLPostTogglebuttonElement": {
|
|
1611
|
+
"location": "global",
|
|
1612
|
+
"id": "global::HTMLPostTogglebuttonElement"
|
|
1613
|
+
}
|
|
1614
|
+
},
|
|
1615
|
+
"return": "Promise<void>"
|
|
1616
|
+
},
|
|
1617
|
+
"signature": "toggleMobileMenu() => Promise<void>",
|
|
1618
|
+
"parameters": [],
|
|
1619
|
+
"docs": "Toggles the mobile navigation.",
|
|
1620
|
+
"docsTags": []
|
|
1621
|
+
}
|
|
1622
|
+
],
|
|
1623
|
+
"events": [],
|
|
1624
|
+
"listeners": [],
|
|
1625
|
+
"styles": [],
|
|
1626
|
+
"slots": [
|
|
1627
|
+
{
|
|
1628
|
+
"name": "default",
|
|
1629
|
+
"docs": "Custom controls or content, right aligned in the local header."
|
|
1630
|
+
},
|
|
1631
|
+
{
|
|
1632
|
+
"name": "meta-navigation",
|
|
1633
|
+
"docs": "Holds an `<ul>` with meta navigation links."
|
|
1634
|
+
},
|
|
1635
|
+
{
|
|
1636
|
+
"name": "post-language-switch",
|
|
1637
|
+
"docs": "Should be used with the `<post-language-switch>` component."
|
|
1638
|
+
},
|
|
1639
|
+
{
|
|
1640
|
+
"name": "post-logo",
|
|
1641
|
+
"docs": "Should be used together with the `<post-logo>` component."
|
|
1642
|
+
},
|
|
1643
|
+
{
|
|
1644
|
+
"name": "post-mainnavigation",
|
|
1645
|
+
"docs": "Has a default slot because it's only meant to be used in the `<post-header>`."
|
|
1646
|
+
},
|
|
1647
|
+
{
|
|
1648
|
+
"name": "post-togglebutton",
|
|
1649
|
+
"docs": "Holds the mobile menu toggler."
|
|
1650
|
+
},
|
|
1651
|
+
{
|
|
1652
|
+
"name": "title",
|
|
1653
|
+
"docs": "Holds the application title."
|
|
1654
|
+
}
|
|
1655
|
+
],
|
|
1656
|
+
"parts": [],
|
|
1657
|
+
"dependents": [],
|
|
1658
|
+
"dependencies": [],
|
|
1659
|
+
"dependencyGraph": {}
|
|
1660
|
+
},
|
|
1661
|
+
{
|
|
1662
|
+
"filePath": "src/components/post-icon/post-icon.tsx",
|
|
1663
|
+
"encapsulation": "shadow",
|
|
1664
|
+
"tag": "post-icon",
|
|
1665
|
+
"readme": "# post-icon\n\nsome content\n",
|
|
1666
|
+
"docs": "some content",
|
|
1667
|
+
"docsTags": [
|
|
1668
|
+
{
|
|
1669
|
+
"name": "class",
|
|
1670
|
+
"text": "PostIcon - representing a stencil component"
|
|
1104
1671
|
}
|
|
1105
1672
|
],
|
|
1106
1673
|
"usage": {},
|
|
@@ -1234,57 +1801,1009 @@
|
|
|
1234
1801
|
"docsTags": [],
|
|
1235
1802
|
"values": [
|
|
1236
1803
|
{
|
|
1237
|
-
"type": "string"
|
|
1804
|
+
"type": "string"
|
|
1805
|
+
}
|
|
1806
|
+
],
|
|
1807
|
+
"optional": false,
|
|
1808
|
+
"required": true
|
|
1809
|
+
},
|
|
1810
|
+
{
|
|
1811
|
+
"name": "rotate",
|
|
1812
|
+
"type": "number",
|
|
1813
|
+
"complexType": {
|
|
1814
|
+
"original": "number | null",
|
|
1815
|
+
"resolved": "number",
|
|
1816
|
+
"references": {}
|
|
1817
|
+
},
|
|
1818
|
+
"mutable": false,
|
|
1819
|
+
"attr": "rotate",
|
|
1820
|
+
"reflectToAttr": false,
|
|
1821
|
+
"docs": "The number of degree for the css rotate transformation.",
|
|
1822
|
+
"docsTags": [],
|
|
1823
|
+
"default": "null",
|
|
1824
|
+
"values": [
|
|
1825
|
+
{
|
|
1826
|
+
"type": "number"
|
|
1827
|
+
}
|
|
1828
|
+
],
|
|
1829
|
+
"optional": true,
|
|
1830
|
+
"required": false
|
|
1831
|
+
},
|
|
1832
|
+
{
|
|
1833
|
+
"name": "scale",
|
|
1834
|
+
"type": "number",
|
|
1835
|
+
"complexType": {
|
|
1836
|
+
"original": "number | null",
|
|
1837
|
+
"resolved": "number",
|
|
1838
|
+
"references": {}
|
|
1839
|
+
},
|
|
1840
|
+
"mutable": false,
|
|
1841
|
+
"attr": "scale",
|
|
1842
|
+
"reflectToAttr": false,
|
|
1843
|
+
"docs": "The number for the css scale transformation.",
|
|
1844
|
+
"docsTags": [],
|
|
1845
|
+
"default": "null",
|
|
1846
|
+
"values": [
|
|
1847
|
+
{
|
|
1848
|
+
"type": "number"
|
|
1849
|
+
}
|
|
1850
|
+
],
|
|
1851
|
+
"optional": true,
|
|
1852
|
+
"required": false
|
|
1853
|
+
}
|
|
1854
|
+
],
|
|
1855
|
+
"methods": [],
|
|
1856
|
+
"events": [],
|
|
1857
|
+
"listeners": [],
|
|
1858
|
+
"styles": [],
|
|
1859
|
+
"slots": [],
|
|
1860
|
+
"parts": [],
|
|
1861
|
+
"dependents": [
|
|
1862
|
+
"post-accordion-item",
|
|
1863
|
+
"post-back-to-top",
|
|
1864
|
+
"post-banner",
|
|
1865
|
+
"post-breadcrumb",
|
|
1866
|
+
"post-breadcrumb-item",
|
|
1867
|
+
"post-card-control",
|
|
1868
|
+
"post-closebutton",
|
|
1869
|
+
"post-language-switch",
|
|
1870
|
+
"post-rating",
|
|
1871
|
+
"post-tag"
|
|
1872
|
+
],
|
|
1873
|
+
"dependencies": [],
|
|
1874
|
+
"dependencyGraph": {
|
|
1875
|
+
"post-accordion-item": [
|
|
1876
|
+
"post-icon"
|
|
1877
|
+
],
|
|
1878
|
+
"post-back-to-top": [
|
|
1879
|
+
"post-icon"
|
|
1880
|
+
],
|
|
1881
|
+
"post-banner": [
|
|
1882
|
+
"post-icon"
|
|
1883
|
+
],
|
|
1884
|
+
"post-breadcrumb": [
|
|
1885
|
+
"post-icon"
|
|
1886
|
+
],
|
|
1887
|
+
"post-breadcrumb-item": [
|
|
1888
|
+
"post-icon"
|
|
1889
|
+
],
|
|
1890
|
+
"post-card-control": [
|
|
1891
|
+
"post-icon"
|
|
1892
|
+
],
|
|
1893
|
+
"post-closebutton": [
|
|
1894
|
+
"post-icon"
|
|
1895
|
+
],
|
|
1896
|
+
"post-language-switch": [
|
|
1897
|
+
"post-icon"
|
|
1898
|
+
],
|
|
1899
|
+
"post-rating": [
|
|
1900
|
+
"post-icon"
|
|
1901
|
+
],
|
|
1902
|
+
"post-tag": [
|
|
1903
|
+
"post-icon"
|
|
1904
|
+
]
|
|
1905
|
+
}
|
|
1906
|
+
},
|
|
1907
|
+
{
|
|
1908
|
+
"filePath": "src/components/post-language-option/post-language-option.tsx",
|
|
1909
|
+
"encapsulation": "none",
|
|
1910
|
+
"tag": "post-language-option",
|
|
1911
|
+
"readme": "# post-language-option\n\n\n",
|
|
1912
|
+
"docs": "",
|
|
1913
|
+
"docsTags": [
|
|
1914
|
+
{
|
|
1915
|
+
"name": "slot",
|
|
1916
|
+
"text": "default - Slot for placing the content inside the anchor or button."
|
|
1917
|
+
}
|
|
1918
|
+
],
|
|
1919
|
+
"usage": {},
|
|
1920
|
+
"props": [
|
|
1921
|
+
{
|
|
1922
|
+
"name": "active",
|
|
1923
|
+
"type": "boolean",
|
|
1924
|
+
"complexType": {
|
|
1925
|
+
"original": "boolean",
|
|
1926
|
+
"resolved": "boolean",
|
|
1927
|
+
"references": {}
|
|
1928
|
+
},
|
|
1929
|
+
"mutable": true,
|
|
1930
|
+
"attr": "active",
|
|
1931
|
+
"reflectToAttr": true,
|
|
1932
|
+
"docs": "If set to `true`, the language option is considered the current language for the page.",
|
|
1933
|
+
"docsTags": [],
|
|
1934
|
+
"values": [
|
|
1935
|
+
{
|
|
1936
|
+
"type": "boolean"
|
|
1937
|
+
}
|
|
1938
|
+
],
|
|
1939
|
+
"optional": false,
|
|
1940
|
+
"required": false
|
|
1941
|
+
},
|
|
1942
|
+
{
|
|
1943
|
+
"name": "code",
|
|
1944
|
+
"type": "string",
|
|
1945
|
+
"complexType": {
|
|
1946
|
+
"original": "string",
|
|
1947
|
+
"resolved": "string",
|
|
1948
|
+
"references": {}
|
|
1949
|
+
},
|
|
1950
|
+
"mutable": false,
|
|
1951
|
+
"attr": "code",
|
|
1952
|
+
"reflectToAttr": false,
|
|
1953
|
+
"docs": "The ISO 639 language code, formatted according to [RFC 5646 (also known as BCP 47)](https://datatracker.ietf.org/doc/html/rfc5646). For example, \"de\".",
|
|
1954
|
+
"docsTags": [],
|
|
1955
|
+
"values": [
|
|
1956
|
+
{
|
|
1957
|
+
"type": "string"
|
|
1958
|
+
}
|
|
1959
|
+
],
|
|
1960
|
+
"optional": false,
|
|
1961
|
+
"required": true
|
|
1962
|
+
},
|
|
1963
|
+
{
|
|
1964
|
+
"name": "name",
|
|
1965
|
+
"type": "string",
|
|
1966
|
+
"complexType": {
|
|
1967
|
+
"original": "string",
|
|
1968
|
+
"resolved": "string",
|
|
1969
|
+
"references": {}
|
|
1970
|
+
},
|
|
1971
|
+
"mutable": false,
|
|
1972
|
+
"attr": "name",
|
|
1973
|
+
"reflectToAttr": false,
|
|
1974
|
+
"docs": "The full name of the language. For example, \"Deutsch\".",
|
|
1975
|
+
"docsTags": [],
|
|
1976
|
+
"values": [
|
|
1977
|
+
{
|
|
1978
|
+
"type": "string"
|
|
1979
|
+
}
|
|
1980
|
+
],
|
|
1981
|
+
"optional": false,
|
|
1982
|
+
"required": false
|
|
1983
|
+
},
|
|
1984
|
+
{
|
|
1985
|
+
"name": "url",
|
|
1986
|
+
"type": "string",
|
|
1987
|
+
"complexType": {
|
|
1988
|
+
"original": "string",
|
|
1989
|
+
"resolved": "string",
|
|
1990
|
+
"references": {}
|
|
1991
|
+
},
|
|
1992
|
+
"mutable": false,
|
|
1993
|
+
"attr": "url",
|
|
1994
|
+
"reflectToAttr": false,
|
|
1995
|
+
"docs": "The URL used for the href attribute of the internal anchor.\nThis field is optional; if not provided, a button will be used internally instead of an anchor.",
|
|
1996
|
+
"docsTags": [],
|
|
1997
|
+
"values": [
|
|
1998
|
+
{
|
|
1999
|
+
"type": "string"
|
|
2000
|
+
}
|
|
2001
|
+
],
|
|
2002
|
+
"optional": false,
|
|
2003
|
+
"required": false
|
|
2004
|
+
},
|
|
2005
|
+
{
|
|
2006
|
+
"name": "variant",
|
|
2007
|
+
"type": "\"list\" | \"menu\"",
|
|
2008
|
+
"complexType": {
|
|
2009
|
+
"original": "SwitchVariant | null",
|
|
2010
|
+
"resolved": "\"list\" | \"menu\"",
|
|
2011
|
+
"references": {
|
|
2012
|
+
"SwitchVariant": {
|
|
2013
|
+
"location": "import",
|
|
2014
|
+
"path": "../post-language-switch/switch-variants",
|
|
2015
|
+
"id": "src/components/post-language-switch/switch-variants.ts::SwitchVariant"
|
|
2016
|
+
}
|
|
2017
|
+
}
|
|
2018
|
+
},
|
|
2019
|
+
"mutable": false,
|
|
2020
|
+
"attr": "variant",
|
|
2021
|
+
"reflectToAttr": false,
|
|
2022
|
+
"docs": "The variant of the post-language-switch parent (dynamically set by the parent)",
|
|
2023
|
+
"docsTags": [],
|
|
2024
|
+
"values": [
|
|
2025
|
+
{
|
|
2026
|
+
"value": "list",
|
|
2027
|
+
"type": "string"
|
|
2028
|
+
},
|
|
2029
|
+
{
|
|
2030
|
+
"value": "menu",
|
|
2031
|
+
"type": "string"
|
|
2032
|
+
}
|
|
2033
|
+
],
|
|
2034
|
+
"optional": true,
|
|
2035
|
+
"required": false
|
|
2036
|
+
}
|
|
2037
|
+
],
|
|
2038
|
+
"methods": [
|
|
2039
|
+
{
|
|
2040
|
+
"name": "select",
|
|
2041
|
+
"returns": {
|
|
2042
|
+
"type": "Promise<void>",
|
|
2043
|
+
"docs": ""
|
|
2044
|
+
},
|
|
2045
|
+
"complexType": {
|
|
2046
|
+
"signature": "() => Promise<void>",
|
|
2047
|
+
"parameters": [],
|
|
2048
|
+
"references": {
|
|
2049
|
+
"Promise": {
|
|
2050
|
+
"location": "global",
|
|
2051
|
+
"id": "global::Promise"
|
|
2052
|
+
}
|
|
2053
|
+
},
|
|
2054
|
+
"return": "Promise<void>"
|
|
2055
|
+
},
|
|
2056
|
+
"signature": "select() => Promise<void>",
|
|
2057
|
+
"parameters": [],
|
|
2058
|
+
"docs": "Selects the language option programmatically.",
|
|
2059
|
+
"docsTags": []
|
|
2060
|
+
}
|
|
2061
|
+
],
|
|
2062
|
+
"events": [
|
|
2063
|
+
{
|
|
2064
|
+
"event": "postChange",
|
|
2065
|
+
"detail": "string",
|
|
2066
|
+
"bubbles": true,
|
|
2067
|
+
"complexType": {
|
|
2068
|
+
"original": "string",
|
|
2069
|
+
"resolved": "string",
|
|
2070
|
+
"references": {}
|
|
2071
|
+
},
|
|
2072
|
+
"cancelable": true,
|
|
2073
|
+
"composed": true,
|
|
2074
|
+
"docs": "An event emitted when the language option is clicked. The payload is the ISO 639 code of the language.",
|
|
2075
|
+
"docsTags": []
|
|
2076
|
+
}
|
|
2077
|
+
],
|
|
2078
|
+
"listeners": [],
|
|
2079
|
+
"styles": [],
|
|
2080
|
+
"slots": [
|
|
2081
|
+
{
|
|
2082
|
+
"name": "default",
|
|
2083
|
+
"docs": "Slot for placing the content inside the anchor or button."
|
|
2084
|
+
}
|
|
2085
|
+
],
|
|
2086
|
+
"parts": [],
|
|
2087
|
+
"dependents": [],
|
|
2088
|
+
"dependencies": [],
|
|
2089
|
+
"dependencyGraph": {}
|
|
2090
|
+
},
|
|
2091
|
+
{
|
|
2092
|
+
"filePath": "src/components/post-language-switch/post-language-switch.tsx",
|
|
2093
|
+
"encapsulation": "shadow",
|
|
2094
|
+
"tag": "post-language-switch",
|
|
2095
|
+
"readme": "# post-language-switch\n",
|
|
2096
|
+
"docs": "",
|
|
2097
|
+
"docsTags": [],
|
|
2098
|
+
"usage": {},
|
|
2099
|
+
"props": [
|
|
2100
|
+
{
|
|
2101
|
+
"name": "caption",
|
|
2102
|
+
"type": "string",
|
|
2103
|
+
"complexType": {
|
|
2104
|
+
"original": "string",
|
|
2105
|
+
"resolved": "string",
|
|
2106
|
+
"references": {}
|
|
2107
|
+
},
|
|
2108
|
+
"mutable": false,
|
|
2109
|
+
"attr": "caption",
|
|
2110
|
+
"reflectToAttr": false,
|
|
2111
|
+
"docs": "A title for the list of language options",
|
|
2112
|
+
"docsTags": [],
|
|
2113
|
+
"values": [
|
|
2114
|
+
{
|
|
2115
|
+
"type": "string"
|
|
2116
|
+
}
|
|
2117
|
+
],
|
|
2118
|
+
"optional": false,
|
|
2119
|
+
"required": false
|
|
2120
|
+
},
|
|
2121
|
+
{
|
|
2122
|
+
"name": "description",
|
|
2123
|
+
"type": "string",
|
|
2124
|
+
"complexType": {
|
|
2125
|
+
"original": "string",
|
|
2126
|
+
"resolved": "string",
|
|
2127
|
+
"references": {}
|
|
2128
|
+
},
|
|
2129
|
+
"mutable": false,
|
|
2130
|
+
"attr": "description",
|
|
2131
|
+
"reflectToAttr": false,
|
|
2132
|
+
"docs": "A descriptive text for the list of language options",
|
|
2133
|
+
"docsTags": [],
|
|
2134
|
+
"values": [
|
|
2135
|
+
{
|
|
2136
|
+
"type": "string"
|
|
2137
|
+
}
|
|
2138
|
+
],
|
|
2139
|
+
"optional": false,
|
|
2140
|
+
"required": false
|
|
2141
|
+
},
|
|
2142
|
+
{
|
|
2143
|
+
"name": "variant",
|
|
2144
|
+
"type": "\"list\" | \"menu\"",
|
|
2145
|
+
"complexType": {
|
|
2146
|
+
"original": "SwitchVariant",
|
|
2147
|
+
"resolved": "\"list\" | \"menu\"",
|
|
2148
|
+
"references": {
|
|
2149
|
+
"SwitchVariant": {
|
|
2150
|
+
"location": "import",
|
|
2151
|
+
"path": "./switch-variants",
|
|
2152
|
+
"id": "src/components/post-language-switch/switch-variants.ts::SwitchVariant"
|
|
2153
|
+
}
|
|
2154
|
+
}
|
|
2155
|
+
},
|
|
2156
|
+
"mutable": false,
|
|
2157
|
+
"attr": "variant",
|
|
2158
|
+
"reflectToAttr": false,
|
|
2159
|
+
"docs": "Variant that determines the rendering of the language switch either as a list (used on mobile in the header) or a dropdown (used on desktop in the header)",
|
|
2160
|
+
"docsTags": [],
|
|
2161
|
+
"default": "'list'",
|
|
2162
|
+
"values": [
|
|
2163
|
+
{
|
|
2164
|
+
"value": "list",
|
|
2165
|
+
"type": "string"
|
|
2166
|
+
},
|
|
2167
|
+
{
|
|
2168
|
+
"value": "menu",
|
|
2169
|
+
"type": "string"
|
|
2170
|
+
}
|
|
2171
|
+
],
|
|
2172
|
+
"optional": false,
|
|
2173
|
+
"required": false
|
|
2174
|
+
}
|
|
2175
|
+
],
|
|
2176
|
+
"methods": [],
|
|
2177
|
+
"events": [],
|
|
2178
|
+
"listeners": [],
|
|
2179
|
+
"styles": [],
|
|
2180
|
+
"slots": [],
|
|
2181
|
+
"parts": [],
|
|
2182
|
+
"dependents": [],
|
|
2183
|
+
"dependencies": [
|
|
2184
|
+
"post-menu-trigger",
|
|
2185
|
+
"post-icon",
|
|
2186
|
+
"post-menu"
|
|
2187
|
+
],
|
|
2188
|
+
"dependencyGraph": {
|
|
2189
|
+
"post-language-switch": [
|
|
2190
|
+
"post-menu-trigger",
|
|
2191
|
+
"post-icon",
|
|
2192
|
+
"post-menu"
|
|
2193
|
+
],
|
|
2194
|
+
"post-menu": [
|
|
2195
|
+
"post-popovercontainer"
|
|
2196
|
+
]
|
|
2197
|
+
}
|
|
2198
|
+
},
|
|
2199
|
+
{
|
|
2200
|
+
"filePath": "src/components/post-list/post-list.tsx",
|
|
2201
|
+
"encapsulation": "none",
|
|
2202
|
+
"tag": "post-list",
|
|
2203
|
+
"readme": "# post-list\n\n\n",
|
|
2204
|
+
"docs": "",
|
|
2205
|
+
"docsTags": [
|
|
2206
|
+
{
|
|
2207
|
+
"name": "slot",
|
|
2208
|
+
"text": "default - Slot for placing the list title."
|
|
2209
|
+
},
|
|
2210
|
+
{
|
|
2211
|
+
"name": "slot",
|
|
2212
|
+
"text": "post-list-item - Slot for placing post-list-item components."
|
|
2213
|
+
}
|
|
2214
|
+
],
|
|
2215
|
+
"usage": {},
|
|
2216
|
+
"props": [
|
|
2217
|
+
{
|
|
2218
|
+
"name": "horizontal",
|
|
2219
|
+
"type": "boolean",
|
|
2220
|
+
"complexType": {
|
|
2221
|
+
"original": "boolean",
|
|
2222
|
+
"resolved": "boolean",
|
|
2223
|
+
"references": {}
|
|
2224
|
+
},
|
|
2225
|
+
"mutable": false,
|
|
2226
|
+
"attr": "horizontal",
|
|
2227
|
+
"reflectToAttr": true,
|
|
2228
|
+
"docs": "The list can become horizontal by setting `horizontal=\"true\"` or just `horizontal`",
|
|
2229
|
+
"docsTags": [],
|
|
2230
|
+
"default": "false",
|
|
2231
|
+
"values": [
|
|
2232
|
+
{
|
|
2233
|
+
"type": "boolean"
|
|
2234
|
+
}
|
|
2235
|
+
],
|
|
2236
|
+
"optional": false,
|
|
2237
|
+
"required": false
|
|
2238
|
+
},
|
|
2239
|
+
{
|
|
2240
|
+
"name": "titleHidden",
|
|
2241
|
+
"type": "boolean",
|
|
2242
|
+
"complexType": {
|
|
2243
|
+
"original": "boolean",
|
|
2244
|
+
"resolved": "boolean",
|
|
2245
|
+
"references": {}
|
|
2246
|
+
},
|
|
2247
|
+
"mutable": false,
|
|
2248
|
+
"attr": "title-hidden",
|
|
2249
|
+
"reflectToAttr": false,
|
|
2250
|
+
"docs": "If `true`, the list title will be hidden. Otherwise, it will be displayed.`",
|
|
2251
|
+
"docsTags": [],
|
|
2252
|
+
"default": "false",
|
|
2253
|
+
"values": [
|
|
2254
|
+
{
|
|
2255
|
+
"type": "boolean"
|
|
2256
|
+
}
|
|
2257
|
+
],
|
|
2258
|
+
"optional": false,
|
|
2259
|
+
"required": false
|
|
2260
|
+
}
|
|
2261
|
+
],
|
|
2262
|
+
"methods": [],
|
|
2263
|
+
"events": [],
|
|
2264
|
+
"listeners": [],
|
|
2265
|
+
"styles": [],
|
|
2266
|
+
"slots": [
|
|
2267
|
+
{
|
|
2268
|
+
"name": "default",
|
|
2269
|
+
"docs": "Slot for placing the list title."
|
|
2270
|
+
},
|
|
2271
|
+
{
|
|
2272
|
+
"name": "post-list-item",
|
|
2273
|
+
"docs": "Slot for placing post-list-item components."
|
|
2274
|
+
}
|
|
2275
|
+
],
|
|
2276
|
+
"parts": [],
|
|
2277
|
+
"dependents": [],
|
|
2278
|
+
"dependencies": [],
|
|
2279
|
+
"dependencyGraph": {}
|
|
2280
|
+
},
|
|
2281
|
+
{
|
|
2282
|
+
"filePath": "src/components/post-list-item/post-list-item.tsx",
|
|
2283
|
+
"encapsulation": "shadow",
|
|
2284
|
+
"tag": "post-list-item",
|
|
2285
|
+
"readme": "# post-list-item\n\n\n",
|
|
2286
|
+
"docs": "",
|
|
2287
|
+
"docsTags": [
|
|
2288
|
+
{
|
|
2289
|
+
"name": "slot",
|
|
2290
|
+
"text": "default- Slot for placing the content of the list item."
|
|
2291
|
+
}
|
|
2292
|
+
],
|
|
2293
|
+
"usage": {},
|
|
2294
|
+
"props": [],
|
|
2295
|
+
"methods": [],
|
|
2296
|
+
"events": [],
|
|
2297
|
+
"listeners": [],
|
|
2298
|
+
"styles": [],
|
|
2299
|
+
"slots": [
|
|
2300
|
+
{
|
|
2301
|
+
"name": "default- Slot for placing the content of the list item.",
|
|
2302
|
+
"docs": ""
|
|
2303
|
+
}
|
|
2304
|
+
],
|
|
2305
|
+
"parts": [],
|
|
2306
|
+
"dependents": [],
|
|
2307
|
+
"dependencies": [],
|
|
2308
|
+
"dependencyGraph": {}
|
|
2309
|
+
},
|
|
2310
|
+
{
|
|
2311
|
+
"filePath": "src/components/post-logo/post-logo.tsx",
|
|
2312
|
+
"encapsulation": "shadow",
|
|
2313
|
+
"tag": "post-logo",
|
|
2314
|
+
"readme": "# post-logo\n\n\n",
|
|
2315
|
+
"docs": "",
|
|
2316
|
+
"docsTags": [
|
|
2317
|
+
{
|
|
2318
|
+
"name": "slot",
|
|
2319
|
+
"text": "default - Slot for placing hidden descriptive text. If `url` is set, this text will serve as the accessible name of the link; otherwise, it will be used as the title of the SVG."
|
|
2320
|
+
}
|
|
2321
|
+
],
|
|
2322
|
+
"usage": {},
|
|
2323
|
+
"props": [
|
|
2324
|
+
{
|
|
2325
|
+
"name": "url",
|
|
2326
|
+
"type": "URL | string",
|
|
2327
|
+
"complexType": {
|
|
2328
|
+
"original": "string | URL",
|
|
2329
|
+
"resolved": "URL | string",
|
|
2330
|
+
"references": {
|
|
2331
|
+
"URL": {
|
|
2332
|
+
"location": "global",
|
|
2333
|
+
"id": "global::URL"
|
|
2334
|
+
}
|
|
2335
|
+
}
|
|
2336
|
+
},
|
|
2337
|
+
"mutable": false,
|
|
2338
|
+
"attr": "url",
|
|
2339
|
+
"reflectToAttr": false,
|
|
2340
|
+
"docs": "The URL to which the user is redirected upon clicking the logo.",
|
|
2341
|
+
"docsTags": [],
|
|
2342
|
+
"values": [
|
|
2343
|
+
{
|
|
2344
|
+
"type": "URL"
|
|
2345
|
+
},
|
|
2346
|
+
{
|
|
2347
|
+
"type": "string"
|
|
2348
|
+
}
|
|
2349
|
+
],
|
|
2350
|
+
"optional": false,
|
|
2351
|
+
"required": false
|
|
2352
|
+
}
|
|
2353
|
+
],
|
|
2354
|
+
"methods": [],
|
|
2355
|
+
"events": [],
|
|
2356
|
+
"listeners": [],
|
|
2357
|
+
"styles": [],
|
|
2358
|
+
"slots": [
|
|
2359
|
+
{
|
|
2360
|
+
"name": "default",
|
|
2361
|
+
"docs": "Slot for placing hidden descriptive text. If `url` is set, this text will serve as the accessible name of the link; otherwise, it will be used as the title of the SVG."
|
|
2362
|
+
}
|
|
2363
|
+
],
|
|
2364
|
+
"parts": [],
|
|
2365
|
+
"dependents": [],
|
|
2366
|
+
"dependencies": [],
|
|
2367
|
+
"dependencyGraph": {}
|
|
2368
|
+
},
|
|
2369
|
+
{
|
|
2370
|
+
"filePath": "src/components/post-mainnavigation/post-mainnavigation.tsx",
|
|
2371
|
+
"encapsulation": "none",
|
|
2372
|
+
"tag": "post-mainnavigation",
|
|
2373
|
+
"readme": "# post-mainnavigation\n\n\n",
|
|
2374
|
+
"docs": "",
|
|
2375
|
+
"docsTags": [],
|
|
2376
|
+
"usage": {},
|
|
2377
|
+
"props": [],
|
|
2378
|
+
"methods": [],
|
|
2379
|
+
"events": [
|
|
2380
|
+
{
|
|
2381
|
+
"event": "postToggle",
|
|
2382
|
+
"detail": "any",
|
|
2383
|
+
"bubbles": true,
|
|
2384
|
+
"complexType": {
|
|
2385
|
+
"original": "any",
|
|
2386
|
+
"resolved": "any",
|
|
2387
|
+
"references": {}
|
|
2388
|
+
},
|
|
2389
|
+
"cancelable": true,
|
|
2390
|
+
"composed": true,
|
|
2391
|
+
"docs": "Gets emitted when a user closes the main navigation on mobile",
|
|
2392
|
+
"docsTags": []
|
|
2393
|
+
}
|
|
2394
|
+
],
|
|
2395
|
+
"listeners": [],
|
|
2396
|
+
"styles": [],
|
|
2397
|
+
"slots": [],
|
|
2398
|
+
"parts": [],
|
|
2399
|
+
"dependents": [],
|
|
2400
|
+
"dependencies": [],
|
|
2401
|
+
"dependencyGraph": {}
|
|
2402
|
+
},
|
|
2403
|
+
{
|
|
2404
|
+
"filePath": "src/components/post-megadropdown/post-megadropdown.tsx",
|
|
2405
|
+
"encapsulation": "none",
|
|
2406
|
+
"tag": "post-megadropdown",
|
|
2407
|
+
"readme": "# post-megadropdown\n\n\n",
|
|
2408
|
+
"docs": "",
|
|
2409
|
+
"docsTags": [],
|
|
2410
|
+
"usage": {},
|
|
2411
|
+
"props": [],
|
|
2412
|
+
"methods": [
|
|
2413
|
+
{
|
|
2414
|
+
"name": "show",
|
|
2415
|
+
"returns": {
|
|
2416
|
+
"type": "Promise<void>",
|
|
2417
|
+
"docs": ""
|
|
2418
|
+
},
|
|
2419
|
+
"complexType": {
|
|
2420
|
+
"signature": "(target: HTMLElement) => Promise<void>",
|
|
2421
|
+
"parameters": [
|
|
2422
|
+
{
|
|
2423
|
+
"name": "target",
|
|
2424
|
+
"type": "HTMLElement",
|
|
2425
|
+
"docs": "- The HTML element relative to which the popover dropdown should be displayed."
|
|
2426
|
+
}
|
|
2427
|
+
],
|
|
2428
|
+
"references": {
|
|
2429
|
+
"Promise": {
|
|
2430
|
+
"location": "global",
|
|
2431
|
+
"id": "global::Promise"
|
|
2432
|
+
},
|
|
2433
|
+
"HTMLElement": {
|
|
2434
|
+
"location": "global",
|
|
2435
|
+
"id": "global::HTMLElement"
|
|
2436
|
+
}
|
|
2437
|
+
},
|
|
2438
|
+
"return": "Promise<void>"
|
|
2439
|
+
},
|
|
2440
|
+
"signature": "show(target: HTMLElement) => Promise<void>",
|
|
2441
|
+
"parameters": [
|
|
2442
|
+
{
|
|
2443
|
+
"name": "target",
|
|
2444
|
+
"type": "HTMLElement",
|
|
2445
|
+
"docs": "- The HTML element relative to which the popover dropdown should be displayed."
|
|
2446
|
+
}
|
|
2447
|
+
],
|
|
2448
|
+
"docs": "Displays the popover dropdown",
|
|
2449
|
+
"docsTags": [
|
|
2450
|
+
{
|
|
2451
|
+
"name": "param",
|
|
2452
|
+
"text": "target - The HTML element relative to which the popover dropdown should be displayed."
|
|
2453
|
+
}
|
|
2454
|
+
]
|
|
2455
|
+
},
|
|
2456
|
+
{
|
|
2457
|
+
"name": "toggle",
|
|
2458
|
+
"returns": {
|
|
2459
|
+
"type": "Promise<void>",
|
|
2460
|
+
"docs": ""
|
|
2461
|
+
},
|
|
2462
|
+
"complexType": {
|
|
2463
|
+
"signature": "(target: HTMLElement) => Promise<void>",
|
|
2464
|
+
"parameters": [
|
|
2465
|
+
{
|
|
2466
|
+
"name": "target",
|
|
2467
|
+
"type": "HTMLElement",
|
|
2468
|
+
"docs": ""
|
|
2469
|
+
}
|
|
2470
|
+
],
|
|
2471
|
+
"references": {
|
|
2472
|
+
"Promise": {
|
|
2473
|
+
"location": "global",
|
|
2474
|
+
"id": "global::Promise"
|
|
2475
|
+
},
|
|
2476
|
+
"HTMLElement": {
|
|
2477
|
+
"location": "global",
|
|
2478
|
+
"id": "global::HTMLElement"
|
|
2479
|
+
}
|
|
2480
|
+
},
|
|
2481
|
+
"return": "Promise<void>"
|
|
2482
|
+
},
|
|
2483
|
+
"signature": "toggle(target: HTMLElement) => Promise<void>",
|
|
2484
|
+
"parameters": [
|
|
2485
|
+
{
|
|
2486
|
+
"name": "target",
|
|
2487
|
+
"type": "HTMLElement",
|
|
2488
|
+
"docs": ""
|
|
2489
|
+
}
|
|
2490
|
+
],
|
|
2491
|
+
"docs": "Toggles the dropdown visibility based on its current state.",
|
|
2492
|
+
"docsTags": []
|
|
2493
|
+
}
|
|
2494
|
+
],
|
|
2495
|
+
"events": [
|
|
2496
|
+
{
|
|
2497
|
+
"event": "postToggleMegadropdown",
|
|
2498
|
+
"detail": "boolean",
|
|
2499
|
+
"bubbles": true,
|
|
2500
|
+
"complexType": {
|
|
2501
|
+
"original": "boolean",
|
|
2502
|
+
"resolved": "boolean",
|
|
2503
|
+
"references": {}
|
|
2504
|
+
},
|
|
2505
|
+
"cancelable": true,
|
|
2506
|
+
"composed": true,
|
|
2507
|
+
"docs": "Emits when the dropdown is shown or hidden.\nThe event payload is a boolean: `true` when the dropdown was opened, `false` when it was closed.",
|
|
2508
|
+
"docsTags": []
|
|
2509
|
+
}
|
|
2510
|
+
],
|
|
2511
|
+
"listeners": [],
|
|
2512
|
+
"styles": [],
|
|
2513
|
+
"slots": [],
|
|
2514
|
+
"parts": [],
|
|
2515
|
+
"dependents": [],
|
|
2516
|
+
"dependencies": [
|
|
2517
|
+
"post-popovercontainer"
|
|
2518
|
+
],
|
|
2519
|
+
"dependencyGraph": {
|
|
2520
|
+
"post-megadropdown": [
|
|
2521
|
+
"post-popovercontainer"
|
|
2522
|
+
]
|
|
2523
|
+
}
|
|
2524
|
+
},
|
|
2525
|
+
{
|
|
2526
|
+
"filePath": "src/components/post-megadropdown-trigger/post-megadropdown-trigger.tsx",
|
|
2527
|
+
"encapsulation": "none",
|
|
2528
|
+
"tag": "post-megadropdown-trigger",
|
|
2529
|
+
"readme": "# post-megadropdown-toggle\n\n\n",
|
|
2530
|
+
"docs": "",
|
|
2531
|
+
"docsTags": [],
|
|
2532
|
+
"usage": {},
|
|
2533
|
+
"props": [
|
|
2534
|
+
{
|
|
2535
|
+
"name": "for",
|
|
2536
|
+
"type": "string",
|
|
2537
|
+
"complexType": {
|
|
2538
|
+
"original": "string",
|
|
2539
|
+
"resolved": "string",
|
|
2540
|
+
"references": {}
|
|
2541
|
+
},
|
|
2542
|
+
"mutable": false,
|
|
2543
|
+
"attr": "for",
|
|
2544
|
+
"reflectToAttr": false,
|
|
2545
|
+
"docs": "ID of the mega dropdown element that this trigger is linked to. Used to open and close the specified mega dropdown.",
|
|
2546
|
+
"docsTags": [],
|
|
2547
|
+
"values": [
|
|
2548
|
+
{
|
|
2549
|
+
"type": "string"
|
|
2550
|
+
}
|
|
2551
|
+
],
|
|
2552
|
+
"optional": false,
|
|
2553
|
+
"required": true
|
|
2554
|
+
}
|
|
2555
|
+
],
|
|
2556
|
+
"methods": [],
|
|
2557
|
+
"events": [],
|
|
2558
|
+
"listeners": [],
|
|
2559
|
+
"styles": [],
|
|
2560
|
+
"slots": [],
|
|
2561
|
+
"parts": [],
|
|
2562
|
+
"dependents": [],
|
|
2563
|
+
"dependencies": [],
|
|
2564
|
+
"dependencyGraph": {}
|
|
2565
|
+
},
|
|
2566
|
+
{
|
|
2567
|
+
"filePath": "src/components/post-menu/post-menu.tsx",
|
|
2568
|
+
"encapsulation": "shadow",
|
|
2569
|
+
"tag": "post-menu",
|
|
2570
|
+
"readme": "# post-menu\n\n\n",
|
|
2571
|
+
"docs": "",
|
|
2572
|
+
"docsTags": [],
|
|
2573
|
+
"usage": {},
|
|
2574
|
+
"props": [
|
|
2575
|
+
{
|
|
2576
|
+
"name": "placement",
|
|
2577
|
+
"type": "\"bottom\" | \"bottom-end\" | \"bottom-start\" | \"left\" | \"left-end\" | \"left-start\" | \"right\" | \"right-end\" | \"right-start\" | \"top\" | \"top-end\" | \"top-start\"",
|
|
2578
|
+
"complexType": {
|
|
2579
|
+
"original": "Placement",
|
|
2580
|
+
"resolved": "\"bottom\" | \"bottom-end\" | \"bottom-start\" | \"left\" | \"left-end\" | \"left-start\" | \"right\" | \"right-end\" | \"right-start\" | \"top\" | \"top-end\" | \"top-start\"",
|
|
2581
|
+
"references": {
|
|
2582
|
+
"Placement": {
|
|
2583
|
+
"location": "import",
|
|
2584
|
+
"path": "@floating-ui/dom",
|
|
2585
|
+
"id": "../../node_modules/.pnpm/@floating-ui+dom@1.6.8/node_modules/@floating-ui/dom/dist/floating-ui.dom.d.ts::Placement"
|
|
2586
|
+
}
|
|
2587
|
+
}
|
|
2588
|
+
},
|
|
2589
|
+
"mutable": false,
|
|
2590
|
+
"attr": "placement",
|
|
2591
|
+
"reflectToAttr": false,
|
|
2592
|
+
"docs": "Defines the placement of the tooltip according to the floating-ui options available at https://floating-ui.com/docs/computePosition#placement.\nTooltips are automatically flipped to the opposite side if there is not enough available space and are shifted\ntowards the viewport if they would overlap edge boundaries.",
|
|
2593
|
+
"docsTags": [],
|
|
2594
|
+
"default": "'bottom'",
|
|
2595
|
+
"values": [
|
|
2596
|
+
{
|
|
2597
|
+
"value": "bottom",
|
|
2598
|
+
"type": "string"
|
|
2599
|
+
},
|
|
2600
|
+
{
|
|
2601
|
+
"value": "bottom-end",
|
|
2602
|
+
"type": "string"
|
|
2603
|
+
},
|
|
2604
|
+
{
|
|
2605
|
+
"value": "bottom-start",
|
|
2606
|
+
"type": "string"
|
|
2607
|
+
},
|
|
2608
|
+
{
|
|
2609
|
+
"value": "left",
|
|
2610
|
+
"type": "string"
|
|
2611
|
+
},
|
|
2612
|
+
{
|
|
2613
|
+
"value": "left-end",
|
|
2614
|
+
"type": "string"
|
|
2615
|
+
},
|
|
2616
|
+
{
|
|
2617
|
+
"value": "left-start",
|
|
2618
|
+
"type": "string"
|
|
2619
|
+
},
|
|
2620
|
+
{
|
|
2621
|
+
"value": "right",
|
|
2622
|
+
"type": "string"
|
|
2623
|
+
},
|
|
2624
|
+
{
|
|
2625
|
+
"value": "right-end",
|
|
2626
|
+
"type": "string"
|
|
2627
|
+
},
|
|
2628
|
+
{
|
|
2629
|
+
"value": "right-start",
|
|
2630
|
+
"type": "string"
|
|
2631
|
+
},
|
|
2632
|
+
{
|
|
2633
|
+
"value": "top",
|
|
2634
|
+
"type": "string"
|
|
2635
|
+
},
|
|
2636
|
+
{
|
|
2637
|
+
"value": "top-end",
|
|
2638
|
+
"type": "string"
|
|
2639
|
+
},
|
|
2640
|
+
{
|
|
2641
|
+
"value": "top-start",
|
|
2642
|
+
"type": "string"
|
|
2643
|
+
}
|
|
2644
|
+
],
|
|
2645
|
+
"optional": true,
|
|
2646
|
+
"required": false
|
|
2647
|
+
}
|
|
2648
|
+
],
|
|
2649
|
+
"methods": [
|
|
2650
|
+
{
|
|
2651
|
+
"name": "hide",
|
|
2652
|
+
"returns": {
|
|
2653
|
+
"type": "Promise<void>",
|
|
2654
|
+
"docs": ""
|
|
2655
|
+
},
|
|
2656
|
+
"complexType": {
|
|
2657
|
+
"signature": "() => Promise<void>",
|
|
2658
|
+
"parameters": [],
|
|
2659
|
+
"references": {
|
|
2660
|
+
"Promise": {
|
|
2661
|
+
"location": "global",
|
|
2662
|
+
"id": "global::Promise"
|
|
2663
|
+
}
|
|
2664
|
+
},
|
|
2665
|
+
"return": "Promise<void>"
|
|
2666
|
+
},
|
|
2667
|
+
"signature": "hide() => Promise<void>",
|
|
2668
|
+
"parameters": [],
|
|
2669
|
+
"docs": "Hides the popover menu and restores focus to the previously focused element.",
|
|
2670
|
+
"docsTags": []
|
|
2671
|
+
},
|
|
2672
|
+
{
|
|
2673
|
+
"name": "show",
|
|
2674
|
+
"returns": {
|
|
2675
|
+
"type": "Promise<void>",
|
|
2676
|
+
"docs": ""
|
|
2677
|
+
},
|
|
2678
|
+
"complexType": {
|
|
2679
|
+
"signature": "(target: HTMLElement) => Promise<void>",
|
|
2680
|
+
"parameters": [
|
|
2681
|
+
{
|
|
2682
|
+
"name": "target",
|
|
2683
|
+
"type": "HTMLElement",
|
|
2684
|
+
"docs": "- The HTML element relative to which the popover menu should be displayed."
|
|
2685
|
+
}
|
|
2686
|
+
],
|
|
2687
|
+
"references": {
|
|
2688
|
+
"Promise": {
|
|
2689
|
+
"location": "global",
|
|
2690
|
+
"id": "global::Promise"
|
|
2691
|
+
},
|
|
2692
|
+
"HTMLElement": {
|
|
2693
|
+
"location": "global",
|
|
2694
|
+
"id": "global::HTMLElement"
|
|
2695
|
+
}
|
|
2696
|
+
},
|
|
2697
|
+
"return": "Promise<void>"
|
|
2698
|
+
},
|
|
2699
|
+
"signature": "show(target: HTMLElement) => Promise<void>",
|
|
2700
|
+
"parameters": [
|
|
2701
|
+
{
|
|
2702
|
+
"name": "target",
|
|
2703
|
+
"type": "HTMLElement",
|
|
2704
|
+
"docs": "- The HTML element relative to which the popover menu should be displayed."
|
|
1238
2705
|
}
|
|
1239
2706
|
],
|
|
1240
|
-
"
|
|
1241
|
-
"
|
|
2707
|
+
"docs": "Displays the popover menu, focusing the first menu item.",
|
|
2708
|
+
"docsTags": [
|
|
2709
|
+
{
|
|
2710
|
+
"name": "param",
|
|
2711
|
+
"text": "target - The HTML element relative to which the popover menu should be displayed."
|
|
2712
|
+
}
|
|
2713
|
+
]
|
|
1242
2714
|
},
|
|
1243
2715
|
{
|
|
1244
|
-
"name": "
|
|
1245
|
-
"
|
|
2716
|
+
"name": "toggle",
|
|
2717
|
+
"returns": {
|
|
2718
|
+
"type": "Promise<void>",
|
|
2719
|
+
"docs": ""
|
|
2720
|
+
},
|
|
1246
2721
|
"complexType": {
|
|
1247
|
-
"
|
|
1248
|
-
"
|
|
1249
|
-
|
|
2722
|
+
"signature": "(target: HTMLElement) => Promise<void>",
|
|
2723
|
+
"parameters": [
|
|
2724
|
+
{
|
|
2725
|
+
"name": "target",
|
|
2726
|
+
"type": "HTMLElement",
|
|
2727
|
+
"docs": ""
|
|
2728
|
+
}
|
|
2729
|
+
],
|
|
2730
|
+
"references": {
|
|
2731
|
+
"Promise": {
|
|
2732
|
+
"location": "global",
|
|
2733
|
+
"id": "global::Promise"
|
|
2734
|
+
},
|
|
2735
|
+
"HTMLElement": {
|
|
2736
|
+
"location": "global",
|
|
2737
|
+
"id": "global::HTMLElement"
|
|
2738
|
+
}
|
|
2739
|
+
},
|
|
2740
|
+
"return": "Promise<void>"
|
|
1250
2741
|
},
|
|
1251
|
-
"
|
|
1252
|
-
"
|
|
1253
|
-
"reflectToAttr": false,
|
|
1254
|
-
"docs": "The number of degree for the css rotate transformation.",
|
|
1255
|
-
"docsTags": [],
|
|
1256
|
-
"default": "null",
|
|
1257
|
-
"values": [
|
|
2742
|
+
"signature": "toggle(target: HTMLElement) => Promise<void>",
|
|
2743
|
+
"parameters": [
|
|
1258
2744
|
{
|
|
1259
|
-
"
|
|
2745
|
+
"name": "target",
|
|
2746
|
+
"type": "HTMLElement",
|
|
2747
|
+
"docs": ""
|
|
1260
2748
|
}
|
|
1261
2749
|
],
|
|
1262
|
-
"
|
|
1263
|
-
"
|
|
1264
|
-
}
|
|
2750
|
+
"docs": "Toggles the menu visibility based on its current state.",
|
|
2751
|
+
"docsTags": []
|
|
2752
|
+
}
|
|
2753
|
+
],
|
|
2754
|
+
"events": [
|
|
1265
2755
|
{
|
|
1266
|
-
"
|
|
1267
|
-
"
|
|
2756
|
+
"event": "toggleMenu",
|
|
2757
|
+
"detail": "boolean",
|
|
2758
|
+
"bubbles": true,
|
|
1268
2759
|
"complexType": {
|
|
1269
|
-
"original": "
|
|
1270
|
-
"resolved": "
|
|
2760
|
+
"original": "boolean",
|
|
2761
|
+
"resolved": "boolean",
|
|
1271
2762
|
"references": {}
|
|
1272
2763
|
},
|
|
1273
|
-
"
|
|
1274
|
-
"
|
|
1275
|
-
"
|
|
1276
|
-
"
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
"
|
|
1285
|
-
"
|
|
2764
|
+
"cancelable": true,
|
|
2765
|
+
"composed": true,
|
|
2766
|
+
"docs": "Emits when the menu is shown or hidden.\nThe event payload is a boolean: `true` when the menu was opened, `false` when it was closed.",
|
|
2767
|
+
"docsTags": []
|
|
2768
|
+
}
|
|
2769
|
+
],
|
|
2770
|
+
"listeners": [],
|
|
2771
|
+
"styles": [],
|
|
2772
|
+
"slots": [],
|
|
2773
|
+
"parts": [
|
|
2774
|
+
{
|
|
2775
|
+
"name": "popover-container",
|
|
2776
|
+
"docs": ""
|
|
1286
2777
|
}
|
|
1287
2778
|
],
|
|
2779
|
+
"dependents": [
|
|
2780
|
+
"post-breadcrumb",
|
|
2781
|
+
"post-language-switch"
|
|
2782
|
+
],
|
|
2783
|
+
"dependencies": [
|
|
2784
|
+
"post-popovercontainer"
|
|
2785
|
+
],
|
|
2786
|
+
"dependencyGraph": {
|
|
2787
|
+
"post-menu": [
|
|
2788
|
+
"post-popovercontainer"
|
|
2789
|
+
],
|
|
2790
|
+
"post-breadcrumb": [
|
|
2791
|
+
"post-menu"
|
|
2792
|
+
],
|
|
2793
|
+
"post-language-switch": [
|
|
2794
|
+
"post-menu"
|
|
2795
|
+
]
|
|
2796
|
+
}
|
|
2797
|
+
},
|
|
2798
|
+
{
|
|
2799
|
+
"filePath": "src/components/post-menu-item/post-menu-item.tsx",
|
|
2800
|
+
"encapsulation": "none",
|
|
2801
|
+
"tag": "post-menu-item",
|
|
2802
|
+
"readme": "# post-menu-item\n\n\n",
|
|
2803
|
+
"docs": "",
|
|
2804
|
+
"docsTags": [],
|
|
2805
|
+
"usage": {},
|
|
2806
|
+
"props": [],
|
|
1288
2807
|
"methods": [],
|
|
1289
2808
|
"events": [],
|
|
1290
2809
|
"listeners": [],
|
|
@@ -1292,85 +2811,65 @@
|
|
|
1292
2811
|
"slots": [],
|
|
1293
2812
|
"parts": [],
|
|
1294
2813
|
"dependents": [
|
|
1295
|
-
"post-
|
|
1296
|
-
"post-card-control",
|
|
1297
|
-
"post-rating",
|
|
1298
|
-
"post-tag"
|
|
2814
|
+
"post-breadcrumb"
|
|
1299
2815
|
],
|
|
1300
2816
|
"dependencies": [],
|
|
1301
2817
|
"dependencyGraph": {
|
|
1302
|
-
"post-
|
|
1303
|
-
"post-
|
|
1304
|
-
],
|
|
1305
|
-
"post-card-control": [
|
|
1306
|
-
"post-icon"
|
|
1307
|
-
],
|
|
1308
|
-
"post-rating": [
|
|
1309
|
-
"post-icon"
|
|
1310
|
-
],
|
|
1311
|
-
"post-tag": [
|
|
1312
|
-
"post-icon"
|
|
2818
|
+
"post-breadcrumb": [
|
|
2819
|
+
"post-menu-item"
|
|
1313
2820
|
]
|
|
1314
2821
|
}
|
|
1315
2822
|
},
|
|
1316
2823
|
{
|
|
1317
|
-
"filePath": "src/components/post-
|
|
1318
|
-
"encapsulation": "
|
|
1319
|
-
"tag": "post-
|
|
1320
|
-
"readme": "# post-
|
|
2824
|
+
"filePath": "src/components/post-menu-trigger/post-menu-trigger.tsx",
|
|
2825
|
+
"encapsulation": "none",
|
|
2826
|
+
"tag": "post-menu-trigger",
|
|
2827
|
+
"readme": "# post-menu-trigger\n\n\n",
|
|
1321
2828
|
"docs": "",
|
|
1322
|
-
"docsTags": [
|
|
1323
|
-
{
|
|
1324
|
-
"name": "slot",
|
|
1325
|
-
"text": "default - Slot for placing hidden descriptive text. If `url` is set, this text will serve as the accessible name of the link; otherwise, it will be used as the title of the SVG."
|
|
1326
|
-
}
|
|
1327
|
-
],
|
|
2829
|
+
"docsTags": [],
|
|
1328
2830
|
"usage": {},
|
|
1329
2831
|
"props": [
|
|
1330
2832
|
{
|
|
1331
|
-
"name": "
|
|
1332
|
-
"type": "
|
|
2833
|
+
"name": "for",
|
|
2834
|
+
"type": "string",
|
|
1333
2835
|
"complexType": {
|
|
1334
|
-
"original": "string
|
|
1335
|
-
"resolved": "
|
|
1336
|
-
"references": {
|
|
1337
|
-
"URL": {
|
|
1338
|
-
"location": "global",
|
|
1339
|
-
"id": "global::URL"
|
|
1340
|
-
}
|
|
1341
|
-
}
|
|
2836
|
+
"original": "string",
|
|
2837
|
+
"resolved": "string",
|
|
2838
|
+
"references": {}
|
|
1342
2839
|
},
|
|
1343
2840
|
"mutable": false,
|
|
1344
|
-
"attr": "
|
|
2841
|
+
"attr": "for",
|
|
1345
2842
|
"reflectToAttr": false,
|
|
1346
|
-
"docs": "
|
|
2843
|
+
"docs": "ID of the menu element that this trigger is linked to. Used to open and close the specified menu.",
|
|
1347
2844
|
"docsTags": [],
|
|
1348
2845
|
"values": [
|
|
1349
|
-
{
|
|
1350
|
-
"type": "URL"
|
|
1351
|
-
},
|
|
1352
2846
|
{
|
|
1353
2847
|
"type": "string"
|
|
1354
2848
|
}
|
|
1355
2849
|
],
|
|
1356
2850
|
"optional": false,
|
|
1357
|
-
"required":
|
|
2851
|
+
"required": true
|
|
1358
2852
|
}
|
|
1359
2853
|
],
|
|
1360
2854
|
"methods": [],
|
|
1361
2855
|
"events": [],
|
|
1362
2856
|
"listeners": [],
|
|
1363
2857
|
"styles": [],
|
|
1364
|
-
"slots": [
|
|
1365
|
-
{
|
|
1366
|
-
"name": "default",
|
|
1367
|
-
"docs": "Slot for placing hidden descriptive text. If `url` is set, this text will serve as the accessible name of the link; otherwise, it will be used as the title of the SVG."
|
|
1368
|
-
}
|
|
1369
|
-
],
|
|
2858
|
+
"slots": [],
|
|
1370
2859
|
"parts": [],
|
|
1371
|
-
"dependents": [
|
|
2860
|
+
"dependents": [
|
|
2861
|
+
"post-breadcrumb",
|
|
2862
|
+
"post-language-switch"
|
|
2863
|
+
],
|
|
1372
2864
|
"dependencies": [],
|
|
1373
|
-
"dependencyGraph": {
|
|
2865
|
+
"dependencyGraph": {
|
|
2866
|
+
"post-breadcrumb": [
|
|
2867
|
+
"post-menu-trigger"
|
|
2868
|
+
],
|
|
2869
|
+
"post-language-switch": [
|
|
2870
|
+
"post-menu-trigger"
|
|
2871
|
+
]
|
|
2872
|
+
}
|
|
1374
2873
|
},
|
|
1375
2874
|
{
|
|
1376
2875
|
"filePath": "src/components/post-popover/post-popover.tsx",
|
|
@@ -1673,6 +3172,28 @@
|
|
|
1673
3172
|
"optional": true,
|
|
1674
3173
|
"required": false
|
|
1675
3174
|
},
|
|
3175
|
+
{
|
|
3176
|
+
"name": "edgeGap",
|
|
3177
|
+
"type": "number",
|
|
3178
|
+
"complexType": {
|
|
3179
|
+
"original": "number",
|
|
3180
|
+
"resolved": "number",
|
|
3181
|
+
"references": {}
|
|
3182
|
+
},
|
|
3183
|
+
"mutable": false,
|
|
3184
|
+
"attr": "edge-gap",
|
|
3185
|
+
"reflectToAttr": false,
|
|
3186
|
+
"docs": "Gap between the edge of the page and the popover",
|
|
3187
|
+
"docsTags": [],
|
|
3188
|
+
"default": "8",
|
|
3189
|
+
"values": [
|
|
3190
|
+
{
|
|
3191
|
+
"type": "number"
|
|
3192
|
+
}
|
|
3193
|
+
],
|
|
3194
|
+
"optional": true,
|
|
3195
|
+
"required": false
|
|
3196
|
+
},
|
|
1676
3197
|
{
|
|
1677
3198
|
"name": "placement",
|
|
1678
3199
|
"type": "\"bottom\" | \"bottom-end\" | \"bottom-start\" | \"left\" | \"left-end\" | \"left-start\" | \"right\" | \"right-end\" | \"right-start\" | \"top\" | \"top-end\" | \"top-start\"",
|
|
@@ -1897,11 +3418,19 @@
|
|
|
1897
3418
|
],
|
|
1898
3419
|
"parts": [],
|
|
1899
3420
|
"dependents": [
|
|
3421
|
+
"post-megadropdown",
|
|
3422
|
+
"post-menu",
|
|
1900
3423
|
"post-popover",
|
|
1901
3424
|
"post-tooltip"
|
|
1902
3425
|
],
|
|
1903
3426
|
"dependencies": [],
|
|
1904
3427
|
"dependencyGraph": {
|
|
3428
|
+
"post-megadropdown": [
|
|
3429
|
+
"post-popovercontainer"
|
|
3430
|
+
],
|
|
3431
|
+
"post-menu": [
|
|
3432
|
+
"post-popovercontainer"
|
|
3433
|
+
],
|
|
1905
3434
|
"post-popover": [
|
|
1906
3435
|
"post-popovercontainer"
|
|
1907
3436
|
],
|
|
@@ -2325,7 +3854,7 @@
|
|
|
2325
3854
|
"mutable": false,
|
|
2326
3855
|
"attr": "icon",
|
|
2327
3856
|
"reflectToAttr": false,
|
|
2328
|
-
"docs": "Defines the icon `name` inside of the component.\n<span className=\"
|
|
3857
|
+
"docs": "Defines the icon `name` inside of the component.\n<span className=\"banner banner-sm banner-info\">If not set the icon will not show up.</span>\nTo learn which icons are available, please visit our <a href=\"/?path=/docs/5704bdc4-c5b5-45e6-b123-c54d01fce2f1--docs\">icon library</a>.",
|
|
2329
3858
|
"docsTags": [],
|
|
2330
3859
|
"default": "null",
|
|
2331
3860
|
"values": [
|
|
@@ -2423,6 +3952,58 @@
|
|
|
2423
3952
|
]
|
|
2424
3953
|
}
|
|
2425
3954
|
},
|
|
3955
|
+
{
|
|
3956
|
+
"filePath": "src/components/post-togglebutton/post-togglebutton.tsx",
|
|
3957
|
+
"encapsulation": "shadow",
|
|
3958
|
+
"tag": "post-togglebutton",
|
|
3959
|
+
"readme": "# post-togglebutton\n\n\n",
|
|
3960
|
+
"docs": "",
|
|
3961
|
+
"docsTags": [
|
|
3962
|
+
{
|
|
3963
|
+
"name": "slot",
|
|
3964
|
+
"text": "default - Slot for the content of the button."
|
|
3965
|
+
}
|
|
3966
|
+
],
|
|
3967
|
+
"usage": {},
|
|
3968
|
+
"props": [
|
|
3969
|
+
{
|
|
3970
|
+
"name": "toggled",
|
|
3971
|
+
"type": "boolean",
|
|
3972
|
+
"complexType": {
|
|
3973
|
+
"original": "boolean",
|
|
3974
|
+
"resolved": "boolean",
|
|
3975
|
+
"references": {}
|
|
3976
|
+
},
|
|
3977
|
+
"mutable": true,
|
|
3978
|
+
"attr": "toggled",
|
|
3979
|
+
"reflectToAttr": false,
|
|
3980
|
+
"docs": "If `true`, the button is in the \"on\" state, otherwise it is in the \"off\" state.",
|
|
3981
|
+
"docsTags": [],
|
|
3982
|
+
"default": "false",
|
|
3983
|
+
"values": [
|
|
3984
|
+
{
|
|
3985
|
+
"type": "boolean"
|
|
3986
|
+
}
|
|
3987
|
+
],
|
|
3988
|
+
"optional": false,
|
|
3989
|
+
"required": false
|
|
3990
|
+
}
|
|
3991
|
+
],
|
|
3992
|
+
"methods": [],
|
|
3993
|
+
"events": [],
|
|
3994
|
+
"listeners": [],
|
|
3995
|
+
"styles": [],
|
|
3996
|
+
"slots": [
|
|
3997
|
+
{
|
|
3998
|
+
"name": "default",
|
|
3999
|
+
"docs": "Slot for the content of the button."
|
|
4000
|
+
}
|
|
4001
|
+
],
|
|
4002
|
+
"parts": [],
|
|
4003
|
+
"dependents": [],
|
|
4004
|
+
"dependencies": [],
|
|
4005
|
+
"dependencyGraph": {}
|
|
4006
|
+
},
|
|
2426
4007
|
{
|
|
2427
4008
|
"filePath": "src/components/post-tooltip/post-tooltip.tsx",
|
|
2428
4009
|
"encapsulation": "shadow",
|
|
@@ -2580,12 +4161,17 @@
|
|
|
2580
4161
|
"docs": ""
|
|
2581
4162
|
},
|
|
2582
4163
|
"complexType": {
|
|
2583
|
-
"signature": "(target: HTMLElement) => Promise<void>",
|
|
4164
|
+
"signature": "(target: HTMLElement, triggeredByFocus?: boolean) => Promise<void>",
|
|
2584
4165
|
"parameters": [
|
|
2585
4166
|
{
|
|
2586
4167
|
"name": "target",
|
|
2587
4168
|
"type": "HTMLElement",
|
|
2588
4169
|
"docs": "An element with [data-tooltip-target=\"id\"] where the tooltip should be shown"
|
|
4170
|
+
},
|
|
4171
|
+
{
|
|
4172
|
+
"name": "triggeredByFocus",
|
|
4173
|
+
"type": "boolean",
|
|
4174
|
+
"docs": "A boolean indicating if the tooltip was triggered by a focus event."
|
|
2589
4175
|
}
|
|
2590
4176
|
],
|
|
2591
4177
|
"references": {
|
|
@@ -2600,12 +4186,17 @@
|
|
|
2600
4186
|
},
|
|
2601
4187
|
"return": "Promise<void>"
|
|
2602
4188
|
},
|
|
2603
|
-
"signature": "show(target: HTMLElement) => Promise<void>",
|
|
4189
|
+
"signature": "show(target: HTMLElement, triggeredByFocus?: boolean) => Promise<void>",
|
|
2604
4190
|
"parameters": [
|
|
2605
4191
|
{
|
|
2606
4192
|
"name": "target",
|
|
2607
4193
|
"type": "HTMLElement",
|
|
2608
4194
|
"docs": "An element with [data-tooltip-target=\"id\"] where the tooltip should be shown"
|
|
4195
|
+
},
|
|
4196
|
+
{
|
|
4197
|
+
"name": "triggeredByFocus",
|
|
4198
|
+
"type": "boolean",
|
|
4199
|
+
"docs": "A boolean indicating if the tooltip was triggered by a focus event."
|
|
2609
4200
|
}
|
|
2610
4201
|
],
|
|
2611
4202
|
"docs": "Programmatically display the tooltip",
|
|
@@ -2613,6 +4204,10 @@
|
|
|
2613
4204
|
{
|
|
2614
4205
|
"name": "param",
|
|
2615
4206
|
"text": "target An element with [data-tooltip-target=\"id\"] where the tooltip should be shown"
|
|
4207
|
+
},
|
|
4208
|
+
{
|
|
4209
|
+
"name": "param",
|
|
4210
|
+
"text": "triggeredByFocus A boolean indicating if the tooltip was triggered by a focus event."
|
|
2616
4211
|
}
|
|
2617
4212
|
]
|
|
2618
4213
|
},
|
|
@@ -2696,10 +4291,15 @@
|
|
|
2696
4291
|
"docstring": "",
|
|
2697
4292
|
"path": "src/types/index.ts"
|
|
2698
4293
|
},
|
|
2699
|
-
"src/components/post-
|
|
2700
|
-
"declaration": "\"
|
|
4294
|
+
"src/components/post-banner/banner-types.ts::BannerType": {
|
|
4295
|
+
"declaration": "\"neutral\" | \"success\" | \"warning\" | \"danger\" | \"info\"",
|
|
4296
|
+
"docstring": "",
|
|
4297
|
+
"path": "src/components/post-banner/banner-types.ts"
|
|
4298
|
+
},
|
|
4299
|
+
"src/components/post-language-switch/switch-variants.ts::SwitchVariant": {
|
|
4300
|
+
"declaration": "\"list\" | \"menu\"",
|
|
2701
4301
|
"docstring": "",
|
|
2702
|
-
"path": "src/components/post-
|
|
4302
|
+
"path": "src/components/post-language-switch/switch-variants.ts"
|
|
2703
4303
|
},
|
|
2704
4304
|
"../../node_modules/.pnpm/@floating-ui+dom@1.6.8/node_modules/@floating-ui/dom/dist/floating-ui.dom.d.ts::Placement": {
|
|
2705
4305
|
"declaration": "any",
|