@swisspost/design-system-components 10.0.0-next.55 → 10.0.0-next.56
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/{esm/breakpoints-CJ80BZ06.js → cjs/breakpoints-Df03Ct7n.js} +103 -5
- package/dist/cjs/debounce-BsIBi_-2.js +13 -0
- package/dist/cjs/environment-BQE9Unf_.js +52 -0
- package/dist/cjs/{event-from-CLvtSUKf.js → event-from-CwMw19f8.js} +2 -2
- package/dist/cjs/fade-CPQhl1fP.js +26 -0
- package/dist/cjs/fade-slide-dPhQa-I1.js +38 -0
- package/dist/cjs/{get-focusable-children-Bx63XUQg.js → get-focusable-children-ChETM1wK.js} +29 -21
- package/dist/cjs/{get-root-CyMf3Vsd.js → get-root-CUAv4k4C.js} +2 -2
- package/dist/cjs/{index-B4gYpuJF.js → index-CKNxhb0S.js} +21 -13
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/{package-DkJrv93P.js → package-CY7IOoiw.js} +1 -1
- package/dist/cjs/post-accordion_2.cjs.entry.js +11 -11
- package/dist/cjs/post-avatar.cjs.entry.js +10 -10
- package/dist/cjs/post-back-to-top.cjs.entry.js +16 -40
- package/dist/cjs/post-banner.cjs.entry.js +11 -10
- package/dist/cjs/post-breadcrumb-item_2.cjs.entry.js +7 -7
- package/dist/cjs/post-breadcrumbs.cjs.entry.js +22 -31
- package/dist/cjs/post-card-control.cjs.entry.js +16 -16
- package/dist/cjs/{post-closebutton_15.cjs.entry.js → post-closebutton_13.cjs.entry.js} +481 -484
- package/dist/cjs/post-collapsible_2.cjs.entry.js +33 -33
- package/dist/cjs/post-components.cjs.js +2 -2
- package/dist/cjs/post-env-test.cjs.entry.js +15 -0
- package/dist/cjs/post-footer.cjs.entry.js +21 -19
- package/dist/cjs/post-linkarea.cjs.entry.js +3 -3
- package/dist/cjs/post-pagination.cjs.entry.js +589 -0
- package/dist/cjs/post-popover-trigger.cjs.entry.js +46 -30
- package/dist/cjs/post-popover.cjs.entry.js +11 -11
- package/dist/cjs/post-rating.cjs.entry.js +13 -13
- package/dist/cjs/post-stepper-item.cjs.entry.js +4 -4
- package/dist/cjs/post-stepper.cjs.entry.js +29 -26
- package/dist/cjs/post-tab-item.cjs.entry.js +49 -0
- package/dist/cjs/post-tab-panel.cjs.entry.js +9 -9
- package/dist/cjs/post-tabs.cjs.entry.js +191 -38
- package/dist/cjs/post-tooltip-trigger.cjs.entry.js +8 -8
- package/dist/cjs/post-tooltip.cjs.entry.js +6 -6
- package/dist/cjs/utils-s05L2ulk.js +26 -0
- package/dist/collection/animations/collapse.js +3 -3
- package/dist/collection/animations/fade-slide.js +33 -0
- package/dist/collection/animations/fade.js +19 -7
- package/dist/collection/animations/index.js +2 -0
- package/dist/collection/animations/slide.js +25 -21
- package/dist/collection/animations/types.js +14 -0
- package/dist/collection/animations/utils.js +8 -0
- package/dist/collection/collection-manifest.json +6 -6
- package/dist/collection/components/post-accordion/post-accordion.css +1 -1
- package/dist/collection/components/post-accordion-item/post-accordion-item.css +1 -1
- package/dist/collection/components/post-accordion-item/post-accordion-item.js +4 -4
- package/dist/collection/components/post-avatar/post-avatar.js +1 -1
- package/dist/collection/components/post-back-to-top/post-back-to-top.js +14 -14
- package/dist/collection/components/post-banner/post-banner.css +4 -1
- package/dist/collection/components/post-banner/post-banner.js +3 -3
- package/dist/collection/components/post-breadcrumb-item/post-breadcrumb-item.js +1 -1
- package/dist/collection/components/post-breadcrumbs/post-breadcrumbs.js +24 -24
- package/dist/collection/components/post-card-control/post-card-control.js +2 -2
- package/dist/collection/components/post-closebutton/post-closebutton.css +1 -1
- package/dist/collection/components/post-closebutton/post-closebutton.js +1 -1
- package/dist/collection/components/post-collapsible/post-collapsible.js +27 -27
- package/dist/collection/components/post-collapsible-trigger/post-collapsible-trigger.js +1 -1
- package/dist/collection/components/post-footer/post-footer.css +1 -1
- package/dist/collection/components/post-footer/post-footer.js +17 -15
- package/dist/collection/components/post-header/post-header.css +1 -1
- package/dist/collection/components/post-header/post-header.js +113 -82
- package/dist/collection/components/post-icon/post-icon.js +6 -4
- package/dist/collection/components/post-language-menu/post-language-menu.css +1 -0
- package/dist/collection/components/{post-language-switch/post-language-switch.js → post-language-menu/post-language-menu.js} +23 -23
- package/dist/collection/components/post-language-menu-item/post-language-menu-item.css +1 -0
- package/dist/collection/components/{post-language-option/post-language-option.js → post-language-menu-item/post-language-menu-item.js} +13 -13
- package/dist/collection/components/post-linkarea/post-linkarea.js +1 -1
- package/dist/collection/components/post-logo/post-logo.css +3 -1
- package/dist/collection/components/post-logo/post-logo.js +1 -1
- package/dist/collection/components/post-mainnavigation/post-mainnavigation.css +1 -1
- package/dist/collection/components/post-mainnavigation/post-mainnavigation.js +41 -29
- package/dist/collection/components/post-megadropdown/post-megadropdown.css +1 -1
- package/dist/collection/components/post-megadropdown/post-megadropdown.js +183 -74
- package/dist/collection/components/post-megadropdown-trigger/post-megadropdown-trigger.css +3 -1
- package/dist/collection/components/post-megadropdown-trigger/post-megadropdown-trigger.js +79 -73
- package/dist/collection/components/post-menu/post-menu.css +1 -1
- package/dist/collection/components/post-menu/post-menu.js +34 -34
- package/dist/collection/components/post-menu-item/post-menu-item.js +1 -1
- package/dist/collection/components/post-menu-trigger/post-menu-trigger.js +1 -1
- package/dist/collection/components/post-pagination/post-pagination.css +1 -0
- package/dist/collection/components/post-pagination/post-pagination.js +838 -0
- package/dist/collection/components/post-popover/post-popover.js +9 -9
- package/dist/collection/components/post-popover-trigger/post-popover-trigger.js +43 -27
- package/dist/collection/components/post-popovercontainer/post-popovercontainer.css +1 -1
- package/dist/collection/components/post-popovercontainer/post-popovercontainer.js +45 -92
- package/dist/collection/components/post-rating/post-rating.js +2 -2
- package/dist/collection/components/post-stepper/post-stepper.js +34 -31
- package/dist/collection/components/post-stepper-item/post-stepper-item.css +2 -2
- package/dist/collection/components/post-stepper-item/post-stepper-item.js +1 -1
- package/dist/collection/components/post-tab-item/post-tab-item.css +1 -0
- package/dist/collection/components/post-tab-item/post-tab-item.js +86 -0
- package/dist/collection/components/post-tab-panel/post-tab-panel.js +9 -9
- package/dist/collection/components/post-tabs/post-tabs.js +230 -57
- package/dist/collection/components/post-togglebutton/post-togglebutton.js +1 -1
- package/dist/collection/components/post-tooltip/post-tooltip.js +1 -1
- package/dist/collection/components/post-tooltip-trigger/post-tooltip-trigger.js +1 -1
- package/dist/collection/utils/environment.js +47 -2
- package/dist/collection/utils/event-from.js +2 -2
- package/dist/collection/utils/get-focusable-children.js +29 -21
- package/dist/collection/utils/is-motion-reduced.js +1 -1
- package/dist/collection/utils/tests/environment/hydrate-app-helper.js +16 -0
- package/dist/collection/utils/tests/environment/post-env-test.js +9 -0
- package/dist/component-names.json +4 -5
- package/dist/components/breakpoints.js +90 -3
- package/dist/components/debounce.js +11 -0
- package/dist/components/environment.js +49 -0
- package/dist/components/event-from.js +2 -2
- package/dist/components/fade-slide.js +36 -0
- package/dist/components/fade.js +21 -8
- package/dist/components/get-focusable-children.js +29 -21
- package/dist/components/get-root.js +1 -1
- package/dist/components/index.d.ts +10 -10
- package/dist/components/index.js +5 -5
- package/dist/components/package.js +1 -1
- package/dist/components/post-accordion-item2.js +4 -5
- package/dist/components/post-accordion2.js +2 -3
- package/dist/components/post-avatar.js +2 -3
- package/dist/components/post-back-to-top.js +14 -40
- package/dist/components/post-banner.js +5 -6
- package/dist/components/post-breadcrumb-item2.js +2 -3
- package/dist/components/post-breadcrumbs.js +23 -33
- package/dist/components/post-card-control.js +3 -4
- package/dist/components/post-closebutton2.js +3 -4
- package/dist/components/post-collapsible-trigger2.js +2 -3
- package/dist/components/post-collapsible2.js +25 -25
- package/dist/components/{post-list.d.ts → post-env-test.d.ts} +4 -4
- package/dist/components/post-env-test.js +31 -0
- package/dist/components/post-footer.js +17 -16
- package/dist/components/post-header.js +97 -95
- package/dist/components/post-icon2.js +8 -6
- package/dist/components/post-language-menu-item.d.ts +11 -0
- package/dist/components/post-language-menu-item.js +98 -0
- package/dist/components/{post-language-switch.d.ts → post-language-menu.d.ts} +4 -4
- package/dist/components/post-language-menu.js +156 -0
- package/dist/components/post-linkarea.js +1 -1
- package/dist/components/post-logo.js +3 -4
- package/dist/components/post-mainnavigation.js +21 -32
- package/dist/components/post-megadropdown-trigger.js +71 -78
- package/dist/components/post-megadropdown.js +182 -77
- package/dist/components/post-menu-item2.js +1 -1
- package/dist/components/post-menu-trigger2.js +2 -3
- package/dist/components/post-menu2.js +34 -35
- package/dist/components/{post-tab-header.d.ts → post-pagination.d.ts} +4 -4
- package/dist/components/post-pagination.js +635 -0
- package/dist/components/post-popover-trigger.js +41 -26
- package/dist/components/post-popover.js +8 -9
- package/dist/components/post-popovercontainer2.js +44 -40
- package/dist/components/post-rating.js +2 -3
- package/dist/components/post-stepper-item.js +2 -2
- package/dist/components/post-stepper.js +31 -29
- package/dist/components/{post-list-item.d.ts → post-tab-item.d.ts} +4 -4
- package/dist/components/post-tab-item.js +70 -0
- package/dist/components/post-tab-panel.js +8 -9
- package/dist/components/post-tabs.js +192 -37
- package/dist/components/post-togglebutton.js +1 -51
- package/dist/components/post-togglebutton2.js +53 -0
- package/dist/components/post-tooltip-trigger.js +3 -3
- package/dist/components/post-tooltip.js +2 -3
- package/dist/components/react/index.js +1 -1
- package/dist/{cjs/breakpoints-CEkeixld.js → components/react/p-B8YiQ3mz.js} +89 -6
- package/dist/components/react/{p-DBPOV12C.js → p-BOLlAY91.js} +9 -7
- package/dist/components/react/p-BVCjnh6Q.js +36 -0
- package/dist/components/react/{p-CBFgkSgY.js → p-BVGcVycs.js} +1 -1
- package/dist/components/react/{p-LtiDhYis.js → p-BYCGzO-t.js} +5 -6
- package/dist/components/react/p-C9hMpmsD.js +11 -0
- package/dist/components/react/{p-BVXiQdHq.js → p-CJ13r5fi.js} +29 -21
- package/dist/components/react/{p-CSAMO7iJ.js → p-CnZWXrbA.js} +39 -40
- package/dist/components/react/p-CoDiS_Ik.js +24 -0
- package/dist/components/react/p-CyniMNY-.js +54 -0
- package/dist/components/react/p-D5knoiyy.js +24 -0
- package/dist/components/react/{p-Djvj8fd2.js → p-DBO6FfHt.js} +4 -5
- package/dist/components/react/{p-Ccrl2AQn.js → p-DRfa3MOV.js} +26 -26
- package/dist/components/react/{p-Cwiv86_f.js → p-DYImHx0e.js} +4 -5
- package/dist/components/react/p-DZ5m2Ttg.js +3 -0
- package/dist/components/react/p-FxUVQ4Tx.js +49 -0
- package/dist/components/react/{p-D2waO0Zc.js → p-L36-yvgK.js} +2 -2
- package/dist/components/react/{p-CewRvBtg.js → p-NCAcc7ZZ.js} +4 -5
- package/dist/components/react/{p-DVGEExot.js → p-QNPIvxLq.js} +45 -41
- package/dist/components/react/{p-XrZzCOKT.js → p-_pLhqTys.js} +5 -6
- package/dist/components/react/p-c6yNOQwn.js +113 -0
- package/dist/components/react/{p-CzIKqBrS.js → p-rEfV4v4a.js} +2 -2
- package/dist/components/react/post-accordion-item.js +1 -1
- package/dist/components/react/post-accordion.js +1 -1
- package/dist/components/react/post-avatar.js +3 -4
- package/dist/components/react/post-back-to-top.js +16 -42
- package/dist/components/react/post-banner.js +7 -8
- package/dist/components/react/post-breadcrumb-item.js +1 -1
- package/dist/components/react/post-breadcrumbs.js +30 -40
- package/dist/components/react/post-card-control.js +5 -6
- package/dist/components/react/post-closebutton.js +1 -1
- package/dist/components/react/post-collapsible-trigger.js +1 -1
- package/dist/components/react/post-collapsible.js +1 -1
- package/dist/components/react/{post-list.d.ts → post-env-test.d.ts} +4 -4
- package/dist/components/react/post-env-test.js +32 -0
- package/dist/components/react/post-footer.js +23 -22
- package/dist/components/react/post-header.js +99 -97
- package/dist/components/react/post-icon.js +1 -1
- package/dist/components/react/post-language-menu-item.d.ts +11 -0
- package/dist/components/react/post-language-menu-item.js +99 -0
- package/dist/components/react/{post-language-option.d.ts → post-language-menu.d.ts} +4 -4
- package/dist/components/react/post-language-menu.js +157 -0
- package/dist/components/react/post-linkarea.js +2 -2
- package/dist/components/react/post-logo.js +4 -5
- package/dist/components/react/post-mainnavigation.js +23 -34
- package/dist/components/react/post-megadropdown-trigger.js +73 -80
- package/dist/components/react/post-megadropdown.js +184 -79
- package/dist/components/react/post-menu-item.js +1 -1
- package/dist/components/react/post-menu-trigger.js +1 -1
- package/dist/components/react/post-menu.js +1 -1
- package/dist/components/react/{post-tab-header.d.ts → post-pagination.d.ts} +4 -4
- package/dist/components/react/post-pagination.js +636 -0
- package/dist/components/react/post-popover-trigger.js +42 -27
- package/dist/components/react/post-popover.js +13 -14
- package/dist/components/react/post-popovercontainer.js +1 -1
- package/dist/components/react/post-rating.js +4 -5
- package/dist/components/react/post-stepper-item.js +3 -3
- package/dist/components/react/post-stepper.js +32 -30
- package/dist/components/react/{post-list-item.d.ts → post-tab-item.d.ts} +4 -4
- package/dist/components/react/post-tab-item.js +71 -0
- package/dist/components/react/post-tab-panel.js +9 -10
- package/dist/components/react/post-tabs.js +193 -38
- package/dist/components/react/post-togglebutton.js +1 -52
- package/dist/components/react/post-tooltip-trigger.js +4 -4
- package/dist/components/react/post-tooltip.js +4 -5
- package/dist/components/utils.js +24 -0
- package/dist/docs.json +854 -597
- package/dist/{components/react/p-CJ80BZ06.js → esm/breakpoints-DYoSKGHO.js} +90 -3
- package/dist/esm/debounce-C9hMpmsD.js +11 -0
- package/dist/esm/environment-CEmnRoA6.js +49 -0
- package/dist/esm/{event-from-CzIKqBrS.js → event-from-rEfV4v4a.js} +2 -2
- package/dist/esm/fade-DsgPYmAa.js +24 -0
- package/dist/esm/fade-slide-CvOvauo9.js +36 -0
- package/dist/esm/{get-focusable-children-D9ZHp2FP.js → get-focusable-children-BXNs2_sw.js} +29 -21
- package/dist/esm/{get-root-BkQ3CrLq.js → get-root-CXfAA093.js} +1 -1
- package/dist/esm/{index-wEFJ-c34.js → index-1ReqxAnI.js} +21 -13
- package/dist/esm/loader.js +3 -3
- package/dist/esm/package-DZ5m2Ttg.js +3 -0
- package/dist/esm/post-accordion_2.entry.js +9 -9
- package/dist/esm/post-avatar.entry.js +5 -5
- package/dist/esm/post-back-to-top.entry.js +16 -40
- package/dist/esm/post-banner.entry.js +10 -9
- package/dist/esm/post-breadcrumb-item_2.entry.js +6 -6
- package/dist/esm/post-breadcrumbs.entry.js +20 -29
- package/dist/esm/post-card-control.entry.js +6 -6
- package/dist/esm/{post-closebutton_15.entry.js → post-closebutton_13.entry.js} +462 -463
- package/dist/esm/post-collapsible_2.entry.js +30 -30
- package/dist/esm/post-components.js +3 -3
- package/dist/esm/post-env-test.entry.js +13 -0
- package/dist/esm/post-footer.entry.js +18 -16
- package/dist/esm/post-linkarea.entry.js +3 -3
- package/dist/esm/post-pagination.entry.js +587 -0
- package/dist/esm/post-popover-trigger.entry.js +44 -28
- package/dist/esm/post-popover.entry.js +10 -10
- package/dist/esm/post-rating.entry.js +5 -5
- package/dist/esm/post-stepper-item.entry.js +4 -4
- package/dist/esm/post-stepper.entry.js +28 -25
- package/dist/esm/post-tab-item.entry.js +47 -0
- package/dist/esm/post-tab-panel.entry.js +9 -9
- package/dist/esm/post-tabs.entry.js +191 -38
- package/dist/esm/post-tooltip-trigger.entry.js +5 -5
- package/dist/esm/post-tooltip.entry.js +5 -5
- package/dist/esm/utils-CoDiS_Ik.js +24 -0
- package/dist/post-components/{p-7f635728.entry.js → p-130eb074.entry.js} +1 -1
- package/dist/post-components/p-13d018fe.entry.js +1 -0
- package/dist/post-components/p-143e5a84.entry.js +1 -0
- package/dist/post-components/p-1ReqxAnI.js +2 -0
- package/dist/post-components/p-2b220851.entry.js +1 -0
- package/dist/post-components/{p-a9644e54.entry.js → p-390f111f.entry.js} +1 -1
- package/dist/post-components/p-3cf09fbd.entry.js +1 -0
- package/dist/post-components/p-52e584ca.entry.js +1 -0
- package/dist/post-components/p-56a4040c.entry.js +1 -0
- package/dist/post-components/p-675dab57.entry.js +1 -0
- package/dist/post-components/p-6857fd9d.entry.js +1 -0
- package/dist/post-components/p-7cd00e3e.entry.js +1 -0
- package/dist/post-components/p-7f5d2487.entry.js +1 -0
- package/dist/post-components/{p-cd03e6f2.entry.js → p-88201353.entry.js} +1 -1
- package/dist/post-components/p-89360cd1.entry.js +1 -0
- package/dist/post-components/p-B7ebLhHc.js +1 -0
- package/dist/post-components/p-BVCjnh6Q.js +1 -0
- package/dist/post-components/p-BXNs2_sw.js +1 -0
- package/dist/post-components/p-C9hMpmsD.js +1 -0
- package/dist/post-components/p-CEmnRoA6.js +1 -0
- package/dist/post-components/p-CoDiS_Ik.js +1 -0
- package/dist/post-components/p-D5knoiyy.js +1 -0
- package/dist/post-components/p-DI-h_mEL.js +1 -0
- package/dist/post-components/p-DZ5m2Ttg.js +1 -0
- package/dist/post-components/p-a740eaed.entry.js +1 -0
- package/dist/post-components/{p-57288cb2.entry.js → p-a79590f5.entry.js} +1 -1
- package/dist/post-components/p-b708d96a.entry.js +1 -0
- package/dist/post-components/p-bcf5786f.entry.js +1 -0
- package/dist/post-components/p-c92512f5.entry.js +1 -0
- package/dist/post-components/{p-af030a3a.entry.js → p-d7cb3a61.entry.js} +1 -1
- package/dist/post-components/p-d7f33813.entry.js +1 -0
- package/dist/post-components/p-da97ee21.entry.js +1 -0
- package/dist/post-components/{p-e62e1f57.entry.js → p-ed4db774.entry.js} +1 -1
- package/dist/post-components/post-components.css +1 -1
- package/dist/post-components/post-components.esm.js +1 -1
- package/dist/prebuild.js +46 -0
- package/dist/types/animations/collapse.d.ts +1 -0
- package/dist/types/animations/fade-slide.d.ts +11 -0
- package/dist/types/animations/fade.d.ts +2 -2
- package/dist/types/animations/index.d.ts +2 -0
- package/dist/types/animations/slide.d.ts +9 -2
- package/dist/types/animations/types.d.ts +13 -0
- package/dist/types/animations/utils.d.ts +2 -0
- package/dist/types/components/post-accordion-item/heading-levels.d.ts +1 -1
- package/dist/types/components/post-accordion-item/post-accordion-item.d.ts +2 -2
- package/dist/types/components/post-back-to-top/post-back-to-top.d.ts +2 -2
- package/dist/types/components/post-breadcrumbs/post-breadcrumbs.d.ts +6 -6
- package/dist/types/components/post-collapsible/post-collapsible.d.ts +4 -5
- package/dist/types/components/post-footer/post-footer.d.ts +4 -4
- package/dist/types/components/post-header/post-header.d.ts +18 -13
- package/dist/types/components/{post-language-switch/post-language-switch.d.ts → post-language-menu/post-language-menu.d.ts} +6 -6
- package/dist/types/components/{post-language-option/post-language-option.d.ts → post-language-menu-item/post-language-menu-item.d.ts} +5 -5
- package/dist/types/components/post-mainnavigation/post-mainnavigation.d.ts +6 -5
- package/dist/types/components/post-megadropdown/post-megadropdown.d.ts +20 -2
- package/dist/types/components/post-megadropdown-trigger/post-megadropdown-trigger.d.ts +17 -23
- package/dist/types/components/post-menu/post-menu.d.ts +4 -4
- package/dist/types/components/post-pagination/post-pagination.d.ts +224 -0
- package/dist/types/components/post-popover/post-popover.d.ts +3 -3
- package/dist/types/components/post-popover-trigger/post-popover-trigger.d.ts +2 -1
- package/dist/types/components/post-popovercontainer/post-popovercontainer.d.ts +13 -16
- package/dist/types/components/post-rating/post-rating.d.ts +1 -1
- package/dist/types/components/post-stepper/post-stepper.d.ts +9 -8
- package/dist/types/components/post-tab-item/post-tab-item.d.ts +19 -0
- package/dist/types/components/post-tab-panel/post-tab-panel.d.ts +3 -3
- package/dist/types/components/post-tabs/post-tabs.d.ts +33 -12
- package/dist/types/components.d.ts +311 -200
- package/dist/types/home/runner/work/design-system/design-system/packages/components/.stencil/prebuild.d.ts +9 -0
- package/dist/types/types/heading-levels.d.ts +1 -1
- package/dist/types/utils/environment.d.ts +25 -1
- package/dist/types/utils/get-focusable-children.d.ts +2 -2
- package/dist/types/utils/tests/environment/hydrate-app-helper.d.ts +5 -0
- package/dist/types/utils/tests/environment/post-env-test.d.ts +3 -0
- package/hydrate/index.js +1740 -863
- package/hydrate/index.mjs +1740 -863
- package/package.json +6 -7
- package/dist/cjs/fade-nS5zzDQS.js +0 -14
- package/dist/cjs/index-UFKR6Ok0.js +0 -98
- package/dist/cjs/post-tab-header.cjs.entry.js +0 -31
- package/dist/collection/animations/slide-and-fade.js +0 -25
- package/dist/collection/components/post-language-option/post-language-option.css +0 -1
- package/dist/collection/components/post-language-switch/post-language-switch.css +0 -1
- package/dist/collection/components/post-list/post-list.css +0 -1
- package/dist/collection/components/post-list/post-list.js +0 -97
- 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 -26
- package/dist/collection/components/post-tab-header/post-tab-header.css +0 -1
- package/dist/collection/components/post-tab-header/post-tab-header.js +0 -65
- package/dist/components/index2.js +0 -89
- package/dist/components/post-language-option.d.ts +0 -11
- package/dist/components/post-language-option.js +0 -99
- package/dist/components/post-language-switch.js +0 -157
- package/dist/components/post-list-item.js +0 -38
- package/dist/components/post-list.js +0 -61
- package/dist/components/post-tab-header.js +0 -52
- package/dist/components/react/p-BhxZzOEC.js +0 -3
- package/dist/components/react/p-CYkf_7Y5.js +0 -89
- package/dist/components/react/p-SbIC4aZX.js +0 -11
- package/dist/components/react/p-v3pOrMNQ.js +0 -114
- package/dist/components/react/post-language-option.js +0 -100
- package/dist/components/react/post-language-switch.d.ts +0 -11
- package/dist/components/react/post-language-switch.js +0 -158
- package/dist/components/react/post-list-item.js +0 -39
- package/dist/components/react/post-list.js +0 -62
- package/dist/components/react/post-tab-header.js +0 -53
- package/dist/esm/fade-SbIC4aZX.js +0 -11
- package/dist/esm/index-Beaz8wEe.js +0 -89
- package/dist/esm/package-BhxZzOEC.js +0 -3
- package/dist/esm/post-tab-header.entry.js +0 -29
- package/dist/post-components/p-01e678c9.entry.js +0 -1
- package/dist/post-components/p-034a453f.entry.js +0 -1
- package/dist/post-components/p-15a4cdbf.entry.js +0 -1
- package/dist/post-components/p-24dc54d1.entry.js +0 -1
- package/dist/post-components/p-2a2030bf.entry.js +0 -1
- package/dist/post-components/p-2ed84cc3.entry.js +0 -1
- package/dist/post-components/p-3228968f.entry.js +0 -1
- package/dist/post-components/p-3c01ddfe.entry.js +0 -1
- package/dist/post-components/p-748b1f01.entry.js +0 -1
- package/dist/post-components/p-7745e46e.entry.js +0 -1
- package/dist/post-components/p-82c178a3.entry.js +0 -1
- package/dist/post-components/p-9b5f8319.entry.js +0 -1
- package/dist/post-components/p-Beaz8wEe.js +0 -1
- package/dist/post-components/p-BhxZzOEC.js +0 -1
- package/dist/post-components/p-CBFgkSgY.js +0 -1
- package/dist/post-components/p-CJ80BZ06.js +0 -1
- package/dist/post-components/p-D9ZHp2FP.js +0 -1
- package/dist/post-components/p-SbIC4aZX.js +0 -1
- package/dist/post-components/p-b8ba8139.entry.js +0 -1
- package/dist/post-components/p-db935e8e.entry.js +0 -1
- package/dist/post-components/p-fb4b1641.entry.js +0 -1
- package/dist/post-components/p-wEFJ-c34.js +0 -2
- package/dist/types/animations/slide-and-fade.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-tab-header/post-tab-header.d.ts +0 -14
- /package/dist/collection/components/{post-language-switch → post-language-menu}/switch-variants.js +0 -0
- /package/dist/post-components/{p-CzIKqBrS.js → p-rEfV4v4a.js} +0 -0
- /package/dist/types/components/{post-language-switch → post-language-menu}/switch-variants.d.ts +0 -0
package/dist/docs.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "
|
|
2
|
+
"timestamp": "2026-01-05T08:24:20",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.35.0",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"filePath": "src/components/post-accordion/post-accordion.tsx",
|
|
11
11
|
"encapsulation": "shadow",
|
|
12
12
|
"tag": "post-accordion",
|
|
13
|
-
"readme": "# post-accordion\n
|
|
13
|
+
"readme": "# post-accordion\n",
|
|
14
14
|
"docs": "",
|
|
15
15
|
"docsTags": [
|
|
16
16
|
{
|
|
@@ -210,16 +210,16 @@
|
|
|
210
210
|
"filePath": "src/components/post-accordion-item/post-accordion-item.tsx",
|
|
211
211
|
"encapsulation": "shadow",
|
|
212
212
|
"tag": "post-accordion-item",
|
|
213
|
-
"readme": "# post-accordion-item\n
|
|
213
|
+
"readme": "# post-accordion-item\n",
|
|
214
214
|
"docs": "",
|
|
215
215
|
"docsTags": [
|
|
216
216
|
{
|
|
217
217
|
"name": "part",
|
|
218
|
-
"text": "button - The element that toggles the accordion item (header button)."
|
|
218
|
+
"text": "post-accordion-button - The element that toggles the accordion item (header button)."
|
|
219
219
|
},
|
|
220
220
|
{
|
|
221
221
|
"name": "part",
|
|
222
|
-
"text": "body - The
|
|
222
|
+
"text": "post-accordion-body - The element that holds the accordion item's content."
|
|
223
223
|
},
|
|
224
224
|
{
|
|
225
225
|
"name": "slot",
|
|
@@ -383,15 +383,11 @@
|
|
|
383
383
|
],
|
|
384
384
|
"parts": [
|
|
385
385
|
{
|
|
386
|
-
"name": "accordion-
|
|
387
|
-
"docs": ""
|
|
386
|
+
"name": "post-accordion-body",
|
|
387
|
+
"docs": "The element that holds the accordion item's content."
|
|
388
388
|
},
|
|
389
389
|
{
|
|
390
|
-
"name": "
|
|
391
|
-
"docs": "The container element that holds the accordion item's content."
|
|
392
|
-
},
|
|
393
|
-
{
|
|
394
|
-
"name": "button",
|
|
390
|
+
"name": "post-accordion-button",
|
|
395
391
|
"docs": "The element that toggles the accordion item (header button)."
|
|
396
392
|
}
|
|
397
393
|
],
|
|
@@ -563,13 +559,13 @@
|
|
|
563
559
|
"filePath": "src/components/post-back-to-top/post-back-to-top.tsx",
|
|
564
560
|
"encapsulation": "shadow",
|
|
565
561
|
"tag": "post-back-to-top",
|
|
566
|
-
"readme": "# post-back-to-top\n
|
|
562
|
+
"readme": "# post-back-to-top\n",
|
|
567
563
|
"docs": "",
|
|
568
564
|
"docsTags": [],
|
|
569
565
|
"usage": {},
|
|
570
566
|
"props": [
|
|
571
567
|
{
|
|
572
|
-
"name": "
|
|
568
|
+
"name": "textBackToTop",
|
|
573
569
|
"type": "string",
|
|
574
570
|
"complexType": {
|
|
575
571
|
"original": "string",
|
|
@@ -577,7 +573,7 @@
|
|
|
577
573
|
"references": {}
|
|
578
574
|
},
|
|
579
575
|
"mutable": false,
|
|
580
|
-
"attr": "
|
|
576
|
+
"attr": "text-back-to-top",
|
|
581
577
|
"reflectToAttr": true,
|
|
582
578
|
"docs": "The label of the back-to-top button, intended solely for accessibility purposes.\nThis label is always hidden from view.",
|
|
583
579
|
"docsTags": [],
|
|
@@ -612,7 +608,7 @@
|
|
|
612
608
|
"filePath": "src/components/post-banner/post-banner.tsx",
|
|
613
609
|
"encapsulation": "shadow",
|
|
614
610
|
"tag": "post-banner",
|
|
615
|
-
"readme": "# post-alert\n
|
|
611
|
+
"readme": "# post-alert\n",
|
|
616
612
|
"docs": "",
|
|
617
613
|
"docsTags": [
|
|
618
614
|
{
|
|
@@ -758,7 +754,7 @@
|
|
|
758
754
|
"filePath": "src/components/post-breadcrumb-item/post-breadcrumb-item.tsx",
|
|
759
755
|
"encapsulation": "shadow",
|
|
760
756
|
"tag": "post-breadcrumb-item",
|
|
761
|
-
"readme": "# post-breadcrumb-item\n
|
|
757
|
+
"readme": "# post-breadcrumb-item\n",
|
|
762
758
|
"docs": "",
|
|
763
759
|
"docsTags": [
|
|
764
760
|
{
|
|
@@ -830,13 +826,13 @@
|
|
|
830
826
|
"filePath": "src/components/post-breadcrumbs/post-breadcrumbs.tsx",
|
|
831
827
|
"encapsulation": "shadow",
|
|
832
828
|
"tag": "post-breadcrumbs",
|
|
833
|
-
"readme": "# post-breadcrumbs-new\n
|
|
829
|
+
"readme": "# post-breadcrumbs-new\n",
|
|
834
830
|
"docs": "",
|
|
835
831
|
"docsTags": [],
|
|
836
832
|
"usage": {},
|
|
837
833
|
"props": [
|
|
838
834
|
{
|
|
839
|
-
"name": "
|
|
835
|
+
"name": "homeUrl",
|
|
840
836
|
"type": "string",
|
|
841
837
|
"complexType": {
|
|
842
838
|
"original": "string",
|
|
@@ -844,9 +840,9 @@
|
|
|
844
840
|
"references": {}
|
|
845
841
|
},
|
|
846
842
|
"mutable": false,
|
|
847
|
-
"attr": "home-
|
|
843
|
+
"attr": "home-url",
|
|
848
844
|
"reflectToAttr": true,
|
|
849
|
-
"docs": "The
|
|
845
|
+
"docs": "The URL for the home breadcrumb item.",
|
|
850
846
|
"docsTags": [],
|
|
851
847
|
"values": [
|
|
852
848
|
{
|
|
@@ -859,7 +855,7 @@
|
|
|
859
855
|
"setter": false
|
|
860
856
|
},
|
|
861
857
|
{
|
|
862
|
-
"name": "
|
|
858
|
+
"name": "textBreadcrumbs",
|
|
863
859
|
"type": "string",
|
|
864
860
|
"complexType": {
|
|
865
861
|
"original": "string",
|
|
@@ -867,9 +863,9 @@
|
|
|
867
863
|
"references": {}
|
|
868
864
|
},
|
|
869
865
|
"mutable": false,
|
|
870
|
-
"attr": "
|
|
866
|
+
"attr": "text-breadcrumbs",
|
|
871
867
|
"reflectToAttr": true,
|
|
872
|
-
"docs": "The
|
|
868
|
+
"docs": "The accessible label for the breadcrumb component.",
|
|
873
869
|
"docsTags": [],
|
|
874
870
|
"values": [
|
|
875
871
|
{
|
|
@@ -882,7 +878,7 @@
|
|
|
882
878
|
"setter": false
|
|
883
879
|
},
|
|
884
880
|
{
|
|
885
|
-
"name": "
|
|
881
|
+
"name": "textHome",
|
|
886
882
|
"type": "string",
|
|
887
883
|
"complexType": {
|
|
888
884
|
"original": "string",
|
|
@@ -890,9 +886,9 @@
|
|
|
890
886
|
"references": {}
|
|
891
887
|
},
|
|
892
888
|
"mutable": false,
|
|
893
|
-
"attr": "
|
|
889
|
+
"attr": "text-home",
|
|
894
890
|
"reflectToAttr": true,
|
|
895
|
-
"docs": "The
|
|
891
|
+
"docs": "The text label for the home breadcrumb item.",
|
|
896
892
|
"docsTags": [],
|
|
897
893
|
"values": [
|
|
898
894
|
{
|
|
@@ -905,7 +901,7 @@
|
|
|
905
901
|
"setter": false
|
|
906
902
|
},
|
|
907
903
|
{
|
|
908
|
-
"name": "
|
|
904
|
+
"name": "textMoreItems",
|
|
909
905
|
"type": "string",
|
|
910
906
|
"complexType": {
|
|
911
907
|
"original": "string",
|
|
@@ -913,7 +909,7 @@
|
|
|
913
909
|
"references": {}
|
|
914
910
|
},
|
|
915
911
|
"mutable": false,
|
|
916
|
-
"attr": "
|
|
912
|
+
"attr": "text-more-items",
|
|
917
913
|
"reflectToAttr": true,
|
|
918
914
|
"docs": "The accessible label for the breadcrumb menu when breadcrumb items are concatenated.",
|
|
919
915
|
"docsTags": [],
|
|
@@ -1308,7 +1304,7 @@
|
|
|
1308
1304
|
"filePath": "src/components/post-closebutton/post-closebutton.tsx",
|
|
1309
1305
|
"encapsulation": "none",
|
|
1310
1306
|
"tag": "post-closebutton",
|
|
1311
|
-
"readme": "# post-closebutton\n
|
|
1307
|
+
"readme": "# post-closebutton\n",
|
|
1312
1308
|
"docs": "",
|
|
1313
1309
|
"docsTags": [
|
|
1314
1310
|
{
|
|
@@ -1375,6 +1371,7 @@
|
|
|
1375
1371
|
],
|
|
1376
1372
|
"parts": [],
|
|
1377
1373
|
"dependents": [
|
|
1374
|
+
"post-megadropdown",
|
|
1378
1375
|
"post-popover"
|
|
1379
1376
|
],
|
|
1380
1377
|
"dependencies": [
|
|
@@ -1384,6 +1381,9 @@
|
|
|
1384
1381
|
"post-closebutton": [
|
|
1385
1382
|
"post-icon"
|
|
1386
1383
|
],
|
|
1384
|
+
"post-megadropdown": [
|
|
1385
|
+
"post-closebutton"
|
|
1386
|
+
],
|
|
1387
1387
|
"post-popover": [
|
|
1388
1388
|
"post-closebutton"
|
|
1389
1389
|
]
|
|
@@ -1393,7 +1393,7 @@
|
|
|
1393
1393
|
"filePath": "src/components/post-collapsible/post-collapsible.tsx",
|
|
1394
1394
|
"encapsulation": "shadow",
|
|
1395
1395
|
"tag": "post-collapsible",
|
|
1396
|
-
"readme": "# post-collapsible\n
|
|
1396
|
+
"readme": "# post-collapsible\n",
|
|
1397
1397
|
"docs": "",
|
|
1398
1398
|
"docsTags": [
|
|
1399
1399
|
{
|
|
@@ -1441,10 +1441,10 @@
|
|
|
1441
1441
|
"docs": ""
|
|
1442
1442
|
},
|
|
1443
1443
|
"complexType": {
|
|
1444
|
-
"signature": "(
|
|
1444
|
+
"signature": "(shouldExpand?: boolean) => Promise<boolean>",
|
|
1445
1445
|
"parameters": [
|
|
1446
1446
|
{
|
|
1447
|
-
"name": "
|
|
1447
|
+
"name": "shouldExpand",
|
|
1448
1448
|
"type": "boolean",
|
|
1449
1449
|
"docs": ""
|
|
1450
1450
|
}
|
|
@@ -1457,15 +1457,15 @@
|
|
|
1457
1457
|
},
|
|
1458
1458
|
"return": "Promise<boolean>"
|
|
1459
1459
|
},
|
|
1460
|
-
"signature": "toggle(
|
|
1460
|
+
"signature": "toggle(shouldExpand?: boolean) => Promise<boolean>",
|
|
1461
1461
|
"parameters": [
|
|
1462
1462
|
{
|
|
1463
|
-
"name": "
|
|
1463
|
+
"name": "shouldExpand",
|
|
1464
1464
|
"type": "boolean",
|
|
1465
1465
|
"docs": ""
|
|
1466
1466
|
}
|
|
1467
1467
|
],
|
|
1468
|
-
"docs": "Triggers the collapse programmatically.\
|
|
1468
|
+
"docs": "Triggers the collapse programmatically.\nIf there is a collapsing transition running already, it will be reversed.\nIf no parameter is provided, the current state (this.isExpanded) will be toggled.",
|
|
1469
1469
|
"docsTags": []
|
|
1470
1470
|
}
|
|
1471
1471
|
],
|
|
@@ -1481,7 +1481,7 @@
|
|
|
1481
1481
|
},
|
|
1482
1482
|
"cancelable": true,
|
|
1483
1483
|
"composed": true,
|
|
1484
|
-
"docs": "An event emitted when the collapse element is shown or hidden, before the transition.\n\nThe event payload is a boolean: `true` if the collapsible
|
|
1484
|
+
"docs": "An event emitted when the collapse element is shown or hidden, before the transition.\n\nThe event payload is a boolean: `true` if the collapsible is expanded, `false` if it is collapsed.",
|
|
1485
1485
|
"docsTags": []
|
|
1486
1486
|
}
|
|
1487
1487
|
],
|
|
@@ -1508,7 +1508,7 @@
|
|
|
1508
1508
|
"filePath": "src/components/post-collapsible-trigger/post-collapsible-trigger.tsx",
|
|
1509
1509
|
"encapsulation": "shadow",
|
|
1510
1510
|
"tag": "post-collapsible-trigger",
|
|
1511
|
-
"readme": "# post-collapsible-trigger\n
|
|
1511
|
+
"readme": "# post-collapsible-trigger\n",
|
|
1512
1512
|
"docs": "",
|
|
1513
1513
|
"docsTags": [],
|
|
1514
1514
|
"usage": {},
|
|
@@ -1576,11 +1576,30 @@
|
|
|
1576
1576
|
]
|
|
1577
1577
|
}
|
|
1578
1578
|
},
|
|
1579
|
+
{
|
|
1580
|
+
"filePath": "src/utils/tests/environment/post-env-test.tsx",
|
|
1581
|
+
"encapsulation": "shadow",
|
|
1582
|
+
"tag": "post-env-test",
|
|
1583
|
+
"readme": "# post-test-env\n\n\n",
|
|
1584
|
+
"docs": "",
|
|
1585
|
+
"docsTags": [],
|
|
1586
|
+
"usage": {},
|
|
1587
|
+
"props": [],
|
|
1588
|
+
"methods": [],
|
|
1589
|
+
"events": [],
|
|
1590
|
+
"listeners": [],
|
|
1591
|
+
"styles": [],
|
|
1592
|
+
"slots": [],
|
|
1593
|
+
"parts": [],
|
|
1594
|
+
"dependents": [],
|
|
1595
|
+
"dependencies": [],
|
|
1596
|
+
"dependencyGraph": {}
|
|
1597
|
+
},
|
|
1579
1598
|
{
|
|
1580
1599
|
"filePath": "src/components/post-footer/post-footer.tsx",
|
|
1581
1600
|
"encapsulation": "shadow",
|
|
1582
1601
|
"tag": "post-footer",
|
|
1583
|
-
"readme": "# post-footer\n
|
|
1602
|
+
"readme": "# post-footer\n",
|
|
1584
1603
|
"docs": "",
|
|
1585
1604
|
"docsTags": [
|
|
1586
1605
|
{
|
|
@@ -1615,7 +1634,7 @@
|
|
|
1615
1634
|
"usage": {},
|
|
1616
1635
|
"props": [
|
|
1617
1636
|
{
|
|
1618
|
-
"name": "
|
|
1637
|
+
"name": "textFooter",
|
|
1619
1638
|
"type": "string",
|
|
1620
1639
|
"complexType": {
|
|
1621
1640
|
"original": "string",
|
|
@@ -1623,9 +1642,9 @@
|
|
|
1623
1642
|
"references": {}
|
|
1624
1643
|
},
|
|
1625
1644
|
"mutable": false,
|
|
1626
|
-
"attr": "
|
|
1645
|
+
"attr": "text-footer",
|
|
1627
1646
|
"reflectToAttr": true,
|
|
1628
|
-
"docs": "The
|
|
1647
|
+
"docs": "The textFooter to add to the footer (visually hidden).",
|
|
1629
1648
|
"docsTags": [],
|
|
1630
1649
|
"values": [
|
|
1631
1650
|
{
|
|
@@ -1694,7 +1713,7 @@
|
|
|
1694
1713
|
"filePath": "src/components/post-header/post-header.tsx",
|
|
1695
1714
|
"encapsulation": "shadow",
|
|
1696
1715
|
"tag": "post-header",
|
|
1697
|
-
"readme": "# post-header\n
|
|
1716
|
+
"readme": "# post-header\n",
|
|
1698
1717
|
"docs": "",
|
|
1699
1718
|
"docsTags": [
|
|
1700
1719
|
{
|
|
@@ -1703,19 +1722,15 @@
|
|
|
1703
1722
|
},
|
|
1704
1723
|
{
|
|
1705
1724
|
"name": "slot",
|
|
1706
|
-
"text": "global-
|
|
1725
|
+
"text": "global-nav-primary - Holds search button in the global header."
|
|
1707
1726
|
},
|
|
1708
1727
|
{
|
|
1709
1728
|
"name": "slot",
|
|
1710
|
-
"text": "
|
|
1729
|
+
"text": "global-nav-secondary - Holds an `<ul>` with meta navigation links."
|
|
1711
1730
|
},
|
|
1712
1731
|
{
|
|
1713
1732
|
"name": "slot",
|
|
1714
|
-
"text": "
|
|
1715
|
-
},
|
|
1716
|
-
{
|
|
1717
|
-
"name": "slot",
|
|
1718
|
-
"text": "post-language-switch - Should be used with the `<post-language-switch>` component."
|
|
1733
|
+
"text": "language-menu - Should be used with the `<post-language-switch>` component."
|
|
1719
1734
|
},
|
|
1720
1735
|
{
|
|
1721
1736
|
"name": "slot",
|
|
@@ -1723,27 +1738,47 @@
|
|
|
1723
1738
|
},
|
|
1724
1739
|
{
|
|
1725
1740
|
"name": "slot",
|
|
1726
|
-
"text": "
|
|
1727
|
-
},
|
|
1728
|
-
{
|
|
1729
|
-
"name": "slot",
|
|
1730
|
-
"text": "post-mainnavigation - Has a default slot because it's only meant to be used in the `<post-header>`."
|
|
1741
|
+
"text": "main-nav - Has a default slot because it's only meant to be used in the `<post-header>`."
|
|
1731
1742
|
},
|
|
1732
1743
|
{
|
|
1733
1744
|
"name": "slot",
|
|
1734
|
-
"text": "
|
|
1745
|
+
"text": "audience - Holds the list of buttons to choose the audience."
|
|
1735
1746
|
},
|
|
1736
1747
|
{
|
|
1737
1748
|
"name": "slot",
|
|
1738
|
-
"text": "
|
|
1749
|
+
"text": "post-login - Holds the user menu or login button in the global header."
|
|
1739
1750
|
},
|
|
1740
1751
|
{
|
|
1741
1752
|
"name": "slot",
|
|
1742
|
-
"text": "
|
|
1753
|
+
"text": "local-nav - Holds controls specific to the current application."
|
|
1743
1754
|
}
|
|
1744
1755
|
],
|
|
1745
1756
|
"usage": {},
|
|
1746
|
-
"props": [
|
|
1757
|
+
"props": [
|
|
1758
|
+
{
|
|
1759
|
+
"name": "textMenu",
|
|
1760
|
+
"type": "string",
|
|
1761
|
+
"complexType": {
|
|
1762
|
+
"original": "string",
|
|
1763
|
+
"resolved": "string",
|
|
1764
|
+
"references": {}
|
|
1765
|
+
},
|
|
1766
|
+
"mutable": false,
|
|
1767
|
+
"attr": "text-menu",
|
|
1768
|
+
"reflectToAttr": true,
|
|
1769
|
+
"docs": "The label of the burger menu button.",
|
|
1770
|
+
"docsTags": [],
|
|
1771
|
+
"values": [
|
|
1772
|
+
{
|
|
1773
|
+
"type": "string"
|
|
1774
|
+
}
|
|
1775
|
+
],
|
|
1776
|
+
"optional": false,
|
|
1777
|
+
"required": true,
|
|
1778
|
+
"getter": false,
|
|
1779
|
+
"setter": false
|
|
1780
|
+
}
|
|
1781
|
+
],
|
|
1747
1782
|
"methods": [
|
|
1748
1783
|
{
|
|
1749
1784
|
"name": "toggleBurgerMenu",
|
|
@@ -1764,10 +1799,6 @@
|
|
|
1764
1799
|
"Promise": {
|
|
1765
1800
|
"location": "global",
|
|
1766
1801
|
"id": "global::Promise"
|
|
1767
|
-
},
|
|
1768
|
-
"HTMLPostTogglebuttonElement": {
|
|
1769
|
-
"location": "global",
|
|
1770
|
-
"id": "global::HTMLPostTogglebuttonElement"
|
|
1771
1802
|
}
|
|
1772
1803
|
},
|
|
1773
1804
|
"return": "Promise<void>"
|
|
@@ -1800,44 +1831,36 @@
|
|
|
1800
1831
|
"styles": [],
|
|
1801
1832
|
"slots": [
|
|
1802
1833
|
{
|
|
1803
|
-
"name": "
|
|
1804
|
-
"docs": "Holds
|
|
1805
|
-
},
|
|
1806
|
-
{
|
|
1807
|
-
"name": "global-login",
|
|
1808
|
-
"docs": "Holds the user menu or login button in the global header."
|
|
1834
|
+
"name": "audience",
|
|
1835
|
+
"docs": "Holds the list of buttons to choose the audience."
|
|
1809
1836
|
},
|
|
1810
1837
|
{
|
|
1811
|
-
"name": "
|
|
1812
|
-
"docs": "
|
|
1838
|
+
"name": "global-nav-primary",
|
|
1839
|
+
"docs": "Holds search button in the global header."
|
|
1813
1840
|
},
|
|
1814
1841
|
{
|
|
1815
|
-
"name": "
|
|
1842
|
+
"name": "global-nav-secondary",
|
|
1816
1843
|
"docs": "Holds an `<ul>` with meta navigation links."
|
|
1817
1844
|
},
|
|
1818
1845
|
{
|
|
1819
|
-
"name": "
|
|
1820
|
-
"docs": "Custom controls, right aligned with the main navigation."
|
|
1821
|
-
},
|
|
1822
|
-
{
|
|
1823
|
-
"name": "post-language-switch",
|
|
1846
|
+
"name": "language-menu",
|
|
1824
1847
|
"docs": "Should be used with the `<post-language-switch>` component."
|
|
1825
1848
|
},
|
|
1826
1849
|
{
|
|
1827
|
-
"name": "
|
|
1828
|
-
"docs": "
|
|
1850
|
+
"name": "local-nav",
|
|
1851
|
+
"docs": "Holds controls specific to the current application."
|
|
1829
1852
|
},
|
|
1830
1853
|
{
|
|
1831
|
-
"name": "
|
|
1854
|
+
"name": "main-nav",
|
|
1832
1855
|
"docs": "Has a default slot because it's only meant to be used in the `<post-header>`."
|
|
1833
1856
|
},
|
|
1834
1857
|
{
|
|
1835
|
-
"name": "post-
|
|
1836
|
-
"docs": "Holds the
|
|
1858
|
+
"name": "post-login",
|
|
1859
|
+
"docs": "Holds the user menu or login button in the global header."
|
|
1837
1860
|
},
|
|
1838
1861
|
{
|
|
1839
|
-
"name": "
|
|
1840
|
-
"docs": "
|
|
1862
|
+
"name": "post-logo",
|
|
1863
|
+
"docs": "Should be used together with the `<post-logo>` component."
|
|
1841
1864
|
},
|
|
1842
1865
|
{
|
|
1843
1866
|
"name": "title",
|
|
@@ -1846,8 +1869,16 @@
|
|
|
1846
1869
|
],
|
|
1847
1870
|
"parts": [],
|
|
1848
1871
|
"dependents": [],
|
|
1849
|
-
"dependencies": [
|
|
1850
|
-
|
|
1872
|
+
"dependencies": [
|
|
1873
|
+
"post-togglebutton",
|
|
1874
|
+
"post-icon"
|
|
1875
|
+
],
|
|
1876
|
+
"dependencyGraph": {
|
|
1877
|
+
"post-header": [
|
|
1878
|
+
"post-togglebutton",
|
|
1879
|
+
"post-icon"
|
|
1880
|
+
]
|
|
1881
|
+
}
|
|
1851
1882
|
},
|
|
1852
1883
|
{
|
|
1853
1884
|
"filePath": "src/components/post-icon/post-icon.tsx",
|
|
@@ -2076,8 +2107,12 @@
|
|
|
2076
2107
|
"post-breadcrumbs",
|
|
2077
2108
|
"post-card-control",
|
|
2078
2109
|
"post-closebutton",
|
|
2079
|
-
"post-
|
|
2110
|
+
"post-header",
|
|
2111
|
+
"post-language-menu",
|
|
2080
2112
|
"post-mainnavigation",
|
|
2113
|
+
"post-megadropdown",
|
|
2114
|
+
"post-megadropdown-trigger",
|
|
2115
|
+
"post-pagination",
|
|
2081
2116
|
"post-rating"
|
|
2082
2117
|
],
|
|
2083
2118
|
"dependencies": [],
|
|
@@ -2100,22 +2135,164 @@
|
|
|
2100
2135
|
"post-closebutton": [
|
|
2101
2136
|
"post-icon"
|
|
2102
2137
|
],
|
|
2103
|
-
"post-
|
|
2138
|
+
"post-header": [
|
|
2139
|
+
"post-icon"
|
|
2140
|
+
],
|
|
2141
|
+
"post-language-menu": [
|
|
2104
2142
|
"post-icon"
|
|
2105
2143
|
],
|
|
2106
2144
|
"post-mainnavigation": [
|
|
2107
2145
|
"post-icon"
|
|
2108
2146
|
],
|
|
2147
|
+
"post-megadropdown": [
|
|
2148
|
+
"post-icon"
|
|
2149
|
+
],
|
|
2150
|
+
"post-megadropdown-trigger": [
|
|
2151
|
+
"post-icon"
|
|
2152
|
+
],
|
|
2153
|
+
"post-pagination": [
|
|
2154
|
+
"post-icon"
|
|
2155
|
+
],
|
|
2109
2156
|
"post-rating": [
|
|
2110
2157
|
"post-icon"
|
|
2111
2158
|
]
|
|
2112
2159
|
}
|
|
2113
2160
|
},
|
|
2114
2161
|
{
|
|
2115
|
-
"filePath": "src/components/post-language-
|
|
2162
|
+
"filePath": "src/components/post-language-menu/post-language-menu.tsx",
|
|
2163
|
+
"encapsulation": "shadow",
|
|
2164
|
+
"tag": "post-language-menu",
|
|
2165
|
+
"readme": "# post-language-switch\n",
|
|
2166
|
+
"docs": "",
|
|
2167
|
+
"docsTags": [],
|
|
2168
|
+
"usage": {},
|
|
2169
|
+
"props": [
|
|
2170
|
+
{
|
|
2171
|
+
"name": "textChangeLanguage",
|
|
2172
|
+
"type": "string",
|
|
2173
|
+
"complexType": {
|
|
2174
|
+
"original": "string",
|
|
2175
|
+
"resolved": "string",
|
|
2176
|
+
"references": {}
|
|
2177
|
+
},
|
|
2178
|
+
"mutable": false,
|
|
2179
|
+
"attr": "text-change-language",
|
|
2180
|
+
"reflectToAttr": true,
|
|
2181
|
+
"docs": "A title for the list of language options",
|
|
2182
|
+
"docsTags": [],
|
|
2183
|
+
"values": [
|
|
2184
|
+
{
|
|
2185
|
+
"type": "string"
|
|
2186
|
+
}
|
|
2187
|
+
],
|
|
2188
|
+
"optional": false,
|
|
2189
|
+
"required": true,
|
|
2190
|
+
"getter": false,
|
|
2191
|
+
"setter": false
|
|
2192
|
+
},
|
|
2193
|
+
{
|
|
2194
|
+
"name": "textCurrentLanguage",
|
|
2195
|
+
"type": "string",
|
|
2196
|
+
"complexType": {
|
|
2197
|
+
"original": "string",
|
|
2198
|
+
"resolved": "string",
|
|
2199
|
+
"references": {}
|
|
2200
|
+
},
|
|
2201
|
+
"mutable": false,
|
|
2202
|
+
"attr": "text-current-language",
|
|
2203
|
+
"reflectToAttr": true,
|
|
2204
|
+
"docs": "A descriptive text for the list of language options",
|
|
2205
|
+
"docsTags": [],
|
|
2206
|
+
"values": [
|
|
2207
|
+
{
|
|
2208
|
+
"type": "string"
|
|
2209
|
+
}
|
|
2210
|
+
],
|
|
2211
|
+
"optional": false,
|
|
2212
|
+
"required": true,
|
|
2213
|
+
"getter": false,
|
|
2214
|
+
"setter": false
|
|
2215
|
+
},
|
|
2216
|
+
{
|
|
2217
|
+
"name": "variant",
|
|
2218
|
+
"type": "\"list\" | \"menu\"",
|
|
2219
|
+
"complexType": {
|
|
2220
|
+
"original": "SwitchVariant",
|
|
2221
|
+
"resolved": "\"list\" | \"menu\"",
|
|
2222
|
+
"references": {
|
|
2223
|
+
"SwitchVariant": {
|
|
2224
|
+
"location": "import",
|
|
2225
|
+
"path": "./switch-variants",
|
|
2226
|
+
"id": "src/components/post-language-menu/switch-variants.ts::SwitchVariant"
|
|
2227
|
+
}
|
|
2228
|
+
}
|
|
2229
|
+
},
|
|
2230
|
+
"mutable": false,
|
|
2231
|
+
"attr": "variant",
|
|
2232
|
+
"reflectToAttr": false,
|
|
2233
|
+
"docs": "Whether the component is rendered as a list or a menu",
|
|
2234
|
+
"docsTags": [
|
|
2235
|
+
{
|
|
2236
|
+
"name": "default",
|
|
2237
|
+
"text": "'list'"
|
|
2238
|
+
}
|
|
2239
|
+
],
|
|
2240
|
+
"default": "'list'",
|
|
2241
|
+
"values": [
|
|
2242
|
+
{
|
|
2243
|
+
"value": "list",
|
|
2244
|
+
"type": "string"
|
|
2245
|
+
},
|
|
2246
|
+
{
|
|
2247
|
+
"value": "menu",
|
|
2248
|
+
"type": "string"
|
|
2249
|
+
}
|
|
2250
|
+
],
|
|
2251
|
+
"optional": false,
|
|
2252
|
+
"required": false,
|
|
2253
|
+
"getter": false,
|
|
2254
|
+
"setter": false
|
|
2255
|
+
}
|
|
2256
|
+
],
|
|
2257
|
+
"methods": [],
|
|
2258
|
+
"events": [],
|
|
2259
|
+
"listeners": [
|
|
2260
|
+
{
|
|
2261
|
+
"event": "postChange",
|
|
2262
|
+
"capture": false,
|
|
2263
|
+
"passive": false
|
|
2264
|
+
},
|
|
2265
|
+
{
|
|
2266
|
+
"event": "postLanguageMenuItemInitiallyActive",
|
|
2267
|
+
"capture": false,
|
|
2268
|
+
"passive": false
|
|
2269
|
+
}
|
|
2270
|
+
],
|
|
2271
|
+
"styles": [],
|
|
2272
|
+
"slots": [],
|
|
2273
|
+
"parts": [],
|
|
2274
|
+
"dependents": [],
|
|
2275
|
+
"dependencies": [
|
|
2276
|
+
"post-menu-trigger",
|
|
2277
|
+
"post-icon",
|
|
2278
|
+
"post-menu"
|
|
2279
|
+
],
|
|
2280
|
+
"dependencyGraph": {
|
|
2281
|
+
"post-language-menu": [
|
|
2282
|
+
"post-menu-trigger",
|
|
2283
|
+
"post-icon",
|
|
2284
|
+
"post-menu"
|
|
2285
|
+
],
|
|
2286
|
+
"post-menu": [
|
|
2287
|
+
"post-popovercontainer"
|
|
2288
|
+
]
|
|
2289
|
+
}
|
|
2290
|
+
},
|
|
2291
|
+
{
|
|
2292
|
+
"filePath": "src/components/post-language-menu-item/post-language-menu-item.tsx",
|
|
2116
2293
|
"encapsulation": "none",
|
|
2117
|
-
"tag": "post-language-
|
|
2118
|
-
"readme": "# post-language-option\n
|
|
2294
|
+
"tag": "post-language-menu-item",
|
|
2295
|
+
"readme": "# post-language-option\n",
|
|
2119
2296
|
"docs": "",
|
|
2120
2297
|
"docsTags": [
|
|
2121
2298
|
{
|
|
@@ -2226,15 +2403,15 @@
|
|
|
2226
2403
|
"references": {
|
|
2227
2404
|
"SwitchVariant": {
|
|
2228
2405
|
"location": "import",
|
|
2229
|
-
"path": "../post-language-
|
|
2230
|
-
"id": "src/components/post-language-
|
|
2406
|
+
"path": "../post-language-menu/switch-variants",
|
|
2407
|
+
"id": "src/components/post-language-menu/switch-variants.ts::SwitchVariant"
|
|
2231
2408
|
}
|
|
2232
2409
|
}
|
|
2233
2410
|
},
|
|
2234
2411
|
"mutable": false,
|
|
2235
2412
|
"attr": "variant",
|
|
2236
2413
|
"reflectToAttr": false,
|
|
2237
|
-
"docs": "To communicate the variant prop from the parent (post-language-
|
|
2414
|
+
"docs": "To communicate the variant prop from the parent (post-language-menu) component to the child (post-language-menu-item) component. See parent docs for a description about the property itself.",
|
|
2238
2415
|
"docsTags": [],
|
|
2239
2416
|
"values": [
|
|
2240
2417
|
{
|
|
@@ -2292,7 +2469,7 @@
|
|
|
2292
2469
|
"docsTags": []
|
|
2293
2470
|
},
|
|
2294
2471
|
{
|
|
2295
|
-
"event": "
|
|
2472
|
+
"event": "postLanguageMenuItemInitiallyActive",
|
|
2296
2473
|
"detail": "string",
|
|
2297
2474
|
"bubbles": true,
|
|
2298
2475
|
"complexType": {
|
|
@@ -2320,226 +2497,65 @@
|
|
|
2320
2497
|
"dependencyGraph": {}
|
|
2321
2498
|
},
|
|
2322
2499
|
{
|
|
2323
|
-
"filePath": "src/components/post-
|
|
2500
|
+
"filePath": "src/components/post-linkarea/post-linkarea.tsx",
|
|
2324
2501
|
"encapsulation": "shadow",
|
|
2325
|
-
"tag": "post-
|
|
2326
|
-
"readme": "# post-
|
|
2502
|
+
"tag": "post-linkarea",
|
|
2503
|
+
"readme": "# post-linkarea\n",
|
|
2327
2504
|
"docs": "",
|
|
2328
2505
|
"docsTags": [],
|
|
2329
2506
|
"usage": {},
|
|
2507
|
+
"props": [],
|
|
2508
|
+
"methods": [],
|
|
2509
|
+
"events": [],
|
|
2510
|
+
"listeners": [],
|
|
2511
|
+
"styles": [],
|
|
2512
|
+
"slots": [],
|
|
2513
|
+
"parts": [],
|
|
2514
|
+
"dependents": [],
|
|
2515
|
+
"dependencies": [],
|
|
2516
|
+
"dependencyGraph": {}
|
|
2517
|
+
},
|
|
2518
|
+
{
|
|
2519
|
+
"filePath": "src/components/post-logo/post-logo.tsx",
|
|
2520
|
+
"encapsulation": "shadow",
|
|
2521
|
+
"tag": "post-logo",
|
|
2522
|
+
"readme": "# post-logo\n",
|
|
2523
|
+
"docs": "",
|
|
2524
|
+
"docsTags": [
|
|
2525
|
+
{
|
|
2526
|
+
"name": "slot",
|
|
2527
|
+
"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."
|
|
2528
|
+
}
|
|
2529
|
+
],
|
|
2530
|
+
"usage": {},
|
|
2330
2531
|
"props": [
|
|
2331
2532
|
{
|
|
2332
|
-
"name": "
|
|
2333
|
-
"type": "string",
|
|
2533
|
+
"name": "url",
|
|
2534
|
+
"type": "URL | string",
|
|
2334
2535
|
"complexType": {
|
|
2335
|
-
"original": "string",
|
|
2336
|
-
"resolved": "string",
|
|
2337
|
-
"references": {}
|
|
2338
|
-
},
|
|
2339
|
-
"mutable": false,
|
|
2340
|
-
"attr": "caption",
|
|
2341
|
-
"reflectToAttr": true,
|
|
2342
|
-
"docs": "A title for the list of language options",
|
|
2343
|
-
"docsTags": [],
|
|
2344
|
-
"values": [
|
|
2345
|
-
{
|
|
2346
|
-
"type": "string"
|
|
2347
|
-
}
|
|
2348
|
-
],
|
|
2349
|
-
"optional": false,
|
|
2350
|
-
"required": true,
|
|
2351
|
-
"getter": false,
|
|
2352
|
-
"setter": false
|
|
2353
|
-
},
|
|
2354
|
-
{
|
|
2355
|
-
"name": "description",
|
|
2356
|
-
"type": "string",
|
|
2357
|
-
"complexType": {
|
|
2358
|
-
"original": "string",
|
|
2359
|
-
"resolved": "string",
|
|
2360
|
-
"references": {}
|
|
2361
|
-
},
|
|
2362
|
-
"mutable": false,
|
|
2363
|
-
"attr": "description",
|
|
2364
|
-
"reflectToAttr": true,
|
|
2365
|
-
"docs": "A descriptive text for the list of language options",
|
|
2366
|
-
"docsTags": [],
|
|
2367
|
-
"values": [
|
|
2368
|
-
{
|
|
2369
|
-
"type": "string"
|
|
2370
|
-
}
|
|
2371
|
-
],
|
|
2372
|
-
"optional": false,
|
|
2373
|
-
"required": true,
|
|
2374
|
-
"getter": false,
|
|
2375
|
-
"setter": false
|
|
2376
|
-
},
|
|
2377
|
-
{
|
|
2378
|
-
"name": "variant",
|
|
2379
|
-
"type": "\"list\" | \"menu\"",
|
|
2380
|
-
"complexType": {
|
|
2381
|
-
"original": "SwitchVariant",
|
|
2382
|
-
"resolved": "\"list\" | \"menu\"",
|
|
2536
|
+
"original": "string | URL",
|
|
2537
|
+
"resolved": "URL | string",
|
|
2383
2538
|
"references": {
|
|
2384
|
-
"
|
|
2385
|
-
"location": "
|
|
2386
|
-
"
|
|
2387
|
-
"id": "src/components/post-language-switch/switch-variants.ts::SwitchVariant"
|
|
2539
|
+
"URL": {
|
|
2540
|
+
"location": "global",
|
|
2541
|
+
"id": "global::URL"
|
|
2388
2542
|
}
|
|
2389
2543
|
}
|
|
2390
2544
|
},
|
|
2391
2545
|
"mutable": false,
|
|
2392
|
-
"attr": "
|
|
2546
|
+
"attr": "url",
|
|
2393
2547
|
"reflectToAttr": false,
|
|
2394
|
-
"docs": "
|
|
2395
|
-
"docsTags": [
|
|
2396
|
-
{
|
|
2397
|
-
"name": "default",
|
|
2398
|
-
"text": "'list'"
|
|
2399
|
-
}
|
|
2400
|
-
],
|
|
2401
|
-
"default": "'list'",
|
|
2548
|
+
"docs": "The URL to which the user is redirected upon clicking the logo.",
|
|
2549
|
+
"docsTags": [],
|
|
2402
2550
|
"values": [
|
|
2403
2551
|
{
|
|
2404
|
-
"
|
|
2405
|
-
"type": "string"
|
|
2552
|
+
"type": "URL"
|
|
2406
2553
|
},
|
|
2407
2554
|
{
|
|
2408
|
-
"value": "menu",
|
|
2409
2555
|
"type": "string"
|
|
2410
2556
|
}
|
|
2411
2557
|
],
|
|
2412
|
-
"optional":
|
|
2413
|
-
"required": false,
|
|
2414
|
-
"getter": false,
|
|
2415
|
-
"setter": false
|
|
2416
|
-
}
|
|
2417
|
-
],
|
|
2418
|
-
"methods": [],
|
|
2419
|
-
"events": [],
|
|
2420
|
-
"listeners": [
|
|
2421
|
-
{
|
|
2422
|
-
"event": "postChange",
|
|
2423
|
-
"capture": false,
|
|
2424
|
-
"passive": false
|
|
2425
|
-
},
|
|
2426
|
-
{
|
|
2427
|
-
"event": "postLanguageOptionInitiallyActive",
|
|
2428
|
-
"capture": false,
|
|
2429
|
-
"passive": false
|
|
2430
|
-
}
|
|
2431
|
-
],
|
|
2432
|
-
"styles": [],
|
|
2433
|
-
"slots": [],
|
|
2434
|
-
"parts": [],
|
|
2435
|
-
"dependents": [],
|
|
2436
|
-
"dependencies": [
|
|
2437
|
-
"post-menu-trigger",
|
|
2438
|
-
"post-icon",
|
|
2439
|
-
"post-menu"
|
|
2440
|
-
],
|
|
2441
|
-
"dependencyGraph": {
|
|
2442
|
-
"post-language-switch": [
|
|
2443
|
-
"post-menu-trigger",
|
|
2444
|
-
"post-icon",
|
|
2445
|
-
"post-menu"
|
|
2446
|
-
],
|
|
2447
|
-
"post-menu": [
|
|
2448
|
-
"post-popovercontainer"
|
|
2449
|
-
]
|
|
2450
|
-
}
|
|
2451
|
-
},
|
|
2452
|
-
{
|
|
2453
|
-
"filePath": "src/components/post-linkarea/post-linkarea.tsx",
|
|
2454
|
-
"encapsulation": "shadow",
|
|
2455
|
-
"tag": "post-linkarea",
|
|
2456
|
-
"readme": "# post-linkarea\n\n\n",
|
|
2457
|
-
"docs": "",
|
|
2458
|
-
"docsTags": [],
|
|
2459
|
-
"usage": {},
|
|
2460
|
-
"props": [],
|
|
2461
|
-
"methods": [],
|
|
2462
|
-
"events": [],
|
|
2463
|
-
"listeners": [],
|
|
2464
|
-
"styles": [],
|
|
2465
|
-
"slots": [],
|
|
2466
|
-
"parts": [],
|
|
2467
|
-
"dependents": [],
|
|
2468
|
-
"dependencies": [],
|
|
2469
|
-
"dependencyGraph": {}
|
|
2470
|
-
},
|
|
2471
|
-
{
|
|
2472
|
-
"filePath": "src/components/post-list/post-list.tsx",
|
|
2473
|
-
"encapsulation": "none",
|
|
2474
|
-
"tag": "post-list",
|
|
2475
|
-
"readme": "# post-list\n\n\n",
|
|
2476
|
-
"docs": "",
|
|
2477
|
-
"docsTags": [
|
|
2478
|
-
{
|
|
2479
|
-
"name": "slot",
|
|
2480
|
-
"text": "default - Slot for placing the list title."
|
|
2481
|
-
},
|
|
2482
|
-
{
|
|
2483
|
-
"name": "slot",
|
|
2484
|
-
"text": "post-list-item - Slot for placing post-list-item components."
|
|
2485
|
-
}
|
|
2486
|
-
],
|
|
2487
|
-
"usage": {},
|
|
2488
|
-
"props": [
|
|
2489
|
-
{
|
|
2490
|
-
"name": "horizontal",
|
|
2491
|
-
"type": "boolean",
|
|
2492
|
-
"complexType": {
|
|
2493
|
-
"original": "boolean",
|
|
2494
|
-
"resolved": "boolean",
|
|
2495
|
-
"references": {}
|
|
2496
|
-
},
|
|
2497
|
-
"mutable": false,
|
|
2498
|
-
"attr": "horizontal",
|
|
2499
|
-
"reflectToAttr": true,
|
|
2500
|
-
"docs": "The list can become horizontal by setting `horizontal=\"true\"` or just `horizontal`",
|
|
2501
|
-
"docsTags": [
|
|
2502
|
-
{
|
|
2503
|
-
"name": "default",
|
|
2504
|
-
"text": "false"
|
|
2505
|
-
}
|
|
2506
|
-
],
|
|
2507
|
-
"default": "false",
|
|
2508
|
-
"values": [
|
|
2509
|
-
{
|
|
2510
|
-
"type": "boolean"
|
|
2511
|
-
}
|
|
2512
|
-
],
|
|
2513
|
-
"optional": false,
|
|
2514
|
-
"required": false,
|
|
2515
|
-
"getter": false,
|
|
2516
|
-
"setter": false
|
|
2517
|
-
},
|
|
2518
|
-
{
|
|
2519
|
-
"name": "titleHidden",
|
|
2520
|
-
"type": "boolean",
|
|
2521
|
-
"complexType": {
|
|
2522
|
-
"original": "boolean",
|
|
2523
|
-
"resolved": "boolean",
|
|
2524
|
-
"references": {}
|
|
2525
|
-
},
|
|
2526
|
-
"mutable": false,
|
|
2527
|
-
"attr": "title-hidden",
|
|
2528
|
-
"reflectToAttr": false,
|
|
2529
|
-
"docs": "If `true`, the list title will be hidden. Otherwise, it will be displayed.`",
|
|
2530
|
-
"docsTags": [
|
|
2531
|
-
{
|
|
2532
|
-
"name": "default",
|
|
2533
|
-
"text": "false"
|
|
2534
|
-
}
|
|
2535
|
-
],
|
|
2536
|
-
"default": "false",
|
|
2537
|
-
"values": [
|
|
2538
|
-
{
|
|
2539
|
-
"type": "boolean"
|
|
2540
|
-
}
|
|
2541
|
-
],
|
|
2542
|
-
"optional": false,
|
|
2558
|
+
"optional": true,
|
|
2543
2559
|
"required": false,
|
|
2544
2560
|
"getter": false,
|
|
2545
2561
|
"setter": false
|
|
@@ -2552,40 +2568,7 @@
|
|
|
2552
2568
|
"slots": [
|
|
2553
2569
|
{
|
|
2554
2570
|
"name": "default",
|
|
2555
|
-
"docs": "Slot for placing the
|
|
2556
|
-
},
|
|
2557
|
-
{
|
|
2558
|
-
"name": "post-list-item",
|
|
2559
|
-
"docs": "Slot for placing post-list-item components."
|
|
2560
|
-
}
|
|
2561
|
-
],
|
|
2562
|
-
"parts": [],
|
|
2563
|
-
"dependents": [],
|
|
2564
|
-
"dependencies": [],
|
|
2565
|
-
"dependencyGraph": {}
|
|
2566
|
-
},
|
|
2567
|
-
{
|
|
2568
|
-
"filePath": "src/components/post-list-item/post-list-item.tsx",
|
|
2569
|
-
"encapsulation": "shadow",
|
|
2570
|
-
"tag": "post-list-item",
|
|
2571
|
-
"readme": "# post-list-item\n\n\n",
|
|
2572
|
-
"docs": "",
|
|
2573
|
-
"docsTags": [
|
|
2574
|
-
{
|
|
2575
|
-
"name": "slot",
|
|
2576
|
-
"text": "default- Slot for placing the content of the list item."
|
|
2577
|
-
}
|
|
2578
|
-
],
|
|
2579
|
-
"usage": {},
|
|
2580
|
-
"props": [],
|
|
2581
|
-
"methods": [],
|
|
2582
|
-
"events": [],
|
|
2583
|
-
"listeners": [],
|
|
2584
|
-
"styles": [],
|
|
2585
|
-
"slots": [
|
|
2586
|
-
{
|
|
2587
|
-
"name": "default- Slot for placing the content of the list item.",
|
|
2588
|
-
"docs": ""
|
|
2571
|
+
"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."
|
|
2589
2572
|
}
|
|
2590
2573
|
],
|
|
2591
2574
|
"parts": [],
|
|
@@ -2594,77 +2577,40 @@
|
|
|
2594
2577
|
"dependencyGraph": {}
|
|
2595
2578
|
},
|
|
2596
2579
|
{
|
|
2597
|
-
"filePath": "src/components/post-
|
|
2580
|
+
"filePath": "src/components/post-mainnavigation/post-mainnavigation.tsx",
|
|
2598
2581
|
"encapsulation": "shadow",
|
|
2599
|
-
"tag": "post-
|
|
2600
|
-
"readme": "# post-
|
|
2582
|
+
"tag": "post-mainnavigation",
|
|
2583
|
+
"readme": "# post-mainnavigation\n",
|
|
2601
2584
|
"docs": "",
|
|
2602
|
-
"docsTags": [
|
|
2603
|
-
{
|
|
2604
|
-
"name": "slot",
|
|
2605
|
-
"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."
|
|
2606
|
-
}
|
|
2607
|
-
],
|
|
2585
|
+
"docsTags": [],
|
|
2608
2586
|
"usage": {},
|
|
2609
2587
|
"props": [
|
|
2610
2588
|
{
|
|
2611
|
-
"name": "
|
|
2612
|
-
"type": "
|
|
2589
|
+
"name": "textMain",
|
|
2590
|
+
"type": "string",
|
|
2613
2591
|
"complexType": {
|
|
2614
|
-
"original": "string
|
|
2615
|
-
"resolved": "
|
|
2616
|
-
"references": {
|
|
2617
|
-
"URL": {
|
|
2618
|
-
"location": "global",
|
|
2619
|
-
"id": "global::URL"
|
|
2620
|
-
}
|
|
2621
|
-
}
|
|
2592
|
+
"original": "string",
|
|
2593
|
+
"resolved": "string",
|
|
2594
|
+
"references": {}
|
|
2622
2595
|
},
|
|
2623
2596
|
"mutable": false,
|
|
2624
|
-
"attr": "
|
|
2625
|
-
"reflectToAttr":
|
|
2626
|
-
"docs": "
|
|
2597
|
+
"attr": "text-main",
|
|
2598
|
+
"reflectToAttr": true,
|
|
2599
|
+
"docs": "Defines the accessible label for the navigation element. This text is used as the `aria-label` attribute to provide screen reader users with a description of the navigation's purpose.",
|
|
2627
2600
|
"docsTags": [],
|
|
2628
2601
|
"values": [
|
|
2629
|
-
{
|
|
2630
|
-
"type": "URL"
|
|
2631
|
-
},
|
|
2632
2602
|
{
|
|
2633
2603
|
"type": "string"
|
|
2634
2604
|
}
|
|
2635
2605
|
],
|
|
2636
|
-
"optional":
|
|
2637
|
-
"required":
|
|
2606
|
+
"optional": false,
|
|
2607
|
+
"required": true,
|
|
2638
2608
|
"getter": false,
|
|
2639
2609
|
"setter": false
|
|
2640
2610
|
}
|
|
2641
2611
|
],
|
|
2642
2612
|
"methods": [],
|
|
2643
2613
|
"events": [],
|
|
2644
|
-
"listeners": [],
|
|
2645
|
-
"styles": [],
|
|
2646
|
-
"slots": [
|
|
2647
|
-
{
|
|
2648
|
-
"name": "default",
|
|
2649
|
-
"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."
|
|
2650
|
-
}
|
|
2651
|
-
],
|
|
2652
|
-
"parts": [],
|
|
2653
|
-
"dependents": [],
|
|
2654
|
-
"dependencies": [],
|
|
2655
|
-
"dependencyGraph": {}
|
|
2656
|
-
},
|
|
2657
|
-
{
|
|
2658
|
-
"filePath": "src/components/post-mainnavigation/post-mainnavigation.tsx",
|
|
2659
|
-
"encapsulation": "none",
|
|
2660
|
-
"tag": "post-mainnavigation",
|
|
2661
|
-
"readme": "# post-mainnavigation\n\n\n",
|
|
2662
|
-
"docs": "",
|
|
2663
|
-
"docsTags": [],
|
|
2664
|
-
"usage": {},
|
|
2665
|
-
"props": [],
|
|
2666
|
-
"methods": [],
|
|
2667
|
-
"events": [],
|
|
2668
2614
|
"listeners": [
|
|
2669
2615
|
{
|
|
2670
2616
|
"event": "mouseup",
|
|
@@ -2694,13 +2640,60 @@
|
|
|
2694
2640
|
},
|
|
2695
2641
|
{
|
|
2696
2642
|
"filePath": "src/components/post-megadropdown/post-megadropdown.tsx",
|
|
2697
|
-
"encapsulation": "
|
|
2643
|
+
"encapsulation": "shadow",
|
|
2698
2644
|
"tag": "post-megadropdown",
|
|
2699
|
-
"readme": "# post-megadropdown\n
|
|
2645
|
+
"readme": "# post-megadropdown\n",
|
|
2700
2646
|
"docs": "",
|
|
2701
2647
|
"docsTags": [],
|
|
2702
2648
|
"usage": {},
|
|
2703
|
-
"props": [
|
|
2649
|
+
"props": [
|
|
2650
|
+
{
|
|
2651
|
+
"name": "textBack",
|
|
2652
|
+
"type": "string",
|
|
2653
|
+
"complexType": {
|
|
2654
|
+
"original": "string",
|
|
2655
|
+
"resolved": "string",
|
|
2656
|
+
"references": {}
|
|
2657
|
+
},
|
|
2658
|
+
"mutable": false,
|
|
2659
|
+
"attr": "text-back",
|
|
2660
|
+
"reflectToAttr": true,
|
|
2661
|
+
"docs": "A label for the back button visible on tablet and mobile",
|
|
2662
|
+
"docsTags": [],
|
|
2663
|
+
"values": [
|
|
2664
|
+
{
|
|
2665
|
+
"type": "string"
|
|
2666
|
+
}
|
|
2667
|
+
],
|
|
2668
|
+
"optional": false,
|
|
2669
|
+
"required": true,
|
|
2670
|
+
"getter": false,
|
|
2671
|
+
"setter": false
|
|
2672
|
+
},
|
|
2673
|
+
{
|
|
2674
|
+
"name": "textClose",
|
|
2675
|
+
"type": "string",
|
|
2676
|
+
"complexType": {
|
|
2677
|
+
"original": "string",
|
|
2678
|
+
"resolved": "string",
|
|
2679
|
+
"references": {}
|
|
2680
|
+
},
|
|
2681
|
+
"mutable": false,
|
|
2682
|
+
"attr": "text-close",
|
|
2683
|
+
"reflectToAttr": true,
|
|
2684
|
+
"docs": "An accessible label for the close button visible on desktop",
|
|
2685
|
+
"docsTags": [],
|
|
2686
|
+
"values": [
|
|
2687
|
+
{
|
|
2688
|
+
"type": "string"
|
|
2689
|
+
}
|
|
2690
|
+
],
|
|
2691
|
+
"optional": false,
|
|
2692
|
+
"required": true,
|
|
2693
|
+
"getter": false,
|
|
2694
|
+
"setter": false
|
|
2695
|
+
}
|
|
2696
|
+
],
|
|
2704
2697
|
"methods": [
|
|
2705
2698
|
{
|
|
2706
2699
|
"name": "focusFirst",
|
|
@@ -2834,18 +2827,58 @@
|
|
|
2834
2827
|
"slots": [],
|
|
2835
2828
|
"parts": [],
|
|
2836
2829
|
"dependents": [],
|
|
2837
|
-
"dependencies": [
|
|
2838
|
-
|
|
2830
|
+
"dependencies": [
|
|
2831
|
+
"post-closebutton",
|
|
2832
|
+
"post-icon"
|
|
2833
|
+
],
|
|
2834
|
+
"dependencyGraph": {
|
|
2835
|
+
"post-megadropdown": [
|
|
2836
|
+
"post-closebutton",
|
|
2837
|
+
"post-icon"
|
|
2838
|
+
],
|
|
2839
|
+
"post-closebutton": [
|
|
2840
|
+
"post-icon"
|
|
2841
|
+
]
|
|
2842
|
+
}
|
|
2839
2843
|
},
|
|
2840
2844
|
{
|
|
2841
2845
|
"filePath": "src/components/post-megadropdown-trigger/post-megadropdown-trigger.tsx",
|
|
2842
|
-
"encapsulation": "
|
|
2846
|
+
"encapsulation": "shadow",
|
|
2843
2847
|
"tag": "post-megadropdown-trigger",
|
|
2844
|
-
"readme": "# post-megadropdown-toggle\n
|
|
2848
|
+
"readme": "# post-megadropdown-toggle\n",
|
|
2845
2849
|
"docs": "",
|
|
2846
2850
|
"docsTags": [],
|
|
2847
2851
|
"usage": {},
|
|
2848
2852
|
"props": [
|
|
2853
|
+
{
|
|
2854
|
+
"name": "active",
|
|
2855
|
+
"type": "boolean",
|
|
2856
|
+
"complexType": {
|
|
2857
|
+
"original": "boolean",
|
|
2858
|
+
"resolved": "boolean",
|
|
2859
|
+
"references": {}
|
|
2860
|
+
},
|
|
2861
|
+
"mutable": false,
|
|
2862
|
+
"attr": "active",
|
|
2863
|
+
"reflectToAttr": true,
|
|
2864
|
+
"docs": "Sets the trigger state to be active or inactive.",
|
|
2865
|
+
"docsTags": [
|
|
2866
|
+
{
|
|
2867
|
+
"name": "default",
|
|
2868
|
+
"text": "false"
|
|
2869
|
+
}
|
|
2870
|
+
],
|
|
2871
|
+
"default": "false",
|
|
2872
|
+
"values": [
|
|
2873
|
+
{
|
|
2874
|
+
"type": "boolean"
|
|
2875
|
+
}
|
|
2876
|
+
],
|
|
2877
|
+
"optional": false,
|
|
2878
|
+
"required": false,
|
|
2879
|
+
"getter": false,
|
|
2880
|
+
"setter": false
|
|
2881
|
+
},
|
|
2849
2882
|
{
|
|
2850
2883
|
"name": "for",
|
|
2851
2884
|
"type": "string",
|
|
@@ -2877,19 +2910,25 @@
|
|
|
2877
2910
|
"slots": [],
|
|
2878
2911
|
"parts": [],
|
|
2879
2912
|
"dependents": [],
|
|
2880
|
-
"dependencies": [
|
|
2881
|
-
|
|
2913
|
+
"dependencies": [
|
|
2914
|
+
"post-icon"
|
|
2915
|
+
],
|
|
2916
|
+
"dependencyGraph": {
|
|
2917
|
+
"post-megadropdown-trigger": [
|
|
2918
|
+
"post-icon"
|
|
2919
|
+
]
|
|
2920
|
+
}
|
|
2882
2921
|
},
|
|
2883
2922
|
{
|
|
2884
2923
|
"filePath": "src/components/post-menu/post-menu.tsx",
|
|
2885
2924
|
"encapsulation": "shadow",
|
|
2886
2925
|
"tag": "post-menu",
|
|
2887
|
-
"readme": "# post-menu\n
|
|
2926
|
+
"readme": "# post-menu\n",
|
|
2888
2927
|
"docs": "",
|
|
2889
2928
|
"docsTags": [
|
|
2890
2929
|
{
|
|
2891
2930
|
"name": "part",
|
|
2892
|
-
"text": "menu - The container element that holds the list of menu items."
|
|
2931
|
+
"text": "post-menu - The container element that holds the list of menu items."
|
|
2893
2932
|
},
|
|
2894
2933
|
{
|
|
2895
2934
|
"name": "slot",
|
|
@@ -2909,7 +2948,7 @@
|
|
|
2909
2948
|
"mutable": false,
|
|
2910
2949
|
"attr": "label",
|
|
2911
2950
|
"reflectToAttr": true,
|
|
2912
|
-
"docs": "
|
|
2951
|
+
"docs": "A descriptive label that clearly identifies the menu’s content so assistive technologies can convey its purpose.",
|
|
2913
2952
|
"docsTags": [],
|
|
2914
2953
|
"values": [
|
|
2915
2954
|
{
|
|
@@ -3133,13 +3172,13 @@
|
|
|
3133
3172
|
],
|
|
3134
3173
|
"parts": [
|
|
3135
3174
|
{
|
|
3136
|
-
"name": "menu",
|
|
3175
|
+
"name": "post-menu",
|
|
3137
3176
|
"docs": "The container element that holds the list of menu items."
|
|
3138
3177
|
}
|
|
3139
3178
|
],
|
|
3140
3179
|
"dependents": [
|
|
3141
3180
|
"post-breadcrumbs",
|
|
3142
|
-
"post-language-
|
|
3181
|
+
"post-language-menu"
|
|
3143
3182
|
],
|
|
3144
3183
|
"dependencies": [
|
|
3145
3184
|
"post-popovercontainer"
|
|
@@ -3151,7 +3190,7 @@
|
|
|
3151
3190
|
"post-breadcrumbs": [
|
|
3152
3191
|
"post-menu"
|
|
3153
3192
|
],
|
|
3154
|
-
"post-language-
|
|
3193
|
+
"post-language-menu": [
|
|
3155
3194
|
"post-menu"
|
|
3156
3195
|
]
|
|
3157
3196
|
}
|
|
@@ -3160,7 +3199,7 @@
|
|
|
3160
3199
|
"filePath": "src/components/post-menu-item/post-menu-item.tsx",
|
|
3161
3200
|
"encapsulation": "none",
|
|
3162
3201
|
"tag": "post-menu-item",
|
|
3163
|
-
"readme": "# post-menu-item\n
|
|
3202
|
+
"readme": "# post-menu-item\n",
|
|
3164
3203
|
"docs": "",
|
|
3165
3204
|
"docsTags": [],
|
|
3166
3205
|
"usage": {},
|
|
@@ -3185,13 +3224,250 @@
|
|
|
3185
3224
|
"filePath": "src/components/post-menu-trigger/post-menu-trigger.tsx",
|
|
3186
3225
|
"encapsulation": "none",
|
|
3187
3226
|
"tag": "post-menu-trigger",
|
|
3188
|
-
"readme": "# post-menu-trigger\n
|
|
3227
|
+
"readme": "# post-menu-trigger\n",
|
|
3228
|
+
"docs": "",
|
|
3229
|
+
"docsTags": [],
|
|
3230
|
+
"usage": {},
|
|
3231
|
+
"props": [
|
|
3232
|
+
{
|
|
3233
|
+
"name": "for",
|
|
3234
|
+
"type": "string",
|
|
3235
|
+
"complexType": {
|
|
3236
|
+
"original": "string",
|
|
3237
|
+
"resolved": "string",
|
|
3238
|
+
"references": {}
|
|
3239
|
+
},
|
|
3240
|
+
"mutable": false,
|
|
3241
|
+
"attr": "for",
|
|
3242
|
+
"reflectToAttr": true,
|
|
3243
|
+
"docs": "ID of the menu element that this trigger is linked to. Used to open and close the specified menu.",
|
|
3244
|
+
"docsTags": [],
|
|
3245
|
+
"values": [
|
|
3246
|
+
{
|
|
3247
|
+
"type": "string"
|
|
3248
|
+
}
|
|
3249
|
+
],
|
|
3250
|
+
"optional": false,
|
|
3251
|
+
"required": true,
|
|
3252
|
+
"getter": false,
|
|
3253
|
+
"setter": false
|
|
3254
|
+
}
|
|
3255
|
+
],
|
|
3256
|
+
"methods": [],
|
|
3257
|
+
"events": [],
|
|
3258
|
+
"listeners": [],
|
|
3259
|
+
"styles": [],
|
|
3260
|
+
"slots": [],
|
|
3261
|
+
"parts": [],
|
|
3262
|
+
"dependents": [
|
|
3263
|
+
"post-breadcrumbs",
|
|
3264
|
+
"post-language-menu"
|
|
3265
|
+
],
|
|
3266
|
+
"dependencies": [],
|
|
3267
|
+
"dependencyGraph": {
|
|
3268
|
+
"post-breadcrumbs": [
|
|
3269
|
+
"post-menu-trigger"
|
|
3270
|
+
],
|
|
3271
|
+
"post-language-menu": [
|
|
3272
|
+
"post-menu-trigger"
|
|
3273
|
+
]
|
|
3274
|
+
}
|
|
3275
|
+
},
|
|
3276
|
+
{
|
|
3277
|
+
"filePath": "src/components/post-pagination/post-pagination.tsx",
|
|
3278
|
+
"encapsulation": "shadow",
|
|
3279
|
+
"tag": "post-pagination",
|
|
3280
|
+
"readme": "# post-pagination\n",
|
|
3189
3281
|
"docs": "",
|
|
3190
3282
|
"docsTags": [],
|
|
3191
3283
|
"usage": {},
|
|
3192
3284
|
"props": [
|
|
3193
3285
|
{
|
|
3194
|
-
"name": "
|
|
3286
|
+
"name": "collectionSize",
|
|
3287
|
+
"type": "number",
|
|
3288
|
+
"complexType": {
|
|
3289
|
+
"original": "number",
|
|
3290
|
+
"resolved": "number",
|
|
3291
|
+
"references": {}
|
|
3292
|
+
},
|
|
3293
|
+
"mutable": false,
|
|
3294
|
+
"attr": "collection-size",
|
|
3295
|
+
"reflectToAttr": true,
|
|
3296
|
+
"docs": "The total number of items in the collection.",
|
|
3297
|
+
"docsTags": [],
|
|
3298
|
+
"values": [
|
|
3299
|
+
{
|
|
3300
|
+
"type": "number"
|
|
3301
|
+
}
|
|
3302
|
+
],
|
|
3303
|
+
"optional": false,
|
|
3304
|
+
"required": true,
|
|
3305
|
+
"getter": false,
|
|
3306
|
+
"setter": false
|
|
3307
|
+
},
|
|
3308
|
+
{
|
|
3309
|
+
"name": "disabled",
|
|
3310
|
+
"type": "boolean",
|
|
3311
|
+
"complexType": {
|
|
3312
|
+
"original": "boolean",
|
|
3313
|
+
"resolved": "boolean",
|
|
3314
|
+
"references": {}
|
|
3315
|
+
},
|
|
3316
|
+
"mutable": false,
|
|
3317
|
+
"attr": "disabled",
|
|
3318
|
+
"reflectToAttr": false,
|
|
3319
|
+
"docs": "If true, the pagination is disabled.",
|
|
3320
|
+
"docsTags": [],
|
|
3321
|
+
"values": [
|
|
3322
|
+
{
|
|
3323
|
+
"type": "boolean"
|
|
3324
|
+
}
|
|
3325
|
+
],
|
|
3326
|
+
"optional": true,
|
|
3327
|
+
"required": false,
|
|
3328
|
+
"getter": false,
|
|
3329
|
+
"setter": false
|
|
3330
|
+
},
|
|
3331
|
+
{
|
|
3332
|
+
"name": "label",
|
|
3333
|
+
"type": "string",
|
|
3334
|
+
"complexType": {
|
|
3335
|
+
"original": "string",
|
|
3336
|
+
"resolved": "string",
|
|
3337
|
+
"references": {}
|
|
3338
|
+
},
|
|
3339
|
+
"mutable": false,
|
|
3340
|
+
"attr": "label",
|
|
3341
|
+
"reflectToAttr": true,
|
|
3342
|
+
"docs": "A descriptive label for the pagination navigation, used by assistive technologies.",
|
|
3343
|
+
"docsTags": [],
|
|
3344
|
+
"values": [
|
|
3345
|
+
{
|
|
3346
|
+
"type": "string"
|
|
3347
|
+
}
|
|
3348
|
+
],
|
|
3349
|
+
"optional": false,
|
|
3350
|
+
"required": true,
|
|
3351
|
+
"getter": false,
|
|
3352
|
+
"setter": false
|
|
3353
|
+
},
|
|
3354
|
+
{
|
|
3355
|
+
"name": "page",
|
|
3356
|
+
"type": "number",
|
|
3357
|
+
"complexType": {
|
|
3358
|
+
"original": "number",
|
|
3359
|
+
"resolved": "number",
|
|
3360
|
+
"references": {}
|
|
3361
|
+
},
|
|
3362
|
+
"mutable": true,
|
|
3363
|
+
"attr": "page",
|
|
3364
|
+
"reflectToAttr": false,
|
|
3365
|
+
"docs": "The current active page number.\n\n**If not specified, defaults to the first page.**",
|
|
3366
|
+
"docsTags": [],
|
|
3367
|
+
"values": [
|
|
3368
|
+
{
|
|
3369
|
+
"type": "number"
|
|
3370
|
+
}
|
|
3371
|
+
],
|
|
3372
|
+
"optional": true,
|
|
3373
|
+
"required": false,
|
|
3374
|
+
"getter": false,
|
|
3375
|
+
"setter": false
|
|
3376
|
+
},
|
|
3377
|
+
{
|
|
3378
|
+
"name": "pageSize",
|
|
3379
|
+
"type": "number",
|
|
3380
|
+
"complexType": {
|
|
3381
|
+
"original": "number",
|
|
3382
|
+
"resolved": "number",
|
|
3383
|
+
"references": {}
|
|
3384
|
+
},
|
|
3385
|
+
"mutable": false,
|
|
3386
|
+
"attr": "page-size",
|
|
3387
|
+
"reflectToAttr": true,
|
|
3388
|
+
"docs": "The number of items per page.",
|
|
3389
|
+
"docsTags": [],
|
|
3390
|
+
"values": [
|
|
3391
|
+
{
|
|
3392
|
+
"type": "number"
|
|
3393
|
+
}
|
|
3394
|
+
],
|
|
3395
|
+
"optional": false,
|
|
3396
|
+
"required": true,
|
|
3397
|
+
"getter": false,
|
|
3398
|
+
"setter": false
|
|
3399
|
+
},
|
|
3400
|
+
{
|
|
3401
|
+
"name": "textFirst",
|
|
3402
|
+
"type": "string",
|
|
3403
|
+
"complexType": {
|
|
3404
|
+
"original": "string",
|
|
3405
|
+
"resolved": "string",
|
|
3406
|
+
"references": {}
|
|
3407
|
+
},
|
|
3408
|
+
"mutable": false,
|
|
3409
|
+
"attr": "text-first",
|
|
3410
|
+
"reflectToAttr": true,
|
|
3411
|
+
"docs": "Prefix text for the first page label.",
|
|
3412
|
+
"docsTags": [],
|
|
3413
|
+
"values": [
|
|
3414
|
+
{
|
|
3415
|
+
"type": "string"
|
|
3416
|
+
}
|
|
3417
|
+
],
|
|
3418
|
+
"optional": false,
|
|
3419
|
+
"required": true,
|
|
3420
|
+
"getter": false,
|
|
3421
|
+
"setter": false
|
|
3422
|
+
},
|
|
3423
|
+
{
|
|
3424
|
+
"name": "textLast",
|
|
3425
|
+
"type": "string",
|
|
3426
|
+
"complexType": {
|
|
3427
|
+
"original": "string",
|
|
3428
|
+
"resolved": "string",
|
|
3429
|
+
"references": {}
|
|
3430
|
+
},
|
|
3431
|
+
"mutable": false,
|
|
3432
|
+
"attr": "text-last",
|
|
3433
|
+
"reflectToAttr": true,
|
|
3434
|
+
"docs": "Prefix text for the last page label.",
|
|
3435
|
+
"docsTags": [],
|
|
3436
|
+
"values": [
|
|
3437
|
+
{
|
|
3438
|
+
"type": "string"
|
|
3439
|
+
}
|
|
3440
|
+
],
|
|
3441
|
+
"optional": false,
|
|
3442
|
+
"required": true,
|
|
3443
|
+
"getter": false,
|
|
3444
|
+
"setter": false
|
|
3445
|
+
},
|
|
3446
|
+
{
|
|
3447
|
+
"name": "textNext",
|
|
3448
|
+
"type": "string",
|
|
3449
|
+
"complexType": {
|
|
3450
|
+
"original": "string",
|
|
3451
|
+
"resolved": "string",
|
|
3452
|
+
"references": {}
|
|
3453
|
+
},
|
|
3454
|
+
"mutable": false,
|
|
3455
|
+
"attr": "text-next",
|
|
3456
|
+
"reflectToAttr": true,
|
|
3457
|
+
"docs": "Accessible label for the next page button.",
|
|
3458
|
+
"docsTags": [],
|
|
3459
|
+
"values": [
|
|
3460
|
+
{
|
|
3461
|
+
"type": "string"
|
|
3462
|
+
}
|
|
3463
|
+
],
|
|
3464
|
+
"optional": false,
|
|
3465
|
+
"required": true,
|
|
3466
|
+
"getter": false,
|
|
3467
|
+
"setter": false
|
|
3468
|
+
},
|
|
3469
|
+
{
|
|
3470
|
+
"name": "textPage",
|
|
3195
3471
|
"type": "string",
|
|
3196
3472
|
"complexType": {
|
|
3197
3473
|
"original": "string",
|
|
@@ -3199,9 +3475,32 @@
|
|
|
3199
3475
|
"references": {}
|
|
3200
3476
|
},
|
|
3201
3477
|
"mutable": false,
|
|
3202
|
-
"attr": "
|
|
3478
|
+
"attr": "text-page",
|
|
3203
3479
|
"reflectToAttr": true,
|
|
3204
|
-
"docs": "
|
|
3480
|
+
"docs": "Prefix text for page number labels.",
|
|
3481
|
+
"docsTags": [],
|
|
3482
|
+
"values": [
|
|
3483
|
+
{
|
|
3484
|
+
"type": "string"
|
|
3485
|
+
}
|
|
3486
|
+
],
|
|
3487
|
+
"optional": false,
|
|
3488
|
+
"required": true,
|
|
3489
|
+
"getter": false,
|
|
3490
|
+
"setter": false
|
|
3491
|
+
},
|
|
3492
|
+
{
|
|
3493
|
+
"name": "textPrevious",
|
|
3494
|
+
"type": "string",
|
|
3495
|
+
"complexType": {
|
|
3496
|
+
"original": "string",
|
|
3497
|
+
"resolved": "string",
|
|
3498
|
+
"references": {}
|
|
3499
|
+
},
|
|
3500
|
+
"mutable": false,
|
|
3501
|
+
"attr": "text-previous",
|
|
3502
|
+
"reflectToAttr": true,
|
|
3503
|
+
"docs": "Accessible label for the previous page button.",
|
|
3205
3504
|
"docsTags": [],
|
|
3206
3505
|
"values": [
|
|
3207
3506
|
{
|
|
@@ -3215,22 +3514,33 @@
|
|
|
3215
3514
|
}
|
|
3216
3515
|
],
|
|
3217
3516
|
"methods": [],
|
|
3218
|
-
"events": [
|
|
3517
|
+
"events": [
|
|
3518
|
+
{
|
|
3519
|
+
"event": "postChange",
|
|
3520
|
+
"detail": "number",
|
|
3521
|
+
"bubbles": true,
|
|
3522
|
+
"complexType": {
|
|
3523
|
+
"original": "number",
|
|
3524
|
+
"resolved": "number",
|
|
3525
|
+
"references": {}
|
|
3526
|
+
},
|
|
3527
|
+
"cancelable": true,
|
|
3528
|
+
"composed": true,
|
|
3529
|
+
"docs": "Event emitted when the page changes.",
|
|
3530
|
+
"docsTags": []
|
|
3531
|
+
}
|
|
3532
|
+
],
|
|
3219
3533
|
"listeners": [],
|
|
3220
3534
|
"styles": [],
|
|
3221
3535
|
"slots": [],
|
|
3222
3536
|
"parts": [],
|
|
3223
|
-
"dependents": [
|
|
3224
|
-
|
|
3225
|
-
"post-
|
|
3537
|
+
"dependents": [],
|
|
3538
|
+
"dependencies": [
|
|
3539
|
+
"post-icon"
|
|
3226
3540
|
],
|
|
3227
|
-
"dependencies": [],
|
|
3228
3541
|
"dependencyGraph": {
|
|
3229
|
-
"post-
|
|
3230
|
-
"post-
|
|
3231
|
-
],
|
|
3232
|
-
"post-language-switch": [
|
|
3233
|
-
"post-menu-trigger"
|
|
3542
|
+
"post-pagination": [
|
|
3543
|
+
"post-icon"
|
|
3234
3544
|
]
|
|
3235
3545
|
}
|
|
3236
3546
|
},
|
|
@@ -3238,7 +3548,7 @@
|
|
|
3238
3548
|
"filePath": "src/components/post-popover/post-popover.tsx",
|
|
3239
3549
|
"encapsulation": "shadow",
|
|
3240
3550
|
"tag": "post-popover",
|
|
3241
|
-
"readme": "# post-popover\n
|
|
3551
|
+
"readme": "# post-popover\n",
|
|
3242
3552
|
"docs": "",
|
|
3243
3553
|
"docsTags": [
|
|
3244
3554
|
{
|
|
@@ -3277,29 +3587,6 @@
|
|
|
3277
3587
|
"getter": false,
|
|
3278
3588
|
"setter": false
|
|
3279
3589
|
},
|
|
3280
|
-
{
|
|
3281
|
-
"name": "closeButtonCaption",
|
|
3282
|
-
"type": "string",
|
|
3283
|
-
"complexType": {
|
|
3284
|
-
"original": "string",
|
|
3285
|
-
"resolved": "string",
|
|
3286
|
-
"references": {}
|
|
3287
|
-
},
|
|
3288
|
-
"mutable": false,
|
|
3289
|
-
"attr": "close-button-caption",
|
|
3290
|
-
"reflectToAttr": true,
|
|
3291
|
-
"docs": "Define the caption of the close button for assistive technology",
|
|
3292
|
-
"docsTags": [],
|
|
3293
|
-
"values": [
|
|
3294
|
-
{
|
|
3295
|
-
"type": "string"
|
|
3296
|
-
}
|
|
3297
|
-
],
|
|
3298
|
-
"optional": false,
|
|
3299
|
-
"required": true,
|
|
3300
|
-
"getter": false,
|
|
3301
|
-
"setter": false
|
|
3302
|
-
},
|
|
3303
3590
|
{
|
|
3304
3591
|
"name": "placement",
|
|
3305
3592
|
"type": "\"bottom\" | \"bottom-end\" | \"bottom-start\" | \"left\" | \"left-end\" | \"left-start\" | \"right\" | \"right-end\" | \"right-start\" | \"top\" | \"top-end\" | \"top-start\"",
|
|
@@ -3379,6 +3666,29 @@
|
|
|
3379
3666
|
"required": false,
|
|
3380
3667
|
"getter": false,
|
|
3381
3668
|
"setter": false
|
|
3669
|
+
},
|
|
3670
|
+
{
|
|
3671
|
+
"name": "textClose",
|
|
3672
|
+
"type": "string",
|
|
3673
|
+
"complexType": {
|
|
3674
|
+
"original": "string",
|
|
3675
|
+
"resolved": "string",
|
|
3676
|
+
"references": {}
|
|
3677
|
+
},
|
|
3678
|
+
"mutable": false,
|
|
3679
|
+
"attr": "text-close",
|
|
3680
|
+
"reflectToAttr": true,
|
|
3681
|
+
"docs": "Define the text of the close button for assistive technology",
|
|
3682
|
+
"docsTags": [],
|
|
3683
|
+
"values": [
|
|
3684
|
+
{
|
|
3685
|
+
"type": "string"
|
|
3686
|
+
}
|
|
3687
|
+
],
|
|
3688
|
+
"optional": false,
|
|
3689
|
+
"required": true,
|
|
3690
|
+
"getter": false,
|
|
3691
|
+
"setter": false
|
|
3382
3692
|
}
|
|
3383
3693
|
],
|
|
3384
3694
|
"methods": [
|
|
@@ -3534,7 +3844,7 @@
|
|
|
3534
3844
|
"filePath": "src/components/post-popover-trigger/post-popover-trigger.tsx",
|
|
3535
3845
|
"encapsulation": "shadow",
|
|
3536
3846
|
"tag": "post-popover-trigger",
|
|
3537
|
-
"readme": "# post-popover-trigger\n
|
|
3847
|
+
"readme": "# post-popover-trigger\n",
|
|
3538
3848
|
"docs": "",
|
|
3539
3849
|
"docsTags": [],
|
|
3540
3850
|
"usage": {},
|
|
@@ -3557,8 +3867,8 @@
|
|
|
3557
3867
|
"type": "string"
|
|
3558
3868
|
}
|
|
3559
3869
|
],
|
|
3560
|
-
"optional":
|
|
3561
|
-
"required":
|
|
3870
|
+
"optional": true,
|
|
3871
|
+
"required": false,
|
|
3562
3872
|
"getter": false,
|
|
3563
3873
|
"setter": false
|
|
3564
3874
|
}
|
|
@@ -3675,35 +3985,6 @@
|
|
|
3675
3985
|
"getter": false,
|
|
3676
3986
|
"setter": false
|
|
3677
3987
|
},
|
|
3678
|
-
{
|
|
3679
|
-
"name": "manualClose",
|
|
3680
|
-
"type": "boolean",
|
|
3681
|
-
"complexType": {
|
|
3682
|
-
"original": "boolean",
|
|
3683
|
-
"resolved": "boolean",
|
|
3684
|
-
"references": {}
|
|
3685
|
-
},
|
|
3686
|
-
"mutable": false,
|
|
3687
|
-
"attr": "manual-close",
|
|
3688
|
-
"reflectToAttr": false,
|
|
3689
|
-
"docs": "Whether or not the popovercontainer should close when user clicks outside of it",
|
|
3690
|
-
"docsTags": [
|
|
3691
|
-
{
|
|
3692
|
-
"name": "default",
|
|
3693
|
-
"text": "false"
|
|
3694
|
-
}
|
|
3695
|
-
],
|
|
3696
|
-
"default": "false",
|
|
3697
|
-
"values": [
|
|
3698
|
-
{
|
|
3699
|
-
"type": "boolean"
|
|
3700
|
-
}
|
|
3701
|
-
],
|
|
3702
|
-
"optional": false,
|
|
3703
|
-
"required": false,
|
|
3704
|
-
"getter": false,
|
|
3705
|
-
"setter": false
|
|
3706
|
-
},
|
|
3707
3988
|
{
|
|
3708
3989
|
"name": "placement",
|
|
3709
3990
|
"type": "\"bottom\" | \"bottom-end\" | \"bottom-start\" | \"left\" | \"left-end\" | \"left-start\" | \"right\" | \"right-end\" | \"right-start\" | \"top\" | \"top-end\" | \"top-start\"",
|
|
@@ -3814,28 +4095,6 @@
|
|
|
3814
4095
|
}
|
|
3815
4096
|
],
|
|
3816
4097
|
"methods": [
|
|
3817
|
-
{
|
|
3818
|
-
"name": "close",
|
|
3819
|
-
"returns": {
|
|
3820
|
-
"type": "Promise<void>",
|
|
3821
|
-
"docs": ""
|
|
3822
|
-
},
|
|
3823
|
-
"complexType": {
|
|
3824
|
-
"signature": "() => Promise<void>",
|
|
3825
|
-
"parameters": [],
|
|
3826
|
-
"references": {
|
|
3827
|
-
"Promise": {
|
|
3828
|
-
"location": "global",
|
|
3829
|
-
"id": "global::Promise"
|
|
3830
|
-
}
|
|
3831
|
-
},
|
|
3832
|
-
"return": "Promise<void>"
|
|
3833
|
-
},
|
|
3834
|
-
"signature": "close() => Promise<void>",
|
|
3835
|
-
"parameters": [],
|
|
3836
|
-
"docs": "Handles the popover closing process and emits related events.",
|
|
3837
|
-
"docsTags": []
|
|
3838
|
-
},
|
|
3839
4098
|
{
|
|
3840
4099
|
"name": "hide",
|
|
3841
4100
|
"returns": {
|
|
@@ -3858,32 +4117,6 @@
|
|
|
3858
4117
|
"docs": "Programmatically hide the popovercontainer",
|
|
3859
4118
|
"docsTags": []
|
|
3860
4119
|
},
|
|
3861
|
-
{
|
|
3862
|
-
"name": "open",
|
|
3863
|
-
"returns": {
|
|
3864
|
-
"type": "Promise<void>",
|
|
3865
|
-
"docs": ""
|
|
3866
|
-
},
|
|
3867
|
-
"complexType": {
|
|
3868
|
-
"signature": "() => Promise<void>",
|
|
3869
|
-
"parameters": [],
|
|
3870
|
-
"references": {
|
|
3871
|
-
"Promise": {
|
|
3872
|
-
"location": "global",
|
|
3873
|
-
"id": "global::Promise"
|
|
3874
|
-
},
|
|
3875
|
-
"HTMLElement": {
|
|
3876
|
-
"location": "global",
|
|
3877
|
-
"id": "global::HTMLElement"
|
|
3878
|
-
}
|
|
3879
|
-
},
|
|
3880
|
-
"return": "Promise<void>"
|
|
3881
|
-
},
|
|
3882
|
-
"signature": "open() => Promise<void>",
|
|
3883
|
-
"parameters": [],
|
|
3884
|
-
"docs": "Handles the popover opening process and emits related events.",
|
|
3885
|
-
"docsTags": []
|
|
3886
|
-
},
|
|
3887
4120
|
{
|
|
3888
4121
|
"name": "show",
|
|
3889
4122
|
"returns": {
|
|
@@ -4088,7 +4321,7 @@
|
|
|
4088
4321
|
"filePath": "src/components/post-rating/post-rating.tsx",
|
|
4089
4322
|
"encapsulation": "shadow",
|
|
4090
4323
|
"tag": "post-rating",
|
|
4091
|
-
"readme": "# post-rating\n
|
|
4324
|
+
"readme": "# post-rating\n",
|
|
4092
4325
|
"docs": "",
|
|
4093
4326
|
"docsTags": [],
|
|
4094
4327
|
"usage": {},
|
|
@@ -4133,7 +4366,7 @@
|
|
|
4133
4366
|
"mutable": false,
|
|
4134
4367
|
"attr": "label",
|
|
4135
4368
|
"reflectToAttr": true,
|
|
4136
|
-
"docs": "
|
|
4369
|
+
"docs": "A hidden, descriptive label that explains the role of the rating component to assistive technologies.",
|
|
4137
4370
|
"docsTags": [],
|
|
4138
4371
|
"values": [
|
|
4139
4372
|
{
|
|
@@ -4253,36 +4486,42 @@
|
|
|
4253
4486
|
"filePath": "src/components/post-stepper/post-stepper.tsx",
|
|
4254
4487
|
"encapsulation": "shadow",
|
|
4255
4488
|
"tag": "post-stepper",
|
|
4256
|
-
"readme": "# post-stepper\n
|
|
4489
|
+
"readme": "# post-stepper\n",
|
|
4257
4490
|
"docs": "",
|
|
4258
4491
|
"docsTags": [],
|
|
4259
4492
|
"usage": {},
|
|
4260
4493
|
"props": [
|
|
4261
4494
|
{
|
|
4262
|
-
"name": "
|
|
4263
|
-
"type": "
|
|
4495
|
+
"name": "currentIndex",
|
|
4496
|
+
"type": "number",
|
|
4264
4497
|
"complexType": {
|
|
4265
|
-
"original": "
|
|
4266
|
-
"resolved": "
|
|
4498
|
+
"original": "number",
|
|
4499
|
+
"resolved": "number",
|
|
4267
4500
|
"references": {}
|
|
4268
4501
|
},
|
|
4269
4502
|
"mutable": false,
|
|
4270
|
-
"attr": "
|
|
4271
|
-
"reflectToAttr":
|
|
4272
|
-
"docs": "
|
|
4273
|
-
"docsTags": [
|
|
4503
|
+
"attr": "current-index",
|
|
4504
|
+
"reflectToAttr": false,
|
|
4505
|
+
"docs": "Defines the currently active step",
|
|
4506
|
+
"docsTags": [
|
|
4507
|
+
{
|
|
4508
|
+
"name": "default",
|
|
4509
|
+
"text": "-1"
|
|
4510
|
+
}
|
|
4511
|
+
],
|
|
4512
|
+
"default": "-1",
|
|
4274
4513
|
"values": [
|
|
4275
4514
|
{
|
|
4276
|
-
"type": "
|
|
4515
|
+
"type": "number"
|
|
4277
4516
|
}
|
|
4278
4517
|
],
|
|
4279
4518
|
"optional": false,
|
|
4280
|
-
"required":
|
|
4519
|
+
"required": false,
|
|
4281
4520
|
"getter": false,
|
|
4282
4521
|
"setter": false
|
|
4283
4522
|
},
|
|
4284
4523
|
{
|
|
4285
|
-
"name": "
|
|
4524
|
+
"name": "textCompletedStep",
|
|
4286
4525
|
"type": "string",
|
|
4287
4526
|
"complexType": {
|
|
4288
4527
|
"original": "string",
|
|
@@ -4290,7 +4529,7 @@
|
|
|
4290
4529
|
"references": {}
|
|
4291
4530
|
},
|
|
4292
4531
|
"mutable": false,
|
|
4293
|
-
"attr": "completed-
|
|
4532
|
+
"attr": "text-completed-step",
|
|
4294
4533
|
"reflectToAttr": true,
|
|
4295
4534
|
"docs": "\"Completed step\" label for accessibility",
|
|
4296
4535
|
"docsTags": [],
|
|
@@ -4305,36 +4544,30 @@
|
|
|
4305
4544
|
"setter": false
|
|
4306
4545
|
},
|
|
4307
4546
|
{
|
|
4308
|
-
"name": "
|
|
4309
|
-
"type": "
|
|
4547
|
+
"name": "textCurrentStep",
|
|
4548
|
+
"type": "string",
|
|
4310
4549
|
"complexType": {
|
|
4311
|
-
"original": "
|
|
4312
|
-
"resolved": "
|
|
4550
|
+
"original": "string",
|
|
4551
|
+
"resolved": "string",
|
|
4313
4552
|
"references": {}
|
|
4314
4553
|
},
|
|
4315
4554
|
"mutable": false,
|
|
4316
|
-
"attr": "current-
|
|
4317
|
-
"reflectToAttr":
|
|
4318
|
-
"docs": "
|
|
4319
|
-
"docsTags": [
|
|
4320
|
-
{
|
|
4321
|
-
"name": "default",
|
|
4322
|
-
"text": "-1"
|
|
4323
|
-
}
|
|
4324
|
-
],
|
|
4325
|
-
"default": "-1",
|
|
4555
|
+
"attr": "text-current-step",
|
|
4556
|
+
"reflectToAttr": true,
|
|
4557
|
+
"docs": "\"Current step\" label for accessibility",
|
|
4558
|
+
"docsTags": [],
|
|
4326
4559
|
"values": [
|
|
4327
4560
|
{
|
|
4328
|
-
"type": "
|
|
4561
|
+
"type": "string"
|
|
4329
4562
|
}
|
|
4330
4563
|
],
|
|
4331
4564
|
"optional": false,
|
|
4332
|
-
"required":
|
|
4565
|
+
"required": true,
|
|
4333
4566
|
"getter": false,
|
|
4334
4567
|
"setter": false
|
|
4335
4568
|
},
|
|
4336
4569
|
{
|
|
4337
|
-
"name": "
|
|
4570
|
+
"name": "textStepNumber",
|
|
4338
4571
|
"type": "string",
|
|
4339
4572
|
"complexType": {
|
|
4340
4573
|
"original": "string",
|
|
@@ -4342,9 +4575,9 @@
|
|
|
4342
4575
|
"references": {}
|
|
4343
4576
|
},
|
|
4344
4577
|
"mutable": false,
|
|
4345
|
-
"attr": "
|
|
4578
|
+
"attr": "text-step-number",
|
|
4346
4579
|
"reflectToAttr": true,
|
|
4347
|
-
"docs": "\"
|
|
4580
|
+
"docs": "Label for the \"Step N:\" indicator for mobile view.\nUse `#number` as a placeholder — it will be replaced with the current step number at runtime.",
|
|
4348
4581
|
"docsTags": [],
|
|
4349
4582
|
"values": [
|
|
4350
4583
|
{
|
|
@@ -4387,21 +4620,21 @@
|
|
|
4387
4620
|
"dependencyGraph": {}
|
|
4388
4621
|
},
|
|
4389
4622
|
{
|
|
4390
|
-
"filePath": "src/components/post-tab-
|
|
4623
|
+
"filePath": "src/components/post-tab-item/post-tab-item.tsx",
|
|
4391
4624
|
"encapsulation": "shadow",
|
|
4392
|
-
"tag": "post-tab-
|
|
4393
|
-
"readme": "# post-tab-
|
|
4625
|
+
"tag": "post-tab-item",
|
|
4626
|
+
"readme": "# post-tab-item\n",
|
|
4394
4627
|
"docs": "",
|
|
4395
4628
|
"docsTags": [
|
|
4396
4629
|
{
|
|
4397
4630
|
"name": "slot",
|
|
4398
|
-
"text": "default - Slot for the content of the tab
|
|
4631
|
+
"text": "default - Slot for the content of the tab item. Can contain text or an <a> element for navigation mode."
|
|
4399
4632
|
}
|
|
4400
4633
|
],
|
|
4401
4634
|
"usage": {},
|
|
4402
4635
|
"props": [
|
|
4403
4636
|
{
|
|
4404
|
-
"name": "
|
|
4637
|
+
"name": "name",
|
|
4405
4638
|
"type": "string",
|
|
4406
4639
|
"complexType": {
|
|
4407
4640
|
"original": "string",
|
|
@@ -4409,9 +4642,9 @@
|
|
|
4409
4642
|
"references": {}
|
|
4410
4643
|
},
|
|
4411
4644
|
"mutable": false,
|
|
4412
|
-
"attr": "
|
|
4645
|
+
"attr": "name",
|
|
4413
4646
|
"reflectToAttr": true,
|
|
4414
|
-
"docs": "The name of the panel
|
|
4647
|
+
"docs": "The name of the tab, used to associate it with a tab panel or identify the active tab in panel mode.",
|
|
4415
4648
|
"docsTags": [],
|
|
4416
4649
|
"values": [
|
|
4417
4650
|
{
|
|
@@ -4431,7 +4664,7 @@
|
|
|
4431
4664
|
"slots": [
|
|
4432
4665
|
{
|
|
4433
4666
|
"name": "default",
|
|
4434
|
-
"docs": "Slot for the content of the tab
|
|
4667
|
+
"docs": "Slot for the content of the tab item. Can contain text or an <a> element for navigation mode."
|
|
4435
4668
|
}
|
|
4436
4669
|
],
|
|
4437
4670
|
"parts": [],
|
|
@@ -4443,7 +4676,7 @@
|
|
|
4443
4676
|
"filePath": "src/components/post-tab-panel/post-tab-panel.tsx",
|
|
4444
4677
|
"encapsulation": "shadow",
|
|
4445
4678
|
"tag": "post-tab-panel",
|
|
4446
|
-
"readme": "# post-tab-panel\n
|
|
4679
|
+
"readme": "# post-tab-panel\n",
|
|
4447
4680
|
"docs": "",
|
|
4448
4681
|
"docsTags": [
|
|
4449
4682
|
{
|
|
@@ -4454,7 +4687,7 @@
|
|
|
4454
4687
|
"usage": {},
|
|
4455
4688
|
"props": [
|
|
4456
4689
|
{
|
|
4457
|
-
"name": "
|
|
4690
|
+
"name": "for",
|
|
4458
4691
|
"type": "string",
|
|
4459
4692
|
"complexType": {
|
|
4460
4693
|
"original": "string",
|
|
@@ -4462,9 +4695,9 @@
|
|
|
4462
4695
|
"references": {}
|
|
4463
4696
|
},
|
|
4464
4697
|
"mutable": false,
|
|
4465
|
-
"attr": "
|
|
4698
|
+
"attr": "for",
|
|
4466
4699
|
"reflectToAttr": true,
|
|
4467
|
-
"docs": "The name of the
|
|
4700
|
+
"docs": "The name of the tab that this panel is associated with.",
|
|
4468
4701
|
"docsTags": [],
|
|
4469
4702
|
"values": [
|
|
4470
4703
|
{
|
|
@@ -4496,45 +4729,40 @@
|
|
|
4496
4729
|
"filePath": "src/components/post-tabs/post-tabs.tsx",
|
|
4497
4730
|
"encapsulation": "shadow",
|
|
4498
4731
|
"tag": "post-tabs",
|
|
4499
|
-
"readme": "# post-tabs\n
|
|
4732
|
+
"readme": "# post-tabs\n",
|
|
4500
4733
|
"docs": "",
|
|
4501
4734
|
"docsTags": [
|
|
4502
4735
|
{
|
|
4503
4736
|
"name": "slot",
|
|
4504
|
-
"text": "
|
|
4737
|
+
"text": "default - Slot for placing tab items. Each tab item should be a <post-tab-item> element."
|
|
4505
4738
|
},
|
|
4506
4739
|
{
|
|
4507
4740
|
"name": "slot",
|
|
4508
|
-
"text": "
|
|
4741
|
+
"text": "panels - Slot for placing tab panels. Each tab panel should be a <post-tab-panel> element."
|
|
4509
4742
|
},
|
|
4510
4743
|
{
|
|
4511
4744
|
"name": "part",
|
|
4512
|
-
"text": "tabs - The container element that holds the set of tabs."
|
|
4745
|
+
"text": "post-tabs - The container element that holds the set of tabs."
|
|
4513
4746
|
},
|
|
4514
4747
|
{
|
|
4515
4748
|
"name": "part",
|
|
4516
|
-
"text": "content - The container element that displays the content of the currently active tab."
|
|
4749
|
+
"text": "post-tabs-content - The container element that displays the content of the currently active tab. Only available in panels mode."
|
|
4517
4750
|
}
|
|
4518
4751
|
],
|
|
4519
4752
|
"usage": {},
|
|
4520
4753
|
"props": [
|
|
4521
4754
|
{
|
|
4522
|
-
"name": "
|
|
4755
|
+
"name": "activeTab",
|
|
4523
4756
|
"type": "string",
|
|
4524
4757
|
"complexType": {
|
|
4525
|
-
"original": "
|
|
4758
|
+
"original": "string",
|
|
4526
4759
|
"resolved": "string",
|
|
4527
|
-
"references": {
|
|
4528
|
-
"HTMLPostTabPanelElement": {
|
|
4529
|
-
"location": "global",
|
|
4530
|
-
"id": "global::HTMLPostTabPanelElement"
|
|
4531
|
-
}
|
|
4532
|
-
}
|
|
4760
|
+
"references": {}
|
|
4533
4761
|
},
|
|
4534
4762
|
"mutable": false,
|
|
4535
|
-
"attr": "active-
|
|
4763
|
+
"attr": "active-tab",
|
|
4536
4764
|
"reflectToAttr": false,
|
|
4537
|
-
"docs": "The name of the panel that is initially
|
|
4765
|
+
"docs": "The name of the tab in the panel mode that is initially active.\nChanging this value after initialization has no effect.\nIf not specified, defaults to the first tab.",
|
|
4538
4766
|
"docsTags": [],
|
|
4539
4767
|
"values": [
|
|
4540
4768
|
{
|
|
@@ -4557,7 +4785,7 @@
|
|
|
4557
4785
|
"mutable": false,
|
|
4558
4786
|
"attr": "full-width",
|
|
4559
4787
|
"reflectToAttr": true,
|
|
4560
|
-
"docs": "When set to true, this property allows the tabs container to span the\nfull width of the screen, from edge to edge.",
|
|
4788
|
+
"docs": "When set to true, this property allows the tabs container to span the\nChanging this value after initialization has no effect.\nfull width of the screen, from edge to edge.",
|
|
4561
4789
|
"docsTags": [
|
|
4562
4790
|
{
|
|
4563
4791
|
"name": "default",
|
|
@@ -4574,6 +4802,29 @@
|
|
|
4574
4802
|
"required": false,
|
|
4575
4803
|
"getter": false,
|
|
4576
4804
|
"setter": false
|
|
4805
|
+
},
|
|
4806
|
+
{
|
|
4807
|
+
"name": "label",
|
|
4808
|
+
"type": "string",
|
|
4809
|
+
"complexType": {
|
|
4810
|
+
"original": "string",
|
|
4811
|
+
"resolved": "string",
|
|
4812
|
+
"references": {}
|
|
4813
|
+
},
|
|
4814
|
+
"mutable": false,
|
|
4815
|
+
"attr": "label",
|
|
4816
|
+
"reflectToAttr": true,
|
|
4817
|
+
"docs": "The accessible label for the tabs component in navigation mode.",
|
|
4818
|
+
"docsTags": [],
|
|
4819
|
+
"values": [
|
|
4820
|
+
{
|
|
4821
|
+
"type": "string"
|
|
4822
|
+
}
|
|
4823
|
+
],
|
|
4824
|
+
"optional": true,
|
|
4825
|
+
"required": false,
|
|
4826
|
+
"getter": false,
|
|
4827
|
+
"setter": false
|
|
4577
4828
|
}
|
|
4578
4829
|
],
|
|
4579
4830
|
"methods": [
|
|
@@ -4584,10 +4835,10 @@
|
|
|
4584
4835
|
"docs": ""
|
|
4585
4836
|
},
|
|
4586
4837
|
"complexType": {
|
|
4587
|
-
"signature": "(
|
|
4838
|
+
"signature": "(tabName: string) => Promise<void>",
|
|
4588
4839
|
"parameters": [
|
|
4589
4840
|
{
|
|
4590
|
-
"name": "
|
|
4841
|
+
"name": "tabName",
|
|
4591
4842
|
"type": "string",
|
|
4592
4843
|
"docs": ""
|
|
4593
4844
|
}
|
|
@@ -4597,17 +4848,17 @@
|
|
|
4597
4848
|
"location": "global",
|
|
4598
4849
|
"id": "global::Promise"
|
|
4599
4850
|
},
|
|
4600
|
-
"
|
|
4851
|
+
"HTMLPostTabItemElement": {
|
|
4601
4852
|
"location": "global",
|
|
4602
|
-
"id": "global::
|
|
4853
|
+
"id": "global::HTMLPostTabItemElement"
|
|
4603
4854
|
}
|
|
4604
4855
|
},
|
|
4605
4856
|
"return": "Promise<void>"
|
|
4606
4857
|
},
|
|
4607
|
-
"signature": "show(
|
|
4858
|
+
"signature": "show(tabName: string) => Promise<void>",
|
|
4608
4859
|
"parameters": [
|
|
4609
4860
|
{
|
|
4610
|
-
"name": "
|
|
4861
|
+
"name": "tabName",
|
|
4611
4862
|
"type": "string",
|
|
4612
4863
|
"docs": ""
|
|
4613
4864
|
}
|
|
@@ -4628,7 +4879,7 @@
|
|
|
4628
4879
|
},
|
|
4629
4880
|
"cancelable": true,
|
|
4630
4881
|
"composed": true,
|
|
4631
|
-
"docs": "An event emitted after the active tab changes, when the fade in transition of its associated panel is finished.\nThe payload is the name of the newly
|
|
4882
|
+
"docs": "An event emitted after the active tab changes, when the fade in transition of its associated panel is finished.\nThe payload is the name of the newly active tab.\nOnly emitted in panel mode.",
|
|
4632
4883
|
"docsTags": []
|
|
4633
4884
|
}
|
|
4634
4885
|
],
|
|
@@ -4637,21 +4888,21 @@
|
|
|
4637
4888
|
"slots": [
|
|
4638
4889
|
{
|
|
4639
4890
|
"name": "default",
|
|
4640
|
-
"docs": "Slot for placing tab
|
|
4891
|
+
"docs": "Slot for placing tab items. Each tab item should be a <post-tab-item> element."
|
|
4641
4892
|
},
|
|
4642
4893
|
{
|
|
4643
|
-
"name": "
|
|
4644
|
-
"docs": "Slot for placing tab
|
|
4894
|
+
"name": "panels",
|
|
4895
|
+
"docs": "Slot for placing tab panels. Each tab panel should be a <post-tab-panel> element."
|
|
4645
4896
|
}
|
|
4646
4897
|
],
|
|
4647
4898
|
"parts": [
|
|
4648
4899
|
{
|
|
4649
|
-
"name": "
|
|
4650
|
-
"docs": "The container element that
|
|
4900
|
+
"name": "post-tabs",
|
|
4901
|
+
"docs": "The container element that holds the set of tabs."
|
|
4651
4902
|
},
|
|
4652
4903
|
{
|
|
4653
|
-
"name": "tabs",
|
|
4654
|
-
"docs": "The container element that
|
|
4904
|
+
"name": "post-tabs-content",
|
|
4905
|
+
"docs": "The container element that displays the content of the currently active tab. Only available in panels mode."
|
|
4655
4906
|
}
|
|
4656
4907
|
],
|
|
4657
4908
|
"dependents": [],
|
|
@@ -4662,7 +4913,7 @@
|
|
|
4662
4913
|
"filePath": "src/components/post-togglebutton/post-togglebutton.tsx",
|
|
4663
4914
|
"encapsulation": "shadow",
|
|
4664
4915
|
"tag": "post-togglebutton",
|
|
4665
|
-
"readme": "# post-togglebutton\n
|
|
4916
|
+
"readme": "# post-togglebutton\n",
|
|
4666
4917
|
"docs": "",
|
|
4667
4918
|
"docsTags": [
|
|
4668
4919
|
{
|
|
@@ -4713,15 +4964,21 @@
|
|
|
4713
4964
|
}
|
|
4714
4965
|
],
|
|
4715
4966
|
"parts": [],
|
|
4716
|
-
"dependents": [
|
|
4967
|
+
"dependents": [
|
|
4968
|
+
"post-header"
|
|
4969
|
+
],
|
|
4717
4970
|
"dependencies": [],
|
|
4718
|
-
"dependencyGraph": {
|
|
4971
|
+
"dependencyGraph": {
|
|
4972
|
+
"post-header": [
|
|
4973
|
+
"post-togglebutton"
|
|
4974
|
+
]
|
|
4975
|
+
}
|
|
4719
4976
|
},
|
|
4720
4977
|
{
|
|
4721
4978
|
"filePath": "src/components/post-tooltip/post-tooltip.tsx",
|
|
4722
4979
|
"encapsulation": "shadow",
|
|
4723
4980
|
"tag": "post-tooltip",
|
|
4724
|
-
"readme": "# post-tooltip\n
|
|
4981
|
+
"readme": "# post-tooltip\n",
|
|
4725
4982
|
"docs": "",
|
|
4726
4983
|
"docsTags": [],
|
|
4727
4984
|
"usage": {},
|
|
@@ -5032,7 +5289,7 @@
|
|
|
5032
5289
|
"filePath": "src/components/post-tooltip-trigger/post-tooltip-trigger.tsx",
|
|
5033
5290
|
"encapsulation": "shadow",
|
|
5034
5291
|
"tag": "post-tooltip-trigger",
|
|
5035
|
-
"readme": "# post-tooltip-trigger\n
|
|
5292
|
+
"readme": "# post-tooltip-trigger\n",
|
|
5036
5293
|
"docs": "",
|
|
5037
5294
|
"docsTags": [
|
|
5038
5295
|
{
|
|
@@ -5127,10 +5384,10 @@
|
|
|
5127
5384
|
"docstring": "",
|
|
5128
5385
|
"path": "src/components/post-closebutton/button-types.ts"
|
|
5129
5386
|
},
|
|
5130
|
-
"src/components/post-language-
|
|
5387
|
+
"src/components/post-language-menu/switch-variants.ts::SwitchVariant": {
|
|
5131
5388
|
"declaration": "\"list\" | \"menu\"",
|
|
5132
5389
|
"docstring": "",
|
|
5133
|
-
"path": "src/components/post-language-
|
|
5390
|
+
"path": "src/components/post-language-menu/switch-variants.ts"
|
|
5134
5391
|
},
|
|
5135
5392
|
"../../node_modules/.pnpm/@floating-ui+dom@1.7.4/node_modules/@floating-ui/dom/dist/floating-ui.dom.d.ts::Placement": {
|
|
5136
5393
|
"declaration": "any",
|