@swisspost/design-system-components 10.0.0-next.66 → 10.0.0-next.68
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{breakpoints-B81j4H4_.js → breakpoints-B0Olgvgc.js} +8 -9
- package/dist/cjs/{get-focusable-children-SdEe5tt7.js → get-focusable-children-BGVgg7Te.js} +4 -4
- package/dist/cjs/{get-root-CUAv4k4C.js → get-root-B1FnQ50K.js} +1 -3
- package/dist/cjs/{index-YVR3WTTS.js → index-Du1lKw8D.js} +21 -9
- package/dist/cjs/{index-ChzLnSU8.js → index-qCzRmwgB.js} +2 -2
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/{package-Cixsn1Ql.js → package-DB6yM9Rp.js} +1 -1
- package/dist/cjs/post-accordion_2.cjs.entry.js +6 -7
- package/dist/cjs/post-autocomplete.cjs.entry.js +181 -0
- package/dist/cjs/post-avatar.cjs.entry.js +6 -7
- package/dist/cjs/post-back-to-top.cjs.entry.js +8 -9
- package/dist/cjs/post-banner.cjs.entry.js +5 -6
- package/dist/cjs/{post-breadcrumb-item_2.cjs.entry.js → post-breadcrumb-item.cjs.entry.js} +7 -23
- package/dist/cjs/post-breadcrumbs.cjs.entry.js +13 -12
- package/dist/cjs/{post-closebutton_13.cjs.entry.js → post-closebutton_14.cjs.entry.js} +97 -70
- package/dist/cjs/post-collapsible_2.cjs.entry.js +18 -12
- package/dist/cjs/post-components.cjs.js +2 -2
- package/dist/cjs/post-date-picker.cjs.entry.js +12 -13
- package/dist/cjs/post-footer.cjs.entry.js +8 -9
- package/dist/cjs/post-linkarea.cjs.entry.js +3 -3
- package/dist/cjs/post-listbox-option.cjs.entry.js +26 -0
- package/dist/cjs/post-listbox.cjs.entry.js +151 -0
- package/dist/cjs/post-login-widget.cjs.entry.js +60 -0
- package/dist/cjs/post-number-input.cjs.entry.js +20 -14
- package/dist/cjs/post-pagination.cjs.entry.js +10 -11
- package/dist/cjs/post-popover-trigger.cjs.entry.js +5 -6
- package/dist/cjs/post-popover.cjs.entry.js +7 -8
- package/dist/cjs/post-rating.cjs.entry.js +5 -6
- package/dist/cjs/post-stepper-item.cjs.entry.js +3 -3
- package/dist/cjs/post-stepper.cjs.entry.js +6 -7
- package/dist/cjs/post-tab-item.cjs.entry.js +5 -6
- package/dist/cjs/post-tab-panel.cjs.entry.js +5 -6
- package/dist/cjs/post-tabs.cjs.entry.js +8 -9
- package/dist/cjs/post-tooltip-trigger.cjs.entry.js +7 -10
- package/dist/cjs/post-tooltip.cjs.entry.js +5 -6
- package/dist/collection/animations/collapse.js +10 -3
- package/dist/collection/collection-manifest.json +5 -2
- package/dist/collection/components/post-accordion/post-accordion.js +2 -2
- package/dist/collection/components/post-autocomplete/post-autocomplete.css +1 -0
- package/dist/collection/components/post-autocomplete/post-autocomplete.js +271 -0
- package/dist/collection/components/post-avatar/post-avatar.js +2 -2
- package/dist/collection/components/post-back-to-top/post-back-to-top.js +4 -4
- package/dist/collection/components/post-banner/post-banner.js +1 -1
- package/dist/collection/components/post-breadcrumb-item/post-breadcrumb-item.js +42 -5
- package/dist/collection/components/post-breadcrumbs/post-breadcrumbs.js +9 -7
- package/dist/collection/components/post-closebutton/post-closebutton.js +1 -1
- package/dist/collection/components/post-collapsible/post-collapsible.js +4 -4
- package/dist/collection/components/post-collapsible-trigger/post-collapsible-trigger.js +1 -1
- package/dist/collection/components/post-date-picker/post-date-picker.css +1 -1
- package/dist/collection/components/post-date-picker/post-date-picker.js +9 -9
- package/dist/collection/components/post-footer/post-footer.css +1 -1
- package/dist/collection/components/post-footer/post-footer.js +3 -3
- package/dist/collection/components/post-header/post-header.js +13 -13
- package/dist/collection/components/post-icon/post-icon.js +16 -13
- package/dist/collection/components/post-language-menu/post-language-menu.css +1 -1
- package/dist/collection/components/post-language-menu/post-language-menu.js +1 -1
- package/dist/collection/components/post-language-menu-item/post-language-menu-item.css +1 -1
- package/dist/collection/components/post-language-menu-item/post-language-menu-item.js +28 -1
- package/dist/collection/components/post-linkarea/post-linkarea.js +1 -1
- package/dist/collection/components/post-listbox/post-listbox.css +1 -0
- package/dist/collection/components/post-listbox/post-listbox.js +293 -0
- package/dist/collection/components/post-listbox-option/post-listbox-option.css +1 -0
- package/dist/collection/components/post-listbox-option/post-listbox-option.js +109 -0
- package/dist/collection/components/post-login-widget/post-login-widget.js +120 -0
- package/dist/collection/components/post-logo/post-logo.js +1 -1
- package/dist/collection/components/post-mainnavigation/post-mainnavigation.js +1 -1
- package/dist/collection/components/post-megadropdown/post-megadropdown.css +1 -1
- package/dist/collection/components/post-megadropdown/post-megadropdown.js +5 -5
- package/dist/collection/components/post-megadropdown-trigger/post-megadropdown-trigger.css +1 -1
- package/dist/collection/components/post-megadropdown-trigger/post-megadropdown-trigger.js +1 -1
- package/dist/collection/components/post-menu/post-menu.js +2 -2
- package/dist/collection/components/post-menu-item/post-menu-item.js +1 -1
- package/dist/collection/components/post-menu-trigger/post-menu-trigger.js +1 -1
- package/dist/collection/components/post-number-input/post-number-input.css +4 -1
- package/dist/collection/components/post-number-input/post-number-input.js +12 -3
- package/dist/collection/components/post-pagination/post-pagination.js +6 -6
- package/dist/collection/components/post-popover/post-popover.js +1 -1
- package/dist/collection/components/post-popover-trigger/post-popover-trigger.js +1 -1
- package/dist/collection/components/post-popovercontainer/post-popovercontainer.js +26 -19
- package/dist/collection/components/post-rating/post-rating.js +1 -1
- package/dist/collection/components/post-stepper/post-stepper.js +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.js +1 -1
- package/dist/collection/components/post-tab-panel/post-tab-panel.js +1 -1
- package/dist/collection/components/post-tabs/post-tabs.js +4 -4
- package/dist/collection/components/post-togglebutton/post-togglebutton.js +1 -1
- package/dist/collection/components/post-tooltip/post-tooltip.js +1 -1
- package/dist/collection/components/post-tooltip-trigger/post-tooltip-trigger.js +6 -6
- package/dist/collection/utils/attribute-observer.js +1 -2
- package/dist/collection/utils/breakpoints.js +8 -8
- package/dist/collection/utils/get-focusable-children.js +3 -3
- package/dist/collection/utils/get-root.js +1 -2
- package/dist/collection/utils/index.js +0 -1
- package/dist/collection/utils/is-iso-date.js +1 -1
- package/dist/collection/utils/is-motion-reduced.js +3 -2
- package/dist/collection/utils/property-checkers/check-date.js +1 -1
- package/dist/collection/utils/property-checkers/constants.js +1 -1
- package/dist/collection/utils/property-checkers/index.js +1 -2
- package/dist/collection/utils/repeat-on-long-press.js +6 -6
- package/dist/collection/utils/sass-export.js +1 -1
- package/dist/collection/utils/tests/helpers/mock-match-media.js +11 -0
- package/dist/collection/utils/tests/helpers/mock-stencil-constants.js +12 -0
- package/dist/component-names.json +4 -0
- package/dist/components/breakpoints.js +1 -1
- package/dist/components/get-focusable-children.js +1 -1
- package/dist/components/get-root.js +1 -1
- package/dist/components/index.d.ts +8 -2
- package/dist/components/index.js +1 -1
- package/dist/components/index2.js +1 -0
- package/dist/components/package.js +1 -1
- package/dist/components/post-accordion-item2.js +1 -1
- package/dist/components/post-accordion2.js +1 -1
- package/dist/components/post-autocomplete.d.ts +11 -0
- package/dist/components/post-autocomplete.js +1 -0
- package/dist/components/post-avatar.js +1 -1
- package/dist/components/post-back-to-top.js +1 -1
- package/dist/components/post-banner.js +1 -1
- package/dist/components/post-breadcrumb-item2.js +1 -1
- package/dist/components/post-breadcrumbs.js +1 -1
- package/dist/components/post-closebutton2.js +1 -1
- package/dist/components/post-collapsible-trigger2.js +1 -1
- package/dist/components/post-collapsible2.js +1 -1
- package/dist/components/post-date-picker.js +1 -1
- package/dist/components/post-footer.js +1 -1
- package/dist/components/post-header.js +1 -1
- package/dist/components/post-icon2.js +1 -1
- package/dist/components/post-language-menu-item.js +1 -1
- package/dist/components/post-language-menu.js +1 -1
- package/dist/components/post-linkarea.js +1 -1
- package/dist/components/post-listbox-option.d.ts +11 -0
- package/dist/components/post-listbox-option.js +1 -0
- package/dist/components/{post-env-test.d.ts → post-listbox.d.ts} +4 -4
- package/dist/components/post-listbox.js +1 -0
- package/dist/components/post-login-widget.d.ts +11 -0
- package/dist/components/post-login-widget.js +1 -0
- package/dist/components/post-logo.js +1 -1
- package/dist/components/post-mainnavigation.js +1 -1
- package/dist/components/post-megadropdown-trigger.js +1 -1
- package/dist/components/post-megadropdown.js +1 -1
- package/dist/components/post-menu-item2.js +1 -1
- package/dist/components/post-menu-trigger2.js +1 -1
- package/dist/components/post-menu2.js +1 -1
- package/dist/components/post-number-input.js +1 -1
- package/dist/components/post-pagination.js +1 -1
- package/dist/components/post-popover-trigger.js +1 -1
- package/dist/components/post-popover.js +1 -1
- package/dist/components/post-popovercontainer2.js +1 -1
- package/dist/components/post-rating.js +1 -1
- package/dist/components/post-stepper-item.js +1 -1
- package/dist/components/post-stepper.js +1 -1
- package/dist/components/post-tab-item.js +1 -1
- package/dist/components/post-tab-panel.js +1 -1
- package/dist/components/post-tabs.js +1 -1
- package/dist/components/post-togglebutton2.js +1 -1
- package/dist/components/post-tooltip-trigger.js +1 -1
- package/dist/components/post-tooltip.js +1 -1
- package/dist/components/react/index.js +1 -1
- package/dist/components/react/p-08F-DB-d.js +1 -0
- package/dist/components/react/p-B2BDAeHI.js +1 -0
- package/dist/components/react/p-BADyL6qQ.js +1 -0
- package/dist/components/react/p-BFAXoyMM.js +1 -0
- package/dist/components/react/p-BOqFllSV.js +1 -0
- package/dist/components/react/p-BQ3HlJPr.js +1 -0
- package/dist/components/react/p-ByN3t9FX.js +1 -0
- package/dist/components/react/{p-CmA91vH_.js → p-CmkOK7QT.js} +1 -1
- package/dist/components/react/p-CuiEdxy9.js +1 -0
- package/dist/components/react/p-DPFq3I2q.js +1 -0
- package/dist/components/react/p-DSw_A3Mh.js +1 -0
- package/dist/components/react/p-DsaGKkkf.js +1 -0
- package/dist/components/react/p-NDMNbu5d.js +1 -0
- package/dist/components/react/p-_AAbD0Gm.js +1 -0
- package/dist/components/react/p-aFH1oGSZ.js +1 -0
- package/dist/components/react/p-rEK_D60T.js +1 -0
- package/dist/components/react/p-wHDwT4JH.js +1 -0
- package/dist/components/react/post-accordion-item.js +1 -1
- package/dist/components/react/post-accordion.js +1 -1
- package/dist/components/react/post-autocomplete.d.ts +11 -0
- package/dist/components/react/post-autocomplete.js +1 -0
- package/dist/components/react/post-avatar.js +1 -1
- package/dist/components/react/post-back-to-top.js +1 -1
- package/dist/components/react/post-banner.js +1 -1
- package/dist/components/react/post-breadcrumb-item.js +1 -1
- package/dist/components/react/post-breadcrumbs.js +1 -1
- package/dist/components/react/post-closebutton.js +1 -1
- package/dist/components/react/post-collapsible-trigger.js +1 -1
- package/dist/components/react/post-collapsible.js +1 -1
- package/dist/components/react/post-date-picker.js +1 -1
- package/dist/components/react/post-footer.js +1 -1
- package/dist/components/react/post-header.js +1 -1
- package/dist/components/react/post-icon.js +1 -1
- package/dist/components/react/post-language-menu-item.js +1 -1
- package/dist/components/react/post-language-menu.js +1 -1
- package/dist/components/react/post-linkarea.js +1 -1
- package/dist/components/react/post-listbox-option.d.ts +11 -0
- package/dist/components/react/post-listbox-option.js +1 -0
- package/dist/components/react/{post-env-test.d.ts → post-listbox.d.ts} +4 -4
- package/dist/components/react/post-listbox.js +1 -0
- package/dist/components/react/post-login-widget.d.ts +11 -0
- package/dist/components/react/post-login-widget.js +1 -0
- package/dist/components/react/post-logo.js +1 -1
- package/dist/components/react/post-mainnavigation.js +1 -1
- package/dist/components/react/post-megadropdown-trigger.js +1 -1
- package/dist/components/react/post-megadropdown.js +1 -1
- package/dist/components/react/post-menu-item.js +1 -1
- package/dist/components/react/post-menu-trigger.js +1 -1
- package/dist/components/react/post-menu.js +1 -1
- package/dist/components/react/post-number-input.js +1 -1
- package/dist/components/react/post-pagination.js +1 -1
- package/dist/components/react/post-popover-trigger.js +1 -1
- package/dist/components/react/post-popover.js +1 -1
- package/dist/components/react/post-popovercontainer.js +1 -1
- package/dist/components/react/post-rating.js +1 -1
- package/dist/components/react/post-stepper-item.js +1 -1
- package/dist/components/react/post-stepper.js +1 -1
- package/dist/components/react/post-tab-item.js +1 -1
- package/dist/components/react/post-tab-panel.js +1 -1
- package/dist/components/react/post-tabs.js +1 -1
- package/dist/components/react/post-togglebutton.js +1 -1
- package/dist/components/react/post-tooltip-trigger.js +1 -1
- package/dist/components/react/post-tooltip.js +1 -1
- package/dist/docs.json +682 -56
- package/dist/esm/{breakpoints-_gmb7vUy.js → breakpoints-BQ3HlJPr.js} +8 -9
- package/dist/esm/{get-focusable-children-CFWKPWu9.js → get-focusable-children-DxYnH2ye.js} +4 -4
- package/dist/esm/{get-root-CXfAA093.js → get-root-08F-DB-d.js} +1 -3
- package/dist/esm/{index-Cj-Lzb7i.js → index-Ci4L1rzN.js} +21 -9
- package/dist/esm/{index-CCMeku7U.js → index-D9bU2pIE.js} +3 -3
- package/dist/esm/loader.js +3 -3
- package/dist/esm/package-NDMNbu5d.js +3 -0
- package/dist/esm/post-accordion_2.entry.js +6 -7
- package/dist/esm/post-autocomplete.entry.js +179 -0
- package/dist/esm/post-avatar.entry.js +6 -7
- package/dist/esm/post-back-to-top.entry.js +8 -9
- package/dist/esm/post-banner.entry.js +5 -6
- package/dist/esm/{post-breadcrumb-item_2.entry.js → post-breadcrumb-item.entry.js} +8 -23
- package/dist/esm/post-breadcrumbs.entry.js +13 -12
- package/dist/esm/{post-closebutton_13.entry.js → post-closebutton_14.entry.js} +97 -71
- package/dist/esm/post-collapsible_2.entry.js +18 -12
- package/dist/esm/post-components.js +3 -3
- package/dist/esm/post-date-picker.entry.js +12 -13
- package/dist/esm/post-footer.entry.js +8 -9
- package/dist/esm/post-linkarea.entry.js +3 -3
- package/dist/esm/post-listbox-option.entry.js +24 -0
- package/dist/esm/post-listbox.entry.js +149 -0
- package/dist/esm/post-login-widget.entry.js +58 -0
- package/dist/esm/post-number-input.entry.js +20 -14
- package/dist/esm/post-pagination.entry.js +10 -11
- package/dist/esm/post-popover-trigger.entry.js +5 -6
- package/dist/esm/post-popover.entry.js +7 -8
- package/dist/esm/post-rating.entry.js +5 -6
- package/dist/esm/post-stepper-item.entry.js +3 -3
- package/dist/esm/post-stepper.entry.js +6 -7
- package/dist/esm/post-tab-item.entry.js +5 -6
- package/dist/esm/post-tab-panel.entry.js +5 -6
- package/dist/esm/post-tabs.entry.js +8 -9
- package/dist/esm/post-tooltip-trigger.entry.js +7 -10
- package/dist/esm/post-tooltip.entry.js +5 -6
- package/dist/post-components/p-08F-DB-d.js +1 -0
- package/dist/post-components/p-1edd4d7c.entry.js +1 -0
- package/dist/post-components/p-319959ee.entry.js +1 -0
- package/dist/post-components/p-3364b421.entry.js +1 -0
- package/dist/post-components/p-38880c61.entry.js +1 -0
- package/dist/post-components/p-39b2b086.entry.js +1 -0
- package/dist/post-components/p-4ad6993e.entry.js +1 -0
- package/dist/post-components/p-4c021d5f.entry.js +1 -0
- package/dist/post-components/p-5c66d070.entry.js +1 -0
- package/dist/post-components/p-5f86479f.entry.js +1 -0
- package/dist/post-components/{p-fe35968d.entry.js → p-602960ff.entry.js} +1 -1
- package/dist/post-components/p-631f4bdd.entry.js +1 -0
- package/dist/post-components/p-6336ea0b.entry.js +1 -0
- package/dist/post-components/p-7ad4e293.entry.js +1 -0
- package/dist/post-components/p-82871134.entry.js +1 -0
- package/dist/post-components/p-8c91a9d8.entry.js +1 -0
- package/dist/post-components/p-9bdb92c0.entry.js +1 -0
- package/dist/post-components/p-BQ3HlJPr.js +1 -0
- package/dist/post-components/p-Ci4L1rzN.js +2 -0
- package/dist/post-components/p-D9bU2pIE.js +1 -0
- package/dist/post-components/p-DYYpZAAV.js +1 -0
- package/dist/post-components/p-NDMNbu5d.js +1 -0
- package/dist/post-components/p-cdc11592.entry.js +1 -0
- package/dist/post-components/p-df54677a.entry.js +1 -0
- package/dist/post-components/{p-46f30771.entry.js → p-e01ce660.entry.js} +1 -1
- package/dist/post-components/p-e331093d.entry.js +1 -0
- package/dist/post-components/p-e4fd234d.entry.js +1 -0
- package/dist/post-components/p-eb89eecb.entry.js +1 -0
- package/dist/post-components/p-ee03eed0.entry.js +1 -0
- package/dist/post-components/p-f1813327.entry.js +1 -0
- package/dist/post-components/p-f1bff988.entry.js +1 -0
- package/dist/post-components/p-f64c6491.entry.js +1 -0
- package/dist/post-components/p-fd10d5b9.entry.js +1 -0
- package/dist/post-components/post-components.css +6 -1
- package/dist/post-components/post-components.esm.js +1 -1
- package/dist/types/components/post-autocomplete/post-autocomplete.d.ts +34 -0
- package/dist/types/components/post-breadcrumb-item/post-breadcrumb-item.d.ts +8 -0
- package/dist/types/components/post-breadcrumbs/post-breadcrumbs.d.ts +8 -5
- package/dist/types/components/post-language-menu-item/post-language-menu-item.d.ts +5 -0
- package/dist/types/components/post-listbox/post-listbox.d.ts +37 -0
- package/dist/types/components/post-listbox-option/post-listbox-option.d.ts +13 -0
- package/dist/types/components/post-login-widget/post-login-widget.d.ts +30 -0
- package/dist/types/components/post-number-input/post-number-input.d.ts +2 -0
- package/dist/types/components/post-popovercontainer/post-popovercontainer.d.ts +2 -0
- package/dist/types/components.d.ts +240 -13
- package/dist/types/utils/breakpoints.d.ts +1 -0
- package/dist/types/utils/index.d.ts +0 -1
- package/dist/types/utils/property-checkers/index.d.ts +1 -2
- package/dist/types/utils/tests/helpers/mock-match-media.d.ts +4 -0
- package/dist/types/utils/tests/helpers/mock-stencil-constants.d.ts +0 -0
- package/hydrate/index.js +699 -1388
- package/hydrate/index.mjs +699 -1388
- package/package.json +9 -7
- package/dist/cjs/environment-BQE9Unf_.js +0 -52
- package/dist/cjs/post-env-test.cjs.entry.js +0 -15
- package/dist/collection/utils/environment.js +0 -47
- package/dist/collection/utils/tests/environment/hydrate-app-helper.js +0 -16
- package/dist/collection/utils/tests/environment/post-env-test.js +0 -9
- package/dist/components/environment.js +0 -1
- package/dist/components/post-env-test.js +0 -1
- package/dist/components/react/p-BVGcVycs.js +0 -1
- package/dist/components/react/p-Bb0ejJa3.js +0 -1
- package/dist/components/react/p-BbnDcq_W.js +0 -1
- package/dist/components/react/p-BcBg4WYn.js +0 -1
- package/dist/components/react/p-C1CrnSak.js +0 -1
- package/dist/components/react/p-C9bJM7_1.js +0 -1
- package/dist/components/react/p-CApN7QUn.js +0 -1
- package/dist/components/react/p-CGeIHu-8.js +0 -1
- package/dist/components/react/p-CVM28gRr.js +0 -1
- package/dist/components/react/p-CdMrnWjS.js +0 -1
- package/dist/components/react/p-CfXYLM9Y.js +0 -1
- package/dist/components/react/p-DH6JtVW9.js +0 -1
- package/dist/components/react/p-Dgo_BJCW.js +0 -1
- package/dist/components/react/p-Dne0jb7e.js +0 -1
- package/dist/components/react/p-FxUVQ4Tx.js +0 -1
- package/dist/components/react/p-htxkyM9X.js +0 -1
- package/dist/components/react/post-env-test.js +0 -1
- package/dist/esm/environment-CEmnRoA6.js +0 -49
- package/dist/esm/package-CApN7QUn.js +0 -3
- package/dist/esm/post-env-test.entry.js +0 -13
- package/dist/post-components/p-054c0046.entry.js +0 -1
- package/dist/post-components/p-102b69dd.entry.js +0 -1
- package/dist/post-components/p-1221cdd6.entry.js +0 -1
- package/dist/post-components/p-14ca5d65.entry.js +0 -1
- package/dist/post-components/p-38404768.entry.js +0 -1
- package/dist/post-components/p-388ac19f.entry.js +0 -1
- package/dist/post-components/p-5088354d.entry.js +0 -1
- package/dist/post-components/p-53c3195b.entry.js +0 -1
- package/dist/post-components/p-6e79a981.entry.js +0 -1
- package/dist/post-components/p-700c3e20.entry.js +0 -1
- package/dist/post-components/p-7fc1291f.entry.js +0 -1
- package/dist/post-components/p-84905b89.entry.js +0 -1
- package/dist/post-components/p-9127ee5c.entry.js +0 -1
- package/dist/post-components/p-91fbf90f.entry.js +0 -1
- package/dist/post-components/p-9e6b8aae.entry.js +0 -1
- package/dist/post-components/p-CApN7QUn.js +0 -1
- package/dist/post-components/p-CCMeku7U.js +0 -1
- package/dist/post-components/p-CEmnRoA6.js +0 -1
- package/dist/post-components/p-Cj-Lzb7i.js +0 -2
- package/dist/post-components/p-DI-h_mEL.js +0 -1
- package/dist/post-components/p-DppMBmK1.js +0 -1
- package/dist/post-components/p-Rr097A6n.js +0 -1
- package/dist/post-components/p-b7c02b48.entry.js +0 -1
- package/dist/post-components/p-bb2dc205.entry.js +0 -1
- package/dist/post-components/p-dd2d35fd.entry.js +0 -1
- package/dist/post-components/p-dde0c46e.entry.js +0 -1
- package/dist/post-components/p-e4978408.entry.js +0 -1
- package/dist/post-components/p-eb4eabe2.entry.js +0 -1
- package/dist/post-components/p-ece3d263.entry.js +0 -1
- package/dist/types/utils/environment.d.ts +0 -26
- package/dist/types/utils/tests/environment/hydrate-app-helper.d.ts +0 -5
- package/dist/types/utils/tests/environment/post-env-test.d.ts +0 -3
package/dist/docs.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2026-
|
|
2
|
+
"timestamp": "2026-05-04T21:50:40",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.41.1",
|
|
@@ -412,6 +412,138 @@
|
|
|
412
412
|
]
|
|
413
413
|
}
|
|
414
414
|
},
|
|
415
|
+
{
|
|
416
|
+
"filePath": "src/components/post-autocomplete/post-autocomplete.tsx",
|
|
417
|
+
"encapsulation": "shadow",
|
|
418
|
+
"tag": "post-autocomplete",
|
|
419
|
+
"readme": "# post-accordion\n",
|
|
420
|
+
"docs": "",
|
|
421
|
+
"docsTags": [
|
|
422
|
+
{
|
|
423
|
+
"name": "slot",
|
|
424
|
+
"text": "default - Slot for placing post-autocomplete-item components."
|
|
425
|
+
}
|
|
426
|
+
],
|
|
427
|
+
"usage": {},
|
|
428
|
+
"props": [
|
|
429
|
+
{
|
|
430
|
+
"name": "clearable",
|
|
431
|
+
"type": "boolean",
|
|
432
|
+
"complexType": {
|
|
433
|
+
"original": "boolean",
|
|
434
|
+
"resolved": "boolean",
|
|
435
|
+
"references": {}
|
|
436
|
+
},
|
|
437
|
+
"mutable": false,
|
|
438
|
+
"attr": "clearable",
|
|
439
|
+
"reflectToAttr": true,
|
|
440
|
+
"docs": "Show or hide the clear button",
|
|
441
|
+
"docsTags": [
|
|
442
|
+
{
|
|
443
|
+
"name": "default",
|
|
444
|
+
"text": "false"
|
|
445
|
+
}
|
|
446
|
+
],
|
|
447
|
+
"default": "false",
|
|
448
|
+
"values": [
|
|
449
|
+
{
|
|
450
|
+
"type": "boolean"
|
|
451
|
+
}
|
|
452
|
+
],
|
|
453
|
+
"optional": false,
|
|
454
|
+
"required": false,
|
|
455
|
+
"getter": false,
|
|
456
|
+
"setter": false
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"name": "filterThreshold",
|
|
460
|
+
"type": "number",
|
|
461
|
+
"complexType": {
|
|
462
|
+
"original": "number",
|
|
463
|
+
"resolved": "number",
|
|
464
|
+
"references": {}
|
|
465
|
+
},
|
|
466
|
+
"mutable": false,
|
|
467
|
+
"attr": "filter-threshold",
|
|
468
|
+
"reflectToAttr": true,
|
|
469
|
+
"docs": "Number of characters to type before filtering methods are called",
|
|
470
|
+
"docsTags": [
|
|
471
|
+
{
|
|
472
|
+
"name": "default",
|
|
473
|
+
"text": "0"
|
|
474
|
+
}
|
|
475
|
+
],
|
|
476
|
+
"default": "0",
|
|
477
|
+
"values": [
|
|
478
|
+
{
|
|
479
|
+
"type": "number"
|
|
480
|
+
}
|
|
481
|
+
],
|
|
482
|
+
"optional": false,
|
|
483
|
+
"required": false,
|
|
484
|
+
"getter": false,
|
|
485
|
+
"setter": false
|
|
486
|
+
},
|
|
487
|
+
{
|
|
488
|
+
"name": "listbox",
|
|
489
|
+
"type": "string",
|
|
490
|
+
"complexType": {
|
|
491
|
+
"original": "string",
|
|
492
|
+
"resolved": "string",
|
|
493
|
+
"references": {}
|
|
494
|
+
},
|
|
495
|
+
"mutable": false,
|
|
496
|
+
"attr": "listbox",
|
|
497
|
+
"reflectToAttr": true,
|
|
498
|
+
"docs": "Optional idref to connect the autocomplete with the options dropdown if not nested",
|
|
499
|
+
"docsTags": [],
|
|
500
|
+
"values": [
|
|
501
|
+
{
|
|
502
|
+
"type": "string"
|
|
503
|
+
}
|
|
504
|
+
],
|
|
505
|
+
"optional": true,
|
|
506
|
+
"required": false,
|
|
507
|
+
"getter": false,
|
|
508
|
+
"setter": false
|
|
509
|
+
}
|
|
510
|
+
],
|
|
511
|
+
"methods": [],
|
|
512
|
+
"events": [
|
|
513
|
+
{
|
|
514
|
+
"event": "postFilteringEvent",
|
|
515
|
+
"detail": "string",
|
|
516
|
+
"bubbles": true,
|
|
517
|
+
"complexType": {
|
|
518
|
+
"original": "string",
|
|
519
|
+
"resolved": "string",
|
|
520
|
+
"references": {}
|
|
521
|
+
},
|
|
522
|
+
"cancelable": true,
|
|
523
|
+
"composed": true,
|
|
524
|
+
"docs": "Cancelable event emitted when the input value is to be filtered",
|
|
525
|
+
"docsTags": []
|
|
526
|
+
}
|
|
527
|
+
],
|
|
528
|
+
"listeners": [],
|
|
529
|
+
"styles": [],
|
|
530
|
+
"slots": [
|
|
531
|
+
{
|
|
532
|
+
"name": "default",
|
|
533
|
+
"docs": "Slot for placing post-autocomplete-item components."
|
|
534
|
+
}
|
|
535
|
+
],
|
|
536
|
+
"parts": [],
|
|
537
|
+
"dependents": [],
|
|
538
|
+
"dependencies": [
|
|
539
|
+
"post-icon"
|
|
540
|
+
],
|
|
541
|
+
"dependencyGraph": {
|
|
542
|
+
"post-autocomplete": [
|
|
543
|
+
"post-icon"
|
|
544
|
+
]
|
|
545
|
+
}
|
|
546
|
+
},
|
|
415
547
|
{
|
|
416
548
|
"filePath": "src/components/post-avatar/post-avatar.tsx",
|
|
417
549
|
"encapsulation": "shadow",
|
|
@@ -767,6 +899,52 @@
|
|
|
767
899
|
],
|
|
768
900
|
"usage": {},
|
|
769
901
|
"props": [
|
|
902
|
+
{
|
|
903
|
+
"name": "description",
|
|
904
|
+
"type": "string",
|
|
905
|
+
"complexType": {
|
|
906
|
+
"original": "string",
|
|
907
|
+
"resolved": "string",
|
|
908
|
+
"references": {}
|
|
909
|
+
},
|
|
910
|
+
"mutable": false,
|
|
911
|
+
"attr": "description",
|
|
912
|
+
"reflectToAttr": true,
|
|
913
|
+
"docs": "ARIA description for additional context, read after the breadcrumb item content or `label`.",
|
|
914
|
+
"docsTags": [],
|
|
915
|
+
"values": [
|
|
916
|
+
{
|
|
917
|
+
"type": "string"
|
|
918
|
+
}
|
|
919
|
+
],
|
|
920
|
+
"optional": true,
|
|
921
|
+
"required": false,
|
|
922
|
+
"getter": false,
|
|
923
|
+
"setter": false
|
|
924
|
+
},
|
|
925
|
+
{
|
|
926
|
+
"name": "label",
|
|
927
|
+
"type": "string",
|
|
928
|
+
"complexType": {
|
|
929
|
+
"original": "string",
|
|
930
|
+
"resolved": "string",
|
|
931
|
+
"references": {}
|
|
932
|
+
},
|
|
933
|
+
"mutable": false,
|
|
934
|
+
"attr": "label",
|
|
935
|
+
"reflectToAttr": true,
|
|
936
|
+
"docs": "ARIA label, screen readers will use this instead of the breadcrumb item content.",
|
|
937
|
+
"docsTags": [],
|
|
938
|
+
"values": [
|
|
939
|
+
{
|
|
940
|
+
"type": "string"
|
|
941
|
+
}
|
|
942
|
+
],
|
|
943
|
+
"optional": true,
|
|
944
|
+
"required": false,
|
|
945
|
+
"getter": false,
|
|
946
|
+
"setter": false
|
|
947
|
+
},
|
|
770
948
|
{
|
|
771
949
|
"name": "url",
|
|
772
950
|
"type": "URL | string",
|
|
@@ -782,7 +960,7 @@
|
|
|
782
960
|
},
|
|
783
961
|
"mutable": false,
|
|
784
962
|
"attr": "url",
|
|
785
|
-
"reflectToAttr":
|
|
963
|
+
"reflectToAttr": true,
|
|
786
964
|
"docs": "The optional URL to which the breadcrumb item will link.",
|
|
787
965
|
"docsTags": [],
|
|
788
966
|
"values": [
|
|
@@ -1766,25 +1944,6 @@
|
|
|
1766
1944
|
]
|
|
1767
1945
|
}
|
|
1768
1946
|
},
|
|
1769
|
-
{
|
|
1770
|
-
"filePath": "src/utils/tests/environment/post-env-test.tsx",
|
|
1771
|
-
"encapsulation": "shadow",
|
|
1772
|
-
"tag": "post-env-test",
|
|
1773
|
-
"readme": "# post-test-env\n\n\n",
|
|
1774
|
-
"docs": "",
|
|
1775
|
-
"docsTags": [],
|
|
1776
|
-
"usage": {},
|
|
1777
|
-
"props": [],
|
|
1778
|
-
"methods": [],
|
|
1779
|
-
"events": [],
|
|
1780
|
-
"listeners": [],
|
|
1781
|
-
"styles": [],
|
|
1782
|
-
"slots": [],
|
|
1783
|
-
"parts": [],
|
|
1784
|
-
"dependents": [],
|
|
1785
|
-
"dependencies": [],
|
|
1786
|
-
"dependencyGraph": {}
|
|
1787
|
-
},
|
|
1788
1947
|
{
|
|
1789
1948
|
"filePath": "src/components/post-footer/post-footer.tsx",
|
|
1790
1949
|
"encapsulation": "shadow",
|
|
@@ -2325,6 +2484,7 @@
|
|
|
2325
2484
|
"parts": [],
|
|
2326
2485
|
"dependents": [
|
|
2327
2486
|
"post-accordion-item",
|
|
2487
|
+
"post-autocomplete",
|
|
2328
2488
|
"post-back-to-top",
|
|
2329
2489
|
"post-breadcrumb-item",
|
|
2330
2490
|
"post-breadcrumbs",
|
|
@@ -2332,6 +2492,7 @@
|
|
|
2332
2492
|
"post-date-picker",
|
|
2333
2493
|
"post-header",
|
|
2334
2494
|
"post-language-menu",
|
|
2495
|
+
"post-listbox-option",
|
|
2335
2496
|
"post-mainnavigation",
|
|
2336
2497
|
"post-megadropdown",
|
|
2337
2498
|
"post-megadropdown-trigger",
|
|
@@ -2344,6 +2505,9 @@
|
|
|
2344
2505
|
"post-accordion-item": [
|
|
2345
2506
|
"post-icon"
|
|
2346
2507
|
],
|
|
2508
|
+
"post-autocomplete": [
|
|
2509
|
+
"post-icon"
|
|
2510
|
+
],
|
|
2347
2511
|
"post-back-to-top": [
|
|
2348
2512
|
"post-icon"
|
|
2349
2513
|
],
|
|
@@ -2365,6 +2529,9 @@
|
|
|
2365
2529
|
"post-language-menu": [
|
|
2366
2530
|
"post-icon"
|
|
2367
2531
|
],
|
|
2532
|
+
"post-listbox-option": [
|
|
2533
|
+
"post-icon"
|
|
2534
|
+
],
|
|
2368
2535
|
"post-mainnavigation": [
|
|
2369
2536
|
"post-icon"
|
|
2370
2537
|
],
|
|
@@ -2576,6 +2743,29 @@
|
|
|
2576
2743
|
"getter": false,
|
|
2577
2744
|
"setter": false
|
|
2578
2745
|
},
|
|
2746
|
+
{
|
|
2747
|
+
"name": "description",
|
|
2748
|
+
"type": "string",
|
|
2749
|
+
"complexType": {
|
|
2750
|
+
"original": "string",
|
|
2751
|
+
"resolved": "string",
|
|
2752
|
+
"references": {}
|
|
2753
|
+
},
|
|
2754
|
+
"mutable": false,
|
|
2755
|
+
"attr": "description",
|
|
2756
|
+
"reflectToAttr": false,
|
|
2757
|
+
"docs": "A description for the language read by screen-readers for improved accessibility.",
|
|
2758
|
+
"docsTags": [],
|
|
2759
|
+
"values": [
|
|
2760
|
+
{
|
|
2761
|
+
"type": "string"
|
|
2762
|
+
}
|
|
2763
|
+
],
|
|
2764
|
+
"optional": true,
|
|
2765
|
+
"required": false,
|
|
2766
|
+
"getter": false,
|
|
2767
|
+
"setter": false
|
|
2768
|
+
},
|
|
2579
2769
|
{
|
|
2580
2770
|
"name": "name",
|
|
2581
2771
|
"type": "string",
|
|
@@ -2722,8 +2912,14 @@
|
|
|
2722
2912
|
],
|
|
2723
2913
|
"parts": [],
|
|
2724
2914
|
"dependents": [],
|
|
2725
|
-
"dependencies": [
|
|
2726
|
-
|
|
2915
|
+
"dependencies": [
|
|
2916
|
+
"post-menu-item"
|
|
2917
|
+
],
|
|
2918
|
+
"dependencyGraph": {
|
|
2919
|
+
"post-language-menu-item": [
|
|
2920
|
+
"post-menu-item"
|
|
2921
|
+
]
|
|
2922
|
+
}
|
|
2727
2923
|
},
|
|
2728
2924
|
{
|
|
2729
2925
|
"filePath": "src/components/post-linkarea/post-linkarea.tsx",
|
|
@@ -2745,47 +2941,469 @@
|
|
|
2745
2941
|
"dependencyGraph": {}
|
|
2746
2942
|
},
|
|
2747
2943
|
{
|
|
2748
|
-
"filePath": "src/components/post-
|
|
2944
|
+
"filePath": "src/components/post-listbox/post-listbox.tsx",
|
|
2749
2945
|
"encapsulation": "shadow",
|
|
2750
|
-
"tag": "post-
|
|
2751
|
-
"readme": "# post-
|
|
2946
|
+
"tag": "post-listbox",
|
|
2947
|
+
"readme": "# post-accordion\n",
|
|
2752
2948
|
"docs": "",
|
|
2753
|
-
"docsTags": [
|
|
2754
|
-
{
|
|
2755
|
-
"name": "slot",
|
|
2756
|
-
"text": "default - Slot for placing hidden descriptive text. If `url` is set, this text will serve as the accessible name of the link; otherwise, it will be used as the title of the SVG."
|
|
2757
|
-
}
|
|
2758
|
-
],
|
|
2949
|
+
"docsTags": [],
|
|
2759
2950
|
"usage": {},
|
|
2760
|
-
"props": [
|
|
2951
|
+
"props": [],
|
|
2952
|
+
"methods": [
|
|
2761
2953
|
{
|
|
2762
|
-
"name": "
|
|
2763
|
-
"
|
|
2954
|
+
"name": "clearSelection",
|
|
2955
|
+
"returns": {
|
|
2956
|
+
"type": "Promise<void>",
|
|
2957
|
+
"docs": ""
|
|
2958
|
+
},
|
|
2764
2959
|
"complexType": {
|
|
2765
|
-
"
|
|
2766
|
-
"
|
|
2960
|
+
"signature": "() => Promise<void>",
|
|
2961
|
+
"parameters": [],
|
|
2767
2962
|
"references": {
|
|
2768
|
-
"
|
|
2963
|
+
"Promise": {
|
|
2769
2964
|
"location": "global",
|
|
2770
|
-
"id": "global::
|
|
2965
|
+
"id": "global::Promise"
|
|
2771
2966
|
}
|
|
2772
|
-
}
|
|
2773
|
-
},
|
|
2774
|
-
"mutable": false,
|
|
2775
|
-
"attr": "url",
|
|
2776
|
-
"reflectToAttr": false,
|
|
2777
|
-
"docs": "The URL to which the user is redirected upon clicking the logo.",
|
|
2778
|
-
"docsTags": [],
|
|
2779
|
-
"values": [
|
|
2780
|
-
{
|
|
2781
|
-
"type": "URL"
|
|
2782
2967
|
},
|
|
2783
|
-
|
|
2784
|
-
|
|
2785
|
-
|
|
2786
|
-
],
|
|
2787
|
-
"
|
|
2788
|
-
"
|
|
2968
|
+
"return": "Promise<void>"
|
|
2969
|
+
},
|
|
2970
|
+
"signature": "clearSelection() => Promise<void>",
|
|
2971
|
+
"parameters": [],
|
|
2972
|
+
"docs": "Clears the currently selected option",
|
|
2973
|
+
"docsTags": []
|
|
2974
|
+
},
|
|
2975
|
+
{
|
|
2976
|
+
"name": "filter",
|
|
2977
|
+
"returns": {
|
|
2978
|
+
"type": "Promise<void>",
|
|
2979
|
+
"docs": ""
|
|
2980
|
+
},
|
|
2981
|
+
"complexType": {
|
|
2982
|
+
"signature": "(query: string) => Promise<void>",
|
|
2983
|
+
"parameters": [
|
|
2984
|
+
{
|
|
2985
|
+
"name": "query",
|
|
2986
|
+
"type": "string",
|
|
2987
|
+
"docs": ""
|
|
2988
|
+
}
|
|
2989
|
+
],
|
|
2990
|
+
"references": {
|
|
2991
|
+
"Promise": {
|
|
2992
|
+
"location": "global",
|
|
2993
|
+
"id": "global::Promise"
|
|
2994
|
+
}
|
|
2995
|
+
},
|
|
2996
|
+
"return": "Promise<void>"
|
|
2997
|
+
},
|
|
2998
|
+
"signature": "filter(query: string) => Promise<void>",
|
|
2999
|
+
"parameters": [
|
|
3000
|
+
{
|
|
3001
|
+
"name": "query",
|
|
3002
|
+
"type": "string",
|
|
3003
|
+
"docs": ""
|
|
3004
|
+
}
|
|
3005
|
+
],
|
|
3006
|
+
"docs": "Uses the internal default filtering mode to filter the list of options.\nAn empty string resets the filter to it's original state.",
|
|
3007
|
+
"docsTags": []
|
|
3008
|
+
},
|
|
3009
|
+
{
|
|
3010
|
+
"name": "hide",
|
|
3011
|
+
"returns": {
|
|
3012
|
+
"type": "Promise<void>",
|
|
3013
|
+
"docs": ""
|
|
3014
|
+
},
|
|
3015
|
+
"complexType": {
|
|
3016
|
+
"signature": "() => Promise<void>",
|
|
3017
|
+
"parameters": [],
|
|
3018
|
+
"references": {
|
|
3019
|
+
"Promise": {
|
|
3020
|
+
"location": "global",
|
|
3021
|
+
"id": "global::Promise"
|
|
3022
|
+
}
|
|
3023
|
+
},
|
|
3024
|
+
"return": "Promise<void>"
|
|
3025
|
+
},
|
|
3026
|
+
"signature": "hide() => Promise<void>",
|
|
3027
|
+
"parameters": [],
|
|
3028
|
+
"docs": "Closes the listbox",
|
|
3029
|
+
"docsTags": []
|
|
3030
|
+
},
|
|
3031
|
+
{
|
|
3032
|
+
"name": "navigate",
|
|
3033
|
+
"returns": {
|
|
3034
|
+
"type": "Promise<void>",
|
|
3035
|
+
"docs": ""
|
|
3036
|
+
},
|
|
3037
|
+
"complexType": {
|
|
3038
|
+
"signature": "(direction: \"up\" | \"down\" | \"first\" | \"last\") => Promise<void>",
|
|
3039
|
+
"parameters": [
|
|
3040
|
+
{
|
|
3041
|
+
"name": "direction",
|
|
3042
|
+
"type": "\"up\" | \"down\" | \"first\" | \"last\"",
|
|
3043
|
+
"docs": ""
|
|
3044
|
+
}
|
|
3045
|
+
],
|
|
3046
|
+
"references": {
|
|
3047
|
+
"Promise": {
|
|
3048
|
+
"location": "global",
|
|
3049
|
+
"id": "global::Promise"
|
|
3050
|
+
}
|
|
3051
|
+
},
|
|
3052
|
+
"return": "Promise<void>"
|
|
3053
|
+
},
|
|
3054
|
+
"signature": "navigate(direction: \"up\" | \"down\" | \"first\" | \"last\") => Promise<void>",
|
|
3055
|
+
"parameters": [
|
|
3056
|
+
{
|
|
3057
|
+
"name": "direction",
|
|
3058
|
+
"type": "\"up\" | \"down\" | \"first\" | \"last\"",
|
|
3059
|
+
"docs": ""
|
|
3060
|
+
}
|
|
3061
|
+
],
|
|
3062
|
+
"docs": "Navigates the listbox options in the specified direction and scrolls the active option into view.",
|
|
3063
|
+
"docsTags": []
|
|
3064
|
+
},
|
|
3065
|
+
{
|
|
3066
|
+
"name": "selectActive",
|
|
3067
|
+
"returns": {
|
|
3068
|
+
"type": "Promise<void>",
|
|
3069
|
+
"docs": ""
|
|
3070
|
+
},
|
|
3071
|
+
"complexType": {
|
|
3072
|
+
"signature": "() => Promise<void>",
|
|
3073
|
+
"parameters": [],
|
|
3074
|
+
"references": {
|
|
3075
|
+
"Promise": {
|
|
3076
|
+
"location": "global",
|
|
3077
|
+
"id": "global::Promise"
|
|
3078
|
+
}
|
|
3079
|
+
},
|
|
3080
|
+
"return": "Promise<void>"
|
|
3081
|
+
},
|
|
3082
|
+
"signature": "selectActive() => Promise<void>",
|
|
3083
|
+
"parameters": [],
|
|
3084
|
+
"docs": "Selects the currently highlighted option in the listbox and scrolls it into view.",
|
|
3085
|
+
"docsTags": []
|
|
3086
|
+
},
|
|
3087
|
+
{
|
|
3088
|
+
"name": "show",
|
|
3089
|
+
"returns": {
|
|
3090
|
+
"type": "Promise<void>",
|
|
3091
|
+
"docs": ""
|
|
3092
|
+
},
|
|
3093
|
+
"complexType": {
|
|
3094
|
+
"signature": "() => Promise<void>",
|
|
3095
|
+
"parameters": [],
|
|
3096
|
+
"references": {
|
|
3097
|
+
"Promise": {
|
|
3098
|
+
"location": "global",
|
|
3099
|
+
"id": "global::Promise"
|
|
3100
|
+
}
|
|
3101
|
+
},
|
|
3102
|
+
"return": "Promise<void>"
|
|
3103
|
+
},
|
|
3104
|
+
"signature": "show() => Promise<void>",
|
|
3105
|
+
"parameters": [],
|
|
3106
|
+
"docs": "Opens the listbox",
|
|
3107
|
+
"docsTags": []
|
|
3108
|
+
}
|
|
3109
|
+
],
|
|
3110
|
+
"events": [
|
|
3111
|
+
{
|
|
3112
|
+
"event": "postOptionActive",
|
|
3113
|
+
"detail": "string",
|
|
3114
|
+
"bubbles": true,
|
|
3115
|
+
"complexType": {
|
|
3116
|
+
"original": "string | null",
|
|
3117
|
+
"resolved": "string",
|
|
3118
|
+
"references": {}
|
|
3119
|
+
},
|
|
3120
|
+
"cancelable": true,
|
|
3121
|
+
"composed": true,
|
|
3122
|
+
"docs": "Emitted option id for the active option",
|
|
3123
|
+
"docsTags": []
|
|
3124
|
+
}
|
|
3125
|
+
],
|
|
3126
|
+
"listeners": [
|
|
3127
|
+
{
|
|
3128
|
+
"event": "postOptionSelected",
|
|
3129
|
+
"capture": false,
|
|
3130
|
+
"passive": false
|
|
3131
|
+
}
|
|
3132
|
+
],
|
|
3133
|
+
"styles": [],
|
|
3134
|
+
"slots": [],
|
|
3135
|
+
"parts": [],
|
|
3136
|
+
"dependents": [],
|
|
3137
|
+
"dependencies": [
|
|
3138
|
+
"post-popovercontainer"
|
|
3139
|
+
],
|
|
3140
|
+
"dependencyGraph": {
|
|
3141
|
+
"post-listbox": [
|
|
3142
|
+
"post-popovercontainer"
|
|
3143
|
+
]
|
|
3144
|
+
}
|
|
3145
|
+
},
|
|
3146
|
+
{
|
|
3147
|
+
"filePath": "src/components/post-listbox-option/post-listbox-option.tsx",
|
|
3148
|
+
"encapsulation": "shadow",
|
|
3149
|
+
"tag": "post-listbox-option",
|
|
3150
|
+
"readme": "# post-accordion\n",
|
|
3151
|
+
"docs": "",
|
|
3152
|
+
"docsTags": [],
|
|
3153
|
+
"usage": {},
|
|
3154
|
+
"props": [
|
|
3155
|
+
{
|
|
3156
|
+
"name": "highlighted",
|
|
3157
|
+
"type": "boolean",
|
|
3158
|
+
"complexType": {
|
|
3159
|
+
"original": "boolean",
|
|
3160
|
+
"resolved": "boolean",
|
|
3161
|
+
"references": {}
|
|
3162
|
+
},
|
|
3163
|
+
"mutable": false,
|
|
3164
|
+
"attr": "highlighted",
|
|
3165
|
+
"reflectToAttr": true,
|
|
3166
|
+
"docs": "Represents option is highlighted .",
|
|
3167
|
+
"docsTags": [
|
|
3168
|
+
{
|
|
3169
|
+
"name": "default",
|
|
3170
|
+
"text": "false"
|
|
3171
|
+
}
|
|
3172
|
+
],
|
|
3173
|
+
"default": "false",
|
|
3174
|
+
"values": [
|
|
3175
|
+
{
|
|
3176
|
+
"type": "boolean"
|
|
3177
|
+
}
|
|
3178
|
+
],
|
|
3179
|
+
"optional": false,
|
|
3180
|
+
"required": false,
|
|
3181
|
+
"getter": false,
|
|
3182
|
+
"setter": false
|
|
3183
|
+
},
|
|
3184
|
+
{
|
|
3185
|
+
"name": "selected",
|
|
3186
|
+
"type": "boolean",
|
|
3187
|
+
"complexType": {
|
|
3188
|
+
"original": "boolean",
|
|
3189
|
+
"resolved": "boolean",
|
|
3190
|
+
"references": {}
|
|
3191
|
+
},
|
|
3192
|
+
"mutable": false,
|
|
3193
|
+
"attr": "selected",
|
|
3194
|
+
"reflectToAttr": true,
|
|
3195
|
+
"docs": "Represents option is selected .",
|
|
3196
|
+
"docsTags": [
|
|
3197
|
+
{
|
|
3198
|
+
"name": "default",
|
|
3199
|
+
"text": "false"
|
|
3200
|
+
}
|
|
3201
|
+
],
|
|
3202
|
+
"default": "false",
|
|
3203
|
+
"values": [
|
|
3204
|
+
{
|
|
3205
|
+
"type": "boolean"
|
|
3206
|
+
}
|
|
3207
|
+
],
|
|
3208
|
+
"optional": false,
|
|
3209
|
+
"required": false,
|
|
3210
|
+
"getter": false,
|
|
3211
|
+
"setter": false
|
|
3212
|
+
},
|
|
3213
|
+
{
|
|
3214
|
+
"name": "value",
|
|
3215
|
+
"type": "string",
|
|
3216
|
+
"complexType": {
|
|
3217
|
+
"original": "string",
|
|
3218
|
+
"resolved": "string",
|
|
3219
|
+
"references": {}
|
|
3220
|
+
},
|
|
3221
|
+
"mutable": false,
|
|
3222
|
+
"attr": "value",
|
|
3223
|
+
"reflectToAttr": true,
|
|
3224
|
+
"docs": "A value string, similar to <option value=\"Value 1\">Value 1 description</option>",
|
|
3225
|
+
"docsTags": [],
|
|
3226
|
+
"values": [
|
|
3227
|
+
{
|
|
3228
|
+
"type": "string"
|
|
3229
|
+
}
|
|
3230
|
+
],
|
|
3231
|
+
"optional": false,
|
|
3232
|
+
"required": true,
|
|
3233
|
+
"getter": false,
|
|
3234
|
+
"setter": false
|
|
3235
|
+
}
|
|
3236
|
+
],
|
|
3237
|
+
"methods": [],
|
|
3238
|
+
"events": [
|
|
3239
|
+
{
|
|
3240
|
+
"event": "postOptionSelected",
|
|
3241
|
+
"detail": "string",
|
|
3242
|
+
"bubbles": true,
|
|
3243
|
+
"complexType": {
|
|
3244
|
+
"original": "string",
|
|
3245
|
+
"resolved": "string",
|
|
3246
|
+
"references": {}
|
|
3247
|
+
},
|
|
3248
|
+
"cancelable": true,
|
|
3249
|
+
"composed": true,
|
|
3250
|
+
"docs": "Fires when this option was selected. Bubbles up.",
|
|
3251
|
+
"docsTags": []
|
|
3252
|
+
}
|
|
3253
|
+
],
|
|
3254
|
+
"listeners": [],
|
|
3255
|
+
"styles": [],
|
|
3256
|
+
"slots": [],
|
|
3257
|
+
"parts": [],
|
|
3258
|
+
"dependents": [],
|
|
3259
|
+
"dependencies": [
|
|
3260
|
+
"post-icon"
|
|
3261
|
+
],
|
|
3262
|
+
"dependencyGraph": {
|
|
3263
|
+
"post-listbox-option": [
|
|
3264
|
+
"post-icon"
|
|
3265
|
+
]
|
|
3266
|
+
}
|
|
3267
|
+
},
|
|
3268
|
+
{
|
|
3269
|
+
"filePath": "src/components/post-login-widget/post-login-widget.tsx",
|
|
3270
|
+
"encapsulation": "shadow",
|
|
3271
|
+
"tag": "post-login-widget",
|
|
3272
|
+
"readme": "# post-login-widget\n\n\n",
|
|
3273
|
+
"docs": "",
|
|
3274
|
+
"docsTags": [
|
|
3275
|
+
{
|
|
3276
|
+
"name": "slot",
|
|
3277
|
+
"text": "authenticated - Content rendered when the user is authenticated (e.g. user menu)."
|
|
3278
|
+
},
|
|
3279
|
+
{
|
|
3280
|
+
"name": "slot",
|
|
3281
|
+
"text": "unauthenticated - Content rendered when the user is not authenticated (e.g. login link)."
|
|
3282
|
+
}
|
|
3283
|
+
],
|
|
3284
|
+
"usage": {},
|
|
3285
|
+
"props": [],
|
|
3286
|
+
"methods": [
|
|
3287
|
+
{
|
|
3288
|
+
"name": "isAuthenticated",
|
|
3289
|
+
"returns": {
|
|
3290
|
+
"type": "Promise<boolean>",
|
|
3291
|
+
"docs": ""
|
|
3292
|
+
},
|
|
3293
|
+
"complexType": {
|
|
3294
|
+
"signature": "() => Promise<boolean | null>",
|
|
3295
|
+
"parameters": [],
|
|
3296
|
+
"references": {
|
|
3297
|
+
"Promise": {
|
|
3298
|
+
"location": "global",
|
|
3299
|
+
"id": "global::Promise"
|
|
3300
|
+
}
|
|
3301
|
+
},
|
|
3302
|
+
"return": "Promise<boolean>"
|
|
3303
|
+
},
|
|
3304
|
+
"signature": "isAuthenticated() => Promise<boolean | null>",
|
|
3305
|
+
"parameters": [],
|
|
3306
|
+
"docs": "Returns the current authentication state:\n`null` when the component is still loading, `true` when authenticated, `false` when not.",
|
|
3307
|
+
"docsTags": []
|
|
3308
|
+
},
|
|
3309
|
+
{
|
|
3310
|
+
"name": "refresh",
|
|
3311
|
+
"returns": {
|
|
3312
|
+
"type": "Promise<void>",
|
|
3313
|
+
"docs": ""
|
|
3314
|
+
},
|
|
3315
|
+
"complexType": {
|
|
3316
|
+
"signature": "() => Promise<void>",
|
|
3317
|
+
"parameters": [],
|
|
3318
|
+
"references": {
|
|
3319
|
+
"Promise": {
|
|
3320
|
+
"location": "global",
|
|
3321
|
+
"id": "global::Promise"
|
|
3322
|
+
}
|
|
3323
|
+
},
|
|
3324
|
+
"return": "Promise<void>"
|
|
3325
|
+
},
|
|
3326
|
+
"signature": "refresh() => Promise<void>",
|
|
3327
|
+
"parameters": [],
|
|
3328
|
+
"docs": "Re-fetches the authentication state from the session API and updates\nthe component rendering accordingly.",
|
|
3329
|
+
"docsTags": []
|
|
3330
|
+
}
|
|
3331
|
+
],
|
|
3332
|
+
"events": [
|
|
3333
|
+
{
|
|
3334
|
+
"event": "postChange",
|
|
3335
|
+
"detail": "{ authenticated: boolean; }",
|
|
3336
|
+
"bubbles": true,
|
|
3337
|
+
"complexType": {
|
|
3338
|
+
"original": "{ authenticated: boolean }",
|
|
3339
|
+
"resolved": "{ authenticated: boolean; }",
|
|
3340
|
+
"references": {}
|
|
3341
|
+
},
|
|
3342
|
+
"cancelable": true,
|
|
3343
|
+
"composed": true,
|
|
3344
|
+
"docs": "Emitted when the authentication state changes.\nThe event payload is an object with an `authenticated` property:\n`true` when the user is logged in, `false` when the user is not logged in or the API request failed.",
|
|
3345
|
+
"docsTags": []
|
|
3346
|
+
}
|
|
3347
|
+
],
|
|
3348
|
+
"listeners": [],
|
|
3349
|
+
"styles": [],
|
|
3350
|
+
"slots": [
|
|
3351
|
+
{
|
|
3352
|
+
"name": "authenticated",
|
|
3353
|
+
"docs": "Content rendered when the user is authenticated (e.g. user menu)."
|
|
3354
|
+
},
|
|
3355
|
+
{
|
|
3356
|
+
"name": "unauthenticated",
|
|
3357
|
+
"docs": "Content rendered when the user is not authenticated (e.g. login link)."
|
|
3358
|
+
}
|
|
3359
|
+
],
|
|
3360
|
+
"parts": [],
|
|
3361
|
+
"dependents": [],
|
|
3362
|
+
"dependencies": [],
|
|
3363
|
+
"dependencyGraph": {}
|
|
3364
|
+
},
|
|
3365
|
+
{
|
|
3366
|
+
"filePath": "src/components/post-logo/post-logo.tsx",
|
|
3367
|
+
"encapsulation": "shadow",
|
|
3368
|
+
"tag": "post-logo",
|
|
3369
|
+
"readme": "# post-logo\n",
|
|
3370
|
+
"docs": "",
|
|
3371
|
+
"docsTags": [
|
|
3372
|
+
{
|
|
3373
|
+
"name": "slot",
|
|
3374
|
+
"text": "default - Slot for placing hidden descriptive text. If `url` is set, this text will serve as the accessible name of the link; otherwise, it will be used as the title of the SVG."
|
|
3375
|
+
}
|
|
3376
|
+
],
|
|
3377
|
+
"usage": {},
|
|
3378
|
+
"props": [
|
|
3379
|
+
{
|
|
3380
|
+
"name": "url",
|
|
3381
|
+
"type": "URL | string",
|
|
3382
|
+
"complexType": {
|
|
3383
|
+
"original": "string | URL",
|
|
3384
|
+
"resolved": "URL | string",
|
|
3385
|
+
"references": {
|
|
3386
|
+
"URL": {
|
|
3387
|
+
"location": "global",
|
|
3388
|
+
"id": "global::URL"
|
|
3389
|
+
}
|
|
3390
|
+
}
|
|
3391
|
+
},
|
|
3392
|
+
"mutable": false,
|
|
3393
|
+
"attr": "url",
|
|
3394
|
+
"reflectToAttr": false,
|
|
3395
|
+
"docs": "The URL to which the user is redirected upon clicking the logo.",
|
|
3396
|
+
"docsTags": [],
|
|
3397
|
+
"values": [
|
|
3398
|
+
{
|
|
3399
|
+
"type": "URL"
|
|
3400
|
+
},
|
|
3401
|
+
{
|
|
3402
|
+
"type": "string"
|
|
3403
|
+
}
|
|
3404
|
+
],
|
|
3405
|
+
"optional": true,
|
|
3406
|
+
"required": false,
|
|
2789
3407
|
"getter": false,
|
|
2790
3408
|
"setter": false
|
|
2791
3409
|
}
|
|
@@ -3448,12 +4066,16 @@
|
|
|
3448
4066
|
"slots": [],
|
|
3449
4067
|
"parts": [],
|
|
3450
4068
|
"dependents": [
|
|
3451
|
-
"post-breadcrumbs"
|
|
4069
|
+
"post-breadcrumbs",
|
|
4070
|
+
"post-language-menu-item"
|
|
3452
4071
|
],
|
|
3453
4072
|
"dependencies": [],
|
|
3454
4073
|
"dependencyGraph": {
|
|
3455
4074
|
"post-breadcrumbs": [
|
|
3456
4075
|
"post-menu-item"
|
|
4076
|
+
],
|
|
4077
|
+
"post-language-menu-item": [
|
|
4078
|
+
"post-menu-item"
|
|
3457
4079
|
]
|
|
3458
4080
|
}
|
|
3459
4081
|
},
|
|
@@ -4540,6 +5162,7 @@
|
|
|
4540
5162
|
],
|
|
4541
5163
|
"dependents": [
|
|
4542
5164
|
"post-date-picker",
|
|
5165
|
+
"post-listbox",
|
|
4543
5166
|
"post-menu",
|
|
4544
5167
|
"post-popover",
|
|
4545
5168
|
"post-tooltip"
|
|
@@ -4549,6 +5172,9 @@
|
|
|
4549
5172
|
"post-date-picker": [
|
|
4550
5173
|
"post-popovercontainer"
|
|
4551
5174
|
],
|
|
5175
|
+
"post-listbox": [
|
|
5176
|
+
"post-popovercontainer"
|
|
5177
|
+
],
|
|
4552
5178
|
"post-menu": [
|
|
4553
5179
|
"post-popovercontainer"
|
|
4554
5180
|
],
|