@swisspost/design-system-components 10.0.0-next.72 → 10.0.0-next.76
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/{create-validator-decorator-Bnx17kwi.js → create-validator-decorator-4dRrOF30.js} +1 -1
- package/dist/cjs/{index-ngUOBQot.js → index-BqngpwGa.js} +56 -15
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/{one-of-BHyX4vYq.js → one-of-D1veqtsm.js} +1 -1
- package/dist/cjs/{package-Bi-tiNRc.js → package-B0PdQ0Dm.js} +1 -1
- package/dist/cjs/{pattern-BgBx5zGQ.js → pattern-B7VKOu5m.js} +1 -1
- package/dist/cjs/post-accordion_2.cjs.entry.js +10 -12
- package/dist/cjs/post-autocomplete.cjs.entry.js +6 -6
- package/dist/cjs/post-avatar.cjs.entry.js +7 -7
- package/dist/cjs/post-back-to-top.cjs.entry.js +6 -6
- package/dist/cjs/post-banner.cjs.entry.js +6 -6
- package/dist/cjs/post-breadcrumb-item.cjs.entry.js +8 -8
- package/dist/cjs/post-breadcrumbs.cjs.entry.js +9 -11
- package/dist/cjs/post-closebutton_14.cjs.entry.js +86 -62
- package/dist/cjs/post-collapsible_2.cjs.entry.js +6 -6
- package/dist/cjs/post-components.cjs.js +2 -2
- package/dist/cjs/post-date-picker.cjs.entry.js +427 -257
- package/dist/cjs/post-footer.cjs.entry.js +6 -6
- package/dist/cjs/post-linkarea.cjs.entry.js +3 -3
- package/dist/cjs/post-listbox-option.cjs.entry.js +4 -4
- package/dist/cjs/post-listbox.cjs.entry.js +3 -3
- package/dist/cjs/post-number-input.cjs.entry.js +6 -5
- package/dist/cjs/post-pagination.cjs.entry.js +15 -10
- package/dist/cjs/post-popover-trigger.cjs.entry.js +5 -5
- package/dist/cjs/post-popover.cjs.entry.js +11 -12
- package/dist/cjs/post-progressbar.cjs.entry.js +4 -4
- package/dist/cjs/post-rating.cjs.entry.js +6 -6
- package/dist/cjs/post-side-navigation-trigger.cjs.entry.js +109 -0
- package/dist/cjs/post-side-navigation.cjs.entry.js +140 -0
- package/dist/cjs/post-stepper-item.cjs.entry.js +4 -4
- package/dist/cjs/post-stepper.cjs.entry.js +9 -7
- package/dist/cjs/post-tab-item.cjs.entry.js +15 -14
- package/dist/cjs/post-tab-panel.cjs.entry.js +6 -6
- package/dist/cjs/post-tabs.cjs.entry.js +196 -74
- package/dist/cjs/post-tooltip-trigger.cjs.entry.js +7 -9
- package/dist/cjs/post-tooltip.cjs.entry.js +9 -10
- package/dist/cjs/{required-lRDOdbd6.js → required-Bkz8MOYa.js} +1 -1
- package/dist/cjs/{type-shT641Eo.js → type-D8eD1JMd.js} +1 -1
- package/dist/cjs/{url-DRUMqVBq.js → url-C7MnIIZ_.js} +1 -1
- package/dist/collection/collection-manifest.json +3 -2
- package/dist/collection/components/post-accordion/post-accordion.js +1 -1
- package/dist/collection/components/post-accordion-item/post-accordion-item.js +4 -36
- package/dist/collection/components/post-autocomplete/post-autocomplete.js +1 -1
- package/dist/collection/components/post-avatar/post-avatar.js +1 -1
- package/dist/collection/components/post-back-to-top/post-back-to-top.js +1 -1
- package/dist/collection/components/post-banner/post-banner.css +2 -2
- package/dist/collection/components/post-banner/post-banner.js +1 -1
- package/dist/collection/components/post-breadcrumb-item/post-breadcrumb-item.css +1 -1
- package/dist/collection/components/post-breadcrumbs/post-breadcrumbs.css +1 -1
- package/dist/collection/components/post-breadcrumbs/post-breadcrumbs.js +2 -4
- package/dist/collection/components/post-closebutton/post-closebutton.css +1 -1
- package/dist/collection/components/post-closebutton/post-closebutton.js +22 -11
- package/dist/collection/components/post-closebutton/types.js +1 -1
- package/dist/collection/components/post-collapsible/post-collapsible.js +1 -1
- package/dist/collection/components/post-collapsible-trigger/post-collapsible-trigger.js +1 -1
- package/dist/collection/components/post-date-picker/accessibility-utils.js +59 -0
- package/dist/collection/components/post-date-picker/date-utils.js +102 -0
- package/dist/collection/components/post-date-picker/native-mask-element.js +36 -0
- package/dist/collection/components/post-date-picker/post-date-picker.css +1 -1
- package/dist/collection/components/post-date-picker/post-date-picker.js +224 -301
- package/dist/collection/components/post-footer/post-footer.js +1 -1
- package/dist/collection/components/post-header/post-header.css +1 -1
- package/dist/collection/components/post-header/post-header.js +13 -11
- package/dist/collection/components/post-icon/post-icon.js +1 -1
- package/dist/collection/components/post-language-menu/post-language-menu.css +1 -1
- package/dist/collection/components/post-language-menu/post-language-menu.js +7 -5
- package/dist/collection/components/post-language-menu-item/post-language-menu-item.css +1 -1
- package/dist/collection/components/post-linkarea/post-linkarea.js +1 -1
- package/dist/collection/components/post-listbox/post-listbox.js +1 -1
- package/dist/collection/components/post-listbox-option/post-listbox-option.js +2 -2
- 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 +1 -1
- 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.css +1 -1
- package/dist/collection/components/post-menu/post-menu.js +9 -12
- package/dist/collection/components/post-menu-item/post-menu-item.css +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 +1 -1
- package/dist/collection/components/post-number-input/post-number-input.js +3 -2
- package/dist/collection/components/post-pagination/post-pagination.css +1 -1
- package/dist/collection/components/post-pagination/post-pagination.js +11 -5
- package/dist/collection/components/post-popover/post-popover.js +12 -22
- package/dist/collection/components/post-popover-trigger/post-popover-trigger.js +1 -1
- package/dist/collection/components/post-popovercontainer/post-popovercontainer.css +1 -1
- package/dist/collection/components/post-popovercontainer/post-popovercontainer.js +17 -12
- package/dist/collection/components/post-progressbar/post-progressbar.js +1 -1
- package/dist/collection/components/post-rating/post-rating.js +1 -1
- package/dist/collection/components/post-side-navigation/post-side-navigation.css +1 -0
- package/dist/collection/components/post-side-navigation/post-side-navigation.js +267 -0
- package/dist/collection/components/post-side-navigation/side-navigation-styles.js +1 -0
- package/dist/collection/components/post-side-navigation-trigger/post-side-navigation-trigger.css +1 -0
- package/dist/collection/components/post-side-navigation-trigger/post-side-navigation-trigger.js +154 -0
- package/dist/collection/components/post-stepper/post-stepper.js +3 -1
- package/dist/collection/components/post-stepper-item/post-stepper-item.css +1 -1
- package/dist/collection/components/post-stepper-item/post-stepper-item.js +1 -1
- package/dist/collection/components/post-tab-item/post-tab-item.js +36 -19
- package/dist/collection/components/post-tab-panel/post-tab-panel.js +3 -2
- package/dist/collection/components/post-tabs/post-tabs.css +1 -1
- package/dist/collection/components/post-tabs/post-tabs.js +255 -84
- package/dist/collection/components/post-togglebutton/post-togglebutton.js +1 -1
- package/dist/collection/components/post-tooltip/post-tooltip.js +12 -22
- package/dist/collection/components/post-tooltip-trigger/post-tooltip-trigger.js +2 -4
- package/dist/collection/types/element-api.js +3 -0
- package/dist/component-names.json +2 -1
- package/dist/components/index.d.ts +4 -2
- package/dist/components/index.js +1 -1
- 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.js +1 -1
- 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-item.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.js +1 -1
- package/dist/components/post-listbox.js +1 -1
- 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-progressbar.js +1 -1
- package/dist/components/post-rating.js +1 -1
- package/dist/components/post-side-navigation-trigger.d.ts +11 -0
- package/dist/components/post-side-navigation-trigger.js +1 -0
- package/dist/components/{post-login-widget.d.ts → post-side-navigation.d.ts} +4 -4
- package/dist/components/post-side-navigation.js +1 -0
- 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-Bu2JeHDf.js → p-06VKKzxv.js} +1 -1
- package/dist/components/react/p-BkWqx_6U.js +1 -0
- package/dist/components/react/p-Chtl9X7o.js +1 -0
- package/dist/components/react/p-CrLBbthi.js +1 -0
- package/dist/components/react/{p-D1zw8FxT.js → p-D0kuUny7.js} +1 -1
- package/dist/components/react/{p-PM7l--ff.js → p-DKF__bJF.js} +1 -1
- package/dist/components/react/p-DkKOmXaG.js +1 -0
- package/dist/components/react/p-UdMqVxhd.js +1 -0
- package/dist/components/react/p-d02KpeUM.js +1 -0
- package/dist/components/react/{p-BZSAV0-K.js → p-gUhGka9h.js} +1 -1
- package/dist/components/react/{p-Cd1TsNm7.js → p-uQE3DVb8.js} +1 -1
- package/dist/components/react/{p-BxoRVIIr.js → p-wLn52OZT.js} +1 -1
- 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.js +1 -1
- 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.js +1 -1
- package/dist/components/react/post-listbox.js +1 -1
- 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-progressbar.js +1 -1
- package/dist/components/react/post-rating.js +1 -1
- package/dist/components/react/post-side-navigation-trigger.d.ts +11 -0
- package/dist/components/react/post-side-navigation-trigger.js +1 -0
- package/dist/components/react/{post-login-widget.d.ts → post-side-navigation.d.ts} +4 -4
- package/dist/components/react/post-side-navigation.js +1 -0
- 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 +571 -529
- package/dist/esm/{create-validator-decorator-D8qwF5Qe.js → create-validator-decorator-CYYTw0AS.js} +1 -1
- package/dist/esm/{index-BbDawWJ5.js → index-DE1aWdqx.js} +56 -15
- package/dist/esm/loader.js +3 -3
- package/dist/esm/{one-of-GPr3FflU.js → one-of-Ug1_Xoes.js} +1 -1
- package/dist/esm/package-d02KpeUM.js +3 -0
- package/dist/esm/{pattern-BWPRYpYv.js → pattern-WLk4tOqI.js} +1 -1
- package/dist/esm/post-accordion_2.entry.js +10 -12
- package/dist/esm/post-autocomplete.entry.js +6 -6
- package/dist/esm/post-avatar.entry.js +7 -7
- package/dist/esm/post-back-to-top.entry.js +6 -6
- package/dist/esm/post-banner.entry.js +6 -6
- package/dist/esm/post-breadcrumb-item.entry.js +8 -8
- package/dist/esm/post-breadcrumbs.entry.js +9 -11
- package/dist/esm/post-closebutton_14.entry.js +86 -62
- package/dist/esm/post-collapsible_2.entry.js +6 -6
- package/dist/esm/post-components.js +3 -3
- package/dist/esm/post-date-picker.entry.js +427 -257
- package/dist/esm/post-footer.entry.js +6 -6
- package/dist/esm/post-linkarea.entry.js +3 -3
- package/dist/esm/post-listbox-option.entry.js +4 -4
- package/dist/esm/post-listbox.entry.js +3 -3
- package/dist/esm/post-number-input.entry.js +6 -5
- package/dist/esm/post-pagination.entry.js +15 -10
- package/dist/esm/post-popover-trigger.entry.js +5 -5
- package/dist/esm/post-popover.entry.js +11 -12
- package/dist/esm/post-progressbar.entry.js +4 -4
- package/dist/esm/post-rating.entry.js +6 -6
- package/dist/esm/post-side-navigation-trigger.entry.js +107 -0
- package/dist/esm/post-side-navigation.entry.js +138 -0
- package/dist/esm/post-stepper-item.entry.js +4 -4
- package/dist/esm/post-stepper.entry.js +9 -7
- package/dist/esm/post-tab-item.entry.js +15 -14
- package/dist/esm/post-tab-panel.entry.js +6 -6
- package/dist/esm/post-tabs.entry.js +196 -74
- package/dist/esm/post-tooltip-trigger.entry.js +7 -9
- package/dist/esm/post-tooltip.entry.js +9 -10
- package/dist/esm/{required-uK-rZZjy.js → required-DeOhRbtk.js} +1 -1
- package/dist/esm/{type-obmwEgkM.js → type-S-4aPMGU.js} +1 -1
- package/dist/esm/{url-B28ByZCe.js → url-C8KSrmWc.js} +1 -1
- package/dist/post-components/{p-12047216.entry.js → p-0efb77f9.entry.js} +1 -1
- package/dist/post-components/p-1223e51d.entry.js +1 -0
- package/dist/post-components/{p-3b05e01d.entry.js → p-1878e9f8.entry.js} +1 -1
- package/dist/post-components/p-1eea2715.entry.js +1 -0
- package/dist/post-components/p-2233c37e.entry.js +1 -0
- package/dist/post-components/p-266e68a3.entry.js +1 -0
- package/dist/post-components/{p-00f55af5.entry.js → p-2a0b9ed0.entry.js} +1 -1
- package/dist/post-components/p-3c71d687.entry.js +1 -0
- package/dist/post-components/{p-IUnDBhPg.js → p-4-_BhJWV.js} +1 -1
- package/dist/post-components/{p-7f929bb9.entry.js → p-477c8c35.entry.js} +1 -1
- package/dist/post-components/{p-2c6b4e6a.entry.js → p-4b366aa0.entry.js} +1 -1
- package/dist/post-components/{p-53fd5230.entry.js → p-4c7750cd.entry.js} +1 -1
- package/dist/post-components/p-52e118e0.entry.js +1 -0
- package/dist/post-components/p-53f34806.entry.js +1 -0
- package/dist/post-components/p-621a81a7.entry.js +1 -0
- package/dist/post-components/p-85594193.entry.js +1 -0
- package/dist/post-components/p-89ea447b.entry.js +1 -0
- package/dist/post-components/p-8d8ac7ae.entry.js +1 -0
- package/dist/post-components/p-900dc8e1.entry.js +1 -0
- package/dist/post-components/p-93da9105.entry.js +1 -0
- package/dist/post-components/{p-d061773b.entry.js → p-95ad4d06.entry.js} +1 -1
- package/dist/post-components/p-9915ffee.entry.js +1 -0
- package/dist/post-components/{p-Ck2qPht6.js → p-B6uZASBE.js} +1 -1
- package/dist/post-components/{p-DSNGJB58.js → p-BDW1XHCO.js} +1 -1
- package/dist/post-components/{p-CVsNfXZd.js → p-CiOyV6Mo.js} +1 -1
- package/dist/post-components/p-DE1aWdqx.js +2 -0
- package/dist/post-components/{p-BRNqUiXj.js → p-DMiERazc.js} +1 -1
- package/dist/post-components/{p-D4F0BqBW.js → p-NPUljV0P.js} +1 -1
- package/dist/post-components/p-a08abdb2.entry.js +1 -0
- package/dist/post-components/p-a971ec25.entry.js +1 -0
- package/dist/post-components/{p-e2370e94.entry.js → p-ad69ed8c.entry.js} +1 -1
- package/dist/post-components/p-c11a8e06.entry.js +1 -0
- package/dist/post-components/p-d02KpeUM.js +1 -0
- package/dist/post-components/p-d9ce8f05.entry.js +1 -0
- package/dist/post-components/p-dcceab4e.entry.js +1 -0
- package/dist/post-components/{p-f1ca1d3f.entry.js → p-e219e22a.entry.js} +1 -1
- package/dist/post-components/{p-758fc84f.entry.js → p-f6c45fed.entry.js} +1 -1
- package/dist/post-components/post-components.css +2 -2
- package/dist/post-components/post-components.esm.js +1 -1
- package/dist/types/components/post-accordion-item/post-accordion-item.d.ts +0 -8
- package/dist/types/components/post-closebutton/post-closebutton.d.ts +5 -2
- package/dist/types/components/post-closebutton/types.d.ts +1 -1
- package/dist/types/components/post-date-picker/accessibility-utils.d.ts +19 -0
- package/dist/types/components/post-date-picker/date-utils.d.ts +48 -0
- package/dist/types/components/post-date-picker/native-mask-element.d.ts +12 -0
- package/dist/types/components/post-date-picker/post-date-picker.d.ts +23 -62
- package/dist/types/components/post-header/post-header.d.ts +3 -2
- package/dist/types/components/post-language-menu/post-language-menu.d.ts +2 -1
- package/dist/types/components/post-menu/post-menu.d.ts +4 -4
- package/dist/types/components/post-popover/post-popover.d.ts +4 -5
- package/dist/types/components/post-popovercontainer/post-popovercontainer.d.ts +2 -2
- package/dist/types/components/post-side-navigation/post-side-navigation.d.ts +62 -0
- package/dist/types/components/post-side-navigation/side-navigation-styles.d.ts +2 -0
- package/dist/types/components/post-side-navigation-trigger/post-side-navigation-trigger.d.ts +33 -0
- package/dist/types/components/post-tab-item/post-tab-item.d.ts +8 -4
- package/dist/types/components/post-tab-panel/post-tab-panel.d.ts +1 -1
- package/dist/types/components/post-tabs/post-tabs.d.ts +37 -17
- package/dist/types/components/post-tooltip/post-tooltip.d.ts +4 -5
- package/dist/types/components.d.ts +181 -164
- package/dist/types/home/runner/work/design-system/design-system/packages/components/.stencil/vrt/helpers/header-variants.config.d.ts +1 -0
- package/dist/types/types/element-api.d.ts +3 -0
- package/dist/vrt/helpers/header-test-config.js +3 -2
- package/dist/vrt/helpers/header-variants.config.js +29 -2
- package/hydrate/index.js +1174 -682
- package/hydrate/index.mjs +1174 -682
- package/package.json +11 -12
- package/dist/cjs/long-press-event-Dx21Ojod.js +0 -276
- package/dist/cjs/post-login-widget.cjs.entry.js +0 -92
- package/dist/collection/components/post-accordion-item/heading-levels.js +0 -1
- package/dist/collection/components/post-login-widget/post-login-widget.css +0 -1
- package/dist/collection/components/post-login-widget/post-login-widget.js +0 -218
- package/dist/collection/components/post-tab-item/post-tab-item.css +0 -1
- package/dist/components/long-press-event.js +0 -8
- package/dist/components/post-avatar2.js +0 -1
- package/dist/components/post-login-widget.js +0 -1
- package/dist/components/react/p-85IGlhtB.js +0 -1
- package/dist/components/react/p-B9ZFuYey.js +0 -1
- package/dist/components/react/p-BNgqqRsB.js +0 -8
- package/dist/components/react/p-Bg9dtyzK.js +0 -1
- package/dist/components/react/p-Bn66acGG.js +0 -1
- package/dist/components/react/p-CkTAQJGd.js +0 -1
- package/dist/components/react/p-ClG-N42b.js +0 -1
- package/dist/components/react/p-DwuW52g5.js +0 -1
- package/dist/components/react/post-login-widget.js +0 -1
- package/dist/esm/long-press-event-BNgqqRsB.js +0 -274
- package/dist/esm/package-ClG-N42b.js +0 -3
- package/dist/esm/post-login-widget.entry.js +0 -90
- package/dist/post-components/p-0288484f.entry.js +0 -1
- package/dist/post-components/p-07cdd022.entry.js +0 -1
- package/dist/post-components/p-17df4e91.entry.js +0 -1
- package/dist/post-components/p-17e046fa.entry.js +0 -1
- package/dist/post-components/p-29bd31a0.entry.js +0 -1
- package/dist/post-components/p-5b7e6369.entry.js +0 -1
- package/dist/post-components/p-5f4ca179.entry.js +0 -1
- package/dist/post-components/p-62b6154a.entry.js +0 -1
- package/dist/post-components/p-686a6e22.entry.js +0 -1
- package/dist/post-components/p-9865f72c.entry.js +0 -1
- package/dist/post-components/p-99803d57.entry.js +0 -1
- package/dist/post-components/p-BNgqqRsB.js +0 -8
- package/dist/post-components/p-BbDawWJ5.js +0 -2
- package/dist/post-components/p-ClG-N42b.js +0 -1
- package/dist/post-components/p-a0e0a760.entry.js +0 -1
- package/dist/post-components/p-a850652d.entry.js +0 -1
- package/dist/post-components/p-aac1a8ea.entry.js +0 -1
- package/dist/post-components/p-b3f0f9a2.entry.js +0 -1
- package/dist/post-components/p-c37dba4b.entry.js +0 -1
- package/dist/post-components/p-f2e5f44e.entry.js +0 -1
- package/dist/post-components/p-ff98ada4.entry.js +0 -1
- package/dist/types/components/post-accordion-item/heading-levels.d.ts +0 -2
- package/dist/types/components/post-login-widget/post-login-widget.d.ts +0 -45
package/dist/docs.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2026-06-
|
|
2
|
+
"timestamp": "2026-06-30T09:50:09",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.43.3",
|
|
@@ -266,63 +266,6 @@
|
|
|
266
266
|
"required": false,
|
|
267
267
|
"getter": false,
|
|
268
268
|
"setter": false
|
|
269
|
-
},
|
|
270
|
-
{
|
|
271
|
-
"name": "headingLevel",
|
|
272
|
-
"type": "1 | 2 | 3 | 4 | 5 | 6",
|
|
273
|
-
"complexType": {
|
|
274
|
-
"original": "HeadingLevel",
|
|
275
|
-
"resolved": "1 | 2 | 3 | 4 | 5 | 6",
|
|
276
|
-
"references": {
|
|
277
|
-
"HeadingLevel": {
|
|
278
|
-
"location": "import",
|
|
279
|
-
"path": "@/types",
|
|
280
|
-
"id": "src/types/index.ts::HeadingLevel",
|
|
281
|
-
"referenceLocation": "HeadingLevel"
|
|
282
|
-
}
|
|
283
|
-
}
|
|
284
|
-
},
|
|
285
|
-
"mutable": false,
|
|
286
|
-
"attr": "heading-level",
|
|
287
|
-
"reflectToAttr": false,
|
|
288
|
-
"docs": "Defines the hierarchical level of the accordion item header within the headings structure.",
|
|
289
|
-
"docsTags": [
|
|
290
|
-
{
|
|
291
|
-
"name": "deprecated",
|
|
292
|
-
"text": "set the `heading-level` property on the parent `post-accordion` instead."
|
|
293
|
-
}
|
|
294
|
-
],
|
|
295
|
-
"deprecation": "set the `heading-level` property on the parent `post-accordion` instead.",
|
|
296
|
-
"values": [
|
|
297
|
-
{
|
|
298
|
-
"value": "1",
|
|
299
|
-
"type": "number"
|
|
300
|
-
},
|
|
301
|
-
{
|
|
302
|
-
"value": "2",
|
|
303
|
-
"type": "number"
|
|
304
|
-
},
|
|
305
|
-
{
|
|
306
|
-
"value": "3",
|
|
307
|
-
"type": "number"
|
|
308
|
-
},
|
|
309
|
-
{
|
|
310
|
-
"value": "4",
|
|
311
|
-
"type": "number"
|
|
312
|
-
},
|
|
313
|
-
{
|
|
314
|
-
"value": "5",
|
|
315
|
-
"type": "number"
|
|
316
|
-
},
|
|
317
|
-
{
|
|
318
|
-
"value": "6",
|
|
319
|
-
"type": "number"
|
|
320
|
-
}
|
|
321
|
-
],
|
|
322
|
-
"optional": true,
|
|
323
|
-
"required": false,
|
|
324
|
-
"getter": false,
|
|
325
|
-
"setter": false
|
|
326
269
|
}
|
|
327
270
|
],
|
|
328
271
|
"methods": [
|
|
@@ -689,15 +632,9 @@
|
|
|
689
632
|
],
|
|
690
633
|
"parts": [],
|
|
691
634
|
"states": [],
|
|
692
|
-
"dependents": [
|
|
693
|
-
"post-login-widget"
|
|
694
|
-
],
|
|
635
|
+
"dependents": [],
|
|
695
636
|
"dependencies": [],
|
|
696
|
-
"dependencyGraph": {
|
|
697
|
-
"post-login-widget": [
|
|
698
|
-
"post-avatar"
|
|
699
|
-
]
|
|
700
|
-
}
|
|
637
|
+
"dependencyGraph": {}
|
|
701
638
|
},
|
|
702
639
|
{
|
|
703
640
|
"filePath": "src/components/post-back-to-top/post-back-to-top.tsx",
|
|
@@ -1209,7 +1146,7 @@
|
|
|
1209
1146
|
},
|
|
1210
1147
|
{
|
|
1211
1148
|
"filePath": "src/components/post-closebutton/post-closebutton.tsx",
|
|
1212
|
-
"encapsulation": "
|
|
1149
|
+
"encapsulation": "shadow",
|
|
1213
1150
|
"tag": "post-closebutton",
|
|
1214
1151
|
"readme": "# post-closebutton\n",
|
|
1215
1152
|
"docs": "",
|
|
@@ -1223,10 +1160,10 @@
|
|
|
1223
1160
|
"props": [
|
|
1224
1161
|
{
|
|
1225
1162
|
"name": "buttonType",
|
|
1226
|
-
"type": "\"button\" | \"reset\"
|
|
1163
|
+
"type": "\"button\" | \"reset\"",
|
|
1227
1164
|
"complexType": {
|
|
1228
1165
|
"original": "ButtonType",
|
|
1229
|
-
"resolved": "\"button\" | \"reset\"
|
|
1166
|
+
"resolved": "\"button\" | \"reset\"",
|
|
1230
1167
|
"references": {
|
|
1231
1168
|
"ButtonType": {
|
|
1232
1169
|
"location": "import",
|
|
@@ -1255,10 +1192,6 @@
|
|
|
1255
1192
|
{
|
|
1256
1193
|
"value": "reset",
|
|
1257
1194
|
"type": "string"
|
|
1258
|
-
},
|
|
1259
|
-
{
|
|
1260
|
-
"value": "submit",
|
|
1261
|
-
"type": "string"
|
|
1262
1195
|
}
|
|
1263
1196
|
],
|
|
1264
1197
|
"optional": true,
|
|
@@ -1363,7 +1296,8 @@
|
|
|
1363
1296
|
"states": [],
|
|
1364
1297
|
"dependents": [
|
|
1365
1298
|
"post-megadropdown",
|
|
1366
|
-
"post-popover"
|
|
1299
|
+
"post-popover",
|
|
1300
|
+
"post-side-navigation"
|
|
1367
1301
|
],
|
|
1368
1302
|
"dependencies": [
|
|
1369
1303
|
"post-icon"
|
|
@@ -1377,6 +1311,9 @@
|
|
|
1377
1311
|
],
|
|
1378
1312
|
"post-popover": [
|
|
1379
1313
|
"post-closebutton"
|
|
1314
|
+
],
|
|
1315
|
+
"post-side-navigation": [
|
|
1316
|
+
"post-closebutton"
|
|
1380
1317
|
]
|
|
1381
1318
|
}
|
|
1382
1319
|
},
|
|
@@ -1578,6 +1515,43 @@
|
|
|
1578
1515
|
"docsTags": [],
|
|
1579
1516
|
"usage": {},
|
|
1580
1517
|
"props": [
|
|
1518
|
+
{
|
|
1519
|
+
"name": "cellConfig",
|
|
1520
|
+
"type": "(date: Date, cellType: \"day\" | \"month\" | \"year\") => void | { disabled?: boolean; classes?: string; }",
|
|
1521
|
+
"complexType": {
|
|
1522
|
+
"original": "(\n date: Date,\n cellType: 'day' | 'month' | 'year',\n ) => { disabled?: boolean; classes?: string } | void",
|
|
1523
|
+
"resolved": "(date: Date, cellType: \"day\" | \"month\" | \"year\") => void | { disabled?: boolean; classes?: string; }",
|
|
1524
|
+
"references": {
|
|
1525
|
+
"Date": {
|
|
1526
|
+
"location": "global",
|
|
1527
|
+
"id": "global::Date"
|
|
1528
|
+
}
|
|
1529
|
+
}
|
|
1530
|
+
},
|
|
1531
|
+
"mutable": false,
|
|
1532
|
+
"reflectToAttr": false,
|
|
1533
|
+
"docs": "A callback to customize individual calendar cells, e.g. to disable specific dates or add CSS classes.",
|
|
1534
|
+
"docsTags": [],
|
|
1535
|
+
"values": [
|
|
1536
|
+
{
|
|
1537
|
+
"type": "(date: Date, cellType: \"day\""
|
|
1538
|
+
},
|
|
1539
|
+
{
|
|
1540
|
+
"value": "month",
|
|
1541
|
+
"type": "string"
|
|
1542
|
+
},
|
|
1543
|
+
{
|
|
1544
|
+
"type": "\"year\") => void"
|
|
1545
|
+
},
|
|
1546
|
+
{
|
|
1547
|
+
"type": "{ disabled?: boolean; classes?: string; }"
|
|
1548
|
+
}
|
|
1549
|
+
],
|
|
1550
|
+
"optional": true,
|
|
1551
|
+
"required": false,
|
|
1552
|
+
"getter": false,
|
|
1553
|
+
"setter": false
|
|
1554
|
+
},
|
|
1581
1555
|
{
|
|
1582
1556
|
"name": "inline",
|
|
1583
1557
|
"type": "boolean",
|
|
@@ -1670,7 +1644,7 @@
|
|
|
1670
1644
|
"mutable": false,
|
|
1671
1645
|
"attr": "min",
|
|
1672
1646
|
"reflectToAttr": false,
|
|
1673
|
-
"docs": "
|
|
1647
|
+
"docs": "Minimum possible date to select. Must be a valid date in ISO 8601 format (YYYY-MM-DD).",
|
|
1674
1648
|
"docsTags": [],
|
|
1675
1649
|
"values": [
|
|
1676
1650
|
{
|
|
@@ -1711,80 +1685,6 @@
|
|
|
1711
1685
|
"getter": false,
|
|
1712
1686
|
"setter": false
|
|
1713
1687
|
},
|
|
1714
|
-
{
|
|
1715
|
-
"name": "renderCellCallback",
|
|
1716
|
-
"type": "(data: { date: Date; cellType: AirDatepickerViewsSingle; datepicker: AirDatepicker<HTMLDivElement>; }) => void",
|
|
1717
|
-
"complexType": {
|
|
1718
|
-
"original": "AirDatepickerCustomOptions['onRenderCell']",
|
|
1719
|
-
"resolved": "(data: { date: Date; cellType: AirDatepickerViewsSingle; datepicker: AirDatepicker<HTMLDivElement>; }) => void",
|
|
1720
|
-
"references": {
|
|
1721
|
-
"AirDatepickerCustomOptions": {
|
|
1722
|
-
"location": "local",
|
|
1723
|
-
"path": "/home/runner/work/design-system/design-system/packages/components/src/components/post-date-picker/post-date-picker.tsx",
|
|
1724
|
-
"id": "src/components/post-date-picker/post-date-picker.tsx::AirDatepickerCustomOptions"
|
|
1725
|
-
}
|
|
1726
|
-
}
|
|
1727
|
-
},
|
|
1728
|
-
"mutable": false,
|
|
1729
|
-
"reflectToAttr": false,
|
|
1730
|
-
"docs": "Used to extend the existing on render cell to disable dates.",
|
|
1731
|
-
"docsTags": [],
|
|
1732
|
-
"values": [
|
|
1733
|
-
{
|
|
1734
|
-
"type": "(data: { date: Date; cellType: AirDatepickerViewsSingle; datepicker: AirDatepicker<HTMLDivElement>; }) => void"
|
|
1735
|
-
}
|
|
1736
|
-
],
|
|
1737
|
-
"optional": true,
|
|
1738
|
-
"required": false,
|
|
1739
|
-
"getter": false,
|
|
1740
|
-
"setter": false
|
|
1741
|
-
},
|
|
1742
|
-
{
|
|
1743
|
-
"name": "selectedEndDate",
|
|
1744
|
-
"type": "string",
|
|
1745
|
-
"complexType": {
|
|
1746
|
-
"original": "string",
|
|
1747
|
-
"resolved": "string",
|
|
1748
|
-
"references": {}
|
|
1749
|
-
},
|
|
1750
|
-
"mutable": true,
|
|
1751
|
-
"attr": "selected-end-date",
|
|
1752
|
-
"reflectToAttr": false,
|
|
1753
|
-
"docs": "The date picker's selected end date (for range date picker only).\nMust be a valid date in ISO 8601 format (YYYY-MM-DD).",
|
|
1754
|
-
"docsTags": [],
|
|
1755
|
-
"values": [
|
|
1756
|
-
{
|
|
1757
|
-
"type": "string"
|
|
1758
|
-
}
|
|
1759
|
-
],
|
|
1760
|
-
"optional": true,
|
|
1761
|
-
"required": false,
|
|
1762
|
-
"getter": false,
|
|
1763
|
-
"setter": false
|
|
1764
|
-
},
|
|
1765
|
-
{
|
|
1766
|
-
"name": "selectedStartDate",
|
|
1767
|
-
"type": "string",
|
|
1768
|
-
"complexType": {
|
|
1769
|
-
"original": "string",
|
|
1770
|
-
"resolved": "string",
|
|
1771
|
-
"references": {}
|
|
1772
|
-
},
|
|
1773
|
-
"mutable": true,
|
|
1774
|
-
"attr": "selected-start-date",
|
|
1775
|
-
"reflectToAttr": false,
|
|
1776
|
-
"docs": "The date picker's selected date. If in range mode, the selected start date.\nMust be a valid date in ISO 8601 format (YYYY-MM-DD).",
|
|
1777
|
-
"docsTags": [],
|
|
1778
|
-
"values": [
|
|
1779
|
-
{
|
|
1780
|
-
"type": "string"
|
|
1781
|
-
}
|
|
1782
|
-
],
|
|
1783
|
-
"optional": true,
|
|
1784
|
-
"required": false,
|
|
1785
|
-
"getter": false,
|
|
1786
|
-
"setter": false
|
|
1787
|
-
},
|
|
1788
1688
|
{
|
|
1789
1689
|
"name": "textNextDecade",
|
|
1790
1690
|
"type": "string",
|
|
@@ -1957,7 +1857,7 @@
|
|
|
1957
1857
|
"mutable": false,
|
|
1958
1858
|
"attr": "text-toggle-calendar",
|
|
1959
1859
|
"reflectToAttr": false,
|
|
1960
|
-
"docs": "Label for the toggle button that opens the calendar.\nIt is only needed when the calendar is
|
|
1860
|
+
"docs": "Label for the toggle button that opens the calendar.\nIt is only needed when the calendar is not inline.",
|
|
1961
1861
|
"docsTags": [],
|
|
1962
1862
|
"values": [
|
|
1963
1863
|
{
|
|
@@ -2016,22 +1916,7 @@
|
|
|
2016
1916
|
"docsTags": []
|
|
2017
1917
|
}
|
|
2018
1918
|
],
|
|
2019
|
-
"events": [
|
|
2020
|
-
{
|
|
2021
|
-
"event": "postUpdateDates",
|
|
2022
|
-
"detail": "string | string[]",
|
|
2023
|
-
"bubbles": true,
|
|
2024
|
-
"complexType": {
|
|
2025
|
-
"original": "string | string[]",
|
|
2026
|
-
"resolved": "string | string[]",
|
|
2027
|
-
"references": {}
|
|
2028
|
-
},
|
|
2029
|
-
"cancelable": true,
|
|
2030
|
-
"composed": true,
|
|
2031
|
-
"docs": "An event emitted when a date or a range of dates have been selected.",
|
|
2032
|
-
"docsTags": []
|
|
2033
|
-
}
|
|
2034
|
-
],
|
|
1919
|
+
"events": [],
|
|
2035
1920
|
"listeners": [],
|
|
2036
1921
|
"styles": [],
|
|
2037
1922
|
"slots": [],
|
|
@@ -2193,7 +2078,11 @@
|
|
|
2193
2078
|
},
|
|
2194
2079
|
{
|
|
2195
2080
|
"name": "slot",
|
|
2196
|
-
"text": "language-menu - Should be used with the `<post-language-
|
|
2081
|
+
"text": "language-menu - Should be used with the `<post-language-menu>` component."
|
|
2082
|
+
},
|
|
2083
|
+
{
|
|
2084
|
+
"name": "slot",
|
|
2085
|
+
"text": "side-nav - Should be used with the `<post-side-navigation>` component."
|
|
2197
2086
|
},
|
|
2198
2087
|
{
|
|
2199
2088
|
"name": "slot",
|
|
@@ -2336,7 +2225,7 @@
|
|
|
2336
2225
|
},
|
|
2337
2226
|
{
|
|
2338
2227
|
"name": "language-menu",
|
|
2339
|
-
"docs": "Should be used with the `<post-language-
|
|
2228
|
+
"docs": "Should be used with the `<post-language-menu>` component."
|
|
2340
2229
|
},
|
|
2341
2230
|
{
|
|
2342
2231
|
"name": "local-nav",
|
|
@@ -2354,6 +2243,10 @@
|
|
|
2354
2243
|
"name": "post-logo",
|
|
2355
2244
|
"docs": "Should be used together with the `<post-logo>` component."
|
|
2356
2245
|
},
|
|
2246
|
+
{
|
|
2247
|
+
"name": "side-nav",
|
|
2248
|
+
"docs": "Should be used with the `<post-side-navigation>` component."
|
|
2249
|
+
},
|
|
2357
2250
|
{
|
|
2358
2251
|
"name": "title",
|
|
2359
2252
|
"docs": "Holds the application title."
|
|
@@ -2613,7 +2506,8 @@
|
|
|
2613
2506
|
"post-megadropdown-trigger",
|
|
2614
2507
|
"post-number-input",
|
|
2615
2508
|
"post-pagination",
|
|
2616
|
-
"post-rating"
|
|
2509
|
+
"post-rating",
|
|
2510
|
+
"post-tabs"
|
|
2617
2511
|
],
|
|
2618
2512
|
"dependencies": [],
|
|
2619
2513
|
"dependencyGraph": {
|
|
@@ -2661,6 +2555,9 @@
|
|
|
2661
2555
|
],
|
|
2662
2556
|
"post-rating": [
|
|
2663
2557
|
"post-icon"
|
|
2558
|
+
],
|
|
2559
|
+
"post-tabs": [
|
|
2560
|
+
"post-icon"
|
|
2664
2561
|
]
|
|
2665
2562
|
}
|
|
2666
2563
|
},
|
|
@@ -2707,7 +2604,7 @@
|
|
|
2707
2604
|
"mutable": false,
|
|
2708
2605
|
"attr": "text-current-language",
|
|
2709
2606
|
"reflectToAttr": true,
|
|
2710
|
-
"docs": "An accessible description text for the list of language options
|
|
2607
|
+
"docs": "An accessible description text for the list of language options.\nThe `{name}` placeholder is dynamic and will be replaced with the active language name.",
|
|
2711
2608
|
"docsTags": [],
|
|
2712
2609
|
"values": [
|
|
2713
2610
|
{
|
|
@@ -3389,71 +3286,78 @@
|
|
|
3389
3286
|
}
|
|
3390
3287
|
},
|
|
3391
3288
|
{
|
|
3392
|
-
"filePath": "src/components/post-
|
|
3289
|
+
"filePath": "src/components/post-logo/post-logo.tsx",
|
|
3393
3290
|
"encapsulation": "shadow",
|
|
3394
|
-
"tag": "post-
|
|
3395
|
-
"readme": "# post-
|
|
3291
|
+
"tag": "post-logo",
|
|
3292
|
+
"readme": "# post-logo\n",
|
|
3396
3293
|
"docs": "",
|
|
3397
3294
|
"docsTags": [
|
|
3398
3295
|
{
|
|
3399
3296
|
"name": "slot",
|
|
3400
|
-
"text": "
|
|
3401
|
-
},
|
|
3402
|
-
{
|
|
3403
|
-
"name": "slot",
|
|
3404
|
-
"text": "login-link - Content rendered when the user is not authenticated."
|
|
3297
|
+
"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."
|
|
3405
3298
|
}
|
|
3406
3299
|
],
|
|
3407
3300
|
"usage": {},
|
|
3408
3301
|
"props": [
|
|
3409
3302
|
{
|
|
3410
|
-
"name": "
|
|
3411
|
-
"type": "string",
|
|
3303
|
+
"name": "url",
|
|
3304
|
+
"type": "URL | string",
|
|
3412
3305
|
"complexType": {
|
|
3413
|
-
"original": "string",
|
|
3414
|
-
"resolved": "string",
|
|
3415
|
-
"references": {
|
|
3416
|
-
|
|
3417
|
-
|
|
3418
|
-
|
|
3419
|
-
|
|
3420
|
-
"docs": "Label for the \"Current user is {user}\" accessibility description.\nUse `{user}` as a placeholder — it will be replaced with the current user's name at runtime.",
|
|
3421
|
-
"docsTags": [],
|
|
3422
|
-
"values": [
|
|
3423
|
-
{
|
|
3424
|
-
"type": "string"
|
|
3306
|
+
"original": "string | URL",
|
|
3307
|
+
"resolved": "URL | string",
|
|
3308
|
+
"references": {
|
|
3309
|
+
"URL": {
|
|
3310
|
+
"location": "global",
|
|
3311
|
+
"id": "global::URL"
|
|
3312
|
+
}
|
|
3425
3313
|
}
|
|
3426
|
-
],
|
|
3427
|
-
"optional": false,
|
|
3428
|
-
"required": true,
|
|
3429
|
-
"getter": false,
|
|
3430
|
-
"setter": false
|
|
3431
|
-
},
|
|
3432
|
-
{
|
|
3433
|
-
"name": "textUserMenu",
|
|
3434
|
-
"type": "string",
|
|
3435
|
-
"complexType": {
|
|
3436
|
-
"original": "string",
|
|
3437
|
-
"resolved": "string",
|
|
3438
|
-
"references": {}
|
|
3439
3314
|
},
|
|
3440
3315
|
"mutable": false,
|
|
3441
|
-
"attr": "
|
|
3442
|
-
"reflectToAttr":
|
|
3443
|
-
"docs": "
|
|
3316
|
+
"attr": "url",
|
|
3317
|
+
"reflectToAttr": false,
|
|
3318
|
+
"docs": "The URL to which the user is redirected upon clicking the logo.",
|
|
3444
3319
|
"docsTags": [],
|
|
3445
3320
|
"values": [
|
|
3321
|
+
{
|
|
3322
|
+
"type": "URL"
|
|
3323
|
+
},
|
|
3446
3324
|
{
|
|
3447
3325
|
"type": "string"
|
|
3448
3326
|
}
|
|
3449
3327
|
],
|
|
3450
|
-
"optional":
|
|
3451
|
-
"required":
|
|
3328
|
+
"optional": true,
|
|
3329
|
+
"required": false,
|
|
3452
3330
|
"getter": false,
|
|
3453
3331
|
"setter": false
|
|
3454
|
-
}
|
|
3332
|
+
}
|
|
3333
|
+
],
|
|
3334
|
+
"methods": [],
|
|
3335
|
+
"events": [],
|
|
3336
|
+
"listeners": [],
|
|
3337
|
+
"styles": [],
|
|
3338
|
+
"slots": [
|
|
3339
|
+
{
|
|
3340
|
+
"name": "default",
|
|
3341
|
+
"docs": "Slot for placing hidden descriptive text. If `url` is set, this text will serve as the accessible name of the link; otherwise, it will be used as the title of the SVG."
|
|
3342
|
+
}
|
|
3343
|
+
],
|
|
3344
|
+
"parts": [],
|
|
3345
|
+
"states": [],
|
|
3346
|
+
"dependents": [],
|
|
3347
|
+
"dependencies": [],
|
|
3348
|
+
"dependencyGraph": {}
|
|
3349
|
+
},
|
|
3350
|
+
{
|
|
3351
|
+
"filePath": "src/components/post-mainnavigation/post-mainnavigation.tsx",
|
|
3352
|
+
"encapsulation": "shadow",
|
|
3353
|
+
"tag": "post-mainnavigation",
|
|
3354
|
+
"readme": "# post-mainnavigation\n",
|
|
3355
|
+
"docs": "",
|
|
3356
|
+
"docsTags": [],
|
|
3357
|
+
"usage": {},
|
|
3358
|
+
"props": [
|
|
3455
3359
|
{
|
|
3456
|
-
"name": "
|
|
3360
|
+
"name": "textMain",
|
|
3457
3361
|
"type": "string",
|
|
3458
3362
|
"complexType": {
|
|
3459
3363
|
"original": "string",
|
|
@@ -3461,9 +3365,9 @@
|
|
|
3461
3365
|
"references": {}
|
|
3462
3366
|
},
|
|
3463
3367
|
"mutable": false,
|
|
3464
|
-
"attr": "text-
|
|
3368
|
+
"attr": "text-main",
|
|
3465
3369
|
"reflectToAttr": true,
|
|
3466
|
-
"docs": "
|
|
3370
|
+
"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.",
|
|
3467
3371
|
"docsTags": [],
|
|
3468
3372
|
"values": [
|
|
3469
3373
|
{
|
|
@@ -3476,197 +3380,9 @@
|
|
|
3476
3380
|
"setter": false
|
|
3477
3381
|
}
|
|
3478
3382
|
],
|
|
3479
|
-
"methods": [
|
|
3480
|
-
|
|
3481
|
-
|
|
3482
|
-
"returns": {
|
|
3483
|
-
"type": "Promise<boolean>",
|
|
3484
|
-
"docs": ""
|
|
3485
|
-
},
|
|
3486
|
-
"complexType": {
|
|
3487
|
-
"signature": "() => Promise<boolean | null>",
|
|
3488
|
-
"parameters": [],
|
|
3489
|
-
"references": {
|
|
3490
|
-
"Promise": {
|
|
3491
|
-
"location": "global",
|
|
3492
|
-
"id": "global::Promise"
|
|
3493
|
-
}
|
|
3494
|
-
},
|
|
3495
|
-
"return": "Promise<boolean>"
|
|
3496
|
-
},
|
|
3497
|
-
"signature": "isAuthenticated() => Promise<boolean | null>",
|
|
3498
|
-
"parameters": [],
|
|
3499
|
-
"docs": "Returns the current authentication state:\n`null` when the component is still loading, `true` when authenticated, `false` when not.",
|
|
3500
|
-
"docsTags": []
|
|
3501
|
-
},
|
|
3502
|
-
{
|
|
3503
|
-
"name": "refresh",
|
|
3504
|
-
"returns": {
|
|
3505
|
-
"type": "Promise<void>",
|
|
3506
|
-
"docs": ""
|
|
3507
|
-
},
|
|
3508
|
-
"complexType": {
|
|
3509
|
-
"signature": "() => Promise<void>",
|
|
3510
|
-
"parameters": [],
|
|
3511
|
-
"references": {
|
|
3512
|
-
"Promise": {
|
|
3513
|
-
"location": "global",
|
|
3514
|
-
"id": "global::Promise"
|
|
3515
|
-
}
|
|
3516
|
-
},
|
|
3517
|
-
"return": "Promise<void>"
|
|
3518
|
-
},
|
|
3519
|
-
"signature": "refresh() => Promise<void>",
|
|
3520
|
-
"parameters": [],
|
|
3521
|
-
"docs": "Re-fetches the authentication state from the session API and updates\nthe component rendering accordingly.",
|
|
3522
|
-
"docsTags": []
|
|
3523
|
-
}
|
|
3524
|
-
],
|
|
3525
|
-
"events": [
|
|
3526
|
-
{
|
|
3527
|
-
"event": "postChange",
|
|
3528
|
-
"detail": "{ authenticated: boolean; }",
|
|
3529
|
-
"bubbles": true,
|
|
3530
|
-
"complexType": {
|
|
3531
|
-
"original": "{ authenticated: boolean }",
|
|
3532
|
-
"resolved": "{ authenticated: boolean; }",
|
|
3533
|
-
"references": {}
|
|
3534
|
-
},
|
|
3535
|
-
"cancelable": true,
|
|
3536
|
-
"composed": true,
|
|
3537
|
-
"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.",
|
|
3538
|
-
"docsTags": []
|
|
3539
|
-
}
|
|
3540
|
-
],
|
|
3541
|
-
"listeners": [],
|
|
3542
|
-
"styles": [],
|
|
3543
|
-
"slots": [
|
|
3544
|
-
{
|
|
3545
|
-
"name": "login-link",
|
|
3546
|
-
"docs": "Content rendered when the user is not authenticated."
|
|
3547
|
-
},
|
|
3548
|
-
{
|
|
3549
|
-
"name": "user-links",
|
|
3550
|
-
"docs": "Links to show in the user menu when the user is authenticated."
|
|
3551
|
-
}
|
|
3552
|
-
],
|
|
3553
|
-
"parts": [],
|
|
3554
|
-
"states": [],
|
|
3555
|
-
"dependents": [],
|
|
3556
|
-
"dependencies": [
|
|
3557
|
-
"post-menu-trigger",
|
|
3558
|
-
"post-avatar",
|
|
3559
|
-
"post-menu"
|
|
3560
|
-
],
|
|
3561
|
-
"dependencyGraph": {
|
|
3562
|
-
"post-login-widget": [
|
|
3563
|
-
"post-menu-trigger",
|
|
3564
|
-
"post-avatar",
|
|
3565
|
-
"post-menu"
|
|
3566
|
-
],
|
|
3567
|
-
"post-menu": [
|
|
3568
|
-
"post-popovercontainer"
|
|
3569
|
-
]
|
|
3570
|
-
}
|
|
3571
|
-
},
|
|
3572
|
-
{
|
|
3573
|
-
"filePath": "src/components/post-logo/post-logo.tsx",
|
|
3574
|
-
"encapsulation": "shadow",
|
|
3575
|
-
"tag": "post-logo",
|
|
3576
|
-
"readme": "# post-logo\n",
|
|
3577
|
-
"docs": "",
|
|
3578
|
-
"docsTags": [
|
|
3579
|
-
{
|
|
3580
|
-
"name": "slot",
|
|
3581
|
-
"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."
|
|
3582
|
-
}
|
|
3583
|
-
],
|
|
3584
|
-
"usage": {},
|
|
3585
|
-
"props": [
|
|
3586
|
-
{
|
|
3587
|
-
"name": "url",
|
|
3588
|
-
"type": "URL | string",
|
|
3589
|
-
"complexType": {
|
|
3590
|
-
"original": "string | URL",
|
|
3591
|
-
"resolved": "URL | string",
|
|
3592
|
-
"references": {
|
|
3593
|
-
"URL": {
|
|
3594
|
-
"location": "global",
|
|
3595
|
-
"id": "global::URL"
|
|
3596
|
-
}
|
|
3597
|
-
}
|
|
3598
|
-
},
|
|
3599
|
-
"mutable": false,
|
|
3600
|
-
"attr": "url",
|
|
3601
|
-
"reflectToAttr": false,
|
|
3602
|
-
"docs": "The URL to which the user is redirected upon clicking the logo.",
|
|
3603
|
-
"docsTags": [],
|
|
3604
|
-
"values": [
|
|
3605
|
-
{
|
|
3606
|
-
"type": "URL"
|
|
3607
|
-
},
|
|
3608
|
-
{
|
|
3609
|
-
"type": "string"
|
|
3610
|
-
}
|
|
3611
|
-
],
|
|
3612
|
-
"optional": true,
|
|
3613
|
-
"required": false,
|
|
3614
|
-
"getter": false,
|
|
3615
|
-
"setter": false
|
|
3616
|
-
}
|
|
3617
|
-
],
|
|
3618
|
-
"methods": [],
|
|
3619
|
-
"events": [],
|
|
3620
|
-
"listeners": [],
|
|
3621
|
-
"styles": [],
|
|
3622
|
-
"slots": [
|
|
3623
|
-
{
|
|
3624
|
-
"name": "default",
|
|
3625
|
-
"docs": "Slot for placing hidden descriptive text. If `url` is set, this text will serve as the accessible name of the link; otherwise, it will be used as the title of the SVG."
|
|
3626
|
-
}
|
|
3627
|
-
],
|
|
3628
|
-
"parts": [],
|
|
3629
|
-
"states": [],
|
|
3630
|
-
"dependents": [],
|
|
3631
|
-
"dependencies": [],
|
|
3632
|
-
"dependencyGraph": {}
|
|
3633
|
-
},
|
|
3634
|
-
{
|
|
3635
|
-
"filePath": "src/components/post-mainnavigation/post-mainnavigation.tsx",
|
|
3636
|
-
"encapsulation": "shadow",
|
|
3637
|
-
"tag": "post-mainnavigation",
|
|
3638
|
-
"readme": "# post-mainnavigation\n",
|
|
3639
|
-
"docs": "",
|
|
3640
|
-
"docsTags": [],
|
|
3641
|
-
"usage": {},
|
|
3642
|
-
"props": [
|
|
3643
|
-
{
|
|
3644
|
-
"name": "textMain",
|
|
3645
|
-
"type": "string",
|
|
3646
|
-
"complexType": {
|
|
3647
|
-
"original": "string",
|
|
3648
|
-
"resolved": "string",
|
|
3649
|
-
"references": {}
|
|
3650
|
-
},
|
|
3651
|
-
"mutable": false,
|
|
3652
|
-
"attr": "text-main",
|
|
3653
|
-
"reflectToAttr": true,
|
|
3654
|
-
"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.",
|
|
3655
|
-
"docsTags": [],
|
|
3656
|
-
"values": [
|
|
3657
|
-
{
|
|
3658
|
-
"type": "string"
|
|
3659
|
-
}
|
|
3660
|
-
],
|
|
3661
|
-
"optional": false,
|
|
3662
|
-
"required": true,
|
|
3663
|
-
"getter": false,
|
|
3664
|
-
"setter": false
|
|
3665
|
-
}
|
|
3666
|
-
],
|
|
3667
|
-
"methods": [],
|
|
3668
|
-
"events": [],
|
|
3669
|
-
"listeners": [
|
|
3383
|
+
"methods": [],
|
|
3384
|
+
"events": [],
|
|
3385
|
+
"listeners": [
|
|
3670
3386
|
{
|
|
3671
3387
|
"event": "mouseup",
|
|
3672
3388
|
"target": "window",
|
|
@@ -4142,7 +3858,7 @@
|
|
|
4142
3858
|
{
|
|
4143
3859
|
"name": "target",
|
|
4144
3860
|
"type": "HTMLElement",
|
|
4145
|
-
"docs": "
|
|
3861
|
+
"docs": ""
|
|
4146
3862
|
}
|
|
4147
3863
|
],
|
|
4148
3864
|
"references": {
|
|
@@ -4162,16 +3878,11 @@
|
|
|
4162
3878
|
{
|
|
4163
3879
|
"name": "target",
|
|
4164
3880
|
"type": "HTMLElement",
|
|
4165
|
-
"docs": "
|
|
3881
|
+
"docs": ""
|
|
4166
3882
|
}
|
|
4167
3883
|
],
|
|
4168
|
-
"docs": "Displays the popover menu, focusing the first menu item.",
|
|
4169
|
-
"docsTags": [
|
|
4170
|
-
{
|
|
4171
|
-
"name": "param",
|
|
4172
|
-
"text": "target - The HTML element relative to which the popover menu should be displayed."
|
|
4173
|
-
}
|
|
4174
|
-
]
|
|
3884
|
+
"docs": "Displays the popover menu, focusing the first menu item,\n`target` is the HTML element the menu is anchored to.",
|
|
3885
|
+
"docsTags": []
|
|
4175
3886
|
},
|
|
4176
3887
|
{
|
|
4177
3888
|
"name": "toggle",
|
|
@@ -4208,7 +3919,7 @@
|
|
|
4208
3919
|
"docs": ""
|
|
4209
3920
|
}
|
|
4210
3921
|
],
|
|
4211
|
-
"docs": "Toggles the menu visibility based on its current state.",
|
|
3922
|
+
"docs": "Toggles the menu visibility based on its current state,\n`target` is the HTML element the menu is anchored to.",
|
|
4212
3923
|
"docsTags": []
|
|
4213
3924
|
}
|
|
4214
3925
|
],
|
|
@@ -4245,8 +3956,7 @@
|
|
|
4245
3956
|
"states": [],
|
|
4246
3957
|
"dependents": [
|
|
4247
3958
|
"post-breadcrumbs",
|
|
4248
|
-
"post-language-menu"
|
|
4249
|
-
"post-login-widget"
|
|
3959
|
+
"post-language-menu"
|
|
4250
3960
|
],
|
|
4251
3961
|
"dependencies": [
|
|
4252
3962
|
"post-popovercontainer"
|
|
@@ -4260,9 +3970,6 @@
|
|
|
4260
3970
|
],
|
|
4261
3971
|
"post-language-menu": [
|
|
4262
3972
|
"post-menu"
|
|
4263
|
-
],
|
|
4264
|
-
"post-login-widget": [
|
|
4265
|
-
"post-menu"
|
|
4266
3973
|
]
|
|
4267
3974
|
}
|
|
4268
3975
|
},
|
|
@@ -4338,8 +4045,7 @@
|
|
|
4338
4045
|
"states": [],
|
|
4339
4046
|
"dependents": [
|
|
4340
4047
|
"post-breadcrumbs",
|
|
4341
|
-
"post-language-menu"
|
|
4342
|
-
"post-login-widget"
|
|
4048
|
+
"post-language-menu"
|
|
4343
4049
|
],
|
|
4344
4050
|
"dependencies": [],
|
|
4345
4051
|
"dependencyGraph": {
|
|
@@ -4348,9 +4054,6 @@
|
|
|
4348
4054
|
],
|
|
4349
4055
|
"post-language-menu": [
|
|
4350
4056
|
"post-menu-trigger"
|
|
4351
|
-
],
|
|
4352
|
-
"post-login-widget": [
|
|
4353
|
-
"post-menu-trigger"
|
|
4354
4057
|
]
|
|
4355
4058
|
}
|
|
4356
4059
|
},
|
|
@@ -4447,7 +4150,13 @@
|
|
|
4447
4150
|
"attr": "page",
|
|
4448
4151
|
"reflectToAttr": false,
|
|
4449
4152
|
"docs": "The current active page number.\n\n**If not specified, defaults to the first page.**",
|
|
4450
|
-
"docsTags": [
|
|
4153
|
+
"docsTags": [
|
|
4154
|
+
{
|
|
4155
|
+
"name": "default",
|
|
4156
|
+
"text": "1"
|
|
4157
|
+
}
|
|
4158
|
+
],
|
|
4159
|
+
"default": "1",
|
|
4451
4160
|
"values": [
|
|
4452
4161
|
{
|
|
4453
4162
|
"type": "number"
|
|
@@ -4812,7 +4521,7 @@
|
|
|
4812
4521
|
{
|
|
4813
4522
|
"name": "target",
|
|
4814
4523
|
"type": "HTMLElement",
|
|
4815
|
-
"docs": "
|
|
4524
|
+
"docs": ""
|
|
4816
4525
|
}
|
|
4817
4526
|
],
|
|
4818
4527
|
"references": {
|
|
@@ -4832,16 +4541,11 @@
|
|
|
4832
4541
|
{
|
|
4833
4542
|
"name": "target",
|
|
4834
4543
|
"type": "HTMLElement",
|
|
4835
|
-
"docs": "
|
|
4544
|
+
"docs": ""
|
|
4836
4545
|
}
|
|
4837
4546
|
],
|
|
4838
|
-
"docs": "Programmatically display the popover",
|
|
4839
|
-
"docsTags": [
|
|
4840
|
-
{
|
|
4841
|
-
"name": "param",
|
|
4842
|
-
"text": "target A focusable element inside the <post-popover-trigger> component that controls the popover"
|
|
4843
|
-
}
|
|
4844
|
-
]
|
|
4547
|
+
"docs": "Programmatically display the popover,\n`target` is the HTML element the menu is anchored to.",
|
|
4548
|
+
"docsTags": []
|
|
4845
4549
|
},
|
|
4846
4550
|
{
|
|
4847
4551
|
"name": "toggle",
|
|
@@ -4855,12 +4559,12 @@
|
|
|
4855
4559
|
{
|
|
4856
4560
|
"name": "target",
|
|
4857
4561
|
"type": "HTMLElement",
|
|
4858
|
-
"docs": "
|
|
4562
|
+
"docs": ""
|
|
4859
4563
|
},
|
|
4860
4564
|
{
|
|
4861
4565
|
"name": "force",
|
|
4862
4566
|
"type": "boolean",
|
|
4863
|
-
"docs": "
|
|
4567
|
+
"docs": ""
|
|
4864
4568
|
}
|
|
4865
4569
|
],
|
|
4866
4570
|
"references": {
|
|
@@ -4880,25 +4584,16 @@
|
|
|
4880
4584
|
{
|
|
4881
4585
|
"name": "target",
|
|
4882
4586
|
"type": "HTMLElement",
|
|
4883
|
-
"docs": "
|
|
4587
|
+
"docs": ""
|
|
4884
4588
|
},
|
|
4885
4589
|
{
|
|
4886
4590
|
"name": "force",
|
|
4887
4591
|
"type": "boolean",
|
|
4888
|
-
"docs": "
|
|
4592
|
+
"docs": ""
|
|
4889
4593
|
}
|
|
4890
4594
|
],
|
|
4891
|
-
"docs": "Toggle popover display",
|
|
4892
|
-
"docsTags": [
|
|
4893
|
-
{
|
|
4894
|
-
"name": "param",
|
|
4895
|
-
"text": "target A focusable element inside the <post-popover-trigger> component that controls the popover"
|
|
4896
|
-
},
|
|
4897
|
-
{
|
|
4898
|
-
"name": "param",
|
|
4899
|
-
"text": "force Pass true to always show or false to always hide"
|
|
4900
|
-
}
|
|
4901
|
-
]
|
|
4595
|
+
"docs": "Toggle popover display,\n`target` is the HTML element the menu is anchored to.",
|
|
4596
|
+
"docsTags": []
|
|
4902
4597
|
}
|
|
4903
4598
|
],
|
|
4904
4599
|
"events": [],
|
|
@@ -5211,7 +4906,7 @@
|
|
|
5211
4906
|
{
|
|
5212
4907
|
"name": "target",
|
|
5213
4908
|
"type": "HTMLElement",
|
|
5214
|
-
"docs": "
|
|
4909
|
+
"docs": "The element that invokes the popover and to which it is visually anchored."
|
|
5215
4910
|
}
|
|
5216
4911
|
],
|
|
5217
4912
|
"references": {
|
|
@@ -5231,14 +4926,14 @@
|
|
|
5231
4926
|
{
|
|
5232
4927
|
"name": "target",
|
|
5233
4928
|
"type": "HTMLElement",
|
|
5234
|
-
"docs": "
|
|
4929
|
+
"docs": "The element that invokes the popover and to which it is visually anchored."
|
|
5235
4930
|
}
|
|
5236
4931
|
],
|
|
5237
4932
|
"docs": "Programmatically display the popovercontainer",
|
|
5238
4933
|
"docsTags": [
|
|
5239
4934
|
{
|
|
5240
4935
|
"name": "param",
|
|
5241
|
-
"text": "target
|
|
4936
|
+
"text": "target The element that invokes the popover and to which it is visually anchored."
|
|
5242
4937
|
}
|
|
5243
4938
|
]
|
|
5244
4939
|
},
|
|
@@ -5254,7 +4949,7 @@
|
|
|
5254
4949
|
{
|
|
5255
4950
|
"name": "target",
|
|
5256
4951
|
"type": "HTMLElement",
|
|
5257
|
-
"docs": "
|
|
4952
|
+
"docs": "The element that invokes the popover and to which it is visually anchored."
|
|
5258
4953
|
},
|
|
5259
4954
|
{
|
|
5260
4955
|
"name": "force",
|
|
@@ -5279,7 +4974,7 @@
|
|
|
5279
4974
|
{
|
|
5280
4975
|
"name": "target",
|
|
5281
4976
|
"type": "HTMLElement",
|
|
5282
|
-
"docs": "
|
|
4977
|
+
"docs": "The element that invokes the popover and to which it is visually anchored."
|
|
5283
4978
|
},
|
|
5284
4979
|
{
|
|
5285
4980
|
"name": "force",
|
|
@@ -5291,7 +4986,7 @@
|
|
|
5291
4986
|
"docsTags": [
|
|
5292
4987
|
{
|
|
5293
4988
|
"name": "param",
|
|
5294
|
-
"text": "target
|
|
4989
|
+
"text": "target The element that invokes the popover and to which it is visually anchored."
|
|
5295
4990
|
},
|
|
5296
4991
|
{
|
|
5297
4992
|
"name": "param",
|
|
@@ -5686,49 +5381,312 @@
|
|
|
5686
5381
|
}
|
|
5687
5382
|
},
|
|
5688
5383
|
{
|
|
5689
|
-
"filePath": "src/components/post-
|
|
5384
|
+
"filePath": "src/components/post-side-navigation/post-side-navigation.tsx",
|
|
5690
5385
|
"encapsulation": "shadow",
|
|
5691
|
-
"tag": "post-
|
|
5692
|
-
"readme": "# post-
|
|
5386
|
+
"tag": "post-side-navigation",
|
|
5387
|
+
"readme": "# post-side-navigation\n",
|
|
5693
5388
|
"docs": "",
|
|
5694
|
-
"docsTags": [
|
|
5389
|
+
"docsTags": [
|
|
5390
|
+
{
|
|
5391
|
+
"name": "slot",
|
|
5392
|
+
"text": "default - Slot for the navigation content (must be a `<nav>` landmark with proper heading)"
|
|
5393
|
+
}
|
|
5394
|
+
],
|
|
5695
5395
|
"usage": {},
|
|
5696
5396
|
"props": [
|
|
5697
5397
|
{
|
|
5698
|
-
"name": "
|
|
5699
|
-
"type": "
|
|
5398
|
+
"name": "size",
|
|
5399
|
+
"type": "\"large\" | \"small\"",
|
|
5700
5400
|
"complexType": {
|
|
5701
|
-
"original": "
|
|
5702
|
-
"resolved": "
|
|
5703
|
-
"references": {
|
|
5401
|
+
"original": "SideNavigationSize",
|
|
5402
|
+
"resolved": "\"large\" | \"small\"",
|
|
5403
|
+
"references": {
|
|
5404
|
+
"SideNavigationSize": {
|
|
5405
|
+
"location": "import",
|
|
5406
|
+
"path": "./side-navigation-styles",
|
|
5407
|
+
"id": "src/components/post-side-navigation/side-navigation-styles.ts::SideNavigationSize",
|
|
5408
|
+
"referenceLocation": "SideNavigationSize"
|
|
5409
|
+
}
|
|
5410
|
+
}
|
|
5704
5411
|
},
|
|
5705
5412
|
"mutable": false,
|
|
5706
|
-
"attr": "
|
|
5413
|
+
"attr": "size",
|
|
5707
5414
|
"reflectToAttr": false,
|
|
5708
|
-
"docs": "
|
|
5415
|
+
"docs": "Controls the size of the navigation items.\nChoose \"small\" for deep and long navigation, and \"large\" (default) for a flat and short navigation.",
|
|
5709
5416
|
"docsTags": [
|
|
5710
5417
|
{
|
|
5711
5418
|
"name": "default",
|
|
5712
|
-
"text": "
|
|
5419
|
+
"text": "'large'"
|
|
5713
5420
|
}
|
|
5714
5421
|
],
|
|
5715
|
-
"default": "
|
|
5422
|
+
"default": "'large'",
|
|
5716
5423
|
"values": [
|
|
5717
5424
|
{
|
|
5718
|
-
"
|
|
5425
|
+
"value": "large",
|
|
5426
|
+
"type": "string"
|
|
5427
|
+
},
|
|
5428
|
+
{
|
|
5429
|
+
"value": "small",
|
|
5430
|
+
"type": "string"
|
|
5719
5431
|
}
|
|
5720
5432
|
],
|
|
5721
|
-
"optional":
|
|
5433
|
+
"optional": true,
|
|
5722
5434
|
"required": false,
|
|
5723
5435
|
"getter": false,
|
|
5724
5436
|
"setter": false
|
|
5725
5437
|
},
|
|
5726
5438
|
{
|
|
5727
|
-
"name": "
|
|
5728
|
-
"type": "
|
|
5439
|
+
"name": "textClose",
|
|
5440
|
+
"type": "string",
|
|
5729
5441
|
"complexType": {
|
|
5730
|
-
"original": "
|
|
5731
|
-
"resolved": "
|
|
5442
|
+
"original": "string",
|
|
5443
|
+
"resolved": "string",
|
|
5444
|
+
"references": {}
|
|
5445
|
+
},
|
|
5446
|
+
"mutable": false,
|
|
5447
|
+
"attr": "text-close",
|
|
5448
|
+
"reflectToAttr": true,
|
|
5449
|
+
"docs": "Accessible label for the close button shown in the mobile navigation dialog.",
|
|
5450
|
+
"docsTags": [],
|
|
5451
|
+
"values": [
|
|
5452
|
+
{
|
|
5453
|
+
"type": "string"
|
|
5454
|
+
}
|
|
5455
|
+
],
|
|
5456
|
+
"optional": false,
|
|
5457
|
+
"required": true,
|
|
5458
|
+
"getter": false,
|
|
5459
|
+
"setter": false
|
|
5460
|
+
}
|
|
5461
|
+
],
|
|
5462
|
+
"methods": [
|
|
5463
|
+
{
|
|
5464
|
+
"name": "hide",
|
|
5465
|
+
"returns": {
|
|
5466
|
+
"type": "Promise<void>",
|
|
5467
|
+
"docs": ""
|
|
5468
|
+
},
|
|
5469
|
+
"complexType": {
|
|
5470
|
+
"signature": "() => Promise<void>",
|
|
5471
|
+
"parameters": [],
|
|
5472
|
+
"references": {
|
|
5473
|
+
"Promise": {
|
|
5474
|
+
"location": "global",
|
|
5475
|
+
"id": "global::Promise"
|
|
5476
|
+
}
|
|
5477
|
+
},
|
|
5478
|
+
"return": "Promise<void>"
|
|
5479
|
+
},
|
|
5480
|
+
"signature": "hide() => Promise<void>",
|
|
5481
|
+
"parameters": [],
|
|
5482
|
+
"docs": "Closes the navigation programmatically.\nNo-op on desktop.",
|
|
5483
|
+
"docsTags": []
|
|
5484
|
+
},
|
|
5485
|
+
{
|
|
5486
|
+
"name": "show",
|
|
5487
|
+
"returns": {
|
|
5488
|
+
"type": "Promise<void>",
|
|
5489
|
+
"docs": ""
|
|
5490
|
+
},
|
|
5491
|
+
"complexType": {
|
|
5492
|
+
"signature": "() => Promise<void>",
|
|
5493
|
+
"parameters": [],
|
|
5494
|
+
"references": {
|
|
5495
|
+
"Promise": {
|
|
5496
|
+
"location": "global",
|
|
5497
|
+
"id": "global::Promise"
|
|
5498
|
+
}
|
|
5499
|
+
},
|
|
5500
|
+
"return": "Promise<void>"
|
|
5501
|
+
},
|
|
5502
|
+
"signature": "show() => Promise<void>",
|
|
5503
|
+
"parameters": [],
|
|
5504
|
+
"docs": "Opens the navigation programmatically.\nNo-op on desktop.",
|
|
5505
|
+
"docsTags": []
|
|
5506
|
+
},
|
|
5507
|
+
{
|
|
5508
|
+
"name": "toggle",
|
|
5509
|
+
"returns": {
|
|
5510
|
+
"type": "Promise<void>",
|
|
5511
|
+
"docs": ""
|
|
5512
|
+
},
|
|
5513
|
+
"complexType": {
|
|
5514
|
+
"signature": "() => Promise<void>",
|
|
5515
|
+
"parameters": [],
|
|
5516
|
+
"references": {
|
|
5517
|
+
"Promise": {
|
|
5518
|
+
"location": "global",
|
|
5519
|
+
"id": "global::Promise"
|
|
5520
|
+
}
|
|
5521
|
+
},
|
|
5522
|
+
"return": "Promise<void>"
|
|
5523
|
+
},
|
|
5524
|
+
"signature": "toggle() => Promise<void>",
|
|
5525
|
+
"parameters": [],
|
|
5526
|
+
"docs": "Toggles the navigation programmatically.\nNo-op on desktop.",
|
|
5527
|
+
"docsTags": []
|
|
5528
|
+
}
|
|
5529
|
+
],
|
|
5530
|
+
"events": [
|
|
5531
|
+
{
|
|
5532
|
+
"event": "postToggle",
|
|
5533
|
+
"detail": "boolean",
|
|
5534
|
+
"bubbles": true,
|
|
5535
|
+
"complexType": {
|
|
5536
|
+
"original": "boolean",
|
|
5537
|
+
"resolved": "boolean",
|
|
5538
|
+
"references": {}
|
|
5539
|
+
},
|
|
5540
|
+
"cancelable": true,
|
|
5541
|
+
"composed": true,
|
|
5542
|
+
"docs": "An event emitted when the navigation is shown or hidden on mobile.\nThe payload is a boolean: `true` when the navigation opens, `false` when it closes.",
|
|
5543
|
+
"docsTags": []
|
|
5544
|
+
}
|
|
5545
|
+
],
|
|
5546
|
+
"listeners": [],
|
|
5547
|
+
"styles": [],
|
|
5548
|
+
"slots": [
|
|
5549
|
+
{
|
|
5550
|
+
"name": "default",
|
|
5551
|
+
"docs": "Slot for the navigation content (must be a `<nav>` landmark with proper heading)"
|
|
5552
|
+
}
|
|
5553
|
+
],
|
|
5554
|
+
"parts": [],
|
|
5555
|
+
"states": [],
|
|
5556
|
+
"dependents": [],
|
|
5557
|
+
"dependencies": [
|
|
5558
|
+
"post-closebutton"
|
|
5559
|
+
],
|
|
5560
|
+
"dependencyGraph": {
|
|
5561
|
+
"post-side-navigation": [
|
|
5562
|
+
"post-closebutton"
|
|
5563
|
+
],
|
|
5564
|
+
"post-closebutton": [
|
|
5565
|
+
"post-icon"
|
|
5566
|
+
]
|
|
5567
|
+
}
|
|
5568
|
+
},
|
|
5569
|
+
{
|
|
5570
|
+
"filePath": "src/components/post-side-navigation-trigger/post-side-navigation-trigger.tsx",
|
|
5571
|
+
"encapsulation": "shadow",
|
|
5572
|
+
"tag": "post-side-navigation-trigger",
|
|
5573
|
+
"readme": "# post-side-navigation-trigger\n",
|
|
5574
|
+
"docs": "",
|
|
5575
|
+
"docsTags": [
|
|
5576
|
+
{
|
|
5577
|
+
"name": "slot",
|
|
5578
|
+
"text": "default - Slot for the `<button>` that toggles the navigation."
|
|
5579
|
+
}
|
|
5580
|
+
],
|
|
5581
|
+
"usage": {},
|
|
5582
|
+
"props": [
|
|
5583
|
+
{
|
|
5584
|
+
"name": "for",
|
|
5585
|
+
"type": "string",
|
|
5586
|
+
"complexType": {
|
|
5587
|
+
"original": "string",
|
|
5588
|
+
"resolved": "string",
|
|
5589
|
+
"references": {}
|
|
5590
|
+
},
|
|
5591
|
+
"mutable": false,
|
|
5592
|
+
"attr": "for",
|
|
5593
|
+
"reflectToAttr": true,
|
|
5594
|
+
"docs": "",
|
|
5595
|
+
"docsTags": [],
|
|
5596
|
+
"values": [
|
|
5597
|
+
{
|
|
5598
|
+
"type": "string"
|
|
5599
|
+
}
|
|
5600
|
+
],
|
|
5601
|
+
"optional": false,
|
|
5602
|
+
"required": true,
|
|
5603
|
+
"getter": false,
|
|
5604
|
+
"setter": false
|
|
5605
|
+
}
|
|
5606
|
+
],
|
|
5607
|
+
"methods": [
|
|
5608
|
+
{
|
|
5609
|
+
"name": "update",
|
|
5610
|
+
"returns": {
|
|
5611
|
+
"type": "Promise<void>",
|
|
5612
|
+
"docs": ""
|
|
5613
|
+
},
|
|
5614
|
+
"complexType": {
|
|
5615
|
+
"signature": "() => Promise<void>",
|
|
5616
|
+
"parameters": [],
|
|
5617
|
+
"references": {
|
|
5618
|
+
"Promise": {
|
|
5619
|
+
"location": "global",
|
|
5620
|
+
"id": "global::Promise"
|
|
5621
|
+
}
|
|
5622
|
+
},
|
|
5623
|
+
"return": "Promise<void>"
|
|
5624
|
+
},
|
|
5625
|
+
"signature": "update() => Promise<void>",
|
|
5626
|
+
"parameters": [],
|
|
5627
|
+
"docs": "Manually update the trigger's ARIA attributes.",
|
|
5628
|
+
"docsTags": []
|
|
5629
|
+
}
|
|
5630
|
+
],
|
|
5631
|
+
"events": [],
|
|
5632
|
+
"listeners": [],
|
|
5633
|
+
"styles": [],
|
|
5634
|
+
"slots": [
|
|
5635
|
+
{
|
|
5636
|
+
"name": "default",
|
|
5637
|
+
"docs": "Slot for the `<button>` that toggles the navigation."
|
|
5638
|
+
}
|
|
5639
|
+
],
|
|
5640
|
+
"parts": [],
|
|
5641
|
+
"states": [],
|
|
5642
|
+
"dependents": [],
|
|
5643
|
+
"dependencies": [],
|
|
5644
|
+
"dependencyGraph": {}
|
|
5645
|
+
},
|
|
5646
|
+
{
|
|
5647
|
+
"filePath": "src/components/post-stepper/post-stepper.tsx",
|
|
5648
|
+
"encapsulation": "shadow",
|
|
5649
|
+
"tag": "post-stepper",
|
|
5650
|
+
"readme": "# post-stepper\n",
|
|
5651
|
+
"docs": "",
|
|
5652
|
+
"docsTags": [],
|
|
5653
|
+
"usage": {},
|
|
5654
|
+
"props": [
|
|
5655
|
+
{
|
|
5656
|
+
"name": "currentIndex",
|
|
5657
|
+
"type": "number",
|
|
5658
|
+
"complexType": {
|
|
5659
|
+
"original": "number",
|
|
5660
|
+
"resolved": "number",
|
|
5661
|
+
"references": {}
|
|
5662
|
+
},
|
|
5663
|
+
"mutable": false,
|
|
5664
|
+
"attr": "current-index",
|
|
5665
|
+
"reflectToAttr": false,
|
|
5666
|
+
"docs": "Defines the current step, which is the next step the user has to complete.",
|
|
5667
|
+
"docsTags": [
|
|
5668
|
+
{
|
|
5669
|
+
"name": "default",
|
|
5670
|
+
"text": "-1"
|
|
5671
|
+
}
|
|
5672
|
+
],
|
|
5673
|
+
"default": "-1",
|
|
5674
|
+
"values": [
|
|
5675
|
+
{
|
|
5676
|
+
"type": "number"
|
|
5677
|
+
}
|
|
5678
|
+
],
|
|
5679
|
+
"optional": false,
|
|
5680
|
+
"required": false,
|
|
5681
|
+
"getter": false,
|
|
5682
|
+
"setter": false
|
|
5683
|
+
},
|
|
5684
|
+
{
|
|
5685
|
+
"name": "selectedIndex",
|
|
5686
|
+
"type": "number",
|
|
5687
|
+
"complexType": {
|
|
5688
|
+
"original": "number",
|
|
5689
|
+
"resolved": "number",
|
|
5732
5690
|
"references": {}
|
|
5733
5691
|
},
|
|
5734
5692
|
"mutable": false,
|
|
@@ -5856,11 +5814,40 @@
|
|
|
5856
5814
|
"docsTags": [
|
|
5857
5815
|
{
|
|
5858
5816
|
"name": "slot",
|
|
5859
|
-
"text": "default - Slot for the content of the tab item. Can contain text or an <a> element for
|
|
5817
|
+
"text": "default - Slot for the content of the tab item. Can contain text or an <a> element for Page Tabs variant."
|
|
5860
5818
|
}
|
|
5861
5819
|
],
|
|
5862
5820
|
"usage": {},
|
|
5863
5821
|
"props": [
|
|
5822
|
+
{
|
|
5823
|
+
"name": "disabled",
|
|
5824
|
+
"type": "boolean",
|
|
5825
|
+
"complexType": {
|
|
5826
|
+
"original": "boolean",
|
|
5827
|
+
"resolved": "boolean",
|
|
5828
|
+
"references": {}
|
|
5829
|
+
},
|
|
5830
|
+
"mutable": false,
|
|
5831
|
+
"attr": "disabled",
|
|
5832
|
+
"reflectToAttr": true,
|
|
5833
|
+
"docs": "Whether the tab item is disabled.",
|
|
5834
|
+
"docsTags": [
|
|
5835
|
+
{
|
|
5836
|
+
"name": "default",
|
|
5837
|
+
"text": "false"
|
|
5838
|
+
}
|
|
5839
|
+
],
|
|
5840
|
+
"default": "false",
|
|
5841
|
+
"values": [
|
|
5842
|
+
{
|
|
5843
|
+
"type": "boolean"
|
|
5844
|
+
}
|
|
5845
|
+
],
|
|
5846
|
+
"optional": false,
|
|
5847
|
+
"required": false,
|
|
5848
|
+
"getter": false,
|
|
5849
|
+
"setter": false
|
|
5850
|
+
},
|
|
5864
5851
|
{
|
|
5865
5852
|
"name": "name",
|
|
5866
5853
|
"type": "string",
|
|
@@ -5892,7 +5879,7 @@
|
|
|
5892
5879
|
"slots": [
|
|
5893
5880
|
{
|
|
5894
5881
|
"name": "default",
|
|
5895
|
-
"docs": "Slot for the content of the tab item. Can contain text or an <a> element for
|
|
5882
|
+
"docs": "Slot for the content of the tab item. Can contain text or an <a> element for Page Tabs variant."
|
|
5896
5883
|
}
|
|
5897
5884
|
],
|
|
5898
5885
|
"parts": [],
|
|
@@ -5976,7 +5963,7 @@
|
|
|
5976
5963
|
},
|
|
5977
5964
|
{
|
|
5978
5965
|
"name": "part",
|
|
5979
|
-
"text": "post-tabs-content - The container element that displays the content of the currently active tab. Only available in
|
|
5966
|
+
"text": "post-tabs-content - The container element that displays the content of the currently active tab. Only available in Content variant."
|
|
5980
5967
|
}
|
|
5981
5968
|
],
|
|
5982
5969
|
"usage": {},
|
|
@@ -5991,8 +5978,8 @@
|
|
|
5991
5978
|
},
|
|
5992
5979
|
"mutable": false,
|
|
5993
5980
|
"attr": "active-tab",
|
|
5994
|
-
"reflectToAttr":
|
|
5995
|
-
"docs": "The name of the tab in the
|
|
5981
|
+
"reflectToAttr": true,
|
|
5982
|
+
"docs": "The name of the tab in the Content Tabs variant that is initially active.\nChanging this value after initialization has no effect.\nIf not specified, defaults to the first tab.",
|
|
5996
5983
|
"docsTags": [],
|
|
5997
5984
|
"values": [
|
|
5998
5985
|
{
|
|
@@ -6005,27 +5992,55 @@
|
|
|
6005
5992
|
"setter": false
|
|
6006
5993
|
},
|
|
6007
5994
|
{
|
|
6008
|
-
"name": "
|
|
6009
|
-
"type": "
|
|
5995
|
+
"name": "label",
|
|
5996
|
+
"type": "string",
|
|
6010
5997
|
"complexType": {
|
|
6011
|
-
"original": "
|
|
6012
|
-
"resolved": "
|
|
5998
|
+
"original": "string",
|
|
5999
|
+
"resolved": "string",
|
|
6013
6000
|
"references": {}
|
|
6014
6001
|
},
|
|
6015
6002
|
"mutable": false,
|
|
6016
|
-
"attr": "
|
|
6003
|
+
"attr": "label",
|
|
6004
|
+
"reflectToAttr": true,
|
|
6005
|
+
"docs": "An accessible label for the Pages Tabs variant",
|
|
6006
|
+
"docsTags": [],
|
|
6007
|
+
"values": [
|
|
6008
|
+
{
|
|
6009
|
+
"type": "string"
|
|
6010
|
+
}
|
|
6011
|
+
],
|
|
6012
|
+
"optional": true,
|
|
6013
|
+
"required": false,
|
|
6014
|
+
"getter": false,
|
|
6015
|
+
"setter": false
|
|
6016
|
+
},
|
|
6017
|
+
{
|
|
6018
|
+
"name": "size",
|
|
6019
|
+
"type": "\"large\" | \"small\"",
|
|
6020
|
+
"complexType": {
|
|
6021
|
+
"original": "'small' | 'large'",
|
|
6022
|
+
"resolved": "\"large\" | \"small\"",
|
|
6023
|
+
"references": {}
|
|
6024
|
+
},
|
|
6025
|
+
"mutable": false,
|
|
6026
|
+
"attr": "size",
|
|
6017
6027
|
"reflectToAttr": true,
|
|
6018
|
-
"docs": "
|
|
6028
|
+
"docs": "The size of the tabs, corresponding to the different designs in Figma.\nDefault is 'large'.",
|
|
6019
6029
|
"docsTags": [
|
|
6020
6030
|
{
|
|
6021
6031
|
"name": "default",
|
|
6022
|
-
"text": "
|
|
6032
|
+
"text": "'large'"
|
|
6023
6033
|
}
|
|
6024
6034
|
],
|
|
6025
|
-
"default": "
|
|
6035
|
+
"default": "'large'",
|
|
6026
6036
|
"values": [
|
|
6027
6037
|
{
|
|
6028
|
-
"
|
|
6038
|
+
"value": "large",
|
|
6039
|
+
"type": "string"
|
|
6040
|
+
},
|
|
6041
|
+
{
|
|
6042
|
+
"value": "small",
|
|
6043
|
+
"type": "string"
|
|
6029
6044
|
}
|
|
6030
6045
|
],
|
|
6031
6046
|
"optional": false,
|
|
@@ -6034,7 +6049,7 @@
|
|
|
6034
6049
|
"setter": false
|
|
6035
6050
|
},
|
|
6036
6051
|
{
|
|
6037
|
-
"name": "
|
|
6052
|
+
"name": "textNextTabItems",
|
|
6038
6053
|
"type": "string",
|
|
6039
6054
|
"complexType": {
|
|
6040
6055
|
"original": "string",
|
|
@@ -6042,16 +6057,51 @@
|
|
|
6042
6057
|
"references": {}
|
|
6043
6058
|
},
|
|
6044
6059
|
"mutable": false,
|
|
6045
|
-
"attr": "
|
|
6060
|
+
"attr": "text-next-tab-items",
|
|
6046
6061
|
"reflectToAttr": true,
|
|
6047
|
-
"docs": "
|
|
6048
|
-
"docsTags": [
|
|
6062
|
+
"docs": "An accessible label for the \"next tab items\" button.",
|
|
6063
|
+
"docsTags": [
|
|
6064
|
+
{
|
|
6065
|
+
"name": "default",
|
|
6066
|
+
"text": "'Next tab items'"
|
|
6067
|
+
}
|
|
6068
|
+
],
|
|
6069
|
+
"default": "'Next tab items'",
|
|
6049
6070
|
"values": [
|
|
6050
6071
|
{
|
|
6051
6072
|
"type": "string"
|
|
6052
6073
|
}
|
|
6053
6074
|
],
|
|
6054
|
-
"optional":
|
|
6075
|
+
"optional": false,
|
|
6076
|
+
"required": false,
|
|
6077
|
+
"getter": false,
|
|
6078
|
+
"setter": false
|
|
6079
|
+
},
|
|
6080
|
+
{
|
|
6081
|
+
"name": "textPrevTabItems",
|
|
6082
|
+
"type": "string",
|
|
6083
|
+
"complexType": {
|
|
6084
|
+
"original": "string",
|
|
6085
|
+
"resolved": "string",
|
|
6086
|
+
"references": {}
|
|
6087
|
+
},
|
|
6088
|
+
"mutable": false,
|
|
6089
|
+
"attr": "text-prev-tab-items",
|
|
6090
|
+
"reflectToAttr": true,
|
|
6091
|
+
"docs": "An accessible label for the \"previous tab items\" button.",
|
|
6092
|
+
"docsTags": [
|
|
6093
|
+
{
|
|
6094
|
+
"name": "default",
|
|
6095
|
+
"text": "'Previous tab items'"
|
|
6096
|
+
}
|
|
6097
|
+
],
|
|
6098
|
+
"default": "'Previous tab items'",
|
|
6099
|
+
"values": [
|
|
6100
|
+
{
|
|
6101
|
+
"type": "string"
|
|
6102
|
+
}
|
|
6103
|
+
],
|
|
6104
|
+
"optional": false,
|
|
6055
6105
|
"required": false,
|
|
6056
6106
|
"getter": false,
|
|
6057
6107
|
"setter": false
|
|
@@ -6109,7 +6159,7 @@
|
|
|
6109
6159
|
},
|
|
6110
6160
|
"cancelable": true,
|
|
6111
6161
|
"composed": true,
|
|
6112
|
-
"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
|
|
6162
|
+
"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 Content Tabs variant.",
|
|
6113
6163
|
"docsTags": []
|
|
6114
6164
|
}
|
|
6115
6165
|
],
|
|
@@ -6132,13 +6182,19 @@
|
|
|
6132
6182
|
},
|
|
6133
6183
|
{
|
|
6134
6184
|
"name": "post-tabs-content",
|
|
6135
|
-
"docs": "The container element that displays the content of the currently active tab. Only available in
|
|
6185
|
+
"docs": "The container element that displays the content of the currently active tab. Only available in Content variant."
|
|
6136
6186
|
}
|
|
6137
6187
|
],
|
|
6138
6188
|
"states": [],
|
|
6139
6189
|
"dependents": [],
|
|
6140
|
-
"dependencies": [
|
|
6141
|
-
|
|
6190
|
+
"dependencies": [
|
|
6191
|
+
"post-icon"
|
|
6192
|
+
],
|
|
6193
|
+
"dependencyGraph": {
|
|
6194
|
+
"post-tabs": [
|
|
6195
|
+
"post-icon"
|
|
6196
|
+
]
|
|
6197
|
+
}
|
|
6142
6198
|
},
|
|
6143
6199
|
{
|
|
6144
6200
|
"filePath": "src/components/post-togglebutton/post-togglebutton.tsx",
|
|
@@ -6390,7 +6446,7 @@
|
|
|
6390
6446
|
{
|
|
6391
6447
|
"name": "target",
|
|
6392
6448
|
"type": "HTMLElement",
|
|
6393
|
-
"docs": "
|
|
6449
|
+
"docs": ""
|
|
6394
6450
|
}
|
|
6395
6451
|
],
|
|
6396
6452
|
"references": {
|
|
@@ -6410,16 +6466,11 @@
|
|
|
6410
6466
|
{
|
|
6411
6467
|
"name": "target",
|
|
6412
6468
|
"type": "HTMLElement",
|
|
6413
|
-
"docs": "
|
|
6469
|
+
"docs": ""
|
|
6414
6470
|
}
|
|
6415
6471
|
],
|
|
6416
|
-
"docs": "Programmatically display the tooltip.",
|
|
6417
|
-
"docsTags": [
|
|
6418
|
-
{
|
|
6419
|
-
"name": "param",
|
|
6420
|
-
"text": "target An element where the tooltip should be shown"
|
|
6421
|
-
}
|
|
6422
|
-
]
|
|
6472
|
+
"docs": "Programmatically display the tooltip,\n`target` is the HTML element the menu is anchored to.",
|
|
6473
|
+
"docsTags": []
|
|
6423
6474
|
},
|
|
6424
6475
|
{
|
|
6425
6476
|
"name": "toggle",
|
|
@@ -6433,12 +6484,12 @@
|
|
|
6433
6484
|
{
|
|
6434
6485
|
"name": "target",
|
|
6435
6486
|
"type": "HTMLElement",
|
|
6436
|
-
"docs": "
|
|
6487
|
+
"docs": ""
|
|
6437
6488
|
},
|
|
6438
6489
|
{
|
|
6439
6490
|
"name": "force",
|
|
6440
6491
|
"type": "boolean",
|
|
6441
|
-
"docs": "
|
|
6492
|
+
"docs": ""
|
|
6442
6493
|
}
|
|
6443
6494
|
],
|
|
6444
6495
|
"references": {
|
|
@@ -6458,25 +6509,16 @@
|
|
|
6458
6509
|
{
|
|
6459
6510
|
"name": "target",
|
|
6460
6511
|
"type": "HTMLElement",
|
|
6461
|
-
"docs": "
|
|
6512
|
+
"docs": ""
|
|
6462
6513
|
},
|
|
6463
6514
|
{
|
|
6464
6515
|
"name": "force",
|
|
6465
6516
|
"type": "boolean",
|
|
6466
|
-
"docs": "
|
|
6517
|
+
"docs": ""
|
|
6467
6518
|
}
|
|
6468
6519
|
],
|
|
6469
|
-
"docs": "Toggle tooltip display.",
|
|
6470
|
-
"docsTags": [
|
|
6471
|
-
{
|
|
6472
|
-
"name": "param",
|
|
6473
|
-
"text": "target An element where the tooltip should be shown"
|
|
6474
|
-
},
|
|
6475
|
-
{
|
|
6476
|
-
"name": "param",
|
|
6477
|
-
"text": "force Pass true to always show or false to always hide"
|
|
6478
|
-
}
|
|
6479
|
-
]
|
|
6520
|
+
"docs": "Toggle tooltip display,\n`target` is the HTML element the menu is anchored to.",
|
|
6521
|
+
"docsTags": []
|
|
6480
6522
|
}
|
|
6481
6523
|
],
|
|
6482
6524
|
"events": [],
|
|
@@ -6580,11 +6622,6 @@
|
|
|
6580
6622
|
}
|
|
6581
6623
|
],
|
|
6582
6624
|
"typeLibrary": {
|
|
6583
|
-
"src/components/post-date-picker/post-date-picker.tsx::AirDatepickerCustomOptions": {
|
|
6584
|
-
"declaration": "export interface AirDatepickerCustomOptions extends AirDatepickerOptions<HTMLDivElement> {\n onShow?: (isAnimationComplete: boolean) => void;\n onRenderCell?: (data: {\n date: Date;\n cellType: AirDatepickerViewsSingle;\n datepicker: AirDatepicker<HTMLDivElement>;\n }) => void;\n}",
|
|
6585
|
-
"docstring": "",
|
|
6586
|
-
"path": "src/components/post-date-picker/post-date-picker.tsx"
|
|
6587
|
-
},
|
|
6588
6625
|
"src/types/index.ts::HeadingLevel": {
|
|
6589
6626
|
"declaration": "any",
|
|
6590
6627
|
"docstring": "",
|
|
@@ -6601,7 +6638,7 @@
|
|
|
6601
6638
|
"path": "src/components/post-breadcrumb-item/variants.ts"
|
|
6602
6639
|
},
|
|
6603
6640
|
"src/components/post-closebutton/types.ts::ButtonType": {
|
|
6604
|
-
"declaration": "\"button\" | \"
|
|
6641
|
+
"declaration": "\"button\" | \"reset\"",
|
|
6605
6642
|
"docstring": "",
|
|
6606
6643
|
"path": "src/components/post-closebutton/types.ts"
|
|
6607
6644
|
},
|
|
@@ -6621,7 +6658,7 @@
|
|
|
6621
6658
|
"path": "src/types/icon-animations.ts"
|
|
6622
6659
|
},
|
|
6623
6660
|
"src/components/post-language-menu/switch-variants.ts::SwitchVariant": {
|
|
6624
|
-
"declaration": "\"
|
|
6661
|
+
"declaration": "\"list\" | \"menu\"",
|
|
6625
6662
|
"docstring": "",
|
|
6626
6663
|
"path": "src/components/post-language-menu/switch-variants.ts"
|
|
6627
6664
|
},
|
|
@@ -6629,6 +6666,11 @@
|
|
|
6629
6666
|
"declaration": "any",
|
|
6630
6667
|
"docstring": "",
|
|
6631
6668
|
"path": "../../node_modules/.pnpm/@floating-ui+dom@1.7.6/node_modules/@floating-ui/dom/dist/floating-ui.dom.d.mts"
|
|
6669
|
+
},
|
|
6670
|
+
"src/components/post-side-navigation/side-navigation-styles.ts::SideNavigationSize": {
|
|
6671
|
+
"declaration": "\"small\" | \"large\"",
|
|
6672
|
+
"docstring": "",
|
|
6673
|
+
"path": "src/components/post-side-navigation/side-navigation-styles.ts"
|
|
6632
6674
|
}
|
|
6633
6675
|
}
|
|
6634
6676
|
}
|