@swisspost/design-system-components 9.0.1 → 10.0.0-next.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/.config/bindings.angular.js +4 -0
- package/dist/cjs/breakpoints-cdf1b747.js +59 -0
- package/dist/cjs/check-non-empty-bd99d236.js +15 -0
- package/dist/cjs/check-one-of-75d270b5.js +13 -0
- package/dist/cjs/check-type-cdbf6d29.js +21 -0
- package/dist/cjs/check-url-220a286c.js +19 -0
- package/dist/cjs/event-guard-efabc84f.js +47 -0
- package/dist/cjs/fade-72d5ef55.js +14 -0
- package/dist/cjs/get-root-8102fecd.js +17 -0
- package/dist/cjs/index-23e36ff7.js +37 -0
- package/dist/cjs/{index-e1f32cce.js → index-b60129c4.js} +35 -15
- package/dist/cjs/index.browser-4af21c17.js +16 -0
- package/dist/cjs/index.cjs.js +57 -28
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/long-press-event-6e62d113.js +266 -0
- package/dist/cjs/{package-93f142ae.js → package-3e61e6f3.js} +1 -1
- package/dist/cjs/{post-accordion-60af96cf.js → post-accordion-e54524be.js} +11 -12
- package/dist/cjs/post-accordion-item-86f11a16.js +64 -0
- package/dist/cjs/post-accordion-item.cjs.entry.js +10 -6
- package/dist/cjs/post-accordion.cjs.entry.js +6 -4
- package/dist/cjs/post-avatar-22bfd12e.js +145 -0
- package/dist/cjs/post-avatar.cjs.entry.js +14 -0
- package/dist/cjs/post-back-to-top-f682ea05.js +96 -0
- package/dist/cjs/post-back-to-top.cjs.entry.js +16 -0
- package/dist/cjs/post-banner-5c749a94.js +92 -0
- package/dist/cjs/post-banner.cjs.entry.js +20 -0
- package/dist/cjs/post-breadcrumb-item_2.cjs.entry.js +18 -0
- package/dist/cjs/post-breadcrumbs-76f55ae5.js +120 -0
- package/dist/cjs/post-breadcrumbs.cjs.entry.js +13 -0
- package/dist/cjs/post-card-control-161a7102.js +269 -0
- package/dist/cjs/post-card-control.cjs.entry.js +6 -5
- package/dist/cjs/post-closebutton_15.cjs.entry.js +36 -0
- package/dist/cjs/{post-collapsible-trigger-3de8fe4e.js → post-collapsible-trigger-6cdf4481.js} +62 -76
- package/dist/cjs/post-collapsible_2.cjs.entry.js +11 -7
- package/dist/cjs/post-components.cjs.js +2 -2
- package/dist/cjs/post-footer-15d78645.js +38 -0
- package/dist/cjs/post-footer.cjs.entry.js +12 -0
- package/dist/cjs/post-linkarea-095d1928.js +30 -0
- package/dist/cjs/post-linkarea.cjs.entry.js +11 -0
- package/dist/cjs/post-menu-item-387e079b.js +68 -0
- package/dist/cjs/post-popover-388c8091.js +135 -0
- package/dist/cjs/post-popover.cjs.entry.js +4 -3
- package/dist/cjs/{post-rating-21f9c46d.js → post-rating-246e4d89.js} +4 -4
- package/dist/cjs/post-rating.cjs.entry.js +3 -3
- package/dist/cjs/post-tab-header-0e9d0e06.js +34 -0
- package/dist/cjs/post-tab-header.cjs.entry.js +6 -4
- package/dist/cjs/{post-tab-panel-dd58f425.js → post-tab-panel-f952714f.js} +5 -4
- package/dist/cjs/post-tab-panel.cjs.entry.js +4 -3
- package/dist/cjs/{post-tabs-83191b9a.js → post-tabs-97c30d81.js} +14 -16
- package/dist/cjs/post-tabs.cjs.entry.js +5 -4
- package/dist/cjs/post-tag-58003cf0.js +47 -0
- package/dist/cjs/post-tag.cjs.entry.js +3 -3
- package/dist/cjs/post-togglebutton-87c984d8.js +4494 -0
- package/dist/cjs/{post-tooltip-782f020b.js → post-tooltip-28e7711a.js} +10 -6
- package/dist/cjs/{post-tooltip-trigger-b2aeb636.js → post-tooltip-trigger-cbc53d14.js} +17 -280
- package/dist/cjs/post-tooltip-trigger.cjs.entry.js +5 -4
- package/dist/cjs/post-tooltip.cjs.entry.js +5 -4
- package/dist/cjs/slide-cd1f09b3.js +28 -0
- package/dist/collection/animations/collapse.js +8 -6
- package/dist/collection/animations/fade.js +6 -2
- package/dist/collection/animations/slide.js +23 -0
- package/dist/collection/collection-manifest.json +22 -3
- package/dist/collection/components/post-accordion/post-accordion.css +1 -1
- package/dist/collection/components/post-accordion/post-accordion.js +8 -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 +30 -16
- package/dist/collection/components/post-avatar/post-avatar.css +1 -0
- package/dist/collection/components/post-avatar/post-avatar.js +233 -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 +127 -0
- package/dist/collection/components/post-banner/banner-types.js +1 -0
- package/dist/collection/components/post-banner/post-banner.css +1 -0
- package/dist/collection/components/{post-alert/post-alert.js → post-banner/post-banner.js} +44 -72
- package/dist/collection/components/post-breadcrumb-item/post-breadcrumb-item.css +1 -0
- package/dist/collection/components/post-breadcrumb-item/post-breadcrumb-item.js +96 -0
- package/dist/collection/components/post-breadcrumbs/post-breadcrumbs.css +1 -0
- package/dist/collection/components/post-breadcrumbs/post-breadcrumbs.js +160 -0
- package/dist/collection/components/post-card-control/post-card-control.css +1 -31
- package/dist/collection/components/post-card-control/post-card-control.js +20 -24
- package/dist/collection/components/post-closebutton/post-closebutton.css +1 -0
- package/dist/collection/components/post-closebutton/post-closebutton.js +23 -0
- package/dist/collection/components/post-collapsible/post-collapsible.css +1 -1
- package/dist/collection/components/post-collapsible/post-collapsible.js +6 -3
- package/dist/collection/components/post-collapsible-trigger/post-collapsible-trigger.js +43 -45
- 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 +320 -0
- package/dist/collection/components/post-icon/post-icon.js +58 -55
- package/dist/collection/components/post-language-option/post-language-option.css +1 -0
- package/dist/collection/components/post-language-option/post-language-option.js +237 -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 +186 -0
- package/dist/collection/components/post-language-switch/switch-variants.js +1 -0
- package/dist/collection/components/post-linkarea/post-linkarea.css +1 -0
- package/dist/collection/components/post-linkarea/post-linkarea.js +30 -0
- package/dist/collection/components/post-list/post-list.css +1 -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 +26 -0
- package/dist/collection/components/post-logo/post-logo.css +1 -1
- 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 +184 -0
- package/dist/collection/components/post-megadropdown/post-megadropdown.css +1 -0
- package/dist/collection/components/post-megadropdown/post-megadropdown.js +275 -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 +133 -0
- package/dist/collection/components/post-menu/post-menu.css +1 -0
- package/dist/collection/components/post-menu/post-menu.js +294 -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 +120 -0
- package/dist/collection/components/post-popover/post-popover.css +1 -31
- package/dist/collection/components/post-popover/post-popover.js +16 -13
- package/dist/collection/components/post-popovercontainer/post-popovercontainer.css +1 -31
- package/dist/collection/components/post-popovercontainer/post-popovercontainer.js +39 -6
- package/dist/collection/components/post-rating/post-rating.css +1 -31
- package/dist/collection/components/post-rating/post-rating.js +1 -1
- package/dist/collection/components/post-tab-header/post-tab-header.css +1 -31
- package/dist/collection/components/post-tab-header/post-tab-header.js +6 -5
- package/dist/collection/components/post-tab-panel/post-tab-panel.js +4 -3
- package/dist/collection/components/post-tabs/post-tabs.css +1 -1
- package/dist/collection/components/post-tabs/post-tabs.js +7 -15
- package/dist/collection/components/post-tag/post-tag.css +1 -31
- 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 +6 -3
- package/dist/collection/components/post-tooltip-trigger/post-tooltip-trigger.js +14 -14
- package/dist/collection/index.js +21 -2
- package/dist/collection/utils/attribute-observer.js +6 -5
- package/dist/collection/utils/breakpoints.js +52 -0
- package/dist/collection/utils/component-on-ready.js +4 -4
- package/dist/collection/utils/debounce.js +2 -1
- package/dist/collection/utils/environment.js +2 -0
- package/dist/collection/utils/event-guard.js +43 -0
- package/dist/collection/utils/get-focusable-children.js +33 -0
- package/dist/collection/utils/get-root.js +6 -1
- package/dist/collection/utils/index.js +5 -0
- package/dist/collection/utils/is-motion-reduced.js +2 -1
- package/dist/collection/utils/property-checkers/check-non-empty.js +6 -2
- package/dist/collection/utils/property-checkers/check-one-of.js +8 -3
- package/dist/collection/utils/property-checkers/check-pattern.js +8 -3
- package/dist/collection/utils/property-checkers/check-type.js +11 -6
- package/dist/collection/utils/property-checkers/check-url.js +11 -6
- package/dist/collection/utils/property-checkers/empty-or.js +5 -2
- package/dist/collection/utils/sass-export.js +8 -5
- package/dist/components/breakpoints.js +56 -0
- package/dist/components/check-non-empty.js +6 -2
- package/dist/components/check-one-of.js +8 -3
- package/dist/components/check-type.js +11 -6
- package/dist/components/event-guard.js +45 -0
- package/dist/components/fade.js +6 -2
- package/dist/components/get-focusable-children.js +35 -0
- package/dist/components/get-root.js +15 -0
- package/dist/components/index.browser.js +14 -0
- package/dist/components/index.js +21 -2
- package/dist/components/index2.js +25 -12
- package/dist/components/long-press-event.js +264 -0
- package/dist/components/package.js +1 -1
- package/dist/components/post-accordion-item2.js +37 -18
- package/dist/components/post-accordion2.js +8 -9
- package/dist/components/post-avatar.d.ts +11 -0
- package/dist/components/post-avatar.js +6 -0
- package/dist/components/post-avatar2.js +170 -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 +121 -0
- package/dist/components/post-banner.d.ts +11 -0
- package/dist/components/post-banner.js +6 -0
- package/dist/components/post-banner2.js +127 -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-breadcrumbs.d.ts +11 -0
- package/dist/components/post-breadcrumbs.js +6 -0
- package/dist/components/post-breadcrumbs2.js +177 -0
- package/dist/components/post-card-control2.js +16 -19
- package/dist/components/post-closebutton.d.ts +11 -0
- package/dist/components/post-closebutton.js +6 -0
- package/dist/components/post-closebutton2.js +39 -0
- package/dist/components/post-collapsible-trigger2.js +47 -64
- package/dist/components/post-collapsible2.js +17 -12
- package/dist/components/post-footer.d.ts +11 -0
- package/dist/components/post-footer.js +6 -0
- package/dist/components/post-footer2.js +78 -0
- package/dist/components/post-header.d.ts +11 -0
- package/dist/components/post-header.js +6 -0
- package/dist/components/post-header2.js +399 -0
- package/dist/components/post-icon2.js +59 -55
- 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 +103 -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 +145 -0
- package/dist/components/post-linkarea.d.ts +11 -0
- package/dist/components/post-linkarea.js +6 -0
- package/dist/components/post-linkarea2.js +43 -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 +36 -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 +4 -3
- package/dist/components/post-mainnavigation.d.ts +11 -0
- package/dist/components/post-mainnavigation.js +6 -0
- package/dist/components/post-mainnavigation2.js +183 -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 +121 -0
- package/dist/components/post-megadropdown.d.ts +11 -0
- package/dist/components/post-megadropdown.js +6 -0
- package/dist/components/post-megadropdown2.js +190 -0
- package/dist/components/post-menu-item.d.ts +11 -0
- package/dist/components/post-menu-item.js +6 -0
- package/dist/components/post-menu-item2.js +27 -0
- package/dist/components/post-menu-trigger.d.ts +11 -0
- package/dist/components/post-menu-trigger.js +6 -0
- package/dist/components/post-menu-trigger2.js +109 -0
- package/dist/components/post-menu.d.ts +11 -0
- package/dist/components/post-menu.js +6 -0
- package/dist/components/post-menu2.js +192 -0
- package/dist/components/post-popover2.js +20 -16
- package/dist/components/post-popovercontainer2.js +788 -73
- package/dist/components/post-rating2.js +2 -2
- package/dist/components/post-tab-header2.js +8 -6
- package/dist/components/post-tab-panel2.js +4 -3
- package/dist/components/post-tabs2.js +11 -13
- 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 +62 -0
- package/dist/components/post-tooltip-trigger2.js +14 -277
- package/dist/components/post-tooltip2.js +7 -3
- package/dist/components/slide.js +25 -0
- package/dist/docs.json +1977 -287
- package/dist/esm/breakpoints-7812702e.js +56 -0
- package/dist/esm/check-non-empty-258a56b3.js +13 -0
- package/dist/esm/check-one-of-0bee20f5.js +11 -0
- package/dist/esm/check-type-37d5d307.js +19 -0
- package/dist/esm/check-url-17962bc8.js +17 -0
- package/dist/esm/event-guard-538ee077.js +45 -0
- package/dist/esm/fade-1f3cacf4.js +11 -0
- package/dist/esm/get-root-1b1af46f.js +15 -0
- package/dist/esm/index-8f8fe5b0.js +32 -0
- package/dist/esm/{index-e1b64755.js → index-f4d19816.js} +35 -15
- package/dist/esm/index.browser-ff103197.js +14 -0
- package/dist/esm/index.js +33 -23
- package/dist/esm/loader.js +3 -3
- package/dist/esm/long-press-event-04d24397.js +264 -0
- package/dist/esm/package-33ac2576.js +3 -0
- package/dist/esm/{post-accordion-bcfe7e61.js → post-accordion-03796d13.js} +11 -12
- package/dist/esm/post-accordion-item-d29c49e5.js +62 -0
- package/dist/esm/post-accordion-item.entry.js +10 -6
- package/dist/esm/post-accordion.entry.js +6 -4
- package/dist/esm/post-avatar-639dc17a.js +143 -0
- package/dist/esm/post-avatar.entry.js +6 -0
- package/dist/esm/post-back-to-top-8099279e.js +94 -0
- package/dist/esm/post-back-to-top.entry.js +8 -0
- package/dist/esm/post-banner-54834fbf.js +90 -0
- package/dist/esm/post-banner.entry.js +12 -0
- package/dist/esm/post-breadcrumb-item_2.entry.js +9 -0
- package/dist/esm/post-breadcrumbs-caf56014.js +118 -0
- package/dist/esm/post-breadcrumbs.entry.js +5 -0
- package/dist/esm/post-card-control-b063586b.js +267 -0
- package/dist/esm/post-card-control.entry.js +6 -5
- package/dist/esm/post-closebutton_15.entry.js +14 -0
- package/dist/esm/{post-collapsible-trigger-3168178e.js → post-collapsible-trigger-727bcde1.js} +62 -76
- package/dist/esm/post-collapsible_2.entry.js +11 -7
- package/dist/esm/post-components.js +3 -3
- package/dist/esm/post-footer-16f1a8de.js +36 -0
- package/dist/esm/post-footer.entry.js +4 -0
- package/dist/esm/post-linkarea-4e4228fb.js +28 -0
- package/dist/esm/post-linkarea.entry.js +3 -0
- package/dist/esm/post-menu-item-e9dd8173.js +65 -0
- package/dist/esm/post-popover-46ede6b5.js +133 -0
- package/dist/esm/post-popover.entry.js +4 -3
- package/dist/esm/{post-rating-0fd5de37.js → post-rating-8d0d970b.js} +4 -4
- package/dist/esm/post-rating.entry.js +3 -3
- package/dist/esm/post-tab-header-8224c7c2.js +32 -0
- package/dist/esm/post-tab-header.entry.js +6 -4
- package/dist/esm/{post-tab-panel-6b1219e0.js → post-tab-panel-dfdeccd3.js} +5 -4
- package/dist/esm/post-tab-panel.entry.js +4 -3
- package/dist/esm/{post-tabs-b8ff3c5d.js → post-tabs-fabd0569.js} +14 -16
- package/dist/esm/post-tabs.entry.js +5 -4
- package/dist/esm/post-tag-13994238.js +45 -0
- package/dist/esm/post-tag.entry.js +3 -3
- package/dist/esm/post-togglebutton-87967c5b.js +4478 -0
- package/dist/esm/{post-tooltip-aa745743.js → post-tooltip-eecaa4c7.js} +10 -6
- package/dist/esm/{post-tooltip-trigger-ce0b4106.js → post-tooltip-trigger-642cbb22.js} +17 -280
- package/dist/esm/post-tooltip-trigger.entry.js +5 -4
- package/dist/esm/post-tooltip.entry.js +5 -4
- package/dist/esm/slide-cd2850ee.js +25 -0
- package/dist/post-components/index.esm.js +1 -1
- package/dist/post-components/p-0539071d.js +1 -0
- package/dist/post-components/p-0889c759.js +1 -0
- package/dist/post-components/p-0dcd25ab.js +1 -0
- package/dist/post-components/p-181c73d5.js +1 -0
- package/dist/post-components/p-19317b15.js +8 -0
- package/dist/post-components/p-1ef9415b.js +1 -0
- package/dist/post-components/p-24d0695f.entry.js +1 -0
- package/dist/post-components/p-2e50a07d.entry.js +1 -0
- package/dist/post-components/p-30eb4d87.js +1 -0
- package/dist/post-components/p-46008c18.entry.js +1 -0
- package/dist/post-components/p-47ab2c2b.entry.js +1 -0
- package/dist/post-components/p-4c049de0.entry.js +1 -0
- package/dist/post-components/p-4c4acc32.entry.js +1 -0
- package/dist/post-components/p-5d473fcd.js +1 -0
- package/dist/post-components/p-5d539b30.js +1 -0
- package/dist/post-components/p-64e3de38.js +1 -0
- package/dist/post-components/p-6783e509.entry.js +1 -0
- package/dist/post-components/p-692ba59d.js +1 -0
- package/dist/post-components/p-6933fb57.entry.js +1 -0
- package/dist/post-components/p-6b31a76a.js +1 -0
- package/dist/post-components/p-72197a6b.js +1 -0
- package/dist/post-components/p-722ffaae.js +1 -0
- package/dist/post-components/p-7709c14a.js +1 -0
- package/dist/post-components/p-77910344.entry.js +1 -0
- package/dist/post-components/p-80e5100e.entry.js +1 -0
- package/dist/post-components/p-84fbf49c.js +1 -0
- package/dist/post-components/p-85fdc2d3.js +1 -0
- package/dist/post-components/p-8c09291c.js +1 -0
- package/dist/post-components/p-8db32dab.js +8 -0
- package/dist/post-components/p-93da1a5f.js +1 -0
- package/dist/post-components/p-9b052461.js +1 -0
- package/dist/post-components/p-9b8ee310.entry.js +1 -0
- package/dist/post-components/{p-3eab790d.js → p-9e461613.js} +2 -2
- package/dist/post-components/p-9efb84d3.entry.js +1 -0
- package/dist/post-components/p-9fbf2f82.entry.js +1 -0
- package/dist/post-components/p-a07f85ee.js +1 -0
- package/dist/post-components/p-a25019de.js +1 -0
- package/dist/post-components/p-a710ee00.js +1 -0
- package/dist/post-components/p-b94e5b4d.entry.js +1 -0
- package/dist/post-components/p-c2348d3d.js +1 -0
- package/dist/post-components/p-c65f32b0.js +1 -0
- package/dist/post-components/p-c6b03446.entry.js +1 -0
- package/dist/post-components/p-d0dfd5f9.js +1 -0
- package/dist/post-components/p-d45df336.js +1 -0
- package/dist/post-components/p-d4890d50.entry.js +1 -0
- package/dist/post-components/p-d5210531.entry.js +1 -0
- package/dist/post-components/p-dd39c542.entry.js +1 -0
- package/dist/post-components/p-df6c8a4c.js +1 -0
- package/dist/post-components/p-e068a41e.js +1 -0
- package/dist/post-components/p-e585c6fe.js +1 -0
- package/dist/post-components/p-f2c4a48d.js +1 -0
- package/dist/post-components/p-f31b9b5d.entry.js +1 -0
- package/dist/post-components/p-f58252d5.entry.js +1 -0
- package/dist/post-components/p-fda767f0.js +1 -0
- package/dist/post-components/post-components.esm.js +1 -1
- package/dist/types/animations/collapse.d.ts +2 -2
- package/dist/types/animations/fade.d.ts +2 -2
- package/dist/types/animations/slide.d.ts +2 -0
- package/dist/types/components/post-accordion/post-accordion.d.ts +1 -1
- package/dist/types/components/post-accordion-item/post-accordion-item.d.ts +8 -2
- 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 +21 -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-item/post-breadcrumb-item.d.ts +20 -0
- package/dist/types/components/post-breadcrumbs/post-breadcrumbs.d.ts +30 -0
- package/dist/types/components/post-card-control/post-card-control.d.ts +9 -9
- package/dist/types/components/post-closebutton/post-closebutton.d.ts +7 -0
- package/dist/types/components/post-collapsible-trigger/post-collapsible-trigger.d.ts +9 -14
- package/dist/types/components/post-footer/post-footer.d.ts +23 -0
- package/dist/types/components/post-header/post-header.d.ts +52 -0
- package/dist/types/components/post-icon/post-icon.d.ts +10 -6
- package/dist/types/components/post-language-option/post-language-option.d.ts +49 -0
- package/dist/types/components/post-language-switch/post-language-switch.d.ts +39 -0
- package/dist/types/components/post-language-switch/switch-variants.d.ts +2 -0
- package/dist/types/components/post-linkarea/post-linkarea.d.ts +5 -0
- package/dist/types/components/post-list/post-list.d.ts +24 -0
- package/dist/types/components/post-list-item/post-list-item.d.ts +8 -0
- package/dist/types/components/post-mainnavigation/post-mainnavigation.d.ts +46 -0
- package/dist/types/components/post-megadropdown/post-megadropdown.d.ts +59 -0
- package/dist/types/components/post-megadropdown-trigger/post-megadropdown-trigger.d.ts +33 -0
- package/dist/types/components/post-menu/post-menu.d.ts +49 -0
- package/dist/types/components/post-menu-item/post-menu-item.d.ts +3 -0
- package/dist/types/components/post-menu-trigger/post-menu-trigger.d.ts +28 -0
- package/dist/types/components/post-popover/post-popover.d.ts +6 -4
- package/dist/types/components/post-popovercontainer/post-popovercontainer.d.ts +9 -1
- package/dist/types/components/post-tab-header/post-tab-header.d.ts +1 -1
- package/dist/types/components/post-tabs/post-tabs.d.ts +1 -1
- package/dist/types/components/post-tag/post-tag.d.ts +2 -2
- package/dist/types/components/post-togglebutton/post-togglebutton.d.ts +15 -0
- package/dist/types/components/post-tooltip/post-tooltip.d.ts +1 -0
- package/dist/types/components/post-tooltip-trigger/post-tooltip-trigger.d.ts +0 -1
- package/dist/types/components.d.ts +603 -50
- package/dist/types/home/runner/work/design-system/design-system/packages/components/.stencil/.config/bindings.angular.d.ts +2 -0
- package/dist/types/index.d.ts +22 -3
- package/dist/types/popover-fn.d.ts +11 -0
- package/dist/types/utils/attribute-observer.d.ts +1 -1
- package/dist/types/utils/breakpoints.d.ts +12 -0
- package/dist/types/utils/component-on-ready.d.ts +1 -1
- package/dist/types/utils/environment.d.ts +2 -0
- package/dist/types/utils/event-guard.d.ts +4 -0
- package/dist/types/utils/get-focusable-children.d.ts +1 -0
- package/dist/types/utils/get-root.d.ts +5 -1
- package/dist/types/utils/index.d.ts +5 -0
- package/dist/types/utils/property-checkers/check-non-empty.d.ts +3 -1
- package/dist/types/utils/property-checkers/check-one-of.d.ts +3 -1
- package/dist/types/utils/property-checkers/check-pattern.d.ts +3 -1
- package/dist/types/utils/property-checkers/check-type.d.ts +3 -1
- package/dist/types/utils/property-checkers/check-url.d.ts +3 -1
- package/dist/types/utils/property-checkers/index.d.ts +12 -4
- package/dist/types/utils/sass-export.d.ts +5 -1
- package/loaders/breakpoints.js +56 -0
- package/loaders/check-non-empty.js +6 -2
- package/loaders/check-one-of.js +8 -3
- package/loaders/check-type.js +11 -6
- package/loaders/event-guard.js +45 -0
- package/loaders/fade.js +6 -2
- package/loaders/get-focusable-children.js +35 -0
- package/loaders/get-root.js +15 -0
- package/loaders/index.browser.js +14 -0
- package/loaders/index.d.ts +40 -2
- package/loaders/index.js +22 -2
- package/loaders/index2.js +25 -12
- package/loaders/long-press-event.js +264 -0
- package/loaders/package.js +1 -1
- package/loaders/post-accordion-item.js +1 -82
- package/loaders/post-accordion-item2.js +103 -0
- package/loaders/post-accordion.js +8 -9
- package/loaders/post-avatar.d.ts +11 -0
- package/loaders/post-avatar.js +173 -0
- package/loaders/post-back-to-top.d.ts +11 -0
- package/loaders/post-back-to-top.js +124 -0
- package/loaders/post-banner.d.ts +11 -0
- package/loaders/post-banner.js +130 -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-breadcrumbs.d.ts +11 -0
- package/loaders/post-breadcrumbs.js +180 -0
- package/loaders/post-card-control.js +16 -19
- package/loaders/post-closebutton.d.ts +11 -0
- package/loaders/post-closebutton.js +42 -0
- package/loaders/post-collapsible-trigger2.js +47 -64
- package/loaders/post-collapsible2.js +16 -11
- package/loaders/post-footer.d.ts +11 -0
- package/loaders/post-footer.js +81 -0
- package/loaders/post-header.d.ts +11 -0
- package/loaders/post-header.js +402 -0
- package/loaders/post-icon2.js +59 -55
- package/loaders/post-language-option.d.ts +11 -0
- package/loaders/post-language-option.js +106 -0
- package/loaders/post-language-switch.d.ts +11 -0
- package/loaders/post-language-switch.js +148 -0
- package/loaders/post-linkarea.d.ts +11 -0
- package/loaders/post-linkarea.js +46 -0
- package/loaders/post-list-item.d.ts +11 -0
- package/loaders/post-list-item.js +39 -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 +5 -4
- package/loaders/post-mainnavigation.d.ts +11 -0
- package/loaders/post-mainnavigation.js +186 -0
- package/loaders/post-megadropdown-trigger.d.ts +11 -0
- package/loaders/post-megadropdown-trigger.js +124 -0
- package/loaders/post-megadropdown.d.ts +11 -0
- package/loaders/post-megadropdown.js +193 -0
- package/loaders/post-menu-item.d.ts +11 -0
- package/loaders/post-menu-item.js +6 -0
- package/loaders/post-menu-item2.js +27 -0
- package/loaders/post-menu-trigger.d.ts +11 -0
- package/loaders/post-menu-trigger.js +6 -0
- package/loaders/post-menu-trigger2.js +109 -0
- package/loaders/post-menu.d.ts +11 -0
- package/loaders/post-menu.js +6 -0
- package/loaders/post-menu2.js +192 -0
- package/loaders/post-popover.js +20 -16
- package/loaders/post-popovercontainer2.js +788 -73
- package/loaders/post-rating.js +2 -2
- package/loaders/post-tab-header.js +8 -6
- package/loaders/post-tab-panel.js +4 -3
- package/loaders/post-tabs.js +11 -13
- package/loaders/post-tag.js +2 -2
- package/loaders/post-togglebutton.d.ts +11 -0
- package/loaders/post-togglebutton.js +65 -0
- package/loaders/post-tooltip-trigger.js +14 -277
- package/loaders/post-tooltip.js +7 -3
- package/loaders/slide.js +25 -0
- package/package.json +45 -33
- package/dist/cjs/check-non-empty-eeaa8f77.js +0 -11
- package/dist/cjs/check-one-of-f4f5d0c0.js +0 -8
- package/dist/cjs/check-type-64af82a9.js +0 -16
- package/dist/cjs/fade-35a3633a.js +0 -10
- package/dist/cjs/index-824d2b71.js +0 -39
- package/dist/cjs/post-accordion-item-744c881d.js +0 -52
- package/dist/cjs/post-alert-2a768f58.js +0 -99
- package/dist/cjs/post-alert.cjs.entry.js +0 -17
- package/dist/cjs/post-card-control-197c8e44.js +0 -272
- package/dist/cjs/post-icon-df629079.js +0 -139
- package/dist/cjs/post-icon.cjs.entry.js +0 -16
- package/dist/cjs/post-logo-7caeb918.js +0 -39
- package/dist/cjs/post-logo.cjs.entry.js +0 -15
- package/dist/cjs/post-popover-090c3d01.js +0 -131
- package/dist/cjs/post-popovercontainer-872681bf.js +0 -2281
- package/dist/cjs/post-popovercontainer.cjs.entry.js +0 -11
- package/dist/cjs/post-tab-header-422d0f03.js +0 -32
- package/dist/cjs/post-tag-c72183f2.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/check-non-empty-58bd6b17.js +0 -9
- package/dist/esm/check-one-of-6b3ef8eb.js +0 -6
- package/dist/esm/check-type-8828dbe4.js +0 -14
- package/dist/esm/fade-7fd71785.js +0 -7
- package/dist/esm/index-69587a51.js +0 -34
- package/dist/esm/package-45827c3b.js +0 -3
- package/dist/esm/post-accordion-item-8869c90b.js +0 -50
- package/dist/esm/post-alert-21fd0068.js +0 -97
- package/dist/esm/post-alert.entry.js +0 -9
- package/dist/esm/post-card-control-60c132dc.js +0 -270
- package/dist/esm/post-icon-2e2e18ad.js +0 -137
- package/dist/esm/post-icon.entry.js +0 -8
- package/dist/esm/post-logo-f364eb72.js +0 -37
- package/dist/esm/post-logo.entry.js +0 -7
- package/dist/esm/post-popover-697201cd.js +0 -129
- package/dist/esm/post-popovercontainer-2b5f37fb.js +0 -2279
- package/dist/esm/post-popovercontainer.entry.js +0 -3
- package/dist/esm/post-tab-header-c8898fa2.js +0 -30
- package/dist/esm/post-tag-83470f28.js +0 -45
- package/dist/post-components/p-08dc45bb.entry.js +0 -1
- package/dist/post-components/p-1a48d1b0.js +0 -1
- package/dist/post-components/p-2737eaf5.js +0 -1
- package/dist/post-components/p-2b61a526.entry.js +0 -1
- package/dist/post-components/p-3f5bf5d9.entry.js +0 -1
- package/dist/post-components/p-40e5bb56.entry.js +0 -1
- package/dist/post-components/p-4a3f67ab.js +0 -1
- package/dist/post-components/p-56ca6bb5.js +0 -1
- package/dist/post-components/p-58cbb854.entry.js +0 -1
- package/dist/post-components/p-5c557e64.js +0 -1
- package/dist/post-components/p-5ce2abc9.entry.js +0 -1
- package/dist/post-components/p-5f08d625.js +0 -15
- package/dist/post-components/p-611b3c41.js +0 -1
- package/dist/post-components/p-7069ac74.entry.js +0 -1
- package/dist/post-components/p-755b2746.js +0 -1
- package/dist/post-components/p-788e64fb.js +0 -1
- package/dist/post-components/p-799cf60e.js +0 -1
- package/dist/post-components/p-7bbcc8ee.js +0 -1
- package/dist/post-components/p-7cdf9571.entry.js +0 -1
- package/dist/post-components/p-7e4181ce.entry.js +0 -1
- package/dist/post-components/p-9409f729.js +0 -1
- package/dist/post-components/p-a07846ea.js +0 -1
- package/dist/post-components/p-a4560368.js +0 -1
- package/dist/post-components/p-a503cb2c.entry.js +0 -1
- package/dist/post-components/p-b095519d.js +0 -1
- package/dist/post-components/p-b46e2451.js +0 -1
- package/dist/post-components/p-b7207224.js +0 -1
- package/dist/post-components/p-bafc0491.js +0 -1
- package/dist/post-components/p-c078fd94.entry.js +0 -1
- package/dist/post-components/p-c0aebe5e.entry.js +0 -1
- package/dist/post-components/p-c7e4acde.js +0 -1
- package/dist/post-components/p-ca71a3ff.entry.js +0 -1
- package/dist/post-components/p-d582cc10.js +0 -1
- package/dist/post-components/p-e49f57c0.entry.js +0 -1
- package/dist/post-components/p-eb712f9b.entry.js +0 -1
- package/dist/post-components/p-eebd060d.js +0 -1
- package/dist/post-components/p-f7cead60.entry.js +0 -1
- package/dist/post-components/p-ffd75503.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": "2025-05-19T11:
|
|
2
|
+
"timestamp": "2025-05-19T11:17:59",
|
|
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": true,
|
|
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-4 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": "
|
|
395
|
-
"reflectToAttr":
|
|
396
|
-
"docs": "The label to
|
|
525
|
+
"attr": "label",
|
|
526
|
+
"reflectToAttr": true,
|
|
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,92 @@
|
|
|
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-item/post-breadcrumb-item.tsx",
|
|
590
755
|
"encapsulation": "shadow",
|
|
591
|
-
"tag": "post-
|
|
592
|
-
"readme": "# post-
|
|
756
|
+
"tag": "post-breadcrumb-item",
|
|
757
|
+
"readme": "# post-breadcrumb-item\n\n\n",
|
|
593
758
|
"docs": "",
|
|
594
759
|
"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
760
|
{
|
|
604
761
|
"name": "slot",
|
|
605
|
-
"text": "
|
|
762
|
+
"text": "default - Slot for placing the text inside the breadcrumb item."
|
|
606
763
|
}
|
|
607
764
|
],
|
|
608
765
|
"usage": {},
|
|
609
766
|
"props": [
|
|
610
767
|
{
|
|
611
|
-
"name": "
|
|
612
|
-
"type": "
|
|
768
|
+
"name": "url",
|
|
769
|
+
"type": "URL | string",
|
|
613
770
|
"complexType": {
|
|
614
|
-
"original": "
|
|
615
|
-
"resolved": "
|
|
616
|
-
"references": {
|
|
771
|
+
"original": "string | URL",
|
|
772
|
+
"resolved": "URL | string",
|
|
773
|
+
"references": {
|
|
774
|
+
"URL": {
|
|
775
|
+
"location": "global",
|
|
776
|
+
"id": "global::URL"
|
|
777
|
+
}
|
|
778
|
+
}
|
|
617
779
|
},
|
|
618
|
-
"mutable":
|
|
619
|
-
"attr": "
|
|
780
|
+
"mutable": false,
|
|
781
|
+
"attr": "url",
|
|
620
782
|
"reflectToAttr": false,
|
|
621
|
-
"docs": "
|
|
783
|
+
"docs": "The optional URL to which the breadcrumb item will link.",
|
|
622
784
|
"docsTags": [],
|
|
623
|
-
"default": "false",
|
|
624
785
|
"values": [
|
|
625
786
|
{
|
|
626
|
-
"type": "
|
|
787
|
+
"type": "URL"
|
|
788
|
+
},
|
|
789
|
+
{
|
|
790
|
+
"type": "string"
|
|
627
791
|
}
|
|
628
792
|
],
|
|
629
|
-
"optional":
|
|
793
|
+
"optional": true,
|
|
630
794
|
"required": false
|
|
631
|
-
}
|
|
795
|
+
}
|
|
796
|
+
],
|
|
797
|
+
"methods": [],
|
|
798
|
+
"events": [],
|
|
799
|
+
"listeners": [],
|
|
800
|
+
"styles": [],
|
|
801
|
+
"slots": [
|
|
632
802
|
{
|
|
633
|
-
"name": "
|
|
803
|
+
"name": "default",
|
|
804
|
+
"docs": "Slot for placing the text inside the breadcrumb item."
|
|
805
|
+
}
|
|
806
|
+
],
|
|
807
|
+
"parts": [],
|
|
808
|
+
"dependents": [
|
|
809
|
+
"post-breadcrumbs"
|
|
810
|
+
],
|
|
811
|
+
"dependencies": [
|
|
812
|
+
"post-icon"
|
|
813
|
+
],
|
|
814
|
+
"dependencyGraph": {
|
|
815
|
+
"post-breadcrumb-item": [
|
|
816
|
+
"post-icon"
|
|
817
|
+
],
|
|
818
|
+
"post-breadcrumbs": [
|
|
819
|
+
"post-breadcrumb-item"
|
|
820
|
+
]
|
|
821
|
+
}
|
|
822
|
+
},
|
|
823
|
+
{
|
|
824
|
+
"filePath": "src/components/post-breadcrumbs/post-breadcrumbs.tsx",
|
|
825
|
+
"encapsulation": "shadow",
|
|
826
|
+
"tag": "post-breadcrumbs",
|
|
827
|
+
"readme": "# post-breadcrumbs-new\n\n\n",
|
|
828
|
+
"docs": "",
|
|
829
|
+
"docsTags": [],
|
|
830
|
+
"usage": {},
|
|
831
|
+
"props": [
|
|
832
|
+
{
|
|
833
|
+
"name": "homeText",
|
|
634
834
|
"type": "string",
|
|
635
835
|
"complexType": {
|
|
636
836
|
"original": "string",
|
|
@@ -638,11 +838,11 @@
|
|
|
638
838
|
"references": {}
|
|
639
839
|
},
|
|
640
840
|
"mutable": false,
|
|
641
|
-
"attr": "
|
|
841
|
+
"attr": "home-text",
|
|
642
842
|
"reflectToAttr": false,
|
|
643
|
-
"docs": "
|
|
843
|
+
"docs": "The text label for the home breadcrumb item.",
|
|
644
844
|
"docsTags": [],
|
|
645
|
-
"default": "
|
|
845
|
+
"default": "'Home'",
|
|
646
846
|
"values": [
|
|
647
847
|
{
|
|
648
848
|
"type": "string"
|
|
@@ -652,15 +852,133 @@
|
|
|
652
852
|
"required": false
|
|
653
853
|
},
|
|
654
854
|
{
|
|
655
|
-
"name": "
|
|
656
|
-
"type": "
|
|
855
|
+
"name": "homeUrl",
|
|
856
|
+
"type": "string",
|
|
657
857
|
"complexType": {
|
|
658
|
-
"original": "
|
|
659
|
-
"resolved": "
|
|
858
|
+
"original": "string",
|
|
859
|
+
"resolved": "string",
|
|
660
860
|
"references": {}
|
|
661
861
|
},
|
|
662
|
-
"mutable":
|
|
663
|
-
"attr": "
|
|
862
|
+
"mutable": false,
|
|
863
|
+
"attr": "home-url",
|
|
864
|
+
"reflectToAttr": false,
|
|
865
|
+
"docs": "The URL for the home breadcrumb item.",
|
|
866
|
+
"docsTags": [],
|
|
867
|
+
"values": [
|
|
868
|
+
{
|
|
869
|
+
"type": "string"
|
|
870
|
+
}
|
|
871
|
+
],
|
|
872
|
+
"optional": false,
|
|
873
|
+
"required": false
|
|
874
|
+
}
|
|
875
|
+
],
|
|
876
|
+
"methods": [],
|
|
877
|
+
"events": [],
|
|
878
|
+
"listeners": [],
|
|
879
|
+
"styles": [],
|
|
880
|
+
"slots": [],
|
|
881
|
+
"parts": [],
|
|
882
|
+
"dependents": [],
|
|
883
|
+
"dependencies": [
|
|
884
|
+
"post-icon",
|
|
885
|
+
"post-menu-trigger",
|
|
886
|
+
"post-menu",
|
|
887
|
+
"post-menu-item",
|
|
888
|
+
"post-breadcrumb-item"
|
|
889
|
+
],
|
|
890
|
+
"dependencyGraph": {
|
|
891
|
+
"post-breadcrumbs": [
|
|
892
|
+
"post-icon",
|
|
893
|
+
"post-menu-trigger",
|
|
894
|
+
"post-menu",
|
|
895
|
+
"post-menu-item",
|
|
896
|
+
"post-breadcrumb-item"
|
|
897
|
+
],
|
|
898
|
+
"post-menu": [
|
|
899
|
+
"post-popovercontainer"
|
|
900
|
+
],
|
|
901
|
+
"post-breadcrumb-item": [
|
|
902
|
+
"post-icon"
|
|
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",
|
|
664
982
|
"reflectToAttr": false,
|
|
665
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.",
|
|
666
984
|
"docsTags": [],
|
|
@@ -684,7 +1002,7 @@
|
|
|
684
1002
|
"mutable": false,
|
|
685
1003
|
"attr": "icon",
|
|
686
1004
|
"reflectToAttr": false,
|
|
687
|
-
"docs": "Defines the icon `name` inside the card.\n<span className=\"
|
|
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>",
|
|
688
1006
|
"docsTags": [],
|
|
689
1007
|
"default": "null",
|
|
690
1008
|
"values": [
|
|
@@ -705,7 +1023,7 @@
|
|
|
705
1023
|
},
|
|
706
1024
|
"mutable": false,
|
|
707
1025
|
"attr": "label",
|
|
708
|
-
"reflectToAttr":
|
|
1026
|
+
"reflectToAttr": true,
|
|
709
1027
|
"docs": "Defines the text in the control-label.",
|
|
710
1028
|
"docsTags": [],
|
|
711
1029
|
"values": [
|
|
@@ -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=\"mb-4 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": "shadow",
|
|
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",
|
|
@@ -1023,7 +1376,7 @@
|
|
|
1023
1376
|
},
|
|
1024
1377
|
{
|
|
1025
1378
|
"filePath": "src/components/post-collapsible-trigger/post-collapsible-trigger.tsx",
|
|
1026
|
-
"encapsulation": "
|
|
1379
|
+
"encapsulation": "shadow",
|
|
1027
1380
|
"tag": "post-collapsible-trigger",
|
|
1028
1381
|
"readme": "# post-collapsible-trigger\n\n\n",
|
|
1029
1382
|
"docs": "",
|
|
@@ -1040,7 +1393,7 @@
|
|
|
1040
1393
|
},
|
|
1041
1394
|
"mutable": false,
|
|
1042
1395
|
"attr": "for",
|
|
1043
|
-
"reflectToAttr":
|
|
1396
|
+
"reflectToAttr": true,
|
|
1044
1397
|
"docs": "Link the trigger to a post-collapsible with this id",
|
|
1045
1398
|
"docsTags": [],
|
|
1046
1399
|
"values": [
|
|
@@ -1092,118 +1445,365 @@
|
|
|
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."
|
|
1104
1481
|
}
|
|
1105
1482
|
],
|
|
1106
1483
|
"usage": {},
|
|
1107
1484
|
"props": [
|
|
1108
1485
|
{
|
|
1109
|
-
"name": "
|
|
1110
|
-
"type": "\"cylon\" | \"cylon-vertical\" | \"fade\" | \"spin\" | \"spin-reverse\" | \"throb\"",
|
|
1111
|
-
"complexType": {
|
|
1112
|
-
"original": "Animation | null",
|
|
1113
|
-
"resolved": "\"cylon\" | \"cylon-vertical\" | \"fade\" | \"spin\" | \"spin-reverse\" | \"throb\"",
|
|
1114
|
-
"references": {
|
|
1115
|
-
"Animation": {
|
|
1116
|
-
"location": "global",
|
|
1117
|
-
"id": "global::Animation"
|
|
1118
|
-
}
|
|
1119
|
-
}
|
|
1120
|
-
},
|
|
1121
|
-
"mutable": false,
|
|
1122
|
-
"attr": "animation",
|
|
1123
|
-
"reflectToAttr": false,
|
|
1124
|
-
"docs": "The name of the animation.",
|
|
1125
|
-
"docsTags": [],
|
|
1126
|
-
"default": "null",
|
|
1127
|
-
"values": [
|
|
1128
|
-
{
|
|
1129
|
-
"value": "cylon",
|
|
1130
|
-
"type": "string"
|
|
1131
|
-
},
|
|
1132
|
-
{
|
|
1133
|
-
"value": "cylon-vertical",
|
|
1134
|
-
"type": "string"
|
|
1135
|
-
},
|
|
1136
|
-
{
|
|
1137
|
-
"value": "fade",
|
|
1138
|
-
"type": "string"
|
|
1139
|
-
},
|
|
1140
|
-
{
|
|
1141
|
-
"value": "spin",
|
|
1142
|
-
"type": "string"
|
|
1143
|
-
},
|
|
1144
|
-
{
|
|
1145
|
-
"value": "spin-reverse",
|
|
1146
|
-
"type": "string"
|
|
1147
|
-
},
|
|
1148
|
-
{
|
|
1149
|
-
"value": "throb",
|
|
1150
|
-
"type": "string"
|
|
1151
|
-
}
|
|
1152
|
-
],
|
|
1153
|
-
"optional": true,
|
|
1154
|
-
"required": false
|
|
1155
|
-
},
|
|
1156
|
-
{
|
|
1157
|
-
"name": "base",
|
|
1486
|
+
"name": "label",
|
|
1158
1487
|
"type": "string",
|
|
1159
1488
|
"complexType": {
|
|
1160
|
-
"original": "string
|
|
1489
|
+
"original": "string",
|
|
1161
1490
|
"resolved": "string",
|
|
1162
1491
|
"references": {}
|
|
1163
1492
|
},
|
|
1164
1493
|
"mutable": false,
|
|
1165
|
-
"attr": "
|
|
1494
|
+
"attr": "label",
|
|
1166
1495
|
"reflectToAttr": false,
|
|
1167
|
-
"docs": "The
|
|
1496
|
+
"docs": "The label to add to the footer (visually hidden).",
|
|
1168
1497
|
"docsTags": [],
|
|
1169
|
-
"default": "null",
|
|
1170
1498
|
"values": [
|
|
1171
1499
|
{
|
|
1172
1500
|
"type": "string"
|
|
1173
1501
|
}
|
|
1174
1502
|
],
|
|
1175
|
-
"optional":
|
|
1176
|
-
"required":
|
|
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."
|
|
1177
1515
|
},
|
|
1178
1516
|
{
|
|
1179
|
-
"name": "
|
|
1180
|
-
"
|
|
1181
|
-
"complexType": {
|
|
1182
|
-
"original": "boolean",
|
|
1183
|
-
"resolved": "boolean",
|
|
1184
|
-
"references": {}
|
|
1185
|
-
},
|
|
1186
|
-
"mutable": false,
|
|
1187
|
-
"attr": "flip-h",
|
|
1188
|
-
"reflectToAttr": false,
|
|
1189
|
-
"docs": "When set to `true`, the icon will be flipped horizontally.",
|
|
1190
|
-
"docsTags": [],
|
|
1191
|
-
"default": "false",
|
|
1192
|
-
"values": [
|
|
1193
|
-
{
|
|
1194
|
-
"type": "boolean"
|
|
1195
|
-
}
|
|
1196
|
-
],
|
|
1197
|
-
"optional": true,
|
|
1198
|
-
"required": false
|
|
1517
|
+
"name": "businesssectors",
|
|
1518
|
+
"docs": "Slot for the business sectors links."
|
|
1199
1519
|
},
|
|
1200
1520
|
{
|
|
1201
|
-
"name": "
|
|
1202
|
-
"
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
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": "(force?: boolean) => Promise<void>",
|
|
1604
|
+
"parameters": [
|
|
1605
|
+
{
|
|
1606
|
+
"name": "force",
|
|
1607
|
+
"type": "boolean",
|
|
1608
|
+
"docs": ""
|
|
1609
|
+
}
|
|
1610
|
+
],
|
|
1611
|
+
"references": {
|
|
1612
|
+
"Promise": {
|
|
1613
|
+
"location": "global",
|
|
1614
|
+
"id": "global::Promise"
|
|
1615
|
+
},
|
|
1616
|
+
"HTMLPostTogglebuttonElement": {
|
|
1617
|
+
"location": "global",
|
|
1618
|
+
"id": "global::HTMLPostTogglebuttonElement"
|
|
1619
|
+
}
|
|
1620
|
+
},
|
|
1621
|
+
"return": "Promise<void>"
|
|
1622
|
+
},
|
|
1623
|
+
"signature": "toggleMobileMenu(force?: boolean) => Promise<void>",
|
|
1624
|
+
"parameters": [
|
|
1625
|
+
{
|
|
1626
|
+
"name": "force",
|
|
1627
|
+
"type": "boolean",
|
|
1628
|
+
"docs": ""
|
|
1629
|
+
}
|
|
1630
|
+
],
|
|
1631
|
+
"docs": "Toggles the mobile navigation.",
|
|
1632
|
+
"docsTags": []
|
|
1633
|
+
}
|
|
1634
|
+
],
|
|
1635
|
+
"events": [
|
|
1636
|
+
{
|
|
1637
|
+
"event": "postUpdateDevice",
|
|
1638
|
+
"detail": "\"desktop\" | \"mobile\" | \"tablet\"",
|
|
1639
|
+
"bubbles": true,
|
|
1640
|
+
"complexType": {
|
|
1641
|
+
"original": "DEVICE_SIZE",
|
|
1642
|
+
"resolved": "\"desktop\" | \"mobile\" | \"tablet\"",
|
|
1643
|
+
"references": {
|
|
1644
|
+
"DEVICE_SIZE": {
|
|
1645
|
+
"location": "local",
|
|
1646
|
+
"path": "/home/runner/work/design-system/design-system/packages/components/src/components/post-header/post-header.tsx",
|
|
1647
|
+
"id": "src/components/post-header/post-header.tsx::DEVICE_SIZE"
|
|
1648
|
+
}
|
|
1649
|
+
}
|
|
1650
|
+
},
|
|
1651
|
+
"cancelable": true,
|
|
1652
|
+
"composed": true,
|
|
1653
|
+
"docs": "An event emitted when the device has changed",
|
|
1654
|
+
"docsTags": []
|
|
1655
|
+
}
|
|
1656
|
+
],
|
|
1657
|
+
"listeners": [],
|
|
1658
|
+
"styles": [],
|
|
1659
|
+
"slots": [
|
|
1660
|
+
{
|
|
1661
|
+
"name": "default",
|
|
1662
|
+
"docs": "Custom controls or content, right aligned in the local header."
|
|
1663
|
+
},
|
|
1664
|
+
{
|
|
1665
|
+
"name": "meta-navigation",
|
|
1666
|
+
"docs": "Holds an `<ul>` with meta navigation links."
|
|
1667
|
+
},
|
|
1668
|
+
{
|
|
1669
|
+
"name": "post-language-switch",
|
|
1670
|
+
"docs": "Should be used with the `<post-language-switch>` component."
|
|
1671
|
+
},
|
|
1672
|
+
{
|
|
1673
|
+
"name": "post-logo",
|
|
1674
|
+
"docs": "Should be used together with the `<post-logo>` component."
|
|
1675
|
+
},
|
|
1676
|
+
{
|
|
1677
|
+
"name": "post-mainnavigation",
|
|
1678
|
+
"docs": "Has a default slot because it's only meant to be used in the `<post-header>`."
|
|
1679
|
+
},
|
|
1680
|
+
{
|
|
1681
|
+
"name": "post-togglebutton",
|
|
1682
|
+
"docs": "Holds the mobile menu toggler."
|
|
1683
|
+
},
|
|
1684
|
+
{
|
|
1685
|
+
"name": "title",
|
|
1686
|
+
"docs": "Holds the application title."
|
|
1687
|
+
}
|
|
1688
|
+
],
|
|
1689
|
+
"parts": [],
|
|
1690
|
+
"dependents": [],
|
|
1691
|
+
"dependencies": [],
|
|
1692
|
+
"dependencyGraph": {}
|
|
1693
|
+
},
|
|
1694
|
+
{
|
|
1695
|
+
"filePath": "src/components/post-icon/post-icon.tsx",
|
|
1696
|
+
"encapsulation": "shadow",
|
|
1697
|
+
"tag": "post-icon",
|
|
1698
|
+
"readme": "# post-icon\n\nsome content\n",
|
|
1699
|
+
"docs": "some content",
|
|
1700
|
+
"docsTags": [
|
|
1701
|
+
{
|
|
1702
|
+
"name": "class",
|
|
1703
|
+
"text": "PostIcon - representing a stencil component"
|
|
1704
|
+
}
|
|
1705
|
+
],
|
|
1706
|
+
"usage": {},
|
|
1707
|
+
"props": [
|
|
1708
|
+
{
|
|
1709
|
+
"name": "animation",
|
|
1710
|
+
"type": "\"cylon\" | \"cylon-vertical\" | \"fade\" | \"spin\" | \"spin-reverse\" | \"throb\"",
|
|
1711
|
+
"complexType": {
|
|
1712
|
+
"original": "Animation | null",
|
|
1713
|
+
"resolved": "\"cylon\" | \"cylon-vertical\" | \"fade\" | \"spin\" | \"spin-reverse\" | \"throb\"",
|
|
1714
|
+
"references": {
|
|
1715
|
+
"Animation": {
|
|
1716
|
+
"location": "global",
|
|
1717
|
+
"id": "global::Animation"
|
|
1718
|
+
}
|
|
1719
|
+
}
|
|
1720
|
+
},
|
|
1721
|
+
"mutable": false,
|
|
1722
|
+
"attr": "animation",
|
|
1723
|
+
"reflectToAttr": false,
|
|
1724
|
+
"docs": "The name of the animation.",
|
|
1725
|
+
"docsTags": [],
|
|
1726
|
+
"default": "null",
|
|
1727
|
+
"values": [
|
|
1728
|
+
{
|
|
1729
|
+
"value": "cylon",
|
|
1730
|
+
"type": "string"
|
|
1731
|
+
},
|
|
1732
|
+
{
|
|
1733
|
+
"value": "cylon-vertical",
|
|
1734
|
+
"type": "string"
|
|
1735
|
+
},
|
|
1736
|
+
{
|
|
1737
|
+
"value": "fade",
|
|
1738
|
+
"type": "string"
|
|
1739
|
+
},
|
|
1740
|
+
{
|
|
1741
|
+
"value": "spin",
|
|
1742
|
+
"type": "string"
|
|
1743
|
+
},
|
|
1744
|
+
{
|
|
1745
|
+
"value": "spin-reverse",
|
|
1746
|
+
"type": "string"
|
|
1747
|
+
},
|
|
1748
|
+
{
|
|
1749
|
+
"value": "throb",
|
|
1750
|
+
"type": "string"
|
|
1751
|
+
}
|
|
1752
|
+
],
|
|
1753
|
+
"optional": true,
|
|
1754
|
+
"required": false
|
|
1755
|
+
},
|
|
1756
|
+
{
|
|
1757
|
+
"name": "base",
|
|
1758
|
+
"type": "string",
|
|
1759
|
+
"complexType": {
|
|
1760
|
+
"original": "string | null",
|
|
1761
|
+
"resolved": "string",
|
|
1762
|
+
"references": {}
|
|
1763
|
+
},
|
|
1764
|
+
"mutable": false,
|
|
1765
|
+
"attr": "base",
|
|
1766
|
+
"reflectToAttr": false,
|
|
1767
|
+
"docs": "The base path, where the icons are located (must be a public url).<br/>Leave this field empty to use the default cdn url.",
|
|
1768
|
+
"docsTags": [],
|
|
1769
|
+
"default": "null",
|
|
1770
|
+
"values": [
|
|
1771
|
+
{
|
|
1772
|
+
"type": "string"
|
|
1773
|
+
}
|
|
1774
|
+
],
|
|
1775
|
+
"optional": true,
|
|
1776
|
+
"required": false
|
|
1777
|
+
},
|
|
1778
|
+
{
|
|
1779
|
+
"name": "flipH",
|
|
1780
|
+
"type": "boolean",
|
|
1781
|
+
"complexType": {
|
|
1782
|
+
"original": "boolean",
|
|
1783
|
+
"resolved": "boolean",
|
|
1784
|
+
"references": {}
|
|
1785
|
+
},
|
|
1786
|
+
"mutable": false,
|
|
1787
|
+
"attr": "flip-h",
|
|
1788
|
+
"reflectToAttr": false,
|
|
1789
|
+
"docs": "When set to `true`, the icon will be flipped horizontally.",
|
|
1790
|
+
"docsTags": [],
|
|
1791
|
+
"default": "false",
|
|
1792
|
+
"values": [
|
|
1793
|
+
{
|
|
1794
|
+
"type": "boolean"
|
|
1795
|
+
}
|
|
1796
|
+
],
|
|
1797
|
+
"optional": true,
|
|
1798
|
+
"required": false
|
|
1799
|
+
},
|
|
1800
|
+
{
|
|
1801
|
+
"name": "flipV",
|
|
1802
|
+
"type": "boolean",
|
|
1803
|
+
"complexType": {
|
|
1804
|
+
"original": "boolean",
|
|
1805
|
+
"resolved": "boolean",
|
|
1806
|
+
"references": {}
|
|
1207
1807
|
},
|
|
1208
1808
|
"mutable": false,
|
|
1209
1809
|
"attr": "flip-v",
|
|
@@ -1229,7 +1829,7 @@
|
|
|
1229
1829
|
},
|
|
1230
1830
|
"mutable": false,
|
|
1231
1831
|
"attr": "name",
|
|
1232
|
-
"reflectToAttr":
|
|
1832
|
+
"reflectToAttr": true,
|
|
1233
1833
|
"docs": "The name/id of the icon (e.g. 1000, 1001, ...).",
|
|
1234
1834
|
"docsTags": [],
|
|
1235
1835
|
"values": [
|
|
@@ -1237,54 +1837,1081 @@
|
|
|
1237
1837
|
"type": "string"
|
|
1238
1838
|
}
|
|
1239
1839
|
],
|
|
1240
|
-
"optional": false,
|
|
1241
|
-
"required": true
|
|
1840
|
+
"optional": false,
|
|
1841
|
+
"required": true
|
|
1842
|
+
},
|
|
1843
|
+
{
|
|
1844
|
+
"name": "rotate",
|
|
1845
|
+
"type": "number",
|
|
1846
|
+
"complexType": {
|
|
1847
|
+
"original": "number | null",
|
|
1848
|
+
"resolved": "number",
|
|
1849
|
+
"references": {}
|
|
1850
|
+
},
|
|
1851
|
+
"mutable": false,
|
|
1852
|
+
"attr": "rotate",
|
|
1853
|
+
"reflectToAttr": false,
|
|
1854
|
+
"docs": "The number of degree for the css rotate transformation.",
|
|
1855
|
+
"docsTags": [],
|
|
1856
|
+
"default": "null",
|
|
1857
|
+
"values": [
|
|
1858
|
+
{
|
|
1859
|
+
"type": "number"
|
|
1860
|
+
}
|
|
1861
|
+
],
|
|
1862
|
+
"optional": true,
|
|
1863
|
+
"required": false
|
|
1864
|
+
},
|
|
1865
|
+
{
|
|
1866
|
+
"name": "scale",
|
|
1867
|
+
"type": "number",
|
|
1868
|
+
"complexType": {
|
|
1869
|
+
"original": "number | null",
|
|
1870
|
+
"resolved": "number",
|
|
1871
|
+
"references": {}
|
|
1872
|
+
},
|
|
1873
|
+
"mutable": false,
|
|
1874
|
+
"attr": "scale",
|
|
1875
|
+
"reflectToAttr": false,
|
|
1876
|
+
"docs": "The number for the css scale transformation.",
|
|
1877
|
+
"docsTags": [],
|
|
1878
|
+
"default": "null",
|
|
1879
|
+
"values": [
|
|
1880
|
+
{
|
|
1881
|
+
"type": "number"
|
|
1882
|
+
}
|
|
1883
|
+
],
|
|
1884
|
+
"optional": true,
|
|
1885
|
+
"required": false
|
|
1886
|
+
}
|
|
1887
|
+
],
|
|
1888
|
+
"methods": [],
|
|
1889
|
+
"events": [],
|
|
1890
|
+
"listeners": [],
|
|
1891
|
+
"styles": [],
|
|
1892
|
+
"slots": [],
|
|
1893
|
+
"parts": [],
|
|
1894
|
+
"dependents": [
|
|
1895
|
+
"post-accordion-item",
|
|
1896
|
+
"post-back-to-top",
|
|
1897
|
+
"post-banner",
|
|
1898
|
+
"post-breadcrumb-item",
|
|
1899
|
+
"post-breadcrumbs",
|
|
1900
|
+
"post-card-control",
|
|
1901
|
+
"post-closebutton",
|
|
1902
|
+
"post-language-switch",
|
|
1903
|
+
"post-mainnavigation",
|
|
1904
|
+
"post-rating",
|
|
1905
|
+
"post-tag"
|
|
1906
|
+
],
|
|
1907
|
+
"dependencies": [],
|
|
1908
|
+
"dependencyGraph": {
|
|
1909
|
+
"post-accordion-item": [
|
|
1910
|
+
"post-icon"
|
|
1911
|
+
],
|
|
1912
|
+
"post-back-to-top": [
|
|
1913
|
+
"post-icon"
|
|
1914
|
+
],
|
|
1915
|
+
"post-banner": [
|
|
1916
|
+
"post-icon"
|
|
1917
|
+
],
|
|
1918
|
+
"post-breadcrumb-item": [
|
|
1919
|
+
"post-icon"
|
|
1920
|
+
],
|
|
1921
|
+
"post-breadcrumbs": [
|
|
1922
|
+
"post-icon"
|
|
1923
|
+
],
|
|
1924
|
+
"post-card-control": [
|
|
1925
|
+
"post-icon"
|
|
1926
|
+
],
|
|
1927
|
+
"post-closebutton": [
|
|
1928
|
+
"post-icon"
|
|
1929
|
+
],
|
|
1930
|
+
"post-language-switch": [
|
|
1931
|
+
"post-icon"
|
|
1932
|
+
],
|
|
1933
|
+
"post-mainnavigation": [
|
|
1934
|
+
"post-icon"
|
|
1935
|
+
],
|
|
1936
|
+
"post-rating": [
|
|
1937
|
+
"post-icon"
|
|
1938
|
+
],
|
|
1939
|
+
"post-tag": [
|
|
1940
|
+
"post-icon"
|
|
1941
|
+
]
|
|
1942
|
+
}
|
|
1943
|
+
},
|
|
1944
|
+
{
|
|
1945
|
+
"filePath": "src/components/post-language-option/post-language-option.tsx",
|
|
1946
|
+
"encapsulation": "none",
|
|
1947
|
+
"tag": "post-language-option",
|
|
1948
|
+
"readme": "# post-language-option\n\n\n",
|
|
1949
|
+
"docs": "",
|
|
1950
|
+
"docsTags": [
|
|
1951
|
+
{
|
|
1952
|
+
"name": "slot",
|
|
1953
|
+
"text": "default - Slot for placing the content inside the anchor or button."
|
|
1954
|
+
}
|
|
1955
|
+
],
|
|
1956
|
+
"usage": {},
|
|
1957
|
+
"props": [
|
|
1958
|
+
{
|
|
1959
|
+
"name": "active",
|
|
1960
|
+
"type": "boolean",
|
|
1961
|
+
"complexType": {
|
|
1962
|
+
"original": "boolean",
|
|
1963
|
+
"resolved": "boolean",
|
|
1964
|
+
"references": {}
|
|
1965
|
+
},
|
|
1966
|
+
"mutable": true,
|
|
1967
|
+
"attr": "active",
|
|
1968
|
+
"reflectToAttr": true,
|
|
1969
|
+
"docs": "If set to `true`, the language option is considered the current language for the page.",
|
|
1970
|
+
"docsTags": [],
|
|
1971
|
+
"values": [
|
|
1972
|
+
{
|
|
1973
|
+
"type": "boolean"
|
|
1974
|
+
}
|
|
1975
|
+
],
|
|
1976
|
+
"optional": false,
|
|
1977
|
+
"required": false
|
|
1978
|
+
},
|
|
1979
|
+
{
|
|
1980
|
+
"name": "code",
|
|
1981
|
+
"type": "string",
|
|
1982
|
+
"complexType": {
|
|
1983
|
+
"original": "string",
|
|
1984
|
+
"resolved": "string",
|
|
1985
|
+
"references": {}
|
|
1986
|
+
},
|
|
1987
|
+
"mutable": false,
|
|
1988
|
+
"attr": "code",
|
|
1989
|
+
"reflectToAttr": false,
|
|
1990
|
+
"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\".",
|
|
1991
|
+
"docsTags": [],
|
|
1992
|
+
"values": [
|
|
1993
|
+
{
|
|
1994
|
+
"type": "string"
|
|
1995
|
+
}
|
|
1996
|
+
],
|
|
1997
|
+
"optional": false,
|
|
1998
|
+
"required": true
|
|
1999
|
+
},
|
|
2000
|
+
{
|
|
2001
|
+
"name": "name",
|
|
2002
|
+
"type": "string",
|
|
2003
|
+
"complexType": {
|
|
2004
|
+
"original": "string",
|
|
2005
|
+
"resolved": "string",
|
|
2006
|
+
"references": {}
|
|
2007
|
+
},
|
|
2008
|
+
"mutable": false,
|
|
2009
|
+
"attr": "name",
|
|
2010
|
+
"reflectToAttr": false,
|
|
2011
|
+
"docs": "The full name of the language. For example, \"Deutsch\".",
|
|
2012
|
+
"docsTags": [],
|
|
2013
|
+
"values": [
|
|
2014
|
+
{
|
|
2015
|
+
"type": "string"
|
|
2016
|
+
}
|
|
2017
|
+
],
|
|
2018
|
+
"optional": false,
|
|
2019
|
+
"required": false
|
|
2020
|
+
},
|
|
2021
|
+
{
|
|
2022
|
+
"name": "url",
|
|
2023
|
+
"type": "string",
|
|
2024
|
+
"complexType": {
|
|
2025
|
+
"original": "string",
|
|
2026
|
+
"resolved": "string",
|
|
2027
|
+
"references": {}
|
|
2028
|
+
},
|
|
2029
|
+
"mutable": false,
|
|
2030
|
+
"attr": "url",
|
|
2031
|
+
"reflectToAttr": false,
|
|
2032
|
+
"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.",
|
|
2033
|
+
"docsTags": [],
|
|
2034
|
+
"values": [
|
|
2035
|
+
{
|
|
2036
|
+
"type": "string"
|
|
2037
|
+
}
|
|
2038
|
+
],
|
|
2039
|
+
"optional": false,
|
|
2040
|
+
"required": false
|
|
2041
|
+
},
|
|
2042
|
+
{
|
|
2043
|
+
"name": "variant",
|
|
2044
|
+
"type": "\"list\" | \"menu\"",
|
|
2045
|
+
"complexType": {
|
|
2046
|
+
"original": "SwitchVariant | null",
|
|
2047
|
+
"resolved": "\"list\" | \"menu\"",
|
|
2048
|
+
"references": {
|
|
2049
|
+
"SwitchVariant": {
|
|
2050
|
+
"location": "import",
|
|
2051
|
+
"path": "../post-language-switch/switch-variants",
|
|
2052
|
+
"id": "src/components/post-language-switch/switch-variants.ts::SwitchVariant"
|
|
2053
|
+
}
|
|
2054
|
+
}
|
|
2055
|
+
},
|
|
2056
|
+
"mutable": false,
|
|
2057
|
+
"attr": "variant",
|
|
2058
|
+
"reflectToAttr": false,
|
|
2059
|
+
"docs": "To communicate the variant prop from the parent (post-language-switch) component to the child (post-language-option) component. See parent docs for a description about the property itself.",
|
|
2060
|
+
"docsTags": [],
|
|
2061
|
+
"values": [
|
|
2062
|
+
{
|
|
2063
|
+
"value": "list",
|
|
2064
|
+
"type": "string"
|
|
2065
|
+
},
|
|
2066
|
+
{
|
|
2067
|
+
"value": "menu",
|
|
2068
|
+
"type": "string"
|
|
2069
|
+
}
|
|
2070
|
+
],
|
|
2071
|
+
"optional": true,
|
|
2072
|
+
"required": false
|
|
2073
|
+
}
|
|
2074
|
+
],
|
|
2075
|
+
"methods": [
|
|
2076
|
+
{
|
|
2077
|
+
"name": "select",
|
|
2078
|
+
"returns": {
|
|
2079
|
+
"type": "Promise<void>",
|
|
2080
|
+
"docs": ""
|
|
2081
|
+
},
|
|
2082
|
+
"complexType": {
|
|
2083
|
+
"signature": "() => Promise<void>",
|
|
2084
|
+
"parameters": [],
|
|
2085
|
+
"references": {
|
|
2086
|
+
"Promise": {
|
|
2087
|
+
"location": "global",
|
|
2088
|
+
"id": "global::Promise"
|
|
2089
|
+
}
|
|
2090
|
+
},
|
|
2091
|
+
"return": "Promise<void>"
|
|
2092
|
+
},
|
|
2093
|
+
"signature": "select() => Promise<void>",
|
|
2094
|
+
"parameters": [],
|
|
2095
|
+
"docs": "Selects the language option programmatically.",
|
|
2096
|
+
"docsTags": []
|
|
2097
|
+
}
|
|
2098
|
+
],
|
|
2099
|
+
"events": [
|
|
2100
|
+
{
|
|
2101
|
+
"event": "postChange",
|
|
2102
|
+
"detail": "string",
|
|
2103
|
+
"bubbles": true,
|
|
2104
|
+
"complexType": {
|
|
2105
|
+
"original": "string",
|
|
2106
|
+
"resolved": "string",
|
|
2107
|
+
"references": {}
|
|
2108
|
+
},
|
|
2109
|
+
"cancelable": true,
|
|
2110
|
+
"composed": true,
|
|
2111
|
+
"docs": "An event emitted when the language option is clicked. The payload is the ISO 639 code of the language.",
|
|
2112
|
+
"docsTags": []
|
|
2113
|
+
},
|
|
2114
|
+
{
|
|
2115
|
+
"event": "postLanguageOptionInitiallyActive",
|
|
2116
|
+
"detail": "string",
|
|
2117
|
+
"bubbles": true,
|
|
2118
|
+
"complexType": {
|
|
2119
|
+
"original": "string",
|
|
2120
|
+
"resolved": "string",
|
|
2121
|
+
"references": {}
|
|
2122
|
+
},
|
|
2123
|
+
"cancelable": true,
|
|
2124
|
+
"composed": true,
|
|
2125
|
+
"docs": "An event emitted when the language option is initially active. The payload is the ISO 639 code of the language.",
|
|
2126
|
+
"docsTags": []
|
|
2127
|
+
}
|
|
2128
|
+
],
|
|
2129
|
+
"listeners": [],
|
|
2130
|
+
"styles": [],
|
|
2131
|
+
"slots": [
|
|
2132
|
+
{
|
|
2133
|
+
"name": "default",
|
|
2134
|
+
"docs": "Slot for placing the content inside the anchor or button."
|
|
2135
|
+
}
|
|
2136
|
+
],
|
|
2137
|
+
"parts": [],
|
|
2138
|
+
"dependents": [],
|
|
2139
|
+
"dependencies": [],
|
|
2140
|
+
"dependencyGraph": {}
|
|
2141
|
+
},
|
|
2142
|
+
{
|
|
2143
|
+
"filePath": "src/components/post-language-switch/post-language-switch.tsx",
|
|
2144
|
+
"encapsulation": "shadow",
|
|
2145
|
+
"tag": "post-language-switch",
|
|
2146
|
+
"readme": "# post-language-switch\n",
|
|
2147
|
+
"docs": "",
|
|
2148
|
+
"docsTags": [],
|
|
2149
|
+
"usage": {},
|
|
2150
|
+
"props": [
|
|
2151
|
+
{
|
|
2152
|
+
"name": "caption",
|
|
2153
|
+
"type": "string",
|
|
2154
|
+
"complexType": {
|
|
2155
|
+
"original": "string",
|
|
2156
|
+
"resolved": "string",
|
|
2157
|
+
"references": {}
|
|
2158
|
+
},
|
|
2159
|
+
"mutable": false,
|
|
2160
|
+
"attr": "caption",
|
|
2161
|
+
"reflectToAttr": false,
|
|
2162
|
+
"docs": "A title for the list of language options",
|
|
2163
|
+
"docsTags": [],
|
|
2164
|
+
"values": [
|
|
2165
|
+
{
|
|
2166
|
+
"type": "string"
|
|
2167
|
+
}
|
|
2168
|
+
],
|
|
2169
|
+
"optional": false,
|
|
2170
|
+
"required": false
|
|
2171
|
+
},
|
|
2172
|
+
{
|
|
2173
|
+
"name": "description",
|
|
2174
|
+
"type": "string",
|
|
2175
|
+
"complexType": {
|
|
2176
|
+
"original": "string",
|
|
2177
|
+
"resolved": "string",
|
|
2178
|
+
"references": {}
|
|
2179
|
+
},
|
|
2180
|
+
"mutable": false,
|
|
2181
|
+
"attr": "description",
|
|
2182
|
+
"reflectToAttr": false,
|
|
2183
|
+
"docs": "A descriptive text for the list of language options",
|
|
2184
|
+
"docsTags": [],
|
|
2185
|
+
"values": [
|
|
2186
|
+
{
|
|
2187
|
+
"type": "string"
|
|
2188
|
+
}
|
|
2189
|
+
],
|
|
2190
|
+
"optional": false,
|
|
2191
|
+
"required": false
|
|
2192
|
+
},
|
|
2193
|
+
{
|
|
2194
|
+
"name": "variant",
|
|
2195
|
+
"type": "\"list\" | \"menu\"",
|
|
2196
|
+
"complexType": {
|
|
2197
|
+
"original": "SwitchVariant",
|
|
2198
|
+
"resolved": "\"list\" | \"menu\"",
|
|
2199
|
+
"references": {
|
|
2200
|
+
"SwitchVariant": {
|
|
2201
|
+
"location": "import",
|
|
2202
|
+
"path": "./switch-variants",
|
|
2203
|
+
"id": "src/components/post-language-switch/switch-variants.ts::SwitchVariant"
|
|
2204
|
+
}
|
|
2205
|
+
}
|
|
2206
|
+
},
|
|
2207
|
+
"mutable": false,
|
|
2208
|
+
"attr": "variant",
|
|
2209
|
+
"reflectToAttr": false,
|
|
2210
|
+
"docs": "Whether the component is rendered as a list or a menu",
|
|
2211
|
+
"docsTags": [],
|
|
2212
|
+
"default": "'list'",
|
|
2213
|
+
"values": [
|
|
2214
|
+
{
|
|
2215
|
+
"value": "list",
|
|
2216
|
+
"type": "string"
|
|
2217
|
+
},
|
|
2218
|
+
{
|
|
2219
|
+
"value": "menu",
|
|
2220
|
+
"type": "string"
|
|
2221
|
+
}
|
|
2222
|
+
],
|
|
2223
|
+
"optional": false,
|
|
2224
|
+
"required": false
|
|
2225
|
+
}
|
|
2226
|
+
],
|
|
2227
|
+
"methods": [],
|
|
2228
|
+
"events": [],
|
|
2229
|
+
"listeners": [
|
|
2230
|
+
{
|
|
2231
|
+
"event": "postChange",
|
|
2232
|
+
"capture": false,
|
|
2233
|
+
"passive": false
|
|
2234
|
+
},
|
|
2235
|
+
{
|
|
2236
|
+
"event": "postLanguageOptionInitiallyActive",
|
|
2237
|
+
"capture": false,
|
|
2238
|
+
"passive": false
|
|
2239
|
+
}
|
|
2240
|
+
],
|
|
2241
|
+
"styles": [],
|
|
2242
|
+
"slots": [],
|
|
2243
|
+
"parts": [],
|
|
2244
|
+
"dependents": [],
|
|
2245
|
+
"dependencies": [
|
|
2246
|
+
"post-menu-trigger",
|
|
2247
|
+
"post-icon",
|
|
2248
|
+
"post-menu"
|
|
2249
|
+
],
|
|
2250
|
+
"dependencyGraph": {
|
|
2251
|
+
"post-language-switch": [
|
|
2252
|
+
"post-menu-trigger",
|
|
2253
|
+
"post-icon",
|
|
2254
|
+
"post-menu"
|
|
2255
|
+
],
|
|
2256
|
+
"post-menu": [
|
|
2257
|
+
"post-popovercontainer"
|
|
2258
|
+
]
|
|
2259
|
+
}
|
|
2260
|
+
},
|
|
2261
|
+
{
|
|
2262
|
+
"filePath": "src/components/post-linkarea/post-linkarea.tsx",
|
|
2263
|
+
"encapsulation": "shadow",
|
|
2264
|
+
"tag": "post-linkarea",
|
|
2265
|
+
"readme": "# post-linkarea\n\n\n",
|
|
2266
|
+
"docs": "",
|
|
2267
|
+
"docsTags": [],
|
|
2268
|
+
"usage": {},
|
|
2269
|
+
"props": [],
|
|
2270
|
+
"methods": [],
|
|
2271
|
+
"events": [],
|
|
2272
|
+
"listeners": [],
|
|
2273
|
+
"styles": [],
|
|
2274
|
+
"slots": [],
|
|
2275
|
+
"parts": [],
|
|
2276
|
+
"dependents": [],
|
|
2277
|
+
"dependencies": [],
|
|
2278
|
+
"dependencyGraph": {}
|
|
2279
|
+
},
|
|
2280
|
+
{
|
|
2281
|
+
"filePath": "src/components/post-list/post-list.tsx",
|
|
2282
|
+
"encapsulation": "none",
|
|
2283
|
+
"tag": "post-list",
|
|
2284
|
+
"readme": "# post-list\n\n\n",
|
|
2285
|
+
"docs": "",
|
|
2286
|
+
"docsTags": [
|
|
2287
|
+
{
|
|
2288
|
+
"name": "slot",
|
|
2289
|
+
"text": "default - Slot for placing the list title."
|
|
2290
|
+
},
|
|
2291
|
+
{
|
|
2292
|
+
"name": "slot",
|
|
2293
|
+
"text": "post-list-item - Slot for placing post-list-item components."
|
|
2294
|
+
}
|
|
2295
|
+
],
|
|
2296
|
+
"usage": {},
|
|
2297
|
+
"props": [
|
|
2298
|
+
{
|
|
2299
|
+
"name": "horizontal",
|
|
2300
|
+
"type": "boolean",
|
|
2301
|
+
"complexType": {
|
|
2302
|
+
"original": "boolean",
|
|
2303
|
+
"resolved": "boolean",
|
|
2304
|
+
"references": {}
|
|
2305
|
+
},
|
|
2306
|
+
"mutable": false,
|
|
2307
|
+
"attr": "horizontal",
|
|
2308
|
+
"reflectToAttr": true,
|
|
2309
|
+
"docs": "The list can become horizontal by setting `horizontal=\"true\"` or just `horizontal`",
|
|
2310
|
+
"docsTags": [],
|
|
2311
|
+
"default": "false",
|
|
2312
|
+
"values": [
|
|
2313
|
+
{
|
|
2314
|
+
"type": "boolean"
|
|
2315
|
+
}
|
|
2316
|
+
],
|
|
2317
|
+
"optional": false,
|
|
2318
|
+
"required": false
|
|
2319
|
+
},
|
|
2320
|
+
{
|
|
2321
|
+
"name": "titleHidden",
|
|
2322
|
+
"type": "boolean",
|
|
2323
|
+
"complexType": {
|
|
2324
|
+
"original": "boolean",
|
|
2325
|
+
"resolved": "boolean",
|
|
2326
|
+
"references": {}
|
|
2327
|
+
},
|
|
2328
|
+
"mutable": false,
|
|
2329
|
+
"attr": "title-hidden",
|
|
2330
|
+
"reflectToAttr": false,
|
|
2331
|
+
"docs": "If `true`, the list title will be hidden. Otherwise, it will be displayed.`",
|
|
2332
|
+
"docsTags": [],
|
|
2333
|
+
"default": "false",
|
|
2334
|
+
"values": [
|
|
2335
|
+
{
|
|
2336
|
+
"type": "boolean"
|
|
2337
|
+
}
|
|
2338
|
+
],
|
|
2339
|
+
"optional": false,
|
|
2340
|
+
"required": false
|
|
2341
|
+
}
|
|
2342
|
+
],
|
|
2343
|
+
"methods": [],
|
|
2344
|
+
"events": [],
|
|
2345
|
+
"listeners": [],
|
|
2346
|
+
"styles": [],
|
|
2347
|
+
"slots": [
|
|
2348
|
+
{
|
|
2349
|
+
"name": "default",
|
|
2350
|
+
"docs": "Slot for placing the list title."
|
|
2351
|
+
},
|
|
2352
|
+
{
|
|
2353
|
+
"name": "post-list-item",
|
|
2354
|
+
"docs": "Slot for placing post-list-item components."
|
|
2355
|
+
}
|
|
2356
|
+
],
|
|
2357
|
+
"parts": [],
|
|
2358
|
+
"dependents": [],
|
|
2359
|
+
"dependencies": [],
|
|
2360
|
+
"dependencyGraph": {}
|
|
2361
|
+
},
|
|
2362
|
+
{
|
|
2363
|
+
"filePath": "src/components/post-list-item/post-list-item.tsx",
|
|
2364
|
+
"encapsulation": "shadow",
|
|
2365
|
+
"tag": "post-list-item",
|
|
2366
|
+
"readme": "# post-list-item\n\n\n",
|
|
2367
|
+
"docs": "",
|
|
2368
|
+
"docsTags": [
|
|
2369
|
+
{
|
|
2370
|
+
"name": "slot",
|
|
2371
|
+
"text": "default- Slot for placing the content of the list item."
|
|
2372
|
+
}
|
|
2373
|
+
],
|
|
2374
|
+
"usage": {},
|
|
2375
|
+
"props": [],
|
|
2376
|
+
"methods": [],
|
|
2377
|
+
"events": [],
|
|
2378
|
+
"listeners": [],
|
|
2379
|
+
"styles": [],
|
|
2380
|
+
"slots": [
|
|
2381
|
+
{
|
|
2382
|
+
"name": "default- Slot for placing the content of the list item.",
|
|
2383
|
+
"docs": ""
|
|
2384
|
+
}
|
|
2385
|
+
],
|
|
2386
|
+
"parts": [],
|
|
2387
|
+
"dependents": [],
|
|
2388
|
+
"dependencies": [],
|
|
2389
|
+
"dependencyGraph": {}
|
|
2390
|
+
},
|
|
2391
|
+
{
|
|
2392
|
+
"filePath": "src/components/post-logo/post-logo.tsx",
|
|
2393
|
+
"encapsulation": "shadow",
|
|
2394
|
+
"tag": "post-logo",
|
|
2395
|
+
"readme": "# post-logo\n\n\n",
|
|
2396
|
+
"docs": "",
|
|
2397
|
+
"docsTags": [
|
|
2398
|
+
{
|
|
2399
|
+
"name": "slot",
|
|
2400
|
+
"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."
|
|
2401
|
+
}
|
|
2402
|
+
],
|
|
2403
|
+
"usage": {},
|
|
2404
|
+
"props": [
|
|
2405
|
+
{
|
|
2406
|
+
"name": "url",
|
|
2407
|
+
"type": "URL | string",
|
|
2408
|
+
"complexType": {
|
|
2409
|
+
"original": "string | URL",
|
|
2410
|
+
"resolved": "URL | string",
|
|
2411
|
+
"references": {
|
|
2412
|
+
"URL": {
|
|
2413
|
+
"location": "global",
|
|
2414
|
+
"id": "global::URL"
|
|
2415
|
+
}
|
|
2416
|
+
}
|
|
2417
|
+
},
|
|
2418
|
+
"mutable": false,
|
|
2419
|
+
"attr": "url",
|
|
2420
|
+
"reflectToAttr": false,
|
|
2421
|
+
"docs": "The URL to which the user is redirected upon clicking the logo.",
|
|
2422
|
+
"docsTags": [],
|
|
2423
|
+
"values": [
|
|
2424
|
+
{
|
|
2425
|
+
"type": "URL"
|
|
2426
|
+
},
|
|
2427
|
+
{
|
|
2428
|
+
"type": "string"
|
|
2429
|
+
}
|
|
2430
|
+
],
|
|
2431
|
+
"optional": false,
|
|
2432
|
+
"required": false
|
|
2433
|
+
}
|
|
2434
|
+
],
|
|
2435
|
+
"methods": [],
|
|
2436
|
+
"events": [],
|
|
2437
|
+
"listeners": [],
|
|
2438
|
+
"styles": [],
|
|
2439
|
+
"slots": [
|
|
2440
|
+
{
|
|
2441
|
+
"name": "default",
|
|
2442
|
+
"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."
|
|
2443
|
+
}
|
|
2444
|
+
],
|
|
2445
|
+
"parts": [],
|
|
2446
|
+
"dependents": [],
|
|
2447
|
+
"dependencies": [],
|
|
2448
|
+
"dependencyGraph": {}
|
|
2449
|
+
},
|
|
2450
|
+
{
|
|
2451
|
+
"filePath": "src/components/post-mainnavigation/post-mainnavigation.tsx",
|
|
2452
|
+
"encapsulation": "none",
|
|
2453
|
+
"tag": "post-mainnavigation",
|
|
2454
|
+
"readme": "# post-mainnavigation\n\n\n",
|
|
2455
|
+
"docs": "",
|
|
2456
|
+
"docsTags": [],
|
|
2457
|
+
"usage": {},
|
|
2458
|
+
"props": [],
|
|
2459
|
+
"methods": [],
|
|
2460
|
+
"events": [],
|
|
2461
|
+
"listeners": [
|
|
2462
|
+
{
|
|
2463
|
+
"event": "mouseup",
|
|
2464
|
+
"target": "window",
|
|
2465
|
+
"capture": false,
|
|
2466
|
+
"passive": true
|
|
2467
|
+
},
|
|
2468
|
+
{
|
|
2469
|
+
"event": "mouseleave",
|
|
2470
|
+
"target": "window",
|
|
2471
|
+
"capture": false,
|
|
2472
|
+
"passive": true
|
|
2473
|
+
}
|
|
2474
|
+
],
|
|
2475
|
+
"styles": [],
|
|
2476
|
+
"slots": [],
|
|
2477
|
+
"parts": [],
|
|
2478
|
+
"dependents": [],
|
|
2479
|
+
"dependencies": [
|
|
2480
|
+
"post-icon"
|
|
2481
|
+
],
|
|
2482
|
+
"dependencyGraph": {
|
|
2483
|
+
"post-mainnavigation": [
|
|
2484
|
+
"post-icon"
|
|
2485
|
+
]
|
|
2486
|
+
}
|
|
2487
|
+
},
|
|
2488
|
+
{
|
|
2489
|
+
"filePath": "src/components/post-megadropdown/post-megadropdown.tsx",
|
|
2490
|
+
"encapsulation": "none",
|
|
2491
|
+
"tag": "post-megadropdown",
|
|
2492
|
+
"readme": "# post-megadropdown\n\n\n",
|
|
2493
|
+
"docs": "",
|
|
2494
|
+
"docsTags": [],
|
|
2495
|
+
"usage": {},
|
|
2496
|
+
"props": [],
|
|
2497
|
+
"methods": [
|
|
2498
|
+
{
|
|
2499
|
+
"name": "focusFirst",
|
|
2500
|
+
"returns": {
|
|
2501
|
+
"type": "Promise<void>",
|
|
2502
|
+
"docs": ""
|
|
2503
|
+
},
|
|
2504
|
+
"complexType": {
|
|
2505
|
+
"signature": "() => Promise<void>",
|
|
2506
|
+
"parameters": [],
|
|
2507
|
+
"references": {
|
|
2508
|
+
"Promise": {
|
|
2509
|
+
"location": "global",
|
|
2510
|
+
"id": "global::Promise"
|
|
2511
|
+
}
|
|
2512
|
+
},
|
|
2513
|
+
"return": "Promise<void>"
|
|
2514
|
+
},
|
|
2515
|
+
"signature": "focusFirst() => Promise<void>",
|
|
2516
|
+
"parameters": [],
|
|
2517
|
+
"docs": "Sets focus to the first focusable element within the component.",
|
|
2518
|
+
"docsTags": []
|
|
2519
|
+
},
|
|
2520
|
+
{
|
|
2521
|
+
"name": "hide",
|
|
2522
|
+
"returns": {
|
|
2523
|
+
"type": "Promise<void>",
|
|
2524
|
+
"docs": ""
|
|
2525
|
+
},
|
|
2526
|
+
"complexType": {
|
|
2527
|
+
"signature": "(focusParent?: boolean, forceClose?: boolean) => Promise<void>",
|
|
2528
|
+
"parameters": [
|
|
2529
|
+
{
|
|
2530
|
+
"name": "focusParent",
|
|
2531
|
+
"type": "boolean",
|
|
2532
|
+
"docs": ""
|
|
2533
|
+
},
|
|
2534
|
+
{
|
|
2535
|
+
"name": "forceClose",
|
|
2536
|
+
"type": "boolean",
|
|
2537
|
+
"docs": ""
|
|
2538
|
+
}
|
|
2539
|
+
],
|
|
2540
|
+
"references": {
|
|
2541
|
+
"Promise": {
|
|
2542
|
+
"location": "global",
|
|
2543
|
+
"id": "global::Promise"
|
|
2544
|
+
}
|
|
2545
|
+
},
|
|
2546
|
+
"return": "Promise<void>"
|
|
2547
|
+
},
|
|
2548
|
+
"signature": "hide(focusParent?: boolean, forceClose?: boolean) => Promise<void>",
|
|
2549
|
+
"parameters": [
|
|
2550
|
+
{
|
|
2551
|
+
"name": "focusParent",
|
|
2552
|
+
"type": "boolean",
|
|
2553
|
+
"docs": ""
|
|
2554
|
+
},
|
|
2555
|
+
{
|
|
2556
|
+
"name": "forceClose",
|
|
2557
|
+
"type": "boolean",
|
|
2558
|
+
"docs": ""
|
|
2559
|
+
}
|
|
2560
|
+
],
|
|
2561
|
+
"docs": "Hides the dropdown with an animation.",
|
|
2562
|
+
"docsTags": []
|
|
2563
|
+
},
|
|
2564
|
+
{
|
|
2565
|
+
"name": "show",
|
|
2566
|
+
"returns": {
|
|
2567
|
+
"type": "Promise<void>",
|
|
2568
|
+
"docs": ""
|
|
2569
|
+
},
|
|
2570
|
+
"complexType": {
|
|
2571
|
+
"signature": "() => Promise<void>",
|
|
2572
|
+
"parameters": [],
|
|
2573
|
+
"references": {
|
|
2574
|
+
"Promise": {
|
|
2575
|
+
"location": "global",
|
|
2576
|
+
"id": "global::Promise"
|
|
2577
|
+
}
|
|
2578
|
+
},
|
|
2579
|
+
"return": "Promise<void>"
|
|
2580
|
+
},
|
|
2581
|
+
"signature": "show() => Promise<void>",
|
|
2582
|
+
"parameters": [],
|
|
2583
|
+
"docs": "Displays the dropdown.",
|
|
2584
|
+
"docsTags": []
|
|
2585
|
+
},
|
|
2586
|
+
{
|
|
2587
|
+
"name": "toggle",
|
|
2588
|
+
"returns": {
|
|
2589
|
+
"type": "Promise<void>",
|
|
2590
|
+
"docs": ""
|
|
2591
|
+
},
|
|
2592
|
+
"complexType": {
|
|
2593
|
+
"signature": "() => Promise<void>",
|
|
2594
|
+
"parameters": [],
|
|
2595
|
+
"references": {
|
|
2596
|
+
"Promise": {
|
|
2597
|
+
"location": "global",
|
|
2598
|
+
"id": "global::Promise"
|
|
2599
|
+
}
|
|
2600
|
+
},
|
|
2601
|
+
"return": "Promise<void>"
|
|
2602
|
+
},
|
|
2603
|
+
"signature": "toggle() => Promise<void>",
|
|
2604
|
+
"parameters": [],
|
|
2605
|
+
"docs": "Toggles the dropdown visibility based on its current state.",
|
|
2606
|
+
"docsTags": []
|
|
2607
|
+
}
|
|
2608
|
+
],
|
|
2609
|
+
"events": [
|
|
2610
|
+
{
|
|
2611
|
+
"event": "postToggleMegadropdown",
|
|
2612
|
+
"detail": "{ isVisible: boolean; focusParent?: boolean; }",
|
|
2613
|
+
"bubbles": true,
|
|
2614
|
+
"complexType": {
|
|
2615
|
+
"original": "{ isVisible: boolean; focusParent?: boolean }",
|
|
2616
|
+
"resolved": "{ isVisible: boolean; focusParent?: boolean; }",
|
|
2617
|
+
"references": {}
|
|
2618
|
+
},
|
|
2619
|
+
"cancelable": true,
|
|
2620
|
+
"composed": true,
|
|
2621
|
+
"docs": "Emits when the dropdown is shown or hidden.\nThe event payload is an object.\n`isVisible` is true when the dropdown gets opened and false when it gets closed\n`focusParent` determines whether after the closing of the mega dropdown, the focus should go back to the trigger parent or naturally go to the next focusable element in the page",
|
|
2622
|
+
"docsTags": []
|
|
2623
|
+
}
|
|
2624
|
+
],
|
|
2625
|
+
"listeners": [],
|
|
2626
|
+
"styles": [],
|
|
2627
|
+
"slots": [],
|
|
2628
|
+
"parts": [],
|
|
2629
|
+
"dependents": [],
|
|
2630
|
+
"dependencies": [],
|
|
2631
|
+
"dependencyGraph": {}
|
|
2632
|
+
},
|
|
2633
|
+
{
|
|
2634
|
+
"filePath": "src/components/post-megadropdown-trigger/post-megadropdown-trigger.tsx",
|
|
2635
|
+
"encapsulation": "none",
|
|
2636
|
+
"tag": "post-megadropdown-trigger",
|
|
2637
|
+
"readme": "# post-megadropdown-toggle\n\n\n",
|
|
2638
|
+
"docs": "",
|
|
2639
|
+
"docsTags": [],
|
|
2640
|
+
"usage": {},
|
|
2641
|
+
"props": [
|
|
2642
|
+
{
|
|
2643
|
+
"name": "for",
|
|
2644
|
+
"type": "string",
|
|
2645
|
+
"complexType": {
|
|
2646
|
+
"original": "string",
|
|
2647
|
+
"resolved": "string",
|
|
2648
|
+
"references": {}
|
|
2649
|
+
},
|
|
2650
|
+
"mutable": false,
|
|
2651
|
+
"attr": "for",
|
|
2652
|
+
"reflectToAttr": false,
|
|
2653
|
+
"docs": "ID of the mega dropdown element that this trigger is linked to. Used to open and close the specified mega dropdown.",
|
|
2654
|
+
"docsTags": [],
|
|
2655
|
+
"values": [
|
|
2656
|
+
{
|
|
2657
|
+
"type": "string"
|
|
2658
|
+
}
|
|
2659
|
+
],
|
|
2660
|
+
"optional": false,
|
|
2661
|
+
"required": true
|
|
2662
|
+
}
|
|
2663
|
+
],
|
|
2664
|
+
"methods": [],
|
|
2665
|
+
"events": [],
|
|
2666
|
+
"listeners": [],
|
|
2667
|
+
"styles": [],
|
|
2668
|
+
"slots": [],
|
|
2669
|
+
"parts": [],
|
|
2670
|
+
"dependents": [],
|
|
2671
|
+
"dependencies": [],
|
|
2672
|
+
"dependencyGraph": {}
|
|
2673
|
+
},
|
|
2674
|
+
{
|
|
2675
|
+
"filePath": "src/components/post-menu/post-menu.tsx",
|
|
2676
|
+
"encapsulation": "shadow",
|
|
2677
|
+
"tag": "post-menu",
|
|
2678
|
+
"readme": "# post-menu\n\n\n",
|
|
2679
|
+
"docs": "",
|
|
2680
|
+
"docsTags": [],
|
|
2681
|
+
"usage": {},
|
|
2682
|
+
"props": [
|
|
2683
|
+
{
|
|
2684
|
+
"name": "placement",
|
|
2685
|
+
"type": "\"bottom\" | \"bottom-end\" | \"bottom-start\" | \"left\" | \"left-end\" | \"left-start\" | \"right\" | \"right-end\" | \"right-start\" | \"top\" | \"top-end\" | \"top-start\"",
|
|
2686
|
+
"complexType": {
|
|
2687
|
+
"original": "Placement",
|
|
2688
|
+
"resolved": "\"bottom\" | \"bottom-end\" | \"bottom-start\" | \"left\" | \"left-end\" | \"left-start\" | \"right\" | \"right-end\" | \"right-start\" | \"top\" | \"top-end\" | \"top-start\"",
|
|
2689
|
+
"references": {
|
|
2690
|
+
"Placement": {
|
|
2691
|
+
"location": "import",
|
|
2692
|
+
"path": "@floating-ui/dom",
|
|
2693
|
+
"id": "../../node_modules/.pnpm/@floating-ui+dom@1.7.0/node_modules/@floating-ui/dom/dist/floating-ui.dom.d.ts::Placement"
|
|
2694
|
+
}
|
|
2695
|
+
}
|
|
2696
|
+
},
|
|
2697
|
+
"mutable": false,
|
|
2698
|
+
"attr": "placement",
|
|
2699
|
+
"reflectToAttr": false,
|
|
2700
|
+
"docs": "Defines the position of the menu relative to its trigger.\nMenus are automatically flipped to the opposite side if there is not enough available space and are shifted towards the viewport if they would overlap edge boundaries.\nFor supported values and behavior details, see the [Floating UI placement documentation](https://floating-ui.com/docs/computePosition#placement).",
|
|
2701
|
+
"docsTags": [],
|
|
2702
|
+
"default": "'bottom'",
|
|
2703
|
+
"values": [
|
|
2704
|
+
{
|
|
2705
|
+
"value": "bottom",
|
|
2706
|
+
"type": "string"
|
|
2707
|
+
},
|
|
2708
|
+
{
|
|
2709
|
+
"value": "bottom-end",
|
|
2710
|
+
"type": "string"
|
|
2711
|
+
},
|
|
2712
|
+
{
|
|
2713
|
+
"value": "bottom-start",
|
|
2714
|
+
"type": "string"
|
|
2715
|
+
},
|
|
2716
|
+
{
|
|
2717
|
+
"value": "left",
|
|
2718
|
+
"type": "string"
|
|
2719
|
+
},
|
|
2720
|
+
{
|
|
2721
|
+
"value": "left-end",
|
|
2722
|
+
"type": "string"
|
|
2723
|
+
},
|
|
2724
|
+
{
|
|
2725
|
+
"value": "left-start",
|
|
2726
|
+
"type": "string"
|
|
2727
|
+
},
|
|
2728
|
+
{
|
|
2729
|
+
"value": "right",
|
|
2730
|
+
"type": "string"
|
|
2731
|
+
},
|
|
2732
|
+
{
|
|
2733
|
+
"value": "right-end",
|
|
2734
|
+
"type": "string"
|
|
2735
|
+
},
|
|
2736
|
+
{
|
|
2737
|
+
"value": "right-start",
|
|
2738
|
+
"type": "string"
|
|
2739
|
+
},
|
|
2740
|
+
{
|
|
2741
|
+
"value": "top",
|
|
2742
|
+
"type": "string"
|
|
2743
|
+
},
|
|
2744
|
+
{
|
|
2745
|
+
"value": "top-end",
|
|
2746
|
+
"type": "string"
|
|
2747
|
+
},
|
|
2748
|
+
{
|
|
2749
|
+
"value": "top-start",
|
|
2750
|
+
"type": "string"
|
|
2751
|
+
}
|
|
2752
|
+
],
|
|
2753
|
+
"optional": true,
|
|
2754
|
+
"required": false
|
|
2755
|
+
}
|
|
2756
|
+
],
|
|
2757
|
+
"methods": [
|
|
2758
|
+
{
|
|
2759
|
+
"name": "hide",
|
|
2760
|
+
"returns": {
|
|
2761
|
+
"type": "Promise<void>",
|
|
2762
|
+
"docs": ""
|
|
2763
|
+
},
|
|
2764
|
+
"complexType": {
|
|
2765
|
+
"signature": "() => Promise<void>",
|
|
2766
|
+
"parameters": [],
|
|
2767
|
+
"references": {
|
|
2768
|
+
"Promise": {
|
|
2769
|
+
"location": "global",
|
|
2770
|
+
"id": "global::Promise"
|
|
2771
|
+
}
|
|
2772
|
+
},
|
|
2773
|
+
"return": "Promise<void>"
|
|
2774
|
+
},
|
|
2775
|
+
"signature": "hide() => Promise<void>",
|
|
2776
|
+
"parameters": [],
|
|
2777
|
+
"docs": "Hides the popover menu and restores focus to the previously focused element.",
|
|
2778
|
+
"docsTags": []
|
|
2779
|
+
},
|
|
2780
|
+
{
|
|
2781
|
+
"name": "show",
|
|
2782
|
+
"returns": {
|
|
2783
|
+
"type": "Promise<void>",
|
|
2784
|
+
"docs": ""
|
|
2785
|
+
},
|
|
2786
|
+
"complexType": {
|
|
2787
|
+
"signature": "(target: HTMLElement) => Promise<void>",
|
|
2788
|
+
"parameters": [
|
|
2789
|
+
{
|
|
2790
|
+
"name": "target",
|
|
2791
|
+
"type": "HTMLElement",
|
|
2792
|
+
"docs": "- The HTML element relative to which the popover menu should be displayed."
|
|
2793
|
+
}
|
|
2794
|
+
],
|
|
2795
|
+
"references": {
|
|
2796
|
+
"Promise": {
|
|
2797
|
+
"location": "global",
|
|
2798
|
+
"id": "global::Promise"
|
|
2799
|
+
},
|
|
2800
|
+
"HTMLElement": {
|
|
2801
|
+
"location": "global",
|
|
2802
|
+
"id": "global::HTMLElement"
|
|
2803
|
+
}
|
|
2804
|
+
},
|
|
2805
|
+
"return": "Promise<void>"
|
|
2806
|
+
},
|
|
2807
|
+
"signature": "show(target: HTMLElement) => Promise<void>",
|
|
2808
|
+
"parameters": [
|
|
2809
|
+
{
|
|
2810
|
+
"name": "target",
|
|
2811
|
+
"type": "HTMLElement",
|
|
2812
|
+
"docs": "- The HTML element relative to which the popover menu should be displayed."
|
|
2813
|
+
}
|
|
2814
|
+
],
|
|
2815
|
+
"docs": "Displays the popover menu, focusing the first menu item.",
|
|
2816
|
+
"docsTags": [
|
|
2817
|
+
{
|
|
2818
|
+
"name": "param",
|
|
2819
|
+
"text": "target - The HTML element relative to which the popover menu should be displayed."
|
|
2820
|
+
}
|
|
2821
|
+
]
|
|
1242
2822
|
},
|
|
1243
2823
|
{
|
|
1244
|
-
"name": "
|
|
1245
|
-
"
|
|
2824
|
+
"name": "toggle",
|
|
2825
|
+
"returns": {
|
|
2826
|
+
"type": "Promise<void>",
|
|
2827
|
+
"docs": ""
|
|
2828
|
+
},
|
|
1246
2829
|
"complexType": {
|
|
1247
|
-
"
|
|
1248
|
-
"
|
|
1249
|
-
|
|
2830
|
+
"signature": "(target: HTMLElement) => Promise<void>",
|
|
2831
|
+
"parameters": [
|
|
2832
|
+
{
|
|
2833
|
+
"name": "target",
|
|
2834
|
+
"type": "HTMLElement",
|
|
2835
|
+
"docs": ""
|
|
2836
|
+
}
|
|
2837
|
+
],
|
|
2838
|
+
"references": {
|
|
2839
|
+
"Promise": {
|
|
2840
|
+
"location": "global",
|
|
2841
|
+
"id": "global::Promise"
|
|
2842
|
+
},
|
|
2843
|
+
"HTMLElement": {
|
|
2844
|
+
"location": "global",
|
|
2845
|
+
"id": "global::HTMLElement"
|
|
2846
|
+
}
|
|
2847
|
+
},
|
|
2848
|
+
"return": "Promise<void>"
|
|
1250
2849
|
},
|
|
1251
|
-
"
|
|
1252
|
-
"
|
|
1253
|
-
"reflectToAttr": false,
|
|
1254
|
-
"docs": "The number of degree for the css rotate transformation.",
|
|
1255
|
-
"docsTags": [],
|
|
1256
|
-
"default": "null",
|
|
1257
|
-
"values": [
|
|
2850
|
+
"signature": "toggle(target: HTMLElement) => Promise<void>",
|
|
2851
|
+
"parameters": [
|
|
1258
2852
|
{
|
|
1259
|
-
"
|
|
2853
|
+
"name": "target",
|
|
2854
|
+
"type": "HTMLElement",
|
|
2855
|
+
"docs": ""
|
|
1260
2856
|
}
|
|
1261
2857
|
],
|
|
1262
|
-
"
|
|
1263
|
-
"
|
|
1264
|
-
}
|
|
2858
|
+
"docs": "Toggles the menu visibility based on its current state.",
|
|
2859
|
+
"docsTags": []
|
|
2860
|
+
}
|
|
2861
|
+
],
|
|
2862
|
+
"events": [
|
|
1265
2863
|
{
|
|
1266
|
-
"
|
|
1267
|
-
"
|
|
2864
|
+
"event": "toggleMenu",
|
|
2865
|
+
"detail": "boolean",
|
|
2866
|
+
"bubbles": true,
|
|
1268
2867
|
"complexType": {
|
|
1269
|
-
"original": "
|
|
1270
|
-
"resolved": "
|
|
2868
|
+
"original": "boolean",
|
|
2869
|
+
"resolved": "boolean",
|
|
1271
2870
|
"references": {}
|
|
1272
2871
|
},
|
|
1273
|
-
"
|
|
1274
|
-
"
|
|
1275
|
-
"
|
|
1276
|
-
"
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
"
|
|
1285
|
-
"
|
|
2872
|
+
"cancelable": true,
|
|
2873
|
+
"composed": true,
|
|
2874
|
+
"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.",
|
|
2875
|
+
"docsTags": []
|
|
2876
|
+
}
|
|
2877
|
+
],
|
|
2878
|
+
"listeners": [],
|
|
2879
|
+
"styles": [],
|
|
2880
|
+
"slots": [],
|
|
2881
|
+
"parts": [
|
|
2882
|
+
{
|
|
2883
|
+
"name": "popover-container",
|
|
2884
|
+
"docs": ""
|
|
1286
2885
|
}
|
|
1287
2886
|
],
|
|
2887
|
+
"dependents": [
|
|
2888
|
+
"post-breadcrumbs",
|
|
2889
|
+
"post-language-switch"
|
|
2890
|
+
],
|
|
2891
|
+
"dependencies": [
|
|
2892
|
+
"post-popovercontainer"
|
|
2893
|
+
],
|
|
2894
|
+
"dependencyGraph": {
|
|
2895
|
+
"post-menu": [
|
|
2896
|
+
"post-popovercontainer"
|
|
2897
|
+
],
|
|
2898
|
+
"post-breadcrumbs": [
|
|
2899
|
+
"post-menu"
|
|
2900
|
+
],
|
|
2901
|
+
"post-language-switch": [
|
|
2902
|
+
"post-menu"
|
|
2903
|
+
]
|
|
2904
|
+
}
|
|
2905
|
+
},
|
|
2906
|
+
{
|
|
2907
|
+
"filePath": "src/components/post-menu-item/post-menu-item.tsx",
|
|
2908
|
+
"encapsulation": "none",
|
|
2909
|
+
"tag": "post-menu-item",
|
|
2910
|
+
"readme": "# post-menu-item\n\n\n",
|
|
2911
|
+
"docs": "",
|
|
2912
|
+
"docsTags": [],
|
|
2913
|
+
"usage": {},
|
|
2914
|
+
"props": [],
|
|
1288
2915
|
"methods": [],
|
|
1289
2916
|
"events": [],
|
|
1290
2917
|
"listeners": [],
|
|
@@ -1292,91 +2919,71 @@
|
|
|
1292
2919
|
"slots": [],
|
|
1293
2920
|
"parts": [],
|
|
1294
2921
|
"dependents": [
|
|
1295
|
-
"post-
|
|
1296
|
-
"post-card-control",
|
|
1297
|
-
"post-rating",
|
|
1298
|
-
"post-tag"
|
|
2922
|
+
"post-breadcrumbs"
|
|
1299
2923
|
],
|
|
1300
2924
|
"dependencies": [],
|
|
1301
2925
|
"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"
|
|
2926
|
+
"post-breadcrumbs": [
|
|
2927
|
+
"post-menu-item"
|
|
1313
2928
|
]
|
|
1314
2929
|
}
|
|
1315
2930
|
},
|
|
1316
2931
|
{
|
|
1317
|
-
"filePath": "src/components/post-
|
|
1318
|
-
"encapsulation": "
|
|
1319
|
-
"tag": "post-
|
|
1320
|
-
"readme": "# post-
|
|
2932
|
+
"filePath": "src/components/post-menu-trigger/post-menu-trigger.tsx",
|
|
2933
|
+
"encapsulation": "none",
|
|
2934
|
+
"tag": "post-menu-trigger",
|
|
2935
|
+
"readme": "# post-menu-trigger\n\n\n",
|
|
1321
2936
|
"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
|
-
],
|
|
2937
|
+
"docsTags": [],
|
|
1328
2938
|
"usage": {},
|
|
1329
2939
|
"props": [
|
|
1330
2940
|
{
|
|
1331
|
-
"name": "
|
|
1332
|
-
"type": "
|
|
2941
|
+
"name": "for",
|
|
2942
|
+
"type": "string",
|
|
1333
2943
|
"complexType": {
|
|
1334
|
-
"original": "string
|
|
1335
|
-
"resolved": "
|
|
1336
|
-
"references": {
|
|
1337
|
-
"URL": {
|
|
1338
|
-
"location": "global",
|
|
1339
|
-
"id": "global::URL"
|
|
1340
|
-
}
|
|
1341
|
-
}
|
|
2944
|
+
"original": "string",
|
|
2945
|
+
"resolved": "string",
|
|
2946
|
+
"references": {}
|
|
1342
2947
|
},
|
|
1343
2948
|
"mutable": false,
|
|
1344
|
-
"attr": "
|
|
1345
|
-
"reflectToAttr":
|
|
1346
|
-
"docs": "
|
|
2949
|
+
"attr": "for",
|
|
2950
|
+
"reflectToAttr": true,
|
|
2951
|
+
"docs": "ID of the menu element that this trigger is linked to. Used to open and close the specified menu.",
|
|
1347
2952
|
"docsTags": [],
|
|
1348
2953
|
"values": [
|
|
1349
|
-
{
|
|
1350
|
-
"type": "URL"
|
|
1351
|
-
},
|
|
1352
2954
|
{
|
|
1353
2955
|
"type": "string"
|
|
1354
2956
|
}
|
|
1355
2957
|
],
|
|
1356
2958
|
"optional": false,
|
|
1357
|
-
"required":
|
|
2959
|
+
"required": true
|
|
1358
2960
|
}
|
|
1359
2961
|
],
|
|
1360
2962
|
"methods": [],
|
|
1361
2963
|
"events": [],
|
|
1362
2964
|
"listeners": [],
|
|
1363
2965
|
"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
|
-
],
|
|
2966
|
+
"slots": [],
|
|
1370
2967
|
"parts": [],
|
|
1371
|
-
"dependents": [
|
|
2968
|
+
"dependents": [
|
|
2969
|
+
"post-breadcrumbs",
|
|
2970
|
+
"post-language-switch"
|
|
2971
|
+
],
|
|
1372
2972
|
"dependencies": [],
|
|
1373
|
-
"dependencyGraph": {
|
|
2973
|
+
"dependencyGraph": {
|
|
2974
|
+
"post-breadcrumbs": [
|
|
2975
|
+
"post-menu-trigger"
|
|
2976
|
+
],
|
|
2977
|
+
"post-language-switch": [
|
|
2978
|
+
"post-menu-trigger"
|
|
2979
|
+
]
|
|
2980
|
+
}
|
|
1374
2981
|
},
|
|
1375
2982
|
{
|
|
1376
2983
|
"filePath": "src/components/post-popover/post-popover.tsx",
|
|
1377
2984
|
"encapsulation": "shadow",
|
|
1378
2985
|
"tag": "post-popover",
|
|
1379
|
-
"readme": "# post-
|
|
2986
|
+
"readme": "# post-popover\n\n\n",
|
|
1380
2987
|
"docs": "",
|
|
1381
2988
|
"docsTags": [],
|
|
1382
2989
|
"usage": {},
|
|
@@ -1434,14 +3041,14 @@
|
|
|
1434
3041
|
"Placement": {
|
|
1435
3042
|
"location": "import",
|
|
1436
3043
|
"path": "@floating-ui/dom",
|
|
1437
|
-
"id": "../../node_modules/.pnpm/@floating-ui+dom@1.
|
|
3044
|
+
"id": "../../node_modules/.pnpm/@floating-ui+dom@1.7.0/node_modules/@floating-ui/dom/dist/floating-ui.dom.d.ts::Placement"
|
|
1438
3045
|
}
|
|
1439
3046
|
}
|
|
1440
3047
|
},
|
|
1441
3048
|
"mutable": false,
|
|
1442
3049
|
"attr": "placement",
|
|
1443
3050
|
"reflectToAttr": false,
|
|
1444
|
-
"docs": "Defines the
|
|
3051
|
+
"docs": "Defines the position of the popover relative to its trigger.\nPopovers are automatically flipped to the opposite side if there is not enough available space and are shifted towards the viewport if they would overlap edge boundaries.\nFor supported values and behavior details, see the [Floating UI placement documentation](https://floating-ui.com/docs/computePosition#placement).",
|
|
1445
3052
|
"docsTags": [],
|
|
1446
3053
|
"default": "'top'",
|
|
1447
3054
|
"values": [
|
|
@@ -1641,7 +3248,7 @@
|
|
|
1641
3248
|
"filePath": "src/components/post-popovercontainer/post-popovercontainer.tsx",
|
|
1642
3249
|
"encapsulation": "none",
|
|
1643
3250
|
"tag": "post-popovercontainer",
|
|
1644
|
-
"readme": "# post-popover\n
|
|
3251
|
+
"readme": "# post-popover\n",
|
|
1645
3252
|
"docs": "",
|
|
1646
3253
|
"docsTags": [
|
|
1647
3254
|
{
|
|
@@ -1718,6 +3325,28 @@
|
|
|
1718
3325
|
"optional": true,
|
|
1719
3326
|
"required": false
|
|
1720
3327
|
},
|
|
3328
|
+
{
|
|
3329
|
+
"name": "manualClose",
|
|
3330
|
+
"type": "boolean",
|
|
3331
|
+
"complexType": {
|
|
3332
|
+
"original": "boolean",
|
|
3333
|
+
"resolved": "boolean",
|
|
3334
|
+
"references": {}
|
|
3335
|
+
},
|
|
3336
|
+
"mutable": false,
|
|
3337
|
+
"attr": "manual-close",
|
|
3338
|
+
"reflectToAttr": false,
|
|
3339
|
+
"docs": "Whether or not the popovercontainer should close when user clicks outside of it",
|
|
3340
|
+
"docsTags": [],
|
|
3341
|
+
"default": "false",
|
|
3342
|
+
"values": [
|
|
3343
|
+
{
|
|
3344
|
+
"type": "boolean"
|
|
3345
|
+
}
|
|
3346
|
+
],
|
|
3347
|
+
"optional": false,
|
|
3348
|
+
"required": false
|
|
3349
|
+
},
|
|
1721
3350
|
{
|
|
1722
3351
|
"name": "placement",
|
|
1723
3352
|
"type": "\"bottom\" | \"bottom-end\" | \"bottom-start\" | \"left\" | \"left-end\" | \"left-start\" | \"right\" | \"right-end\" | \"right-start\" | \"top\" | \"top-end\" | \"top-start\"",
|
|
@@ -1728,7 +3357,7 @@
|
|
|
1728
3357
|
"Placement": {
|
|
1729
3358
|
"location": "import",
|
|
1730
3359
|
"path": "@floating-ui/dom",
|
|
1731
|
-
"id": "../../node_modules/.pnpm/@floating-ui+dom@1.
|
|
3360
|
+
"id": "../../node_modules/.pnpm/@floating-ui+dom@1.7.0/node_modules/@floating-ui/dom/dist/floating-ui.dom.d.ts::Placement"
|
|
1732
3361
|
}
|
|
1733
3362
|
}
|
|
1734
3363
|
},
|
|
@@ -1968,11 +3597,15 @@
|
|
|
1968
3597
|
],
|
|
1969
3598
|
"parts": [],
|
|
1970
3599
|
"dependents": [
|
|
3600
|
+
"post-menu",
|
|
1971
3601
|
"post-popover",
|
|
1972
3602
|
"post-tooltip"
|
|
1973
3603
|
],
|
|
1974
3604
|
"dependencies": [],
|
|
1975
3605
|
"dependencyGraph": {
|
|
3606
|
+
"post-menu": [
|
|
3607
|
+
"post-popovercontainer"
|
|
3608
|
+
],
|
|
1976
3609
|
"post-popover": [
|
|
1977
3610
|
"post-popovercontainer"
|
|
1978
3611
|
],
|
|
@@ -2153,7 +3786,7 @@
|
|
|
2153
3786
|
},
|
|
2154
3787
|
"mutable": false,
|
|
2155
3788
|
"attr": "panel",
|
|
2156
|
-
"reflectToAttr":
|
|
3789
|
+
"reflectToAttr": true,
|
|
2157
3790
|
"docs": "The name of the panel controlled by the tab header.",
|
|
2158
3791
|
"docsTags": [],
|
|
2159
3792
|
"values": [
|
|
@@ -2204,7 +3837,7 @@
|
|
|
2204
3837
|
},
|
|
2205
3838
|
"mutable": false,
|
|
2206
3839
|
"attr": "name",
|
|
2207
|
-
"reflectToAttr":
|
|
3840
|
+
"reflectToAttr": true,
|
|
2208
3841
|
"docs": "The name of the panel, used to associate it with a tab header.",
|
|
2209
3842
|
"docsTags": [],
|
|
2210
3843
|
"values": [
|
|
@@ -2330,14 +3963,9 @@
|
|
|
2330
3963
|
"detail": "string",
|
|
2331
3964
|
"bubbles": true,
|
|
2332
3965
|
"complexType": {
|
|
2333
|
-
"original": "
|
|
3966
|
+
"original": "string",
|
|
2334
3967
|
"resolved": "string",
|
|
2335
|
-
"references": {
|
|
2336
|
-
"HTMLPostTabPanelElement": {
|
|
2337
|
-
"location": "global",
|
|
2338
|
-
"id": "global::HTMLPostTabPanelElement"
|
|
2339
|
-
}
|
|
2340
|
-
}
|
|
3968
|
+
"references": {}
|
|
2341
3969
|
},
|
|
2342
3970
|
"cancelable": true,
|
|
2343
3971
|
"composed": true,
|
|
@@ -2396,7 +4024,7 @@
|
|
|
2396
4024
|
"mutable": false,
|
|
2397
4025
|
"attr": "icon",
|
|
2398
4026
|
"reflectToAttr": false,
|
|
2399
|
-
"docs": "Defines the icon `name` inside of the component.\n<span className=\"
|
|
4027
|
+
"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/0dcfe3c0-bfc0-4107-b43b-7e9d825b805f--docs\">icon library</a>.",
|
|
2400
4028
|
"docsTags": [],
|
|
2401
4029
|
"default": "null",
|
|
2402
4030
|
"values": [
|
|
@@ -2494,6 +4122,58 @@
|
|
|
2494
4122
|
]
|
|
2495
4123
|
}
|
|
2496
4124
|
},
|
|
4125
|
+
{
|
|
4126
|
+
"filePath": "src/components/post-togglebutton/post-togglebutton.tsx",
|
|
4127
|
+
"encapsulation": "shadow",
|
|
4128
|
+
"tag": "post-togglebutton",
|
|
4129
|
+
"readme": "# post-togglebutton\n\n\n",
|
|
4130
|
+
"docs": "",
|
|
4131
|
+
"docsTags": [
|
|
4132
|
+
{
|
|
4133
|
+
"name": "slot",
|
|
4134
|
+
"text": "default - Slot for the content of the button."
|
|
4135
|
+
}
|
|
4136
|
+
],
|
|
4137
|
+
"usage": {},
|
|
4138
|
+
"props": [
|
|
4139
|
+
{
|
|
4140
|
+
"name": "toggled",
|
|
4141
|
+
"type": "boolean",
|
|
4142
|
+
"complexType": {
|
|
4143
|
+
"original": "boolean",
|
|
4144
|
+
"resolved": "boolean",
|
|
4145
|
+
"references": {}
|
|
4146
|
+
},
|
|
4147
|
+
"mutable": true,
|
|
4148
|
+
"attr": "toggled",
|
|
4149
|
+
"reflectToAttr": false,
|
|
4150
|
+
"docs": "If `true`, the button is in the \"on\" state, otherwise it is in the \"off\" state.",
|
|
4151
|
+
"docsTags": [],
|
|
4152
|
+
"default": "false",
|
|
4153
|
+
"values": [
|
|
4154
|
+
{
|
|
4155
|
+
"type": "boolean"
|
|
4156
|
+
}
|
|
4157
|
+
],
|
|
4158
|
+
"optional": false,
|
|
4159
|
+
"required": false
|
|
4160
|
+
}
|
|
4161
|
+
],
|
|
4162
|
+
"methods": [],
|
|
4163
|
+
"events": [],
|
|
4164
|
+
"listeners": [],
|
|
4165
|
+
"styles": [],
|
|
4166
|
+
"slots": [
|
|
4167
|
+
{
|
|
4168
|
+
"name": "default",
|
|
4169
|
+
"docs": "Slot for the content of the button."
|
|
4170
|
+
}
|
|
4171
|
+
],
|
|
4172
|
+
"parts": [],
|
|
4173
|
+
"dependents": [],
|
|
4174
|
+
"dependencies": [],
|
|
4175
|
+
"dependencyGraph": {}
|
|
4176
|
+
},
|
|
2497
4177
|
{
|
|
2498
4178
|
"filePath": "src/components/post-tooltip/post-tooltip.tsx",
|
|
2499
4179
|
"encapsulation": "shadow",
|
|
@@ -2580,7 +4260,7 @@
|
|
|
2580
4260
|
"Placement": {
|
|
2581
4261
|
"location": "import",
|
|
2582
4262
|
"path": "@floating-ui/dom",
|
|
2583
|
-
"id": "../../node_modules/.pnpm/@floating-ui+dom@1.
|
|
4263
|
+
"id": "../../node_modules/.pnpm/@floating-ui+dom@1.7.0/node_modules/@floating-ui/dom/dist/floating-ui.dom.d.ts::Placement"
|
|
2584
4264
|
}
|
|
2585
4265
|
}
|
|
2586
4266
|
},
|
|
@@ -2787,7 +4467,7 @@
|
|
|
2787
4467
|
"filePath": "src/components/post-tooltip-trigger/post-tooltip-trigger.tsx",
|
|
2788
4468
|
"encapsulation": "shadow",
|
|
2789
4469
|
"tag": "post-tooltip-trigger",
|
|
2790
|
-
"readme": "# post-tooltip\n\n\n",
|
|
4470
|
+
"readme": "# post-tooltip-trigger\n\n\n",
|
|
2791
4471
|
"docs": "",
|
|
2792
4472
|
"docsTags": [
|
|
2793
4473
|
{
|
|
@@ -2858,20 +4538,30 @@
|
|
|
2858
4538
|
}
|
|
2859
4539
|
],
|
|
2860
4540
|
"typeLibrary": {
|
|
4541
|
+
"src/components/post-header/post-header.tsx::DEVICE_SIZE": {
|
|
4542
|
+
"declaration": "export type DEVICE_SIZE = 'mobile' | 'tablet' | 'desktop' | null;",
|
|
4543
|
+
"docstring": "",
|
|
4544
|
+
"path": "src/components/post-header/post-header.tsx"
|
|
4545
|
+
},
|
|
2861
4546
|
"src/types/index.ts::HeadingLevel": {
|
|
2862
4547
|
"declaration": "any",
|
|
2863
4548
|
"docstring": "",
|
|
2864
4549
|
"path": "src/types/index.ts"
|
|
2865
4550
|
},
|
|
2866
|
-
"src/components/post-
|
|
2867
|
-
"declaration": "\"
|
|
4551
|
+
"src/components/post-banner/banner-types.ts::BannerType": {
|
|
4552
|
+
"declaration": "\"neutral\" | \"success\" | \"warning\" | \"danger\" | \"info\"",
|
|
4553
|
+
"docstring": "",
|
|
4554
|
+
"path": "src/components/post-banner/banner-types.ts"
|
|
4555
|
+
},
|
|
4556
|
+
"src/components/post-language-switch/switch-variants.ts::SwitchVariant": {
|
|
4557
|
+
"declaration": "\"menu\" | \"list\"",
|
|
2868
4558
|
"docstring": "",
|
|
2869
|
-
"path": "src/components/post-
|
|
4559
|
+
"path": "src/components/post-language-switch/switch-variants.ts"
|
|
2870
4560
|
},
|
|
2871
|
-
"../../node_modules/.pnpm/@floating-ui+dom@1.
|
|
4561
|
+
"../../node_modules/.pnpm/@floating-ui+dom@1.7.0/node_modules/@floating-ui/dom/dist/floating-ui.dom.d.ts::Placement": {
|
|
2872
4562
|
"declaration": "any",
|
|
2873
4563
|
"docstring": "",
|
|
2874
|
-
"path": "../../node_modules/.pnpm/@floating-ui+dom@1.
|
|
4564
|
+
"path": "../../node_modules/.pnpm/@floating-ui+dom@1.7.0/node_modules/@floating-ui/dom/dist/floating-ui.dom.d.ts"
|
|
2875
4565
|
}
|
|
2876
4566
|
}
|
|
2877
4567
|
}
|