@swisspost/design-system-components 9.0.0-next.2 → 9.0.0-next.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/.config/bindings.angular.js +4 -0
- package/dist/cjs/{attribute-observer-10f08c04.js → attribute-observer-6d8b886b.js} +4 -4
- package/dist/cjs/check-non-empty-bd99d236.js +15 -0
- package/dist/cjs/check-one-of-75d270b5.js +13 -0
- package/dist/cjs/check-type-cdbf6d29.js +21 -0
- package/dist/cjs/check-url-220a286c.js +19 -0
- package/dist/cjs/debounce-158fd76f.js +13 -0
- package/dist/cjs/fade-72d5ef55.js +14 -0
- package/dist/cjs/get-root-7a3498ef.js +11 -0
- package/dist/cjs/index-23e36ff7.js +37 -0
- package/dist/cjs/{index-c15bd800.js → index-5acef487.js} +54 -17
- package/dist/cjs/index.browser-2f65f583.js +15 -0
- package/dist/cjs/index.cjs.js +56 -27
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/{package-a7150f64.js → package-c6bc9e82.js} +1 -1
- package/dist/cjs/{post-accordion-62d2fd79.js → post-accordion-d1345784.js} +9 -8
- package/dist/cjs/post-accordion-item-a796d803.js +64 -0
- package/dist/cjs/post-accordion-item.cjs.entry.js +8 -5
- package/dist/cjs/post-accordion.cjs.entry.js +4 -4
- package/dist/cjs/post-avatar-b4e96354.js +144 -0
- package/dist/cjs/post-avatar.cjs.entry.js +13 -0
- package/dist/cjs/post-back-to-top-fc541c6b.js +76 -0
- package/dist/cjs/post-back-to-top.cjs.entry.js +15 -0
- package/dist/cjs/post-banner-46522b4f.js +96 -0
- package/dist/cjs/post-banner.cjs.entry.js +19 -0
- package/dist/cjs/post-breadcrumb-799d34da.js +112 -0
- package/dist/cjs/post-breadcrumb-item_2.cjs.entry.js +17 -0
- package/dist/cjs/post-breadcrumb.cjs.entry.js +13 -0
- package/dist/cjs/post-card-control-7bf7d3f2.js +283 -0
- package/dist/cjs/post-card-control.cjs.entry.js +5 -5
- package/dist/cjs/post-closebutton_15.cjs.entry.js +34 -0
- package/dist/cjs/{post-collapsible-trigger-9dca8493.js → post-collapsible-trigger-0568e3ec.js} +50 -56
- package/dist/cjs/post-collapsible_2.cjs.entry.js +10 -6
- package/dist/cjs/post-components.cjs.js +2 -2
- package/dist/cjs/post-footer-f87a556b.js +88 -0
- package/dist/cjs/post-footer.cjs.entry.js +11 -0
- package/dist/cjs/post-linkarea-0ccf93fc.js +30 -0
- package/dist/cjs/post-linkarea.cjs.entry.js +11 -0
- package/dist/cjs/post-menu-item-eba24c40.js +68 -0
- package/dist/cjs/post-popover-35f679f6.js +106 -0
- package/dist/cjs/post-popover.cjs.entry.js +4 -4
- package/dist/cjs/{post-rating-db5a397a.js → post-rating-d12fa214.js} +16 -6
- package/dist/cjs/post-rating.cjs.entry.js +3 -3
- package/dist/cjs/post-tab-header-89dca04b.js +33 -0
- package/dist/cjs/post-tab-header.cjs.entry.js +5 -4
- package/dist/cjs/{post-tab-panel-d59cf1ec.js → post-tab-panel-ad1ab180.js} +6 -5
- package/dist/cjs/post-tab-panel.cjs.entry.js +4 -3
- package/dist/cjs/{post-tabs-7afae61a.js → post-tabs-0db75745.js} +23 -16
- package/dist/cjs/post-tabs.cjs.entry.js +4 -4
- package/dist/cjs/post-tag-396a46c9.js +47 -0
- package/dist/cjs/post-tag.cjs.entry.js +3 -3
- package/dist/cjs/post-togglebutton-69983699.js +3861 -0
- package/dist/cjs/{post-tooltip-432852c7.js → post-tooltip-7174ea97.js} +38 -25
- package/dist/cjs/post-tooltip.cjs.entry.js +8 -6
- package/dist/cjs/slide-8ae17ee4.js +28 -0
- package/dist/collection/animations/collapse.js +5 -5
- package/dist/collection/animations/fade.js +6 -2
- package/dist/collection/animations/slide.js +23 -0
- package/dist/collection/collection-manifest.json +22 -3
- package/dist/collection/components/post-accordion/post-accordion.css +1 -1
- package/dist/collection/components/post-accordion/post-accordion.js +5 -3
- package/dist/collection/components/post-accordion-item/post-accordion-item.css +1 -1
- package/dist/collection/components/post-accordion-item/post-accordion-item.js +29 -11
- package/dist/collection/components/post-avatar/post-avatar.css +3 -0
- package/dist/collection/components/post-avatar/post-avatar.js +234 -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 +109 -0
- package/dist/collection/components/post-banner/banner-types.js +1 -0
- package/dist/collection/components/post-banner/post-banner.css +3 -0
- package/dist/collection/components/{post-alert/post-alert.js → post-banner/post-banner.js} +51 -73
- package/dist/collection/components/post-breadcrumb/post-breadcrumb.css +3 -0
- package/dist/collection/components/post-breadcrumb/post-breadcrumb.js +163 -0
- package/dist/collection/components/post-breadcrumb-item/post-breadcrumb-item.css +1 -0
- package/dist/collection/components/post-breadcrumb-item/post-breadcrumb-item.js +98 -0
- package/dist/collection/components/post-card-control/post-card-control.css +1 -1
- package/dist/collection/components/post-card-control/post-card-control.js +55 -43
- package/dist/collection/components/post-closebutton/post-closebutton.js +13 -0
- package/dist/collection/components/post-collapsible/post-collapsible.css +1 -1
- package/dist/collection/components/post-collapsible/post-collapsible.js +15 -6
- package/dist/collection/components/post-collapsible-trigger/post-collapsible-trigger.js +21 -20
- package/dist/collection/components/post-footer/post-footer.css +1 -0
- package/dist/collection/components/post-footer/post-footer.js +76 -0
- package/dist/collection/components/post-header/post-header.css +1 -0
- package/dist/collection/components/post-header/post-header.js +267 -0
- package/dist/collection/components/post-icon/post-icon.js +80 -47
- package/dist/collection/components/post-language-option/post-language-option.css +3 -0
- package/dist/collection/components/post-language-option/post-language-option.js +224 -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 +164 -0
- package/dist/collection/components/post-language-switch/switch-variants.js +1 -0
- package/dist/collection/components/post-linkarea/post-linkarea.css +1 -0
- package/dist/collection/components/post-linkarea/post-linkarea.js +30 -0
- package/dist/collection/components/post-list/post-list.css +3 -0
- package/dist/collection/components/post-list/post-list.js +90 -0
- package/dist/collection/components/post-list-item/post-list-item.css +1 -0
- package/dist/collection/components/post-list-item/post-list-item.js +26 -0
- package/dist/collection/components/post-logo/post-logo.css +1 -1
- package/dist/collection/components/post-logo/post-logo.js +4 -3
- package/dist/collection/components/post-mainnavigation/post-mainnavigation.css +1 -0
- package/dist/collection/components/post-mainnavigation/post-mainnavigation.js +255 -0
- package/dist/collection/components/post-megadropdown/post-megadropdown.css +1 -0
- package/dist/collection/components/post-megadropdown/post-megadropdown.js +268 -0
- package/dist/collection/components/post-megadropdown-trigger/post-megadropdown-trigger.css +1 -0
- package/dist/collection/components/post-megadropdown-trigger/post-megadropdown-trigger.js +127 -0
- package/dist/collection/components/post-menu/post-menu.css +3 -0
- package/dist/collection/components/post-menu/post-menu.js +297 -0
- package/dist/collection/components/post-menu-item/post-menu-item.js +8 -0
- package/dist/collection/components/post-menu-trigger/post-menu-trigger.css +1 -0
- package/dist/collection/components/post-menu-trigger/post-menu-trigger.js +122 -0
- package/dist/collection/components/post-popover/post-popover.css +1 -1
- package/dist/collection/components/post-popover/post-popover.js +6 -3
- package/dist/collection/components/post-popovercontainer/post-popovercontainer.css +1 -1
- package/dist/collection/components/post-popovercontainer/post-popovercontainer.js +193 -38
- package/dist/collection/components/post-rating/post-rating.css +1 -1
- package/dist/collection/components/post-rating/post-rating.js +13 -2
- package/dist/collection/components/post-tab-header/post-tab-header.css +2 -2
- package/dist/collection/components/post-tab-header/post-tab-header.js +6 -4
- package/dist/collection/components/post-tab-panel/post-tab-panel.js +4 -2
- package/dist/collection/components/post-tabs/post-tabs.css +1 -1
- package/dist/collection/components/post-tabs/post-tabs.js +17 -14
- package/dist/collection/components/post-tag/post-tag.css +1 -1
- package/dist/collection/components/post-tag/post-tag.js +3 -2
- package/dist/collection/components/post-togglebutton/post-togglebutton.css +1 -0
- package/dist/collection/components/post-togglebutton/post-togglebutton.js +75 -0
- package/dist/collection/components/post-tooltip/post-tooltip.css +1 -1
- package/dist/collection/components/post-tooltip/post-tooltip.js +35 -17
- package/dist/collection/index.js +21 -2
- package/dist/collection/utils/attribute-observer.js +4 -4
- package/dist/collection/utils/breakpoints.js +50 -0
- package/dist/collection/utils/component-on-ready.js +4 -4
- package/dist/collection/utils/debounce.js +2 -1
- package/dist/collection/utils/get-focusable-children.js +33 -0
- package/dist/collection/utils/property-checkers/check-non-empty.js +6 -2
- package/dist/collection/utils/property-checkers/check-one-of.js +8 -3
- package/dist/collection/utils/property-checkers/check-pattern.js +8 -3
- package/dist/collection/utils/property-checkers/check-type.js +11 -6
- package/dist/collection/utils/property-checkers/check-url.js +11 -6
- package/dist/collection/utils/property-checkers/empty-or.js +5 -2
- package/dist/collection/utils/sass-export.js +8 -5
- package/dist/components/attribute-observer.js +4 -4
- package/dist/components/check-non-empty.js +6 -2
- package/dist/components/check-one-of.js +8 -3
- package/dist/components/check-type.js +11 -6
- package/dist/components/debounce.js +11 -0
- package/dist/components/fade.js +6 -2
- package/dist/components/get-focusable-children.js +35 -0
- package/dist/components/get-root.js +9 -0
- package/dist/components/index.browser.js +13 -0
- package/dist/components/index.js +21 -2
- package/dist/components/index2.js +25 -12
- package/dist/components/index3.js +135 -0
- package/dist/components/package.js +1 -1
- package/dist/components/post-accordion-item2.js +36 -16
- package/dist/components/post-accordion2.js +6 -5
- package/dist/components/post-avatar.d.ts +11 -0
- package/dist/components/post-avatar.js +6 -0
- package/dist/components/post-avatar2.js +169 -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 +101 -0
- package/dist/components/post-banner.d.ts +11 -0
- package/dist/components/post-banner.js +6 -0
- package/dist/components/post-banner2.js +131 -0
- package/dist/components/post-breadcrumb-item.d.ts +11 -0
- package/dist/components/post-breadcrumb-item.js +6 -0
- package/dist/components/post-breadcrumb-item2.js +82 -0
- package/dist/components/post-breadcrumb.d.ts +11 -0
- package/dist/components/post-breadcrumb.js +6 -0
- package/dist/components/post-breadcrumb2.js +169 -0
- package/dist/components/post-card-control2.js +50 -39
- package/dist/components/post-closebutton.d.ts +11 -0
- package/dist/components/post-closebutton.js +6 -0
- package/dist/components/post-closebutton2.js +34 -0
- package/dist/components/post-collapsible-trigger2.js +23 -38
- package/dist/components/post-collapsible2.js +22 -14
- package/dist/components/post-footer.d.ts +11 -0
- package/dist/components/post-footer.js +6 -0
- package/dist/components/post-footer2.js +128 -0
- package/dist/components/post-header.d.ts +11 -0
- package/dist/components/post-header.js +6 -0
- package/dist/components/post-header2.js +217 -0
- package/dist/components/post-icon2.js +82 -46
- 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 +102 -0
- package/dist/components/post-language-switch.d.ts +11 -0
- package/dist/components/post-language-switch.js +6 -0
- package/dist/components/post-language-switch2.js +135 -0
- package/dist/components/post-linkarea.d.ts +11 -0
- package/dist/components/post-linkarea.js +6 -0
- package/dist/components/post-linkarea2.js +42 -0
- package/dist/components/post-list-item.d.ts +11 -0
- package/dist/components/post-list-item.js +6 -0
- package/dist/components/post-list-item2.js +35 -0
- package/dist/components/{post-alert.d.ts → post-list.d.ts} +4 -4
- package/dist/components/post-list.js +6 -0
- package/dist/components/post-list2.js +55 -0
- package/dist/components/post-logo2.js +5 -5
- package/dist/components/post-mainnavigation.d.ts +11 -0
- package/dist/components/post-mainnavigation.js +6 -0
- package/dist/components/post-mainnavigation2.js +258 -0
- package/dist/components/post-megadropdown-trigger.d.ts +11 -0
- package/dist/components/post-megadropdown-trigger.js +6 -0
- package/dist/components/post-megadropdown-trigger2.js +113 -0
- package/dist/components/post-megadropdown.d.ts +11 -0
- package/dist/components/post-megadropdown.js +6 -0
- package/dist/components/post-megadropdown2.js +186 -0
- package/dist/components/post-menu-item.d.ts +11 -0
- package/dist/components/post-menu-item.js +6 -0
- package/dist/components/post-menu-item2.js +27 -0
- package/dist/components/post-menu-trigger.d.ts +11 -0
- package/dist/components/post-menu-trigger.js +6 -0
- package/dist/components/post-menu-trigger2.js +109 -0
- package/dist/components/post-menu.d.ts +11 -0
- package/dist/components/post-menu.js +6 -0
- package/dist/components/post-menu2.js +193 -0
- package/dist/components/post-popover2.js +6 -4
- package/dist/components/post-popovercontainer2.js +227 -59
- package/dist/components/post-rating2.js +14 -4
- package/dist/components/post-tab-header2.js +7 -6
- package/dist/components/post-tab-panel2.js +4 -3
- package/dist/components/post-tabs2.js +20 -13
- package/dist/components/post-tag2.js +3 -3
- package/dist/components/post-togglebutton.d.ts +11 -0
- package/dist/components/post-togglebutton.js +6 -0
- package/dist/components/post-togglebutton2.js +61 -0
- package/dist/components/post-tooltip2.js +35 -22
- package/dist/components/slide.js +25 -0
- package/dist/docs.json +1956 -270
- package/dist/esm/{attribute-observer-37fa950a.js → attribute-observer-2f203993.js} +4 -4
- package/dist/esm/check-non-empty-258a56b3.js +13 -0
- package/dist/esm/check-one-of-0bee20f5.js +11 -0
- package/dist/esm/check-type-37d5d307.js +19 -0
- package/dist/esm/check-url-17962bc8.js +17 -0
- package/dist/esm/debounce-e54c7131.js +11 -0
- package/dist/esm/fade-1f3cacf4.js +11 -0
- package/dist/esm/get-root-7af2e0d1.js +9 -0
- package/dist/esm/{index-0b56fc28.js → index-40846676.js} +54 -17
- package/dist/esm/index-8f8fe5b0.js +32 -0
- package/dist/esm/index.browser-51485f85.js +13 -0
- package/dist/esm/index.js +32 -22
- package/dist/esm/loader.js +3 -3
- package/dist/esm/package-5614c98b.js +3 -0
- package/dist/esm/{post-accordion-6f4d2b9a.js → post-accordion-f6d1834d.js} +9 -8
- package/dist/esm/post-accordion-item-7cb93300.js +62 -0
- package/dist/esm/post-accordion-item.entry.js +8 -5
- package/dist/esm/post-accordion.entry.js +4 -4
- package/dist/esm/post-avatar-96108967.js +142 -0
- package/dist/esm/post-avatar.entry.js +5 -0
- package/dist/esm/post-back-to-top-7f8a61c8.js +74 -0
- package/dist/esm/post-back-to-top.entry.js +7 -0
- package/dist/esm/post-banner-bb69bce8.js +94 -0
- package/dist/esm/post-banner.entry.js +11 -0
- package/dist/esm/post-breadcrumb-9d9efa4e.js +110 -0
- package/dist/esm/post-breadcrumb-item_2.entry.js +8 -0
- package/dist/esm/post-breadcrumb.entry.js +5 -0
- package/dist/esm/post-card-control-fdced7d5.js +281 -0
- package/dist/esm/post-card-control.entry.js +5 -5
- package/dist/esm/post-closebutton_15.entry.js +12 -0
- package/dist/esm/{post-collapsible-trigger-85c2064a.js → post-collapsible-trigger-17b2f067.js} +49 -55
- package/dist/esm/post-collapsible_2.entry.js +10 -6
- package/dist/esm/post-components.js +3 -3
- package/dist/esm/post-footer-2dcd8159.js +86 -0
- package/dist/esm/post-footer.entry.js +3 -0
- package/dist/esm/post-linkarea-06c5144d.js +28 -0
- package/dist/esm/post-linkarea.entry.js +3 -0
- package/dist/esm/post-menu-item-e917bf99.js +65 -0
- package/dist/esm/post-popover-67a3cbf2.js +104 -0
- package/dist/esm/post-popover.entry.js +4 -4
- package/dist/esm/{post-rating-d9fc0b40.js → post-rating-9613bee8.js} +16 -6
- package/dist/esm/post-rating.entry.js +3 -3
- package/dist/esm/post-tab-header-dff3a025.js +31 -0
- package/dist/esm/post-tab-header.entry.js +5 -4
- package/dist/esm/{post-tab-panel-926439f4.js → post-tab-panel-2b3f82a8.js} +6 -5
- package/dist/esm/post-tab-panel.entry.js +4 -3
- package/dist/esm/{post-tabs-13b2d9a6.js → post-tabs-46d1165f.js} +23 -16
- package/dist/esm/post-tabs.entry.js +4 -4
- package/dist/esm/post-tag-4176268e.js +45 -0
- package/dist/esm/post-tag.entry.js +3 -3
- package/dist/esm/post-togglebutton-5892c5bd.js +3845 -0
- package/dist/esm/{post-tooltip-3cde6b53.js → post-tooltip-5a45a569.js} +38 -25
- package/dist/esm/post-tooltip.entry.js +8 -6
- package/dist/esm/slide-62768431.js +25 -0
- package/dist/post-components/index.esm.js +1 -1
- package/dist/post-components/p-017dc6c7.js +1 -0
- package/dist/post-components/p-0227b899.js +1 -0
- package/dist/post-components/p-04895a54.js +1 -0
- package/dist/post-components/p-04c38bfe.entry.js +1 -0
- package/dist/post-components/p-07a0a626.js +1 -0
- package/dist/post-components/p-12573893.js +1 -0
- package/dist/post-components/p-1289b0a7.entry.js +1 -0
- package/dist/post-components/p-12a11565.js +1 -0
- package/dist/post-components/p-1542a80e.entry.js +1 -0
- package/dist/post-components/p-181c73d5.js +1 -0
- package/dist/post-components/p-254a9bd2.entry.js +1 -0
- package/dist/post-components/p-28500934.entry.js +1 -0
- package/dist/post-components/p-2b1281af.js +1 -0
- package/dist/post-components/p-2c69e7f2.entry.js +1 -0
- package/dist/post-components/p-30132b19.entry.js +1 -0
- package/dist/post-components/p-30af1d48.js +1 -0
- package/dist/post-components/p-3bdeb686.entry.js +1 -0
- package/dist/post-components/p-47cb31dd.js +1 -0
- package/dist/post-components/p-4af6dbed.js +1 -0
- package/dist/post-components/p-4f41f63e.js +1 -0
- package/dist/post-components/p-52790b8b.js +1 -0
- package/dist/post-components/p-5959f2bd.js +1 -0
- package/dist/post-components/{p-82dcf8c6.js → p-59ca0a13.js} +3 -3
- package/dist/post-components/p-5aaa5703.entry.js +1 -0
- package/dist/post-components/p-64e3de38.js +1 -0
- package/dist/post-components/p-67a45f16.js +1 -0
- package/dist/post-components/p-6d8ac9bd.entry.js +1 -0
- package/dist/post-components/p-7709c14a.js +1 -0
- package/dist/post-components/p-77cc2a5e.entry.js +1 -0
- package/dist/post-components/p-79c552fb.js +1 -0
- package/dist/post-components/p-7dd05e6d.entry.js +1 -0
- package/dist/post-components/p-803b7598.js +1 -0
- package/dist/post-components/p-85fdc2d3.js +1 -0
- package/dist/post-components/p-9748a355.js +1 -0
- package/dist/post-components/p-98fcf90b.entry.js +1 -0
- package/dist/post-components/p-994fae4c.entry.js +1 -0
- package/dist/post-components/p-a805515a.entry.js +1 -0
- package/dist/post-components/p-b5b48f66.entry.js +1 -0
- package/dist/post-components/p-b9bf5a5f.js +1 -0
- package/dist/post-components/p-c6b3a926.js +1 -0
- package/dist/post-components/p-c9dd3cdb.entry.js +1 -0
- package/dist/post-components/p-cb5e4a06.js +1 -0
- package/dist/post-components/p-d45df336.js +1 -0
- package/dist/post-components/p-dd4a5c0a.entry.js +1 -0
- package/dist/post-components/p-e1baac59.js +1 -0
- package/dist/post-components/p-e585c6fe.js +1 -0
- package/dist/post-components/p-e6d54838.entry.js +1 -0
- package/dist/post-components/p-f4b0cc7d.js +1 -0
- package/dist/post-components/p-fc91cbc2.js +1 -0
- package/dist/post-components/p-fe8c300c.js +1 -0
- package/dist/post-components/p-ff95dcd3.js +2 -0
- package/dist/post-components/post-components.esm.js +1 -1
- package/dist/types/animations/collapse.d.ts +2 -2
- package/dist/types/animations/fade.d.ts +2 -2
- package/dist/types/animations/slide.d.ts +2 -0
- package/dist/types/components/post-accordion-item/post-accordion-item.d.ts +8 -2
- package/dist/types/components/post-avatar/post-avatar.d.ts +51 -0
- package/dist/types/components/post-back-to-top/post-back-to-top.d.ts +19 -0
- package/dist/types/components/post-banner/banner-types.d.ts +2 -0
- package/dist/types/components/post-banner/post-banner.d.ts +49 -0
- package/dist/types/components/post-breadcrumb/post-breadcrumb.d.ts +30 -0
- package/dist/types/components/post-breadcrumb-item/post-breadcrumb-item.d.ts +20 -0
- package/dist/types/components/post-card-control/post-card-control.d.ts +9 -9
- package/dist/types/components/post-closebutton/post-closebutton.d.ts +7 -0
- package/dist/types/components/post-footer/post-footer.d.ts +23 -0
- package/dist/types/components/post-header/post-header.d.ts +45 -0
- package/dist/types/components/post-icon/post-icon.d.ts +14 -12
- package/dist/types/components/post-language-option/post-language-option.d.ts +45 -0
- package/dist/types/components/post-language-switch/post-language-switch.d.ts +31 -0
- package/dist/types/components/post-language-switch/switch-variants.d.ts +2 -0
- package/dist/types/components/post-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-logo/post-logo.d.ts +1 -1
- package/dist/types/components/post-mainnavigation/post-mainnavigation.d.ts +70 -0
- package/dist/types/components/post-megadropdown/post-megadropdown.d.ts +57 -0
- package/dist/types/components/post-megadropdown-trigger/post-megadropdown-trigger.d.ts +31 -0
- package/dist/types/components/post-menu/post-menu.d.ts +48 -0
- package/dist/types/components/post-menu-item/post-menu-item.d.ts +3 -0
- package/dist/types/components/post-menu-trigger/post-menu-trigger.d.ts +28 -0
- package/dist/types/components/post-popovercontainer/post-popovercontainer.d.ts +23 -1
- package/dist/types/components/post-tab-header/post-tab-header.d.ts +1 -1
- package/dist/types/components/post-tabs/post-tabs.d.ts +1 -1
- package/dist/types/components/post-tag/post-tag.d.ts +1 -1
- package/dist/types/components/post-togglebutton/post-togglebutton.d.ts +15 -0
- package/dist/types/components.d.ts +609 -48
- 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/utils/attribute-observer.d.ts +1 -1
- package/dist/types/utils/breakpoints.d.ts +12 -0
- package/dist/types/utils/component-on-ready.d.ts +1 -1
- package/dist/types/utils/get-focusable-children.d.ts +1 -0
- package/dist/types/utils/get-root.d.ts +1 -1
- package/dist/types/utils/property-checkers/check-non-empty.d.ts +3 -1
- package/dist/types/utils/property-checkers/check-one-of.d.ts +3 -1
- package/dist/types/utils/property-checkers/check-pattern.d.ts +3 -1
- package/dist/types/utils/property-checkers/check-type.d.ts +3 -1
- package/dist/types/utils/property-checkers/check-url.d.ts +3 -1
- package/dist/types/utils/property-checkers/index.d.ts +12 -4
- package/dist/types/utils/sass-export.d.ts +5 -1
- package/loaders/attribute-observer.js +4 -4
- package/loaders/check-non-empty.js +6 -2
- package/loaders/check-one-of.js +8 -3
- package/loaders/check-type.js +11 -6
- package/loaders/debounce.js +11 -0
- package/loaders/fade.js +6 -2
- package/loaders/get-focusable-children.js +35 -0
- package/loaders/get-root.js +9 -0
- package/loaders/index.browser.js +13 -0
- package/loaders/index.d.ts +40 -2
- package/loaders/index.js +21 -2
- package/loaders/index2.js +25 -12
- package/loaders/index3.js +135 -0
- package/loaders/package.js +1 -1
- package/loaders/post-accordion-item.js +1 -81
- package/loaders/post-accordion-item2.js +103 -0
- package/loaders/post-accordion.js +6 -5
- package/loaders/post-avatar.d.ts +11 -0
- package/loaders/post-avatar.js +172 -0
- package/loaders/post-back-to-top.d.ts +11 -0
- package/loaders/post-back-to-top.js +104 -0
- package/loaders/post-banner.d.ts +11 -0
- package/loaders/post-banner.js +134 -0
- package/loaders/post-breadcrumb-item.d.ts +11 -0
- package/loaders/post-breadcrumb-item.js +6 -0
- package/loaders/post-breadcrumb-item2.js +82 -0
- package/loaders/post-breadcrumb.d.ts +11 -0
- package/loaders/post-breadcrumb.js +172 -0
- package/loaders/post-card-control.js +50 -39
- package/loaders/post-closebutton.d.ts +11 -0
- package/loaders/post-closebutton.js +37 -0
- package/loaders/post-collapsible-trigger2.js +23 -38
- package/loaders/post-collapsible2.js +21 -13
- package/loaders/post-footer.d.ts +11 -0
- package/loaders/post-footer.js +131 -0
- package/loaders/post-header.d.ts +11 -0
- package/loaders/post-header.js +220 -0
- package/loaders/post-icon2.js +82 -46
- package/loaders/post-language-option.d.ts +11 -0
- package/loaders/post-language-option.js +105 -0
- package/loaders/post-language-switch.d.ts +11 -0
- package/loaders/post-language-switch.js +138 -0
- package/loaders/post-linkarea.d.ts +11 -0
- package/loaders/post-linkarea.js +45 -0
- package/loaders/post-list-item.d.ts +11 -0
- package/loaders/post-list-item.js +38 -0
- package/loaders/{post-alert.d.ts → post-list.d.ts} +4 -4
- package/loaders/post-list.js +58 -0
- package/loaders/post-logo.js +6 -6
- package/loaders/post-mainnavigation.d.ts +11 -0
- package/loaders/post-mainnavigation.js +261 -0
- package/loaders/post-megadropdown-trigger.d.ts +11 -0
- package/loaders/post-megadropdown-trigger.js +116 -0
- package/loaders/post-megadropdown.d.ts +11 -0
- package/loaders/post-megadropdown.js +189 -0
- package/loaders/post-menu-item.d.ts +11 -0
- package/loaders/post-menu-item.js +6 -0
- package/loaders/post-menu-item2.js +27 -0
- package/loaders/post-menu-trigger.d.ts +11 -0
- package/loaders/post-menu-trigger.js +6 -0
- package/loaders/post-menu-trigger2.js +109 -0
- package/loaders/post-menu.d.ts +11 -0
- package/loaders/post-menu.js +6 -0
- package/loaders/post-menu2.js +193 -0
- package/loaders/post-popover.js +6 -4
- package/loaders/post-popovercontainer2.js +227 -59
- package/loaders/post-rating.js +14 -4
- package/loaders/post-tab-header.js +7 -6
- package/loaders/post-tab-panel.js +4 -3
- package/loaders/post-tabs.js +20 -13
- package/loaders/post-tag.js +3 -3
- package/loaders/post-togglebutton.d.ts +11 -0
- package/loaders/post-togglebutton.js +64 -0
- package/loaders/post-tooltip.js +34 -21
- package/loaders/slide.js +25 -0
- package/package.json +26 -20
- package/dist/cjs/check-non-empty-eeaa8f77.js +0 -11
- package/dist/cjs/check-one-of-f4f5d0c0.js +0 -8
- package/dist/cjs/fade-35a3633a.js +0 -10
- package/dist/cjs/index-01f30442.js +0 -52
- package/dist/cjs/post-accordion-item-7b348fa5.js +0 -51
- package/dist/cjs/post-alert-fca3a4a3.js +0 -98
- package/dist/cjs/post-alert.cjs.entry.js +0 -16
- package/dist/cjs/post-card-control-b4e4b4d5.js +0 -272
- package/dist/cjs/post-icon-3934be0b.js +0 -104
- package/dist/cjs/post-icon.cjs.entry.js +0 -15
- package/dist/cjs/post-logo-c3603fc7.js +0 -39
- package/dist/cjs/post-logo.cjs.entry.js +0 -14
- package/dist/cjs/post-popover-15f9620a.js +0 -104
- package/dist/cjs/post-popovercontainer-7d536276.js +0 -2186
- package/dist/cjs/post-popovercontainer.cjs.entry.js +0 -11
- package/dist/cjs/post-tab-header-29b8d4e1.js +0 -32
- package/dist/cjs/post-tag-b7d0bbff.js +0 -47
- package/dist/collection/components/post-alert/alert-types.js +0 -1
- package/dist/collection/components/post-alert/post-alert.css +0 -7
- package/dist/components/post-alert.js +0 -6
- package/dist/components/post-alert2.js +0 -136
- package/dist/esm/check-non-empty-58bd6b17.js +0 -9
- package/dist/esm/check-one-of-6b3ef8eb.js +0 -6
- package/dist/esm/fade-7fd71785.js +0 -7
- package/dist/esm/index-f41b763f.js +0 -46
- package/dist/esm/package-3d758f77.js +0 -3
- package/dist/esm/post-accordion-item-6b5a65ad.js +0 -49
- package/dist/esm/post-alert-f19db551.js +0 -96
- package/dist/esm/post-alert.entry.js +0 -8
- package/dist/esm/post-card-control-1b5df6cb.js +0 -270
- package/dist/esm/post-icon-40929043.js +0 -102
- package/dist/esm/post-icon.entry.js +0 -7
- package/dist/esm/post-logo-c6351ba8.js +0 -37
- package/dist/esm/post-logo.entry.js +0 -6
- package/dist/esm/post-popover-58149de7.js +0 -102
- package/dist/esm/post-popovercontainer-8bde9fc3.js +0 -2184
- package/dist/esm/post-popovercontainer.entry.js +0 -3
- package/dist/esm/post-tab-header-ae8feb19.js +0 -30
- package/dist/esm/post-tag-887d5fbe.js +0 -45
- package/dist/post-components/p-0b71bf5a.js +0 -1
- package/dist/post-components/p-0e09dc41.js +0 -1
- package/dist/post-components/p-19e54be9.js +0 -1
- package/dist/post-components/p-1e8f0f36.js +0 -1
- package/dist/post-components/p-22257eff.entry.js +0 -1
- package/dist/post-components/p-249ac168.entry.js +0 -1
- package/dist/post-components/p-2737eaf5.js +0 -1
- package/dist/post-components/p-2b10e265.js +0 -1
- package/dist/post-components/p-3325086e.js +0 -1
- package/dist/post-components/p-3b823fee.entry.js +0 -1
- package/dist/post-components/p-45f4c803.entry.js +0 -1
- package/dist/post-components/p-47935dbb.js +0 -1
- package/dist/post-components/p-486fbbce.entry.js +0 -1
- package/dist/post-components/p-4a7fb0f3.entry.js +0 -1
- package/dist/post-components/p-5f231c2c.js +0 -1
- package/dist/post-components/p-611b3c41.js +0 -1
- package/dist/post-components/p-6a28f8b9.js +0 -1
- package/dist/post-components/p-6adeaa6c.js +0 -1
- package/dist/post-components/p-6ed3497a.entry.js +0 -1
- package/dist/post-components/p-820c5c19.entry.js +0 -1
- package/dist/post-components/p-8aeb549f.entry.js +0 -1
- package/dist/post-components/p-92aeec3c.js +0 -1
- package/dist/post-components/p-9a99cfc7.js +0 -1
- package/dist/post-components/p-aa8a08dc.entry.js +0 -1
- package/dist/post-components/p-b095519d.js +0 -1
- package/dist/post-components/p-b99fdec3.js +0 -1
- package/dist/post-components/p-ba40b28a.entry.js +0 -1
- package/dist/post-components/p-c62de925.js +0 -1
- package/dist/post-components/p-d2101b8a.entry.js +0 -1
- package/dist/post-components/p-d2f9de94.js +0 -2
- package/dist/post-components/p-d7a44f45.js +0 -1
- package/dist/post-components/p-db4b8ea1.entry.js +0 -1
- package/dist/post-components/p-deb4131c.js +0 -1
- package/dist/post-components/p-eedc6ae8.entry.js +0 -1
- package/dist/post-components/p-f217f420.js +0 -1
- package/dist/post-components/p-f707d163.entry.js +0 -1
- package/dist/types/components/post-alert/alert-types.d.ts +0 -2
- package/dist/types/components/post-alert/post-alert.d.ts +0 -54
- package/loaders/post-alert.js +0 -139
package/dist/docs.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "
|
|
2
|
+
"timestamp": "2025-02-24T16:20:30",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.19.2",
|
|
@@ -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."
|
|
@@ -339,50 +351,170 @@
|
|
|
339
351
|
{
|
|
340
352
|
"name": "header",
|
|
341
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."
|
|
342
358
|
}
|
|
343
359
|
],
|
|
344
360
|
"parts": [
|
|
345
361
|
{
|
|
346
362
|
"name": "accordion-item",
|
|
347
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."
|
|
348
372
|
}
|
|
349
373
|
],
|
|
350
|
-
"dependents": [
|
|
374
|
+
"dependents": [
|
|
375
|
+
"post-footer"
|
|
376
|
+
],
|
|
351
377
|
"dependencies": [
|
|
352
378
|
"post-collapsible-trigger",
|
|
379
|
+
"post-icon",
|
|
353
380
|
"post-collapsible"
|
|
354
381
|
],
|
|
355
382
|
"dependencyGraph": {
|
|
356
383
|
"post-accordion-item": [
|
|
357
384
|
"post-collapsible-trigger",
|
|
385
|
+
"post-icon",
|
|
358
386
|
"post-collapsible"
|
|
387
|
+
],
|
|
388
|
+
"post-footer": [
|
|
389
|
+
"post-accordion-item"
|
|
359
390
|
]
|
|
360
391
|
}
|
|
361
392
|
},
|
|
362
393
|
{
|
|
363
|
-
"filePath": "src/components/post-
|
|
394
|
+
"filePath": "src/components/post-avatar/post-avatar.tsx",
|
|
364
395
|
"encapsulation": "shadow",
|
|
365
|
-
"tag": "post-
|
|
366
|
-
"readme": "# post-
|
|
396
|
+
"tag": "post-avatar",
|
|
397
|
+
"readme": "# post-avatar\n\n\n",
|
|
367
398
|
"docs": "",
|
|
368
399
|
"docsTags": [
|
|
369
400
|
{
|
|
370
401
|
"name": "slot",
|
|
371
|
-
"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
|
|
372
427
|
},
|
|
373
428
|
{
|
|
374
|
-
"name": "
|
|
375
|
-
"
|
|
429
|
+
"name": "firstname",
|
|
430
|
+
"type": "string",
|
|
431
|
+
"complexType": {
|
|
432
|
+
"original": "string",
|
|
433
|
+
"resolved": "string",
|
|
434
|
+
"references": {}
|
|
435
|
+
},
|
|
436
|
+
"mutable": false,
|
|
437
|
+
"attr": "firstname",
|
|
438
|
+
"reflectToAttr": false,
|
|
439
|
+
"docs": "Defines the users firstname.",
|
|
440
|
+
"docsTags": [],
|
|
441
|
+
"values": [
|
|
442
|
+
{
|
|
443
|
+
"type": "string"
|
|
444
|
+
}
|
|
445
|
+
],
|
|
446
|
+
"optional": false,
|
|
447
|
+
"required": true
|
|
376
448
|
},
|
|
377
449
|
{
|
|
378
|
-
"name": "
|
|
379
|
-
"
|
|
450
|
+
"name": "lastname",
|
|
451
|
+
"type": "string",
|
|
452
|
+
"complexType": {
|
|
453
|
+
"original": "string",
|
|
454
|
+
"resolved": "string",
|
|
455
|
+
"references": {}
|
|
456
|
+
},
|
|
457
|
+
"mutable": false,
|
|
458
|
+
"attr": "lastname",
|
|
459
|
+
"reflectToAttr": false,
|
|
460
|
+
"docs": "Defines the users lastname.",
|
|
461
|
+
"docsTags": [],
|
|
462
|
+
"values": [
|
|
463
|
+
{
|
|
464
|
+
"type": "string"
|
|
465
|
+
}
|
|
466
|
+
],
|
|
467
|
+
"optional": true,
|
|
468
|
+
"required": false
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"name": "userid",
|
|
472
|
+
"type": "string",
|
|
473
|
+
"complexType": {
|
|
474
|
+
"original": "string",
|
|
475
|
+
"resolved": "string",
|
|
476
|
+
"references": {}
|
|
477
|
+
},
|
|
478
|
+
"mutable": false,
|
|
479
|
+
"attr": "userid",
|
|
480
|
+
"reflectToAttr": false,
|
|
481
|
+
"docs": "Defines the company internal userId.<div className=\"mb-1 banner banner-warning banner-sm\">Can only be used on post.ch domains!</div>",
|
|
482
|
+
"docsTags": [],
|
|
483
|
+
"values": [
|
|
484
|
+
{
|
|
485
|
+
"type": "string"
|
|
486
|
+
}
|
|
487
|
+
],
|
|
488
|
+
"optional": true,
|
|
489
|
+
"required": false
|
|
490
|
+
}
|
|
491
|
+
],
|
|
492
|
+
"methods": [],
|
|
493
|
+
"events": [],
|
|
494
|
+
"listeners": [],
|
|
495
|
+
"styles": [],
|
|
496
|
+
"slots": [
|
|
497
|
+
{
|
|
498
|
+
"name": "default",
|
|
499
|
+
"docs": "Slot for inserting a custom image as avatar."
|
|
380
500
|
}
|
|
381
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": [],
|
|
382
514
|
"usage": {},
|
|
383
515
|
"props": [
|
|
384
516
|
{
|
|
385
|
-
"name": "
|
|
517
|
+
"name": "label",
|
|
386
518
|
"type": "string",
|
|
387
519
|
"complexType": {
|
|
388
520
|
"original": "string",
|
|
@@ -390,9 +522,9 @@
|
|
|
390
522
|
"references": {}
|
|
391
523
|
},
|
|
392
524
|
"mutable": false,
|
|
393
|
-
"attr": "
|
|
525
|
+
"attr": "label",
|
|
394
526
|
"reflectToAttr": false,
|
|
395
|
-
"docs": "The label to
|
|
527
|
+
"docs": "The label of the back-to-top button, intended solely for accessibility purposes.\nThis label is always hidden from view.",
|
|
396
528
|
"docsTags": [],
|
|
397
529
|
"values": [
|
|
398
530
|
{
|
|
@@ -400,32 +532,70 @@
|
|
|
400
532
|
}
|
|
401
533
|
],
|
|
402
534
|
"optional": false,
|
|
403
|
-
"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."
|
|
404
564
|
},
|
|
405
565
|
{
|
|
406
|
-
"name": "
|
|
407
|
-
"
|
|
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",
|
|
408
579
|
"complexType": {
|
|
409
|
-
"original": "
|
|
410
|
-
"resolved": "
|
|
580
|
+
"original": "string",
|
|
581
|
+
"resolved": "string",
|
|
411
582
|
"references": {}
|
|
412
583
|
},
|
|
413
584
|
"mutable": false,
|
|
414
|
-
"attr": "
|
|
585
|
+
"attr": "dismiss-label",
|
|
415
586
|
"reflectToAttr": false,
|
|
416
|
-
"docs": "
|
|
587
|
+
"docs": "The label to use for the close button of a dismissible banner.",
|
|
417
588
|
"docsTags": [],
|
|
418
|
-
"default": "false",
|
|
419
589
|
"values": [
|
|
420
590
|
{
|
|
421
|
-
"type": "
|
|
591
|
+
"type": "string"
|
|
422
592
|
}
|
|
423
593
|
],
|
|
424
594
|
"optional": false,
|
|
425
595
|
"required": false
|
|
426
596
|
},
|
|
427
597
|
{
|
|
428
|
-
"name": "
|
|
598
|
+
"name": "dismissible",
|
|
429
599
|
"type": "boolean",
|
|
430
600
|
"complexType": {
|
|
431
601
|
"original": "boolean",
|
|
@@ -433,9 +603,9 @@
|
|
|
433
603
|
"references": {}
|
|
434
604
|
},
|
|
435
605
|
"mutable": false,
|
|
436
|
-
"attr": "
|
|
606
|
+
"attr": "dismissible",
|
|
437
607
|
"reflectToAttr": false,
|
|
438
|
-
"docs": "If `true`,
|
|
608
|
+
"docs": "If `true`, a close button (×) is displayed and the banner can be dismissed by the user.",
|
|
439
609
|
"docsTags": [],
|
|
440
610
|
"default": "false",
|
|
441
611
|
"values": [
|
|
@@ -457,7 +627,7 @@
|
|
|
457
627
|
"mutable": false,
|
|
458
628
|
"attr": "icon",
|
|
459
629
|
"reflectToAttr": false,
|
|
460
|
-
"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.",
|
|
461
631
|
"docsTags": [],
|
|
462
632
|
"values": [
|
|
463
633
|
{
|
|
@@ -469,39 +639,35 @@
|
|
|
469
639
|
},
|
|
470
640
|
{
|
|
471
641
|
"name": "type",
|
|
472
|
-
"type": "\"danger\" | \"
|
|
642
|
+
"type": "\"danger\" | \"info\" | \"neutral\" | \"success\" | \"warning\"",
|
|
473
643
|
"complexType": {
|
|
474
|
-
"original": "
|
|
475
|
-
"resolved": "\"danger\" | \"
|
|
644
|
+
"original": "BannerType",
|
|
645
|
+
"resolved": "\"danger\" | \"info\" | \"neutral\" | \"success\" | \"warning\"",
|
|
476
646
|
"references": {
|
|
477
|
-
"
|
|
647
|
+
"BannerType": {
|
|
478
648
|
"location": "import",
|
|
479
|
-
"path": "./
|
|
480
|
-
"id": "src/components/post-
|
|
649
|
+
"path": "./banner-types",
|
|
650
|
+
"id": "src/components/post-banner/banner-types.ts::BannerType"
|
|
481
651
|
}
|
|
482
652
|
}
|
|
483
653
|
},
|
|
484
654
|
"mutable": false,
|
|
485
655
|
"attr": "type",
|
|
486
656
|
"reflectToAttr": false,
|
|
487
|
-
"docs": "The type of the
|
|
657
|
+
"docs": "The type of the banner.",
|
|
488
658
|
"docsTags": [],
|
|
489
|
-
"default": "'
|
|
659
|
+
"default": "'neutral'",
|
|
490
660
|
"values": [
|
|
491
661
|
{
|
|
492
662
|
"value": "danger",
|
|
493
663
|
"type": "string"
|
|
494
664
|
},
|
|
495
|
-
{
|
|
496
|
-
"value": "gray",
|
|
497
|
-
"type": "string"
|
|
498
|
-
},
|
|
499
665
|
{
|
|
500
666
|
"value": "info",
|
|
501
667
|
"type": "string"
|
|
502
668
|
},
|
|
503
669
|
{
|
|
504
|
-
"value": "
|
|
670
|
+
"value": "neutral",
|
|
505
671
|
"type": "string"
|
|
506
672
|
},
|
|
507
673
|
{
|
|
@@ -537,7 +703,7 @@
|
|
|
537
703
|
},
|
|
538
704
|
"signature": "dismiss() => Promise<void>",
|
|
539
705
|
"parameters": [],
|
|
540
|
-
"docs": "Triggers
|
|
706
|
+
"docs": "Triggers banner dismissal programmatically (same as clicking on the close button (×)).",
|
|
541
707
|
"docsTags": []
|
|
542
708
|
}
|
|
543
709
|
],
|
|
@@ -553,7 +719,7 @@
|
|
|
553
719
|
},
|
|
554
720
|
"cancelable": true,
|
|
555
721
|
"composed": true,
|
|
556
|
-
"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.",
|
|
557
723
|
"docsTags": []
|
|
558
724
|
}
|
|
559
725
|
],
|
|
@@ -562,15 +728,15 @@
|
|
|
562
728
|
"slots": [
|
|
563
729
|
{
|
|
564
730
|
"name": "actions",
|
|
565
|
-
"docs": "Slot for placing custom actions (buttons, links, etc.) within the
|
|
731
|
+
"docs": "Slot for placing custom actions (buttons, links, etc.) within the banner."
|
|
566
732
|
},
|
|
567
733
|
{
|
|
568
734
|
"name": "default",
|
|
569
|
-
"docs": "Slot for placing the main content/message of the
|
|
735
|
+
"docs": "Slot for placing the main content/message of the banner."
|
|
570
736
|
},
|
|
571
737
|
{
|
|
572
738
|
"name": "heading",
|
|
573
|
-
"docs": "Slot for placing custom content within the
|
|
739
|
+
"docs": "Slot for placing custom content within the banner's heading."
|
|
574
740
|
}
|
|
575
741
|
],
|
|
576
742
|
"parts": [],
|
|
@@ -579,57 +745,44 @@
|
|
|
579
745
|
"post-icon"
|
|
580
746
|
],
|
|
581
747
|
"dependencyGraph": {
|
|
582
|
-
"post-
|
|
748
|
+
"post-banner": [
|
|
583
749
|
"post-icon"
|
|
584
750
|
]
|
|
585
751
|
}
|
|
586
752
|
},
|
|
587
753
|
{
|
|
588
|
-
"filePath": "src/components/post-
|
|
754
|
+
"filePath": "src/components/post-breadcrumb/post-breadcrumb.tsx",
|
|
589
755
|
"encapsulation": "shadow",
|
|
590
|
-
"tag": "post-
|
|
591
|
-
"readme": "# post-
|
|
756
|
+
"tag": "post-breadcrumb",
|
|
757
|
+
"readme": "# post-breadcrumbs-new\n\n\n",
|
|
592
758
|
"docs": "",
|
|
593
|
-
"docsTags": [
|
|
594
|
-
{
|
|
595
|
-
"name": "class",
|
|
596
|
-
"text": "PostCardControl - representing a stencil component"
|
|
597
|
-
},
|
|
598
|
-
{
|
|
599
|
-
"name": "slot",
|
|
600
|
-
"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>"
|
|
601
|
-
},
|
|
602
|
-
{
|
|
603
|
-
"name": "slot",
|
|
604
|
-
"text": "icon - To insert a custom icon into the named `icon` slot.<p>Markup accepted: <a href=\"https://developer.mozilla.org/en-US/docs/Glossary/Inline-level_content\">inline content</a>.<p className=\"alert alert-sm alert-info\">It is only meant for <code>img</code> or <code>svg</code> elements and overrides the `icon` property.</p>"
|
|
605
|
-
}
|
|
606
|
-
],
|
|
759
|
+
"docsTags": [],
|
|
607
760
|
"usage": {},
|
|
608
761
|
"props": [
|
|
609
762
|
{
|
|
610
|
-
"name": "
|
|
611
|
-
"type": "
|
|
763
|
+
"name": "homeText",
|
|
764
|
+
"type": "string",
|
|
612
765
|
"complexType": {
|
|
613
|
-
"original": "
|
|
614
|
-
"resolved": "
|
|
766
|
+
"original": "string",
|
|
767
|
+
"resolved": "string",
|
|
615
768
|
"references": {}
|
|
616
769
|
},
|
|
617
|
-
"mutable":
|
|
618
|
-
"attr": "
|
|
770
|
+
"mutable": false,
|
|
771
|
+
"attr": "home-text",
|
|
619
772
|
"reflectToAttr": false,
|
|
620
|
-
"docs": "
|
|
773
|
+
"docs": "The text label for the home breadcrumb item.",
|
|
621
774
|
"docsTags": [],
|
|
622
|
-
"default": "
|
|
775
|
+
"default": "'Home'",
|
|
623
776
|
"values": [
|
|
624
777
|
{
|
|
625
|
-
"type": "
|
|
778
|
+
"type": "string"
|
|
626
779
|
}
|
|
627
780
|
],
|
|
628
781
|
"optional": false,
|
|
629
782
|
"required": false
|
|
630
783
|
},
|
|
631
784
|
{
|
|
632
|
-
"name": "
|
|
785
|
+
"name": "homeUrl",
|
|
633
786
|
"type": "string",
|
|
634
787
|
"complexType": {
|
|
635
788
|
"original": "string",
|
|
@@ -637,11 +790,10 @@
|
|
|
637
790
|
"references": {}
|
|
638
791
|
},
|
|
639
792
|
"mutable": false,
|
|
640
|
-
"attr": "
|
|
793
|
+
"attr": "home-url",
|
|
641
794
|
"reflectToAttr": false,
|
|
642
|
-
"docs": "
|
|
795
|
+
"docs": "The URL for the home breadcrumb item.",
|
|
643
796
|
"docsTags": [],
|
|
644
|
-
"default": "null",
|
|
645
797
|
"values": [
|
|
646
798
|
{
|
|
647
799
|
"type": "string"
|
|
@@ -649,26 +801,193 @@
|
|
|
649
801
|
],
|
|
650
802
|
"optional": false,
|
|
651
803
|
"required": false
|
|
652
|
-
}
|
|
804
|
+
}
|
|
805
|
+
],
|
|
806
|
+
"methods": [],
|
|
807
|
+
"events": [],
|
|
808
|
+
"listeners": [],
|
|
809
|
+
"styles": [],
|
|
810
|
+
"slots": [],
|
|
811
|
+
"parts": [],
|
|
812
|
+
"dependents": [],
|
|
813
|
+
"dependencies": [
|
|
814
|
+
"post-icon",
|
|
815
|
+
"post-menu-trigger",
|
|
816
|
+
"post-menu",
|
|
817
|
+
"post-menu-item",
|
|
818
|
+
"post-breadcrumb-item"
|
|
819
|
+
],
|
|
820
|
+
"dependencyGraph": {
|
|
821
|
+
"post-breadcrumb": [
|
|
822
|
+
"post-icon",
|
|
823
|
+
"post-menu-trigger",
|
|
824
|
+
"post-menu",
|
|
825
|
+
"post-menu-item",
|
|
826
|
+
"post-breadcrumb-item"
|
|
827
|
+
],
|
|
828
|
+
"post-menu": [
|
|
829
|
+
"post-popovercontainer"
|
|
830
|
+
],
|
|
831
|
+
"post-breadcrumb-item": [
|
|
832
|
+
"post-icon"
|
|
833
|
+
]
|
|
834
|
+
}
|
|
835
|
+
},
|
|
836
|
+
{
|
|
837
|
+
"filePath": "src/components/post-breadcrumb-item/post-breadcrumb-item.tsx",
|
|
838
|
+
"encapsulation": "shadow",
|
|
839
|
+
"tag": "post-breadcrumb-item",
|
|
840
|
+
"readme": "# post-breadcrumb-item\n\n\n",
|
|
841
|
+
"docs": "",
|
|
842
|
+
"docsTags": [
|
|
653
843
|
{
|
|
654
|
-
"name": "
|
|
655
|
-
"
|
|
844
|
+
"name": "slot",
|
|
845
|
+
"text": "default - Slot for placing the text inside the breadcrumb item."
|
|
846
|
+
}
|
|
847
|
+
],
|
|
848
|
+
"usage": {},
|
|
849
|
+
"props": [
|
|
850
|
+
{
|
|
851
|
+
"name": "url",
|
|
852
|
+
"type": "URL | string",
|
|
656
853
|
"complexType": {
|
|
657
|
-
"original": "
|
|
658
|
-
"resolved": "
|
|
659
|
-
"references": {
|
|
854
|
+
"original": "string | URL",
|
|
855
|
+
"resolved": "URL | string",
|
|
856
|
+
"references": {
|
|
857
|
+
"URL": {
|
|
858
|
+
"location": "global",
|
|
859
|
+
"id": "global::URL"
|
|
860
|
+
}
|
|
861
|
+
}
|
|
660
862
|
},
|
|
661
|
-
"mutable":
|
|
662
|
-
"attr": "
|
|
863
|
+
"mutable": false,
|
|
864
|
+
"attr": "url",
|
|
663
865
|
"reflectToAttr": false,
|
|
664
|
-
"docs": "
|
|
866
|
+
"docs": "The optional URL to which the breadcrumb item will link.",
|
|
665
867
|
"docsTags": [],
|
|
666
|
-
"default": "false",
|
|
667
868
|
"values": [
|
|
668
869
|
{
|
|
669
|
-
"type": "
|
|
670
|
-
}
|
|
671
|
-
|
|
870
|
+
"type": "URL"
|
|
871
|
+
},
|
|
872
|
+
{
|
|
873
|
+
"type": "string"
|
|
874
|
+
}
|
|
875
|
+
],
|
|
876
|
+
"optional": true,
|
|
877
|
+
"required": false
|
|
878
|
+
}
|
|
879
|
+
],
|
|
880
|
+
"methods": [],
|
|
881
|
+
"events": [],
|
|
882
|
+
"listeners": [],
|
|
883
|
+
"styles": [],
|
|
884
|
+
"slots": [
|
|
885
|
+
{
|
|
886
|
+
"name": "default",
|
|
887
|
+
"docs": "Slot for placing the text inside the breadcrumb item."
|
|
888
|
+
}
|
|
889
|
+
],
|
|
890
|
+
"parts": [],
|
|
891
|
+
"dependents": [
|
|
892
|
+
"post-breadcrumb"
|
|
893
|
+
],
|
|
894
|
+
"dependencies": [
|
|
895
|
+
"post-icon"
|
|
896
|
+
],
|
|
897
|
+
"dependencyGraph": {
|
|
898
|
+
"post-breadcrumb-item": [
|
|
899
|
+
"post-icon"
|
|
900
|
+
],
|
|
901
|
+
"post-breadcrumb": [
|
|
902
|
+
"post-breadcrumb-item"
|
|
903
|
+
]
|
|
904
|
+
}
|
|
905
|
+
},
|
|
906
|
+
{
|
|
907
|
+
"filePath": "src/components/post-card-control/post-card-control.tsx",
|
|
908
|
+
"encapsulation": "shadow",
|
|
909
|
+
"tag": "post-card-control",
|
|
910
|
+
"readme": "# post-card-control\n\n\n",
|
|
911
|
+
"docs": "",
|
|
912
|
+
"docsTags": [
|
|
913
|
+
{
|
|
914
|
+
"name": "class",
|
|
915
|
+
"text": "PostCardControl - representing a stencil component"
|
|
916
|
+
},
|
|
917
|
+
{
|
|
918
|
+
"name": "slot",
|
|
919
|
+
"text": "default - Content to place into the `default` slot.<p>Markup accepted: <a href=\"https://developer.mozilla.org/en-US/docs/Glossary/Block-level_contentt\">block content</a>.<p className=\"banner banner-sm banner-warning\">Even if it is generally possible, we do not recommend using interactive elements in this slot because the background of the card control is clickable.<br/>This can lead to confusion when the hit box of nested interactive controls is not clearly separated from the background, is invalid HTML and click events bubbling up to the card control will unexpectedly toggle it if they're not captured.<br/>More info: <a href=\"https://accessibilityinsights.io/info-examples/web/nested-interactive/\">https://accessibilityinsights.io/info-examples/web/nested-interactive/</a></p>"
|
|
920
|
+
},
|
|
921
|
+
{
|
|
922
|
+
"name": "slot",
|
|
923
|
+
"text": "icon - To insert a custom icon into the named `icon` slot.<p>Markup accepted: <a href=\"https://developer.mozilla.org/en-US/docs/Glossary/Inline-level_content\">inline content</a>.<p className=\"banner banner-sm banner-info\">It is only meant for <code>img</code> or <code>svg</code> elements and overrides the `icon` property.</p>"
|
|
924
|
+
}
|
|
925
|
+
],
|
|
926
|
+
"usage": {},
|
|
927
|
+
"props": [
|
|
928
|
+
{
|
|
929
|
+
"name": "checked",
|
|
930
|
+
"type": "boolean",
|
|
931
|
+
"complexType": {
|
|
932
|
+
"original": "boolean",
|
|
933
|
+
"resolved": "boolean",
|
|
934
|
+
"references": {}
|
|
935
|
+
},
|
|
936
|
+
"mutable": true,
|
|
937
|
+
"attr": "checked",
|
|
938
|
+
"reflectToAttr": false,
|
|
939
|
+
"docs": "Defines the `checked` attribute of the control. If `true`, the control is selected at its value will be included in the forms' data.",
|
|
940
|
+
"docsTags": [],
|
|
941
|
+
"default": "false",
|
|
942
|
+
"values": [
|
|
943
|
+
{
|
|
944
|
+
"type": "boolean"
|
|
945
|
+
}
|
|
946
|
+
],
|
|
947
|
+
"optional": false,
|
|
948
|
+
"required": false
|
|
949
|
+
},
|
|
950
|
+
{
|
|
951
|
+
"name": "description",
|
|
952
|
+
"type": "string",
|
|
953
|
+
"complexType": {
|
|
954
|
+
"original": "string",
|
|
955
|
+
"resolved": "string",
|
|
956
|
+
"references": {}
|
|
957
|
+
},
|
|
958
|
+
"mutable": false,
|
|
959
|
+
"attr": "description",
|
|
960
|
+
"reflectToAttr": false,
|
|
961
|
+
"docs": "Defines the description in the control-label.",
|
|
962
|
+
"docsTags": [],
|
|
963
|
+
"default": "null",
|
|
964
|
+
"values": [
|
|
965
|
+
{
|
|
966
|
+
"type": "string"
|
|
967
|
+
}
|
|
968
|
+
],
|
|
969
|
+
"optional": false,
|
|
970
|
+
"required": false
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
"name": "disabled",
|
|
974
|
+
"type": "boolean",
|
|
975
|
+
"complexType": {
|
|
976
|
+
"original": "boolean",
|
|
977
|
+
"resolved": "boolean",
|
|
978
|
+
"references": {}
|
|
979
|
+
},
|
|
980
|
+
"mutable": true,
|
|
981
|
+
"attr": "disabled",
|
|
982
|
+
"reflectToAttr": false,
|
|
983
|
+
"docs": "Defines the `disabled` attribute of the control. If `true`, the user can not interact with the control and the controls value will not be included in the forms' data.",
|
|
984
|
+
"docsTags": [],
|
|
985
|
+
"default": "false",
|
|
986
|
+
"values": [
|
|
987
|
+
{
|
|
988
|
+
"type": "boolean"
|
|
989
|
+
}
|
|
990
|
+
],
|
|
672
991
|
"optional": false,
|
|
673
992
|
"required": false
|
|
674
993
|
},
|
|
@@ -683,7 +1002,7 @@
|
|
|
683
1002
|
"mutable": false,
|
|
684
1003
|
"attr": "icon",
|
|
685
1004
|
"reflectToAttr": false,
|
|
686
|
-
"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>",
|
|
687
1006
|
"docsTags": [],
|
|
688
1007
|
"default": "null",
|
|
689
1008
|
"values": [
|
|
@@ -726,7 +1045,7 @@
|
|
|
726
1045
|
"mutable": false,
|
|
727
1046
|
"attr": "name",
|
|
728
1047
|
"reflectToAttr": false,
|
|
729
|
-
"docs": "Defines the `name` attribute of the control.\n<span className=\"
|
|
1048
|
+
"docs": "Defines the `name` attribute of the control.\n<span className=\"banner banner-sm banner-info\">This is a required property, when the control should participate in a native `form`. If not specified, a native `form` will never contain this controls value.</span>\n<span className=\"banner banner-sm banner-info\">This is a required property, when the control is used with type `radio`.</span>",
|
|
730
1049
|
"docsTags": [],
|
|
731
1050
|
"default": "null",
|
|
732
1051
|
"values": [
|
|
@@ -801,7 +1120,7 @@
|
|
|
801
1120
|
"mutable": false,
|
|
802
1121
|
"attr": "value",
|
|
803
1122
|
"reflectToAttr": false,
|
|
804
|
-
"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>",
|
|
805
1124
|
"docsTags": [],
|
|
806
1125
|
"default": "null",
|
|
807
1126
|
"values": [
|
|
@@ -871,7 +1190,7 @@
|
|
|
871
1190
|
},
|
|
872
1191
|
"cancelable": true,
|
|
873
1192
|
"composed": true,
|
|
874
|
-
"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>",
|
|
875
1194
|
"docsTags": []
|
|
876
1195
|
},
|
|
877
1196
|
{
|
|
@@ -894,11 +1213,11 @@
|
|
|
894
1213
|
"slots": [
|
|
895
1214
|
{
|
|
896
1215
|
"name": "default",
|
|
897
|
-
"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>"
|
|
898
1217
|
},
|
|
899
1218
|
{
|
|
900
1219
|
"name": "icon",
|
|
901
|
-
"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>"
|
|
902
1221
|
}
|
|
903
1222
|
],
|
|
904
1223
|
"parts": [],
|
|
@@ -912,6 +1231,41 @@
|
|
|
912
1231
|
]
|
|
913
1232
|
}
|
|
914
1233
|
},
|
|
1234
|
+
{
|
|
1235
|
+
"filePath": "src/components/post-closebutton/post-closebutton.tsx",
|
|
1236
|
+
"encapsulation": "none",
|
|
1237
|
+
"tag": "post-closebutton",
|
|
1238
|
+
"readme": "# post-closebutton\n\n\n",
|
|
1239
|
+
"docs": "",
|
|
1240
|
+
"docsTags": [
|
|
1241
|
+
{
|
|
1242
|
+
"name": "slot",
|
|
1243
|
+
"text": "default - Slot for placing visually hidden label in the close button."
|
|
1244
|
+
}
|
|
1245
|
+
],
|
|
1246
|
+
"usage": {},
|
|
1247
|
+
"props": [],
|
|
1248
|
+
"methods": [],
|
|
1249
|
+
"events": [],
|
|
1250
|
+
"listeners": [],
|
|
1251
|
+
"styles": [],
|
|
1252
|
+
"slots": [
|
|
1253
|
+
{
|
|
1254
|
+
"name": "default",
|
|
1255
|
+
"docs": "Slot for placing visually hidden label in the close button."
|
|
1256
|
+
}
|
|
1257
|
+
],
|
|
1258
|
+
"parts": [],
|
|
1259
|
+
"dependents": [],
|
|
1260
|
+
"dependencies": [
|
|
1261
|
+
"post-icon"
|
|
1262
|
+
],
|
|
1263
|
+
"dependencyGraph": {
|
|
1264
|
+
"post-closebutton": [
|
|
1265
|
+
"post-icon"
|
|
1266
|
+
]
|
|
1267
|
+
}
|
|
1268
|
+
},
|
|
915
1269
|
{
|
|
916
1270
|
"filePath": "src/components/post-collapsible/post-collapsible.tsx",
|
|
917
1271
|
"encapsulation": "shadow",
|
|
@@ -1091,110 +1445,345 @@
|
|
|
1091
1445
|
}
|
|
1092
1446
|
},
|
|
1093
1447
|
{
|
|
1094
|
-
"filePath": "src/components/post-
|
|
1448
|
+
"filePath": "src/components/post-footer/post-footer.tsx",
|
|
1095
1449
|
"encapsulation": "shadow",
|
|
1096
|
-
"tag": "post-
|
|
1097
|
-
"readme": "# post-
|
|
1098
|
-
"docs": "
|
|
1450
|
+
"tag": "post-footer",
|
|
1451
|
+
"readme": "# post-footer\n\n\n",
|
|
1452
|
+
"docs": "",
|
|
1099
1453
|
"docsTags": [
|
|
1100
1454
|
{
|
|
1101
|
-
"name": "
|
|
1102
|
-
"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."
|
|
1103
1481
|
}
|
|
1104
1482
|
],
|
|
1105
1483
|
"usage": {},
|
|
1106
1484
|
"props": [
|
|
1107
1485
|
{
|
|
1108
|
-
"name": "
|
|
1109
|
-
"type": "\"cylon\" | \"cylon-vertical\" | \"fade\" | \"spin\" | \"spin-reverse\" | \"throb\"",
|
|
1110
|
-
"complexType": {
|
|
1111
|
-
"original": "Animation | null",
|
|
1112
|
-
"resolved": "\"cylon\" | \"cylon-vertical\" | \"fade\" | \"spin\" | \"spin-reverse\" | \"throb\"",
|
|
1113
|
-
"references": {
|
|
1114
|
-
"Animation": {
|
|
1115
|
-
"location": "global",
|
|
1116
|
-
"id": "global::Animation"
|
|
1117
|
-
}
|
|
1118
|
-
}
|
|
1119
|
-
},
|
|
1120
|
-
"mutable": false,
|
|
1121
|
-
"attr": "animation",
|
|
1122
|
-
"reflectToAttr": false,
|
|
1123
|
-
"docs": "The name of the animation.",
|
|
1124
|
-
"docsTags": [],
|
|
1125
|
-
"default": "null",
|
|
1126
|
-
"values": [
|
|
1127
|
-
{
|
|
1128
|
-
"value": "cylon",
|
|
1129
|
-
"type": "string"
|
|
1130
|
-
},
|
|
1131
|
-
{
|
|
1132
|
-
"value": "cylon-vertical",
|
|
1133
|
-
"type": "string"
|
|
1134
|
-
},
|
|
1135
|
-
{
|
|
1136
|
-
"value": "fade",
|
|
1137
|
-
"type": "string"
|
|
1138
|
-
},
|
|
1139
|
-
{
|
|
1140
|
-
"value": "spin",
|
|
1141
|
-
"type": "string"
|
|
1142
|
-
},
|
|
1143
|
-
{
|
|
1144
|
-
"value": "spin-reverse",
|
|
1145
|
-
"type": "string"
|
|
1146
|
-
},
|
|
1147
|
-
{
|
|
1148
|
-
"value": "throb",
|
|
1149
|
-
"type": "string"
|
|
1150
|
-
}
|
|
1151
|
-
],
|
|
1152
|
-
"optional": true,
|
|
1153
|
-
"required": false
|
|
1154
|
-
},
|
|
1155
|
-
{
|
|
1156
|
-
"name": "base",
|
|
1486
|
+
"name": "label",
|
|
1157
1487
|
"type": "string",
|
|
1158
1488
|
"complexType": {
|
|
1159
|
-
"original": "string
|
|
1489
|
+
"original": "string",
|
|
1160
1490
|
"resolved": "string",
|
|
1161
1491
|
"references": {}
|
|
1162
1492
|
},
|
|
1163
1493
|
"mutable": false,
|
|
1164
|
-
"attr": "
|
|
1494
|
+
"attr": "label",
|
|
1165
1495
|
"reflectToAttr": false,
|
|
1166
|
-
"docs": "The
|
|
1496
|
+
"docs": "The label to add to the footer (visually hidden).",
|
|
1167
1497
|
"docsTags": [],
|
|
1168
|
-
"default": "null",
|
|
1169
1498
|
"values": [
|
|
1170
1499
|
{
|
|
1171
1500
|
"type": "string"
|
|
1172
1501
|
}
|
|
1173
1502
|
],
|
|
1174
|
-
"optional":
|
|
1175
|
-
"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."
|
|
1176
1515
|
},
|
|
1177
1516
|
{
|
|
1178
|
-
"name": "
|
|
1179
|
-
"
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
"
|
|
1187
|
-
"
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
"
|
|
1191
|
-
"
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1517
|
+
"name": "businesssectors",
|
|
1518
|
+
"docs": "Slot for the business sectors links."
|
|
1519
|
+
},
|
|
1520
|
+
{
|
|
1521
|
+
"name": "copyright",
|
|
1522
|
+
"docs": "Slot for the copyright text."
|
|
1523
|
+
},
|
|
1524
|
+
{
|
|
1525
|
+
"name": "grid-{1|2|3|4}",
|
|
1526
|
+
"docs": "Slot for the accordion bodies (mobile) and the grid cells (tablet, desktop)."
|
|
1527
|
+
},
|
|
1528
|
+
{
|
|
1529
|
+
"name": "grid-{1|2|3|4}-title",
|
|
1530
|
+
"docs": "Slot for the accordion headers (mobile)."
|
|
1531
|
+
},
|
|
1532
|
+
{
|
|
1533
|
+
"name": "meta",
|
|
1534
|
+
"docs": "Slot for the meta links."
|
|
1535
|
+
},
|
|
1536
|
+
{
|
|
1537
|
+
"name": "socialmedia",
|
|
1538
|
+
"docs": "Slot for the social media links."
|
|
1539
|
+
}
|
|
1540
|
+
],
|
|
1541
|
+
"parts": [],
|
|
1542
|
+
"dependents": [],
|
|
1543
|
+
"dependencies": [
|
|
1544
|
+
"post-accordion-item"
|
|
1545
|
+
],
|
|
1546
|
+
"dependencyGraph": {
|
|
1547
|
+
"post-footer": [
|
|
1548
|
+
"post-accordion-item"
|
|
1549
|
+
],
|
|
1550
|
+
"post-accordion-item": [
|
|
1551
|
+
"post-collapsible-trigger",
|
|
1552
|
+
"post-icon",
|
|
1553
|
+
"post-collapsible"
|
|
1554
|
+
]
|
|
1555
|
+
}
|
|
1556
|
+
},
|
|
1557
|
+
{
|
|
1558
|
+
"filePath": "src/components/post-header/post-header.tsx",
|
|
1559
|
+
"encapsulation": "shadow",
|
|
1560
|
+
"tag": "post-header",
|
|
1561
|
+
"readme": "# post-header\n\n\n",
|
|
1562
|
+
"docs": "",
|
|
1563
|
+
"docsTags": [
|
|
1564
|
+
{
|
|
1565
|
+
"name": "slot",
|
|
1566
|
+
"text": "post-logo - Should be used together with the `<post-logo>` component."
|
|
1567
|
+
},
|
|
1568
|
+
{
|
|
1569
|
+
"name": "slot",
|
|
1570
|
+
"text": "meta-navigation - Holds an `<ul>` with meta navigation links."
|
|
1571
|
+
},
|
|
1572
|
+
{
|
|
1573
|
+
"name": "slot",
|
|
1574
|
+
"text": "post-togglebutton - Holds the mobile menu toggler."
|
|
1575
|
+
},
|
|
1576
|
+
{
|
|
1577
|
+
"name": "slot",
|
|
1578
|
+
"text": "post-language-switch - Should be used with the `<post-language-switch>` component."
|
|
1579
|
+
},
|
|
1580
|
+
{
|
|
1581
|
+
"name": "slot",
|
|
1582
|
+
"text": "title - Holds the application title."
|
|
1583
|
+
},
|
|
1584
|
+
{
|
|
1585
|
+
"name": "slot",
|
|
1586
|
+
"text": "default - Custom controls or content, right aligned in the local header."
|
|
1587
|
+
},
|
|
1588
|
+
{
|
|
1589
|
+
"name": "slot",
|
|
1590
|
+
"text": "post-mainnavigation - Has a default slot because it's only meant to be used in the `<post-header>`."
|
|
1591
|
+
}
|
|
1592
|
+
],
|
|
1593
|
+
"usage": {},
|
|
1594
|
+
"props": [],
|
|
1595
|
+
"methods": [
|
|
1596
|
+
{
|
|
1597
|
+
"name": "toggleMobileMenu",
|
|
1598
|
+
"returns": {
|
|
1599
|
+
"type": "Promise<void>",
|
|
1600
|
+
"docs": ""
|
|
1601
|
+
},
|
|
1602
|
+
"complexType": {
|
|
1603
|
+
"signature": "() => Promise<void>",
|
|
1604
|
+
"parameters": [],
|
|
1605
|
+
"references": {
|
|
1606
|
+
"Promise": {
|
|
1607
|
+
"location": "global",
|
|
1608
|
+
"id": "global::Promise"
|
|
1609
|
+
},
|
|
1610
|
+
"HTMLPostTogglebuttonElement": {
|
|
1611
|
+
"location": "global",
|
|
1612
|
+
"id": "global::HTMLPostTogglebuttonElement"
|
|
1613
|
+
}
|
|
1614
|
+
},
|
|
1615
|
+
"return": "Promise<void>"
|
|
1616
|
+
},
|
|
1617
|
+
"signature": "toggleMobileMenu() => Promise<void>",
|
|
1618
|
+
"parameters": [],
|
|
1619
|
+
"docs": "Toggles the mobile navigation.",
|
|
1620
|
+
"docsTags": []
|
|
1621
|
+
}
|
|
1622
|
+
],
|
|
1623
|
+
"events": [
|
|
1624
|
+
{
|
|
1625
|
+
"event": "postUpdateDevice",
|
|
1626
|
+
"detail": "\"desktop\" | \"mobile\" | \"tablet\"",
|
|
1627
|
+
"bubbles": true,
|
|
1628
|
+
"complexType": {
|
|
1629
|
+
"original": "DEVICE_SIZE",
|
|
1630
|
+
"resolved": "\"desktop\" | \"mobile\" | \"tablet\"",
|
|
1631
|
+
"references": {
|
|
1632
|
+
"DEVICE_SIZE": {
|
|
1633
|
+
"location": "local",
|
|
1634
|
+
"path": "/home/runner/work/design-system/design-system/packages/components/src/components/post-header/post-header.tsx",
|
|
1635
|
+
"id": "src/components/post-header/post-header.tsx::DEVICE_SIZE"
|
|
1636
|
+
}
|
|
1637
|
+
}
|
|
1638
|
+
},
|
|
1639
|
+
"cancelable": true,
|
|
1640
|
+
"composed": true,
|
|
1641
|
+
"docs": "An event emitted when the device has changed",
|
|
1642
|
+
"docsTags": []
|
|
1643
|
+
}
|
|
1644
|
+
],
|
|
1645
|
+
"listeners": [],
|
|
1646
|
+
"styles": [],
|
|
1647
|
+
"slots": [
|
|
1648
|
+
{
|
|
1649
|
+
"name": "default",
|
|
1650
|
+
"docs": "Custom controls or content, right aligned in the local header."
|
|
1651
|
+
},
|
|
1652
|
+
{
|
|
1653
|
+
"name": "meta-navigation",
|
|
1654
|
+
"docs": "Holds an `<ul>` with meta navigation links."
|
|
1655
|
+
},
|
|
1656
|
+
{
|
|
1657
|
+
"name": "post-language-switch",
|
|
1658
|
+
"docs": "Should be used with the `<post-language-switch>` component."
|
|
1659
|
+
},
|
|
1660
|
+
{
|
|
1661
|
+
"name": "post-logo",
|
|
1662
|
+
"docs": "Should be used together with the `<post-logo>` component."
|
|
1663
|
+
},
|
|
1664
|
+
{
|
|
1665
|
+
"name": "post-mainnavigation",
|
|
1666
|
+
"docs": "Has a default slot because it's only meant to be used in the `<post-header>`."
|
|
1667
|
+
},
|
|
1668
|
+
{
|
|
1669
|
+
"name": "post-togglebutton",
|
|
1670
|
+
"docs": "Holds the mobile menu toggler."
|
|
1671
|
+
},
|
|
1672
|
+
{
|
|
1673
|
+
"name": "title",
|
|
1674
|
+
"docs": "Holds the application title."
|
|
1675
|
+
}
|
|
1676
|
+
],
|
|
1677
|
+
"parts": [],
|
|
1678
|
+
"dependents": [],
|
|
1679
|
+
"dependencies": [],
|
|
1680
|
+
"dependencyGraph": {}
|
|
1681
|
+
},
|
|
1682
|
+
{
|
|
1683
|
+
"filePath": "src/components/post-icon/post-icon.tsx",
|
|
1684
|
+
"encapsulation": "shadow",
|
|
1685
|
+
"tag": "post-icon",
|
|
1686
|
+
"readme": "# post-icon\n\nsome content\n",
|
|
1687
|
+
"docs": "some content",
|
|
1688
|
+
"docsTags": [
|
|
1689
|
+
{
|
|
1690
|
+
"name": "class",
|
|
1691
|
+
"text": "PostIcon - representing a stencil component"
|
|
1692
|
+
}
|
|
1693
|
+
],
|
|
1694
|
+
"usage": {},
|
|
1695
|
+
"props": [
|
|
1696
|
+
{
|
|
1697
|
+
"name": "animation",
|
|
1698
|
+
"type": "\"cylon\" | \"cylon-vertical\" | \"fade\" | \"spin\" | \"spin-reverse\" | \"throb\"",
|
|
1699
|
+
"complexType": {
|
|
1700
|
+
"original": "Animation | null",
|
|
1701
|
+
"resolved": "\"cylon\" | \"cylon-vertical\" | \"fade\" | \"spin\" | \"spin-reverse\" | \"throb\"",
|
|
1702
|
+
"references": {
|
|
1703
|
+
"Animation": {
|
|
1704
|
+
"location": "global",
|
|
1705
|
+
"id": "global::Animation"
|
|
1706
|
+
}
|
|
1707
|
+
}
|
|
1708
|
+
},
|
|
1709
|
+
"mutable": false,
|
|
1710
|
+
"attr": "animation",
|
|
1711
|
+
"reflectToAttr": false,
|
|
1712
|
+
"docs": "The name of the animation.",
|
|
1713
|
+
"docsTags": [],
|
|
1714
|
+
"default": "null",
|
|
1715
|
+
"values": [
|
|
1716
|
+
{
|
|
1717
|
+
"value": "cylon",
|
|
1718
|
+
"type": "string"
|
|
1719
|
+
},
|
|
1720
|
+
{
|
|
1721
|
+
"value": "cylon-vertical",
|
|
1722
|
+
"type": "string"
|
|
1723
|
+
},
|
|
1724
|
+
{
|
|
1725
|
+
"value": "fade",
|
|
1726
|
+
"type": "string"
|
|
1727
|
+
},
|
|
1728
|
+
{
|
|
1729
|
+
"value": "spin",
|
|
1730
|
+
"type": "string"
|
|
1731
|
+
},
|
|
1732
|
+
{
|
|
1733
|
+
"value": "spin-reverse",
|
|
1734
|
+
"type": "string"
|
|
1735
|
+
},
|
|
1736
|
+
{
|
|
1737
|
+
"value": "throb",
|
|
1738
|
+
"type": "string"
|
|
1739
|
+
}
|
|
1740
|
+
],
|
|
1741
|
+
"optional": true,
|
|
1742
|
+
"required": false
|
|
1743
|
+
},
|
|
1744
|
+
{
|
|
1745
|
+
"name": "base",
|
|
1746
|
+
"type": "string",
|
|
1747
|
+
"complexType": {
|
|
1748
|
+
"original": "string | null",
|
|
1749
|
+
"resolved": "string",
|
|
1750
|
+
"references": {}
|
|
1751
|
+
},
|
|
1752
|
+
"mutable": false,
|
|
1753
|
+
"attr": "base",
|
|
1754
|
+
"reflectToAttr": false,
|
|
1755
|
+
"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.",
|
|
1756
|
+
"docsTags": [],
|
|
1757
|
+
"default": "null",
|
|
1758
|
+
"values": [
|
|
1759
|
+
{
|
|
1760
|
+
"type": "string"
|
|
1761
|
+
}
|
|
1762
|
+
],
|
|
1763
|
+
"optional": true,
|
|
1764
|
+
"required": false
|
|
1765
|
+
},
|
|
1766
|
+
{
|
|
1767
|
+
"name": "flipH",
|
|
1768
|
+
"type": "boolean",
|
|
1769
|
+
"complexType": {
|
|
1770
|
+
"original": "boolean",
|
|
1771
|
+
"resolved": "boolean",
|
|
1772
|
+
"references": {}
|
|
1773
|
+
},
|
|
1774
|
+
"mutable": false,
|
|
1775
|
+
"attr": "flip-h",
|
|
1776
|
+
"reflectToAttr": false,
|
|
1777
|
+
"docs": "When set to `true`, the icon will be flipped horizontally.",
|
|
1778
|
+
"docsTags": [],
|
|
1779
|
+
"default": "false",
|
|
1780
|
+
"values": [
|
|
1781
|
+
{
|
|
1782
|
+
"type": "boolean"
|
|
1783
|
+
}
|
|
1784
|
+
],
|
|
1785
|
+
"optional": true,
|
|
1786
|
+
"required": false
|
|
1198
1787
|
},
|
|
1199
1788
|
{
|
|
1200
1789
|
"name": "flipV",
|
|
@@ -1247,43 +1836,1029 @@
|
|
|
1247
1836
|
"resolved": "number",
|
|
1248
1837
|
"references": {}
|
|
1249
1838
|
},
|
|
1250
|
-
"mutable": false,
|
|
1251
|
-
"attr": "rotate",
|
|
1252
|
-
"reflectToAttr": false,
|
|
1253
|
-
"docs": "The number of degree for the css rotate transformation.",
|
|
1254
|
-
"docsTags": [],
|
|
1255
|
-
"default": "null",
|
|
1256
|
-
"values": [
|
|
1839
|
+
"mutable": false,
|
|
1840
|
+
"attr": "rotate",
|
|
1841
|
+
"reflectToAttr": false,
|
|
1842
|
+
"docs": "The number of degree for the css rotate transformation.",
|
|
1843
|
+
"docsTags": [],
|
|
1844
|
+
"default": "null",
|
|
1845
|
+
"values": [
|
|
1846
|
+
{
|
|
1847
|
+
"type": "number"
|
|
1848
|
+
}
|
|
1849
|
+
],
|
|
1850
|
+
"optional": true,
|
|
1851
|
+
"required": false
|
|
1852
|
+
},
|
|
1853
|
+
{
|
|
1854
|
+
"name": "scale",
|
|
1855
|
+
"type": "number",
|
|
1856
|
+
"complexType": {
|
|
1857
|
+
"original": "number | null",
|
|
1858
|
+
"resolved": "number",
|
|
1859
|
+
"references": {}
|
|
1860
|
+
},
|
|
1861
|
+
"mutable": false,
|
|
1862
|
+
"attr": "scale",
|
|
1863
|
+
"reflectToAttr": false,
|
|
1864
|
+
"docs": "The number for the css scale transformation.",
|
|
1865
|
+
"docsTags": [],
|
|
1866
|
+
"default": "null",
|
|
1867
|
+
"values": [
|
|
1868
|
+
{
|
|
1869
|
+
"type": "number"
|
|
1870
|
+
}
|
|
1871
|
+
],
|
|
1872
|
+
"optional": true,
|
|
1873
|
+
"required": false
|
|
1874
|
+
}
|
|
1875
|
+
],
|
|
1876
|
+
"methods": [],
|
|
1877
|
+
"events": [],
|
|
1878
|
+
"listeners": [],
|
|
1879
|
+
"styles": [],
|
|
1880
|
+
"slots": [],
|
|
1881
|
+
"parts": [],
|
|
1882
|
+
"dependents": [
|
|
1883
|
+
"post-accordion-item",
|
|
1884
|
+
"post-back-to-top",
|
|
1885
|
+
"post-banner",
|
|
1886
|
+
"post-breadcrumb",
|
|
1887
|
+
"post-breadcrumb-item",
|
|
1888
|
+
"post-card-control",
|
|
1889
|
+
"post-closebutton",
|
|
1890
|
+
"post-language-switch",
|
|
1891
|
+
"post-mainnavigation",
|
|
1892
|
+
"post-rating",
|
|
1893
|
+
"post-tag"
|
|
1894
|
+
],
|
|
1895
|
+
"dependencies": [],
|
|
1896
|
+
"dependencyGraph": {
|
|
1897
|
+
"post-accordion-item": [
|
|
1898
|
+
"post-icon"
|
|
1899
|
+
],
|
|
1900
|
+
"post-back-to-top": [
|
|
1901
|
+
"post-icon"
|
|
1902
|
+
],
|
|
1903
|
+
"post-banner": [
|
|
1904
|
+
"post-icon"
|
|
1905
|
+
],
|
|
1906
|
+
"post-breadcrumb": [
|
|
1907
|
+
"post-icon"
|
|
1908
|
+
],
|
|
1909
|
+
"post-breadcrumb-item": [
|
|
1910
|
+
"post-icon"
|
|
1911
|
+
],
|
|
1912
|
+
"post-card-control": [
|
|
1913
|
+
"post-icon"
|
|
1914
|
+
],
|
|
1915
|
+
"post-closebutton": [
|
|
1916
|
+
"post-icon"
|
|
1917
|
+
],
|
|
1918
|
+
"post-language-switch": [
|
|
1919
|
+
"post-icon"
|
|
1920
|
+
],
|
|
1921
|
+
"post-mainnavigation": [
|
|
1922
|
+
"post-icon"
|
|
1923
|
+
],
|
|
1924
|
+
"post-rating": [
|
|
1925
|
+
"post-icon"
|
|
1926
|
+
],
|
|
1927
|
+
"post-tag": [
|
|
1928
|
+
"post-icon"
|
|
1929
|
+
]
|
|
1930
|
+
}
|
|
1931
|
+
},
|
|
1932
|
+
{
|
|
1933
|
+
"filePath": "src/components/post-language-option/post-language-option.tsx",
|
|
1934
|
+
"encapsulation": "none",
|
|
1935
|
+
"tag": "post-language-option",
|
|
1936
|
+
"readme": "# post-language-option\n\n\n",
|
|
1937
|
+
"docs": "",
|
|
1938
|
+
"docsTags": [
|
|
1939
|
+
{
|
|
1940
|
+
"name": "slot",
|
|
1941
|
+
"text": "default - Slot for placing the content inside the anchor or button."
|
|
1942
|
+
}
|
|
1943
|
+
],
|
|
1944
|
+
"usage": {},
|
|
1945
|
+
"props": [
|
|
1946
|
+
{
|
|
1947
|
+
"name": "active",
|
|
1948
|
+
"type": "boolean",
|
|
1949
|
+
"complexType": {
|
|
1950
|
+
"original": "boolean",
|
|
1951
|
+
"resolved": "boolean",
|
|
1952
|
+
"references": {}
|
|
1953
|
+
},
|
|
1954
|
+
"mutable": true,
|
|
1955
|
+
"attr": "active",
|
|
1956
|
+
"reflectToAttr": true,
|
|
1957
|
+
"docs": "If set to `true`, the language option is considered the current language for the page.",
|
|
1958
|
+
"docsTags": [],
|
|
1959
|
+
"values": [
|
|
1960
|
+
{
|
|
1961
|
+
"type": "boolean"
|
|
1962
|
+
}
|
|
1963
|
+
],
|
|
1964
|
+
"optional": false,
|
|
1965
|
+
"required": false
|
|
1966
|
+
},
|
|
1967
|
+
{
|
|
1968
|
+
"name": "code",
|
|
1969
|
+
"type": "string",
|
|
1970
|
+
"complexType": {
|
|
1971
|
+
"original": "string",
|
|
1972
|
+
"resolved": "string",
|
|
1973
|
+
"references": {}
|
|
1974
|
+
},
|
|
1975
|
+
"mutable": false,
|
|
1976
|
+
"attr": "code",
|
|
1977
|
+
"reflectToAttr": false,
|
|
1978
|
+
"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\".",
|
|
1979
|
+
"docsTags": [],
|
|
1980
|
+
"values": [
|
|
1981
|
+
{
|
|
1982
|
+
"type": "string"
|
|
1983
|
+
}
|
|
1984
|
+
],
|
|
1985
|
+
"optional": false,
|
|
1986
|
+
"required": true
|
|
1987
|
+
},
|
|
1988
|
+
{
|
|
1989
|
+
"name": "name",
|
|
1990
|
+
"type": "string",
|
|
1991
|
+
"complexType": {
|
|
1992
|
+
"original": "string",
|
|
1993
|
+
"resolved": "string",
|
|
1994
|
+
"references": {}
|
|
1995
|
+
},
|
|
1996
|
+
"mutable": false,
|
|
1997
|
+
"attr": "name",
|
|
1998
|
+
"reflectToAttr": false,
|
|
1999
|
+
"docs": "The full name of the language. For example, \"Deutsch\".",
|
|
2000
|
+
"docsTags": [],
|
|
2001
|
+
"values": [
|
|
2002
|
+
{
|
|
2003
|
+
"type": "string"
|
|
2004
|
+
}
|
|
2005
|
+
],
|
|
2006
|
+
"optional": false,
|
|
2007
|
+
"required": false
|
|
2008
|
+
},
|
|
2009
|
+
{
|
|
2010
|
+
"name": "url",
|
|
2011
|
+
"type": "string",
|
|
2012
|
+
"complexType": {
|
|
2013
|
+
"original": "string",
|
|
2014
|
+
"resolved": "string",
|
|
2015
|
+
"references": {}
|
|
2016
|
+
},
|
|
2017
|
+
"mutable": false,
|
|
2018
|
+
"attr": "url",
|
|
2019
|
+
"reflectToAttr": false,
|
|
2020
|
+
"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.",
|
|
2021
|
+
"docsTags": [],
|
|
2022
|
+
"values": [
|
|
2023
|
+
{
|
|
2024
|
+
"type": "string"
|
|
2025
|
+
}
|
|
2026
|
+
],
|
|
2027
|
+
"optional": false,
|
|
2028
|
+
"required": false
|
|
2029
|
+
},
|
|
2030
|
+
{
|
|
2031
|
+
"name": "variant",
|
|
2032
|
+
"type": "\"list\" | \"menu\"",
|
|
2033
|
+
"complexType": {
|
|
2034
|
+
"original": "SwitchVariant | null",
|
|
2035
|
+
"resolved": "\"list\" | \"menu\"",
|
|
2036
|
+
"references": {
|
|
2037
|
+
"SwitchVariant": {
|
|
2038
|
+
"location": "import",
|
|
2039
|
+
"path": "../post-language-switch/switch-variants",
|
|
2040
|
+
"id": "src/components/post-language-switch/switch-variants.ts::SwitchVariant"
|
|
2041
|
+
}
|
|
2042
|
+
}
|
|
2043
|
+
},
|
|
2044
|
+
"mutable": false,
|
|
2045
|
+
"attr": "variant",
|
|
2046
|
+
"reflectToAttr": false,
|
|
2047
|
+
"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.",
|
|
2048
|
+
"docsTags": [],
|
|
2049
|
+
"values": [
|
|
2050
|
+
{
|
|
2051
|
+
"value": "list",
|
|
2052
|
+
"type": "string"
|
|
2053
|
+
},
|
|
2054
|
+
{
|
|
2055
|
+
"value": "menu",
|
|
2056
|
+
"type": "string"
|
|
2057
|
+
}
|
|
2058
|
+
],
|
|
2059
|
+
"optional": true,
|
|
2060
|
+
"required": false
|
|
2061
|
+
}
|
|
2062
|
+
],
|
|
2063
|
+
"methods": [
|
|
2064
|
+
{
|
|
2065
|
+
"name": "select",
|
|
2066
|
+
"returns": {
|
|
2067
|
+
"type": "Promise<void>",
|
|
2068
|
+
"docs": ""
|
|
2069
|
+
},
|
|
2070
|
+
"complexType": {
|
|
2071
|
+
"signature": "() => Promise<void>",
|
|
2072
|
+
"parameters": [],
|
|
2073
|
+
"references": {
|
|
2074
|
+
"Promise": {
|
|
2075
|
+
"location": "global",
|
|
2076
|
+
"id": "global::Promise"
|
|
2077
|
+
}
|
|
2078
|
+
},
|
|
2079
|
+
"return": "Promise<void>"
|
|
2080
|
+
},
|
|
2081
|
+
"signature": "select() => Promise<void>",
|
|
2082
|
+
"parameters": [],
|
|
2083
|
+
"docs": "Selects the language option programmatically.",
|
|
2084
|
+
"docsTags": []
|
|
2085
|
+
}
|
|
2086
|
+
],
|
|
2087
|
+
"events": [
|
|
2088
|
+
{
|
|
2089
|
+
"event": "postChange",
|
|
2090
|
+
"detail": "string",
|
|
2091
|
+
"bubbles": true,
|
|
2092
|
+
"complexType": {
|
|
2093
|
+
"original": "string",
|
|
2094
|
+
"resolved": "string",
|
|
2095
|
+
"references": {}
|
|
2096
|
+
},
|
|
2097
|
+
"cancelable": true,
|
|
2098
|
+
"composed": true,
|
|
2099
|
+
"docs": "An event emitted when the language option is clicked. The payload is the ISO 639 code of the language.",
|
|
2100
|
+
"docsTags": []
|
|
2101
|
+
}
|
|
2102
|
+
],
|
|
2103
|
+
"listeners": [],
|
|
2104
|
+
"styles": [],
|
|
2105
|
+
"slots": [
|
|
2106
|
+
{
|
|
2107
|
+
"name": "default",
|
|
2108
|
+
"docs": "Slot for placing the content inside the anchor or button."
|
|
2109
|
+
}
|
|
2110
|
+
],
|
|
2111
|
+
"parts": [],
|
|
2112
|
+
"dependents": [],
|
|
2113
|
+
"dependencies": [],
|
|
2114
|
+
"dependencyGraph": {}
|
|
2115
|
+
},
|
|
2116
|
+
{
|
|
2117
|
+
"filePath": "src/components/post-language-switch/post-language-switch.tsx",
|
|
2118
|
+
"encapsulation": "shadow",
|
|
2119
|
+
"tag": "post-language-switch",
|
|
2120
|
+
"readme": "# post-language-switch\n",
|
|
2121
|
+
"docs": "",
|
|
2122
|
+
"docsTags": [],
|
|
2123
|
+
"usage": {},
|
|
2124
|
+
"props": [
|
|
2125
|
+
{
|
|
2126
|
+
"name": "caption",
|
|
2127
|
+
"type": "string",
|
|
2128
|
+
"complexType": {
|
|
2129
|
+
"original": "string",
|
|
2130
|
+
"resolved": "string",
|
|
2131
|
+
"references": {}
|
|
2132
|
+
},
|
|
2133
|
+
"mutable": false,
|
|
2134
|
+
"attr": "caption",
|
|
2135
|
+
"reflectToAttr": false,
|
|
2136
|
+
"docs": "A title for the list of language options",
|
|
2137
|
+
"docsTags": [],
|
|
2138
|
+
"values": [
|
|
2139
|
+
{
|
|
2140
|
+
"type": "string"
|
|
2141
|
+
}
|
|
2142
|
+
],
|
|
2143
|
+
"optional": false,
|
|
2144
|
+
"required": false
|
|
2145
|
+
},
|
|
2146
|
+
{
|
|
2147
|
+
"name": "description",
|
|
2148
|
+
"type": "string",
|
|
2149
|
+
"complexType": {
|
|
2150
|
+
"original": "string",
|
|
2151
|
+
"resolved": "string",
|
|
2152
|
+
"references": {}
|
|
2153
|
+
},
|
|
2154
|
+
"mutable": false,
|
|
2155
|
+
"attr": "description",
|
|
2156
|
+
"reflectToAttr": false,
|
|
2157
|
+
"docs": "A descriptive text for the list of language options",
|
|
2158
|
+
"docsTags": [],
|
|
2159
|
+
"values": [
|
|
2160
|
+
{
|
|
2161
|
+
"type": "string"
|
|
2162
|
+
}
|
|
2163
|
+
],
|
|
2164
|
+
"optional": false,
|
|
2165
|
+
"required": false
|
|
2166
|
+
},
|
|
2167
|
+
{
|
|
2168
|
+
"name": "variant",
|
|
2169
|
+
"type": "\"list\" | \"menu\"",
|
|
2170
|
+
"complexType": {
|
|
2171
|
+
"original": "SwitchVariant",
|
|
2172
|
+
"resolved": "\"list\" | \"menu\"",
|
|
2173
|
+
"references": {
|
|
2174
|
+
"SwitchVariant": {
|
|
2175
|
+
"location": "import",
|
|
2176
|
+
"path": "./switch-variants",
|
|
2177
|
+
"id": "src/components/post-language-switch/switch-variants.ts::SwitchVariant"
|
|
2178
|
+
}
|
|
2179
|
+
}
|
|
2180
|
+
},
|
|
2181
|
+
"mutable": false,
|
|
2182
|
+
"attr": "variant",
|
|
2183
|
+
"reflectToAttr": false,
|
|
2184
|
+
"docs": "Whether the component is rendered as a list or a menu",
|
|
2185
|
+
"docsTags": [],
|
|
2186
|
+
"default": "'list'",
|
|
2187
|
+
"values": [
|
|
2188
|
+
{
|
|
2189
|
+
"value": "list",
|
|
2190
|
+
"type": "string"
|
|
2191
|
+
},
|
|
2192
|
+
{
|
|
2193
|
+
"value": "menu",
|
|
2194
|
+
"type": "string"
|
|
2195
|
+
}
|
|
2196
|
+
],
|
|
2197
|
+
"optional": false,
|
|
2198
|
+
"required": false
|
|
2199
|
+
}
|
|
2200
|
+
],
|
|
2201
|
+
"methods": [],
|
|
2202
|
+
"events": [],
|
|
2203
|
+
"listeners": [],
|
|
2204
|
+
"styles": [],
|
|
2205
|
+
"slots": [],
|
|
2206
|
+
"parts": [],
|
|
2207
|
+
"dependents": [],
|
|
2208
|
+
"dependencies": [
|
|
2209
|
+
"post-menu-trigger",
|
|
2210
|
+
"post-icon",
|
|
2211
|
+
"post-menu"
|
|
2212
|
+
],
|
|
2213
|
+
"dependencyGraph": {
|
|
2214
|
+
"post-language-switch": [
|
|
2215
|
+
"post-menu-trigger",
|
|
2216
|
+
"post-icon",
|
|
2217
|
+
"post-menu"
|
|
2218
|
+
],
|
|
2219
|
+
"post-menu": [
|
|
2220
|
+
"post-popovercontainer"
|
|
2221
|
+
]
|
|
2222
|
+
}
|
|
2223
|
+
},
|
|
2224
|
+
{
|
|
2225
|
+
"filePath": "src/components/post-linkarea/post-linkarea.tsx",
|
|
2226
|
+
"encapsulation": "none",
|
|
2227
|
+
"tag": "post-linkarea",
|
|
2228
|
+
"readme": "# post-linkarea\n\n\n",
|
|
2229
|
+
"docs": "",
|
|
2230
|
+
"docsTags": [],
|
|
2231
|
+
"usage": {},
|
|
2232
|
+
"props": [],
|
|
2233
|
+
"methods": [],
|
|
2234
|
+
"events": [],
|
|
2235
|
+
"listeners": [],
|
|
2236
|
+
"styles": [],
|
|
2237
|
+
"slots": [],
|
|
2238
|
+
"parts": [],
|
|
2239
|
+
"dependents": [],
|
|
2240
|
+
"dependencies": [],
|
|
2241
|
+
"dependencyGraph": {}
|
|
2242
|
+
},
|
|
2243
|
+
{
|
|
2244
|
+
"filePath": "src/components/post-list/post-list.tsx",
|
|
2245
|
+
"encapsulation": "none",
|
|
2246
|
+
"tag": "post-list",
|
|
2247
|
+
"readme": "# post-list\n\n\n",
|
|
2248
|
+
"docs": "",
|
|
2249
|
+
"docsTags": [
|
|
2250
|
+
{
|
|
2251
|
+
"name": "slot",
|
|
2252
|
+
"text": "default - Slot for placing the list title."
|
|
2253
|
+
},
|
|
2254
|
+
{
|
|
2255
|
+
"name": "slot",
|
|
2256
|
+
"text": "post-list-item - Slot for placing post-list-item components."
|
|
2257
|
+
}
|
|
2258
|
+
],
|
|
2259
|
+
"usage": {},
|
|
2260
|
+
"props": [
|
|
2261
|
+
{
|
|
2262
|
+
"name": "horizontal",
|
|
2263
|
+
"type": "boolean",
|
|
2264
|
+
"complexType": {
|
|
2265
|
+
"original": "boolean",
|
|
2266
|
+
"resolved": "boolean",
|
|
2267
|
+
"references": {}
|
|
2268
|
+
},
|
|
2269
|
+
"mutable": false,
|
|
2270
|
+
"attr": "horizontal",
|
|
2271
|
+
"reflectToAttr": true,
|
|
2272
|
+
"docs": "The list can become horizontal by setting `horizontal=\"true\"` or just `horizontal`",
|
|
2273
|
+
"docsTags": [],
|
|
2274
|
+
"default": "false",
|
|
2275
|
+
"values": [
|
|
2276
|
+
{
|
|
2277
|
+
"type": "boolean"
|
|
2278
|
+
}
|
|
2279
|
+
],
|
|
2280
|
+
"optional": false,
|
|
2281
|
+
"required": false
|
|
2282
|
+
},
|
|
2283
|
+
{
|
|
2284
|
+
"name": "titleHidden",
|
|
2285
|
+
"type": "boolean",
|
|
2286
|
+
"complexType": {
|
|
2287
|
+
"original": "boolean",
|
|
2288
|
+
"resolved": "boolean",
|
|
2289
|
+
"references": {}
|
|
2290
|
+
},
|
|
2291
|
+
"mutable": false,
|
|
2292
|
+
"attr": "title-hidden",
|
|
2293
|
+
"reflectToAttr": false,
|
|
2294
|
+
"docs": "If `true`, the list title will be hidden. Otherwise, it will be displayed.`",
|
|
2295
|
+
"docsTags": [],
|
|
2296
|
+
"default": "false",
|
|
2297
|
+
"values": [
|
|
2298
|
+
{
|
|
2299
|
+
"type": "boolean"
|
|
2300
|
+
}
|
|
2301
|
+
],
|
|
2302
|
+
"optional": false,
|
|
2303
|
+
"required": false
|
|
2304
|
+
}
|
|
2305
|
+
],
|
|
2306
|
+
"methods": [],
|
|
2307
|
+
"events": [],
|
|
2308
|
+
"listeners": [],
|
|
2309
|
+
"styles": [],
|
|
2310
|
+
"slots": [
|
|
2311
|
+
{
|
|
2312
|
+
"name": "default",
|
|
2313
|
+
"docs": "Slot for placing the list title."
|
|
2314
|
+
},
|
|
2315
|
+
{
|
|
2316
|
+
"name": "post-list-item",
|
|
2317
|
+
"docs": "Slot for placing post-list-item components."
|
|
2318
|
+
}
|
|
2319
|
+
],
|
|
2320
|
+
"parts": [],
|
|
2321
|
+
"dependents": [],
|
|
2322
|
+
"dependencies": [],
|
|
2323
|
+
"dependencyGraph": {}
|
|
2324
|
+
},
|
|
2325
|
+
{
|
|
2326
|
+
"filePath": "src/components/post-list-item/post-list-item.tsx",
|
|
2327
|
+
"encapsulation": "shadow",
|
|
2328
|
+
"tag": "post-list-item",
|
|
2329
|
+
"readme": "# post-list-item\n\n\n",
|
|
2330
|
+
"docs": "",
|
|
2331
|
+
"docsTags": [
|
|
2332
|
+
{
|
|
2333
|
+
"name": "slot",
|
|
2334
|
+
"text": "default- Slot for placing the content of the list item."
|
|
2335
|
+
}
|
|
2336
|
+
],
|
|
2337
|
+
"usage": {},
|
|
2338
|
+
"props": [],
|
|
2339
|
+
"methods": [],
|
|
2340
|
+
"events": [],
|
|
2341
|
+
"listeners": [],
|
|
2342
|
+
"styles": [],
|
|
2343
|
+
"slots": [
|
|
2344
|
+
{
|
|
2345
|
+
"name": "default- Slot for placing the content of the list item.",
|
|
2346
|
+
"docs": ""
|
|
2347
|
+
}
|
|
2348
|
+
],
|
|
2349
|
+
"parts": [],
|
|
2350
|
+
"dependents": [],
|
|
2351
|
+
"dependencies": [],
|
|
2352
|
+
"dependencyGraph": {}
|
|
2353
|
+
},
|
|
2354
|
+
{
|
|
2355
|
+
"filePath": "src/components/post-logo/post-logo.tsx",
|
|
2356
|
+
"encapsulation": "shadow",
|
|
2357
|
+
"tag": "post-logo",
|
|
2358
|
+
"readme": "# post-logo\n\n\n",
|
|
2359
|
+
"docs": "",
|
|
2360
|
+
"docsTags": [
|
|
2361
|
+
{
|
|
2362
|
+
"name": "slot",
|
|
2363
|
+
"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."
|
|
2364
|
+
}
|
|
2365
|
+
],
|
|
2366
|
+
"usage": {},
|
|
2367
|
+
"props": [
|
|
2368
|
+
{
|
|
2369
|
+
"name": "url",
|
|
2370
|
+
"type": "URL | string",
|
|
2371
|
+
"complexType": {
|
|
2372
|
+
"original": "string | URL",
|
|
2373
|
+
"resolved": "URL | string",
|
|
2374
|
+
"references": {
|
|
2375
|
+
"URL": {
|
|
2376
|
+
"location": "global",
|
|
2377
|
+
"id": "global::URL"
|
|
2378
|
+
}
|
|
2379
|
+
}
|
|
2380
|
+
},
|
|
2381
|
+
"mutable": false,
|
|
2382
|
+
"attr": "url",
|
|
2383
|
+
"reflectToAttr": false,
|
|
2384
|
+
"docs": "The URL to which the user is redirected upon clicking the logo.",
|
|
2385
|
+
"docsTags": [],
|
|
2386
|
+
"values": [
|
|
2387
|
+
{
|
|
2388
|
+
"type": "URL"
|
|
2389
|
+
},
|
|
2390
|
+
{
|
|
2391
|
+
"type": "string"
|
|
2392
|
+
}
|
|
2393
|
+
],
|
|
2394
|
+
"optional": false,
|
|
2395
|
+
"required": false
|
|
2396
|
+
}
|
|
2397
|
+
],
|
|
2398
|
+
"methods": [],
|
|
2399
|
+
"events": [],
|
|
2400
|
+
"listeners": [],
|
|
2401
|
+
"styles": [],
|
|
2402
|
+
"slots": [
|
|
2403
|
+
{
|
|
2404
|
+
"name": "default",
|
|
2405
|
+
"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."
|
|
2406
|
+
}
|
|
2407
|
+
],
|
|
2408
|
+
"parts": [],
|
|
2409
|
+
"dependents": [],
|
|
2410
|
+
"dependencies": [],
|
|
2411
|
+
"dependencyGraph": {}
|
|
2412
|
+
},
|
|
2413
|
+
{
|
|
2414
|
+
"filePath": "src/components/post-mainnavigation/post-mainnavigation.tsx",
|
|
2415
|
+
"encapsulation": "none",
|
|
2416
|
+
"tag": "post-mainnavigation",
|
|
2417
|
+
"readme": "# post-mainnavigation\n\n\n",
|
|
2418
|
+
"docs": "",
|
|
2419
|
+
"docsTags": [],
|
|
2420
|
+
"usage": {},
|
|
2421
|
+
"props": [],
|
|
2422
|
+
"methods": [],
|
|
2423
|
+
"events": [],
|
|
2424
|
+
"listeners": [
|
|
2425
|
+
{
|
|
2426
|
+
"event": "mouseup",
|
|
2427
|
+
"target": "window",
|
|
2428
|
+
"capture": false,
|
|
2429
|
+
"passive": true
|
|
2430
|
+
}
|
|
2431
|
+
],
|
|
2432
|
+
"styles": [],
|
|
2433
|
+
"slots": [],
|
|
2434
|
+
"parts": [],
|
|
2435
|
+
"dependents": [],
|
|
2436
|
+
"dependencies": [
|
|
2437
|
+
"post-icon"
|
|
2438
|
+
],
|
|
2439
|
+
"dependencyGraph": {
|
|
2440
|
+
"post-mainnavigation": [
|
|
2441
|
+
"post-icon"
|
|
2442
|
+
]
|
|
2443
|
+
}
|
|
2444
|
+
},
|
|
2445
|
+
{
|
|
2446
|
+
"filePath": "src/components/post-megadropdown/post-megadropdown.tsx",
|
|
2447
|
+
"encapsulation": "none",
|
|
2448
|
+
"tag": "post-megadropdown",
|
|
2449
|
+
"readme": "# post-megadropdown\n\n\n",
|
|
2450
|
+
"docs": "",
|
|
2451
|
+
"docsTags": [],
|
|
2452
|
+
"usage": {},
|
|
2453
|
+
"props": [],
|
|
2454
|
+
"methods": [
|
|
2455
|
+
{
|
|
2456
|
+
"name": "focusFirst",
|
|
2457
|
+
"returns": {
|
|
2458
|
+
"type": "Promise<void>",
|
|
2459
|
+
"docs": ""
|
|
2460
|
+
},
|
|
2461
|
+
"complexType": {
|
|
2462
|
+
"signature": "() => Promise<void>",
|
|
2463
|
+
"parameters": [],
|
|
2464
|
+
"references": {
|
|
2465
|
+
"Promise": {
|
|
2466
|
+
"location": "global",
|
|
2467
|
+
"id": "global::Promise"
|
|
2468
|
+
}
|
|
2469
|
+
},
|
|
2470
|
+
"return": "Promise<void>"
|
|
2471
|
+
},
|
|
2472
|
+
"signature": "focusFirst() => Promise<void>",
|
|
2473
|
+
"parameters": [],
|
|
2474
|
+
"docs": "",
|
|
2475
|
+
"docsTags": []
|
|
2476
|
+
},
|
|
2477
|
+
{
|
|
2478
|
+
"name": "hide",
|
|
2479
|
+
"returns": {
|
|
2480
|
+
"type": "Promise<void>",
|
|
2481
|
+
"docs": ""
|
|
2482
|
+
},
|
|
2483
|
+
"complexType": {
|
|
2484
|
+
"signature": "(focusParent?: boolean) => Promise<void>",
|
|
2485
|
+
"parameters": [
|
|
2486
|
+
{
|
|
2487
|
+
"name": "focusParent",
|
|
2488
|
+
"type": "boolean",
|
|
2489
|
+
"docs": ""
|
|
2490
|
+
}
|
|
2491
|
+
],
|
|
2492
|
+
"references": {
|
|
2493
|
+
"Promise": {
|
|
2494
|
+
"location": "global",
|
|
2495
|
+
"id": "global::Promise"
|
|
2496
|
+
}
|
|
2497
|
+
},
|
|
2498
|
+
"return": "Promise<void>"
|
|
2499
|
+
},
|
|
2500
|
+
"signature": "hide(focusParent?: boolean) => Promise<void>",
|
|
2501
|
+
"parameters": [
|
|
2502
|
+
{
|
|
2503
|
+
"name": "focusParent",
|
|
2504
|
+
"type": "boolean",
|
|
2505
|
+
"docs": ""
|
|
2506
|
+
}
|
|
2507
|
+
],
|
|
2508
|
+
"docs": "Hides the dropdown with an animation.",
|
|
2509
|
+
"docsTags": []
|
|
2510
|
+
},
|
|
2511
|
+
{
|
|
2512
|
+
"name": "show",
|
|
2513
|
+
"returns": {
|
|
2514
|
+
"type": "Promise<void>",
|
|
2515
|
+
"docs": ""
|
|
2516
|
+
},
|
|
2517
|
+
"complexType": {
|
|
2518
|
+
"signature": "() => Promise<void>",
|
|
2519
|
+
"parameters": [],
|
|
2520
|
+
"references": {
|
|
2521
|
+
"Promise": {
|
|
2522
|
+
"location": "global",
|
|
2523
|
+
"id": "global::Promise"
|
|
2524
|
+
}
|
|
2525
|
+
},
|
|
2526
|
+
"return": "Promise<void>"
|
|
2527
|
+
},
|
|
2528
|
+
"signature": "show() => Promise<void>",
|
|
2529
|
+
"parameters": [],
|
|
2530
|
+
"docs": "Displays the dropdown.",
|
|
2531
|
+
"docsTags": []
|
|
2532
|
+
},
|
|
2533
|
+
{
|
|
2534
|
+
"name": "toggle",
|
|
2535
|
+
"returns": {
|
|
2536
|
+
"type": "Promise<void>",
|
|
2537
|
+
"docs": ""
|
|
2538
|
+
},
|
|
2539
|
+
"complexType": {
|
|
2540
|
+
"signature": "() => Promise<void>",
|
|
2541
|
+
"parameters": [],
|
|
2542
|
+
"references": {
|
|
2543
|
+
"Promise": {
|
|
2544
|
+
"location": "global",
|
|
2545
|
+
"id": "global::Promise"
|
|
2546
|
+
}
|
|
2547
|
+
},
|
|
2548
|
+
"return": "Promise<void>"
|
|
2549
|
+
},
|
|
2550
|
+
"signature": "toggle() => Promise<void>",
|
|
2551
|
+
"parameters": [],
|
|
2552
|
+
"docs": "Toggles the dropdown visibility based on its current state.",
|
|
2553
|
+
"docsTags": []
|
|
2554
|
+
}
|
|
2555
|
+
],
|
|
2556
|
+
"events": [
|
|
2557
|
+
{
|
|
2558
|
+
"event": "postToggleMegadropdown",
|
|
2559
|
+
"detail": "{ isVisible: boolean; focusParent?: boolean; }",
|
|
2560
|
+
"bubbles": true,
|
|
2561
|
+
"complexType": {
|
|
2562
|
+
"original": "{ isVisible: boolean; focusParent?: boolean }",
|
|
2563
|
+
"resolved": "{ isVisible: boolean; focusParent?: boolean; }",
|
|
2564
|
+
"references": {}
|
|
2565
|
+
},
|
|
2566
|
+
"cancelable": true,
|
|
2567
|
+
"composed": true,
|
|
2568
|
+
"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",
|
|
2569
|
+
"docsTags": []
|
|
2570
|
+
}
|
|
2571
|
+
],
|
|
2572
|
+
"listeners": [],
|
|
2573
|
+
"styles": [],
|
|
2574
|
+
"slots": [],
|
|
2575
|
+
"parts": [],
|
|
2576
|
+
"dependents": [],
|
|
2577
|
+
"dependencies": [],
|
|
2578
|
+
"dependencyGraph": {}
|
|
2579
|
+
},
|
|
2580
|
+
{
|
|
2581
|
+
"filePath": "src/components/post-megadropdown-trigger/post-megadropdown-trigger.tsx",
|
|
2582
|
+
"encapsulation": "none",
|
|
2583
|
+
"tag": "post-megadropdown-trigger",
|
|
2584
|
+
"readme": "# post-megadropdown-toggle\n\n\n",
|
|
2585
|
+
"docs": "",
|
|
2586
|
+
"docsTags": [],
|
|
2587
|
+
"usage": {},
|
|
2588
|
+
"props": [
|
|
2589
|
+
{
|
|
2590
|
+
"name": "for",
|
|
2591
|
+
"type": "string",
|
|
2592
|
+
"complexType": {
|
|
2593
|
+
"original": "string",
|
|
2594
|
+
"resolved": "string",
|
|
2595
|
+
"references": {}
|
|
2596
|
+
},
|
|
2597
|
+
"mutable": false,
|
|
2598
|
+
"attr": "for",
|
|
2599
|
+
"reflectToAttr": false,
|
|
2600
|
+
"docs": "ID of the mega dropdown element that this trigger is linked to. Used to open and close the specified mega dropdown.",
|
|
2601
|
+
"docsTags": [],
|
|
2602
|
+
"values": [
|
|
2603
|
+
{
|
|
2604
|
+
"type": "string"
|
|
2605
|
+
}
|
|
2606
|
+
],
|
|
2607
|
+
"optional": false,
|
|
2608
|
+
"required": true
|
|
2609
|
+
}
|
|
2610
|
+
],
|
|
2611
|
+
"methods": [],
|
|
2612
|
+
"events": [],
|
|
2613
|
+
"listeners": [],
|
|
2614
|
+
"styles": [],
|
|
2615
|
+
"slots": [],
|
|
2616
|
+
"parts": [],
|
|
2617
|
+
"dependents": [],
|
|
2618
|
+
"dependencies": [],
|
|
2619
|
+
"dependencyGraph": {}
|
|
2620
|
+
},
|
|
2621
|
+
{
|
|
2622
|
+
"filePath": "src/components/post-menu/post-menu.tsx",
|
|
2623
|
+
"encapsulation": "shadow",
|
|
2624
|
+
"tag": "post-menu",
|
|
2625
|
+
"readme": "# post-menu\n\n\n",
|
|
2626
|
+
"docs": "",
|
|
2627
|
+
"docsTags": [],
|
|
2628
|
+
"usage": {},
|
|
2629
|
+
"props": [
|
|
2630
|
+
{
|
|
2631
|
+
"name": "placement",
|
|
2632
|
+
"type": "\"bottom\" | \"bottom-end\" | \"bottom-start\" | \"left\" | \"left-end\" | \"left-start\" | \"right\" | \"right-end\" | \"right-start\" | \"top\" | \"top-end\" | \"top-start\"",
|
|
2633
|
+
"complexType": {
|
|
2634
|
+
"original": "Placement",
|
|
2635
|
+
"resolved": "\"bottom\" | \"bottom-end\" | \"bottom-start\" | \"left\" | \"left-end\" | \"left-start\" | \"right\" | \"right-end\" | \"right-start\" | \"top\" | \"top-end\" | \"top-start\"",
|
|
2636
|
+
"references": {
|
|
2637
|
+
"Placement": {
|
|
2638
|
+
"location": "import",
|
|
2639
|
+
"path": "@floating-ui/dom",
|
|
2640
|
+
"id": "../../node_modules/.pnpm/@floating-ui+dom@1.6.13/node_modules/@floating-ui/dom/dist/floating-ui.dom.d.ts::Placement"
|
|
2641
|
+
}
|
|
2642
|
+
}
|
|
2643
|
+
},
|
|
2644
|
+
"mutable": false,
|
|
2645
|
+
"attr": "placement",
|
|
2646
|
+
"reflectToAttr": false,
|
|
2647
|
+
"docs": "Defines the placement of the tooltip according to the floating-ui options available at https://floating-ui.com/docs/computePosition#placement.\nTooltips are automatically flipped to the opposite side if there is not enough available space and are shifted\ntowards the viewport if they would overlap edge boundaries.",
|
|
2648
|
+
"docsTags": [],
|
|
2649
|
+
"default": "'bottom'",
|
|
2650
|
+
"values": [
|
|
2651
|
+
{
|
|
2652
|
+
"value": "bottom",
|
|
2653
|
+
"type": "string"
|
|
2654
|
+
},
|
|
2655
|
+
{
|
|
2656
|
+
"value": "bottom-end",
|
|
2657
|
+
"type": "string"
|
|
2658
|
+
},
|
|
2659
|
+
{
|
|
2660
|
+
"value": "bottom-start",
|
|
2661
|
+
"type": "string"
|
|
2662
|
+
},
|
|
2663
|
+
{
|
|
2664
|
+
"value": "left",
|
|
2665
|
+
"type": "string"
|
|
2666
|
+
},
|
|
2667
|
+
{
|
|
2668
|
+
"value": "left-end",
|
|
2669
|
+
"type": "string"
|
|
2670
|
+
},
|
|
2671
|
+
{
|
|
2672
|
+
"value": "left-start",
|
|
2673
|
+
"type": "string"
|
|
2674
|
+
},
|
|
2675
|
+
{
|
|
2676
|
+
"value": "right",
|
|
2677
|
+
"type": "string"
|
|
2678
|
+
},
|
|
2679
|
+
{
|
|
2680
|
+
"value": "right-end",
|
|
2681
|
+
"type": "string"
|
|
2682
|
+
},
|
|
2683
|
+
{
|
|
2684
|
+
"value": "right-start",
|
|
2685
|
+
"type": "string"
|
|
2686
|
+
},
|
|
2687
|
+
{
|
|
2688
|
+
"value": "top",
|
|
2689
|
+
"type": "string"
|
|
2690
|
+
},
|
|
2691
|
+
{
|
|
2692
|
+
"value": "top-end",
|
|
2693
|
+
"type": "string"
|
|
2694
|
+
},
|
|
2695
|
+
{
|
|
2696
|
+
"value": "top-start",
|
|
2697
|
+
"type": "string"
|
|
2698
|
+
}
|
|
2699
|
+
],
|
|
2700
|
+
"optional": true,
|
|
2701
|
+
"required": false
|
|
2702
|
+
}
|
|
2703
|
+
],
|
|
2704
|
+
"methods": [
|
|
2705
|
+
{
|
|
2706
|
+
"name": "hide",
|
|
2707
|
+
"returns": {
|
|
2708
|
+
"type": "Promise<void>",
|
|
2709
|
+
"docs": ""
|
|
2710
|
+
},
|
|
2711
|
+
"complexType": {
|
|
2712
|
+
"signature": "() => Promise<void>",
|
|
2713
|
+
"parameters": [],
|
|
2714
|
+
"references": {
|
|
2715
|
+
"Promise": {
|
|
2716
|
+
"location": "global",
|
|
2717
|
+
"id": "global::Promise"
|
|
2718
|
+
}
|
|
2719
|
+
},
|
|
2720
|
+
"return": "Promise<void>"
|
|
2721
|
+
},
|
|
2722
|
+
"signature": "hide() => Promise<void>",
|
|
2723
|
+
"parameters": [],
|
|
2724
|
+
"docs": "Hides the popover menu and restores focus to the previously focused element.",
|
|
2725
|
+
"docsTags": []
|
|
2726
|
+
},
|
|
2727
|
+
{
|
|
2728
|
+
"name": "show",
|
|
2729
|
+
"returns": {
|
|
2730
|
+
"type": "Promise<void>",
|
|
2731
|
+
"docs": ""
|
|
2732
|
+
},
|
|
2733
|
+
"complexType": {
|
|
2734
|
+
"signature": "(target: HTMLElement) => Promise<void>",
|
|
2735
|
+
"parameters": [
|
|
2736
|
+
{
|
|
2737
|
+
"name": "target",
|
|
2738
|
+
"type": "HTMLElement",
|
|
2739
|
+
"docs": "- The HTML element relative to which the popover menu should be displayed."
|
|
2740
|
+
}
|
|
2741
|
+
],
|
|
2742
|
+
"references": {
|
|
2743
|
+
"Promise": {
|
|
2744
|
+
"location": "global",
|
|
2745
|
+
"id": "global::Promise"
|
|
2746
|
+
},
|
|
2747
|
+
"HTMLElement": {
|
|
2748
|
+
"location": "global",
|
|
2749
|
+
"id": "global::HTMLElement"
|
|
2750
|
+
}
|
|
2751
|
+
},
|
|
2752
|
+
"return": "Promise<void>"
|
|
2753
|
+
},
|
|
2754
|
+
"signature": "show(target: HTMLElement) => Promise<void>",
|
|
2755
|
+
"parameters": [
|
|
2756
|
+
{
|
|
2757
|
+
"name": "target",
|
|
2758
|
+
"type": "HTMLElement",
|
|
2759
|
+
"docs": "- The HTML element relative to which the popover menu should be displayed."
|
|
2760
|
+
}
|
|
2761
|
+
],
|
|
2762
|
+
"docs": "Displays the popover menu, focusing the first menu item.",
|
|
2763
|
+
"docsTags": [
|
|
2764
|
+
{
|
|
2765
|
+
"name": "param",
|
|
2766
|
+
"text": "target - The HTML element relative to which the popover menu should be displayed."
|
|
2767
|
+
}
|
|
2768
|
+
]
|
|
2769
|
+
},
|
|
2770
|
+
{
|
|
2771
|
+
"name": "toggle",
|
|
2772
|
+
"returns": {
|
|
2773
|
+
"type": "Promise<void>",
|
|
2774
|
+
"docs": ""
|
|
2775
|
+
},
|
|
2776
|
+
"complexType": {
|
|
2777
|
+
"signature": "(target: HTMLElement) => Promise<void>",
|
|
2778
|
+
"parameters": [
|
|
2779
|
+
{
|
|
2780
|
+
"name": "target",
|
|
2781
|
+
"type": "HTMLElement",
|
|
2782
|
+
"docs": ""
|
|
2783
|
+
}
|
|
2784
|
+
],
|
|
2785
|
+
"references": {
|
|
2786
|
+
"Promise": {
|
|
2787
|
+
"location": "global",
|
|
2788
|
+
"id": "global::Promise"
|
|
2789
|
+
},
|
|
2790
|
+
"HTMLElement": {
|
|
2791
|
+
"location": "global",
|
|
2792
|
+
"id": "global::HTMLElement"
|
|
2793
|
+
}
|
|
2794
|
+
},
|
|
2795
|
+
"return": "Promise<void>"
|
|
2796
|
+
},
|
|
2797
|
+
"signature": "toggle(target: HTMLElement) => Promise<void>",
|
|
2798
|
+
"parameters": [
|
|
1257
2799
|
{
|
|
1258
|
-
"
|
|
2800
|
+
"name": "target",
|
|
2801
|
+
"type": "HTMLElement",
|
|
2802
|
+
"docs": ""
|
|
1259
2803
|
}
|
|
1260
2804
|
],
|
|
1261
|
-
"
|
|
1262
|
-
"
|
|
1263
|
-
}
|
|
2805
|
+
"docs": "Toggles the menu visibility based on its current state.",
|
|
2806
|
+
"docsTags": []
|
|
2807
|
+
}
|
|
2808
|
+
],
|
|
2809
|
+
"events": [
|
|
1264
2810
|
{
|
|
1265
|
-
"
|
|
1266
|
-
"
|
|
2811
|
+
"event": "toggleMenu",
|
|
2812
|
+
"detail": "boolean",
|
|
2813
|
+
"bubbles": true,
|
|
1267
2814
|
"complexType": {
|
|
1268
|
-
"original": "
|
|
1269
|
-
"resolved": "
|
|
2815
|
+
"original": "boolean",
|
|
2816
|
+
"resolved": "boolean",
|
|
1270
2817
|
"references": {}
|
|
1271
2818
|
},
|
|
1272
|
-
"
|
|
1273
|
-
"
|
|
1274
|
-
"
|
|
1275
|
-
"
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
"
|
|
1284
|
-
"
|
|
2819
|
+
"cancelable": true,
|
|
2820
|
+
"composed": true,
|
|
2821
|
+
"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.",
|
|
2822
|
+
"docsTags": []
|
|
2823
|
+
}
|
|
2824
|
+
],
|
|
2825
|
+
"listeners": [],
|
|
2826
|
+
"styles": [],
|
|
2827
|
+
"slots": [],
|
|
2828
|
+
"parts": [
|
|
2829
|
+
{
|
|
2830
|
+
"name": "popover-container",
|
|
2831
|
+
"docs": ""
|
|
1285
2832
|
}
|
|
1286
2833
|
],
|
|
2834
|
+
"dependents": [
|
|
2835
|
+
"post-breadcrumb",
|
|
2836
|
+
"post-language-switch"
|
|
2837
|
+
],
|
|
2838
|
+
"dependencies": [
|
|
2839
|
+
"post-popovercontainer"
|
|
2840
|
+
],
|
|
2841
|
+
"dependencyGraph": {
|
|
2842
|
+
"post-menu": [
|
|
2843
|
+
"post-popovercontainer"
|
|
2844
|
+
],
|
|
2845
|
+
"post-breadcrumb": [
|
|
2846
|
+
"post-menu"
|
|
2847
|
+
],
|
|
2848
|
+
"post-language-switch": [
|
|
2849
|
+
"post-menu"
|
|
2850
|
+
]
|
|
2851
|
+
}
|
|
2852
|
+
},
|
|
2853
|
+
{
|
|
2854
|
+
"filePath": "src/components/post-menu-item/post-menu-item.tsx",
|
|
2855
|
+
"encapsulation": "none",
|
|
2856
|
+
"tag": "post-menu-item",
|
|
2857
|
+
"readme": "# post-menu-item\n\n\n",
|
|
2858
|
+
"docs": "",
|
|
2859
|
+
"docsTags": [],
|
|
2860
|
+
"usage": {},
|
|
2861
|
+
"props": [],
|
|
1287
2862
|
"methods": [],
|
|
1288
2863
|
"events": [],
|
|
1289
2864
|
"listeners": [],
|
|
@@ -1291,85 +2866,65 @@
|
|
|
1291
2866
|
"slots": [],
|
|
1292
2867
|
"parts": [],
|
|
1293
2868
|
"dependents": [
|
|
1294
|
-
"post-
|
|
1295
|
-
"post-card-control",
|
|
1296
|
-
"post-rating",
|
|
1297
|
-
"post-tag"
|
|
2869
|
+
"post-breadcrumb"
|
|
1298
2870
|
],
|
|
1299
2871
|
"dependencies": [],
|
|
1300
2872
|
"dependencyGraph": {
|
|
1301
|
-
"post-
|
|
1302
|
-
"post-
|
|
1303
|
-
],
|
|
1304
|
-
"post-card-control": [
|
|
1305
|
-
"post-icon"
|
|
1306
|
-
],
|
|
1307
|
-
"post-rating": [
|
|
1308
|
-
"post-icon"
|
|
1309
|
-
],
|
|
1310
|
-
"post-tag": [
|
|
1311
|
-
"post-icon"
|
|
2873
|
+
"post-breadcrumb": [
|
|
2874
|
+
"post-menu-item"
|
|
1312
2875
|
]
|
|
1313
2876
|
}
|
|
1314
2877
|
},
|
|
1315
2878
|
{
|
|
1316
|
-
"filePath": "src/components/post-
|
|
1317
|
-
"encapsulation": "
|
|
1318
|
-
"tag": "post-
|
|
1319
|
-
"readme": "# post-
|
|
2879
|
+
"filePath": "src/components/post-menu-trigger/post-menu-trigger.tsx",
|
|
2880
|
+
"encapsulation": "none",
|
|
2881
|
+
"tag": "post-menu-trigger",
|
|
2882
|
+
"readme": "# post-menu-trigger\n\n\n",
|
|
1320
2883
|
"docs": "",
|
|
1321
|
-
"docsTags": [
|
|
1322
|
-
{
|
|
1323
|
-
"name": "slot",
|
|
1324
|
-
"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."
|
|
1325
|
-
}
|
|
1326
|
-
],
|
|
2884
|
+
"docsTags": [],
|
|
1327
2885
|
"usage": {},
|
|
1328
2886
|
"props": [
|
|
1329
2887
|
{
|
|
1330
|
-
"name": "
|
|
1331
|
-
"type": "
|
|
2888
|
+
"name": "for",
|
|
2889
|
+
"type": "string",
|
|
1332
2890
|
"complexType": {
|
|
1333
|
-
"original": "string
|
|
1334
|
-
"resolved": "
|
|
1335
|
-
"references": {
|
|
1336
|
-
"URL": {
|
|
1337
|
-
"location": "global",
|
|
1338
|
-
"id": "global::URL"
|
|
1339
|
-
}
|
|
1340
|
-
}
|
|
2891
|
+
"original": "string",
|
|
2892
|
+
"resolved": "string",
|
|
2893
|
+
"references": {}
|
|
1341
2894
|
},
|
|
1342
2895
|
"mutable": false,
|
|
1343
|
-
"attr": "
|
|
2896
|
+
"attr": "for",
|
|
1344
2897
|
"reflectToAttr": false,
|
|
1345
|
-
"docs": "
|
|
2898
|
+
"docs": "ID of the menu element that this trigger is linked to. Used to open and close the specified menu.",
|
|
1346
2899
|
"docsTags": [],
|
|
1347
2900
|
"values": [
|
|
1348
|
-
{
|
|
1349
|
-
"type": "URL"
|
|
1350
|
-
},
|
|
1351
2901
|
{
|
|
1352
2902
|
"type": "string"
|
|
1353
2903
|
}
|
|
1354
2904
|
],
|
|
1355
2905
|
"optional": false,
|
|
1356
|
-
"required":
|
|
2906
|
+
"required": true
|
|
1357
2907
|
}
|
|
1358
2908
|
],
|
|
1359
2909
|
"methods": [],
|
|
1360
2910
|
"events": [],
|
|
1361
2911
|
"listeners": [],
|
|
1362
2912
|
"styles": [],
|
|
1363
|
-
"slots": [
|
|
1364
|
-
{
|
|
1365
|
-
"name": "default",
|
|
1366
|
-
"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."
|
|
1367
|
-
}
|
|
1368
|
-
],
|
|
2913
|
+
"slots": [],
|
|
1369
2914
|
"parts": [],
|
|
1370
|
-
"dependents": [
|
|
2915
|
+
"dependents": [
|
|
2916
|
+
"post-breadcrumb",
|
|
2917
|
+
"post-language-switch"
|
|
2918
|
+
],
|
|
1371
2919
|
"dependencies": [],
|
|
1372
|
-
"dependencyGraph": {
|
|
2920
|
+
"dependencyGraph": {
|
|
2921
|
+
"post-breadcrumb": [
|
|
2922
|
+
"post-menu-trigger"
|
|
2923
|
+
],
|
|
2924
|
+
"post-language-switch": [
|
|
2925
|
+
"post-menu-trigger"
|
|
2926
|
+
]
|
|
2927
|
+
}
|
|
1373
2928
|
},
|
|
1374
2929
|
{
|
|
1375
2930
|
"filePath": "src/components/post-popover/post-popover.tsx",
|
|
@@ -1433,7 +2988,7 @@
|
|
|
1433
2988
|
"Placement": {
|
|
1434
2989
|
"location": "import",
|
|
1435
2990
|
"path": "@floating-ui/dom",
|
|
1436
|
-
"id": "../../node_modules/.pnpm/@floating-ui+dom@1.6.
|
|
2991
|
+
"id": "../../node_modules/.pnpm/@floating-ui+dom@1.6.13/node_modules/@floating-ui/dom/dist/floating-ui.dom.d.ts::Placement"
|
|
1437
2992
|
}
|
|
1438
2993
|
}
|
|
1439
2994
|
},
|
|
@@ -1640,7 +3195,7 @@
|
|
|
1640
3195
|
"filePath": "src/components/post-popovercontainer/post-popovercontainer.tsx",
|
|
1641
3196
|
"encapsulation": "none",
|
|
1642
3197
|
"tag": "post-popovercontainer",
|
|
1643
|
-
"readme": "# post-popover\n
|
|
3198
|
+
"readme": "# post-popover\n",
|
|
1644
3199
|
"docs": "",
|
|
1645
3200
|
"docsTags": [
|
|
1646
3201
|
{
|
|
@@ -1661,7 +3216,7 @@
|
|
|
1661
3216
|
"mutable": false,
|
|
1662
3217
|
"attr": "arrow",
|
|
1663
3218
|
"reflectToAttr": false,
|
|
1664
|
-
"docs": "
|
|
3219
|
+
"docs": "Whether or not to display a little pointer arrow",
|
|
1665
3220
|
"docsTags": [],
|
|
1666
3221
|
"default": "false",
|
|
1667
3222
|
"values": [
|
|
@@ -1672,6 +3227,50 @@
|
|
|
1672
3227
|
"optional": true,
|
|
1673
3228
|
"required": false
|
|
1674
3229
|
},
|
|
3230
|
+
{
|
|
3231
|
+
"name": "edgeGap",
|
|
3232
|
+
"type": "number",
|
|
3233
|
+
"complexType": {
|
|
3234
|
+
"original": "number",
|
|
3235
|
+
"resolved": "number",
|
|
3236
|
+
"references": {}
|
|
3237
|
+
},
|
|
3238
|
+
"mutable": false,
|
|
3239
|
+
"attr": "edge-gap",
|
|
3240
|
+
"reflectToAttr": false,
|
|
3241
|
+
"docs": "Gap between the edge of the page and the popover",
|
|
3242
|
+
"docsTags": [],
|
|
3243
|
+
"default": "8",
|
|
3244
|
+
"values": [
|
|
3245
|
+
{
|
|
3246
|
+
"type": "number"
|
|
3247
|
+
}
|
|
3248
|
+
],
|
|
3249
|
+
"optional": true,
|
|
3250
|
+
"required": false
|
|
3251
|
+
},
|
|
3252
|
+
{
|
|
3253
|
+
"name": "manualClose",
|
|
3254
|
+
"type": "boolean",
|
|
3255
|
+
"complexType": {
|
|
3256
|
+
"original": "boolean",
|
|
3257
|
+
"resolved": "boolean",
|
|
3258
|
+
"references": {}
|
|
3259
|
+
},
|
|
3260
|
+
"mutable": false,
|
|
3261
|
+
"attr": "manual-close",
|
|
3262
|
+
"reflectToAttr": false,
|
|
3263
|
+
"docs": "Whether or not the popover should close when user clicks outside of it",
|
|
3264
|
+
"docsTags": [],
|
|
3265
|
+
"default": "false",
|
|
3266
|
+
"values": [
|
|
3267
|
+
{
|
|
3268
|
+
"type": "boolean"
|
|
3269
|
+
}
|
|
3270
|
+
],
|
|
3271
|
+
"optional": false,
|
|
3272
|
+
"required": false
|
|
3273
|
+
},
|
|
1675
3274
|
{
|
|
1676
3275
|
"name": "placement",
|
|
1677
3276
|
"type": "\"bottom\" | \"bottom-end\" | \"bottom-start\" | \"left\" | \"left-end\" | \"left-start\" | \"right\" | \"right-end\" | \"right-start\" | \"top\" | \"top-end\" | \"top-start\"",
|
|
@@ -1682,7 +3281,7 @@
|
|
|
1682
3281
|
"Placement": {
|
|
1683
3282
|
"location": "import",
|
|
1684
3283
|
"path": "@floating-ui/dom",
|
|
1685
|
-
"id": "../../node_modules/.pnpm/@floating-ui+dom@1.6.
|
|
3284
|
+
"id": "../../node_modules/.pnpm/@floating-ui+dom@1.6.13/node_modules/@floating-ui/dom/dist/floating-ui.dom.d.ts::Placement"
|
|
1686
3285
|
}
|
|
1687
3286
|
}
|
|
1688
3287
|
},
|
|
@@ -1744,6 +3343,32 @@
|
|
|
1744
3343
|
],
|
|
1745
3344
|
"optional": true,
|
|
1746
3345
|
"required": false
|
|
3346
|
+
},
|
|
3347
|
+
{
|
|
3348
|
+
"name": "safeSpace",
|
|
3349
|
+
"type": "\"trapezoid\" | \"triangle\"",
|
|
3350
|
+
"complexType": {
|
|
3351
|
+
"original": "'triangle' | 'trapezoid'",
|
|
3352
|
+
"resolved": "\"trapezoid\" | \"triangle\"",
|
|
3353
|
+
"references": {}
|
|
3354
|
+
},
|
|
3355
|
+
"mutable": false,
|
|
3356
|
+
"attr": "safe-space",
|
|
3357
|
+
"reflectToAttr": true,
|
|
3358
|
+
"docs": "Enables a safespace through which the cursor can be moved without the popover being disabled",
|
|
3359
|
+
"docsTags": [],
|
|
3360
|
+
"values": [
|
|
3361
|
+
{
|
|
3362
|
+
"value": "trapezoid",
|
|
3363
|
+
"type": "string"
|
|
3364
|
+
},
|
|
3365
|
+
{
|
|
3366
|
+
"value": "triangle",
|
|
3367
|
+
"type": "string"
|
|
3368
|
+
}
|
|
3369
|
+
],
|
|
3370
|
+
"optional": true,
|
|
3371
|
+
"required": false
|
|
1747
3372
|
}
|
|
1748
3373
|
],
|
|
1749
3374
|
"methods": [
|
|
@@ -1896,11 +3521,15 @@
|
|
|
1896
3521
|
],
|
|
1897
3522
|
"parts": [],
|
|
1898
3523
|
"dependents": [
|
|
3524
|
+
"post-menu",
|
|
1899
3525
|
"post-popover",
|
|
1900
3526
|
"post-tooltip"
|
|
1901
3527
|
],
|
|
1902
3528
|
"dependencies": [],
|
|
1903
3529
|
"dependencyGraph": {
|
|
3530
|
+
"post-menu": [
|
|
3531
|
+
"post-popovercontainer"
|
|
3532
|
+
],
|
|
1904
3533
|
"post-popover": [
|
|
1905
3534
|
"post-popovercontainer"
|
|
1906
3535
|
],
|
|
@@ -2258,14 +3887,9 @@
|
|
|
2258
3887
|
"detail": "string",
|
|
2259
3888
|
"bubbles": true,
|
|
2260
3889
|
"complexType": {
|
|
2261
|
-
"original": "
|
|
3890
|
+
"original": "string",
|
|
2262
3891
|
"resolved": "string",
|
|
2263
|
-
"references": {
|
|
2264
|
-
"HTMLPostTabPanelElement": {
|
|
2265
|
-
"location": "global",
|
|
2266
|
-
"id": "global::HTMLPostTabPanelElement"
|
|
2267
|
-
}
|
|
2268
|
-
}
|
|
3892
|
+
"references": {}
|
|
2269
3893
|
},
|
|
2270
3894
|
"cancelable": true,
|
|
2271
3895
|
"composed": true,
|
|
@@ -2324,7 +3948,7 @@
|
|
|
2324
3948
|
"mutable": false,
|
|
2325
3949
|
"attr": "icon",
|
|
2326
3950
|
"reflectToAttr": false,
|
|
2327
|
-
"docs": "Defines the icon `name` inside of the component.\n<span className=\"
|
|
3951
|
+
"docs": "Defines the icon `name` inside of the component.\n<span className=\"banner banner-sm banner-info\">If not set the icon will not show up.</span>\nTo learn which icons are available, please visit our <a href=\"/?path=/docs/5704bdc4-c5b5-45e6-b123-c54d01fce2f1--docs\">icon library</a>.",
|
|
2328
3952
|
"docsTags": [],
|
|
2329
3953
|
"default": "null",
|
|
2330
3954
|
"values": [
|
|
@@ -2422,6 +4046,58 @@
|
|
|
2422
4046
|
]
|
|
2423
4047
|
}
|
|
2424
4048
|
},
|
|
4049
|
+
{
|
|
4050
|
+
"filePath": "src/components/post-togglebutton/post-togglebutton.tsx",
|
|
4051
|
+
"encapsulation": "shadow",
|
|
4052
|
+
"tag": "post-togglebutton",
|
|
4053
|
+
"readme": "# post-togglebutton\n\n\n",
|
|
4054
|
+
"docs": "",
|
|
4055
|
+
"docsTags": [
|
|
4056
|
+
{
|
|
4057
|
+
"name": "slot",
|
|
4058
|
+
"text": "default - Slot for the content of the button."
|
|
4059
|
+
}
|
|
4060
|
+
],
|
|
4061
|
+
"usage": {},
|
|
4062
|
+
"props": [
|
|
4063
|
+
{
|
|
4064
|
+
"name": "toggled",
|
|
4065
|
+
"type": "boolean",
|
|
4066
|
+
"complexType": {
|
|
4067
|
+
"original": "boolean",
|
|
4068
|
+
"resolved": "boolean",
|
|
4069
|
+
"references": {}
|
|
4070
|
+
},
|
|
4071
|
+
"mutable": true,
|
|
4072
|
+
"attr": "toggled",
|
|
4073
|
+
"reflectToAttr": false,
|
|
4074
|
+
"docs": "If `true`, the button is in the \"on\" state, otherwise it is in the \"off\" state.",
|
|
4075
|
+
"docsTags": [],
|
|
4076
|
+
"default": "false",
|
|
4077
|
+
"values": [
|
|
4078
|
+
{
|
|
4079
|
+
"type": "boolean"
|
|
4080
|
+
}
|
|
4081
|
+
],
|
|
4082
|
+
"optional": false,
|
|
4083
|
+
"required": false
|
|
4084
|
+
}
|
|
4085
|
+
],
|
|
4086
|
+
"methods": [],
|
|
4087
|
+
"events": [],
|
|
4088
|
+
"listeners": [],
|
|
4089
|
+
"styles": [],
|
|
4090
|
+
"slots": [
|
|
4091
|
+
{
|
|
4092
|
+
"name": "default",
|
|
4093
|
+
"docs": "Slot for the content of the button."
|
|
4094
|
+
}
|
|
4095
|
+
],
|
|
4096
|
+
"parts": [],
|
|
4097
|
+
"dependents": [],
|
|
4098
|
+
"dependencies": [],
|
|
4099
|
+
"dependencyGraph": {}
|
|
4100
|
+
},
|
|
2425
4101
|
{
|
|
2426
4102
|
"filePath": "src/components/post-tooltip/post-tooltip.tsx",
|
|
2427
4103
|
"encapsulation": "shadow",
|
|
@@ -2485,7 +4161,7 @@
|
|
|
2485
4161
|
"Placement": {
|
|
2486
4162
|
"location": "import",
|
|
2487
4163
|
"path": "@floating-ui/dom",
|
|
2488
|
-
"id": "../../node_modules/.pnpm/@floating-ui+dom@1.6.
|
|
4164
|
+
"id": "../../node_modules/.pnpm/@floating-ui+dom@1.6.13/node_modules/@floating-ui/dom/dist/floating-ui.dom.d.ts::Placement"
|
|
2489
4165
|
}
|
|
2490
4166
|
}
|
|
2491
4167
|
},
|
|
@@ -2704,20 +4380,30 @@
|
|
|
2704
4380
|
}
|
|
2705
4381
|
],
|
|
2706
4382
|
"typeLibrary": {
|
|
4383
|
+
"src/components/post-header/post-header.tsx::DEVICE_SIZE": {
|
|
4384
|
+
"declaration": "export type DEVICE_SIZE = 'mobile' | 'tablet' | 'desktop' | null;",
|
|
4385
|
+
"docstring": "",
|
|
4386
|
+
"path": "src/components/post-header/post-header.tsx"
|
|
4387
|
+
},
|
|
2707
4388
|
"src/types/index.ts::HeadingLevel": {
|
|
2708
4389
|
"declaration": "any",
|
|
2709
4390
|
"docstring": "",
|
|
2710
4391
|
"path": "src/types/index.ts"
|
|
2711
4392
|
},
|
|
2712
|
-
"src/components/post-
|
|
2713
|
-
"declaration": "\"
|
|
4393
|
+
"src/components/post-banner/banner-types.ts::BannerType": {
|
|
4394
|
+
"declaration": "\"neutral\" | \"success\" | \"warning\" | \"danger\" | \"info\"",
|
|
4395
|
+
"docstring": "",
|
|
4396
|
+
"path": "src/components/post-banner/banner-types.ts"
|
|
4397
|
+
},
|
|
4398
|
+
"src/components/post-language-switch/switch-variants.ts::SwitchVariant": {
|
|
4399
|
+
"declaration": "\"menu\" | \"list\"",
|
|
2714
4400
|
"docstring": "",
|
|
2715
|
-
"path": "src/components/post-
|
|
4401
|
+
"path": "src/components/post-language-switch/switch-variants.ts"
|
|
2716
4402
|
},
|
|
2717
|
-
"../../node_modules/.pnpm/@floating-ui+dom@1.6.
|
|
4403
|
+
"../../node_modules/.pnpm/@floating-ui+dom@1.6.13/node_modules/@floating-ui/dom/dist/floating-ui.dom.d.ts::Placement": {
|
|
2718
4404
|
"declaration": "any",
|
|
2719
4405
|
"docstring": "",
|
|
2720
|
-
"path": "../../node_modules/.pnpm/@floating-ui+dom@1.6.
|
|
4406
|
+
"path": "../../node_modules/.pnpm/@floating-ui+dom@1.6.13/node_modules/@floating-ui/dom/dist/floating-ui.dom.d.ts"
|
|
2721
4407
|
}
|
|
2722
4408
|
}
|
|
2723
4409
|
}
|