@swisspost/design-system-components 9.0.0-next.9 → 9.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{index-5d4e0aed.js → index-824d2b71.js} +12 -2
- package/dist/cjs/{index-010dc207.js → index-e1f32cce.js} +17 -30
- package/dist/cjs/index.cjs.js +26 -50
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/{package-8e810a59.js → package-3ed88bb9.js} +1 -1
- package/dist/cjs/{post-accordion-b9df8522.js → post-accordion-9ef382e8.js} +3 -3
- package/dist/cjs/post-accordion-item-5f685bee.js +52 -0
- package/dist/cjs/post-accordion-item.cjs.entry.js +4 -5
- package/dist/cjs/post-accordion.cjs.entry.js +3 -3
- package/dist/cjs/post-alert-88adc668.js +99 -0
- package/dist/cjs/{post-banner.cjs.entry.js → post-alert.cjs.entry.js} +5 -6
- package/dist/cjs/post-card-control-c6e5c427.js +272 -0
- package/dist/cjs/post-card-control.cjs.entry.js +3 -3
- package/dist/cjs/{post-collapsible-trigger-143cf84a.js → post-collapsible-trigger-1764e6dc.js} +24 -11
- package/dist/cjs/post-collapsible_2.cjs.entry.js +4 -7
- package/dist/cjs/post-components.cjs.js +2 -2
- package/dist/cjs/post-icon-f735da00.js +139 -0
- package/dist/cjs/post-icon.cjs.entry.js +16 -0
- package/dist/cjs/post-logo-2cd8ae98.js +39 -0
- package/dist/cjs/post-logo.cjs.entry.js +15 -0
- package/dist/cjs/post-popover-36c854a4.js +131 -0
- package/dist/cjs/post-popover.cjs.entry.js +3 -4
- package/dist/cjs/{post-togglebutton-0984a694.js → post-popovercontainer-cb4793c1.js} +148 -1106
- package/dist/cjs/post-popovercontainer.cjs.entry.js +11 -0
- package/dist/cjs/post-rating-d5073d8d.js +88 -0
- package/dist/cjs/post-rating.cjs.entry.js +3 -3
- package/dist/cjs/post-tab-header-b756d9b1.js +32 -0
- package/dist/cjs/post-tab-header.cjs.entry.js +3 -3
- package/dist/cjs/{post-tab-panel-60f211a5.js → post-tab-panel-97b79ecd.js} +3 -3
- package/dist/cjs/post-tab-panel.cjs.entry.js +3 -3
- package/dist/cjs/{post-tabs-1f797ce4.js → post-tabs-834497f2.js} +5 -5
- package/dist/cjs/post-tabs.cjs.entry.js +3 -3
- package/dist/cjs/post-tag-c70fb945.js +47 -0
- package/dist/cjs/post-tag.cjs.entry.js +3 -3
- package/dist/cjs/post-tooltip-20ebe011.js +69 -0
- package/dist/cjs/{post-tooltip-38c839a4.js → post-tooltip-trigger-6f4c9748.js} +507 -557
- package/dist/cjs/post-tooltip-trigger.cjs.entry.js +12 -0
- package/dist/cjs/post-tooltip.cjs.entry.js +3 -8
- package/dist/collection/collection-manifest.json +4 -21
- package/dist/collection/components/post-accordion/post-accordion.css +1 -1
- package/dist/collection/components/post-accordion/post-accordion.js +2 -2
- package/dist/collection/components/post-accordion-item/post-accordion-item.css +1 -1
- package/dist/collection/components/post-accordion-item/post-accordion-item.js +10 -24
- package/dist/collection/components/post-alert/alert-types.js +1 -0
- package/dist/collection/components/post-alert/post-alert.css +35 -0
- package/dist/collection/components/{post-banner/post-banner.js → post-alert/post-alert.js} +68 -39
- package/dist/collection/components/post-card-control/post-card-control.css +30 -2
- package/dist/collection/components/post-card-control/post-card-control.js +8 -8
- package/dist/collection/components/post-collapsible/post-collapsible.js +2 -4
- package/dist/collection/components/post-icon/post-icon.css +1 -1
- package/dist/collection/components/post-icon/post-icon.js +52 -13
- package/dist/collection/components/post-logo/post-logo.js +1 -1
- package/dist/collection/components/post-popover/post-popover.css +30 -2
- package/dist/collection/components/post-popover/post-popover.js +10 -6
- package/dist/collection/components/post-popovercontainer/post-popovercontainer.css +31 -1
- package/dist/collection/components/post-popovercontainer/post-popovercontainer.js +180 -52
- package/dist/collection/components/post-rating/post-rating.css +29 -1
- package/dist/collection/components/post-rating/post-rating.js +1 -1
- package/dist/collection/components/post-tab-header/post-tab-header.css +29 -1
- package/dist/collection/components/post-tab-header/post-tab-header.js +1 -1
- package/dist/collection/components/post-tab-panel/post-tab-panel.js +1 -1
- package/dist/collection/components/post-tabs/post-tabs.css +1 -1
- package/dist/collection/components/post-tabs/post-tabs.js +2 -2
- package/dist/collection/components/post-tag/post-tag.css +29 -1
- package/dist/collection/components/post-tag/post-tag.js +2 -2
- package/dist/collection/components/post-tooltip/post-tooltip.css +1 -1
- package/dist/collection/components/post-tooltip/post-tooltip.js +60 -213
- package/dist/collection/components/post-tooltip-trigger/post-tooltip-trigger.css +1 -0
- package/dist/collection/components/post-tooltip-trigger/post-tooltip-trigger.js +230 -0
- package/dist/collection/index.js +3 -20
- package/dist/components/index.js +3 -20
- package/dist/components/index2.js +1 -1
- package/dist/components/package.js +1 -1
- package/dist/components/post-accordion-item2.js +12 -30
- package/dist/components/post-accordion2.js +1 -1
- package/dist/components/{post-list.d.ts → post-alert.d.ts} +4 -4
- package/dist/components/post-alert.js +6 -0
- package/dist/components/post-alert2.js +136 -0
- package/dist/components/post-card-control2.js +3 -3
- package/dist/components/post-collapsible-trigger2.js +17 -2
- package/dist/components/post-collapsible2.js +3 -5
- package/dist/components/post-icon2.js +54 -15
- package/dist/components/post-logo2.js +1 -1
- package/dist/components/post-popover2.js +35 -8
- package/dist/components/post-popovercontainer2.js +136 -41
- package/dist/components/post-rating2.js +2 -2
- package/dist/components/post-tab-header2.js +2 -2
- package/dist/components/post-tab-panel2.js +1 -1
- package/dist/components/post-tabs2.js +3 -3
- package/dist/components/post-tag2.js +2 -2
- package/dist/components/{post-breadcrumb-item.d.ts → post-tooltip-trigger.d.ts} +4 -4
- package/dist/components/post-tooltip-trigger.js +6 -0
- package/dist/components/post-tooltip-trigger2.js +4968 -0
- package/dist/components/post-tooltip2.js +32 -4962
- package/dist/docs.json +401 -1776
- package/dist/esm/{index-b49c9904.js → index-69587a51.js} +12 -2
- package/dist/esm/{index-fb8d6be7.js → index-e1b64755.js} +17 -30
- package/dist/esm/index.js +20 -27
- package/dist/esm/loader.js +3 -3
- package/dist/esm/package-983f957d.js +3 -0
- package/dist/esm/{post-accordion-ee54a3ef.js → post-accordion-ad570427.js} +3 -3
- package/dist/esm/post-accordion-item-4db0aa2a.js +50 -0
- package/dist/esm/post-accordion-item.entry.js +4 -5
- package/dist/esm/post-accordion.entry.js +3 -3
- package/dist/esm/post-alert-1e9fbdfa.js +97 -0
- package/dist/esm/post-alert.entry.js +9 -0
- package/dist/esm/post-card-control-ccb189a8.js +270 -0
- package/dist/esm/post-card-control.entry.js +3 -3
- package/dist/esm/{post-collapsible-trigger-1c7833f8.js → post-collapsible-trigger-45fe328a.js} +22 -9
- package/dist/esm/post-collapsible_2.entry.js +4 -7
- package/dist/esm/post-components.js +3 -3
- package/dist/esm/post-icon-3fc4dd7d.js +137 -0
- package/dist/esm/post-icon.entry.js +8 -0
- package/dist/esm/post-logo-e6cdea13.js +37 -0
- package/dist/esm/post-logo.entry.js +7 -0
- package/dist/esm/post-popover-afdf4906.js +129 -0
- package/dist/esm/post-popover.entry.js +3 -4
- package/dist/esm/{post-togglebutton-395bf3f0.js → post-popovercontainer-b19b7606.js} +149 -1093
- package/dist/esm/post-popovercontainer.entry.js +3 -0
- package/dist/esm/post-rating-f60024fa.js +86 -0
- package/dist/esm/post-rating.entry.js +3 -3
- package/dist/esm/post-tab-header-333e15d5.js +30 -0
- package/dist/esm/post-tab-header.entry.js +3 -3
- package/dist/esm/{post-tab-panel-cafd9e04.js → post-tab-panel-0ddb05a2.js} +3 -3
- package/dist/esm/post-tab-panel.entry.js +3 -3
- package/dist/esm/{post-tabs-beef8eae.js → post-tabs-ab7853cf.js} +5 -5
- package/dist/esm/post-tabs.entry.js +3 -3
- package/dist/esm/post-tag-4a7d14b9.js +45 -0
- package/dist/esm/post-tag.entry.js +3 -3
- package/dist/esm/post-tooltip-c03cd719.js +67 -0
- package/dist/esm/{post-tooltip-b298039a.js → post-tooltip-trigger-1fefc8ad.js} +507 -557
- package/dist/esm/post-tooltip-trigger.entry.js +4 -0
- package/dist/esm/post-tooltip.entry.js +3 -8
- package/dist/post-components/index.esm.js +1 -1
- package/dist/post-components/p-0a45da5e.entry.js +1 -0
- package/dist/post-components/p-12e82863.entry.js +1 -0
- package/dist/post-components/p-1386b77d.js +1 -0
- package/dist/post-components/p-1528b798.js +1 -0
- package/dist/post-components/p-18dc1299.entry.js +1 -0
- package/dist/post-components/p-1a8f6c84.entry.js +1 -0
- package/dist/post-components/p-256453ca.js +1 -0
- package/dist/post-components/p-3272ebad.js +1 -0
- package/dist/post-components/p-3596035e.js +1 -0
- package/dist/post-components/p-3668f4fa.entry.js +1 -0
- package/dist/post-components/p-375845d4.js +1 -0
- package/dist/post-components/p-381de59d.entry.js +1 -0
- package/dist/post-components/{p-c0ae9886.js → p-3eab790d.js} +1 -1
- package/dist/post-components/p-4e68c514.js +1 -0
- package/dist/post-components/p-4eb5d9a1.entry.js +1 -0
- package/dist/post-components/p-61a7d216.js +1 -0
- package/dist/post-components/p-788e64fb.js +1 -0
- package/dist/post-components/p-7d5b41d1.js +1 -0
- package/dist/post-components/p-82ea24e7.js +1 -0
- package/dist/post-components/p-85c4d04f.js +1 -0
- package/dist/post-components/p-85c6d001.entry.js +1 -0
- package/dist/post-components/p-8e555dda.js +15 -0
- package/dist/post-components/p-962a6f36.entry.js +1 -0
- package/dist/post-components/p-a76c71bc.js +1 -0
- package/dist/post-components/p-a7e8fd41.entry.js +1 -0
- package/dist/post-components/p-ac216bd0.entry.js +1 -0
- package/dist/post-components/p-b17ecbee.entry.js +1 -0
- package/dist/post-components/p-bb4227ad.entry.js +1 -0
- package/dist/post-components/p-bc294d0b.js +1 -0
- package/dist/post-components/p-d0b3c5d3.entry.js +1 -0
- package/dist/post-components/p-d4e148d8.entry.js +1 -0
- package/dist/post-components/p-d9809281.js +1 -0
- package/dist/post-components/p-eb1e7a49.js +1 -0
- package/dist/post-components/p-f35291d5.entry.js +1 -0
- package/dist/post-components/p-fc3bfe08.js +1 -0
- package/dist/post-components/post-components.esm.js +1 -1
- package/dist/types/components/post-accordion/post-accordion.d.ts +1 -1
- package/dist/types/components/post-accordion-item/post-accordion-item.d.ts +1 -7
- package/dist/types/components/post-alert/alert-types.d.ts +2 -0
- package/dist/types/components/post-alert/post-alert.d.ts +54 -0
- package/dist/types/components/post-card-control/post-card-control.d.ts +7 -7
- package/dist/types/components/post-icon/post-icon.d.ts +1 -1
- package/dist/types/components/post-popovercontainer/post-popovercontainer.d.ts +31 -13
- package/dist/types/components/post-tag/post-tag.d.ts +1 -1
- package/dist/types/components/post-tooltip/post-tooltip.d.ts +20 -34
- package/dist/types/components/post-tooltip-trigger/post-tooltip-trigger.d.ts +47 -0
- package/dist/types/components.d.ts +124 -590
- package/dist/types/index.d.ts +3 -20
- package/loaders/index.d.ts +4 -38
- package/loaders/index.js +4 -21
- package/loaders/index2.js +1 -1
- package/loaders/package.js +1 -1
- package/loaders/post-accordion-item.js +82 -1
- package/loaders/post-accordion.js +1 -1
- package/loaders/{post-list.d.ts → post-alert.d.ts} +4 -4
- package/loaders/post-alert.js +139 -0
- package/loaders/post-card-control.js +3 -3
- package/loaders/post-collapsible-trigger2.js +17 -2
- package/loaders/post-collapsible2.js +3 -5
- package/loaders/post-icon2.js +54 -15
- package/loaders/post-logo.js +2 -2
- package/loaders/post-popover.js +35 -8
- package/loaders/post-popovercontainer2.js +136 -41
- package/loaders/post-rating.js +2 -2
- package/loaders/post-tab-header.js +2 -2
- package/loaders/post-tab-panel.js +1 -1
- package/loaders/post-tabs.js +3 -3
- package/loaders/post-tag.js +2 -2
- package/loaders/{post-avatar.d.ts → post-tooltip-trigger.d.ts} +4 -4
- package/loaders/post-tooltip-trigger.js +4971 -0
- package/loaders/post-tooltip.js +32 -4962
- package/package.json +6 -9
- package/dist/cjs/attribute-observer-10f08c04.js +0 -27
- package/dist/cjs/check-url-3ffdd2fb.js +0 -14
- package/dist/cjs/debounce-1151afe3.js +0 -12
- package/dist/cjs/get-root-7a3498ef.js +0 -11
- package/dist/cjs/post-accordion-item-ecc6749f.js +0 -63
- package/dist/cjs/post-avatar-f7236084.js +0 -148
- package/dist/cjs/post-avatar.cjs.entry.js +0 -13
- package/dist/cjs/post-back-to-top-60762f8e.js +0 -75
- package/dist/cjs/post-back-to-top.cjs.entry.js +0 -15
- package/dist/cjs/post-banner-9662f22c.js +0 -90
- package/dist/cjs/post-breadcrumb-b40732fc.js +0 -111
- package/dist/cjs/post-breadcrumb-item_2.cjs.entry.js +0 -17
- package/dist/cjs/post-breadcrumb.cjs.entry.js +0 -13
- package/dist/cjs/post-card-control-039c9a4b.js +0 -272
- package/dist/cjs/post-closebutton_15.cjs.entry.js +0 -33
- package/dist/cjs/post-footer-5f7fdf96.js +0 -84
- package/dist/cjs/post-footer.cjs.entry.js +0 -11
- package/dist/cjs/post-menu-item-bb0b0b9e.js +0 -74
- package/dist/cjs/post-popover-d0ce9dc6.js +0 -104
- package/dist/cjs/post-rating-1082197c.js +0 -88
- package/dist/cjs/post-tab-header-4b6d8d54.js +0 -32
- package/dist/cjs/post-tag-ddaaaedc.js +0 -47
- package/dist/cjs/slide-5d51abe8.js +0 -28
- package/dist/collection/animations/slide.js +0 -23
- package/dist/collection/components/post-avatar/post-avatar.css +0 -3
- package/dist/collection/components/post-avatar/post-avatar.js +0 -237
- package/dist/collection/components/post-back-to-top/post-back-to-top.css +0 -1
- package/dist/collection/components/post-back-to-top/post-back-to-top.js +0 -107
- package/dist/collection/components/post-banner/banner-types.js +0 -1
- package/dist/collection/components/post-banner/post-banner.css +0 -3
- package/dist/collection/components/post-breadcrumb/post-breadcrumb.css +0 -3
- package/dist/collection/components/post-breadcrumb/post-breadcrumb.js +0 -161
- package/dist/collection/components/post-breadcrumb-item/post-breadcrumb-item.css +0 -1
- package/dist/collection/components/post-breadcrumb-item/post-breadcrumb-item.js +0 -93
- package/dist/collection/components/post-closebutton/post-closebutton.js +0 -12
- package/dist/collection/components/post-footer/post-footer.css +0 -1
- package/dist/collection/components/post-footer/post-footer.js +0 -75
- package/dist/collection/components/post-header/post-header.css +0 -1
- package/dist/collection/components/post-header/post-header.js +0 -160
- package/dist/collection/components/post-language-option/post-language-option.css +0 -3
- package/dist/collection/components/post-language-option/post-language-option.js +0 -215
- package/dist/collection/components/post-language-switch/post-language-switch.css +0 -1
- package/dist/collection/components/post-language-switch/post-language-switch.js +0 -163
- package/dist/collection/components/post-language-switch/switch-variants.js +0 -1
- package/dist/collection/components/post-list/post-list.css +0 -3
- package/dist/collection/components/post-list/post-list.js +0 -87
- package/dist/collection/components/post-list-item/post-list-item.css +0 -1
- package/dist/collection/components/post-list-item/post-list-item.js +0 -25
- package/dist/collection/components/post-mainnavigation/post-mainnavigation.css +0 -1
- package/dist/collection/components/post-mainnavigation/post-mainnavigation.js +0 -52
- package/dist/collection/components/post-megadropdown/post-megadropdown.css +0 -1
- package/dist/collection/components/post-megadropdown/post-megadropdown.js +0 -151
- package/dist/collection/components/post-megadropdown-trigger/post-megadropdown-trigger.css +0 -1
- package/dist/collection/components/post-megadropdown-trigger/post-megadropdown-trigger.js +0 -104
- package/dist/collection/components/post-menu/post-menu.css +0 -3
- package/dist/collection/components/post-menu/post-menu.js +0 -280
- package/dist/collection/components/post-menu-item/post-menu-item.css +0 -1
- package/dist/collection/components/post-menu-item/post-menu-item.js +0 -20
- package/dist/collection/components/post-menu-trigger/post-menu-trigger.css +0 -1
- package/dist/collection/components/post-menu-trigger/post-menu-trigger.js +0 -114
- package/dist/collection/components/post-togglebutton/post-togglebutton.css +0 -1
- package/dist/collection/components/post-togglebutton/post-togglebutton.js +0 -74
- package/dist/collection/utils/breakpoints.js +0 -46
- package/dist/collection/utils/is-focusable.js +0 -26
- package/dist/components/attribute-observer.js +0 -25
- package/dist/components/debounce.js +0 -10
- package/dist/components/get-root.js +0 -9
- package/dist/components/post-avatar.d.ts +0 -11
- package/dist/components/post-avatar.js +0 -6
- package/dist/components/post-avatar2.js +0 -173
- package/dist/components/post-back-to-top.d.ts +0 -11
- package/dist/components/post-back-to-top.js +0 -6
- package/dist/components/post-back-to-top2.js +0 -100
- package/dist/components/post-banner.d.ts +0 -11
- package/dist/components/post-banner.js +0 -6
- package/dist/components/post-banner2.js +0 -125
- package/dist/components/post-breadcrumb-item.js +0 -6
- package/dist/components/post-breadcrumb-item2.js +0 -82
- package/dist/components/post-breadcrumb.d.ts +0 -11
- package/dist/components/post-breadcrumb.js +0 -6
- package/dist/components/post-breadcrumb2.js +0 -168
- package/dist/components/post-closebutton.d.ts +0 -11
- package/dist/components/post-closebutton.js +0 -6
- package/dist/components/post-closebutton2.js +0 -34
- package/dist/components/post-footer.d.ts +0 -11
- package/dist/components/post-footer.js +0 -6
- package/dist/components/post-footer2.js +0 -124
- package/dist/components/post-header.d.ts +0 -11
- package/dist/components/post-header.js +0 -6
- package/dist/components/post-header2.js +0 -276
- package/dist/components/post-language-option.d.ts +0 -11
- package/dist/components/post-language-option.js +0 -6
- package/dist/components/post-language-option2.js +0 -94
- package/dist/components/post-language-switch.d.ts +0 -11
- package/dist/components/post-language-switch.js +0 -6
- package/dist/components/post-language-switch2.js +0 -146
- package/dist/components/post-list-item.d.ts +0 -11
- package/dist/components/post-list-item.js +0 -6
- package/dist/components/post-list-item2.js +0 -35
- package/dist/components/post-list.js +0 -6
- package/dist/components/post-list2.js +0 -53
- package/dist/components/post-mainnavigation.d.ts +0 -11
- package/dist/components/post-mainnavigation.js +0 -6
- package/dist/components/post-mainnavigation2.js +0 -48
- package/dist/components/post-megadropdown-trigger.d.ts +0 -11
- package/dist/components/post-megadropdown-trigger.js +0 -6
- package/dist/components/post-megadropdown-trigger2.js +0 -91
- package/dist/components/post-megadropdown.d.ts +0 -11
- package/dist/components/post-megadropdown.js +0 -6
- package/dist/components/post-megadropdown2.js +0 -93
- package/dist/components/post-menu-item.d.ts +0 -11
- package/dist/components/post-menu-item.js +0 -6
- package/dist/components/post-menu-item2.js +0 -33
- package/dist/components/post-menu-trigger.d.ts +0 -11
- package/dist/components/post-menu-trigger.js +0 -6
- package/dist/components/post-menu-trigger2.js +0 -102
- package/dist/components/post-menu.d.ts +0 -11
- package/dist/components/post-menu.js +0 -6
- package/dist/components/post-menu2.js +0 -203
- package/dist/components/post-togglebutton.d.ts +0 -11
- package/dist/components/post-togglebutton.js +0 -6
- package/dist/components/post-togglebutton2.js +0 -61
- package/dist/components/slide.js +0 -25
- package/dist/esm/attribute-observer-37fa950a.js +0 -25
- package/dist/esm/check-url-a974431e.js +0 -12
- package/dist/esm/debounce-abe98cc2.js +0 -10
- package/dist/esm/get-root-7af2e0d1.js +0 -9
- package/dist/esm/package-4d81f3c2.js +0 -3
- package/dist/esm/post-accordion-item-e10452dc.js +0 -61
- package/dist/esm/post-avatar-5572fa73.js +0 -146
- package/dist/esm/post-avatar.entry.js +0 -5
- package/dist/esm/post-back-to-top-1d823c43.js +0 -73
- package/dist/esm/post-back-to-top.entry.js +0 -7
- package/dist/esm/post-banner-78480475.js +0 -88
- package/dist/esm/post-banner.entry.js +0 -10
- package/dist/esm/post-breadcrumb-aaa77f74.js +0 -109
- package/dist/esm/post-breadcrumb-item_2.entry.js +0 -8
- package/dist/esm/post-breadcrumb.entry.js +0 -5
- package/dist/esm/post-card-control-862aa961.js +0 -270
- package/dist/esm/post-closebutton_15.entry.js +0 -11
- package/dist/esm/post-footer-b18875e7.js +0 -82
- package/dist/esm/post-footer.entry.js +0 -3
- package/dist/esm/post-menu-item-2906384b.js +0 -71
- package/dist/esm/post-popover-2432bb3f.js +0 -102
- package/dist/esm/post-rating-95cbdbb8.js +0 -86
- package/dist/esm/post-tab-header-dfea00ea.js +0 -30
- package/dist/esm/post-tag-a77e7af6.js +0 -45
- package/dist/esm/slide-3422b8a3.js +0 -25
- package/dist/post-components/p-0711f76d.entry.js +0 -1
- package/dist/post-components/p-095a06f6.entry.js +0 -1
- package/dist/post-components/p-0b5a5f32.js +0 -1
- package/dist/post-components/p-135fa60f.js +0 -1
- package/dist/post-components/p-18e38d8a.js +0 -1
- package/dist/post-components/p-2e1ec074.entry.js +0 -1
- package/dist/post-components/p-4202b433.entry.js +0 -1
- package/dist/post-components/p-45773f59.js +0 -1
- package/dist/post-components/p-4953de7e.js +0 -1
- package/dist/post-components/p-4f67c5f5.entry.js +0 -1
- package/dist/post-components/p-4f9746f6.js +0 -15
- package/dist/post-components/p-5075c672.entry.js +0 -1
- package/dist/post-components/p-515e0f96.js +0 -1
- package/dist/post-components/p-5467b223.js +0 -1
- package/dist/post-components/p-67036798.entry.js +0 -1
- package/dist/post-components/p-6adeaa6c.js +0 -1
- package/dist/post-components/p-6d953fb2.js +0 -1
- package/dist/post-components/p-6edb0ac5.js +0 -1
- package/dist/post-components/p-6f8f39ca.js +0 -1
- package/dist/post-components/p-7503a623.js +0 -1
- package/dist/post-components/p-761b24c7.entry.js +0 -1
- package/dist/post-components/p-77c4c1d2.js +0 -1
- package/dist/post-components/p-7cf0c2ad.js +0 -1
- package/dist/post-components/p-856c14d6.entry.js +0 -1
- package/dist/post-components/p-866bf50a.entry.js +0 -1
- package/dist/post-components/p-8d621781.js +0 -1
- package/dist/post-components/p-8fe2d72c.entry.js +0 -1
- package/dist/post-components/p-9ad5088f.entry.js +0 -1
- package/dist/post-components/p-a1d2b90e.js +0 -1
- package/dist/post-components/p-a521419d.entry.js +0 -1
- package/dist/post-components/p-aa538648.js +0 -1
- package/dist/post-components/p-afdbee2f.js +0 -1
- package/dist/post-components/p-b02817f2.entry.js +0 -1
- package/dist/post-components/p-b157dcba.entry.js +0 -1
- package/dist/post-components/p-b22656b1.js +0 -1
- package/dist/post-components/p-bdbd11cb.js +0 -1
- package/dist/post-components/p-c537e196.entry.js +0 -1
- package/dist/post-components/p-d4f93f2b.js +0 -1
- package/dist/post-components/p-dca4246a.entry.js +0 -1
- package/dist/post-components/p-f319b026.js +0 -1
- package/dist/post-components/p-f4b7b379.js +0 -1
- package/dist/post-components/p-fac66087.entry.js +0 -1
- package/dist/post-components/p-fc91cbc2.js +0 -1
- package/dist/types/animations/slide.d.ts +0 -2
- package/dist/types/components/post-avatar/post-avatar.d.ts +0 -51
- package/dist/types/components/post-back-to-top/post-back-to-top.d.ts +0 -19
- package/dist/types/components/post-banner/banner-types.d.ts +0 -2
- package/dist/types/components/post-banner/post-banner.d.ts +0 -49
- package/dist/types/components/post-breadcrumb/post-breadcrumb.d.ts +0 -30
- package/dist/types/components/post-breadcrumb-item/post-breadcrumb-item.d.ts +0 -16
- package/dist/types/components/post-closebutton/post-closebutton.d.ts +0 -7
- package/dist/types/components/post-footer/post-footer.d.ts +0 -23
- package/dist/types/components/post-header/post-header.d.ts +0 -24
- package/dist/types/components/post-language-option/post-language-option.d.ts +0 -45
- package/dist/types/components/post-language-switch/post-language-switch.d.ts +0 -31
- package/dist/types/components/post-language-switch/switch-variants.d.ts +0 -2
- package/dist/types/components/post-list/post-list.d.ts +0 -24
- package/dist/types/components/post-list-item/post-list-item.d.ts +0 -8
- package/dist/types/components/post-mainnavigation/post-mainnavigation.d.ts +0 -19
- package/dist/types/components/post-megadropdown/post-megadropdown.d.ts +0 -35
- package/dist/types/components/post-megadropdown-trigger/post-megadropdown-trigger.d.ts +0 -25
- package/dist/types/components/post-menu/post-menu.d.ts +0 -48
- package/dist/types/components/post-menu-item/post-menu-item.d.ts +0 -4
- package/dist/types/components/post-menu-trigger/post-menu-trigger.d.ts +0 -27
- package/dist/types/components/post-togglebutton/post-togglebutton.d.ts +0 -15
- package/dist/types/utils/breakpoints.d.ts +0 -11
- package/dist/types/utils/is-focusable.d.ts +0 -1
- package/loaders/attribute-observer.js +0 -25
- package/loaders/debounce.js +0 -10
- package/loaders/get-root.js +0 -9
- package/loaders/post-accordion-item2.js +0 -102
- package/loaders/post-avatar.js +0 -176
- package/loaders/post-back-to-top.d.ts +0 -11
- package/loaders/post-back-to-top.js +0 -103
- package/loaders/post-banner.d.ts +0 -11
- package/loaders/post-banner.js +0 -128
- package/loaders/post-breadcrumb-item.d.ts +0 -11
- package/loaders/post-breadcrumb-item.js +0 -6
- package/loaders/post-breadcrumb-item2.js +0 -82
- package/loaders/post-breadcrumb.d.ts +0 -11
- package/loaders/post-breadcrumb.js +0 -171
- package/loaders/post-closebutton.d.ts +0 -11
- package/loaders/post-closebutton.js +0 -37
- package/loaders/post-footer.d.ts +0 -11
- package/loaders/post-footer.js +0 -127
- package/loaders/post-header.d.ts +0 -11
- package/loaders/post-header.js +0 -279
- package/loaders/post-language-option.d.ts +0 -11
- package/loaders/post-language-option.js +0 -97
- package/loaders/post-language-switch.d.ts +0 -11
- package/loaders/post-language-switch.js +0 -149
- package/loaders/post-list-item.d.ts +0 -11
- package/loaders/post-list-item.js +0 -38
- package/loaders/post-list.js +0 -56
- package/loaders/post-mainnavigation.d.ts +0 -11
- package/loaders/post-mainnavigation.js +0 -51
- package/loaders/post-megadropdown-trigger.d.ts +0 -11
- package/loaders/post-megadropdown-trigger.js +0 -94
- package/loaders/post-megadropdown.d.ts +0 -11
- package/loaders/post-megadropdown.js +0 -96
- package/loaders/post-menu-item.d.ts +0 -11
- package/loaders/post-menu-item.js +0 -6
- package/loaders/post-menu-item2.js +0 -33
- package/loaders/post-menu-trigger.d.ts +0 -11
- package/loaders/post-menu-trigger.js +0 -6
- package/loaders/post-menu-trigger2.js +0 -102
- package/loaders/post-menu.d.ts +0 -11
- package/loaders/post-menu.js +0 -6
- package/loaders/post-menu2.js +0 -203
- package/loaders/post-togglebutton.d.ts +0 -11
- package/loaders/post-togglebutton.js +0 -64
- package/loaders/slide.js +0 -25
package/dist/docs.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "
|
|
2
|
+
"timestamp": "2025-05-12T14:46:32",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.19.2",
|
|
@@ -65,8 +65,8 @@
|
|
|
65
65
|
"type": "number"
|
|
66
66
|
}
|
|
67
67
|
],
|
|
68
|
-
"optional":
|
|
69
|
-
"required":
|
|
68
|
+
"optional": true,
|
|
69
|
+
"required": false
|
|
70
70
|
},
|
|
71
71
|
{
|
|
72
72
|
"name": "multiple",
|
|
@@ -198,18 +198,6 @@
|
|
|
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
|
-
},
|
|
213
201
|
{
|
|
214
202
|
"name": "slot",
|
|
215
203
|
"text": "header - Slot for placing custom content within the accordion item's header."
|
|
@@ -267,6 +255,7 @@
|
|
|
267
255
|
"text": "set the `heading-level` property on the parent `post-accordion` instead."
|
|
268
256
|
}
|
|
269
257
|
],
|
|
258
|
+
"default": "2",
|
|
270
259
|
"deprecation": "set the `heading-level` property on the parent `post-accordion` instead.",
|
|
271
260
|
"values": [
|
|
272
261
|
{
|
|
@@ -351,170 +340,50 @@
|
|
|
351
340
|
{
|
|
352
341
|
"name": "header",
|
|
353
342
|
"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."
|
|
358
343
|
}
|
|
359
344
|
],
|
|
360
345
|
"parts": [
|
|
361
346
|
{
|
|
362
347
|
"name": "accordion-item",
|
|
363
348
|
"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."
|
|
372
349
|
}
|
|
373
350
|
],
|
|
374
|
-
"dependents": [
|
|
375
|
-
"post-footer"
|
|
376
|
-
],
|
|
351
|
+
"dependents": [],
|
|
377
352
|
"dependencies": [
|
|
378
353
|
"post-collapsible-trigger",
|
|
379
|
-
"post-icon",
|
|
380
354
|
"post-collapsible"
|
|
381
355
|
],
|
|
382
356
|
"dependencyGraph": {
|
|
383
357
|
"post-accordion-item": [
|
|
384
358
|
"post-collapsible-trigger",
|
|
385
|
-
"post-icon",
|
|
386
359
|
"post-collapsible"
|
|
387
|
-
],
|
|
388
|
-
"post-footer": [
|
|
389
|
-
"post-accordion-item"
|
|
390
360
|
]
|
|
391
361
|
}
|
|
392
362
|
},
|
|
393
363
|
{
|
|
394
|
-
"filePath": "src/components/post-
|
|
364
|
+
"filePath": "src/components/post-alert/post-alert.tsx",
|
|
395
365
|
"encapsulation": "shadow",
|
|
396
|
-
"tag": "post-
|
|
397
|
-
"readme": "# post-
|
|
366
|
+
"tag": "post-alert",
|
|
367
|
+
"readme": "# post-alert\n\n\n",
|
|
398
368
|
"docs": "",
|
|
399
369
|
"docsTags": [
|
|
400
370
|
{
|
|
401
371
|
"name": "slot",
|
|
402
|
-
"text": "
|
|
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
|
|
427
|
-
},
|
|
428
|
-
{
|
|
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
|
|
372
|
+
"text": "heading - Slot for placing custom content within the alert's heading."
|
|
448
373
|
},
|
|
449
374
|
{
|
|
450
|
-
"name": "
|
|
451
|
-
"
|
|
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
|
|
375
|
+
"name": "slot",
|
|
376
|
+
"text": "actions - Slot for placing custom actions (buttons, links, etc.) within the alert."
|
|
469
377
|
},
|
|
470
378
|
{
|
|
471
|
-
"name": "
|
|
472
|
-
"
|
|
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."
|
|
379
|
+
"name": "slot",
|
|
380
|
+
"text": "default - Slot for placing the main content/message of the alert."
|
|
500
381
|
}
|
|
501
382
|
],
|
|
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": [],
|
|
514
383
|
"usage": {},
|
|
515
384
|
"props": [
|
|
516
385
|
{
|
|
517
|
-
"name": "
|
|
386
|
+
"name": "dismissLabel",
|
|
518
387
|
"type": "string",
|
|
519
388
|
"complexType": {
|
|
520
389
|
"original": "string",
|
|
@@ -522,9 +391,9 @@
|
|
|
522
391
|
"references": {}
|
|
523
392
|
},
|
|
524
393
|
"mutable": false,
|
|
525
|
-
"attr": "label",
|
|
394
|
+
"attr": "dismiss-label",
|
|
526
395
|
"reflectToAttr": false,
|
|
527
|
-
"docs": "The label
|
|
396
|
+
"docs": "The label to use for the close button of a dismissible alert.",
|
|
528
397
|
"docsTags": [],
|
|
529
398
|
"values": [
|
|
530
399
|
{
|
|
@@ -532,70 +401,32 @@
|
|
|
532
401
|
}
|
|
533
402
|
],
|
|
534
403
|
"optional": false,
|
|
535
|
-
"required":
|
|
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."
|
|
564
|
-
},
|
|
565
|
-
{
|
|
566
|
-
"name": "slot",
|
|
567
|
-
"text": "actions - Slot for placing custom actions (buttons, links, etc.) within the banner."
|
|
404
|
+
"required": false
|
|
568
405
|
},
|
|
569
406
|
{
|
|
570
|
-
"name": "
|
|
571
|
-
"
|
|
572
|
-
}
|
|
573
|
-
],
|
|
574
|
-
"usage": {},
|
|
575
|
-
"props": [
|
|
576
|
-
{
|
|
577
|
-
"name": "dismissLabel",
|
|
578
|
-
"type": "string",
|
|
407
|
+
"name": "dismissible",
|
|
408
|
+
"type": "boolean",
|
|
579
409
|
"complexType": {
|
|
580
|
-
"original": "
|
|
581
|
-
"resolved": "
|
|
410
|
+
"original": "boolean",
|
|
411
|
+
"resolved": "boolean",
|
|
582
412
|
"references": {}
|
|
583
413
|
},
|
|
584
414
|
"mutable": false,
|
|
585
|
-
"attr": "
|
|
415
|
+
"attr": "dismissible",
|
|
586
416
|
"reflectToAttr": false,
|
|
587
|
-
"docs": "
|
|
417
|
+
"docs": "If `true`, a close button (×) is displayed and the alert can be dismissed by the user.",
|
|
588
418
|
"docsTags": [],
|
|
419
|
+
"default": "false",
|
|
589
420
|
"values": [
|
|
590
421
|
{
|
|
591
|
-
"type": "
|
|
422
|
+
"type": "boolean"
|
|
592
423
|
}
|
|
593
424
|
],
|
|
594
425
|
"optional": false,
|
|
595
426
|
"required": false
|
|
596
427
|
},
|
|
597
428
|
{
|
|
598
|
-
"name": "
|
|
429
|
+
"name": "fixed",
|
|
599
430
|
"type": "boolean",
|
|
600
431
|
"complexType": {
|
|
601
432
|
"original": "boolean",
|
|
@@ -603,9 +434,9 @@
|
|
|
603
434
|
"references": {}
|
|
604
435
|
},
|
|
605
436
|
"mutable": false,
|
|
606
|
-
"attr": "
|
|
437
|
+
"attr": "fixed",
|
|
607
438
|
"reflectToAttr": false,
|
|
608
|
-
"docs": "If `true`,
|
|
439
|
+
"docs": "If `true`, the alert is positioned at the bottom of the window, from edge to edge.",
|
|
609
440
|
"docsTags": [],
|
|
610
441
|
"default": "false",
|
|
611
442
|
"values": [
|
|
@@ -627,7 +458,7 @@
|
|
|
627
458
|
"mutable": false,
|
|
628
459
|
"attr": "icon",
|
|
629
460
|
"reflectToAttr": false,
|
|
630
|
-
"docs": "The icon to display in the
|
|
461
|
+
"docs": "The icon to display in the alert. By default, the icon depends on the alert type.\n\nIf `none`, no icon is displayed.",
|
|
631
462
|
"docsTags": [],
|
|
632
463
|
"values": [
|
|
633
464
|
{
|
|
@@ -639,35 +470,39 @@
|
|
|
639
470
|
},
|
|
640
471
|
{
|
|
641
472
|
"name": "type",
|
|
642
|
-
"type": "\"danger\" | \"info\" | \"
|
|
473
|
+
"type": "\"danger\" | \"gray\" | \"info\" | \"primary\" | \"success\" | \"warning\"",
|
|
643
474
|
"complexType": {
|
|
644
|
-
"original": "
|
|
645
|
-
"resolved": "\"danger\" | \"info\" | \"
|
|
475
|
+
"original": "AlertType",
|
|
476
|
+
"resolved": "\"danger\" | \"gray\" | \"info\" | \"primary\" | \"success\" | \"warning\"",
|
|
646
477
|
"references": {
|
|
647
|
-
"
|
|
478
|
+
"AlertType": {
|
|
648
479
|
"location": "import",
|
|
649
|
-
"path": "./
|
|
650
|
-
"id": "src/components/post-
|
|
480
|
+
"path": "./alert-types",
|
|
481
|
+
"id": "src/components/post-alert/alert-types.ts::AlertType"
|
|
651
482
|
}
|
|
652
483
|
}
|
|
653
484
|
},
|
|
654
485
|
"mutable": false,
|
|
655
486
|
"attr": "type",
|
|
656
487
|
"reflectToAttr": false,
|
|
657
|
-
"docs": "The type of the
|
|
488
|
+
"docs": "The type of the alert.",
|
|
658
489
|
"docsTags": [],
|
|
659
|
-
"default": "'
|
|
490
|
+
"default": "'primary'",
|
|
660
491
|
"values": [
|
|
661
492
|
{
|
|
662
493
|
"value": "danger",
|
|
663
494
|
"type": "string"
|
|
664
495
|
},
|
|
496
|
+
{
|
|
497
|
+
"value": "gray",
|
|
498
|
+
"type": "string"
|
|
499
|
+
},
|
|
665
500
|
{
|
|
666
501
|
"value": "info",
|
|
667
502
|
"type": "string"
|
|
668
503
|
},
|
|
669
504
|
{
|
|
670
|
-
"value": "
|
|
505
|
+
"value": "primary",
|
|
671
506
|
"type": "string"
|
|
672
507
|
},
|
|
673
508
|
{
|
|
@@ -703,7 +538,7 @@
|
|
|
703
538
|
},
|
|
704
539
|
"signature": "dismiss() => Promise<void>",
|
|
705
540
|
"parameters": [],
|
|
706
|
-
"docs": "Triggers
|
|
541
|
+
"docs": "Triggers alert dismissal programmatically (same as clicking on the close button (×)).",
|
|
707
542
|
"docsTags": []
|
|
708
543
|
}
|
|
709
544
|
],
|
|
@@ -719,7 +554,7 @@
|
|
|
719
554
|
},
|
|
720
555
|
"cancelable": true,
|
|
721
556
|
"composed": true,
|
|
722
|
-
"docs": "An event emitted when the
|
|
557
|
+
"docs": "An event emitted when the alert element is dismissed, after the transition.\nIt has no payload and only relevant for dismissible alerts.",
|
|
723
558
|
"docsTags": []
|
|
724
559
|
}
|
|
725
560
|
],
|
|
@@ -728,15 +563,15 @@
|
|
|
728
563
|
"slots": [
|
|
729
564
|
{
|
|
730
565
|
"name": "actions",
|
|
731
|
-
"docs": "Slot for placing custom actions (buttons, links, etc.) within the
|
|
566
|
+
"docs": "Slot for placing custom actions (buttons, links, etc.) within the alert."
|
|
732
567
|
},
|
|
733
568
|
{
|
|
734
569
|
"name": "default",
|
|
735
|
-
"docs": "Slot for placing the main content/message of the
|
|
570
|
+
"docs": "Slot for placing the main content/message of the alert."
|
|
736
571
|
},
|
|
737
572
|
{
|
|
738
573
|
"name": "heading",
|
|
739
|
-
"docs": "Slot for placing custom content within the
|
|
574
|
+
"docs": "Slot for placing custom content within the alert's heading."
|
|
740
575
|
}
|
|
741
576
|
],
|
|
742
577
|
"parts": [],
|
|
@@ -745,44 +580,57 @@
|
|
|
745
580
|
"post-icon"
|
|
746
581
|
],
|
|
747
582
|
"dependencyGraph": {
|
|
748
|
-
"post-
|
|
583
|
+
"post-alert": [
|
|
749
584
|
"post-icon"
|
|
750
585
|
]
|
|
751
586
|
}
|
|
752
587
|
},
|
|
753
588
|
{
|
|
754
|
-
"filePath": "src/components/post-
|
|
589
|
+
"filePath": "src/components/post-card-control/post-card-control.tsx",
|
|
755
590
|
"encapsulation": "shadow",
|
|
756
|
-
"tag": "post-
|
|
757
|
-
"readme": "# post-
|
|
591
|
+
"tag": "post-card-control",
|
|
592
|
+
"readme": "# post-card-control\n\n\n",
|
|
758
593
|
"docs": "",
|
|
759
|
-
"docsTags": [
|
|
594
|
+
"docsTags": [
|
|
595
|
+
{
|
|
596
|
+
"name": "class",
|
|
597
|
+
"text": "PostCardControl - representing a stencil component"
|
|
598
|
+
},
|
|
599
|
+
{
|
|
600
|
+
"name": "slot",
|
|
601
|
+
"text": "default - Content to place into the `default` slot.<p>Markup accepted: <a href=\"https://developer.mozilla.org/en-US/docs/Glossary/Block-level_contentt\">block content</a>.<p className=\"alert alert-sm alert-warning\">Even if it is generally possible, we do not recommend using interactive elements in this slot because the background of the card control is clickable.<br/>This can lead to confusion when the hit box of nested interactive controls is not clearly separated from the background, is invalid HTML and click events bubbling up to the card control will unexpectedly toggle it if they're not captured.<br/>More info: <a href=\"https://accessibilityinsights.io/info-examples/web/nested-interactive/\">https://accessibilityinsights.io/info-examples/web/nested-interactive/</a></p>"
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
"name": "slot",
|
|
605
|
+
"text": "icon - To insert a custom icon into the named `icon` slot.<p>Markup accepted: <a href=\"https://developer.mozilla.org/en-US/docs/Glossary/Inline-level_content\">inline content</a>.<p className=\"alert alert-sm alert-info\">It is only meant for <code>img</code> or <code>svg</code> elements and overrides the `icon` property.</p>"
|
|
606
|
+
}
|
|
607
|
+
],
|
|
760
608
|
"usage": {},
|
|
761
609
|
"props": [
|
|
762
610
|
{
|
|
763
|
-
"name": "
|
|
764
|
-
"type": "
|
|
611
|
+
"name": "checked",
|
|
612
|
+
"type": "boolean",
|
|
765
613
|
"complexType": {
|
|
766
|
-
"original": "
|
|
767
|
-
"resolved": "
|
|
614
|
+
"original": "boolean",
|
|
615
|
+
"resolved": "boolean",
|
|
768
616
|
"references": {}
|
|
769
617
|
},
|
|
770
|
-
"mutable":
|
|
771
|
-
"attr": "
|
|
618
|
+
"mutable": true,
|
|
619
|
+
"attr": "checked",
|
|
772
620
|
"reflectToAttr": false,
|
|
773
|
-
"docs": "
|
|
621
|
+
"docs": "Defines the `checked` attribute of the control. If `true`, the control is selected at its value will be included in the forms' data.",
|
|
774
622
|
"docsTags": [],
|
|
775
|
-
"default": "
|
|
623
|
+
"default": "false",
|
|
776
624
|
"values": [
|
|
777
625
|
{
|
|
778
|
-
"type": "
|
|
626
|
+
"type": "boolean"
|
|
779
627
|
}
|
|
780
628
|
],
|
|
781
629
|
"optional": false,
|
|
782
630
|
"required": false
|
|
783
631
|
},
|
|
784
632
|
{
|
|
785
|
-
"name": "
|
|
633
|
+
"name": "description",
|
|
786
634
|
"type": "string",
|
|
787
635
|
"complexType": {
|
|
788
636
|
"original": "string",
|
|
@@ -790,10 +638,11 @@
|
|
|
790
638
|
"references": {}
|
|
791
639
|
},
|
|
792
640
|
"mutable": false,
|
|
793
|
-
"attr": "
|
|
641
|
+
"attr": "description",
|
|
794
642
|
"reflectToAttr": false,
|
|
795
|
-
"docs": "
|
|
643
|
+
"docs": "Defines the description in the control-label.",
|
|
796
644
|
"docsTags": [],
|
|
645
|
+
"default": "null",
|
|
797
646
|
"values": [
|
|
798
647
|
{
|
|
799
648
|
"type": "string"
|
|
@@ -801,186 +650,19 @@
|
|
|
801
650
|
],
|
|
802
651
|
"optional": false,
|
|
803
652
|
"required": false
|
|
804
|
-
}
|
|
805
|
-
],
|
|
806
|
-
"methods": [],
|
|
807
|
-
"events": [],
|
|
808
|
-
"listeners": [],
|
|
809
|
-
"styles": [],
|
|
810
|
-
"slots": [],
|
|
811
|
-
"parts": [],
|
|
812
|
-
"dependents": [],
|
|
813
|
-
"dependencies": [
|
|
814
|
-
"post-icon",
|
|
815
|
-
"post-menu-trigger",
|
|
816
|
-
"post-menu",
|
|
817
|
-
"post-menu-item",
|
|
818
|
-
"post-breadcrumb-item"
|
|
819
|
-
],
|
|
820
|
-
"dependencyGraph": {
|
|
821
|
-
"post-breadcrumb": [
|
|
822
|
-
"post-icon",
|
|
823
|
-
"post-menu-trigger",
|
|
824
|
-
"post-menu",
|
|
825
|
-
"post-menu-item",
|
|
826
|
-
"post-breadcrumb-item"
|
|
827
|
-
],
|
|
828
|
-
"post-menu": [
|
|
829
|
-
"post-popovercontainer"
|
|
830
|
-
],
|
|
831
|
-
"post-breadcrumb-item": [
|
|
832
|
-
"post-icon"
|
|
833
|
-
]
|
|
834
|
-
}
|
|
835
|
-
},
|
|
836
|
-
{
|
|
837
|
-
"filePath": "src/components/post-breadcrumb-item/post-breadcrumb-item.tsx",
|
|
838
|
-
"encapsulation": "shadow",
|
|
839
|
-
"tag": "post-breadcrumb-item",
|
|
840
|
-
"readme": "# post-breadcrumb-item\n\n\n",
|
|
841
|
-
"docs": "",
|
|
842
|
-
"docsTags": [
|
|
843
|
-
{
|
|
844
|
-
"name": "slot",
|
|
845
|
-
"text": "default - Slot for placing the text inside the breadcrumb item."
|
|
846
|
-
}
|
|
847
|
-
],
|
|
848
|
-
"usage": {},
|
|
849
|
-
"props": [
|
|
653
|
+
},
|
|
850
654
|
{
|
|
851
|
-
"name": "
|
|
852
|
-
"type": "
|
|
655
|
+
"name": "disabled",
|
|
656
|
+
"type": "boolean",
|
|
853
657
|
"complexType": {
|
|
854
|
-
"original": "
|
|
855
|
-
"resolved": "
|
|
856
|
-
"references": {
|
|
857
|
-
"URL": {
|
|
858
|
-
"location": "global",
|
|
859
|
-
"id": "global::URL"
|
|
860
|
-
}
|
|
861
|
-
}
|
|
658
|
+
"original": "boolean",
|
|
659
|
+
"resolved": "boolean",
|
|
660
|
+
"references": {}
|
|
862
661
|
},
|
|
863
|
-
"mutable":
|
|
864
|
-
"attr": "
|
|
662
|
+
"mutable": true,
|
|
663
|
+
"attr": "disabled",
|
|
865
664
|
"reflectToAttr": false,
|
|
866
|
-
"docs": "
|
|
867
|
-
"docsTags": [],
|
|
868
|
-
"values": [
|
|
869
|
-
{
|
|
870
|
-
"type": "URL"
|
|
871
|
-
},
|
|
872
|
-
{
|
|
873
|
-
"type": "string"
|
|
874
|
-
}
|
|
875
|
-
],
|
|
876
|
-
"optional": true,
|
|
877
|
-
"required": false
|
|
878
|
-
}
|
|
879
|
-
],
|
|
880
|
-
"methods": [],
|
|
881
|
-
"events": [],
|
|
882
|
-
"listeners": [],
|
|
883
|
-
"styles": [],
|
|
884
|
-
"slots": [
|
|
885
|
-
{
|
|
886
|
-
"name": "default",
|
|
887
|
-
"docs": "Slot for placing the text inside the breadcrumb item."
|
|
888
|
-
}
|
|
889
|
-
],
|
|
890
|
-
"parts": [],
|
|
891
|
-
"dependents": [
|
|
892
|
-
"post-breadcrumb"
|
|
893
|
-
],
|
|
894
|
-
"dependencies": [
|
|
895
|
-
"post-icon"
|
|
896
|
-
],
|
|
897
|
-
"dependencyGraph": {
|
|
898
|
-
"post-breadcrumb-item": [
|
|
899
|
-
"post-icon"
|
|
900
|
-
],
|
|
901
|
-
"post-breadcrumb": [
|
|
902
|
-
"post-breadcrumb-item"
|
|
903
|
-
]
|
|
904
|
-
}
|
|
905
|
-
},
|
|
906
|
-
{
|
|
907
|
-
"filePath": "src/components/post-card-control/post-card-control.tsx",
|
|
908
|
-
"encapsulation": "shadow",
|
|
909
|
-
"tag": "post-card-control",
|
|
910
|
-
"readme": "# post-card-control\n\n\n",
|
|
911
|
-
"docs": "",
|
|
912
|
-
"docsTags": [
|
|
913
|
-
{
|
|
914
|
-
"name": "class",
|
|
915
|
-
"text": "PostCardControl - representing a stencil component"
|
|
916
|
-
},
|
|
917
|
-
{
|
|
918
|
-
"name": "slot",
|
|
919
|
-
"text": "default - Content to place into the `default` slot.<p>Markup accepted: <a href=\"https://developer.mozilla.org/en-US/docs/Glossary/Block-level_contentt\">block content</a>.<p className=\"banner banner-sm banner-warning\">Even if it is generally possible, we do not recommend using interactive elements in this slot because the background of the card control is clickable.<br/>This can lead to confusion when the hit box of nested interactive controls is not clearly separated from the background, is invalid HTML and click events bubbling up to the card control will unexpectedly toggle it if they're not captured.<br/>More info: <a href=\"https://accessibilityinsights.io/info-examples/web/nested-interactive/\">https://accessibilityinsights.io/info-examples/web/nested-interactive/</a></p>"
|
|
920
|
-
},
|
|
921
|
-
{
|
|
922
|
-
"name": "slot",
|
|
923
|
-
"text": "icon - To insert a custom icon into the named `icon` slot.<p>Markup accepted: <a href=\"https://developer.mozilla.org/en-US/docs/Glossary/Inline-level_content\">inline content</a>.<p className=\"banner banner-sm banner-info\">It is only meant for <code>img</code> or <code>svg</code> elements and overrides the `icon` property.</p>"
|
|
924
|
-
}
|
|
925
|
-
],
|
|
926
|
-
"usage": {},
|
|
927
|
-
"props": [
|
|
928
|
-
{
|
|
929
|
-
"name": "checked",
|
|
930
|
-
"type": "boolean",
|
|
931
|
-
"complexType": {
|
|
932
|
-
"original": "boolean",
|
|
933
|
-
"resolved": "boolean",
|
|
934
|
-
"references": {}
|
|
935
|
-
},
|
|
936
|
-
"mutable": true,
|
|
937
|
-
"attr": "checked",
|
|
938
|
-
"reflectToAttr": false,
|
|
939
|
-
"docs": "Defines the `checked` attribute of the control. If `true`, the control is selected at its value will be included in the forms' data.",
|
|
940
|
-
"docsTags": [],
|
|
941
|
-
"default": "false",
|
|
942
|
-
"values": [
|
|
943
|
-
{
|
|
944
|
-
"type": "boolean"
|
|
945
|
-
}
|
|
946
|
-
],
|
|
947
|
-
"optional": false,
|
|
948
|
-
"required": false
|
|
949
|
-
},
|
|
950
|
-
{
|
|
951
|
-
"name": "description",
|
|
952
|
-
"type": "string",
|
|
953
|
-
"complexType": {
|
|
954
|
-
"original": "string",
|
|
955
|
-
"resolved": "string",
|
|
956
|
-
"references": {}
|
|
957
|
-
},
|
|
958
|
-
"mutable": false,
|
|
959
|
-
"attr": "description",
|
|
960
|
-
"reflectToAttr": false,
|
|
961
|
-
"docs": "Defines the description in the control-label.",
|
|
962
|
-
"docsTags": [],
|
|
963
|
-
"default": "null",
|
|
964
|
-
"values": [
|
|
965
|
-
{
|
|
966
|
-
"type": "string"
|
|
967
|
-
}
|
|
968
|
-
],
|
|
969
|
-
"optional": false,
|
|
970
|
-
"required": false
|
|
971
|
-
},
|
|
972
|
-
{
|
|
973
|
-
"name": "disabled",
|
|
974
|
-
"type": "boolean",
|
|
975
|
-
"complexType": {
|
|
976
|
-
"original": "boolean",
|
|
977
|
-
"resolved": "boolean",
|
|
978
|
-
"references": {}
|
|
979
|
-
},
|
|
980
|
-
"mutable": true,
|
|
981
|
-
"attr": "disabled",
|
|
982
|
-
"reflectToAttr": false,
|
|
983
|
-
"docs": "Defines the `disabled` attribute of the control. If `true`, the user can not interact with the control and the controls value will not be included in the forms' data.",
|
|
665
|
+
"docs": "Defines the `disabled` attribute of the control. If `true`, the user can not interact with the control and the controls value will not be included in the forms' data.",
|
|
984
666
|
"docsTags": [],
|
|
985
667
|
"default": "false",
|
|
986
668
|
"values": [
|
|
@@ -1002,7 +684,7 @@
|
|
|
1002
684
|
"mutable": false,
|
|
1003
685
|
"attr": "icon",
|
|
1004
686
|
"reflectToAttr": false,
|
|
1005
|
-
"docs": "Defines the icon `name` inside the card.\n<span className=\"
|
|
687
|
+
"docs": "Defines the icon `name` inside the card.\n<span className=\"alert alert-sm alert-info\">If not set the icon will not show up.</span>",
|
|
1006
688
|
"docsTags": [],
|
|
1007
689
|
"default": "null",
|
|
1008
690
|
"values": [
|
|
@@ -1045,7 +727,7 @@
|
|
|
1045
727
|
"mutable": false,
|
|
1046
728
|
"attr": "name",
|
|
1047
729
|
"reflectToAttr": false,
|
|
1048
|
-
"docs": "Defines the `name` attribute of the control.\n<span className=\"
|
|
730
|
+
"docs": "Defines the `name` attribute of the control.\n<span className=\"alert alert-sm alert-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=\"alert alert-sm alert-info\">This is a required property, when the control is used with type `radio`.</span>",
|
|
1049
731
|
"docsTags": [],
|
|
1050
732
|
"default": "null",
|
|
1051
733
|
"values": [
|
|
@@ -1120,7 +802,7 @@
|
|
|
1120
802
|
"mutable": false,
|
|
1121
803
|
"attr": "value",
|
|
1122
804
|
"reflectToAttr": false,
|
|
1123
|
-
"docs": "Defines the `value` attribute of the control. <span className=\"
|
|
805
|
+
"docs": "Defines the `value` attribute of the control. <span className=\"alert alert-sm alert-info\">This is a required property, when the control is used with type `radio`.</span>",
|
|
1124
806
|
"docsTags": [],
|
|
1125
807
|
"default": "null",
|
|
1126
808
|
"values": [
|
|
@@ -1190,7 +872,7 @@
|
|
|
1190
872
|
},
|
|
1191
873
|
"cancelable": true,
|
|
1192
874
|
"composed": true,
|
|
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=\"
|
|
875
|
+
"docs": "An event emitted whenever the components checked state is toggled.\nThe event payload (emitted under `event.detail.state`) is a boolean: `true` if the component is checked, `false` if it is unchecked.\n<span className=\"alert alert-sm alert-info\">If the component is used with type `radio`, it will only emit this event, when the checked state is changing to `true`.</span>",
|
|
1194
876
|
"docsTags": []
|
|
1195
877
|
},
|
|
1196
878
|
{
|
|
@@ -1213,11 +895,11 @@
|
|
|
1213
895
|
"slots": [
|
|
1214
896
|
{
|
|
1215
897
|
"name": "default",
|
|
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=\"
|
|
898
|
+
"docs": "Content to place into the `default` slot.<p>Markup accepted: <a href=\"https://developer.mozilla.org/en-US/docs/Glossary/Block-level_contentt\">block content</a>.<p className=\"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>"
|
|
1217
899
|
},
|
|
1218
900
|
{
|
|
1219
901
|
"name": "icon",
|
|
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=\"
|
|
902
|
+
"docs": "To insert a custom icon into the named `icon` slot.<p>Markup accepted: <a href=\"https://developer.mozilla.org/en-US/docs/Glossary/Inline-level_content\">inline content</a>.<p className=\"alert alert-sm alert-info\">It is only meant for <code>img</code> or <code>svg</code> elements and overrides the `icon` property.</p>"
|
|
1221
903
|
}
|
|
1222
904
|
],
|
|
1223
905
|
"parts": [],
|
|
@@ -1231,41 +913,6 @@
|
|
|
1231
913
|
]
|
|
1232
914
|
}
|
|
1233
915
|
},
|
|
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
|
-
},
|
|
1269
916
|
{
|
|
1270
917
|
"filePath": "src/components/post-collapsible/post-collapsible.tsx",
|
|
1271
918
|
"encapsulation": "shadow",
|
|
@@ -1445,266 +1092,110 @@
|
|
|
1445
1092
|
}
|
|
1446
1093
|
},
|
|
1447
1094
|
{
|
|
1448
|
-
"filePath": "src/components/post-
|
|
1095
|
+
"filePath": "src/components/post-icon/post-icon.tsx",
|
|
1449
1096
|
"encapsulation": "shadow",
|
|
1450
|
-
"tag": "post-
|
|
1451
|
-
"readme": "# post-
|
|
1452
|
-
"docs": "",
|
|
1097
|
+
"tag": "post-icon",
|
|
1098
|
+
"readme": "# post-icon\n\nsome content\n",
|
|
1099
|
+
"docs": "some content",
|
|
1453
1100
|
"docsTags": [
|
|
1454
1101
|
{
|
|
1455
|
-
"name": "
|
|
1456
|
-
"text": "
|
|
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."
|
|
1102
|
+
"name": "class",
|
|
1103
|
+
"text": "PostIcon - representing a stencil component"
|
|
1481
1104
|
}
|
|
1482
1105
|
],
|
|
1483
1106
|
"usage": {},
|
|
1484
1107
|
"props": [
|
|
1485
1108
|
{
|
|
1486
|
-
"name": "
|
|
1109
|
+
"name": "animation",
|
|
1110
|
+
"type": "\"cylon\" | \"cylon-vertical\" | \"fade\" | \"spin\" | \"spin-reverse\" | \"throb\"",
|
|
1111
|
+
"complexType": {
|
|
1112
|
+
"original": "Animation | null",
|
|
1113
|
+
"resolved": "\"cylon\" | \"cylon-vertical\" | \"fade\" | \"spin\" | \"spin-reverse\" | \"throb\"",
|
|
1114
|
+
"references": {
|
|
1115
|
+
"Animation": {
|
|
1116
|
+
"location": "global",
|
|
1117
|
+
"id": "global::Animation"
|
|
1118
|
+
}
|
|
1119
|
+
}
|
|
1120
|
+
},
|
|
1121
|
+
"mutable": false,
|
|
1122
|
+
"attr": "animation",
|
|
1123
|
+
"reflectToAttr": false,
|
|
1124
|
+
"docs": "The name of the animation.",
|
|
1125
|
+
"docsTags": [],
|
|
1126
|
+
"default": "null",
|
|
1127
|
+
"values": [
|
|
1128
|
+
{
|
|
1129
|
+
"value": "cylon",
|
|
1130
|
+
"type": "string"
|
|
1131
|
+
},
|
|
1132
|
+
{
|
|
1133
|
+
"value": "cylon-vertical",
|
|
1134
|
+
"type": "string"
|
|
1135
|
+
},
|
|
1136
|
+
{
|
|
1137
|
+
"value": "fade",
|
|
1138
|
+
"type": "string"
|
|
1139
|
+
},
|
|
1140
|
+
{
|
|
1141
|
+
"value": "spin",
|
|
1142
|
+
"type": "string"
|
|
1143
|
+
},
|
|
1144
|
+
{
|
|
1145
|
+
"value": "spin-reverse",
|
|
1146
|
+
"type": "string"
|
|
1147
|
+
},
|
|
1148
|
+
{
|
|
1149
|
+
"value": "throb",
|
|
1150
|
+
"type": "string"
|
|
1151
|
+
}
|
|
1152
|
+
],
|
|
1153
|
+
"optional": true,
|
|
1154
|
+
"required": false
|
|
1155
|
+
},
|
|
1156
|
+
{
|
|
1157
|
+
"name": "base",
|
|
1487
1158
|
"type": "string",
|
|
1488
1159
|
"complexType": {
|
|
1489
|
-
"original": "string",
|
|
1160
|
+
"original": "string | null",
|
|
1490
1161
|
"resolved": "string",
|
|
1491
1162
|
"references": {}
|
|
1492
1163
|
},
|
|
1493
1164
|
"mutable": false,
|
|
1494
|
-
"attr": "
|
|
1165
|
+
"attr": "base",
|
|
1495
1166
|
"reflectToAttr": false,
|
|
1496
|
-
"docs": "The
|
|
1167
|
+
"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.",
|
|
1497
1168
|
"docsTags": [],
|
|
1169
|
+
"default": "null",
|
|
1498
1170
|
"values": [
|
|
1499
1171
|
{
|
|
1500
1172
|
"type": "string"
|
|
1501
1173
|
}
|
|
1502
1174
|
],
|
|
1503
|
-
"optional":
|
|
1504
|
-
"required":
|
|
1505
|
-
}
|
|
1506
|
-
],
|
|
1507
|
-
"methods": [],
|
|
1508
|
-
"events": [],
|
|
1509
|
-
"listeners": [],
|
|
1510
|
-
"styles": [],
|
|
1511
|
-
"slots": [
|
|
1512
|
-
{
|
|
1513
|
-
"name": "app",
|
|
1514
|
-
"docs": "Slot for the app links."
|
|
1515
|
-
},
|
|
1516
|
-
{
|
|
1517
|
-
"name": "businesssectors",
|
|
1518
|
-
"docs": "Slot for the business sectors links."
|
|
1519
|
-
},
|
|
1520
|
-
{
|
|
1521
|
-
"name": "copyright",
|
|
1522
|
-
"docs": "Slot for the copyright text."
|
|
1175
|
+
"optional": true,
|
|
1176
|
+
"required": false
|
|
1523
1177
|
},
|
|
1524
1178
|
{
|
|
1525
|
-
"name": "
|
|
1526
|
-
"
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
"
|
|
1534
|
-
"
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
"
|
|
1538
|
-
"
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
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
|
-
"usage": {},
|
|
1565
|
-
"props": [],
|
|
1566
|
-
"methods": [
|
|
1567
|
-
{
|
|
1568
|
-
"name": "toggleMobileMenu",
|
|
1569
|
-
"returns": {
|
|
1570
|
-
"type": "Promise<void>",
|
|
1571
|
-
"docs": ""
|
|
1572
|
-
},
|
|
1573
|
-
"complexType": {
|
|
1574
|
-
"signature": "() => Promise<void>",
|
|
1575
|
-
"parameters": [],
|
|
1576
|
-
"references": {
|
|
1577
|
-
"Promise": {
|
|
1578
|
-
"location": "global",
|
|
1579
|
-
"id": "global::Promise"
|
|
1580
|
-
},
|
|
1581
|
-
"HTMLPostTogglebuttonElement": {
|
|
1582
|
-
"location": "global",
|
|
1583
|
-
"id": "global::HTMLPostTogglebuttonElement"
|
|
1584
|
-
}
|
|
1585
|
-
},
|
|
1586
|
-
"return": "Promise<void>"
|
|
1587
|
-
},
|
|
1588
|
-
"signature": "toggleMobileMenu() => Promise<void>",
|
|
1589
|
-
"parameters": [],
|
|
1590
|
-
"docs": "Toggles the mobile navigation.",
|
|
1591
|
-
"docsTags": []
|
|
1592
|
-
}
|
|
1593
|
-
],
|
|
1594
|
-
"events": [],
|
|
1595
|
-
"listeners": [],
|
|
1596
|
-
"styles": [],
|
|
1597
|
-
"slots": [],
|
|
1598
|
-
"parts": [],
|
|
1599
|
-
"dependents": [],
|
|
1600
|
-
"dependencies": [],
|
|
1601
|
-
"dependencyGraph": {}
|
|
1602
|
-
},
|
|
1603
|
-
{
|
|
1604
|
-
"filePath": "src/components/post-icon/post-icon.tsx",
|
|
1605
|
-
"encapsulation": "shadow",
|
|
1606
|
-
"tag": "post-icon",
|
|
1607
|
-
"readme": "# post-icon\n\nsome content\n",
|
|
1608
|
-
"docs": "some content",
|
|
1609
|
-
"docsTags": [
|
|
1610
|
-
{
|
|
1611
|
-
"name": "class",
|
|
1612
|
-
"text": "PostIcon - representing a stencil component"
|
|
1613
|
-
}
|
|
1614
|
-
],
|
|
1615
|
-
"usage": {},
|
|
1616
|
-
"props": [
|
|
1617
|
-
{
|
|
1618
|
-
"name": "animation",
|
|
1619
|
-
"type": "\"cylon\" | \"cylon-vertical\" | \"fade\" | \"spin\" | \"spin-reverse\" | \"throb\"",
|
|
1620
|
-
"complexType": {
|
|
1621
|
-
"original": "Animation | null",
|
|
1622
|
-
"resolved": "\"cylon\" | \"cylon-vertical\" | \"fade\" | \"spin\" | \"spin-reverse\" | \"throb\"",
|
|
1623
|
-
"references": {
|
|
1624
|
-
"Animation": {
|
|
1625
|
-
"location": "global",
|
|
1626
|
-
"id": "global::Animation"
|
|
1627
|
-
}
|
|
1628
|
-
}
|
|
1629
|
-
},
|
|
1630
|
-
"mutable": false,
|
|
1631
|
-
"attr": "animation",
|
|
1632
|
-
"reflectToAttr": false,
|
|
1633
|
-
"docs": "The name of the animation.",
|
|
1634
|
-
"docsTags": [],
|
|
1635
|
-
"default": "null",
|
|
1636
|
-
"values": [
|
|
1637
|
-
{
|
|
1638
|
-
"value": "cylon",
|
|
1639
|
-
"type": "string"
|
|
1640
|
-
},
|
|
1641
|
-
{
|
|
1642
|
-
"value": "cylon-vertical",
|
|
1643
|
-
"type": "string"
|
|
1644
|
-
},
|
|
1645
|
-
{
|
|
1646
|
-
"value": "fade",
|
|
1647
|
-
"type": "string"
|
|
1648
|
-
},
|
|
1649
|
-
{
|
|
1650
|
-
"value": "spin",
|
|
1651
|
-
"type": "string"
|
|
1652
|
-
},
|
|
1653
|
-
{
|
|
1654
|
-
"value": "spin-reverse",
|
|
1655
|
-
"type": "string"
|
|
1656
|
-
},
|
|
1657
|
-
{
|
|
1658
|
-
"value": "throb",
|
|
1659
|
-
"type": "string"
|
|
1660
|
-
}
|
|
1661
|
-
],
|
|
1662
|
-
"optional": true,
|
|
1663
|
-
"required": false
|
|
1664
|
-
},
|
|
1665
|
-
{
|
|
1666
|
-
"name": "base",
|
|
1667
|
-
"type": "string",
|
|
1668
|
-
"complexType": {
|
|
1669
|
-
"original": "string | null",
|
|
1670
|
-
"resolved": "string",
|
|
1671
|
-
"references": {}
|
|
1672
|
-
},
|
|
1673
|
-
"mutable": false,
|
|
1674
|
-
"attr": "base",
|
|
1675
|
-
"reflectToAttr": false,
|
|
1676
|
-
"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.",
|
|
1677
|
-
"docsTags": [],
|
|
1678
|
-
"default": "null",
|
|
1679
|
-
"values": [
|
|
1680
|
-
{
|
|
1681
|
-
"type": "string"
|
|
1682
|
-
}
|
|
1683
|
-
],
|
|
1684
|
-
"optional": true,
|
|
1685
|
-
"required": false
|
|
1686
|
-
},
|
|
1687
|
-
{
|
|
1688
|
-
"name": "flipH",
|
|
1689
|
-
"type": "boolean",
|
|
1690
|
-
"complexType": {
|
|
1691
|
-
"original": "boolean",
|
|
1692
|
-
"resolved": "boolean",
|
|
1693
|
-
"references": {}
|
|
1694
|
-
},
|
|
1695
|
-
"mutable": false,
|
|
1696
|
-
"attr": "flip-h",
|
|
1697
|
-
"reflectToAttr": false,
|
|
1698
|
-
"docs": "When set to `true`, the icon will be flipped horizontally.",
|
|
1699
|
-
"docsTags": [],
|
|
1700
|
-
"default": "false",
|
|
1701
|
-
"values": [
|
|
1702
|
-
{
|
|
1703
|
-
"type": "boolean"
|
|
1704
|
-
}
|
|
1705
|
-
],
|
|
1706
|
-
"optional": true,
|
|
1707
|
-
"required": false
|
|
1179
|
+
"name": "flipH",
|
|
1180
|
+
"type": "boolean",
|
|
1181
|
+
"complexType": {
|
|
1182
|
+
"original": "boolean",
|
|
1183
|
+
"resolved": "boolean",
|
|
1184
|
+
"references": {}
|
|
1185
|
+
},
|
|
1186
|
+
"mutable": false,
|
|
1187
|
+
"attr": "flip-h",
|
|
1188
|
+
"reflectToAttr": false,
|
|
1189
|
+
"docs": "When set to `true`, the icon will be flipped horizontally.",
|
|
1190
|
+
"docsTags": [],
|
|
1191
|
+
"default": "false",
|
|
1192
|
+
"values": [
|
|
1193
|
+
{
|
|
1194
|
+
"type": "boolean"
|
|
1195
|
+
}
|
|
1196
|
+
],
|
|
1197
|
+
"optional": true,
|
|
1198
|
+
"required": false
|
|
1708
1199
|
},
|
|
1709
1200
|
{
|
|
1710
1201
|
"name": "flipV",
|
|
@@ -1788,964 +1279,12 @@
|
|
|
1788
1279
|
"values": [
|
|
1789
1280
|
{
|
|
1790
1281
|
"type": "number"
|
|
1791
|
-
}
|
|
1792
|
-
],
|
|
1793
|
-
"optional": true,
|
|
1794
|
-
"required": false
|
|
1795
|
-
}
|
|
1796
|
-
],
|
|
1797
|
-
"methods": [],
|
|
1798
|
-
"events": [],
|
|
1799
|
-
"listeners": [],
|
|
1800
|
-
"styles": [],
|
|
1801
|
-
"slots": [],
|
|
1802
|
-
"parts": [],
|
|
1803
|
-
"dependents": [
|
|
1804
|
-
"post-accordion-item",
|
|
1805
|
-
"post-back-to-top",
|
|
1806
|
-
"post-banner",
|
|
1807
|
-
"post-breadcrumb",
|
|
1808
|
-
"post-breadcrumb-item",
|
|
1809
|
-
"post-card-control",
|
|
1810
|
-
"post-closebutton",
|
|
1811
|
-
"post-language-switch",
|
|
1812
|
-
"post-rating",
|
|
1813
|
-
"post-tag"
|
|
1814
|
-
],
|
|
1815
|
-
"dependencies": [],
|
|
1816
|
-
"dependencyGraph": {
|
|
1817
|
-
"post-accordion-item": [
|
|
1818
|
-
"post-icon"
|
|
1819
|
-
],
|
|
1820
|
-
"post-back-to-top": [
|
|
1821
|
-
"post-icon"
|
|
1822
|
-
],
|
|
1823
|
-
"post-banner": [
|
|
1824
|
-
"post-icon"
|
|
1825
|
-
],
|
|
1826
|
-
"post-breadcrumb": [
|
|
1827
|
-
"post-icon"
|
|
1828
|
-
],
|
|
1829
|
-
"post-breadcrumb-item": [
|
|
1830
|
-
"post-icon"
|
|
1831
|
-
],
|
|
1832
|
-
"post-card-control": [
|
|
1833
|
-
"post-icon"
|
|
1834
|
-
],
|
|
1835
|
-
"post-closebutton": [
|
|
1836
|
-
"post-icon"
|
|
1837
|
-
],
|
|
1838
|
-
"post-language-switch": [
|
|
1839
|
-
"post-icon"
|
|
1840
|
-
],
|
|
1841
|
-
"post-rating": [
|
|
1842
|
-
"post-icon"
|
|
1843
|
-
],
|
|
1844
|
-
"post-tag": [
|
|
1845
|
-
"post-icon"
|
|
1846
|
-
]
|
|
1847
|
-
}
|
|
1848
|
-
},
|
|
1849
|
-
{
|
|
1850
|
-
"filePath": "src/components/post-language-option/post-language-option.tsx",
|
|
1851
|
-
"encapsulation": "shadow",
|
|
1852
|
-
"tag": "post-language-option",
|
|
1853
|
-
"readme": "# post-language-option\n\n\n",
|
|
1854
|
-
"docs": "",
|
|
1855
|
-
"docsTags": [
|
|
1856
|
-
{
|
|
1857
|
-
"name": "slot",
|
|
1858
|
-
"text": "default - Slot for placing the content inside the anchor or button."
|
|
1859
|
-
}
|
|
1860
|
-
],
|
|
1861
|
-
"usage": {},
|
|
1862
|
-
"props": [
|
|
1863
|
-
{
|
|
1864
|
-
"name": "active",
|
|
1865
|
-
"type": "boolean",
|
|
1866
|
-
"complexType": {
|
|
1867
|
-
"original": "boolean",
|
|
1868
|
-
"resolved": "boolean",
|
|
1869
|
-
"references": {}
|
|
1870
|
-
},
|
|
1871
|
-
"mutable": true,
|
|
1872
|
-
"attr": "active",
|
|
1873
|
-
"reflectToAttr": true,
|
|
1874
|
-
"docs": "If set to `true`, the language option is considered the current language for the page.",
|
|
1875
|
-
"docsTags": [],
|
|
1876
|
-
"values": [
|
|
1877
|
-
{
|
|
1878
|
-
"type": "boolean"
|
|
1879
|
-
}
|
|
1880
|
-
],
|
|
1881
|
-
"optional": false,
|
|
1882
|
-
"required": false
|
|
1883
|
-
},
|
|
1884
|
-
{
|
|
1885
|
-
"name": "code",
|
|
1886
|
-
"type": "string",
|
|
1887
|
-
"complexType": {
|
|
1888
|
-
"original": "string",
|
|
1889
|
-
"resolved": "string",
|
|
1890
|
-
"references": {}
|
|
1891
|
-
},
|
|
1892
|
-
"mutable": false,
|
|
1893
|
-
"attr": "code",
|
|
1894
|
-
"reflectToAttr": false,
|
|
1895
|
-
"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\".",
|
|
1896
|
-
"docsTags": [],
|
|
1897
|
-
"values": [
|
|
1898
|
-
{
|
|
1899
|
-
"type": "string"
|
|
1900
|
-
}
|
|
1901
|
-
],
|
|
1902
|
-
"optional": false,
|
|
1903
|
-
"required": true
|
|
1904
|
-
},
|
|
1905
|
-
{
|
|
1906
|
-
"name": "name",
|
|
1907
|
-
"type": "string",
|
|
1908
|
-
"complexType": {
|
|
1909
|
-
"original": "string",
|
|
1910
|
-
"resolved": "string",
|
|
1911
|
-
"references": {}
|
|
1912
|
-
},
|
|
1913
|
-
"mutable": false,
|
|
1914
|
-
"attr": "name",
|
|
1915
|
-
"reflectToAttr": false,
|
|
1916
|
-
"docs": "The full name of the language. For example, \"Deutsch\".",
|
|
1917
|
-
"docsTags": [],
|
|
1918
|
-
"values": [
|
|
1919
|
-
{
|
|
1920
|
-
"type": "string"
|
|
1921
|
-
}
|
|
1922
|
-
],
|
|
1923
|
-
"optional": false,
|
|
1924
|
-
"required": false
|
|
1925
|
-
},
|
|
1926
|
-
{
|
|
1927
|
-
"name": "url",
|
|
1928
|
-
"type": "string",
|
|
1929
|
-
"complexType": {
|
|
1930
|
-
"original": "string",
|
|
1931
|
-
"resolved": "string",
|
|
1932
|
-
"references": {}
|
|
1933
|
-
},
|
|
1934
|
-
"mutable": false,
|
|
1935
|
-
"attr": "url",
|
|
1936
|
-
"reflectToAttr": false,
|
|
1937
|
-
"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.",
|
|
1938
|
-
"docsTags": [],
|
|
1939
|
-
"values": [
|
|
1940
|
-
{
|
|
1941
|
-
"type": "string"
|
|
1942
|
-
}
|
|
1943
|
-
],
|
|
1944
|
-
"optional": false,
|
|
1945
|
-
"required": false
|
|
1946
|
-
},
|
|
1947
|
-
{
|
|
1948
|
-
"name": "variant",
|
|
1949
|
-
"type": "\"dropdown\" | \"list\"",
|
|
1950
|
-
"complexType": {
|
|
1951
|
-
"original": "SwitchVariant | null",
|
|
1952
|
-
"resolved": "\"dropdown\" | \"list\"",
|
|
1953
|
-
"references": {
|
|
1954
|
-
"SwitchVariant": {
|
|
1955
|
-
"location": "import",
|
|
1956
|
-
"path": "../post-language-switch/switch-variants",
|
|
1957
|
-
"id": "src/components/post-language-switch/switch-variants.ts::SwitchVariant"
|
|
1958
|
-
}
|
|
1959
|
-
}
|
|
1960
|
-
},
|
|
1961
|
-
"mutable": false,
|
|
1962
|
-
"attr": "variant",
|
|
1963
|
-
"reflectToAttr": false,
|
|
1964
|
-
"docs": "The variant of the post-language-switch parent (dynamically set by the parent)",
|
|
1965
|
-
"docsTags": [],
|
|
1966
|
-
"values": [
|
|
1967
|
-
{
|
|
1968
|
-
"value": "dropdown",
|
|
1969
|
-
"type": "string"
|
|
1970
|
-
},
|
|
1971
|
-
{
|
|
1972
|
-
"value": "list",
|
|
1973
|
-
"type": "string"
|
|
1974
|
-
}
|
|
1975
|
-
],
|
|
1976
|
-
"optional": true,
|
|
1977
|
-
"required": false
|
|
1978
|
-
}
|
|
1979
|
-
],
|
|
1980
|
-
"methods": [
|
|
1981
|
-
{
|
|
1982
|
-
"name": "select",
|
|
1983
|
-
"returns": {
|
|
1984
|
-
"type": "Promise<void>",
|
|
1985
|
-
"docs": ""
|
|
1986
|
-
},
|
|
1987
|
-
"complexType": {
|
|
1988
|
-
"signature": "() => Promise<void>",
|
|
1989
|
-
"parameters": [],
|
|
1990
|
-
"references": {
|
|
1991
|
-
"Promise": {
|
|
1992
|
-
"location": "global",
|
|
1993
|
-
"id": "global::Promise"
|
|
1994
|
-
}
|
|
1995
|
-
},
|
|
1996
|
-
"return": "Promise<void>"
|
|
1997
|
-
},
|
|
1998
|
-
"signature": "select() => Promise<void>",
|
|
1999
|
-
"parameters": [],
|
|
2000
|
-
"docs": "Selects the language option programmatically.",
|
|
2001
|
-
"docsTags": []
|
|
2002
|
-
}
|
|
2003
|
-
],
|
|
2004
|
-
"events": [
|
|
2005
|
-
{
|
|
2006
|
-
"event": "postChange",
|
|
2007
|
-
"detail": "string",
|
|
2008
|
-
"bubbles": true,
|
|
2009
|
-
"complexType": {
|
|
2010
|
-
"original": "string",
|
|
2011
|
-
"resolved": "string",
|
|
2012
|
-
"references": {}
|
|
2013
|
-
},
|
|
2014
|
-
"cancelable": true,
|
|
2015
|
-
"composed": true,
|
|
2016
|
-
"docs": "An event emitted when the language option is clicked. The payload is the ISO 639 code of the language.",
|
|
2017
|
-
"docsTags": []
|
|
2018
|
-
}
|
|
2019
|
-
],
|
|
2020
|
-
"listeners": [],
|
|
2021
|
-
"styles": [],
|
|
2022
|
-
"slots": [
|
|
2023
|
-
{
|
|
2024
|
-
"name": "default",
|
|
2025
|
-
"docs": "Slot for placing the content inside the anchor or button."
|
|
2026
|
-
}
|
|
2027
|
-
],
|
|
2028
|
-
"parts": [],
|
|
2029
|
-
"dependents": [],
|
|
2030
|
-
"dependencies": [],
|
|
2031
|
-
"dependencyGraph": {}
|
|
2032
|
-
},
|
|
2033
|
-
{
|
|
2034
|
-
"filePath": "src/components/post-language-switch/post-language-switch.tsx",
|
|
2035
|
-
"encapsulation": "shadow",
|
|
2036
|
-
"tag": "post-language-switch",
|
|
2037
|
-
"readme": "# post-language-switch\n",
|
|
2038
|
-
"docs": "",
|
|
2039
|
-
"docsTags": [],
|
|
2040
|
-
"usage": {},
|
|
2041
|
-
"props": [
|
|
2042
|
-
{
|
|
2043
|
-
"name": "caption",
|
|
2044
|
-
"type": "string",
|
|
2045
|
-
"complexType": {
|
|
2046
|
-
"original": "string",
|
|
2047
|
-
"resolved": "string",
|
|
2048
|
-
"references": {}
|
|
2049
|
-
},
|
|
2050
|
-
"mutable": false,
|
|
2051
|
-
"attr": "caption",
|
|
2052
|
-
"reflectToAttr": false,
|
|
2053
|
-
"docs": "A title for the list of language options",
|
|
2054
|
-
"docsTags": [],
|
|
2055
|
-
"values": [
|
|
2056
|
-
{
|
|
2057
|
-
"type": "string"
|
|
2058
|
-
}
|
|
2059
|
-
],
|
|
2060
|
-
"optional": false,
|
|
2061
|
-
"required": false
|
|
2062
|
-
},
|
|
2063
|
-
{
|
|
2064
|
-
"name": "description",
|
|
2065
|
-
"type": "string",
|
|
2066
|
-
"complexType": {
|
|
2067
|
-
"original": "string",
|
|
2068
|
-
"resolved": "string",
|
|
2069
|
-
"references": {}
|
|
2070
|
-
},
|
|
2071
|
-
"mutable": false,
|
|
2072
|
-
"attr": "description",
|
|
2073
|
-
"reflectToAttr": false,
|
|
2074
|
-
"docs": "A descriptive text for the list of language options",
|
|
2075
|
-
"docsTags": [],
|
|
2076
|
-
"values": [
|
|
2077
|
-
{
|
|
2078
|
-
"type": "string"
|
|
2079
|
-
}
|
|
2080
|
-
],
|
|
2081
|
-
"optional": false,
|
|
2082
|
-
"required": false
|
|
2083
|
-
},
|
|
2084
|
-
{
|
|
2085
|
-
"name": "variant",
|
|
2086
|
-
"type": "\"dropdown\" | \"list\"",
|
|
2087
|
-
"complexType": {
|
|
2088
|
-
"original": "SwitchVariant",
|
|
2089
|
-
"resolved": "\"dropdown\" | \"list\"",
|
|
2090
|
-
"references": {
|
|
2091
|
-
"SwitchVariant": {
|
|
2092
|
-
"location": "import",
|
|
2093
|
-
"path": "./switch-variants",
|
|
2094
|
-
"id": "src/components/post-language-switch/switch-variants.ts::SwitchVariant"
|
|
2095
|
-
}
|
|
2096
|
-
}
|
|
2097
|
-
},
|
|
2098
|
-
"mutable": false,
|
|
2099
|
-
"attr": "variant",
|
|
2100
|
-
"reflectToAttr": false,
|
|
2101
|
-
"docs": "Variant that determines the rendering of the language switch either as a list (used on mobile in the header) or a dropdown (used on desktop in the header)",
|
|
2102
|
-
"docsTags": [],
|
|
2103
|
-
"default": "'list'",
|
|
2104
|
-
"values": [
|
|
2105
|
-
{
|
|
2106
|
-
"value": "dropdown",
|
|
2107
|
-
"type": "string"
|
|
2108
|
-
},
|
|
2109
|
-
{
|
|
2110
|
-
"value": "list",
|
|
2111
|
-
"type": "string"
|
|
2112
|
-
}
|
|
2113
|
-
],
|
|
2114
|
-
"optional": false,
|
|
2115
|
-
"required": false
|
|
2116
|
-
}
|
|
2117
|
-
],
|
|
2118
|
-
"methods": [],
|
|
2119
|
-
"events": [],
|
|
2120
|
-
"listeners": [],
|
|
2121
|
-
"styles": [],
|
|
2122
|
-
"slots": [],
|
|
2123
|
-
"parts": [],
|
|
2124
|
-
"dependents": [],
|
|
2125
|
-
"dependencies": [
|
|
2126
|
-
"post-menu-trigger",
|
|
2127
|
-
"post-icon",
|
|
2128
|
-
"post-menu"
|
|
2129
|
-
],
|
|
2130
|
-
"dependencyGraph": {
|
|
2131
|
-
"post-language-switch": [
|
|
2132
|
-
"post-menu-trigger",
|
|
2133
|
-
"post-icon",
|
|
2134
|
-
"post-menu"
|
|
2135
|
-
],
|
|
2136
|
-
"post-menu": [
|
|
2137
|
-
"post-popovercontainer"
|
|
2138
|
-
]
|
|
2139
|
-
}
|
|
2140
|
-
},
|
|
2141
|
-
{
|
|
2142
|
-
"filePath": "src/components/post-list/post-list.tsx",
|
|
2143
|
-
"encapsulation": "none",
|
|
2144
|
-
"tag": "post-list",
|
|
2145
|
-
"readme": "# post-list\n\n\n",
|
|
2146
|
-
"docs": "",
|
|
2147
|
-
"docsTags": [
|
|
2148
|
-
{
|
|
2149
|
-
"name": "slot",
|
|
2150
|
-
"text": "default - Slot for placing the list title."
|
|
2151
|
-
},
|
|
2152
|
-
{
|
|
2153
|
-
"name": "slot",
|
|
2154
|
-
"text": "post-list-item - Slot for placing post-list-item components."
|
|
2155
|
-
}
|
|
2156
|
-
],
|
|
2157
|
-
"usage": {},
|
|
2158
|
-
"props": [
|
|
2159
|
-
{
|
|
2160
|
-
"name": "horizontal",
|
|
2161
|
-
"type": "boolean",
|
|
2162
|
-
"complexType": {
|
|
2163
|
-
"original": "boolean",
|
|
2164
|
-
"resolved": "boolean",
|
|
2165
|
-
"references": {}
|
|
2166
|
-
},
|
|
2167
|
-
"mutable": false,
|
|
2168
|
-
"attr": "horizontal",
|
|
2169
|
-
"reflectToAttr": true,
|
|
2170
|
-
"docs": "The list can become horizontal by setting `horizontal=\"true\"` or just `horizontal`",
|
|
2171
|
-
"docsTags": [],
|
|
2172
|
-
"default": "false",
|
|
2173
|
-
"values": [
|
|
2174
|
-
{
|
|
2175
|
-
"type": "boolean"
|
|
2176
|
-
}
|
|
2177
|
-
],
|
|
2178
|
-
"optional": false,
|
|
2179
|
-
"required": false
|
|
2180
|
-
},
|
|
2181
|
-
{
|
|
2182
|
-
"name": "titleHidden",
|
|
2183
|
-
"type": "boolean",
|
|
2184
|
-
"complexType": {
|
|
2185
|
-
"original": "boolean",
|
|
2186
|
-
"resolved": "boolean",
|
|
2187
|
-
"references": {}
|
|
2188
|
-
},
|
|
2189
|
-
"mutable": false,
|
|
2190
|
-
"attr": "title-hidden",
|
|
2191
|
-
"reflectToAttr": false,
|
|
2192
|
-
"docs": "If `true`, the list title will be hidden. Otherwise, it will be displayed.`",
|
|
2193
|
-
"docsTags": [],
|
|
2194
|
-
"default": "false",
|
|
2195
|
-
"values": [
|
|
2196
|
-
{
|
|
2197
|
-
"type": "boolean"
|
|
2198
|
-
}
|
|
2199
|
-
],
|
|
2200
|
-
"optional": false,
|
|
2201
|
-
"required": false
|
|
2202
|
-
}
|
|
2203
|
-
],
|
|
2204
|
-
"methods": [],
|
|
2205
|
-
"events": [],
|
|
2206
|
-
"listeners": [],
|
|
2207
|
-
"styles": [],
|
|
2208
|
-
"slots": [
|
|
2209
|
-
{
|
|
2210
|
-
"name": "default",
|
|
2211
|
-
"docs": "Slot for placing the list title."
|
|
2212
|
-
},
|
|
2213
|
-
{
|
|
2214
|
-
"name": "post-list-item",
|
|
2215
|
-
"docs": "Slot for placing post-list-item components."
|
|
2216
|
-
}
|
|
2217
|
-
],
|
|
2218
|
-
"parts": [],
|
|
2219
|
-
"dependents": [],
|
|
2220
|
-
"dependencies": [],
|
|
2221
|
-
"dependencyGraph": {}
|
|
2222
|
-
},
|
|
2223
|
-
{
|
|
2224
|
-
"filePath": "src/components/post-list-item/post-list-item.tsx",
|
|
2225
|
-
"encapsulation": "shadow",
|
|
2226
|
-
"tag": "post-list-item",
|
|
2227
|
-
"readme": "# post-list-item\n\n\n",
|
|
2228
|
-
"docs": "",
|
|
2229
|
-
"docsTags": [
|
|
2230
|
-
{
|
|
2231
|
-
"name": "slot",
|
|
2232
|
-
"text": "default- Slot for placing the content of the list item."
|
|
2233
|
-
}
|
|
2234
|
-
],
|
|
2235
|
-
"usage": {},
|
|
2236
|
-
"props": [],
|
|
2237
|
-
"methods": [],
|
|
2238
|
-
"events": [],
|
|
2239
|
-
"listeners": [],
|
|
2240
|
-
"styles": [],
|
|
2241
|
-
"slots": [
|
|
2242
|
-
{
|
|
2243
|
-
"name": "default- Slot for placing the content of the list item.",
|
|
2244
|
-
"docs": ""
|
|
2245
|
-
}
|
|
2246
|
-
],
|
|
2247
|
-
"parts": [],
|
|
2248
|
-
"dependents": [],
|
|
2249
|
-
"dependencies": [],
|
|
2250
|
-
"dependencyGraph": {}
|
|
2251
|
-
},
|
|
2252
|
-
{
|
|
2253
|
-
"filePath": "src/components/post-logo/post-logo.tsx",
|
|
2254
|
-
"encapsulation": "shadow",
|
|
2255
|
-
"tag": "post-logo",
|
|
2256
|
-
"readme": "# post-logo\n\n\n",
|
|
2257
|
-
"docs": "",
|
|
2258
|
-
"docsTags": [
|
|
2259
|
-
{
|
|
2260
|
-
"name": "slot",
|
|
2261
|
-
"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."
|
|
2262
|
-
}
|
|
2263
|
-
],
|
|
2264
|
-
"usage": {},
|
|
2265
|
-
"props": [
|
|
2266
|
-
{
|
|
2267
|
-
"name": "url",
|
|
2268
|
-
"type": "URL | string",
|
|
2269
|
-
"complexType": {
|
|
2270
|
-
"original": "string | URL",
|
|
2271
|
-
"resolved": "URL | string",
|
|
2272
|
-
"references": {
|
|
2273
|
-
"URL": {
|
|
2274
|
-
"location": "global",
|
|
2275
|
-
"id": "global::URL"
|
|
2276
|
-
}
|
|
2277
|
-
}
|
|
2278
|
-
},
|
|
2279
|
-
"mutable": false,
|
|
2280
|
-
"attr": "url",
|
|
2281
|
-
"reflectToAttr": false,
|
|
2282
|
-
"docs": "The URL to which the user is redirected upon clicking the logo.",
|
|
2283
|
-
"docsTags": [],
|
|
2284
|
-
"values": [
|
|
2285
|
-
{
|
|
2286
|
-
"type": "URL"
|
|
2287
|
-
},
|
|
2288
|
-
{
|
|
2289
|
-
"type": "string"
|
|
2290
|
-
}
|
|
2291
|
-
],
|
|
2292
|
-
"optional": false,
|
|
2293
|
-
"required": false
|
|
2294
|
-
}
|
|
2295
|
-
],
|
|
2296
|
-
"methods": [],
|
|
2297
|
-
"events": [],
|
|
2298
|
-
"listeners": [],
|
|
2299
|
-
"styles": [],
|
|
2300
|
-
"slots": [
|
|
2301
|
-
{
|
|
2302
|
-
"name": "default",
|
|
2303
|
-
"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."
|
|
2304
|
-
}
|
|
2305
|
-
],
|
|
2306
|
-
"parts": [],
|
|
2307
|
-
"dependents": [],
|
|
2308
|
-
"dependencies": [],
|
|
2309
|
-
"dependencyGraph": {}
|
|
2310
|
-
},
|
|
2311
|
-
{
|
|
2312
|
-
"filePath": "src/components/post-mainnavigation/post-mainnavigation.tsx",
|
|
2313
|
-
"encapsulation": "none",
|
|
2314
|
-
"tag": "post-mainnavigation",
|
|
2315
|
-
"readme": "# post-mainnavigation\n\n\n",
|
|
2316
|
-
"docs": "",
|
|
2317
|
-
"docsTags": [],
|
|
2318
|
-
"usage": {},
|
|
2319
|
-
"props": [],
|
|
2320
|
-
"methods": [],
|
|
2321
|
-
"events": [
|
|
2322
|
-
{
|
|
2323
|
-
"event": "postToggle",
|
|
2324
|
-
"detail": "any",
|
|
2325
|
-
"bubbles": true,
|
|
2326
|
-
"complexType": {
|
|
2327
|
-
"original": "any",
|
|
2328
|
-
"resolved": "any",
|
|
2329
|
-
"references": {}
|
|
2330
|
-
},
|
|
2331
|
-
"cancelable": true,
|
|
2332
|
-
"composed": true,
|
|
2333
|
-
"docs": "Gets emitted when a user closes the main navigation on mobile",
|
|
2334
|
-
"docsTags": []
|
|
2335
|
-
}
|
|
2336
|
-
],
|
|
2337
|
-
"listeners": [],
|
|
2338
|
-
"styles": [],
|
|
2339
|
-
"slots": [],
|
|
2340
|
-
"parts": [],
|
|
2341
|
-
"dependents": [],
|
|
2342
|
-
"dependencies": [],
|
|
2343
|
-
"dependencyGraph": {}
|
|
2344
|
-
},
|
|
2345
|
-
{
|
|
2346
|
-
"filePath": "src/components/post-megadropdown/post-megadropdown.tsx",
|
|
2347
|
-
"encapsulation": "none",
|
|
2348
|
-
"tag": "post-megadropdown",
|
|
2349
|
-
"readme": "# post-megadropdown\n\n\n",
|
|
2350
|
-
"docs": "",
|
|
2351
|
-
"docsTags": [],
|
|
2352
|
-
"usage": {},
|
|
2353
|
-
"props": [],
|
|
2354
|
-
"methods": [
|
|
2355
|
-
{
|
|
2356
|
-
"name": "show",
|
|
2357
|
-
"returns": {
|
|
2358
|
-
"type": "Promise<void>",
|
|
2359
|
-
"docs": ""
|
|
2360
|
-
},
|
|
2361
|
-
"complexType": {
|
|
2362
|
-
"signature": "(target: HTMLElement) => Promise<void>",
|
|
2363
|
-
"parameters": [
|
|
2364
|
-
{
|
|
2365
|
-
"name": "target",
|
|
2366
|
-
"type": "HTMLElement",
|
|
2367
|
-
"docs": "- The HTML element relative to which the popover dropdown should be displayed."
|
|
2368
|
-
}
|
|
2369
|
-
],
|
|
2370
|
-
"references": {
|
|
2371
|
-
"Promise": {
|
|
2372
|
-
"location": "global",
|
|
2373
|
-
"id": "global::Promise"
|
|
2374
|
-
},
|
|
2375
|
-
"HTMLElement": {
|
|
2376
|
-
"location": "global",
|
|
2377
|
-
"id": "global::HTMLElement"
|
|
2378
|
-
}
|
|
2379
|
-
},
|
|
2380
|
-
"return": "Promise<void>"
|
|
2381
|
-
},
|
|
2382
|
-
"signature": "show(target: HTMLElement) => Promise<void>",
|
|
2383
|
-
"parameters": [
|
|
2384
|
-
{
|
|
2385
|
-
"name": "target",
|
|
2386
|
-
"type": "HTMLElement",
|
|
2387
|
-
"docs": "- The HTML element relative to which the popover dropdown should be displayed."
|
|
2388
|
-
}
|
|
2389
|
-
],
|
|
2390
|
-
"docs": "Displays the popover dropdown",
|
|
2391
|
-
"docsTags": [
|
|
2392
|
-
{
|
|
2393
|
-
"name": "param",
|
|
2394
|
-
"text": "target - The HTML element relative to which the popover dropdown should be displayed."
|
|
2395
|
-
}
|
|
2396
|
-
]
|
|
2397
|
-
},
|
|
2398
|
-
{
|
|
2399
|
-
"name": "toggle",
|
|
2400
|
-
"returns": {
|
|
2401
|
-
"type": "Promise<void>",
|
|
2402
|
-
"docs": ""
|
|
2403
|
-
},
|
|
2404
|
-
"complexType": {
|
|
2405
|
-
"signature": "(target: HTMLElement) => Promise<void>",
|
|
2406
|
-
"parameters": [
|
|
2407
|
-
{
|
|
2408
|
-
"name": "target",
|
|
2409
|
-
"type": "HTMLElement",
|
|
2410
|
-
"docs": ""
|
|
2411
|
-
}
|
|
2412
|
-
],
|
|
2413
|
-
"references": {
|
|
2414
|
-
"Promise": {
|
|
2415
|
-
"location": "global",
|
|
2416
|
-
"id": "global::Promise"
|
|
2417
|
-
},
|
|
2418
|
-
"HTMLElement": {
|
|
2419
|
-
"location": "global",
|
|
2420
|
-
"id": "global::HTMLElement"
|
|
2421
|
-
}
|
|
2422
|
-
},
|
|
2423
|
-
"return": "Promise<void>"
|
|
2424
|
-
},
|
|
2425
|
-
"signature": "toggle(target: HTMLElement) => Promise<void>",
|
|
2426
|
-
"parameters": [
|
|
2427
|
-
{
|
|
2428
|
-
"name": "target",
|
|
2429
|
-
"type": "HTMLElement",
|
|
2430
|
-
"docs": ""
|
|
2431
|
-
}
|
|
2432
|
-
],
|
|
2433
|
-
"docs": "Toggles the dropdown visibility based on its current state.",
|
|
2434
|
-
"docsTags": []
|
|
2435
|
-
}
|
|
2436
|
-
],
|
|
2437
|
-
"events": [
|
|
2438
|
-
{
|
|
2439
|
-
"event": "postToggleMegadropdown",
|
|
2440
|
-
"detail": "boolean",
|
|
2441
|
-
"bubbles": true,
|
|
2442
|
-
"complexType": {
|
|
2443
|
-
"original": "boolean",
|
|
2444
|
-
"resolved": "boolean",
|
|
2445
|
-
"references": {}
|
|
2446
|
-
},
|
|
2447
|
-
"cancelable": true,
|
|
2448
|
-
"composed": true,
|
|
2449
|
-
"docs": "Emits when the dropdown is shown or hidden.\nThe event payload is a boolean: `true` when the dropdown was opened, `false` when it was closed.",
|
|
2450
|
-
"docsTags": []
|
|
2451
|
-
}
|
|
2452
|
-
],
|
|
2453
|
-
"listeners": [],
|
|
2454
|
-
"styles": [],
|
|
2455
|
-
"slots": [],
|
|
2456
|
-
"parts": [],
|
|
2457
|
-
"dependents": [],
|
|
2458
|
-
"dependencies": [
|
|
2459
|
-
"post-popovercontainer"
|
|
2460
|
-
],
|
|
2461
|
-
"dependencyGraph": {
|
|
2462
|
-
"post-megadropdown": [
|
|
2463
|
-
"post-popovercontainer"
|
|
2464
|
-
]
|
|
2465
|
-
}
|
|
2466
|
-
},
|
|
2467
|
-
{
|
|
2468
|
-
"filePath": "src/components/post-megadropdown-trigger/post-megadropdown-trigger.tsx",
|
|
2469
|
-
"encapsulation": "none",
|
|
2470
|
-
"tag": "post-megadropdown-trigger",
|
|
2471
|
-
"readme": "# post-megadropdown-toggle\n\n\n",
|
|
2472
|
-
"docs": "",
|
|
2473
|
-
"docsTags": [],
|
|
2474
|
-
"usage": {},
|
|
2475
|
-
"props": [
|
|
2476
|
-
{
|
|
2477
|
-
"name": "for",
|
|
2478
|
-
"type": "string",
|
|
2479
|
-
"complexType": {
|
|
2480
|
-
"original": "string",
|
|
2481
|
-
"resolved": "string",
|
|
2482
|
-
"references": {}
|
|
2483
|
-
},
|
|
2484
|
-
"mutable": false,
|
|
2485
|
-
"attr": "for",
|
|
2486
|
-
"reflectToAttr": false,
|
|
2487
|
-
"docs": "ID of the mega dropdown element that this trigger is linked to. Used to open and close the specified mega dropdown.",
|
|
2488
|
-
"docsTags": [],
|
|
2489
|
-
"values": [
|
|
2490
|
-
{
|
|
2491
|
-
"type": "string"
|
|
2492
|
-
}
|
|
2493
|
-
],
|
|
2494
|
-
"optional": false,
|
|
2495
|
-
"required": true
|
|
2496
|
-
}
|
|
2497
|
-
],
|
|
2498
|
-
"methods": [],
|
|
2499
|
-
"events": [],
|
|
2500
|
-
"listeners": [],
|
|
2501
|
-
"styles": [],
|
|
2502
|
-
"slots": [],
|
|
2503
|
-
"parts": [],
|
|
2504
|
-
"dependents": [],
|
|
2505
|
-
"dependencies": [],
|
|
2506
|
-
"dependencyGraph": {}
|
|
2507
|
-
},
|
|
2508
|
-
{
|
|
2509
|
-
"filePath": "src/components/post-menu/post-menu.tsx",
|
|
2510
|
-
"encapsulation": "shadow",
|
|
2511
|
-
"tag": "post-menu",
|
|
2512
|
-
"readme": "# post-menu\n\n\n",
|
|
2513
|
-
"docs": "",
|
|
2514
|
-
"docsTags": [],
|
|
2515
|
-
"usage": {},
|
|
2516
|
-
"props": [
|
|
2517
|
-
{
|
|
2518
|
-
"name": "placement",
|
|
2519
|
-
"type": "\"bottom\" | \"bottom-end\" | \"bottom-start\" | \"left\" | \"left-end\" | \"left-start\" | \"right\" | \"right-end\" | \"right-start\" | \"top\" | \"top-end\" | \"top-start\"",
|
|
2520
|
-
"complexType": {
|
|
2521
|
-
"original": "Placement",
|
|
2522
|
-
"resolved": "\"bottom\" | \"bottom-end\" | \"bottom-start\" | \"left\" | \"left-end\" | \"left-start\" | \"right\" | \"right-end\" | \"right-start\" | \"top\" | \"top-end\" | \"top-start\"",
|
|
2523
|
-
"references": {
|
|
2524
|
-
"Placement": {
|
|
2525
|
-
"location": "import",
|
|
2526
|
-
"path": "@floating-ui/dom",
|
|
2527
|
-
"id": "../../node_modules/.pnpm/@floating-ui+dom@1.6.8/node_modules/@floating-ui/dom/dist/floating-ui.dom.d.ts::Placement"
|
|
2528
|
-
}
|
|
2529
|
-
}
|
|
2530
|
-
},
|
|
2531
|
-
"mutable": false,
|
|
2532
|
-
"attr": "placement",
|
|
2533
|
-
"reflectToAttr": false,
|
|
2534
|
-
"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.",
|
|
2535
|
-
"docsTags": [],
|
|
2536
|
-
"default": "'bottom'",
|
|
2537
|
-
"values": [
|
|
2538
|
-
{
|
|
2539
|
-
"value": "bottom",
|
|
2540
|
-
"type": "string"
|
|
2541
|
-
},
|
|
2542
|
-
{
|
|
2543
|
-
"value": "bottom-end",
|
|
2544
|
-
"type": "string"
|
|
2545
|
-
},
|
|
2546
|
-
{
|
|
2547
|
-
"value": "bottom-start",
|
|
2548
|
-
"type": "string"
|
|
2549
|
-
},
|
|
2550
|
-
{
|
|
2551
|
-
"value": "left",
|
|
2552
|
-
"type": "string"
|
|
2553
|
-
},
|
|
2554
|
-
{
|
|
2555
|
-
"value": "left-end",
|
|
2556
|
-
"type": "string"
|
|
2557
|
-
},
|
|
2558
|
-
{
|
|
2559
|
-
"value": "left-start",
|
|
2560
|
-
"type": "string"
|
|
2561
|
-
},
|
|
2562
|
-
{
|
|
2563
|
-
"value": "right",
|
|
2564
|
-
"type": "string"
|
|
2565
|
-
},
|
|
2566
|
-
{
|
|
2567
|
-
"value": "right-end",
|
|
2568
|
-
"type": "string"
|
|
2569
|
-
},
|
|
2570
|
-
{
|
|
2571
|
-
"value": "right-start",
|
|
2572
|
-
"type": "string"
|
|
2573
|
-
},
|
|
2574
|
-
{
|
|
2575
|
-
"value": "top",
|
|
2576
|
-
"type": "string"
|
|
2577
|
-
},
|
|
2578
|
-
{
|
|
2579
|
-
"value": "top-end",
|
|
2580
|
-
"type": "string"
|
|
2581
|
-
},
|
|
2582
|
-
{
|
|
2583
|
-
"value": "top-start",
|
|
2584
|
-
"type": "string"
|
|
2585
|
-
}
|
|
2586
|
-
],
|
|
2587
|
-
"optional": true,
|
|
2588
|
-
"required": false
|
|
2589
|
-
}
|
|
2590
|
-
],
|
|
2591
|
-
"methods": [
|
|
2592
|
-
{
|
|
2593
|
-
"name": "hide",
|
|
2594
|
-
"returns": {
|
|
2595
|
-
"type": "Promise<void>",
|
|
2596
|
-
"docs": ""
|
|
2597
|
-
},
|
|
2598
|
-
"complexType": {
|
|
2599
|
-
"signature": "() => Promise<void>",
|
|
2600
|
-
"parameters": [],
|
|
2601
|
-
"references": {
|
|
2602
|
-
"Promise": {
|
|
2603
|
-
"location": "global",
|
|
2604
|
-
"id": "global::Promise"
|
|
2605
|
-
}
|
|
2606
|
-
},
|
|
2607
|
-
"return": "Promise<void>"
|
|
2608
|
-
},
|
|
2609
|
-
"signature": "hide() => Promise<void>",
|
|
2610
|
-
"parameters": [],
|
|
2611
|
-
"docs": "Hides the popover menu and restores focus to the previously focused element.",
|
|
2612
|
-
"docsTags": []
|
|
2613
|
-
},
|
|
2614
|
-
{
|
|
2615
|
-
"name": "show",
|
|
2616
|
-
"returns": {
|
|
2617
|
-
"type": "Promise<void>",
|
|
2618
|
-
"docs": ""
|
|
2619
|
-
},
|
|
2620
|
-
"complexType": {
|
|
2621
|
-
"signature": "(target: HTMLElement) => Promise<void>",
|
|
2622
|
-
"parameters": [
|
|
2623
|
-
{
|
|
2624
|
-
"name": "target",
|
|
2625
|
-
"type": "HTMLElement",
|
|
2626
|
-
"docs": "- The HTML element relative to which the popover menu should be displayed."
|
|
2627
|
-
}
|
|
2628
|
-
],
|
|
2629
|
-
"references": {
|
|
2630
|
-
"Promise": {
|
|
2631
|
-
"location": "global",
|
|
2632
|
-
"id": "global::Promise"
|
|
2633
|
-
},
|
|
2634
|
-
"HTMLElement": {
|
|
2635
|
-
"location": "global",
|
|
2636
|
-
"id": "global::HTMLElement"
|
|
2637
|
-
}
|
|
2638
|
-
},
|
|
2639
|
-
"return": "Promise<void>"
|
|
2640
|
-
},
|
|
2641
|
-
"signature": "show(target: HTMLElement) => Promise<void>",
|
|
2642
|
-
"parameters": [
|
|
2643
|
-
{
|
|
2644
|
-
"name": "target",
|
|
2645
|
-
"type": "HTMLElement",
|
|
2646
|
-
"docs": "- The HTML element relative to which the popover menu should be displayed."
|
|
2647
|
-
}
|
|
2648
|
-
],
|
|
2649
|
-
"docs": "Displays the popover menu, focusing the first menu item.",
|
|
2650
|
-
"docsTags": [
|
|
2651
|
-
{
|
|
2652
|
-
"name": "param",
|
|
2653
|
-
"text": "target - The HTML element relative to which the popover menu should be displayed."
|
|
2654
|
-
}
|
|
2655
|
-
]
|
|
2656
|
-
},
|
|
2657
|
-
{
|
|
2658
|
-
"name": "toggle",
|
|
2659
|
-
"returns": {
|
|
2660
|
-
"type": "Promise<void>",
|
|
2661
|
-
"docs": ""
|
|
2662
|
-
},
|
|
2663
|
-
"complexType": {
|
|
2664
|
-
"signature": "(target: HTMLElement) => Promise<void>",
|
|
2665
|
-
"parameters": [
|
|
2666
|
-
{
|
|
2667
|
-
"name": "target",
|
|
2668
|
-
"type": "HTMLElement",
|
|
2669
|
-
"docs": ""
|
|
2670
|
-
}
|
|
2671
|
-
],
|
|
2672
|
-
"references": {
|
|
2673
|
-
"Promise": {
|
|
2674
|
-
"location": "global",
|
|
2675
|
-
"id": "global::Promise"
|
|
2676
|
-
},
|
|
2677
|
-
"HTMLElement": {
|
|
2678
|
-
"location": "global",
|
|
2679
|
-
"id": "global::HTMLElement"
|
|
2680
|
-
}
|
|
2681
|
-
},
|
|
2682
|
-
"return": "Promise<void>"
|
|
2683
|
-
},
|
|
2684
|
-
"signature": "toggle(target: HTMLElement) => Promise<void>",
|
|
2685
|
-
"parameters": [
|
|
2686
|
-
{
|
|
2687
|
-
"name": "target",
|
|
2688
|
-
"type": "HTMLElement",
|
|
2689
|
-
"docs": ""
|
|
2690
|
-
}
|
|
2691
|
-
],
|
|
2692
|
-
"docs": "Toggles the menu visibility based on its current state.",
|
|
2693
|
-
"docsTags": []
|
|
2694
|
-
}
|
|
2695
|
-
],
|
|
2696
|
-
"events": [
|
|
2697
|
-
{
|
|
2698
|
-
"event": "toggleMenu",
|
|
2699
|
-
"detail": "boolean",
|
|
2700
|
-
"bubbles": true,
|
|
2701
|
-
"complexType": {
|
|
2702
|
-
"original": "boolean",
|
|
2703
|
-
"resolved": "boolean",
|
|
2704
|
-
"references": {}
|
|
2705
|
-
},
|
|
2706
|
-
"cancelable": true,
|
|
2707
|
-
"composed": true,
|
|
2708
|
-
"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.",
|
|
2709
|
-
"docsTags": []
|
|
2710
|
-
}
|
|
2711
|
-
],
|
|
2712
|
-
"listeners": [],
|
|
2713
|
-
"styles": [],
|
|
2714
|
-
"slots": [],
|
|
2715
|
-
"parts": [
|
|
2716
|
-
{
|
|
2717
|
-
"name": "popover-container",
|
|
2718
|
-
"docs": ""
|
|
1282
|
+
}
|
|
1283
|
+
],
|
|
1284
|
+
"optional": true,
|
|
1285
|
+
"required": false
|
|
2719
1286
|
}
|
|
2720
1287
|
],
|
|
2721
|
-
"dependents": [
|
|
2722
|
-
"post-breadcrumb",
|
|
2723
|
-
"post-language-switch"
|
|
2724
|
-
],
|
|
2725
|
-
"dependencies": [
|
|
2726
|
-
"post-popovercontainer"
|
|
2727
|
-
],
|
|
2728
|
-
"dependencyGraph": {
|
|
2729
|
-
"post-menu": [
|
|
2730
|
-
"post-popovercontainer"
|
|
2731
|
-
],
|
|
2732
|
-
"post-breadcrumb": [
|
|
2733
|
-
"post-menu"
|
|
2734
|
-
],
|
|
2735
|
-
"post-language-switch": [
|
|
2736
|
-
"post-menu"
|
|
2737
|
-
]
|
|
2738
|
-
}
|
|
2739
|
-
},
|
|
2740
|
-
{
|
|
2741
|
-
"filePath": "src/components/post-menu-item/post-menu-item.tsx",
|
|
2742
|
-
"encapsulation": "shadow",
|
|
2743
|
-
"tag": "post-menu-item",
|
|
2744
|
-
"readme": "# post-menu-item\n\n\n",
|
|
2745
|
-
"docs": "",
|
|
2746
|
-
"docsTags": [],
|
|
2747
|
-
"usage": {},
|
|
2748
|
-
"props": [],
|
|
2749
1288
|
"methods": [],
|
|
2750
1289
|
"events": [],
|
|
2751
1290
|
"listeners": [],
|
|
@@ -2753,65 +1292,85 @@
|
|
|
2753
1292
|
"slots": [],
|
|
2754
1293
|
"parts": [],
|
|
2755
1294
|
"dependents": [
|
|
2756
|
-
"post-
|
|
1295
|
+
"post-alert",
|
|
1296
|
+
"post-card-control",
|
|
1297
|
+
"post-rating",
|
|
1298
|
+
"post-tag"
|
|
2757
1299
|
],
|
|
2758
1300
|
"dependencies": [],
|
|
2759
1301
|
"dependencyGraph": {
|
|
2760
|
-
"post-
|
|
2761
|
-
"post-
|
|
1302
|
+
"post-alert": [
|
|
1303
|
+
"post-icon"
|
|
1304
|
+
],
|
|
1305
|
+
"post-card-control": [
|
|
1306
|
+
"post-icon"
|
|
1307
|
+
],
|
|
1308
|
+
"post-rating": [
|
|
1309
|
+
"post-icon"
|
|
1310
|
+
],
|
|
1311
|
+
"post-tag": [
|
|
1312
|
+
"post-icon"
|
|
2762
1313
|
]
|
|
2763
1314
|
}
|
|
2764
1315
|
},
|
|
2765
1316
|
{
|
|
2766
|
-
"filePath": "src/components/post-
|
|
2767
|
-
"encapsulation": "
|
|
2768
|
-
"tag": "post-
|
|
2769
|
-
"readme": "# post-
|
|
1317
|
+
"filePath": "src/components/post-logo/post-logo.tsx",
|
|
1318
|
+
"encapsulation": "shadow",
|
|
1319
|
+
"tag": "post-logo",
|
|
1320
|
+
"readme": "# post-logo\n\n\n",
|
|
2770
1321
|
"docs": "",
|
|
2771
|
-
"docsTags": [
|
|
1322
|
+
"docsTags": [
|
|
1323
|
+
{
|
|
1324
|
+
"name": "slot",
|
|
1325
|
+
"text": "default - Slot for placing hidden descriptive text. If `url` is set, this text will serve as the accessible name of the link; otherwise, it will be used as the title of the SVG."
|
|
1326
|
+
}
|
|
1327
|
+
],
|
|
2772
1328
|
"usage": {},
|
|
2773
1329
|
"props": [
|
|
2774
1330
|
{
|
|
2775
|
-
"name": "
|
|
2776
|
-
"type": "string",
|
|
1331
|
+
"name": "url",
|
|
1332
|
+
"type": "URL | string",
|
|
2777
1333
|
"complexType": {
|
|
2778
|
-
"original": "string",
|
|
2779
|
-
"resolved": "string",
|
|
2780
|
-
"references": {
|
|
1334
|
+
"original": "string | URL",
|
|
1335
|
+
"resolved": "URL | string",
|
|
1336
|
+
"references": {
|
|
1337
|
+
"URL": {
|
|
1338
|
+
"location": "global",
|
|
1339
|
+
"id": "global::URL"
|
|
1340
|
+
}
|
|
1341
|
+
}
|
|
2781
1342
|
},
|
|
2782
1343
|
"mutable": false,
|
|
2783
|
-
"attr": "
|
|
1344
|
+
"attr": "url",
|
|
2784
1345
|
"reflectToAttr": false,
|
|
2785
|
-
"docs": "
|
|
1346
|
+
"docs": "The URL to which the user is redirected upon clicking the logo.",
|
|
2786
1347
|
"docsTags": [],
|
|
2787
1348
|
"values": [
|
|
1349
|
+
{
|
|
1350
|
+
"type": "URL"
|
|
1351
|
+
},
|
|
2788
1352
|
{
|
|
2789
1353
|
"type": "string"
|
|
2790
1354
|
}
|
|
2791
1355
|
],
|
|
2792
1356
|
"optional": false,
|
|
2793
|
-
"required":
|
|
1357
|
+
"required": false
|
|
2794
1358
|
}
|
|
2795
1359
|
],
|
|
2796
1360
|
"methods": [],
|
|
2797
1361
|
"events": [],
|
|
2798
1362
|
"listeners": [],
|
|
2799
1363
|
"styles": [],
|
|
2800
|
-
"slots": [
|
|
2801
|
-
|
|
2802
|
-
|
|
2803
|
-
|
|
2804
|
-
|
|
1364
|
+
"slots": [
|
|
1365
|
+
{
|
|
1366
|
+
"name": "default",
|
|
1367
|
+
"docs": "Slot for placing hidden descriptive text. If `url` is set, this text will serve as the accessible name of the link; otherwise, it will be used as the title of the SVG."
|
|
1368
|
+
}
|
|
2805
1369
|
],
|
|
1370
|
+
"parts": [],
|
|
1371
|
+
"dependents": [],
|
|
2806
1372
|
"dependencies": [],
|
|
2807
|
-
"dependencyGraph": {
|
|
2808
|
-
"post-breadcrumb": [
|
|
2809
|
-
"post-menu-trigger"
|
|
2810
|
-
],
|
|
2811
|
-
"post-language-switch": [
|
|
2812
|
-
"post-menu-trigger"
|
|
2813
|
-
]
|
|
2814
|
-
}
|
|
1373
|
+
"dependencyGraph": {}
|
|
2815
1374
|
},
|
|
2816
1375
|
{
|
|
2817
1376
|
"filePath": "src/components/post-popover/post-popover.tsx",
|
|
@@ -3092,6 +1651,29 @@
|
|
|
3092
1651
|
],
|
|
3093
1652
|
"usage": {},
|
|
3094
1653
|
"props": [
|
|
1654
|
+
{
|
|
1655
|
+
"name": "animation",
|
|
1656
|
+
"type": "\"pop-in\"",
|
|
1657
|
+
"complexType": {
|
|
1658
|
+
"original": "'pop-in' | null",
|
|
1659
|
+
"resolved": "\"pop-in\"",
|
|
1660
|
+
"references": {}
|
|
1661
|
+
},
|
|
1662
|
+
"mutable": false,
|
|
1663
|
+
"attr": "animation",
|
|
1664
|
+
"reflectToAttr": false,
|
|
1665
|
+
"docs": "Animation style",
|
|
1666
|
+
"docsTags": [],
|
|
1667
|
+
"default": "null",
|
|
1668
|
+
"values": [
|
|
1669
|
+
{
|
|
1670
|
+
"value": "pop-in",
|
|
1671
|
+
"type": "string"
|
|
1672
|
+
}
|
|
1673
|
+
],
|
|
1674
|
+
"optional": true,
|
|
1675
|
+
"required": false
|
|
1676
|
+
},
|
|
3095
1677
|
{
|
|
3096
1678
|
"name": "arrow",
|
|
3097
1679
|
"type": "boolean",
|
|
@@ -3103,7 +1685,7 @@
|
|
|
3103
1685
|
"mutable": false,
|
|
3104
1686
|
"attr": "arrow",
|
|
3105
1687
|
"reflectToAttr": false,
|
|
3106
|
-
"docs": "
|
|
1688
|
+
"docs": "Whether or not to display a little pointer arrow",
|
|
3107
1689
|
"docsTags": [],
|
|
3108
1690
|
"default": "false",
|
|
3109
1691
|
"values": [
|
|
@@ -3125,7 +1707,7 @@
|
|
|
3125
1707
|
"mutable": false,
|
|
3126
1708
|
"attr": "edge-gap",
|
|
3127
1709
|
"reflectToAttr": false,
|
|
3128
|
-
"docs": "Gap between the edge of the page and the
|
|
1710
|
+
"docs": "Gap between the edge of the page and the popovercontainer",
|
|
3129
1711
|
"docsTags": [],
|
|
3130
1712
|
"default": "8",
|
|
3131
1713
|
"values": [
|
|
@@ -3153,7 +1735,7 @@
|
|
|
3153
1735
|
"mutable": false,
|
|
3154
1736
|
"attr": "placement",
|
|
3155
1737
|
"reflectToAttr": false,
|
|
3156
|
-
"docs": "Defines the placement of the
|
|
1738
|
+
"docs": "Defines the placement of the popovercontainer according to the floating-ui options available at https://floating-ui.com/docs/computePosition#placement.\nPopovercontainers 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.",
|
|
3157
1739
|
"docsTags": [],
|
|
3158
1740
|
"default": "'top'",
|
|
3159
1741
|
"values": [
|
|
@@ -3208,6 +1790,32 @@
|
|
|
3208
1790
|
],
|
|
3209
1791
|
"optional": true,
|
|
3210
1792
|
"required": false
|
|
1793
|
+
},
|
|
1794
|
+
{
|
|
1795
|
+
"name": "safeSpace",
|
|
1796
|
+
"type": "\"trapezoid\" | \"triangle\"",
|
|
1797
|
+
"complexType": {
|
|
1798
|
+
"original": "'triangle' | 'trapezoid'",
|
|
1799
|
+
"resolved": "\"trapezoid\" | \"triangle\"",
|
|
1800
|
+
"references": {}
|
|
1801
|
+
},
|
|
1802
|
+
"mutable": false,
|
|
1803
|
+
"attr": "safe-space",
|
|
1804
|
+
"reflectToAttr": true,
|
|
1805
|
+
"docs": "Enables a safespace through which the cursor can be moved without the popover being disabled",
|
|
1806
|
+
"docsTags": [],
|
|
1807
|
+
"values": [
|
|
1808
|
+
{
|
|
1809
|
+
"value": "trapezoid",
|
|
1810
|
+
"type": "string"
|
|
1811
|
+
},
|
|
1812
|
+
{
|
|
1813
|
+
"value": "triangle",
|
|
1814
|
+
"type": "string"
|
|
1815
|
+
}
|
|
1816
|
+
],
|
|
1817
|
+
"optional": true,
|
|
1818
|
+
"required": false
|
|
3211
1819
|
}
|
|
3212
1820
|
],
|
|
3213
1821
|
"methods": [
|
|
@@ -3230,7 +1838,7 @@
|
|
|
3230
1838
|
},
|
|
3231
1839
|
"signature": "hide() => Promise<void>",
|
|
3232
1840
|
"parameters": [],
|
|
3233
|
-
"docs": "Programmatically hide
|
|
1841
|
+
"docs": "Programmatically hide the popovercontainer",
|
|
3234
1842
|
"docsTags": []
|
|
3235
1843
|
},
|
|
3236
1844
|
{
|
|
@@ -3245,7 +1853,7 @@
|
|
|
3245
1853
|
{
|
|
3246
1854
|
"name": "target",
|
|
3247
1855
|
"type": "HTMLElement",
|
|
3248
|
-
"docs": "An element with [data-
|
|
1856
|
+
"docs": "An element with [data-popover-target=\"id\"] where the popovercontainer should be shown"
|
|
3249
1857
|
}
|
|
3250
1858
|
],
|
|
3251
1859
|
"references": {
|
|
@@ -3265,14 +1873,14 @@
|
|
|
3265
1873
|
{
|
|
3266
1874
|
"name": "target",
|
|
3267
1875
|
"type": "HTMLElement",
|
|
3268
|
-
"docs": "An element with [data-
|
|
1876
|
+
"docs": "An element with [data-popover-target=\"id\"] where the popovercontainer should be shown"
|
|
3269
1877
|
}
|
|
3270
1878
|
],
|
|
3271
|
-
"docs": "Programmatically display the
|
|
1879
|
+
"docs": "Programmatically display the popovercontainer",
|
|
3272
1880
|
"docsTags": [
|
|
3273
1881
|
{
|
|
3274
1882
|
"name": "param",
|
|
3275
|
-
"text": "target An element with [data-
|
|
1883
|
+
"text": "target An element with [data-popover-target=\"id\"] where the popovercontainer should be shown"
|
|
3276
1884
|
}
|
|
3277
1885
|
]
|
|
3278
1886
|
},
|
|
@@ -3288,7 +1896,7 @@
|
|
|
3288
1896
|
{
|
|
3289
1897
|
"name": "target",
|
|
3290
1898
|
"type": "HTMLElement",
|
|
3291
|
-
"docs": "An element with [data-
|
|
1899
|
+
"docs": "An element with [data-popover-target=\"id\"] where the popovercontainer should be shown"
|
|
3292
1900
|
},
|
|
3293
1901
|
{
|
|
3294
1902
|
"name": "force",
|
|
@@ -3313,7 +1921,7 @@
|
|
|
3313
1921
|
{
|
|
3314
1922
|
"name": "target",
|
|
3315
1923
|
"type": "HTMLElement",
|
|
3316
|
-
"docs": "An element with [data-
|
|
1924
|
+
"docs": "An element with [data-popover-target=\"id\"] where the popovercontainer should be shown"
|
|
3317
1925
|
},
|
|
3318
1926
|
{
|
|
3319
1927
|
"name": "force",
|
|
@@ -3321,11 +1929,11 @@
|
|
|
3321
1929
|
"docs": "Pass true to always show or false to always hide"
|
|
3322
1930
|
}
|
|
3323
1931
|
],
|
|
3324
|
-
"docs": "Toggle
|
|
1932
|
+
"docs": "Toggle popovercontainer display",
|
|
3325
1933
|
"docsTags": [
|
|
3326
1934
|
{
|
|
3327
1935
|
"name": "param",
|
|
3328
|
-
"text": "target An element with [data-
|
|
1936
|
+
"text": "target An element with [data-popover-target=\"id\"] where the popovercontainer should be shown"
|
|
3329
1937
|
},
|
|
3330
1938
|
{
|
|
3331
1939
|
"name": "param",
|
|
@@ -3346,7 +1954,7 @@
|
|
|
3346
1954
|
},
|
|
3347
1955
|
"cancelable": true,
|
|
3348
1956
|
"composed": true,
|
|
3349
|
-
"docs": "Fires whenever the
|
|
1957
|
+
"docs": "Fires whenever the popovercontainer gets shown or hidden, passing the new state in event.details as a boolean",
|
|
3350
1958
|
"docsTags": []
|
|
3351
1959
|
}
|
|
3352
1960
|
],
|
|
@@ -3360,19 +1968,11 @@
|
|
|
3360
1968
|
],
|
|
3361
1969
|
"parts": [],
|
|
3362
1970
|
"dependents": [
|
|
3363
|
-
"post-megadropdown",
|
|
3364
|
-
"post-menu",
|
|
3365
1971
|
"post-popover",
|
|
3366
1972
|
"post-tooltip"
|
|
3367
1973
|
],
|
|
3368
1974
|
"dependencies": [],
|
|
3369
1975
|
"dependencyGraph": {
|
|
3370
|
-
"post-megadropdown": [
|
|
3371
|
-
"post-popovercontainer"
|
|
3372
|
-
],
|
|
3373
|
-
"post-menu": [
|
|
3374
|
-
"post-popovercontainer"
|
|
3375
|
-
],
|
|
3376
1976
|
"post-popover": [
|
|
3377
1977
|
"post-popovercontainer"
|
|
3378
1978
|
],
|
|
@@ -3796,7 +2396,7 @@
|
|
|
3796
2396
|
"mutable": false,
|
|
3797
2397
|
"attr": "icon",
|
|
3798
2398
|
"reflectToAttr": false,
|
|
3799
|
-
"docs": "Defines the icon `name` inside of the component.\n<span className=\"
|
|
2399
|
+
"docs": "Defines the icon `name` inside of the component.\n<span className=\"alert alert-sm alert-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>.",
|
|
3800
2400
|
"docsTags": [],
|
|
3801
2401
|
"default": "null",
|
|
3802
2402
|
"values": [
|
|
@@ -3895,66 +2495,37 @@
|
|
|
3895
2495
|
}
|
|
3896
2496
|
},
|
|
3897
2497
|
{
|
|
3898
|
-
"filePath": "src/components/post-
|
|
2498
|
+
"filePath": "src/components/post-tooltip/post-tooltip.tsx",
|
|
3899
2499
|
"encapsulation": "shadow",
|
|
3900
|
-
"tag": "post-
|
|
3901
|
-
"readme": "# post-
|
|
2500
|
+
"tag": "post-tooltip",
|
|
2501
|
+
"readme": "# post-tooltip\n\n\n",
|
|
3902
2502
|
"docs": "",
|
|
3903
|
-
"docsTags": [
|
|
3904
|
-
{
|
|
3905
|
-
"name": "slot",
|
|
3906
|
-
"text": "default - Slot for the content of the button."
|
|
3907
|
-
}
|
|
3908
|
-
],
|
|
2503
|
+
"docsTags": [],
|
|
3909
2504
|
"usage": {},
|
|
3910
2505
|
"props": [
|
|
3911
2506
|
{
|
|
3912
|
-
"name": "
|
|
3913
|
-
"type": "
|
|
2507
|
+
"name": "animation",
|
|
2508
|
+
"type": "\"pop-in\"",
|
|
3914
2509
|
"complexType": {
|
|
3915
|
-
"original": "
|
|
3916
|
-
"resolved": "
|
|
2510
|
+
"original": "'pop-in' | null",
|
|
2511
|
+
"resolved": "\"pop-in\"",
|
|
3917
2512
|
"references": {}
|
|
3918
2513
|
},
|
|
3919
|
-
"mutable":
|
|
3920
|
-
"attr": "
|
|
2514
|
+
"mutable": false,
|
|
2515
|
+
"attr": "animation",
|
|
3921
2516
|
"reflectToAttr": false,
|
|
3922
|
-
"docs": "
|
|
2517
|
+
"docs": "Choose a tooltip animation",
|
|
3923
2518
|
"docsTags": [],
|
|
3924
|
-
"default": "
|
|
2519
|
+
"default": "null",
|
|
3925
2520
|
"values": [
|
|
3926
2521
|
{
|
|
3927
|
-
"
|
|
2522
|
+
"value": "pop-in",
|
|
2523
|
+
"type": "string"
|
|
3928
2524
|
}
|
|
3929
2525
|
],
|
|
3930
|
-
"optional":
|
|
2526
|
+
"optional": true,
|
|
3931
2527
|
"required": false
|
|
3932
|
-
}
|
|
3933
|
-
],
|
|
3934
|
-
"methods": [],
|
|
3935
|
-
"events": [],
|
|
3936
|
-
"listeners": [],
|
|
3937
|
-
"styles": [],
|
|
3938
|
-
"slots": [
|
|
3939
|
-
{
|
|
3940
|
-
"name": "default",
|
|
3941
|
-
"docs": "Slot for the content of the button."
|
|
3942
|
-
}
|
|
3943
|
-
],
|
|
3944
|
-
"parts": [],
|
|
3945
|
-
"dependents": [],
|
|
3946
|
-
"dependencies": [],
|
|
3947
|
-
"dependencyGraph": {}
|
|
3948
|
-
},
|
|
3949
|
-
{
|
|
3950
|
-
"filePath": "src/components/post-tooltip/post-tooltip.tsx",
|
|
3951
|
-
"encapsulation": "shadow",
|
|
3952
|
-
"tag": "post-tooltip",
|
|
3953
|
-
"readme": "# post-tooltip\n\n\n",
|
|
3954
|
-
"docs": "",
|
|
3955
|
-
"docsTags": [],
|
|
3956
|
-
"usage": {},
|
|
3957
|
-
"props": [
|
|
2528
|
+
},
|
|
3958
2529
|
{
|
|
3959
2530
|
"name": "arrow",
|
|
3960
2531
|
"type": "boolean",
|
|
@@ -3966,9 +2537,9 @@
|
|
|
3966
2537
|
"mutable": false,
|
|
3967
2538
|
"attr": "arrow",
|
|
3968
2539
|
"reflectToAttr": false,
|
|
3969
|
-
"docs": "
|
|
2540
|
+
"docs": "Whether or not to display a little pointer arrow",
|
|
3970
2541
|
"docsTags": [],
|
|
3971
|
-
"default": "
|
|
2542
|
+
"default": "false",
|
|
3972
2543
|
"values": [
|
|
3973
2544
|
{
|
|
3974
2545
|
"type": "boolean"
|
|
@@ -3978,17 +2549,17 @@
|
|
|
3978
2549
|
"required": false
|
|
3979
2550
|
},
|
|
3980
2551
|
{
|
|
3981
|
-
"name": "
|
|
2552
|
+
"name": "open",
|
|
3982
2553
|
"type": "boolean",
|
|
3983
2554
|
"complexType": {
|
|
3984
2555
|
"original": "boolean",
|
|
3985
2556
|
"resolved": "boolean",
|
|
3986
2557
|
"references": {}
|
|
3987
2558
|
},
|
|
3988
|
-
"mutable":
|
|
3989
|
-
"attr": "
|
|
3990
|
-
"reflectToAttr":
|
|
3991
|
-
"docs": "
|
|
2559
|
+
"mutable": true,
|
|
2560
|
+
"attr": "open",
|
|
2561
|
+
"reflectToAttr": true,
|
|
2562
|
+
"docs": "Indicates the open state of the tooltip",
|
|
3992
2563
|
"docsTags": [],
|
|
3993
2564
|
"default": "false",
|
|
3994
2565
|
"values": [
|
|
@@ -4016,7 +2587,7 @@
|
|
|
4016
2587
|
"mutable": false,
|
|
4017
2588
|
"attr": "placement",
|
|
4018
2589
|
"reflectToAttr": false,
|
|
4019
|
-
"docs": "Defines the
|
|
2590
|
+
"docs": "Defines the position of the tooltip relative to its trigger.\nTooltips are automatically flipped to the opposite side if there is not enough available space and are shifted towards the viewport if they would overlap edge boundaries.\nFor supported values and behavior details, see the [Floating UI placement documentation](https://floating-ui.com/docs/computePosition#placement).",
|
|
4020
2591
|
"docsTags": [],
|
|
4021
2592
|
"default": "'top'",
|
|
4022
2593
|
"values": [
|
|
@@ -4093,7 +2664,7 @@
|
|
|
4093
2664
|
},
|
|
4094
2665
|
"signature": "hide() => Promise<void>",
|
|
4095
2666
|
"parameters": [],
|
|
4096
|
-
"docs": "Programmatically hide this tooltip",
|
|
2667
|
+
"docs": "Programmatically hide this tooltip.",
|
|
4097
2668
|
"docsTags": []
|
|
4098
2669
|
},
|
|
4099
2670
|
{
|
|
@@ -4103,17 +2674,12 @@
|
|
|
4103
2674
|
"docs": ""
|
|
4104
2675
|
},
|
|
4105
2676
|
"complexType": {
|
|
4106
|
-
"signature": "(target: HTMLElement
|
|
2677
|
+
"signature": "(target: HTMLElement) => Promise<void>",
|
|
4107
2678
|
"parameters": [
|
|
4108
2679
|
{
|
|
4109
2680
|
"name": "target",
|
|
4110
2681
|
"type": "HTMLElement",
|
|
4111
|
-
"docs": "An element
|
|
4112
|
-
},
|
|
4113
|
-
{
|
|
4114
|
-
"name": "triggeredByFocus",
|
|
4115
|
-
"type": "boolean",
|
|
4116
|
-
"docs": "A boolean indicating if the tooltip was triggered by a focus event."
|
|
2682
|
+
"docs": "An element where the tooltip should be shown"
|
|
4117
2683
|
}
|
|
4118
2684
|
],
|
|
4119
2685
|
"references": {
|
|
@@ -4128,28 +2694,19 @@
|
|
|
4128
2694
|
},
|
|
4129
2695
|
"return": "Promise<void>"
|
|
4130
2696
|
},
|
|
4131
|
-
"signature": "show(target: HTMLElement
|
|
2697
|
+
"signature": "show(target: HTMLElement) => Promise<void>",
|
|
4132
2698
|
"parameters": [
|
|
4133
2699
|
{
|
|
4134
2700
|
"name": "target",
|
|
4135
2701
|
"type": "HTMLElement",
|
|
4136
|
-
"docs": "An element
|
|
4137
|
-
},
|
|
4138
|
-
{
|
|
4139
|
-
"name": "triggeredByFocus",
|
|
4140
|
-
"type": "boolean",
|
|
4141
|
-
"docs": "A boolean indicating if the tooltip was triggered by a focus event."
|
|
2702
|
+
"docs": "An element where the tooltip should be shown"
|
|
4142
2703
|
}
|
|
4143
2704
|
],
|
|
4144
|
-
"docs": "Programmatically display the tooltip",
|
|
2705
|
+
"docs": "Programmatically display the tooltip.",
|
|
4145
2706
|
"docsTags": [
|
|
4146
2707
|
{
|
|
4147
2708
|
"name": "param",
|
|
4148
|
-
"text": "target An element
|
|
4149
|
-
},
|
|
4150
|
-
{
|
|
4151
|
-
"name": "param",
|
|
4152
|
-
"text": "triggeredByFocus A boolean indicating if the tooltip was triggered by a focus event."
|
|
2709
|
+
"text": "target An element where the tooltip should be shown"
|
|
4153
2710
|
}
|
|
4154
2711
|
]
|
|
4155
2712
|
},
|
|
@@ -4165,7 +2722,7 @@
|
|
|
4165
2722
|
{
|
|
4166
2723
|
"name": "target",
|
|
4167
2724
|
"type": "HTMLElement",
|
|
4168
|
-
"docs": "An element
|
|
2725
|
+
"docs": "An element where the tooltip should be shown"
|
|
4169
2726
|
},
|
|
4170
2727
|
{
|
|
4171
2728
|
"name": "force",
|
|
@@ -4190,7 +2747,7 @@
|
|
|
4190
2747
|
{
|
|
4191
2748
|
"name": "target",
|
|
4192
2749
|
"type": "HTMLElement",
|
|
4193
|
-
"docs": "An element
|
|
2750
|
+
"docs": "An element where the tooltip should be shown"
|
|
4194
2751
|
},
|
|
4195
2752
|
{
|
|
4196
2753
|
"name": "force",
|
|
@@ -4198,11 +2755,11 @@
|
|
|
4198
2755
|
"docs": "Pass true to always show or false to always hide"
|
|
4199
2756
|
}
|
|
4200
2757
|
],
|
|
4201
|
-
"docs": "Toggle tooltip display",
|
|
2758
|
+
"docs": "Toggle tooltip display.",
|
|
4202
2759
|
"docsTags": [
|
|
4203
2760
|
{
|
|
4204
2761
|
"name": "param",
|
|
4205
|
-
"text": "target An element
|
|
2762
|
+
"text": "target An element where the tooltip should be shown"
|
|
4206
2763
|
},
|
|
4207
2764
|
{
|
|
4208
2765
|
"name": "param",
|
|
@@ -4225,6 +2782,79 @@
|
|
|
4225
2782
|
"post-popovercontainer"
|
|
4226
2783
|
]
|
|
4227
2784
|
}
|
|
2785
|
+
},
|
|
2786
|
+
{
|
|
2787
|
+
"filePath": "src/components/post-tooltip-trigger/post-tooltip-trigger.tsx",
|
|
2788
|
+
"encapsulation": "shadow",
|
|
2789
|
+
"tag": "post-tooltip-trigger",
|
|
2790
|
+
"readme": "# post-tooltip\n\n\n",
|
|
2791
|
+
"docs": "",
|
|
2792
|
+
"docsTags": [
|
|
2793
|
+
{
|
|
2794
|
+
"name": "slot",
|
|
2795
|
+
"text": "default - Content to trigger the tooltip. Can contain any focusable element or will be made focusable automatically."
|
|
2796
|
+
}
|
|
2797
|
+
],
|
|
2798
|
+
"usage": {},
|
|
2799
|
+
"props": [
|
|
2800
|
+
{
|
|
2801
|
+
"name": "delay",
|
|
2802
|
+
"type": "number",
|
|
2803
|
+
"complexType": {
|
|
2804
|
+
"original": "number",
|
|
2805
|
+
"resolved": "number",
|
|
2806
|
+
"references": {}
|
|
2807
|
+
},
|
|
2808
|
+
"mutable": false,
|
|
2809
|
+
"attr": "delay",
|
|
2810
|
+
"reflectToAttr": false,
|
|
2811
|
+
"docs": "Delay (in milliseconds) before the tooltip is shown.",
|
|
2812
|
+
"docsTags": [],
|
|
2813
|
+
"default": "0",
|
|
2814
|
+
"values": [
|
|
2815
|
+
{
|
|
2816
|
+
"type": "number"
|
|
2817
|
+
}
|
|
2818
|
+
],
|
|
2819
|
+
"optional": false,
|
|
2820
|
+
"required": false
|
|
2821
|
+
},
|
|
2822
|
+
{
|
|
2823
|
+
"name": "for",
|
|
2824
|
+
"type": "string",
|
|
2825
|
+
"complexType": {
|
|
2826
|
+
"original": "string",
|
|
2827
|
+
"resolved": "string",
|
|
2828
|
+
"references": {}
|
|
2829
|
+
},
|
|
2830
|
+
"mutable": false,
|
|
2831
|
+
"attr": "for",
|
|
2832
|
+
"reflectToAttr": true,
|
|
2833
|
+
"docs": "ID of the tooltip element that this trigger is linked to.",
|
|
2834
|
+
"docsTags": [],
|
|
2835
|
+
"values": [
|
|
2836
|
+
{
|
|
2837
|
+
"type": "string"
|
|
2838
|
+
}
|
|
2839
|
+
],
|
|
2840
|
+
"optional": false,
|
|
2841
|
+
"required": true
|
|
2842
|
+
}
|
|
2843
|
+
],
|
|
2844
|
+
"methods": [],
|
|
2845
|
+
"events": [],
|
|
2846
|
+
"listeners": [],
|
|
2847
|
+
"styles": [],
|
|
2848
|
+
"slots": [
|
|
2849
|
+
{
|
|
2850
|
+
"name": "default",
|
|
2851
|
+
"docs": "Content to trigger the tooltip. Can contain any focusable element or will be made focusable automatically."
|
|
2852
|
+
}
|
|
2853
|
+
],
|
|
2854
|
+
"parts": [],
|
|
2855
|
+
"dependents": [],
|
|
2856
|
+
"dependencies": [],
|
|
2857
|
+
"dependencyGraph": {}
|
|
4228
2858
|
}
|
|
4229
2859
|
],
|
|
4230
2860
|
"typeLibrary": {
|
|
@@ -4233,15 +2863,10 @@
|
|
|
4233
2863
|
"docstring": "",
|
|
4234
2864
|
"path": "src/types/index.ts"
|
|
4235
2865
|
},
|
|
4236
|
-
"src/components/post-
|
|
4237
|
-
"declaration": "\"
|
|
4238
|
-
"docstring": "",
|
|
4239
|
-
"path": "src/components/post-banner/banner-types.ts"
|
|
4240
|
-
},
|
|
4241
|
-
"src/components/post-language-switch/switch-variants.ts::SwitchVariant": {
|
|
4242
|
-
"declaration": "\"list\" | \"dropdown\"",
|
|
2866
|
+
"src/components/post-alert/alert-types.ts::AlertType": {
|
|
2867
|
+
"declaration": "\"primary\" | \"success\" | \"warning\" | \"danger\" | \"info\" | \"gray\"",
|
|
4243
2868
|
"docstring": "",
|
|
4244
|
-
"path": "src/components/post-
|
|
2869
|
+
"path": "src/components/post-alert/alert-types.ts"
|
|
4245
2870
|
},
|
|
4246
2871
|
"../../node_modules/.pnpm/@floating-ui+dom@1.6.8/node_modules/@floating-ui/dom/dist/floating-ui.dom.d.ts::Placement": {
|
|
4247
2872
|
"declaration": "any",
|