@swisspost/design-system-components 10.0.0-next.55 → 10.0.0-next.57
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/{components/react/p-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-B4rc1pqu.js} +2150 -292
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/{package-DkJrv93P.js → package-uQ5oiSiN.js} +1 -1
- package/dist/cjs/post-accordion_2.cjs.entry.js +19 -15
- package/dist/cjs/post-avatar.cjs.entry.js +27 -17
- package/dist/cjs/post-back-to-top.cjs.entry.js +23 -43
- package/dist/cjs/post-banner.cjs.entry.js +15 -12
- package/dist/cjs/post-breadcrumb-item_2.cjs.entry.js +14 -12
- package/dist/cjs/post-breadcrumbs.cjs.entry.js +33 -34
- package/dist/cjs/post-card-control.cjs.entry.js +42 -26
- package/dist/cjs/{post-closebutton_15.cjs.entry.js → post-closebutton_13.cjs.entry.js} +618 -531
- package/dist/cjs/post-collapsible_2.cjs.entry.js +41 -37
- package/dist/cjs/post-components.cjs.js +3 -3
- package/dist/cjs/post-env-test.cjs.entry.js +15 -0
- package/dist/cjs/post-footer.cjs.entry.js +24 -20
- package/dist/cjs/post-linkarea.cjs.entry.js +5 -5
- package/dist/cjs/post-pagination.cjs.entry.js +615 -0
- package/dist/cjs/post-popover-trigger.cjs.entry.js +54 -34
- package/dist/cjs/post-popover.cjs.entry.js +26 -17
- package/dist/cjs/post-rating.cjs.entry.js +24 -18
- package/dist/cjs/post-stepper-item.cjs.entry.js +5 -5
- package/dist/cjs/post-stepper.cjs.entry.js +40 -29
- package/dist/cjs/post-tab-item.cjs.entry.js +51 -0
- package/dist/cjs/post-tab-panel.cjs.entry.js +13 -11
- package/dist/cjs/post-tabs.cjs.entry.js +195 -40
- package/dist/cjs/post-tooltip-trigger.cjs.entry.js +13 -11
- package/dist/cjs/post-tooltip.cjs.entry.js +14 -12
- 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 +8 -8
- package/dist/collection/components/post-accordion/post-accordion.css +1 -1
- package/dist/collection/components/post-accordion/post-accordion.js +5 -4
- package/dist/collection/components/post-accordion-item/post-accordion-item.css +1 -1
- package/dist/collection/components/post-accordion-item/post-accordion-item.js +9 -8
- package/dist/collection/components/post-avatar/post-avatar.js +11 -11
- package/dist/collection/components/post-back-to-top/post-back-to-top.js +15 -15
- package/dist/collection/components/post-banner/post-banner.css +4 -1
- package/dist/collection/components/post-banner/post-banner.js +6 -5
- package/dist/collection/components/post-breadcrumb-item/post-breadcrumb-item.js +3 -3
- package/dist/collection/components/post-breadcrumbs/post-breadcrumbs.js +29 -29
- package/dist/collection/components/post-card-control/post-card-control.js +18 -18
- package/dist/collection/components/post-closebutton/post-closebutton.css +1 -1
- package/dist/collection/components/post-closebutton/post-closebutton.js +4 -3
- package/dist/collection/components/post-collapsible/post-collapsible.js +28 -28
- package/dist/collection/components/post-collapsible-trigger/post-collapsible-trigger.js +3 -3
- package/dist/collection/components/post-footer/post-footer.css +1 -1
- package/dist/collection/components/post-footer/post-footer.js +18 -16
- package/dist/collection/components/post-header/post-header.css +1 -1
- package/dist/collection/components/post-header/post-header.js +144 -82
- package/dist/collection/components/post-icon/post-icon.js +18 -16
- 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} +45 -36
- 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} +24 -23
- 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 +3 -3
- 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 +81 -75
- package/dist/collection/components/post-menu/post-menu.css +1 -1
- package/dist/collection/components/post-menu/post-menu.js +39 -38
- package/dist/collection/components/post-menu-item/post-menu-item.js +1 -1
- package/dist/collection/components/post-menu-trigger/post-menu-trigger.js +3 -3
- 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 +22 -16
- package/dist/collection/components/post-popover-trigger/post-popover-trigger.js +45 -29
- package/dist/collection/components/post-popovercontainer/post-popovercontainer.css +1 -1
- package/dist/collection/components/post-popovercontainer/post-popovercontainer.js +82 -131
- package/dist/collection/components/post-rating/post-rating.js +7 -7
- package/dist/collection/components/post-stepper/post-stepper.js +38 -35
- 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 +10 -10
- package/dist/collection/components/post-tabs/post-tabs.js +232 -59
- package/dist/collection/components/post-togglebutton/post-togglebutton.js +2 -2
- package/dist/collection/components/post-tooltip/post-tooltip.js +9 -27
- package/dist/collection/components/post-tooltip-trigger/post-tooltip-trigger.js +4 -4
- 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 +1 -178
- package/dist/components/debounce.js +1 -0
- package/dist/components/environment.js +1 -0
- package/dist/components/event-from.js +1 -119
- package/dist/components/fade-slide.js +1 -0
- package/dist/components/fade.js +1 -11
- package/dist/components/focusable.js +1 -5018
- package/dist/components/get-focusable-children.js +1 -64
- package/dist/components/get-root.js +1 -15
- package/dist/components/heading-levels.js +1 -3
- package/dist/components/index.browser.js +1 -14
- package/dist/components/index.d.ts +11 -10
- package/dist/components/index.js +1 -39
- package/dist/components/long-press-event.js +1 -257
- package/dist/components/package.js +1 -3
- package/dist/components/post-accordion-item.js +1 -6
- package/dist/components/post-accordion-item2.js +1 -113
- package/dist/components/post-accordion.js +1 -6
- package/dist/components/post-accordion2.js +1 -138
- package/dist/components/post-avatar.js +1 -217
- package/dist/components/post-back-to-top.js +1 -144
- package/dist/components/post-banner.js +1 -98
- package/dist/components/post-breadcrumb-item.js +1 -6
- package/dist/components/post-breadcrumb-item2.js +1 -79
- package/dist/components/post-breadcrumbs.js +1 -196
- package/dist/components/post-card-control.js +1 -326
- package/dist/components/post-closebutton.js +1 -6
- package/dist/components/post-closebutton2.js +1 -77
- package/dist/components/post-collapsible-trigger.js +1 -6
- package/dist/components/post-collapsible-trigger2.js +1 -136
- package/dist/components/post-collapsible.js +1 -6
- package/dist/components/post-collapsible2.js +1 -110
- package/dist/components/{post-list.d.ts → post-env-test.d.ts} +4 -4
- package/dist/components/post-env-test.js +1 -0
- package/dist/components/post-footer.js +1 -116
- package/dist/components/post-header.js +1 -372
- package/dist/components/post-icon.js +1 -6
- package/dist/components/post-icon2.js +1 -159
- package/dist/components/post-language-menu-item.d.ts +11 -0
- package/dist/components/post-language-menu-item.js +1 -0
- package/dist/components/{post-language-switch.d.ts → post-language-menu.d.ts} +4 -4
- package/dist/components/post-language-menu.js +1 -0
- package/dist/components/post-linkarea.js +1 -58
- package/dist/components/post-logo.js +1 -58
- package/dist/components/post-mainnavigation.js +1 -180
- package/dist/components/post-megadropdown-trigger.js +1 -136
- package/dist/components/post-megadropdown.js +1 -267
- package/dist/components/post-menu-item.js +1 -6
- package/dist/components/post-menu-item2.js +1 -30
- package/dist/components/post-menu-trigger.js +1 -6
- package/dist/components/post-menu-trigger2.js +1 -110
- package/dist/components/post-menu.js +1 -6
- package/dist/components/post-menu2.js +1 -242
- package/dist/components/{post-tab-header.d.ts → post-pagination.d.ts} +4 -4
- package/dist/components/post-pagination.js +1 -0
- package/dist/components/post-popover-trigger.js +1 -132
- package/dist/components/post-popover.js +1 -118
- package/dist/components/post-popovercontainer.js +1 -6
- package/dist/components/post-popovercontainer2.js +1 -3127
- package/dist/components/post-rating.js +1 -148
- package/dist/components/post-stepper-item.js +1 -33
- package/dist/components/post-stepper.js +1 -134
- package/dist/components/{post-list-item.d.ts → post-tab-item.d.ts} +4 -4
- package/dist/components/post-tab-item.js +1 -0
- package/dist/components/post-tab-panel.js +1 -54
- package/dist/components/post-tabs.js +1 -196
- package/dist/components/post-togglebutton.js +1 -56
- package/dist/components/post-togglebutton2.js +1 -0
- package/dist/components/post-tooltip-trigger.js +1 -206
- package/dist/components/post-tooltip.js +1 -114
- package/dist/components/react/index.d.ts +2 -0
- package/dist/components/react/index.js +1 -2315
- package/dist/components/react/p-B8YiQ3mz.js +1 -0
- package/dist/components/react/p-BC5nlBvn.js +1 -0
- package/dist/components/react/p-BLchVpF6.js +1 -14
- package/dist/components/react/p-BVCjnh6Q.js +1 -0
- package/dist/{post-components/p-CBFgkSgY.js → components/react/p-BVGcVycs.js} +1 -1
- package/dist/components/react/p-B_XPj2c8.js +1 -0
- package/dist/components/react/p-BllOMLDs.js +1 -0
- package/dist/components/react/p-BmRNjQUZ.js +1 -0
- package/dist/components/react/p-ByFh05IW.js +1 -0
- package/dist/components/react/p-C9hMpmsD.js +1 -0
- package/dist/components/react/p-CJ13r5fi.js +1 -0
- package/dist/components/react/p-CZvbetqX.js +1 -0
- package/dist/components/react/p-C_2k3G1c.js +1 -257
- package/dist/components/react/p-CoDiS_Ik.js +1 -0
- package/dist/components/react/p-Cou17ld8.js +1 -0
- package/dist/components/react/p-D5knoiyy.js +1 -0
- package/dist/components/react/p-D9DDtvFM.js +1 -0
- package/dist/components/react/p-DY2U5CQt.js +1 -0
- package/dist/components/react/p-DjIHLduJ.js +1 -3
- package/dist/components/react/p-DpATRD2W.js +1 -0
- package/dist/components/react/p-FxUVQ4Tx.js +1 -0
- package/dist/components/react/p-HygIVKXC.js +1 -5018
- package/dist/components/react/p-YR7U0Z_g.js +1 -0
- package/dist/components/react/p-ZeKXASQs.js +1 -0
- package/dist/components/react/p-r4txK0AC.js +1 -3
- package/dist/components/react/p-sSn0kXFi.js +1 -0
- package/dist/components/react/post-accordion-item.js +1 -6
- package/dist/components/react/post-accordion.js +1 -6
- package/dist/components/react/post-avatar.js +1 -218
- package/dist/components/react/post-back-to-top.js +1 -145
- package/dist/components/react/post-banner.js +1 -99
- package/dist/components/react/post-breadcrumb-item.js +1 -6
- package/dist/components/react/post-breadcrumbs.js +1 -197
- package/dist/components/react/post-card-control.js +1 -327
- package/dist/components/react/post-closebutton.js +1 -6
- package/dist/components/react/post-collapsible-trigger.js +1 -6
- package/dist/components/react/post-collapsible.js +1 -6
- package/dist/components/react/{post-list.d.ts → post-env-test.d.ts} +4 -4
- package/dist/components/react/post-env-test.js +1 -0
- package/dist/components/react/post-footer.js +1 -117
- package/dist/components/react/post-header.js +1 -373
- package/dist/components/react/post-icon.js +1 -6
- package/dist/components/react/post-language-menu-item.d.ts +11 -0
- package/dist/components/react/post-language-menu-item.js +1 -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 +1 -0
- package/dist/components/react/post-linkarea.js +1 -59
- package/dist/components/react/post-logo.js +1 -59
- package/dist/components/react/post-mainnavigation.js +1 -181
- package/dist/components/react/post-megadropdown-trigger.js +1 -137
- package/dist/components/react/post-megadropdown.js +1 -268
- package/dist/components/react/post-menu-item.js +1 -6
- package/dist/components/react/post-menu-trigger.js +1 -6
- package/dist/components/react/post-menu.js +1 -6
- package/dist/components/react/{post-tab-header.d.ts → post-pagination.d.ts} +4 -4
- package/dist/components/react/post-pagination.js +1 -0
- package/dist/components/react/post-popover-trigger.js +1 -133
- package/dist/components/react/post-popover.js +1 -119
- package/dist/components/react/post-popovercontainer.js +1 -6
- package/dist/components/react/post-rating.js +1 -149
- package/dist/components/react/post-stepper-item.js +1 -34
- package/dist/components/react/post-stepper.js +1 -135
- package/dist/components/react/{post-list-item.d.ts → post-tab-item.d.ts} +4 -4
- package/dist/components/react/post-tab-item.js +1 -0
- package/dist/components/react/post-tab-panel.js +1 -55
- package/dist/components/react/post-tabs.js +1 -197
- package/dist/components/react/post-togglebutton.js +1 -57
- package/dist/components/react/post-tooltip-trigger.js +1 -207
- package/dist/components/react/post-tooltip.js +1 -115
- package/dist/components/switch-variants.js +1 -3
- package/dist/components/utils.js +1 -0
- package/dist/docs.d.ts +11 -0
- package/dist/docs.json +873 -631
- package/dist/{cjs/breakpoints-CEkeixld.js → esm/breakpoints-DYoSKGHO.js} +89 -6
- package/dist/esm/debounce-C9hMpmsD.js +11 -0
- package/dist/esm/environment-CEmnRoA6.js +49 -0
- package/dist/{components/react/p-CzIKqBrS.js → esm/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/{components/react/p-CBFgkSgY.js → esm/get-root-CXfAA093.js} +1 -1
- package/dist/esm/{index-wEFJ-c34.js → index-CDZBzSdV.js} +2150 -292
- package/dist/esm/loader.js +3 -3
- package/dist/esm/package-CZvbetqX.js +3 -0
- package/dist/esm/post-accordion_2.entry.js +17 -13
- package/dist/esm/post-avatar.entry.js +22 -12
- package/dist/esm/post-back-to-top.entry.js +23 -43
- package/dist/esm/post-banner.entry.js +14 -11
- package/dist/esm/post-breadcrumb-item_2.entry.js +13 -11
- package/dist/esm/post-breadcrumbs.entry.js +31 -32
- package/dist/esm/post-card-control.entry.js +32 -16
- package/dist/esm/{post-closebutton_15.entry.js → post-closebutton_13.entry.js} +599 -510
- package/dist/esm/post-collapsible_2.entry.js +38 -34
- package/dist/esm/post-components.js +4 -4
- package/dist/esm/post-env-test.entry.js +13 -0
- package/dist/esm/post-footer.entry.js +21 -17
- package/dist/esm/post-linkarea.entry.js +5 -5
- package/dist/esm/post-pagination.entry.js +613 -0
- package/dist/esm/post-popover-trigger.entry.js +52 -32
- package/dist/esm/post-popover.entry.js +25 -16
- package/dist/esm/post-rating.entry.js +16 -10
- package/dist/esm/post-stepper-item.entry.js +5 -5
- package/dist/esm/post-stepper.entry.js +39 -28
- package/dist/esm/post-tab-item.entry.js +49 -0
- package/dist/esm/post-tab-panel.entry.js +13 -11
- package/dist/esm/post-tabs.entry.js +195 -40
- package/dist/esm/post-tooltip-trigger.entry.js +10 -8
- package/dist/esm/post-tooltip.entry.js +13 -11
- package/dist/esm/utils-CoDiS_Ik.js +24 -0
- package/dist/post-components/p-09ba7cf9.entry.js +1 -0
- package/dist/post-components/p-0c091898.entry.js +1 -0
- package/dist/post-components/{p-cd03e6f2.entry.js → p-0e97fcfd.entry.js} +1 -1
- package/dist/post-components/p-296f1dd5.entry.js +1 -0
- package/dist/post-components/p-32ad2b21.entry.js +1 -0
- package/dist/post-components/p-366c28cb.entry.js +1 -0
- package/dist/post-components/p-41ae68d5.entry.js +1 -0
- package/dist/post-components/p-448e7265.entry.js +1 -0
- package/dist/post-components/p-554da188.entry.js +1 -0
- package/dist/post-components/p-5912f8f1.entry.js +1 -0
- package/dist/post-components/p-790f300d.entry.js +1 -0
- package/dist/post-components/p-7ed5a493.entry.js +1 -0
- package/dist/post-components/p-85bea1b6.entry.js +1 -0
- package/dist/post-components/p-8bcff4d2.entry.js +1 -0
- package/dist/post-components/p-9dc9c245.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-CDZBzSdV.js +2 -0
- package/dist/post-components/p-CEmnRoA6.js +1 -0
- package/dist/post-components/p-CZvbetqX.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-a06f9695.entry.js +1 -0
- package/dist/post-components/p-a191f1df.entry.js +1 -0
- package/dist/post-components/p-c5d19d62.entry.js +1 -0
- package/dist/post-components/{p-24dc54d1.entry.js → p-c8c4d05b.entry.js} +1 -1
- package/dist/post-components/{p-57288cb2.entry.js → p-d1a5c980.entry.js} +1 -1
- package/dist/post-components/p-d4e2c556.entry.js +1 -0
- package/dist/post-components/p-f96a310c.entry.js +1 -0
- package/dist/post-components/p-fab2327d.entry.js +1 -0
- package/dist/post-components/p-rEfV4v4a.js +1 -0
- 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 +23 -13
- package/dist/types/components/{post-language-switch/post-language-switch.d.ts → post-language-menu/post-language-menu.d.ts} +12 -11
- 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 +4 -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 +23 -21
- 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/post-tooltip/post-tooltip.d.ts +1 -5
- package/dist/types/components.d.ts +322 -219
- package/dist/types/home/runner/work/design-system/design-system/packages/components/.stencil/prebuild.d.ts +9 -0
- package/dist/types/stencil-public-runtime.d.ts +147 -10
- 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.d.ts +14 -0
- package/hydrate/index.js +7494 -2714
- package/hydrate/index.mjs +7493 -2715
- package/package.json +7 -8
- 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-BVXiQdHq.js +0 -64
- package/dist/components/react/p-BhxZzOEC.js +0 -3
- package/dist/components/react/p-CSAMO7iJ.js +0 -243
- package/dist/components/react/p-CYkf_7Y5.js +0 -89
- package/dist/components/react/p-Ccrl2AQn.js +0 -111
- package/dist/components/react/p-CewRvBtg.js +0 -139
- package/dist/components/react/p-Cwiv86_f.js +0 -111
- package/dist/components/react/p-D2waO0Zc.js +0 -31
- package/dist/components/react/p-DBPOV12C.js +0 -160
- package/dist/components/react/p-DVGEExot.js +0 -3128
- package/dist/components/react/p-Djvj8fd2.js +0 -80
- package/dist/components/react/p-LtiDhYis.js +0 -137
- package/dist/components/react/p-SbIC4aZX.js +0 -11
- package/dist/components/react/p-XrZzCOKT.js +0 -78
- 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/breakpoints-CJ80BZ06.js +0 -178
- package/dist/esm/event-from-CzIKqBrS.js +0 -119
- package/dist/esm/fade-SbIC4aZX.js +0 -11
- package/dist/esm/get-root-BkQ3CrLq.js +0 -15
- 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-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-7f635728.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-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-a9644e54.entry.js +0 -1
- package/dist/post-components/p-af030a3a.entry.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-e62e1f57.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 → components/react/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,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "
|
|
2
|
+
"timestamp": "2026-01-14T10:19:17",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
|
-
"version": "4.
|
|
6
|
-
"typescriptVersion": "5.
|
|
5
|
+
"version": "4.41.1",
|
|
6
|
+
"typescriptVersion": "5.8.3"
|
|
7
7
|
},
|
|
8
8
|
"components": [
|
|
9
9
|
{
|
|
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
|
{
|
|
@@ -30,7 +30,8 @@
|
|
|
30
30
|
"HeadingLevel": {
|
|
31
31
|
"location": "import",
|
|
32
32
|
"path": "@/types",
|
|
33
|
-
"id": "src/types/index.ts::HeadingLevel"
|
|
33
|
+
"id": "src/types/index.ts::HeadingLevel",
|
|
34
|
+
"referenceLocation": "HeadingLevel"
|
|
34
35
|
}
|
|
35
36
|
}
|
|
36
37
|
},
|
|
@@ -210,16 +211,16 @@
|
|
|
210
211
|
"filePath": "src/components/post-accordion-item/post-accordion-item.tsx",
|
|
211
212
|
"encapsulation": "shadow",
|
|
212
213
|
"tag": "post-accordion-item",
|
|
213
|
-
"readme": "# post-accordion-item\n
|
|
214
|
+
"readme": "# post-accordion-item\n",
|
|
214
215
|
"docs": "",
|
|
215
216
|
"docsTags": [
|
|
216
217
|
{
|
|
217
218
|
"name": "part",
|
|
218
|
-
"text": "button - The element that toggles the accordion item (header button)."
|
|
219
|
+
"text": "post-accordion-button - The element that toggles the accordion item (header button)."
|
|
219
220
|
},
|
|
220
221
|
{
|
|
221
222
|
"name": "part",
|
|
222
|
-
"text": "body - The
|
|
223
|
+
"text": "post-accordion-body - The element that holds the accordion item's content."
|
|
223
224
|
},
|
|
224
225
|
{
|
|
225
226
|
"name": "slot",
|
|
@@ -275,7 +276,8 @@
|
|
|
275
276
|
"HeadingLevel": {
|
|
276
277
|
"location": "import",
|
|
277
278
|
"path": "@/types",
|
|
278
|
-
"id": "src/types/index.ts::HeadingLevel"
|
|
279
|
+
"id": "src/types/index.ts::HeadingLevel",
|
|
280
|
+
"referenceLocation": "HeadingLevel"
|
|
279
281
|
}
|
|
280
282
|
}
|
|
281
283
|
},
|
|
@@ -383,15 +385,11 @@
|
|
|
383
385
|
],
|
|
384
386
|
"parts": [
|
|
385
387
|
{
|
|
386
|
-
"name": "accordion-
|
|
387
|
-
"docs": ""
|
|
388
|
+
"name": "post-accordion-body",
|
|
389
|
+
"docs": "The element that holds the accordion item's content."
|
|
388
390
|
},
|
|
389
391
|
{
|
|
390
|
-
"name": "
|
|
391
|
-
"docs": "The container element that holds the accordion item's content."
|
|
392
|
-
},
|
|
393
|
-
{
|
|
394
|
-
"name": "button",
|
|
392
|
+
"name": "post-accordion-button",
|
|
395
393
|
"docs": "The element that toggles the accordion item (header button)."
|
|
396
394
|
}
|
|
397
395
|
],
|
|
@@ -563,13 +561,13 @@
|
|
|
563
561
|
"filePath": "src/components/post-back-to-top/post-back-to-top.tsx",
|
|
564
562
|
"encapsulation": "shadow",
|
|
565
563
|
"tag": "post-back-to-top",
|
|
566
|
-
"readme": "# post-back-to-top\n
|
|
564
|
+
"readme": "# post-back-to-top\n",
|
|
567
565
|
"docs": "",
|
|
568
566
|
"docsTags": [],
|
|
569
567
|
"usage": {},
|
|
570
568
|
"props": [
|
|
571
569
|
{
|
|
572
|
-
"name": "
|
|
570
|
+
"name": "textBackToTop",
|
|
573
571
|
"type": "string",
|
|
574
572
|
"complexType": {
|
|
575
573
|
"original": "string",
|
|
@@ -577,7 +575,7 @@
|
|
|
577
575
|
"references": {}
|
|
578
576
|
},
|
|
579
577
|
"mutable": false,
|
|
580
|
-
"attr": "
|
|
578
|
+
"attr": "text-back-to-top",
|
|
581
579
|
"reflectToAttr": true,
|
|
582
580
|
"docs": "The label of the back-to-top button, intended solely for accessibility purposes.\nThis label is always hidden from view.",
|
|
583
581
|
"docsTags": [],
|
|
@@ -612,7 +610,7 @@
|
|
|
612
610
|
"filePath": "src/components/post-banner/post-banner.tsx",
|
|
613
611
|
"encapsulation": "shadow",
|
|
614
612
|
"tag": "post-banner",
|
|
615
|
-
"readme": "# post-alert\n
|
|
613
|
+
"readme": "# post-alert\n",
|
|
616
614
|
"docs": "",
|
|
617
615
|
"docsTags": [
|
|
618
616
|
{
|
|
@@ -644,7 +642,8 @@
|
|
|
644
642
|
"BannerType": {
|
|
645
643
|
"location": "import",
|
|
646
644
|
"path": "./banner-types",
|
|
647
|
-
"id": "src/components/post-banner/banner-types.ts::BannerType"
|
|
645
|
+
"id": "src/components/post-banner/banner-types.ts::BannerType",
|
|
646
|
+
"referenceLocation": "BannerType"
|
|
648
647
|
}
|
|
649
648
|
}
|
|
650
649
|
},
|
|
@@ -758,7 +757,7 @@
|
|
|
758
757
|
"filePath": "src/components/post-breadcrumb-item/post-breadcrumb-item.tsx",
|
|
759
758
|
"encapsulation": "shadow",
|
|
760
759
|
"tag": "post-breadcrumb-item",
|
|
761
|
-
"readme": "# post-breadcrumb-item\n
|
|
760
|
+
"readme": "# post-breadcrumb-item\n",
|
|
762
761
|
"docs": "",
|
|
763
762
|
"docsTags": [
|
|
764
763
|
{
|
|
@@ -830,13 +829,13 @@
|
|
|
830
829
|
"filePath": "src/components/post-breadcrumbs/post-breadcrumbs.tsx",
|
|
831
830
|
"encapsulation": "shadow",
|
|
832
831
|
"tag": "post-breadcrumbs",
|
|
833
|
-
"readme": "# post-breadcrumbs-new\n
|
|
832
|
+
"readme": "# post-breadcrumbs-new\n",
|
|
834
833
|
"docs": "",
|
|
835
834
|
"docsTags": [],
|
|
836
835
|
"usage": {},
|
|
837
836
|
"props": [
|
|
838
837
|
{
|
|
839
|
-
"name": "
|
|
838
|
+
"name": "homeUrl",
|
|
840
839
|
"type": "string",
|
|
841
840
|
"complexType": {
|
|
842
841
|
"original": "string",
|
|
@@ -844,9 +843,9 @@
|
|
|
844
843
|
"references": {}
|
|
845
844
|
},
|
|
846
845
|
"mutable": false,
|
|
847
|
-
"attr": "home-
|
|
846
|
+
"attr": "home-url",
|
|
848
847
|
"reflectToAttr": true,
|
|
849
|
-
"docs": "The
|
|
848
|
+
"docs": "The URL for the home breadcrumb item.",
|
|
850
849
|
"docsTags": [],
|
|
851
850
|
"values": [
|
|
852
851
|
{
|
|
@@ -859,7 +858,7 @@
|
|
|
859
858
|
"setter": false
|
|
860
859
|
},
|
|
861
860
|
{
|
|
862
|
-
"name": "
|
|
861
|
+
"name": "textBreadcrumbs",
|
|
863
862
|
"type": "string",
|
|
864
863
|
"complexType": {
|
|
865
864
|
"original": "string",
|
|
@@ -867,9 +866,9 @@
|
|
|
867
866
|
"references": {}
|
|
868
867
|
},
|
|
869
868
|
"mutable": false,
|
|
870
|
-
"attr": "
|
|
869
|
+
"attr": "text-breadcrumbs",
|
|
871
870
|
"reflectToAttr": true,
|
|
872
|
-
"docs": "The
|
|
871
|
+
"docs": "The accessible label for the breadcrumb component.",
|
|
873
872
|
"docsTags": [],
|
|
874
873
|
"values": [
|
|
875
874
|
{
|
|
@@ -882,7 +881,7 @@
|
|
|
882
881
|
"setter": false
|
|
883
882
|
},
|
|
884
883
|
{
|
|
885
|
-
"name": "
|
|
884
|
+
"name": "textHome",
|
|
886
885
|
"type": "string",
|
|
887
886
|
"complexType": {
|
|
888
887
|
"original": "string",
|
|
@@ -890,9 +889,9 @@
|
|
|
890
889
|
"references": {}
|
|
891
890
|
},
|
|
892
891
|
"mutable": false,
|
|
893
|
-
"attr": "
|
|
892
|
+
"attr": "text-home",
|
|
894
893
|
"reflectToAttr": true,
|
|
895
|
-
"docs": "The
|
|
894
|
+
"docs": "The text label for the home breadcrumb item.",
|
|
896
895
|
"docsTags": [],
|
|
897
896
|
"values": [
|
|
898
897
|
{
|
|
@@ -905,7 +904,7 @@
|
|
|
905
904
|
"setter": false
|
|
906
905
|
},
|
|
907
906
|
{
|
|
908
|
-
"name": "
|
|
907
|
+
"name": "textMoreItems",
|
|
909
908
|
"type": "string",
|
|
910
909
|
"complexType": {
|
|
911
910
|
"original": "string",
|
|
@@ -913,7 +912,7 @@
|
|
|
913
912
|
"references": {}
|
|
914
913
|
},
|
|
915
914
|
"mutable": false,
|
|
916
|
-
"attr": "
|
|
915
|
+
"attr": "text-more-items",
|
|
917
916
|
"reflectToAttr": true,
|
|
918
917
|
"docs": "The accessible label for the breadcrumb menu when breadcrumb items are concatenated.",
|
|
919
918
|
"docsTags": [],
|
|
@@ -1308,7 +1307,7 @@
|
|
|
1308
1307
|
"filePath": "src/components/post-closebutton/post-closebutton.tsx",
|
|
1309
1308
|
"encapsulation": "none",
|
|
1310
1309
|
"tag": "post-closebutton",
|
|
1311
|
-
"readme": "# post-closebutton\n
|
|
1310
|
+
"readme": "# post-closebutton\n",
|
|
1312
1311
|
"docs": "",
|
|
1313
1312
|
"docsTags": [
|
|
1314
1313
|
{
|
|
@@ -1328,7 +1327,8 @@
|
|
|
1328
1327
|
"ButtonType": {
|
|
1329
1328
|
"location": "import",
|
|
1330
1329
|
"path": "./button-types",
|
|
1331
|
-
"id": "src/components/post-closebutton/button-types.ts::ButtonType"
|
|
1330
|
+
"id": "src/components/post-closebutton/button-types.ts::ButtonType",
|
|
1331
|
+
"referenceLocation": "ButtonType"
|
|
1332
1332
|
}
|
|
1333
1333
|
}
|
|
1334
1334
|
},
|
|
@@ -1375,6 +1375,7 @@
|
|
|
1375
1375
|
],
|
|
1376
1376
|
"parts": [],
|
|
1377
1377
|
"dependents": [
|
|
1378
|
+
"post-megadropdown",
|
|
1378
1379
|
"post-popover"
|
|
1379
1380
|
],
|
|
1380
1381
|
"dependencies": [
|
|
@@ -1384,6 +1385,9 @@
|
|
|
1384
1385
|
"post-closebutton": [
|
|
1385
1386
|
"post-icon"
|
|
1386
1387
|
],
|
|
1388
|
+
"post-megadropdown": [
|
|
1389
|
+
"post-closebutton"
|
|
1390
|
+
],
|
|
1387
1391
|
"post-popover": [
|
|
1388
1392
|
"post-closebutton"
|
|
1389
1393
|
]
|
|
@@ -1393,7 +1397,7 @@
|
|
|
1393
1397
|
"filePath": "src/components/post-collapsible/post-collapsible.tsx",
|
|
1394
1398
|
"encapsulation": "shadow",
|
|
1395
1399
|
"tag": "post-collapsible",
|
|
1396
|
-
"readme": "# post-collapsible\n
|
|
1400
|
+
"readme": "# post-collapsible\n",
|
|
1397
1401
|
"docs": "",
|
|
1398
1402
|
"docsTags": [
|
|
1399
1403
|
{
|
|
@@ -1441,10 +1445,10 @@
|
|
|
1441
1445
|
"docs": ""
|
|
1442
1446
|
},
|
|
1443
1447
|
"complexType": {
|
|
1444
|
-
"signature": "(
|
|
1448
|
+
"signature": "(shouldExpand?: boolean) => Promise<boolean>",
|
|
1445
1449
|
"parameters": [
|
|
1446
1450
|
{
|
|
1447
|
-
"name": "
|
|
1451
|
+
"name": "shouldExpand",
|
|
1448
1452
|
"type": "boolean",
|
|
1449
1453
|
"docs": ""
|
|
1450
1454
|
}
|
|
@@ -1457,15 +1461,15 @@
|
|
|
1457
1461
|
},
|
|
1458
1462
|
"return": "Promise<boolean>"
|
|
1459
1463
|
},
|
|
1460
|
-
"signature": "toggle(
|
|
1464
|
+
"signature": "toggle(shouldExpand?: boolean) => Promise<boolean>",
|
|
1461
1465
|
"parameters": [
|
|
1462
1466
|
{
|
|
1463
|
-
"name": "
|
|
1467
|
+
"name": "shouldExpand",
|
|
1464
1468
|
"type": "boolean",
|
|
1465
1469
|
"docs": ""
|
|
1466
1470
|
}
|
|
1467
1471
|
],
|
|
1468
|
-
"docs": "Triggers the collapse programmatically.\
|
|
1472
|
+
"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
1473
|
"docsTags": []
|
|
1470
1474
|
}
|
|
1471
1475
|
],
|
|
@@ -1481,7 +1485,7 @@
|
|
|
1481
1485
|
},
|
|
1482
1486
|
"cancelable": true,
|
|
1483
1487
|
"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
|
|
1488
|
+
"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
1489
|
"docsTags": []
|
|
1486
1490
|
}
|
|
1487
1491
|
],
|
|
@@ -1508,7 +1512,7 @@
|
|
|
1508
1512
|
"filePath": "src/components/post-collapsible-trigger/post-collapsible-trigger.tsx",
|
|
1509
1513
|
"encapsulation": "shadow",
|
|
1510
1514
|
"tag": "post-collapsible-trigger",
|
|
1511
|
-
"readme": "# post-collapsible-trigger\n
|
|
1515
|
+
"readme": "# post-collapsible-trigger\n",
|
|
1512
1516
|
"docs": "",
|
|
1513
1517
|
"docsTags": [],
|
|
1514
1518
|
"usage": {},
|
|
@@ -1576,11 +1580,30 @@
|
|
|
1576
1580
|
]
|
|
1577
1581
|
}
|
|
1578
1582
|
},
|
|
1583
|
+
{
|
|
1584
|
+
"filePath": "src/utils/tests/environment/post-env-test.tsx",
|
|
1585
|
+
"encapsulation": "shadow",
|
|
1586
|
+
"tag": "post-env-test",
|
|
1587
|
+
"readme": "# post-test-env\n\n\n",
|
|
1588
|
+
"docs": "",
|
|
1589
|
+
"docsTags": [],
|
|
1590
|
+
"usage": {},
|
|
1591
|
+
"props": [],
|
|
1592
|
+
"methods": [],
|
|
1593
|
+
"events": [],
|
|
1594
|
+
"listeners": [],
|
|
1595
|
+
"styles": [],
|
|
1596
|
+
"slots": [],
|
|
1597
|
+
"parts": [],
|
|
1598
|
+
"dependents": [],
|
|
1599
|
+
"dependencies": [],
|
|
1600
|
+
"dependencyGraph": {}
|
|
1601
|
+
},
|
|
1579
1602
|
{
|
|
1580
1603
|
"filePath": "src/components/post-footer/post-footer.tsx",
|
|
1581
1604
|
"encapsulation": "shadow",
|
|
1582
1605
|
"tag": "post-footer",
|
|
1583
|
-
"readme": "# post-footer\n
|
|
1606
|
+
"readme": "# post-footer\n",
|
|
1584
1607
|
"docs": "",
|
|
1585
1608
|
"docsTags": [
|
|
1586
1609
|
{
|
|
@@ -1615,7 +1638,7 @@
|
|
|
1615
1638
|
"usage": {},
|
|
1616
1639
|
"props": [
|
|
1617
1640
|
{
|
|
1618
|
-
"name": "
|
|
1641
|
+
"name": "textFooter",
|
|
1619
1642
|
"type": "string",
|
|
1620
1643
|
"complexType": {
|
|
1621
1644
|
"original": "string",
|
|
@@ -1623,9 +1646,9 @@
|
|
|
1623
1646
|
"references": {}
|
|
1624
1647
|
},
|
|
1625
1648
|
"mutable": false,
|
|
1626
|
-
"attr": "
|
|
1649
|
+
"attr": "text-footer",
|
|
1627
1650
|
"reflectToAttr": true,
|
|
1628
|
-
"docs": "The
|
|
1651
|
+
"docs": "The textFooter to add to the footer (visually hidden).",
|
|
1629
1652
|
"docsTags": [],
|
|
1630
1653
|
"values": [
|
|
1631
1654
|
{
|
|
@@ -1694,7 +1717,7 @@
|
|
|
1694
1717
|
"filePath": "src/components/post-header/post-header.tsx",
|
|
1695
1718
|
"encapsulation": "shadow",
|
|
1696
1719
|
"tag": "post-header",
|
|
1697
|
-
"readme": "# post-header\n
|
|
1720
|
+
"readme": "# post-header\n",
|
|
1698
1721
|
"docs": "",
|
|
1699
1722
|
"docsTags": [
|
|
1700
1723
|
{
|
|
@@ -1703,19 +1726,15 @@
|
|
|
1703
1726
|
},
|
|
1704
1727
|
{
|
|
1705
1728
|
"name": "slot",
|
|
1706
|
-
"text": "global-
|
|
1729
|
+
"text": "global-nav-primary - Holds search button in the global header."
|
|
1707
1730
|
},
|
|
1708
1731
|
{
|
|
1709
1732
|
"name": "slot",
|
|
1710
|
-
"text": "
|
|
1733
|
+
"text": "global-nav-secondary - Holds an `<ul>` with meta navigation links."
|
|
1711
1734
|
},
|
|
1712
1735
|
{
|
|
1713
1736
|
"name": "slot",
|
|
1714
|
-
"text": "
|
|
1715
|
-
},
|
|
1716
|
-
{
|
|
1717
|
-
"name": "slot",
|
|
1718
|
-
"text": "post-language-switch - Should be used with the `<post-language-switch>` component."
|
|
1737
|
+
"text": "language-menu - Should be used with the `<post-language-switch>` component."
|
|
1719
1738
|
},
|
|
1720
1739
|
{
|
|
1721
1740
|
"name": "slot",
|
|
@@ -1723,27 +1742,76 @@
|
|
|
1723
1742
|
},
|
|
1724
1743
|
{
|
|
1725
1744
|
"name": "slot",
|
|
1726
|
-
"text": "
|
|
1745
|
+
"text": "main-nav - Has a default slot because it's only meant to be used in the `<post-header>`."
|
|
1727
1746
|
},
|
|
1728
1747
|
{
|
|
1729
1748
|
"name": "slot",
|
|
1730
|
-
"text": "
|
|
1749
|
+
"text": "audience - Holds the list of buttons to choose the audience."
|
|
1731
1750
|
},
|
|
1732
1751
|
{
|
|
1733
1752
|
"name": "slot",
|
|
1734
|
-
"text": "
|
|
1753
|
+
"text": "post-login - Holds the user menu or login button in the global header."
|
|
1735
1754
|
},
|
|
1736
1755
|
{
|
|
1737
1756
|
"name": "slot",
|
|
1738
|
-
"text": "
|
|
1757
|
+
"text": "local-nav - Holds controls specific to the current application."
|
|
1758
|
+
}
|
|
1759
|
+
],
|
|
1760
|
+
"usage": {},
|
|
1761
|
+
"props": [
|
|
1762
|
+
{
|
|
1763
|
+
"name": "fullWidth",
|
|
1764
|
+
"type": "boolean",
|
|
1765
|
+
"complexType": {
|
|
1766
|
+
"original": "boolean",
|
|
1767
|
+
"resolved": "boolean",
|
|
1768
|
+
"references": {}
|
|
1769
|
+
},
|
|
1770
|
+
"mutable": false,
|
|
1771
|
+
"attr": "full-width",
|
|
1772
|
+
"reflectToAttr": true,
|
|
1773
|
+
"docs": "Makes the header content span the full width on screens larger than 1440px.",
|
|
1774
|
+
"docsTags": [
|
|
1775
|
+
{
|
|
1776
|
+
"name": "default",
|
|
1777
|
+
"text": "false"
|
|
1778
|
+
}
|
|
1779
|
+
],
|
|
1780
|
+
"default": "false",
|
|
1781
|
+
"values": [
|
|
1782
|
+
{
|
|
1783
|
+
"type": "boolean"
|
|
1784
|
+
}
|
|
1785
|
+
],
|
|
1786
|
+
"optional": false,
|
|
1787
|
+
"required": false,
|
|
1788
|
+
"getter": false,
|
|
1789
|
+
"setter": false
|
|
1739
1790
|
},
|
|
1740
1791
|
{
|
|
1741
|
-
"name": "
|
|
1742
|
-
"
|
|
1792
|
+
"name": "textMenu",
|
|
1793
|
+
"type": "string",
|
|
1794
|
+
"complexType": {
|
|
1795
|
+
"original": "string",
|
|
1796
|
+
"resolved": "string",
|
|
1797
|
+
"references": {}
|
|
1798
|
+
},
|
|
1799
|
+
"mutable": false,
|
|
1800
|
+
"attr": "text-menu",
|
|
1801
|
+
"reflectToAttr": true,
|
|
1802
|
+
"docs": "The label of the burger menu button.",
|
|
1803
|
+
"docsTags": [],
|
|
1804
|
+
"values": [
|
|
1805
|
+
{
|
|
1806
|
+
"type": "string"
|
|
1807
|
+
}
|
|
1808
|
+
],
|
|
1809
|
+
"optional": false,
|
|
1810
|
+
"required": true,
|
|
1811
|
+
"getter": false,
|
|
1812
|
+
"setter": false
|
|
1743
1813
|
}
|
|
1744
1814
|
],
|
|
1745
|
-
"usage": {},
|
|
1746
|
-
"props": [],
|
|
1747
1815
|
"methods": [
|
|
1748
1816
|
{
|
|
1749
1817
|
"name": "toggleBurgerMenu",
|
|
@@ -1764,10 +1832,6 @@
|
|
|
1764
1832
|
"Promise": {
|
|
1765
1833
|
"location": "global",
|
|
1766
1834
|
"id": "global::Promise"
|
|
1767
|
-
},
|
|
1768
|
-
"HTMLPostTogglebuttonElement": {
|
|
1769
|
-
"location": "global",
|
|
1770
|
-
"id": "global::HTMLPostTogglebuttonElement"
|
|
1771
1835
|
}
|
|
1772
1836
|
},
|
|
1773
1837
|
"return": "Promise<void>"
|
|
@@ -1800,44 +1864,36 @@
|
|
|
1800
1864
|
"styles": [],
|
|
1801
1865
|
"slots": [
|
|
1802
1866
|
{
|
|
1803
|
-
"name": "
|
|
1804
|
-
"docs": "Holds
|
|
1805
|
-
},
|
|
1806
|
-
{
|
|
1807
|
-
"name": "global-login",
|
|
1808
|
-
"docs": "Holds the user menu or login button in the global header."
|
|
1867
|
+
"name": "audience",
|
|
1868
|
+
"docs": "Holds the list of buttons to choose the audience."
|
|
1809
1869
|
},
|
|
1810
1870
|
{
|
|
1811
|
-
"name": "
|
|
1812
|
-
"docs": "
|
|
1871
|
+
"name": "global-nav-primary",
|
|
1872
|
+
"docs": "Holds search button in the global header."
|
|
1813
1873
|
},
|
|
1814
1874
|
{
|
|
1815
|
-
"name": "
|
|
1875
|
+
"name": "global-nav-secondary",
|
|
1816
1876
|
"docs": "Holds an `<ul>` with meta navigation links."
|
|
1817
1877
|
},
|
|
1818
1878
|
{
|
|
1819
|
-
"name": "
|
|
1820
|
-
"docs": "Custom controls, right aligned with the main navigation."
|
|
1821
|
-
},
|
|
1822
|
-
{
|
|
1823
|
-
"name": "post-language-switch",
|
|
1879
|
+
"name": "language-menu",
|
|
1824
1880
|
"docs": "Should be used with the `<post-language-switch>` component."
|
|
1825
1881
|
},
|
|
1826
1882
|
{
|
|
1827
|
-
"name": "
|
|
1828
|
-
"docs": "
|
|
1883
|
+
"name": "local-nav",
|
|
1884
|
+
"docs": "Holds controls specific to the current application."
|
|
1829
1885
|
},
|
|
1830
1886
|
{
|
|
1831
|
-
"name": "
|
|
1887
|
+
"name": "main-nav",
|
|
1832
1888
|
"docs": "Has a default slot because it's only meant to be used in the `<post-header>`."
|
|
1833
1889
|
},
|
|
1834
1890
|
{
|
|
1835
|
-
"name": "post-
|
|
1836
|
-
"docs": "Holds the
|
|
1891
|
+
"name": "post-login",
|
|
1892
|
+
"docs": "Holds the user menu or login button in the global header."
|
|
1837
1893
|
},
|
|
1838
1894
|
{
|
|
1839
|
-
"name": "
|
|
1840
|
-
"docs": "
|
|
1895
|
+
"name": "post-logo",
|
|
1896
|
+
"docs": "Should be used together with the `<post-logo>` component."
|
|
1841
1897
|
},
|
|
1842
1898
|
{
|
|
1843
1899
|
"name": "title",
|
|
@@ -1846,8 +1902,16 @@
|
|
|
1846
1902
|
],
|
|
1847
1903
|
"parts": [],
|
|
1848
1904
|
"dependents": [],
|
|
1849
|
-
"dependencies": [
|
|
1850
|
-
|
|
1905
|
+
"dependencies": [
|
|
1906
|
+
"post-togglebutton",
|
|
1907
|
+
"post-icon"
|
|
1908
|
+
],
|
|
1909
|
+
"dependencyGraph": {
|
|
1910
|
+
"post-header": [
|
|
1911
|
+
"post-togglebutton",
|
|
1912
|
+
"post-icon"
|
|
1913
|
+
]
|
|
1914
|
+
}
|
|
1851
1915
|
},
|
|
1852
1916
|
{
|
|
1853
1917
|
"filePath": "src/components/post-icon/post-icon.tsx",
|
|
@@ -2076,8 +2140,12 @@
|
|
|
2076
2140
|
"post-breadcrumbs",
|
|
2077
2141
|
"post-card-control",
|
|
2078
2142
|
"post-closebutton",
|
|
2079
|
-
"post-
|
|
2143
|
+
"post-header",
|
|
2144
|
+
"post-language-menu",
|
|
2080
2145
|
"post-mainnavigation",
|
|
2146
|
+
"post-megadropdown",
|
|
2147
|
+
"post-megadropdown-trigger",
|
|
2148
|
+
"post-pagination",
|
|
2081
2149
|
"post-rating"
|
|
2082
2150
|
],
|
|
2083
2151
|
"dependencies": [],
|
|
@@ -2100,22 +2168,165 @@
|
|
|
2100
2168
|
"post-closebutton": [
|
|
2101
2169
|
"post-icon"
|
|
2102
2170
|
],
|
|
2103
|
-
"post-
|
|
2171
|
+
"post-header": [
|
|
2172
|
+
"post-icon"
|
|
2173
|
+
],
|
|
2174
|
+
"post-language-menu": [
|
|
2104
2175
|
"post-icon"
|
|
2105
2176
|
],
|
|
2106
2177
|
"post-mainnavigation": [
|
|
2107
2178
|
"post-icon"
|
|
2108
2179
|
],
|
|
2180
|
+
"post-megadropdown": [
|
|
2181
|
+
"post-icon"
|
|
2182
|
+
],
|
|
2183
|
+
"post-megadropdown-trigger": [
|
|
2184
|
+
"post-icon"
|
|
2185
|
+
],
|
|
2186
|
+
"post-pagination": [
|
|
2187
|
+
"post-icon"
|
|
2188
|
+
],
|
|
2109
2189
|
"post-rating": [
|
|
2110
2190
|
"post-icon"
|
|
2111
2191
|
]
|
|
2112
2192
|
}
|
|
2113
2193
|
},
|
|
2114
2194
|
{
|
|
2115
|
-
"filePath": "src/components/post-language-
|
|
2195
|
+
"filePath": "src/components/post-language-menu/post-language-menu.tsx",
|
|
2196
|
+
"encapsulation": "shadow",
|
|
2197
|
+
"tag": "post-language-menu",
|
|
2198
|
+
"readme": "# post-language-switch\n",
|
|
2199
|
+
"docs": "",
|
|
2200
|
+
"docsTags": [],
|
|
2201
|
+
"usage": {},
|
|
2202
|
+
"props": [
|
|
2203
|
+
{
|
|
2204
|
+
"name": "textChangeLanguage",
|
|
2205
|
+
"type": "string",
|
|
2206
|
+
"complexType": {
|
|
2207
|
+
"original": "string",
|
|
2208
|
+
"resolved": "string",
|
|
2209
|
+
"references": {}
|
|
2210
|
+
},
|
|
2211
|
+
"mutable": false,
|
|
2212
|
+
"attr": "text-change-language",
|
|
2213
|
+
"reflectToAttr": true,
|
|
2214
|
+
"docs": "A title for the list of language options",
|
|
2215
|
+
"docsTags": [],
|
|
2216
|
+
"values": [
|
|
2217
|
+
{
|
|
2218
|
+
"type": "string"
|
|
2219
|
+
}
|
|
2220
|
+
],
|
|
2221
|
+
"optional": false,
|
|
2222
|
+
"required": true,
|
|
2223
|
+
"getter": false,
|
|
2224
|
+
"setter": false
|
|
2225
|
+
},
|
|
2226
|
+
{
|
|
2227
|
+
"name": "textCurrentLanguage",
|
|
2228
|
+
"type": "string",
|
|
2229
|
+
"complexType": {
|
|
2230
|
+
"original": "string",
|
|
2231
|
+
"resolved": "string",
|
|
2232
|
+
"references": {}
|
|
2233
|
+
},
|
|
2234
|
+
"mutable": false,
|
|
2235
|
+
"attr": "text-current-language",
|
|
2236
|
+
"reflectToAttr": true,
|
|
2237
|
+
"docs": "An accessible description text for the list of language options. The `#name` placeholder is dynamic and will be replaced with the active language name.",
|
|
2238
|
+
"docsTags": [],
|
|
2239
|
+
"values": [
|
|
2240
|
+
{
|
|
2241
|
+
"type": "string"
|
|
2242
|
+
}
|
|
2243
|
+
],
|
|
2244
|
+
"optional": false,
|
|
2245
|
+
"required": true,
|
|
2246
|
+
"getter": false,
|
|
2247
|
+
"setter": false
|
|
2248
|
+
},
|
|
2249
|
+
{
|
|
2250
|
+
"name": "variant",
|
|
2251
|
+
"type": "\"list\" | \"menu\"",
|
|
2252
|
+
"complexType": {
|
|
2253
|
+
"original": "SwitchVariant",
|
|
2254
|
+
"resolved": "\"list\" | \"menu\"",
|
|
2255
|
+
"references": {
|
|
2256
|
+
"SwitchVariant": {
|
|
2257
|
+
"location": "import",
|
|
2258
|
+
"path": "./switch-variants",
|
|
2259
|
+
"id": "src/components/post-language-menu/switch-variants.ts::SwitchVariant",
|
|
2260
|
+
"referenceLocation": "SwitchVariant"
|
|
2261
|
+
}
|
|
2262
|
+
}
|
|
2263
|
+
},
|
|
2264
|
+
"mutable": false,
|
|
2265
|
+
"attr": "variant",
|
|
2266
|
+
"reflectToAttr": false,
|
|
2267
|
+
"docs": "Whether the component is rendered as a list or a menu",
|
|
2268
|
+
"docsTags": [
|
|
2269
|
+
{
|
|
2270
|
+
"name": "default",
|
|
2271
|
+
"text": "'list'"
|
|
2272
|
+
}
|
|
2273
|
+
],
|
|
2274
|
+
"default": "'list'",
|
|
2275
|
+
"values": [
|
|
2276
|
+
{
|
|
2277
|
+
"value": "list",
|
|
2278
|
+
"type": "string"
|
|
2279
|
+
},
|
|
2280
|
+
{
|
|
2281
|
+
"value": "menu",
|
|
2282
|
+
"type": "string"
|
|
2283
|
+
}
|
|
2284
|
+
],
|
|
2285
|
+
"optional": false,
|
|
2286
|
+
"required": false,
|
|
2287
|
+
"getter": false,
|
|
2288
|
+
"setter": false
|
|
2289
|
+
}
|
|
2290
|
+
],
|
|
2291
|
+
"methods": [],
|
|
2292
|
+
"events": [],
|
|
2293
|
+
"listeners": [
|
|
2294
|
+
{
|
|
2295
|
+
"event": "postChange",
|
|
2296
|
+
"capture": false,
|
|
2297
|
+
"passive": false
|
|
2298
|
+
},
|
|
2299
|
+
{
|
|
2300
|
+
"event": "postLanguageMenuItemInitiallyActive",
|
|
2301
|
+
"capture": false,
|
|
2302
|
+
"passive": false
|
|
2303
|
+
}
|
|
2304
|
+
],
|
|
2305
|
+
"styles": [],
|
|
2306
|
+
"slots": [],
|
|
2307
|
+
"parts": [],
|
|
2308
|
+
"dependents": [],
|
|
2309
|
+
"dependencies": [
|
|
2310
|
+
"post-menu-trigger",
|
|
2311
|
+
"post-icon",
|
|
2312
|
+
"post-menu"
|
|
2313
|
+
],
|
|
2314
|
+
"dependencyGraph": {
|
|
2315
|
+
"post-language-menu": [
|
|
2316
|
+
"post-menu-trigger",
|
|
2317
|
+
"post-icon",
|
|
2318
|
+
"post-menu"
|
|
2319
|
+
],
|
|
2320
|
+
"post-menu": [
|
|
2321
|
+
"post-popovercontainer"
|
|
2322
|
+
]
|
|
2323
|
+
}
|
|
2324
|
+
},
|
|
2325
|
+
{
|
|
2326
|
+
"filePath": "src/components/post-language-menu-item/post-language-menu-item.tsx",
|
|
2116
2327
|
"encapsulation": "none",
|
|
2117
|
-
"tag": "post-language-
|
|
2118
|
-
"readme": "# post-language-option\n
|
|
2328
|
+
"tag": "post-language-menu-item",
|
|
2329
|
+
"readme": "# post-language-option\n",
|
|
2119
2330
|
"docs": "",
|
|
2120
2331
|
"docsTags": [
|
|
2121
2332
|
{
|
|
@@ -2226,15 +2437,16 @@
|
|
|
2226
2437
|
"references": {
|
|
2227
2438
|
"SwitchVariant": {
|
|
2228
2439
|
"location": "import",
|
|
2229
|
-
"path": "../post-language-
|
|
2230
|
-
"id": "src/components/post-language-
|
|
2440
|
+
"path": "../post-language-menu/switch-variants",
|
|
2441
|
+
"id": "src/components/post-language-menu/switch-variants.ts::SwitchVariant",
|
|
2442
|
+
"referenceLocation": "SwitchVariant"
|
|
2231
2443
|
}
|
|
2232
2444
|
}
|
|
2233
2445
|
},
|
|
2234
2446
|
"mutable": false,
|
|
2235
2447
|
"attr": "variant",
|
|
2236
2448
|
"reflectToAttr": false,
|
|
2237
|
-
"docs": "To communicate the variant prop from the parent (post-language-
|
|
2449
|
+
"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
2450
|
"docsTags": [],
|
|
2239
2451
|
"values": [
|
|
2240
2452
|
{
|
|
@@ -2292,7 +2504,7 @@
|
|
|
2292
2504
|
"docsTags": []
|
|
2293
2505
|
},
|
|
2294
2506
|
{
|
|
2295
|
-
"event": "
|
|
2507
|
+
"event": "postLanguageMenuItemInitiallyActive",
|
|
2296
2508
|
"detail": "string",
|
|
2297
2509
|
"bubbles": true,
|
|
2298
2510
|
"complexType": {
|
|
@@ -2320,140 +2532,10 @@
|
|
|
2320
2532
|
"dependencyGraph": {}
|
|
2321
2533
|
},
|
|
2322
2534
|
{
|
|
2323
|
-
"filePath": "src/components/post-
|
|
2535
|
+
"filePath": "src/components/post-linkarea/post-linkarea.tsx",
|
|
2324
2536
|
"encapsulation": "shadow",
|
|
2325
|
-
"tag": "post-
|
|
2326
|
-
"readme": "# post-
|
|
2327
|
-
"docs": "",
|
|
2328
|
-
"docsTags": [],
|
|
2329
|
-
"usage": {},
|
|
2330
|
-
"props": [
|
|
2331
|
-
{
|
|
2332
|
-
"name": "caption",
|
|
2333
|
-
"type": "string",
|
|
2334
|
-
"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\"",
|
|
2383
|
-
"references": {
|
|
2384
|
-
"SwitchVariant": {
|
|
2385
|
-
"location": "import",
|
|
2386
|
-
"path": "./switch-variants",
|
|
2387
|
-
"id": "src/components/post-language-switch/switch-variants.ts::SwitchVariant"
|
|
2388
|
-
}
|
|
2389
|
-
}
|
|
2390
|
-
},
|
|
2391
|
-
"mutable": false,
|
|
2392
|
-
"attr": "variant",
|
|
2393
|
-
"reflectToAttr": false,
|
|
2394
|
-
"docs": "Whether the component is rendered as a list or a menu",
|
|
2395
|
-
"docsTags": [
|
|
2396
|
-
{
|
|
2397
|
-
"name": "default",
|
|
2398
|
-
"text": "'list'"
|
|
2399
|
-
}
|
|
2400
|
-
],
|
|
2401
|
-
"default": "'list'",
|
|
2402
|
-
"values": [
|
|
2403
|
-
{
|
|
2404
|
-
"value": "list",
|
|
2405
|
-
"type": "string"
|
|
2406
|
-
},
|
|
2407
|
-
{
|
|
2408
|
-
"value": "menu",
|
|
2409
|
-
"type": "string"
|
|
2410
|
-
}
|
|
2411
|
-
],
|
|
2412
|
-
"optional": false,
|
|
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",
|
|
2537
|
+
"tag": "post-linkarea",
|
|
2538
|
+
"readme": "# post-linkarea\n",
|
|
2457
2539
|
"docs": "",
|
|
2458
2540
|
"docsTags": [],
|
|
2459
2541
|
"usage": {},
|
|
@@ -2468,136 +2550,11 @@
|
|
|
2468
2550
|
"dependencies": [],
|
|
2469
2551
|
"dependencyGraph": {}
|
|
2470
2552
|
},
|
|
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,
|
|
2543
|
-
"required": false,
|
|
2544
|
-
"getter": false,
|
|
2545
|
-
"setter": false
|
|
2546
|
-
}
|
|
2547
|
-
],
|
|
2548
|
-
"methods": [],
|
|
2549
|
-
"events": [],
|
|
2550
|
-
"listeners": [],
|
|
2551
|
-
"styles": [],
|
|
2552
|
-
"slots": [
|
|
2553
|
-
{
|
|
2554
|
-
"name": "default",
|
|
2555
|
-
"docs": "Slot for placing the list title."
|
|
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": ""
|
|
2589
|
-
}
|
|
2590
|
-
],
|
|
2591
|
-
"parts": [],
|
|
2592
|
-
"dependents": [],
|
|
2593
|
-
"dependencies": [],
|
|
2594
|
-
"dependencyGraph": {}
|
|
2595
|
-
},
|
|
2596
2553
|
{
|
|
2597
2554
|
"filePath": "src/components/post-logo/post-logo.tsx",
|
|
2598
2555
|
"encapsulation": "shadow",
|
|
2599
2556
|
"tag": "post-logo",
|
|
2600
|
-
"readme": "# post-logo\n
|
|
2557
|
+
"readme": "# post-logo\n",
|
|
2601
2558
|
"docs": "",
|
|
2602
2559
|
"docsTags": [
|
|
2603
2560
|
{
|
|
@@ -2656,13 +2613,37 @@
|
|
|
2656
2613
|
},
|
|
2657
2614
|
{
|
|
2658
2615
|
"filePath": "src/components/post-mainnavigation/post-mainnavigation.tsx",
|
|
2659
|
-
"encapsulation": "
|
|
2616
|
+
"encapsulation": "shadow",
|
|
2660
2617
|
"tag": "post-mainnavigation",
|
|
2661
|
-
"readme": "# post-mainnavigation\n
|
|
2618
|
+
"readme": "# post-mainnavigation\n",
|
|
2662
2619
|
"docs": "",
|
|
2663
2620
|
"docsTags": [],
|
|
2664
2621
|
"usage": {},
|
|
2665
|
-
"props": [
|
|
2622
|
+
"props": [
|
|
2623
|
+
{
|
|
2624
|
+
"name": "textMain",
|
|
2625
|
+
"type": "string",
|
|
2626
|
+
"complexType": {
|
|
2627
|
+
"original": "string",
|
|
2628
|
+
"resolved": "string",
|
|
2629
|
+
"references": {}
|
|
2630
|
+
},
|
|
2631
|
+
"mutable": false,
|
|
2632
|
+
"attr": "text-main",
|
|
2633
|
+
"reflectToAttr": true,
|
|
2634
|
+
"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.",
|
|
2635
|
+
"docsTags": [],
|
|
2636
|
+
"values": [
|
|
2637
|
+
{
|
|
2638
|
+
"type": "string"
|
|
2639
|
+
}
|
|
2640
|
+
],
|
|
2641
|
+
"optional": false,
|
|
2642
|
+
"required": true,
|
|
2643
|
+
"getter": false,
|
|
2644
|
+
"setter": false
|
|
2645
|
+
}
|
|
2646
|
+
],
|
|
2666
2647
|
"methods": [],
|
|
2667
2648
|
"events": [],
|
|
2668
2649
|
"listeners": [
|
|
@@ -2694,13 +2675,60 @@
|
|
|
2694
2675
|
},
|
|
2695
2676
|
{
|
|
2696
2677
|
"filePath": "src/components/post-megadropdown/post-megadropdown.tsx",
|
|
2697
|
-
"encapsulation": "
|
|
2678
|
+
"encapsulation": "shadow",
|
|
2698
2679
|
"tag": "post-megadropdown",
|
|
2699
|
-
"readme": "# post-megadropdown\n
|
|
2680
|
+
"readme": "# post-megadropdown\n",
|
|
2700
2681
|
"docs": "",
|
|
2701
2682
|
"docsTags": [],
|
|
2702
2683
|
"usage": {},
|
|
2703
|
-
"props": [
|
|
2684
|
+
"props": [
|
|
2685
|
+
{
|
|
2686
|
+
"name": "textBack",
|
|
2687
|
+
"type": "string",
|
|
2688
|
+
"complexType": {
|
|
2689
|
+
"original": "string",
|
|
2690
|
+
"resolved": "string",
|
|
2691
|
+
"references": {}
|
|
2692
|
+
},
|
|
2693
|
+
"mutable": false,
|
|
2694
|
+
"attr": "text-back",
|
|
2695
|
+
"reflectToAttr": true,
|
|
2696
|
+
"docs": "A label for the back button visible on tablet and mobile",
|
|
2697
|
+
"docsTags": [],
|
|
2698
|
+
"values": [
|
|
2699
|
+
{
|
|
2700
|
+
"type": "string"
|
|
2701
|
+
}
|
|
2702
|
+
],
|
|
2703
|
+
"optional": false,
|
|
2704
|
+
"required": true,
|
|
2705
|
+
"getter": false,
|
|
2706
|
+
"setter": false
|
|
2707
|
+
},
|
|
2708
|
+
{
|
|
2709
|
+
"name": "textClose",
|
|
2710
|
+
"type": "string",
|
|
2711
|
+
"complexType": {
|
|
2712
|
+
"original": "string",
|
|
2713
|
+
"resolved": "string",
|
|
2714
|
+
"references": {}
|
|
2715
|
+
},
|
|
2716
|
+
"mutable": false,
|
|
2717
|
+
"attr": "text-close",
|
|
2718
|
+
"reflectToAttr": true,
|
|
2719
|
+
"docs": "An accessible label for the close button visible on desktop",
|
|
2720
|
+
"docsTags": [],
|
|
2721
|
+
"values": [
|
|
2722
|
+
{
|
|
2723
|
+
"type": "string"
|
|
2724
|
+
}
|
|
2725
|
+
],
|
|
2726
|
+
"optional": false,
|
|
2727
|
+
"required": true,
|
|
2728
|
+
"getter": false,
|
|
2729
|
+
"setter": false
|
|
2730
|
+
}
|
|
2731
|
+
],
|
|
2704
2732
|
"methods": [
|
|
2705
2733
|
{
|
|
2706
2734
|
"name": "focusFirst",
|
|
@@ -2834,18 +2862,58 @@
|
|
|
2834
2862
|
"slots": [],
|
|
2835
2863
|
"parts": [],
|
|
2836
2864
|
"dependents": [],
|
|
2837
|
-
"dependencies": [
|
|
2838
|
-
|
|
2865
|
+
"dependencies": [
|
|
2866
|
+
"post-closebutton",
|
|
2867
|
+
"post-icon"
|
|
2868
|
+
],
|
|
2869
|
+
"dependencyGraph": {
|
|
2870
|
+
"post-megadropdown": [
|
|
2871
|
+
"post-closebutton",
|
|
2872
|
+
"post-icon"
|
|
2873
|
+
],
|
|
2874
|
+
"post-closebutton": [
|
|
2875
|
+
"post-icon"
|
|
2876
|
+
]
|
|
2877
|
+
}
|
|
2839
2878
|
},
|
|
2840
2879
|
{
|
|
2841
2880
|
"filePath": "src/components/post-megadropdown-trigger/post-megadropdown-trigger.tsx",
|
|
2842
|
-
"encapsulation": "
|
|
2881
|
+
"encapsulation": "shadow",
|
|
2843
2882
|
"tag": "post-megadropdown-trigger",
|
|
2844
|
-
"readme": "# post-megadropdown-toggle\n
|
|
2883
|
+
"readme": "# post-megadropdown-toggle\n",
|
|
2845
2884
|
"docs": "",
|
|
2846
2885
|
"docsTags": [],
|
|
2847
2886
|
"usage": {},
|
|
2848
2887
|
"props": [
|
|
2888
|
+
{
|
|
2889
|
+
"name": "active",
|
|
2890
|
+
"type": "boolean",
|
|
2891
|
+
"complexType": {
|
|
2892
|
+
"original": "boolean",
|
|
2893
|
+
"resolved": "boolean",
|
|
2894
|
+
"references": {}
|
|
2895
|
+
},
|
|
2896
|
+
"mutable": false,
|
|
2897
|
+
"attr": "active",
|
|
2898
|
+
"reflectToAttr": true,
|
|
2899
|
+
"docs": "Sets the trigger state to be active or inactive.",
|
|
2900
|
+
"docsTags": [
|
|
2901
|
+
{
|
|
2902
|
+
"name": "default",
|
|
2903
|
+
"text": "false"
|
|
2904
|
+
}
|
|
2905
|
+
],
|
|
2906
|
+
"default": "false",
|
|
2907
|
+
"values": [
|
|
2908
|
+
{
|
|
2909
|
+
"type": "boolean"
|
|
2910
|
+
}
|
|
2911
|
+
],
|
|
2912
|
+
"optional": false,
|
|
2913
|
+
"required": false,
|
|
2914
|
+
"getter": false,
|
|
2915
|
+
"setter": false
|
|
2916
|
+
},
|
|
2849
2917
|
{
|
|
2850
2918
|
"name": "for",
|
|
2851
2919
|
"type": "string",
|
|
@@ -2877,19 +2945,25 @@
|
|
|
2877
2945
|
"slots": [],
|
|
2878
2946
|
"parts": [],
|
|
2879
2947
|
"dependents": [],
|
|
2880
|
-
"dependencies": [
|
|
2881
|
-
|
|
2948
|
+
"dependencies": [
|
|
2949
|
+
"post-icon"
|
|
2950
|
+
],
|
|
2951
|
+
"dependencyGraph": {
|
|
2952
|
+
"post-megadropdown-trigger": [
|
|
2953
|
+
"post-icon"
|
|
2954
|
+
]
|
|
2955
|
+
}
|
|
2882
2956
|
},
|
|
2883
2957
|
{
|
|
2884
2958
|
"filePath": "src/components/post-menu/post-menu.tsx",
|
|
2885
2959
|
"encapsulation": "shadow",
|
|
2886
2960
|
"tag": "post-menu",
|
|
2887
|
-
"readme": "# post-menu\n
|
|
2961
|
+
"readme": "# post-menu\n",
|
|
2888
2962
|
"docs": "",
|
|
2889
2963
|
"docsTags": [
|
|
2890
2964
|
{
|
|
2891
2965
|
"name": "part",
|
|
2892
|
-
"text": "menu - The container element that holds the list of menu items."
|
|
2966
|
+
"text": "post-menu - The container element that holds the list of menu items."
|
|
2893
2967
|
},
|
|
2894
2968
|
{
|
|
2895
2969
|
"name": "slot",
|
|
@@ -2909,7 +2983,7 @@
|
|
|
2909
2983
|
"mutable": false,
|
|
2910
2984
|
"attr": "label",
|
|
2911
2985
|
"reflectToAttr": true,
|
|
2912
|
-
"docs": "
|
|
2986
|
+
"docs": "A descriptive label that clearly identifies the menu’s content so assistive technologies can convey its purpose.",
|
|
2913
2987
|
"docsTags": [],
|
|
2914
2988
|
"values": [
|
|
2915
2989
|
{
|
|
@@ -2931,7 +3005,8 @@
|
|
|
2931
3005
|
"Placement": {
|
|
2932
3006
|
"location": "import",
|
|
2933
3007
|
"path": "@floating-ui/dom",
|
|
2934
|
-
"id": "../../node_modules/.pnpm/@floating-ui+dom@1.7.4/node_modules/@floating-ui/dom/dist/floating-ui.dom.d.
|
|
3008
|
+
"id": "../../node_modules/.pnpm/@floating-ui+dom@1.7.4/node_modules/@floating-ui/dom/dist/floating-ui.dom.d.mts::Placement",
|
|
3009
|
+
"referenceLocation": "Placement"
|
|
2935
3010
|
}
|
|
2936
3011
|
}
|
|
2937
3012
|
},
|
|
@@ -3133,13 +3208,13 @@
|
|
|
3133
3208
|
],
|
|
3134
3209
|
"parts": [
|
|
3135
3210
|
{
|
|
3136
|
-
"name": "menu",
|
|
3211
|
+
"name": "post-menu",
|
|
3137
3212
|
"docs": "The container element that holds the list of menu items."
|
|
3138
3213
|
}
|
|
3139
3214
|
],
|
|
3140
3215
|
"dependents": [
|
|
3141
3216
|
"post-breadcrumbs",
|
|
3142
|
-
"post-language-
|
|
3217
|
+
"post-language-menu"
|
|
3143
3218
|
],
|
|
3144
3219
|
"dependencies": [
|
|
3145
3220
|
"post-popovercontainer"
|
|
@@ -3151,7 +3226,7 @@
|
|
|
3151
3226
|
"post-breadcrumbs": [
|
|
3152
3227
|
"post-menu"
|
|
3153
3228
|
],
|
|
3154
|
-
"post-language-
|
|
3229
|
+
"post-language-menu": [
|
|
3155
3230
|
"post-menu"
|
|
3156
3231
|
]
|
|
3157
3232
|
}
|
|
@@ -3160,7 +3235,7 @@
|
|
|
3160
3235
|
"filePath": "src/components/post-menu-item/post-menu-item.tsx",
|
|
3161
3236
|
"encapsulation": "none",
|
|
3162
3237
|
"tag": "post-menu-item",
|
|
3163
|
-
"readme": "# post-menu-item\n
|
|
3238
|
+
"readme": "# post-menu-item\n",
|
|
3164
3239
|
"docs": "",
|
|
3165
3240
|
"docsTags": [],
|
|
3166
3241
|
"usage": {},
|
|
@@ -3185,7 +3260,7 @@
|
|
|
3185
3260
|
"filePath": "src/components/post-menu-trigger/post-menu-trigger.tsx",
|
|
3186
3261
|
"encapsulation": "none",
|
|
3187
3262
|
"tag": "post-menu-trigger",
|
|
3188
|
-
"readme": "# post-menu-trigger\n
|
|
3263
|
+
"readme": "# post-menu-trigger\n",
|
|
3189
3264
|
"docs": "",
|
|
3190
3265
|
"docsTags": [],
|
|
3191
3266
|
"usage": {},
|
|
@@ -3222,23 +3297,294 @@
|
|
|
3222
3297
|
"parts": [],
|
|
3223
3298
|
"dependents": [
|
|
3224
3299
|
"post-breadcrumbs",
|
|
3225
|
-
"post-language-
|
|
3300
|
+
"post-language-menu"
|
|
3226
3301
|
],
|
|
3227
3302
|
"dependencies": [],
|
|
3228
3303
|
"dependencyGraph": {
|
|
3229
3304
|
"post-breadcrumbs": [
|
|
3230
3305
|
"post-menu-trigger"
|
|
3231
3306
|
],
|
|
3232
|
-
"post-language-
|
|
3307
|
+
"post-language-menu": [
|
|
3233
3308
|
"post-menu-trigger"
|
|
3234
3309
|
]
|
|
3235
3310
|
}
|
|
3236
3311
|
},
|
|
3312
|
+
{
|
|
3313
|
+
"filePath": "src/components/post-pagination/post-pagination.tsx",
|
|
3314
|
+
"encapsulation": "shadow",
|
|
3315
|
+
"tag": "post-pagination",
|
|
3316
|
+
"readme": "# post-pagination\n",
|
|
3317
|
+
"docs": "",
|
|
3318
|
+
"docsTags": [],
|
|
3319
|
+
"usage": {},
|
|
3320
|
+
"props": [
|
|
3321
|
+
{
|
|
3322
|
+
"name": "collectionSize",
|
|
3323
|
+
"type": "number",
|
|
3324
|
+
"complexType": {
|
|
3325
|
+
"original": "number",
|
|
3326
|
+
"resolved": "number",
|
|
3327
|
+
"references": {}
|
|
3328
|
+
},
|
|
3329
|
+
"mutable": false,
|
|
3330
|
+
"attr": "collection-size",
|
|
3331
|
+
"reflectToAttr": true,
|
|
3332
|
+
"docs": "The total number of items in the collection.",
|
|
3333
|
+
"docsTags": [],
|
|
3334
|
+
"values": [
|
|
3335
|
+
{
|
|
3336
|
+
"type": "number"
|
|
3337
|
+
}
|
|
3338
|
+
],
|
|
3339
|
+
"optional": false,
|
|
3340
|
+
"required": true,
|
|
3341
|
+
"getter": false,
|
|
3342
|
+
"setter": false
|
|
3343
|
+
},
|
|
3344
|
+
{
|
|
3345
|
+
"name": "disabled",
|
|
3346
|
+
"type": "boolean",
|
|
3347
|
+
"complexType": {
|
|
3348
|
+
"original": "boolean",
|
|
3349
|
+
"resolved": "boolean",
|
|
3350
|
+
"references": {}
|
|
3351
|
+
},
|
|
3352
|
+
"mutable": false,
|
|
3353
|
+
"attr": "disabled",
|
|
3354
|
+
"reflectToAttr": false,
|
|
3355
|
+
"docs": "If true, the pagination is disabled.",
|
|
3356
|
+
"docsTags": [],
|
|
3357
|
+
"values": [
|
|
3358
|
+
{
|
|
3359
|
+
"type": "boolean"
|
|
3360
|
+
}
|
|
3361
|
+
],
|
|
3362
|
+
"optional": true,
|
|
3363
|
+
"required": false,
|
|
3364
|
+
"getter": false,
|
|
3365
|
+
"setter": false
|
|
3366
|
+
},
|
|
3367
|
+
{
|
|
3368
|
+
"name": "label",
|
|
3369
|
+
"type": "string",
|
|
3370
|
+
"complexType": {
|
|
3371
|
+
"original": "string",
|
|
3372
|
+
"resolved": "string",
|
|
3373
|
+
"references": {}
|
|
3374
|
+
},
|
|
3375
|
+
"mutable": false,
|
|
3376
|
+
"attr": "label",
|
|
3377
|
+
"reflectToAttr": true,
|
|
3378
|
+
"docs": "A descriptive label for the pagination navigation, used by assistive technologies.",
|
|
3379
|
+
"docsTags": [],
|
|
3380
|
+
"values": [
|
|
3381
|
+
{
|
|
3382
|
+
"type": "string"
|
|
3383
|
+
}
|
|
3384
|
+
],
|
|
3385
|
+
"optional": false,
|
|
3386
|
+
"required": true,
|
|
3387
|
+
"getter": false,
|
|
3388
|
+
"setter": false
|
|
3389
|
+
},
|
|
3390
|
+
{
|
|
3391
|
+
"name": "page",
|
|
3392
|
+
"type": "number",
|
|
3393
|
+
"complexType": {
|
|
3394
|
+
"original": "number",
|
|
3395
|
+
"resolved": "number",
|
|
3396
|
+
"references": {}
|
|
3397
|
+
},
|
|
3398
|
+
"mutable": true,
|
|
3399
|
+
"attr": "page",
|
|
3400
|
+
"reflectToAttr": false,
|
|
3401
|
+
"docs": "The current active page number.\n\n**If not specified, defaults to the first page.**",
|
|
3402
|
+
"docsTags": [],
|
|
3403
|
+
"values": [
|
|
3404
|
+
{
|
|
3405
|
+
"type": "number"
|
|
3406
|
+
}
|
|
3407
|
+
],
|
|
3408
|
+
"optional": true,
|
|
3409
|
+
"required": false,
|
|
3410
|
+
"getter": false,
|
|
3411
|
+
"setter": false
|
|
3412
|
+
},
|
|
3413
|
+
{
|
|
3414
|
+
"name": "pageSize",
|
|
3415
|
+
"type": "number",
|
|
3416
|
+
"complexType": {
|
|
3417
|
+
"original": "number",
|
|
3418
|
+
"resolved": "number",
|
|
3419
|
+
"references": {}
|
|
3420
|
+
},
|
|
3421
|
+
"mutable": false,
|
|
3422
|
+
"attr": "page-size",
|
|
3423
|
+
"reflectToAttr": true,
|
|
3424
|
+
"docs": "The number of items per page.",
|
|
3425
|
+
"docsTags": [],
|
|
3426
|
+
"values": [
|
|
3427
|
+
{
|
|
3428
|
+
"type": "number"
|
|
3429
|
+
}
|
|
3430
|
+
],
|
|
3431
|
+
"optional": false,
|
|
3432
|
+
"required": true,
|
|
3433
|
+
"getter": false,
|
|
3434
|
+
"setter": false
|
|
3435
|
+
},
|
|
3436
|
+
{
|
|
3437
|
+
"name": "textFirst",
|
|
3438
|
+
"type": "string",
|
|
3439
|
+
"complexType": {
|
|
3440
|
+
"original": "string",
|
|
3441
|
+
"resolved": "string",
|
|
3442
|
+
"references": {}
|
|
3443
|
+
},
|
|
3444
|
+
"mutable": false,
|
|
3445
|
+
"attr": "text-first",
|
|
3446
|
+
"reflectToAttr": true,
|
|
3447
|
+
"docs": "Prefix text for the first page label.",
|
|
3448
|
+
"docsTags": [],
|
|
3449
|
+
"values": [
|
|
3450
|
+
{
|
|
3451
|
+
"type": "string"
|
|
3452
|
+
}
|
|
3453
|
+
],
|
|
3454
|
+
"optional": false,
|
|
3455
|
+
"required": true,
|
|
3456
|
+
"getter": false,
|
|
3457
|
+
"setter": false
|
|
3458
|
+
},
|
|
3459
|
+
{
|
|
3460
|
+
"name": "textLast",
|
|
3461
|
+
"type": "string",
|
|
3462
|
+
"complexType": {
|
|
3463
|
+
"original": "string",
|
|
3464
|
+
"resolved": "string",
|
|
3465
|
+
"references": {}
|
|
3466
|
+
},
|
|
3467
|
+
"mutable": false,
|
|
3468
|
+
"attr": "text-last",
|
|
3469
|
+
"reflectToAttr": true,
|
|
3470
|
+
"docs": "Prefix text for the last page label.",
|
|
3471
|
+
"docsTags": [],
|
|
3472
|
+
"values": [
|
|
3473
|
+
{
|
|
3474
|
+
"type": "string"
|
|
3475
|
+
}
|
|
3476
|
+
],
|
|
3477
|
+
"optional": false,
|
|
3478
|
+
"required": true,
|
|
3479
|
+
"getter": false,
|
|
3480
|
+
"setter": false
|
|
3481
|
+
},
|
|
3482
|
+
{
|
|
3483
|
+
"name": "textNext",
|
|
3484
|
+
"type": "string",
|
|
3485
|
+
"complexType": {
|
|
3486
|
+
"original": "string",
|
|
3487
|
+
"resolved": "string",
|
|
3488
|
+
"references": {}
|
|
3489
|
+
},
|
|
3490
|
+
"mutable": false,
|
|
3491
|
+
"attr": "text-next",
|
|
3492
|
+
"reflectToAttr": true,
|
|
3493
|
+
"docs": "Accessible label for the next page button.",
|
|
3494
|
+
"docsTags": [],
|
|
3495
|
+
"values": [
|
|
3496
|
+
{
|
|
3497
|
+
"type": "string"
|
|
3498
|
+
}
|
|
3499
|
+
],
|
|
3500
|
+
"optional": false,
|
|
3501
|
+
"required": true,
|
|
3502
|
+
"getter": false,
|
|
3503
|
+
"setter": false
|
|
3504
|
+
},
|
|
3505
|
+
{
|
|
3506
|
+
"name": "textPage",
|
|
3507
|
+
"type": "string",
|
|
3508
|
+
"complexType": {
|
|
3509
|
+
"original": "string",
|
|
3510
|
+
"resolved": "string",
|
|
3511
|
+
"references": {}
|
|
3512
|
+
},
|
|
3513
|
+
"mutable": false,
|
|
3514
|
+
"attr": "text-page",
|
|
3515
|
+
"reflectToAttr": true,
|
|
3516
|
+
"docs": "Prefix text for page number labels.",
|
|
3517
|
+
"docsTags": [],
|
|
3518
|
+
"values": [
|
|
3519
|
+
{
|
|
3520
|
+
"type": "string"
|
|
3521
|
+
}
|
|
3522
|
+
],
|
|
3523
|
+
"optional": false,
|
|
3524
|
+
"required": true,
|
|
3525
|
+
"getter": false,
|
|
3526
|
+
"setter": false
|
|
3527
|
+
},
|
|
3528
|
+
{
|
|
3529
|
+
"name": "textPrevious",
|
|
3530
|
+
"type": "string",
|
|
3531
|
+
"complexType": {
|
|
3532
|
+
"original": "string",
|
|
3533
|
+
"resolved": "string",
|
|
3534
|
+
"references": {}
|
|
3535
|
+
},
|
|
3536
|
+
"mutable": false,
|
|
3537
|
+
"attr": "text-previous",
|
|
3538
|
+
"reflectToAttr": true,
|
|
3539
|
+
"docs": "Accessible label for the previous page button.",
|
|
3540
|
+
"docsTags": [],
|
|
3541
|
+
"values": [
|
|
3542
|
+
{
|
|
3543
|
+
"type": "string"
|
|
3544
|
+
}
|
|
3545
|
+
],
|
|
3546
|
+
"optional": false,
|
|
3547
|
+
"required": true,
|
|
3548
|
+
"getter": false,
|
|
3549
|
+
"setter": false
|
|
3550
|
+
}
|
|
3551
|
+
],
|
|
3552
|
+
"methods": [],
|
|
3553
|
+
"events": [
|
|
3554
|
+
{
|
|
3555
|
+
"event": "postChange",
|
|
3556
|
+
"detail": "number",
|
|
3557
|
+
"bubbles": true,
|
|
3558
|
+
"complexType": {
|
|
3559
|
+
"original": "number",
|
|
3560
|
+
"resolved": "number",
|
|
3561
|
+
"references": {}
|
|
3562
|
+
},
|
|
3563
|
+
"cancelable": true,
|
|
3564
|
+
"composed": true,
|
|
3565
|
+
"docs": "Event emitted when the page changes.",
|
|
3566
|
+
"docsTags": []
|
|
3567
|
+
}
|
|
3568
|
+
],
|
|
3569
|
+
"listeners": [],
|
|
3570
|
+
"styles": [],
|
|
3571
|
+
"slots": [],
|
|
3572
|
+
"parts": [],
|
|
3573
|
+
"dependents": [],
|
|
3574
|
+
"dependencies": [
|
|
3575
|
+
"post-icon"
|
|
3576
|
+
],
|
|
3577
|
+
"dependencyGraph": {
|
|
3578
|
+
"post-pagination": [
|
|
3579
|
+
"post-icon"
|
|
3580
|
+
]
|
|
3581
|
+
}
|
|
3582
|
+
},
|
|
3237
3583
|
{
|
|
3238
3584
|
"filePath": "src/components/post-popover/post-popover.tsx",
|
|
3239
3585
|
"encapsulation": "shadow",
|
|
3240
3586
|
"tag": "post-popover",
|
|
3241
|
-
"readme": "# post-popover\n
|
|
3587
|
+
"readme": "# post-popover\n",
|
|
3242
3588
|
"docs": "",
|
|
3243
3589
|
"docsTags": [
|
|
3244
3590
|
{
|
|
@@ -3277,29 +3623,6 @@
|
|
|
3277
3623
|
"getter": false,
|
|
3278
3624
|
"setter": false
|
|
3279
3625
|
},
|
|
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
3626
|
{
|
|
3304
3627
|
"name": "placement",
|
|
3305
3628
|
"type": "\"bottom\" | \"bottom-end\" | \"bottom-start\" | \"left\" | \"left-end\" | \"left-start\" | \"right\" | \"right-end\" | \"right-start\" | \"top\" | \"top-end\" | \"top-start\"",
|
|
@@ -3310,7 +3633,8 @@
|
|
|
3310
3633
|
"Placement": {
|
|
3311
3634
|
"location": "import",
|
|
3312
3635
|
"path": "@floating-ui/dom",
|
|
3313
|
-
"id": "../../node_modules/.pnpm/@floating-ui+dom@1.7.4/node_modules/@floating-ui/dom/dist/floating-ui.dom.d.
|
|
3636
|
+
"id": "../../node_modules/.pnpm/@floating-ui+dom@1.7.4/node_modules/@floating-ui/dom/dist/floating-ui.dom.d.mts::Placement",
|
|
3637
|
+
"referenceLocation": "Placement"
|
|
3314
3638
|
}
|
|
3315
3639
|
}
|
|
3316
3640
|
},
|
|
@@ -3379,6 +3703,29 @@
|
|
|
3379
3703
|
"required": false,
|
|
3380
3704
|
"getter": false,
|
|
3381
3705
|
"setter": false
|
|
3706
|
+
},
|
|
3707
|
+
{
|
|
3708
|
+
"name": "textClose",
|
|
3709
|
+
"type": "string",
|
|
3710
|
+
"complexType": {
|
|
3711
|
+
"original": "string",
|
|
3712
|
+
"resolved": "string",
|
|
3713
|
+
"references": {}
|
|
3714
|
+
},
|
|
3715
|
+
"mutable": false,
|
|
3716
|
+
"attr": "text-close",
|
|
3717
|
+
"reflectToAttr": true,
|
|
3718
|
+
"docs": "Define the text of the close button for assistive technology",
|
|
3719
|
+
"docsTags": [],
|
|
3720
|
+
"values": [
|
|
3721
|
+
{
|
|
3722
|
+
"type": "string"
|
|
3723
|
+
}
|
|
3724
|
+
],
|
|
3725
|
+
"optional": false,
|
|
3726
|
+
"required": true,
|
|
3727
|
+
"getter": false,
|
|
3728
|
+
"setter": false
|
|
3382
3729
|
}
|
|
3383
3730
|
],
|
|
3384
3731
|
"methods": [
|
|
@@ -3534,7 +3881,7 @@
|
|
|
3534
3881
|
"filePath": "src/components/post-popover-trigger/post-popover-trigger.tsx",
|
|
3535
3882
|
"encapsulation": "shadow",
|
|
3536
3883
|
"tag": "post-popover-trigger",
|
|
3537
|
-
"readme": "# post-popover-trigger\n
|
|
3884
|
+
"readme": "# post-popover-trigger\n",
|
|
3538
3885
|
"docs": "",
|
|
3539
3886
|
"docsTags": [],
|
|
3540
3887
|
"usage": {},
|
|
@@ -3557,8 +3904,8 @@
|
|
|
3557
3904
|
"type": "string"
|
|
3558
3905
|
}
|
|
3559
3906
|
],
|
|
3560
|
-
"optional":
|
|
3561
|
-
"required":
|
|
3907
|
+
"optional": true,
|
|
3908
|
+
"required": false,
|
|
3562
3909
|
"getter": false,
|
|
3563
3910
|
"setter": false
|
|
3564
3911
|
}
|
|
@@ -3587,36 +3934,6 @@
|
|
|
3587
3934
|
],
|
|
3588
3935
|
"usage": {},
|
|
3589
3936
|
"props": [
|
|
3590
|
-
{
|
|
3591
|
-
"name": "animation",
|
|
3592
|
-
"type": "\"pop-in\"",
|
|
3593
|
-
"complexType": {
|
|
3594
|
-
"original": "'pop-in' | null",
|
|
3595
|
-
"resolved": "\"pop-in\"",
|
|
3596
|
-
"references": {}
|
|
3597
|
-
},
|
|
3598
|
-
"mutable": false,
|
|
3599
|
-
"attr": "animation",
|
|
3600
|
-
"reflectToAttr": false,
|
|
3601
|
-
"docs": "Animation style",
|
|
3602
|
-
"docsTags": [
|
|
3603
|
-
{
|
|
3604
|
-
"name": "default",
|
|
3605
|
-
"text": "null"
|
|
3606
|
-
}
|
|
3607
|
-
],
|
|
3608
|
-
"default": "null",
|
|
3609
|
-
"values": [
|
|
3610
|
-
{
|
|
3611
|
-
"value": "pop-in",
|
|
3612
|
-
"type": "string"
|
|
3613
|
-
}
|
|
3614
|
-
],
|
|
3615
|
-
"optional": true,
|
|
3616
|
-
"required": false,
|
|
3617
|
-
"getter": false,
|
|
3618
|
-
"setter": false
|
|
3619
|
-
},
|
|
3620
3937
|
{
|
|
3621
3938
|
"name": "arrow",
|
|
3622
3939
|
"type": "boolean",
|
|
@@ -3675,35 +3992,6 @@
|
|
|
3675
3992
|
"getter": false,
|
|
3676
3993
|
"setter": false
|
|
3677
3994
|
},
|
|
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
3995
|
{
|
|
3708
3996
|
"name": "placement",
|
|
3709
3997
|
"type": "\"bottom\" | \"bottom-end\" | \"bottom-start\" | \"left\" | \"left-end\" | \"left-start\" | \"right\" | \"right-end\" | \"right-start\" | \"top\" | \"top-end\" | \"top-start\"",
|
|
@@ -3714,7 +4002,8 @@
|
|
|
3714
4002
|
"Placement": {
|
|
3715
4003
|
"location": "import",
|
|
3716
4004
|
"path": "@floating-ui/dom",
|
|
3717
|
-
"id": "../../node_modules/.pnpm/@floating-ui+dom@1.7.4/node_modules/@floating-ui/dom/dist/floating-ui.dom.d.
|
|
4005
|
+
"id": "../../node_modules/.pnpm/@floating-ui+dom@1.7.4/node_modules/@floating-ui/dom/dist/floating-ui.dom.d.mts::Placement",
|
|
4006
|
+
"referenceLocation": "Placement"
|
|
3718
4007
|
}
|
|
3719
4008
|
}
|
|
3720
4009
|
},
|
|
@@ -3814,28 +4103,6 @@
|
|
|
3814
4103
|
}
|
|
3815
4104
|
],
|
|
3816
4105
|
"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
4106
|
{
|
|
3840
4107
|
"name": "hide",
|
|
3841
4108
|
"returns": {
|
|
@@ -3858,32 +4125,6 @@
|
|
|
3858
4125
|
"docs": "Programmatically hide the popovercontainer",
|
|
3859
4126
|
"docsTags": []
|
|
3860
4127
|
},
|
|
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
4128
|
{
|
|
3888
4129
|
"name": "show",
|
|
3889
4130
|
"returns": {
|
|
@@ -3896,7 +4137,7 @@
|
|
|
3896
4137
|
{
|
|
3897
4138
|
"name": "target",
|
|
3898
4139
|
"type": "HTMLElement",
|
|
3899
|
-
"docs": "A focusable element inside the
|
|
4140
|
+
"docs": "A focusable element inside the trigger component that controls the popover"
|
|
3900
4141
|
}
|
|
3901
4142
|
],
|
|
3902
4143
|
"references": {
|
|
@@ -3916,14 +4157,14 @@
|
|
|
3916
4157
|
{
|
|
3917
4158
|
"name": "target",
|
|
3918
4159
|
"type": "HTMLElement",
|
|
3919
|
-
"docs": "A focusable element inside the
|
|
4160
|
+
"docs": "A focusable element inside the trigger component that controls the popover"
|
|
3920
4161
|
}
|
|
3921
4162
|
],
|
|
3922
4163
|
"docs": "Programmatically display the popovercontainer",
|
|
3923
4164
|
"docsTags": [
|
|
3924
4165
|
{
|
|
3925
4166
|
"name": "param",
|
|
3926
|
-
"text": "target A focusable element inside the
|
|
4167
|
+
"text": "target A focusable element inside the trigger component that controls the popover"
|
|
3927
4168
|
}
|
|
3928
4169
|
]
|
|
3929
4170
|
},
|
|
@@ -4088,7 +4329,7 @@
|
|
|
4088
4329
|
"filePath": "src/components/post-rating/post-rating.tsx",
|
|
4089
4330
|
"encapsulation": "shadow",
|
|
4090
4331
|
"tag": "post-rating",
|
|
4091
|
-
"readme": "# post-rating\n
|
|
4332
|
+
"readme": "# post-rating\n",
|
|
4092
4333
|
"docs": "",
|
|
4093
4334
|
"docsTags": [],
|
|
4094
4335
|
"usage": {},
|
|
@@ -4133,7 +4374,7 @@
|
|
|
4133
4374
|
"mutable": false,
|
|
4134
4375
|
"attr": "label",
|
|
4135
4376
|
"reflectToAttr": true,
|
|
4136
|
-
"docs": "
|
|
4377
|
+
"docs": "A hidden, descriptive label that explains the role of the rating component to assistive technologies.",
|
|
4137
4378
|
"docsTags": [],
|
|
4138
4379
|
"values": [
|
|
4139
4380
|
{
|
|
@@ -4253,36 +4494,42 @@
|
|
|
4253
4494
|
"filePath": "src/components/post-stepper/post-stepper.tsx",
|
|
4254
4495
|
"encapsulation": "shadow",
|
|
4255
4496
|
"tag": "post-stepper",
|
|
4256
|
-
"readme": "# post-stepper\n
|
|
4497
|
+
"readme": "# post-stepper\n",
|
|
4257
4498
|
"docs": "",
|
|
4258
4499
|
"docsTags": [],
|
|
4259
4500
|
"usage": {},
|
|
4260
4501
|
"props": [
|
|
4261
4502
|
{
|
|
4262
|
-
"name": "
|
|
4263
|
-
"type": "
|
|
4503
|
+
"name": "currentIndex",
|
|
4504
|
+
"type": "number",
|
|
4264
4505
|
"complexType": {
|
|
4265
|
-
"original": "
|
|
4266
|
-
"resolved": "
|
|
4506
|
+
"original": "number",
|
|
4507
|
+
"resolved": "number",
|
|
4267
4508
|
"references": {}
|
|
4268
4509
|
},
|
|
4269
4510
|
"mutable": false,
|
|
4270
|
-
"attr": "
|
|
4271
|
-
"reflectToAttr":
|
|
4272
|
-
"docs": "
|
|
4273
|
-
"docsTags": [
|
|
4511
|
+
"attr": "current-index",
|
|
4512
|
+
"reflectToAttr": false,
|
|
4513
|
+
"docs": "Defines the currently active step",
|
|
4514
|
+
"docsTags": [
|
|
4515
|
+
{
|
|
4516
|
+
"name": "default",
|
|
4517
|
+
"text": "-1"
|
|
4518
|
+
}
|
|
4519
|
+
],
|
|
4520
|
+
"default": "-1",
|
|
4274
4521
|
"values": [
|
|
4275
4522
|
{
|
|
4276
|
-
"type": "
|
|
4523
|
+
"type": "number"
|
|
4277
4524
|
}
|
|
4278
4525
|
],
|
|
4279
4526
|
"optional": false,
|
|
4280
|
-
"required":
|
|
4527
|
+
"required": false,
|
|
4281
4528
|
"getter": false,
|
|
4282
4529
|
"setter": false
|
|
4283
4530
|
},
|
|
4284
4531
|
{
|
|
4285
|
-
"name": "
|
|
4532
|
+
"name": "textCompletedStep",
|
|
4286
4533
|
"type": "string",
|
|
4287
4534
|
"complexType": {
|
|
4288
4535
|
"original": "string",
|
|
@@ -4290,7 +4537,7 @@
|
|
|
4290
4537
|
"references": {}
|
|
4291
4538
|
},
|
|
4292
4539
|
"mutable": false,
|
|
4293
|
-
"attr": "completed-
|
|
4540
|
+
"attr": "text-completed-step",
|
|
4294
4541
|
"reflectToAttr": true,
|
|
4295
4542
|
"docs": "\"Completed step\" label for accessibility",
|
|
4296
4543
|
"docsTags": [],
|
|
@@ -4305,36 +4552,30 @@
|
|
|
4305
4552
|
"setter": false
|
|
4306
4553
|
},
|
|
4307
4554
|
{
|
|
4308
|
-
"name": "
|
|
4309
|
-
"type": "
|
|
4555
|
+
"name": "textCurrentStep",
|
|
4556
|
+
"type": "string",
|
|
4310
4557
|
"complexType": {
|
|
4311
|
-
"original": "
|
|
4312
|
-
"resolved": "
|
|
4558
|
+
"original": "string",
|
|
4559
|
+
"resolved": "string",
|
|
4313
4560
|
"references": {}
|
|
4314
4561
|
},
|
|
4315
4562
|
"mutable": false,
|
|
4316
|
-
"attr": "current-
|
|
4317
|
-
"reflectToAttr":
|
|
4318
|
-
"docs": "
|
|
4319
|
-
"docsTags": [
|
|
4320
|
-
{
|
|
4321
|
-
"name": "default",
|
|
4322
|
-
"text": "-1"
|
|
4323
|
-
}
|
|
4324
|
-
],
|
|
4325
|
-
"default": "-1",
|
|
4563
|
+
"attr": "text-current-step",
|
|
4564
|
+
"reflectToAttr": true,
|
|
4565
|
+
"docs": "\"Current step\" label for accessibility",
|
|
4566
|
+
"docsTags": [],
|
|
4326
4567
|
"values": [
|
|
4327
4568
|
{
|
|
4328
|
-
"type": "
|
|
4569
|
+
"type": "string"
|
|
4329
4570
|
}
|
|
4330
4571
|
],
|
|
4331
4572
|
"optional": false,
|
|
4332
|
-
"required":
|
|
4573
|
+
"required": true,
|
|
4333
4574
|
"getter": false,
|
|
4334
4575
|
"setter": false
|
|
4335
4576
|
},
|
|
4336
4577
|
{
|
|
4337
|
-
"name": "
|
|
4578
|
+
"name": "textStepNumber",
|
|
4338
4579
|
"type": "string",
|
|
4339
4580
|
"complexType": {
|
|
4340
4581
|
"original": "string",
|
|
@@ -4342,9 +4583,9 @@
|
|
|
4342
4583
|
"references": {}
|
|
4343
4584
|
},
|
|
4344
4585
|
"mutable": false,
|
|
4345
|
-
"attr": "
|
|
4586
|
+
"attr": "text-step-number",
|
|
4346
4587
|
"reflectToAttr": true,
|
|
4347
|
-
"docs": "\"
|
|
4588
|
+
"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
4589
|
"docsTags": [],
|
|
4349
4590
|
"values": [
|
|
4350
4591
|
{
|
|
@@ -4387,21 +4628,21 @@
|
|
|
4387
4628
|
"dependencyGraph": {}
|
|
4388
4629
|
},
|
|
4389
4630
|
{
|
|
4390
|
-
"filePath": "src/components/post-tab-
|
|
4631
|
+
"filePath": "src/components/post-tab-item/post-tab-item.tsx",
|
|
4391
4632
|
"encapsulation": "shadow",
|
|
4392
|
-
"tag": "post-tab-
|
|
4393
|
-
"readme": "# post-tab-
|
|
4633
|
+
"tag": "post-tab-item",
|
|
4634
|
+
"readme": "# post-tab-item\n",
|
|
4394
4635
|
"docs": "",
|
|
4395
4636
|
"docsTags": [
|
|
4396
4637
|
{
|
|
4397
4638
|
"name": "slot",
|
|
4398
|
-
"text": "default - Slot for the content of the tab
|
|
4639
|
+
"text": "default - Slot for the content of the tab item. Can contain text or an <a> element for navigation mode."
|
|
4399
4640
|
}
|
|
4400
4641
|
],
|
|
4401
4642
|
"usage": {},
|
|
4402
4643
|
"props": [
|
|
4403
4644
|
{
|
|
4404
|
-
"name": "
|
|
4645
|
+
"name": "name",
|
|
4405
4646
|
"type": "string",
|
|
4406
4647
|
"complexType": {
|
|
4407
4648
|
"original": "string",
|
|
@@ -4409,9 +4650,9 @@
|
|
|
4409
4650
|
"references": {}
|
|
4410
4651
|
},
|
|
4411
4652
|
"mutable": false,
|
|
4412
|
-
"attr": "
|
|
4653
|
+
"attr": "name",
|
|
4413
4654
|
"reflectToAttr": true,
|
|
4414
|
-
"docs": "The name of the panel
|
|
4655
|
+
"docs": "The name of the tab, used to associate it with a tab panel or identify the active tab in panel mode.",
|
|
4415
4656
|
"docsTags": [],
|
|
4416
4657
|
"values": [
|
|
4417
4658
|
{
|
|
@@ -4431,7 +4672,7 @@
|
|
|
4431
4672
|
"slots": [
|
|
4432
4673
|
{
|
|
4433
4674
|
"name": "default",
|
|
4434
|
-
"docs": "Slot for the content of the tab
|
|
4675
|
+
"docs": "Slot for the content of the tab item. Can contain text or an <a> element for navigation mode."
|
|
4435
4676
|
}
|
|
4436
4677
|
],
|
|
4437
4678
|
"parts": [],
|
|
@@ -4443,7 +4684,7 @@
|
|
|
4443
4684
|
"filePath": "src/components/post-tab-panel/post-tab-panel.tsx",
|
|
4444
4685
|
"encapsulation": "shadow",
|
|
4445
4686
|
"tag": "post-tab-panel",
|
|
4446
|
-
"readme": "# post-tab-panel\n
|
|
4687
|
+
"readme": "# post-tab-panel\n",
|
|
4447
4688
|
"docs": "",
|
|
4448
4689
|
"docsTags": [
|
|
4449
4690
|
{
|
|
@@ -4454,7 +4695,7 @@
|
|
|
4454
4695
|
"usage": {},
|
|
4455
4696
|
"props": [
|
|
4456
4697
|
{
|
|
4457
|
-
"name": "
|
|
4698
|
+
"name": "for",
|
|
4458
4699
|
"type": "string",
|
|
4459
4700
|
"complexType": {
|
|
4460
4701
|
"original": "string",
|
|
@@ -4462,9 +4703,9 @@
|
|
|
4462
4703
|
"references": {}
|
|
4463
4704
|
},
|
|
4464
4705
|
"mutable": false,
|
|
4465
|
-
"attr": "
|
|
4706
|
+
"attr": "for",
|
|
4466
4707
|
"reflectToAttr": true,
|
|
4467
|
-
"docs": "The name of the
|
|
4708
|
+
"docs": "The name of the tab that this panel is associated with.",
|
|
4468
4709
|
"docsTags": [],
|
|
4469
4710
|
"values": [
|
|
4470
4711
|
{
|
|
@@ -4496,45 +4737,40 @@
|
|
|
4496
4737
|
"filePath": "src/components/post-tabs/post-tabs.tsx",
|
|
4497
4738
|
"encapsulation": "shadow",
|
|
4498
4739
|
"tag": "post-tabs",
|
|
4499
|
-
"readme": "# post-tabs\n
|
|
4740
|
+
"readme": "# post-tabs\n",
|
|
4500
4741
|
"docs": "",
|
|
4501
4742
|
"docsTags": [
|
|
4502
4743
|
{
|
|
4503
4744
|
"name": "slot",
|
|
4504
|
-
"text": "
|
|
4745
|
+
"text": "default - Slot for placing tab items. Each tab item should be a <post-tab-item> element."
|
|
4505
4746
|
},
|
|
4506
4747
|
{
|
|
4507
4748
|
"name": "slot",
|
|
4508
|
-
"text": "
|
|
4749
|
+
"text": "panels - Slot for placing tab panels. Each tab panel should be a <post-tab-panel> element."
|
|
4509
4750
|
},
|
|
4510
4751
|
{
|
|
4511
4752
|
"name": "part",
|
|
4512
|
-
"text": "tabs - The container element that holds the set of tabs."
|
|
4753
|
+
"text": "post-tabs - The container element that holds the set of tabs."
|
|
4513
4754
|
},
|
|
4514
4755
|
{
|
|
4515
4756
|
"name": "part",
|
|
4516
|
-
"text": "content - The container element that displays the content of the currently active tab."
|
|
4757
|
+
"text": "post-tabs-content - The container element that displays the content of the currently active tab. Only available in panels mode."
|
|
4517
4758
|
}
|
|
4518
4759
|
],
|
|
4519
4760
|
"usage": {},
|
|
4520
4761
|
"props": [
|
|
4521
4762
|
{
|
|
4522
|
-
"name": "
|
|
4763
|
+
"name": "activeTab",
|
|
4523
4764
|
"type": "string",
|
|
4524
4765
|
"complexType": {
|
|
4525
|
-
"original": "
|
|
4766
|
+
"original": "string",
|
|
4526
4767
|
"resolved": "string",
|
|
4527
|
-
"references": {
|
|
4528
|
-
"HTMLPostTabPanelElement": {
|
|
4529
|
-
"location": "global",
|
|
4530
|
-
"id": "global::HTMLPostTabPanelElement"
|
|
4531
|
-
}
|
|
4532
|
-
}
|
|
4768
|
+
"references": {}
|
|
4533
4769
|
},
|
|
4534
4770
|
"mutable": false,
|
|
4535
|
-
"attr": "active-
|
|
4771
|
+
"attr": "active-tab",
|
|
4536
4772
|
"reflectToAttr": false,
|
|
4537
|
-
"docs": "The name of the panel that is initially
|
|
4773
|
+
"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
4774
|
"docsTags": [],
|
|
4539
4775
|
"values": [
|
|
4540
4776
|
{
|
|
@@ -4557,7 +4793,7 @@
|
|
|
4557
4793
|
"mutable": false,
|
|
4558
4794
|
"attr": "full-width",
|
|
4559
4795
|
"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.",
|
|
4796
|
+
"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
4797
|
"docsTags": [
|
|
4562
4798
|
{
|
|
4563
4799
|
"name": "default",
|
|
@@ -4574,6 +4810,29 @@
|
|
|
4574
4810
|
"required": false,
|
|
4575
4811
|
"getter": false,
|
|
4576
4812
|
"setter": false
|
|
4813
|
+
},
|
|
4814
|
+
{
|
|
4815
|
+
"name": "label",
|
|
4816
|
+
"type": "string",
|
|
4817
|
+
"complexType": {
|
|
4818
|
+
"original": "string",
|
|
4819
|
+
"resolved": "string",
|
|
4820
|
+
"references": {}
|
|
4821
|
+
},
|
|
4822
|
+
"mutable": false,
|
|
4823
|
+
"attr": "label",
|
|
4824
|
+
"reflectToAttr": true,
|
|
4825
|
+
"docs": "The accessible label for the tabs component in navigation mode.",
|
|
4826
|
+
"docsTags": [],
|
|
4827
|
+
"values": [
|
|
4828
|
+
{
|
|
4829
|
+
"type": "string"
|
|
4830
|
+
}
|
|
4831
|
+
],
|
|
4832
|
+
"optional": true,
|
|
4833
|
+
"required": false,
|
|
4834
|
+
"getter": false,
|
|
4835
|
+
"setter": false
|
|
4577
4836
|
}
|
|
4578
4837
|
],
|
|
4579
4838
|
"methods": [
|
|
@@ -4584,10 +4843,10 @@
|
|
|
4584
4843
|
"docs": ""
|
|
4585
4844
|
},
|
|
4586
4845
|
"complexType": {
|
|
4587
|
-
"signature": "(
|
|
4846
|
+
"signature": "(tabName: string) => Promise<void>",
|
|
4588
4847
|
"parameters": [
|
|
4589
4848
|
{
|
|
4590
|
-
"name": "
|
|
4849
|
+
"name": "tabName",
|
|
4591
4850
|
"type": "string",
|
|
4592
4851
|
"docs": ""
|
|
4593
4852
|
}
|
|
@@ -4597,17 +4856,17 @@
|
|
|
4597
4856
|
"location": "global",
|
|
4598
4857
|
"id": "global::Promise"
|
|
4599
4858
|
},
|
|
4600
|
-
"
|
|
4859
|
+
"HTMLPostTabItemElement": {
|
|
4601
4860
|
"location": "global",
|
|
4602
|
-
"id": "global::
|
|
4861
|
+
"id": "global::HTMLPostTabItemElement"
|
|
4603
4862
|
}
|
|
4604
4863
|
},
|
|
4605
4864
|
"return": "Promise<void>"
|
|
4606
4865
|
},
|
|
4607
|
-
"signature": "show(
|
|
4866
|
+
"signature": "show(tabName: string) => Promise<void>",
|
|
4608
4867
|
"parameters": [
|
|
4609
4868
|
{
|
|
4610
|
-
"name": "
|
|
4869
|
+
"name": "tabName",
|
|
4611
4870
|
"type": "string",
|
|
4612
4871
|
"docs": ""
|
|
4613
4872
|
}
|
|
@@ -4628,7 +4887,7 @@
|
|
|
4628
4887
|
},
|
|
4629
4888
|
"cancelable": true,
|
|
4630
4889
|
"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
|
|
4890
|
+
"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
4891
|
"docsTags": []
|
|
4633
4892
|
}
|
|
4634
4893
|
],
|
|
@@ -4637,21 +4896,21 @@
|
|
|
4637
4896
|
"slots": [
|
|
4638
4897
|
{
|
|
4639
4898
|
"name": "default",
|
|
4640
|
-
"docs": "Slot for placing tab
|
|
4899
|
+
"docs": "Slot for placing tab items. Each tab item should be a <post-tab-item> element."
|
|
4641
4900
|
},
|
|
4642
4901
|
{
|
|
4643
|
-
"name": "
|
|
4644
|
-
"docs": "Slot for placing tab
|
|
4902
|
+
"name": "panels",
|
|
4903
|
+
"docs": "Slot for placing tab panels. Each tab panel should be a <post-tab-panel> element."
|
|
4645
4904
|
}
|
|
4646
4905
|
],
|
|
4647
4906
|
"parts": [
|
|
4648
4907
|
{
|
|
4649
|
-
"name": "
|
|
4650
|
-
"docs": "The container element that
|
|
4908
|
+
"name": "post-tabs",
|
|
4909
|
+
"docs": "The container element that holds the set of tabs."
|
|
4651
4910
|
},
|
|
4652
4911
|
{
|
|
4653
|
-
"name": "tabs",
|
|
4654
|
-
"docs": "The container element that
|
|
4912
|
+
"name": "post-tabs-content",
|
|
4913
|
+
"docs": "The container element that displays the content of the currently active tab. Only available in panels mode."
|
|
4655
4914
|
}
|
|
4656
4915
|
],
|
|
4657
4916
|
"dependents": [],
|
|
@@ -4662,7 +4921,7 @@
|
|
|
4662
4921
|
"filePath": "src/components/post-togglebutton/post-togglebutton.tsx",
|
|
4663
4922
|
"encapsulation": "shadow",
|
|
4664
4923
|
"tag": "post-togglebutton",
|
|
4665
|
-
"readme": "# post-togglebutton\n
|
|
4924
|
+
"readme": "# post-togglebutton\n",
|
|
4666
4925
|
"docs": "",
|
|
4667
4926
|
"docsTags": [
|
|
4668
4927
|
{
|
|
@@ -4713,43 +4972,25 @@
|
|
|
4713
4972
|
}
|
|
4714
4973
|
],
|
|
4715
4974
|
"parts": [],
|
|
4716
|
-
"dependents": [
|
|
4975
|
+
"dependents": [
|
|
4976
|
+
"post-header"
|
|
4977
|
+
],
|
|
4717
4978
|
"dependencies": [],
|
|
4718
|
-
"dependencyGraph": {
|
|
4979
|
+
"dependencyGraph": {
|
|
4980
|
+
"post-header": [
|
|
4981
|
+
"post-togglebutton"
|
|
4982
|
+
]
|
|
4983
|
+
}
|
|
4719
4984
|
},
|
|
4720
4985
|
{
|
|
4721
4986
|
"filePath": "src/components/post-tooltip/post-tooltip.tsx",
|
|
4722
4987
|
"encapsulation": "shadow",
|
|
4723
4988
|
"tag": "post-tooltip",
|
|
4724
|
-
"readme": "# post-tooltip\n
|
|
4989
|
+
"readme": "# post-tooltip\n",
|
|
4725
4990
|
"docs": "",
|
|
4726
4991
|
"docsTags": [],
|
|
4727
4992
|
"usage": {},
|
|
4728
4993
|
"props": [
|
|
4729
|
-
{
|
|
4730
|
-
"name": "animation",
|
|
4731
|
-
"type": "\"pop-in\"",
|
|
4732
|
-
"complexType": {
|
|
4733
|
-
"original": "'pop-in'",
|
|
4734
|
-
"resolved": "\"pop-in\"",
|
|
4735
|
-
"references": {}
|
|
4736
|
-
},
|
|
4737
|
-
"mutable": false,
|
|
4738
|
-
"attr": "animation",
|
|
4739
|
-
"reflectToAttr": false,
|
|
4740
|
-
"docs": "Choose a tooltip animation",
|
|
4741
|
-
"docsTags": [],
|
|
4742
|
-
"values": [
|
|
4743
|
-
{
|
|
4744
|
-
"value": "pop-in",
|
|
4745
|
-
"type": "string"
|
|
4746
|
-
}
|
|
4747
|
-
],
|
|
4748
|
-
"optional": true,
|
|
4749
|
-
"required": false,
|
|
4750
|
-
"getter": false,
|
|
4751
|
-
"setter": false
|
|
4752
|
-
},
|
|
4753
4994
|
{
|
|
4754
4995
|
"name": "arrow",
|
|
4755
4996
|
"type": "boolean",
|
|
@@ -4818,7 +5059,8 @@
|
|
|
4818
5059
|
"Placement": {
|
|
4819
5060
|
"location": "import",
|
|
4820
5061
|
"path": "@floating-ui/dom",
|
|
4821
|
-
"id": "../../node_modules/.pnpm/@floating-ui+dom@1.7.4/node_modules/@floating-ui/dom/dist/floating-ui.dom.d.
|
|
5062
|
+
"id": "../../node_modules/.pnpm/@floating-ui+dom@1.7.4/node_modules/@floating-ui/dom/dist/floating-ui.dom.d.mts::Placement",
|
|
5063
|
+
"referenceLocation": "Placement"
|
|
4822
5064
|
}
|
|
4823
5065
|
}
|
|
4824
5066
|
},
|
|
@@ -5032,7 +5274,7 @@
|
|
|
5032
5274
|
"filePath": "src/components/post-tooltip-trigger/post-tooltip-trigger.tsx",
|
|
5033
5275
|
"encapsulation": "shadow",
|
|
5034
5276
|
"tag": "post-tooltip-trigger",
|
|
5035
|
-
"readme": "# post-tooltip-trigger\n
|
|
5277
|
+
"readme": "# post-tooltip-trigger\n",
|
|
5036
5278
|
"docs": "",
|
|
5037
5279
|
"docsTags": [
|
|
5038
5280
|
{
|
|
@@ -5127,15 +5369,15 @@
|
|
|
5127
5369
|
"docstring": "",
|
|
5128
5370
|
"path": "src/components/post-closebutton/button-types.ts"
|
|
5129
5371
|
},
|
|
5130
|
-
"src/components/post-language-
|
|
5372
|
+
"src/components/post-language-menu/switch-variants.ts::SwitchVariant": {
|
|
5131
5373
|
"declaration": "\"list\" | \"menu\"",
|
|
5132
5374
|
"docstring": "",
|
|
5133
|
-
"path": "src/components/post-language-
|
|
5375
|
+
"path": "src/components/post-language-menu/switch-variants.ts"
|
|
5134
5376
|
},
|
|
5135
|
-
"../../node_modules/.pnpm/@floating-ui+dom@1.7.4/node_modules/@floating-ui/dom/dist/floating-ui.dom.d.
|
|
5377
|
+
"../../node_modules/.pnpm/@floating-ui+dom@1.7.4/node_modules/@floating-ui/dom/dist/floating-ui.dom.d.mts::Placement": {
|
|
5136
5378
|
"declaration": "any",
|
|
5137
5379
|
"docstring": "",
|
|
5138
|
-
"path": "../../node_modules/.pnpm/@floating-ui+dom@1.7.4/node_modules/@floating-ui/dom/dist/floating-ui.dom.d.
|
|
5380
|
+
"path": "../../node_modules/.pnpm/@floating-ui+dom@1.7.4/node_modules/@floating-ui/dom/dist/floating-ui.dom.d.mts"
|
|
5139
5381
|
}
|
|
5140
5382
|
}
|
|
5141
5383
|
}
|