@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
|
@@ -9,18 +9,18 @@ import { HeadingLevel } from "./types/index";
|
|
|
9
9
|
import { BannerType } from "./components/post-banner/banner-types";
|
|
10
10
|
import { Variant } from "./components/post-breadcrumb-item/variants";
|
|
11
11
|
import { ButtonType, Placement, Size } from "./components/post-closebutton/types";
|
|
12
|
-
import { AirDatepickerCustomOptions } from "./components/post-date-picker/post-date-picker";
|
|
13
12
|
import { PostIconAnimation } from "./types/icon-animations";
|
|
14
13
|
import { SwitchVariant } from "./components/post-language-menu/switch-variants";
|
|
15
14
|
import { Placement as Placement1 } from "@floating-ui/dom";
|
|
15
|
+
import { SideNavigationSize } from "./components/post-side-navigation/side-navigation-styles";
|
|
16
16
|
export { HeadingLevel } from "./types/index";
|
|
17
17
|
export { BannerType } from "./components/post-banner/banner-types";
|
|
18
18
|
export { Variant } from "./components/post-breadcrumb-item/variants";
|
|
19
19
|
export { ButtonType, Placement, Size } from "./components/post-closebutton/types";
|
|
20
|
-
export { AirDatepickerCustomOptions } from "./components/post-date-picker/post-date-picker";
|
|
21
20
|
export { PostIconAnimation } from "./types/icon-animations";
|
|
22
21
|
export { SwitchVariant } from "./components/post-language-menu/switch-variants";
|
|
23
22
|
export { Placement as Placement1 } from "@floating-ui/dom";
|
|
23
|
+
export { SideNavigationSize } from "./components/post-side-navigation/side-navigation-styles";
|
|
24
24
|
export namespace Components {
|
|
25
25
|
interface PostAccordion {
|
|
26
26
|
/**
|
|
@@ -51,11 +51,6 @@ export namespace Components {
|
|
|
51
51
|
* @default false
|
|
52
52
|
*/
|
|
53
53
|
"collapsed"?: boolean;
|
|
54
|
-
/**
|
|
55
|
-
* Defines the hierarchical level of the accordion item header within the headings structure.
|
|
56
|
-
* @deprecated set the `heading-level` property on the parent `post-accordion` instead.
|
|
57
|
-
*/
|
|
58
|
-
"headingLevel"?: HeadingLevel;
|
|
59
54
|
/**
|
|
60
55
|
* Triggers the collapse programmatically.
|
|
61
56
|
*/
|
|
@@ -197,6 +192,13 @@ export namespace Components {
|
|
|
197
192
|
"update": () => Promise<void>;
|
|
198
193
|
}
|
|
199
194
|
interface PostDatePicker {
|
|
195
|
+
/**
|
|
196
|
+
* A callback to customize individual calendar cells, e.g. to disable specific dates or add CSS classes.
|
|
197
|
+
*/
|
|
198
|
+
"cellConfig"?: (
|
|
199
|
+
date: Date,
|
|
200
|
+
cellType: 'day' | 'month' | 'year',
|
|
201
|
+
) => { disabled?: boolean; classes?: string } | void;
|
|
200
202
|
/**
|
|
201
203
|
* Hides the popover calendar.
|
|
202
204
|
*/
|
|
@@ -216,7 +218,7 @@ export namespace Components {
|
|
|
216
218
|
*/
|
|
217
219
|
"max"?: string;
|
|
218
220
|
/**
|
|
219
|
-
*
|
|
221
|
+
* Minimum possible date to select. Must be a valid date in ISO 8601 format (YYYY-MM-DD).
|
|
220
222
|
*/
|
|
221
223
|
"min"?: string;
|
|
222
224
|
/**
|
|
@@ -224,18 +226,6 @@ export namespace Components {
|
|
|
224
226
|
* @default false
|
|
225
227
|
*/
|
|
226
228
|
"range"?: boolean;
|
|
227
|
-
/**
|
|
228
|
-
* Used to extend the existing on render cell to disable dates.
|
|
229
|
-
*/
|
|
230
|
-
"renderCellCallback"?: AirDatepickerCustomOptions['onRenderCell'];
|
|
231
|
-
/**
|
|
232
|
-
* The date picker's selected end date (for range date picker only). Must be a valid date in ISO 8601 format (YYYY-MM-DD).
|
|
233
|
-
*/
|
|
234
|
-
"selectedEndDate"?: string;
|
|
235
|
-
/**
|
|
236
|
-
* The date picker's selected date. If in range mode, the selected start date. Must be a valid date in ISO 8601 format (YYYY-MM-DD).
|
|
237
|
-
*/
|
|
238
|
-
"selectedStartDate"?: string;
|
|
239
229
|
/**
|
|
240
230
|
* Displays the popover calendar, focusing the first calendar item.
|
|
241
231
|
*/
|
|
@@ -269,7 +259,7 @@ export namespace Components {
|
|
|
269
259
|
*/
|
|
270
260
|
"textSwitchYear": string;
|
|
271
261
|
/**
|
|
272
|
-
* Label for the toggle button that opens the calendar. It is only needed when the calendar is
|
|
262
|
+
* Label for the toggle button that opens the calendar. It is only needed when the calendar is not inline.
|
|
273
263
|
*/
|
|
274
264
|
"textToggleCalendar"?: string;
|
|
275
265
|
}
|
|
@@ -339,7 +329,7 @@ export namespace Components {
|
|
|
339
329
|
*/
|
|
340
330
|
"textChangeLanguage": string;
|
|
341
331
|
/**
|
|
342
|
-
* An accessible description text for the list of language options. The
|
|
332
|
+
* An accessible description text for the list of language options. The `{name}` placeholder is dynamic and will be replaced with the active language name.
|
|
343
333
|
*/
|
|
344
334
|
"textCurrentLanguage": string;
|
|
345
335
|
/**
|
|
@@ -422,28 +412,6 @@ export namespace Components {
|
|
|
422
412
|
*/
|
|
423
413
|
"value": string;
|
|
424
414
|
}
|
|
425
|
-
interface PostLoginWidget {
|
|
426
|
-
/**
|
|
427
|
-
* Returns the current authentication state: `null` when the component is still loading, `true` when authenticated, `false` when not.
|
|
428
|
-
*/
|
|
429
|
-
"isAuthenticated": () => Promise<boolean | null>;
|
|
430
|
-
/**
|
|
431
|
-
* Re-fetches the authentication state from the session API and updates the component rendering accordingly.
|
|
432
|
-
*/
|
|
433
|
-
"refresh": () => Promise<void>;
|
|
434
|
-
/**
|
|
435
|
-
* Label for the "Current user is {user}" accessibility description. Use `{user}` as a placeholder — it will be replaced with the current user's name at runtime.
|
|
436
|
-
*/
|
|
437
|
-
"textCurrentUser": string;
|
|
438
|
-
/**
|
|
439
|
-
* Accessible label for the dropdown menu
|
|
440
|
-
*/
|
|
441
|
-
"textUserMenu": string;
|
|
442
|
-
/**
|
|
443
|
-
* Hidden label for the user menu trigger button, for accessibility purposes. It should describe the purpose of the button (e.g. "Access user links").
|
|
444
|
-
*/
|
|
445
|
-
"textUserMenuTrigger": string;
|
|
446
|
-
}
|
|
447
415
|
interface PostLogo {
|
|
448
416
|
/**
|
|
449
417
|
* The URL to which the user is redirected upon clicking the logo.
|
|
@@ -508,12 +476,11 @@ export namespace Components {
|
|
|
508
476
|
*/
|
|
509
477
|
"placement"?: Placement1;
|
|
510
478
|
/**
|
|
511
|
-
* Displays the popover menu, focusing the first menu item.
|
|
512
|
-
* @param target - The HTML element relative to which the popover menu should be displayed.
|
|
479
|
+
* Displays the popover menu, focusing the first menu item, `target` is the HTML element the menu is anchored to.
|
|
513
480
|
*/
|
|
514
481
|
"show": (target: HTMLElement) => Promise<void>;
|
|
515
482
|
/**
|
|
516
|
-
* Toggles the menu visibility based on its current state.
|
|
483
|
+
* Toggles the menu visibility based on its current state, `target` is the HTML element the menu is anchored to.
|
|
517
484
|
*/
|
|
518
485
|
"toggle": (target: HTMLElement) => Promise<void>;
|
|
519
486
|
}
|
|
@@ -538,6 +505,7 @@ export namespace Components {
|
|
|
538
505
|
"label": string;
|
|
539
506
|
/**
|
|
540
507
|
* The current active page number. **If not specified, defaults to the first page.**
|
|
508
|
+
* @default 1
|
|
541
509
|
*/
|
|
542
510
|
"page"?: number;
|
|
543
511
|
/**
|
|
@@ -581,8 +549,7 @@ export namespace Components {
|
|
|
581
549
|
*/
|
|
582
550
|
"placement"?: Placement1;
|
|
583
551
|
/**
|
|
584
|
-
* Programmatically display the popover
|
|
585
|
-
* @param target A focusable element inside the <post-popover-trigger> component that controls the popover
|
|
552
|
+
* Programmatically display the popover, `target` is the HTML element the menu is anchored to.
|
|
586
553
|
*/
|
|
587
554
|
"show": (target: HTMLElement) => Promise<void>;
|
|
588
555
|
/**
|
|
@@ -590,9 +557,7 @@ export namespace Components {
|
|
|
590
557
|
*/
|
|
591
558
|
"textClose": string;
|
|
592
559
|
/**
|
|
593
|
-
* Toggle popover display
|
|
594
|
-
* @param target A focusable element inside the <post-popover-trigger> component that controls the popover
|
|
595
|
-
* @param force Pass true to always show or false to always hide
|
|
560
|
+
* Toggle popover display, `target` is the HTML element the menu is anchored to.
|
|
596
561
|
*/
|
|
597
562
|
"toggle": (target: HTMLElement, force?: boolean) => Promise<void>;
|
|
598
563
|
}
|
|
@@ -632,12 +597,12 @@ export namespace Components {
|
|
|
632
597
|
"safeSpace"?: 'triangle' | 'trapezoid';
|
|
633
598
|
/**
|
|
634
599
|
* Programmatically display the popovercontainer
|
|
635
|
-
* @param target
|
|
600
|
+
* @param target The element that invokes the popover and to which it is visually anchored.
|
|
636
601
|
*/
|
|
637
602
|
"show": (target: HTMLElement) => Promise<void>;
|
|
638
603
|
/**
|
|
639
604
|
* Toggle popovercontainer display
|
|
640
|
-
* @param target
|
|
605
|
+
* @param target The element that invokes the popover and to which it is visually anchored.
|
|
641
606
|
* @param force Pass true to always show or false to always hide
|
|
642
607
|
*/
|
|
643
608
|
"toggle": (target: HTMLElement, force?: boolean) => Promise<boolean>;
|
|
@@ -679,6 +644,36 @@ export namespace Components {
|
|
|
679
644
|
*/
|
|
680
645
|
"stars": number;
|
|
681
646
|
}
|
|
647
|
+
interface PostSideNavigation {
|
|
648
|
+
/**
|
|
649
|
+
* Closes the navigation programmatically. No-op on desktop.
|
|
650
|
+
*/
|
|
651
|
+
"hide": () => Promise<void>;
|
|
652
|
+
/**
|
|
653
|
+
* Opens the navigation programmatically. No-op on desktop.
|
|
654
|
+
*/
|
|
655
|
+
"show": () => Promise<void>;
|
|
656
|
+
/**
|
|
657
|
+
* Controls the size of the navigation items. Choose "small" for deep and long navigation, and "large" (default) for a flat and short navigation.
|
|
658
|
+
* @default 'large'
|
|
659
|
+
*/
|
|
660
|
+
"size"?: SideNavigationSize;
|
|
661
|
+
/**
|
|
662
|
+
* Accessible label for the close button shown in the mobile navigation dialog.
|
|
663
|
+
*/
|
|
664
|
+
"textClose": string;
|
|
665
|
+
/**
|
|
666
|
+
* Toggles the navigation programmatically. No-op on desktop.
|
|
667
|
+
*/
|
|
668
|
+
"toggle": () => Promise<void>;
|
|
669
|
+
}
|
|
670
|
+
interface PostSideNavigationTrigger {
|
|
671
|
+
"for": string;
|
|
672
|
+
/**
|
|
673
|
+
* Manually update the trigger's ARIA attributes.
|
|
674
|
+
*/
|
|
675
|
+
"update": () => Promise<void>;
|
|
676
|
+
}
|
|
682
677
|
interface PostStepper {
|
|
683
678
|
/**
|
|
684
679
|
* Defines the current step, which is the next step the user has to complete.
|
|
@@ -705,6 +700,11 @@ export namespace Components {
|
|
|
705
700
|
interface PostStepperItem {
|
|
706
701
|
}
|
|
707
702
|
interface PostTabItem {
|
|
703
|
+
/**
|
|
704
|
+
* Whether the tab item is disabled.
|
|
705
|
+
* @default false
|
|
706
|
+
*/
|
|
707
|
+
"disabled": boolean;
|
|
708
708
|
/**
|
|
709
709
|
* The name of the tab, used to associate it with a tab panel or identify the active tab in panel mode.
|
|
710
710
|
*/
|
|
@@ -718,22 +718,32 @@ export namespace Components {
|
|
|
718
718
|
}
|
|
719
719
|
interface PostTabs {
|
|
720
720
|
/**
|
|
721
|
-
* The name of the tab in the
|
|
721
|
+
* The name of the tab in the Content Tabs variant that is initially active. Changing this value after initialization has no effect. If not specified, defaults to the first tab.
|
|
722
722
|
*/
|
|
723
723
|
"activeTab"?: string;
|
|
724
724
|
/**
|
|
725
|
-
*
|
|
726
|
-
* @default false
|
|
727
|
-
*/
|
|
728
|
-
"fullWidth": boolean;
|
|
729
|
-
/**
|
|
730
|
-
* The accessible label for the tabs component in navigation mode.
|
|
725
|
+
* An accessible label for the Pages Tabs variant
|
|
731
726
|
*/
|
|
732
727
|
"label"?: string;
|
|
733
728
|
/**
|
|
734
729
|
* Shows the panel with the given name and selects its associated tab. Any other panel that was previously shown becomes hidden and its associated tab is unselected.
|
|
735
730
|
*/
|
|
736
731
|
"show": (tabName: string) => Promise<void>;
|
|
732
|
+
/**
|
|
733
|
+
* The size of the tabs, corresponding to the different designs in Figma. Default is 'large'.
|
|
734
|
+
* @default 'large'
|
|
735
|
+
*/
|
|
736
|
+
"size": 'small' | 'large';
|
|
737
|
+
/**
|
|
738
|
+
* An accessible label for the "next tab items" button.
|
|
739
|
+
* @default 'Next tab items'
|
|
740
|
+
*/
|
|
741
|
+
"textNextTabItems": string;
|
|
742
|
+
/**
|
|
743
|
+
* An accessible label for the "previous tab items" button.
|
|
744
|
+
* @default 'Previous tab items'
|
|
745
|
+
*/
|
|
746
|
+
"textPrevTabItems": string;
|
|
737
747
|
}
|
|
738
748
|
interface PostTogglebutton {
|
|
739
749
|
/**
|
|
@@ -763,14 +773,11 @@ export namespace Components {
|
|
|
763
773
|
*/
|
|
764
774
|
"placement"?: Placement1;
|
|
765
775
|
/**
|
|
766
|
-
* Programmatically display the tooltip.
|
|
767
|
-
* @param target An element where the tooltip should be shown
|
|
776
|
+
* Programmatically display the tooltip, `target` is the HTML element the menu is anchored to.
|
|
768
777
|
*/
|
|
769
778
|
"show": (target: HTMLElement) => Promise<void>;
|
|
770
779
|
/**
|
|
771
|
-
* Toggle tooltip display.
|
|
772
|
-
* @param target An element where the tooltip should be shown
|
|
773
|
-
* @param force Pass true to always show or false to always hide
|
|
780
|
+
* Toggle tooltip display, `target` is the HTML element the menu is anchored to.
|
|
774
781
|
*/
|
|
775
782
|
"toggle": (target: HTMLElement, force?: boolean) => Promise<void>;
|
|
776
783
|
}
|
|
@@ -798,10 +805,6 @@ export interface PostCollapsibleCustomEvent<T> extends CustomEvent<T> {
|
|
|
798
805
|
detail: T;
|
|
799
806
|
target: HTMLPostCollapsibleElement;
|
|
800
807
|
}
|
|
801
|
-
export interface PostDatePickerCustomEvent<T> extends CustomEvent<T> {
|
|
802
|
-
detail: T;
|
|
803
|
-
target: HTMLPostDatePickerElement;
|
|
804
|
-
}
|
|
805
808
|
export interface PostLanguageMenuItemCustomEvent<T> extends CustomEvent<T> {
|
|
806
809
|
detail: T;
|
|
807
810
|
target: HTMLPostLanguageMenuItemElement;
|
|
@@ -814,10 +817,6 @@ export interface PostListboxOptionCustomEvent<T> extends CustomEvent<T> {
|
|
|
814
817
|
detail: T;
|
|
815
818
|
target: HTMLPostListboxOptionElement;
|
|
816
819
|
}
|
|
817
|
-
export interface PostLoginWidgetCustomEvent<T> extends CustomEvent<T> {
|
|
818
|
-
detail: T;
|
|
819
|
-
target: HTMLPostLoginWidgetElement;
|
|
820
|
-
}
|
|
821
820
|
export interface PostMegadropdownCustomEvent<T> extends CustomEvent<T> {
|
|
822
821
|
detail: T;
|
|
823
822
|
target: HTMLPostMegadropdownElement;
|
|
@@ -838,6 +837,10 @@ export interface PostRatingCustomEvent<T> extends CustomEvent<T> {
|
|
|
838
837
|
detail: T;
|
|
839
838
|
target: HTMLPostRatingElement;
|
|
840
839
|
}
|
|
840
|
+
export interface PostSideNavigationCustomEvent<T> extends CustomEvent<T> {
|
|
841
|
+
detail: T;
|
|
842
|
+
target: HTMLPostSideNavigationElement;
|
|
843
|
+
}
|
|
841
844
|
export interface PostTabsCustomEvent<T> extends CustomEvent<T> {
|
|
842
845
|
detail: T;
|
|
843
846
|
target: HTMLPostTabsElement;
|
|
@@ -942,18 +945,7 @@ declare global {
|
|
|
942
945
|
prototype: HTMLPostCollapsibleTriggerElement;
|
|
943
946
|
new (): HTMLPostCollapsibleTriggerElement;
|
|
944
947
|
};
|
|
945
|
-
interface HTMLPostDatePickerElementEventMap {
|
|
946
|
-
"postUpdateDates": string | string[];
|
|
947
|
-
}
|
|
948
948
|
interface HTMLPostDatePickerElement extends Components.PostDatePicker, HTMLStencilElement {
|
|
949
|
-
addEventListener<K extends keyof HTMLPostDatePickerElementEventMap>(type: K, listener: (this: HTMLPostDatePickerElement, ev: PostDatePickerCustomEvent<HTMLPostDatePickerElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
950
|
-
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
951
|
-
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
952
|
-
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
953
|
-
removeEventListener<K extends keyof HTMLPostDatePickerElementEventMap>(type: K, listener: (this: HTMLPostDatePickerElement, ev: PostDatePickerCustomEvent<HTMLPostDatePickerElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
954
|
-
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
955
|
-
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
956
|
-
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
957
949
|
}
|
|
958
950
|
var HTMLPostDatePickerElement: {
|
|
959
951
|
prototype: HTMLPostDatePickerElement;
|
|
@@ -1044,23 +1036,6 @@ declare global {
|
|
|
1044
1036
|
prototype: HTMLPostListboxOptionElement;
|
|
1045
1037
|
new (): HTMLPostListboxOptionElement;
|
|
1046
1038
|
};
|
|
1047
|
-
interface HTMLPostLoginWidgetElementEventMap {
|
|
1048
|
-
"postChange": { authenticated: boolean };
|
|
1049
|
-
}
|
|
1050
|
-
interface HTMLPostLoginWidgetElement extends Components.PostLoginWidget, HTMLStencilElement {
|
|
1051
|
-
addEventListener<K extends keyof HTMLPostLoginWidgetElementEventMap>(type: K, listener: (this: HTMLPostLoginWidgetElement, ev: PostLoginWidgetCustomEvent<HTMLPostLoginWidgetElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1052
|
-
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1053
|
-
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1054
|
-
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1055
|
-
removeEventListener<K extends keyof HTMLPostLoginWidgetElementEventMap>(type: K, listener: (this: HTMLPostLoginWidgetElement, ev: PostLoginWidgetCustomEvent<HTMLPostLoginWidgetElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1056
|
-
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1057
|
-
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1058
|
-
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1059
|
-
}
|
|
1060
|
-
var HTMLPostLoginWidgetElement: {
|
|
1061
|
-
prototype: HTMLPostLoginWidgetElement;
|
|
1062
|
-
new (): HTMLPostLoginWidgetElement;
|
|
1063
|
-
};
|
|
1064
1039
|
interface HTMLPostLogoElement extends Components.PostLogo, HTMLStencilElement {
|
|
1065
1040
|
}
|
|
1066
1041
|
var HTMLPostLogoElement: {
|
|
@@ -1205,6 +1180,29 @@ declare global {
|
|
|
1205
1180
|
prototype: HTMLPostRatingElement;
|
|
1206
1181
|
new (): HTMLPostRatingElement;
|
|
1207
1182
|
};
|
|
1183
|
+
interface HTMLPostSideNavigationElementEventMap {
|
|
1184
|
+
"postToggle": boolean;
|
|
1185
|
+
}
|
|
1186
|
+
interface HTMLPostSideNavigationElement extends Components.PostSideNavigation, HTMLStencilElement {
|
|
1187
|
+
addEventListener<K extends keyof HTMLPostSideNavigationElementEventMap>(type: K, listener: (this: HTMLPostSideNavigationElement, ev: PostSideNavigationCustomEvent<HTMLPostSideNavigationElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1188
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1189
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1190
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1191
|
+
removeEventListener<K extends keyof HTMLPostSideNavigationElementEventMap>(type: K, listener: (this: HTMLPostSideNavigationElement, ev: PostSideNavigationCustomEvent<HTMLPostSideNavigationElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1192
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1193
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1194
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1195
|
+
}
|
|
1196
|
+
var HTMLPostSideNavigationElement: {
|
|
1197
|
+
prototype: HTMLPostSideNavigationElement;
|
|
1198
|
+
new (): HTMLPostSideNavigationElement;
|
|
1199
|
+
};
|
|
1200
|
+
interface HTMLPostSideNavigationTriggerElement extends Components.PostSideNavigationTrigger, HTMLStencilElement {
|
|
1201
|
+
}
|
|
1202
|
+
var HTMLPostSideNavigationTriggerElement: {
|
|
1203
|
+
prototype: HTMLPostSideNavigationTriggerElement;
|
|
1204
|
+
new (): HTMLPostSideNavigationTriggerElement;
|
|
1205
|
+
};
|
|
1208
1206
|
interface HTMLPostStepperElement extends Components.PostStepper, HTMLStencilElement {
|
|
1209
1207
|
}
|
|
1210
1208
|
var HTMLPostStepperElement: {
|
|
@@ -1285,7 +1283,6 @@ declare global {
|
|
|
1285
1283
|
"post-linkarea": HTMLPostLinkareaElement;
|
|
1286
1284
|
"post-listbox": HTMLPostListboxElement;
|
|
1287
1285
|
"post-listbox-option": HTMLPostListboxOptionElement;
|
|
1288
|
-
"post-login-widget": HTMLPostLoginWidgetElement;
|
|
1289
1286
|
"post-logo": HTMLPostLogoElement;
|
|
1290
1287
|
"post-mainnavigation": HTMLPostMainnavigationElement;
|
|
1291
1288
|
"post-megadropdown": HTMLPostMegadropdownElement;
|
|
@@ -1300,6 +1297,8 @@ declare global {
|
|
|
1300
1297
|
"post-popovercontainer": HTMLPostPopovercontainerElement;
|
|
1301
1298
|
"post-progressbar": HTMLPostProgressbarElement;
|
|
1302
1299
|
"post-rating": HTMLPostRatingElement;
|
|
1300
|
+
"post-side-navigation": HTMLPostSideNavigationElement;
|
|
1301
|
+
"post-side-navigation-trigger": HTMLPostSideNavigationTriggerElement;
|
|
1303
1302
|
"post-stepper": HTMLPostStepperElement;
|
|
1304
1303
|
"post-stepper-item": HTMLPostStepperItemElement;
|
|
1305
1304
|
"post-tab-item": HTMLPostTabItemElement;
|
|
@@ -1330,11 +1329,6 @@ declare namespace LocalJSX {
|
|
|
1330
1329
|
* @default false
|
|
1331
1330
|
*/
|
|
1332
1331
|
"collapsed"?: boolean;
|
|
1333
|
-
/**
|
|
1334
|
-
* Defines the hierarchical level of the accordion item header within the headings structure.
|
|
1335
|
-
* @deprecated set the `heading-level` property on the parent `post-accordion` instead.
|
|
1336
|
-
*/
|
|
1337
|
-
"headingLevel"?: HeadingLevel;
|
|
1338
1332
|
}
|
|
1339
1333
|
interface PostAutocomplete {
|
|
1340
1334
|
/**
|
|
@@ -1443,6 +1437,18 @@ declare namespace LocalJSX {
|
|
|
1443
1437
|
* @default 'button'
|
|
1444
1438
|
*/
|
|
1445
1439
|
"buttonType"?: ButtonType;
|
|
1440
|
+
/**
|
|
1441
|
+
* If `true`, the user cannot interact with the element.
|
|
1442
|
+
*/
|
|
1443
|
+
"disabled"?: boolean;
|
|
1444
|
+
/**
|
|
1445
|
+
* The `id` of a `<form>` element to associate this element with.
|
|
1446
|
+
*/
|
|
1447
|
+
"form"?: string;
|
|
1448
|
+
/**
|
|
1449
|
+
* The name of the element, used when submitting an HTML form.
|
|
1450
|
+
*/
|
|
1451
|
+
"name"?: string;
|
|
1446
1452
|
/**
|
|
1447
1453
|
* Defines whether the close button is positioned automatically by the component or left unpositioned for manual styling.
|
|
1448
1454
|
* @default 'auto'
|
|
@@ -1472,6 +1478,13 @@ declare namespace LocalJSX {
|
|
|
1472
1478
|
"for"?: string;
|
|
1473
1479
|
}
|
|
1474
1480
|
interface PostDatePicker {
|
|
1481
|
+
/**
|
|
1482
|
+
* A callback to customize individual calendar cells, e.g. to disable specific dates or add CSS classes.
|
|
1483
|
+
*/
|
|
1484
|
+
"cellConfig"?: (
|
|
1485
|
+
date: Date,
|
|
1486
|
+
cellType: 'day' | 'month' | 'year',
|
|
1487
|
+
) => { disabled?: boolean; classes?: string } | void;
|
|
1475
1488
|
/**
|
|
1476
1489
|
* Whether the calendar is inline in the page (not showing in a popover when input clicked).
|
|
1477
1490
|
* @default false
|
|
@@ -1487,30 +1500,14 @@ declare namespace LocalJSX {
|
|
|
1487
1500
|
*/
|
|
1488
1501
|
"max"?: string;
|
|
1489
1502
|
/**
|
|
1490
|
-
*
|
|
1503
|
+
* Minimum possible date to select. Must be a valid date in ISO 8601 format (YYYY-MM-DD).
|
|
1491
1504
|
*/
|
|
1492
1505
|
"min"?: string;
|
|
1493
|
-
/**
|
|
1494
|
-
* An event emitted when a date or a range of dates have been selected.
|
|
1495
|
-
*/
|
|
1496
|
-
"onPostUpdateDates"?: (event: PostDatePickerCustomEvent<string | string[]>) => void;
|
|
1497
1506
|
/**
|
|
1498
1507
|
* Whether the date picker expects a range selection or a single date selection.
|
|
1499
1508
|
* @default false
|
|
1500
1509
|
*/
|
|
1501
1510
|
"range"?: boolean;
|
|
1502
|
-
/**
|
|
1503
|
-
* Used to extend the existing on render cell to disable dates.
|
|
1504
|
-
*/
|
|
1505
|
-
"renderCellCallback"?: AirDatepickerCustomOptions['onRenderCell'];
|
|
1506
|
-
/**
|
|
1507
|
-
* The date picker's selected end date (for range date picker only). Must be a valid date in ISO 8601 format (YYYY-MM-DD).
|
|
1508
|
-
*/
|
|
1509
|
-
"selectedEndDate"?: string;
|
|
1510
|
-
/**
|
|
1511
|
-
* The date picker's selected date. If in range mode, the selected start date. Must be a valid date in ISO 8601 format (YYYY-MM-DD).
|
|
1512
|
-
*/
|
|
1513
|
-
"selectedStartDate"?: string;
|
|
1514
1511
|
/**
|
|
1515
1512
|
* Label for "Next decade" button.
|
|
1516
1513
|
*/
|
|
@@ -1540,7 +1537,7 @@ declare namespace LocalJSX {
|
|
|
1540
1537
|
*/
|
|
1541
1538
|
"textSwitchYear": string;
|
|
1542
1539
|
/**
|
|
1543
|
-
* Label for the toggle button that opens the calendar. It is only needed when the calendar is
|
|
1540
|
+
* Label for the toggle button that opens the calendar. It is only needed when the calendar is not inline.
|
|
1544
1541
|
*/
|
|
1545
1542
|
"textToggleCalendar"?: string;
|
|
1546
1543
|
}
|
|
@@ -1606,7 +1603,7 @@ declare namespace LocalJSX {
|
|
|
1606
1603
|
*/
|
|
1607
1604
|
"textChangeLanguage": string;
|
|
1608
1605
|
/**
|
|
1609
|
-
* An accessible description text for the list of language options. The
|
|
1606
|
+
* An accessible description text for the list of language options. The `{name}` placeholder is dynamic and will be replaced with the active language name.
|
|
1610
1607
|
*/
|
|
1611
1608
|
"textCurrentLanguage": string;
|
|
1612
1609
|
/**
|
|
@@ -1677,24 +1674,6 @@ declare namespace LocalJSX {
|
|
|
1677
1674
|
*/
|
|
1678
1675
|
"value": string;
|
|
1679
1676
|
}
|
|
1680
|
-
interface PostLoginWidget {
|
|
1681
|
-
/**
|
|
1682
|
-
* Emitted when the authentication state changes. The event payload is an object with an `authenticated` property: `true` when the user is logged in, `false` when the user is not logged in or the API request failed.
|
|
1683
|
-
*/
|
|
1684
|
-
"onPostChange"?: (event: PostLoginWidgetCustomEvent<{ authenticated: boolean }>) => void;
|
|
1685
|
-
/**
|
|
1686
|
-
* Label for the "Current user is {user}" accessibility description. Use `{user}` as a placeholder — it will be replaced with the current user's name at runtime.
|
|
1687
|
-
*/
|
|
1688
|
-
"textCurrentUser": string;
|
|
1689
|
-
/**
|
|
1690
|
-
* Accessible label for the dropdown menu
|
|
1691
|
-
*/
|
|
1692
|
-
"textUserMenu": string;
|
|
1693
|
-
/**
|
|
1694
|
-
* Hidden label for the user menu trigger button, for accessibility purposes. It should describe the purpose of the button (e.g. "Access user links").
|
|
1695
|
-
*/
|
|
1696
|
-
"textUserMenuTrigger": string;
|
|
1697
|
-
}
|
|
1698
1677
|
interface PostLogo {
|
|
1699
1678
|
/**
|
|
1700
1679
|
* The URL to which the user is redirected upon clicking the logo.
|
|
@@ -1772,6 +1751,7 @@ declare namespace LocalJSX {
|
|
|
1772
1751
|
"onPostChange"?: (event: PostPaginationCustomEvent<number>) => void;
|
|
1773
1752
|
/**
|
|
1774
1753
|
* The current active page number. **If not specified, defaults to the first page.**
|
|
1754
|
+
* @default 1
|
|
1775
1755
|
*/
|
|
1776
1756
|
"page"?: number;
|
|
1777
1757
|
/**
|
|
@@ -1911,6 +1891,24 @@ declare namespace LocalJSX {
|
|
|
1911
1891
|
*/
|
|
1912
1892
|
"stars"?: number;
|
|
1913
1893
|
}
|
|
1894
|
+
interface PostSideNavigation {
|
|
1895
|
+
/**
|
|
1896
|
+
* An event emitted when the navigation is shown or hidden on mobile. The payload is a boolean: `true` when the navigation opens, `false` when it closes.
|
|
1897
|
+
*/
|
|
1898
|
+
"onPostToggle"?: (event: PostSideNavigationCustomEvent<boolean>) => void;
|
|
1899
|
+
/**
|
|
1900
|
+
* Controls the size of the navigation items. Choose "small" for deep and long navigation, and "large" (default) for a flat and short navigation.
|
|
1901
|
+
* @default 'large'
|
|
1902
|
+
*/
|
|
1903
|
+
"size"?: SideNavigationSize;
|
|
1904
|
+
/**
|
|
1905
|
+
* Accessible label for the close button shown in the mobile navigation dialog.
|
|
1906
|
+
*/
|
|
1907
|
+
"textClose": string;
|
|
1908
|
+
}
|
|
1909
|
+
interface PostSideNavigationTrigger {
|
|
1910
|
+
"for": string;
|
|
1911
|
+
}
|
|
1914
1912
|
interface PostStepper {
|
|
1915
1913
|
/**
|
|
1916
1914
|
* Defines the current step, which is the next step the user has to complete.
|
|
@@ -1937,6 +1935,11 @@ declare namespace LocalJSX {
|
|
|
1937
1935
|
interface PostStepperItem {
|
|
1938
1936
|
}
|
|
1939
1937
|
interface PostTabItem {
|
|
1938
|
+
/**
|
|
1939
|
+
* Whether the tab item is disabled.
|
|
1940
|
+
* @default false
|
|
1941
|
+
*/
|
|
1942
|
+
"disabled"?: boolean;
|
|
1940
1943
|
/**
|
|
1941
1944
|
* The name of the tab, used to associate it with a tab panel or identify the active tab in panel mode.
|
|
1942
1945
|
*/
|
|
@@ -1950,22 +1953,32 @@ declare namespace LocalJSX {
|
|
|
1950
1953
|
}
|
|
1951
1954
|
interface PostTabs {
|
|
1952
1955
|
/**
|
|
1953
|
-
* The name of the tab in the
|
|
1956
|
+
* The name of the tab in the Content Tabs variant that is initially active. Changing this value after initialization has no effect. If not specified, defaults to the first tab.
|
|
1954
1957
|
*/
|
|
1955
1958
|
"activeTab"?: string;
|
|
1956
1959
|
/**
|
|
1957
|
-
*
|
|
1958
|
-
* @default false
|
|
1959
|
-
*/
|
|
1960
|
-
"fullWidth"?: boolean;
|
|
1961
|
-
/**
|
|
1962
|
-
* The accessible label for the tabs component in navigation mode.
|
|
1960
|
+
* An accessible label for the Pages Tabs variant
|
|
1963
1961
|
*/
|
|
1964
1962
|
"label"?: string;
|
|
1965
1963
|
/**
|
|
1966
|
-
* An event emitted after the active tab changes, when the fade in transition of its associated panel is finished. The payload is the name of the newly active tab. Only emitted in
|
|
1964
|
+
* An event emitted after the active tab changes, when the fade in transition of its associated panel is finished. The payload is the name of the newly active tab. Only emitted in Content Tabs variant.
|
|
1967
1965
|
*/
|
|
1968
1966
|
"onPostChange"?: (event: PostTabsCustomEvent<string>) => void;
|
|
1967
|
+
/**
|
|
1968
|
+
* The size of the tabs, corresponding to the different designs in Figma. Default is 'large'.
|
|
1969
|
+
* @default 'large'
|
|
1970
|
+
*/
|
|
1971
|
+
"size"?: 'small' | 'large';
|
|
1972
|
+
/**
|
|
1973
|
+
* An accessible label for the "next tab items" button.
|
|
1974
|
+
* @default 'Next tab items'
|
|
1975
|
+
*/
|
|
1976
|
+
"textNextTabItems"?: string;
|
|
1977
|
+
/**
|
|
1978
|
+
* An accessible label for the "previous tab items" button.
|
|
1979
|
+
* @default 'Previous tab items'
|
|
1980
|
+
*/
|
|
1981
|
+
"textPrevTabItems"?: string;
|
|
1969
1982
|
}
|
|
1970
1983
|
interface PostTogglebutton {
|
|
1971
1984
|
/**
|
|
@@ -2009,7 +2022,6 @@ declare namespace LocalJSX {
|
|
|
2009
2022
|
}
|
|
2010
2023
|
interface PostAccordionItemAttributes {
|
|
2011
2024
|
"collapsed": boolean;
|
|
2012
|
-
"headingLevel": HeadingLevel;
|
|
2013
2025
|
}
|
|
2014
2026
|
interface PostAutocompleteAttributes {
|
|
2015
2027
|
"filterThreshold": number;
|
|
@@ -2056,8 +2068,6 @@ declare namespace LocalJSX {
|
|
|
2056
2068
|
interface PostDatePickerAttributes {
|
|
2057
2069
|
"locale": string;
|
|
2058
2070
|
"range": boolean;
|
|
2059
|
-
"selectedStartDate": string;
|
|
2060
|
-
"selectedEndDate": string;
|
|
2061
2071
|
"min": string;
|
|
2062
2072
|
"max": string;
|
|
2063
2073
|
"inline": boolean;
|
|
@@ -2105,11 +2115,6 @@ declare namespace LocalJSX {
|
|
|
2105
2115
|
"selected": boolean;
|
|
2106
2116
|
"highlighted": boolean;
|
|
2107
2117
|
}
|
|
2108
|
-
interface PostLoginWidgetAttributes {
|
|
2109
|
-
"textCurrentUser": string;
|
|
2110
|
-
"textUserMenu": string;
|
|
2111
|
-
"textUserMenuTrigger": string;
|
|
2112
|
-
}
|
|
2113
2118
|
interface PostLogoAttributes {
|
|
2114
2119
|
"url": string | URL;
|
|
2115
2120
|
}
|
|
@@ -2168,6 +2173,13 @@ declare namespace LocalJSX {
|
|
|
2168
2173
|
"currentRating": number;
|
|
2169
2174
|
"readonly": boolean;
|
|
2170
2175
|
}
|
|
2176
|
+
interface PostSideNavigationAttributes {
|
|
2177
|
+
"textClose": string;
|
|
2178
|
+
"size": SideNavigationSize;
|
|
2179
|
+
}
|
|
2180
|
+
interface PostSideNavigationTriggerAttributes {
|
|
2181
|
+
"for": string;
|
|
2182
|
+
}
|
|
2171
2183
|
interface PostStepperAttributes {
|
|
2172
2184
|
"textCurrentStep": string;
|
|
2173
2185
|
"textCompletedStep": string;
|
|
@@ -2177,13 +2189,16 @@ declare namespace LocalJSX {
|
|
|
2177
2189
|
}
|
|
2178
2190
|
interface PostTabItemAttributes {
|
|
2179
2191
|
"name": string;
|
|
2192
|
+
"disabled": boolean;
|
|
2180
2193
|
}
|
|
2181
2194
|
interface PostTabPanelAttributes {
|
|
2182
2195
|
"for": string;
|
|
2183
2196
|
}
|
|
2184
2197
|
interface PostTabsAttributes {
|
|
2198
|
+
"textPrevTabItems": string;
|
|
2199
|
+
"textNextTabItems": string;
|
|
2185
2200
|
"activeTab": string;
|
|
2186
|
-
"
|
|
2201
|
+
"size": 'small' | 'large';
|
|
2187
2202
|
"label": string;
|
|
2188
2203
|
}
|
|
2189
2204
|
interface PostTogglebuttonAttributes {
|
|
@@ -2220,7 +2235,6 @@ declare namespace LocalJSX {
|
|
|
2220
2235
|
"post-linkarea": PostLinkarea;
|
|
2221
2236
|
"post-listbox": PostListbox;
|
|
2222
2237
|
"post-listbox-option": Omit<PostListboxOption, keyof PostListboxOptionAttributes> & { [K in keyof PostListboxOption & keyof PostListboxOptionAttributes]?: PostListboxOption[K] } & { [K in keyof PostListboxOption & keyof PostListboxOptionAttributes as `attr:${K}`]?: PostListboxOptionAttributes[K] } & { [K in keyof PostListboxOption & keyof PostListboxOptionAttributes as `prop:${K}`]?: PostListboxOption[K] } & OneOf<"value", PostListboxOption["value"], PostListboxOptionAttributes["value"]>;
|
|
2223
|
-
"post-login-widget": Omit<PostLoginWidget, keyof PostLoginWidgetAttributes> & { [K in keyof PostLoginWidget & keyof PostLoginWidgetAttributes]?: PostLoginWidget[K] } & { [K in keyof PostLoginWidget & keyof PostLoginWidgetAttributes as `attr:${K}`]?: PostLoginWidgetAttributes[K] } & { [K in keyof PostLoginWidget & keyof PostLoginWidgetAttributes as `prop:${K}`]?: PostLoginWidget[K] } & OneOf<"textCurrentUser", PostLoginWidget["textCurrentUser"], PostLoginWidgetAttributes["textCurrentUser"]> & OneOf<"textUserMenu", PostLoginWidget["textUserMenu"], PostLoginWidgetAttributes["textUserMenu"]> & OneOf<"textUserMenuTrigger", PostLoginWidget["textUserMenuTrigger"], PostLoginWidgetAttributes["textUserMenuTrigger"]>;
|
|
2224
2238
|
"post-logo": Omit<PostLogo, keyof PostLogoAttributes> & { [K in keyof PostLogo & keyof PostLogoAttributes]?: PostLogo[K] } & { [K in keyof PostLogo & keyof PostLogoAttributes as `attr:${K}`]?: PostLogoAttributes[K] } & { [K in keyof PostLogo & keyof PostLogoAttributes as `prop:${K}`]?: PostLogo[K] };
|
|
2225
2239
|
"post-mainnavigation": Omit<PostMainnavigation, keyof PostMainnavigationAttributes> & { [K in keyof PostMainnavigation & keyof PostMainnavigationAttributes]?: PostMainnavigation[K] } & { [K in keyof PostMainnavigation & keyof PostMainnavigationAttributes as `attr:${K}`]?: PostMainnavigationAttributes[K] } & { [K in keyof PostMainnavigation & keyof PostMainnavigationAttributes as `prop:${K}`]?: PostMainnavigation[K] } & OneOf<"textMain", PostMainnavigation["textMain"], PostMainnavigationAttributes["textMain"]>;
|
|
2226
2240
|
"post-megadropdown": Omit<PostMegadropdown, keyof PostMegadropdownAttributes> & { [K in keyof PostMegadropdown & keyof PostMegadropdownAttributes]?: PostMegadropdown[K] } & { [K in keyof PostMegadropdown & keyof PostMegadropdownAttributes as `attr:${K}`]?: PostMegadropdownAttributes[K] } & { [K in keyof PostMegadropdown & keyof PostMegadropdownAttributes as `prop:${K}`]?: PostMegadropdown[K] } & OneOf<"textClose", PostMegadropdown["textClose"], PostMegadropdownAttributes["textClose"]> & OneOf<"textBack", PostMegadropdown["textBack"], PostMegadropdownAttributes["textBack"]>;
|
|
@@ -2235,6 +2249,8 @@ declare namespace LocalJSX {
|
|
|
2235
2249
|
"post-popovercontainer": Omit<PostPopovercontainer, keyof PostPopovercontainerAttributes> & { [K in keyof PostPopovercontainer & keyof PostPopovercontainerAttributes]?: PostPopovercontainer[K] } & { [K in keyof PostPopovercontainer & keyof PostPopovercontainerAttributes as `attr:${K}`]?: PostPopovercontainerAttributes[K] } & { [K in keyof PostPopovercontainer & keyof PostPopovercontainerAttributes as `prop:${K}`]?: PostPopovercontainer[K] };
|
|
2236
2250
|
"post-progressbar": Omit<PostProgressbar, keyof PostProgressbarAttributes> & { [K in keyof PostProgressbar & keyof PostProgressbarAttributes]?: PostProgressbar[K] } & { [K in keyof PostProgressbar & keyof PostProgressbarAttributes as `attr:${K}`]?: PostProgressbarAttributes[K] } & { [K in keyof PostProgressbar & keyof PostProgressbarAttributes as `prop:${K}`]?: PostProgressbar[K] };
|
|
2237
2251
|
"post-rating": Omit<PostRating, keyof PostRatingAttributes> & { [K in keyof PostRating & keyof PostRatingAttributes]?: PostRating[K] } & { [K in keyof PostRating & keyof PostRatingAttributes as `attr:${K}`]?: PostRatingAttributes[K] } & { [K in keyof PostRating & keyof PostRatingAttributes as `prop:${K}`]?: PostRating[K] } & OneOf<"label", PostRating["label"], PostRatingAttributes["label"]>;
|
|
2252
|
+
"post-side-navigation": Omit<PostSideNavigation, keyof PostSideNavigationAttributes> & { [K in keyof PostSideNavigation & keyof PostSideNavigationAttributes]?: PostSideNavigation[K] } & { [K in keyof PostSideNavigation & keyof PostSideNavigationAttributes as `attr:${K}`]?: PostSideNavigationAttributes[K] } & { [K in keyof PostSideNavigation & keyof PostSideNavigationAttributes as `prop:${K}`]?: PostSideNavigation[K] } & OneOf<"textClose", PostSideNavigation["textClose"], PostSideNavigationAttributes["textClose"]>;
|
|
2253
|
+
"post-side-navigation-trigger": Omit<PostSideNavigationTrigger, keyof PostSideNavigationTriggerAttributes> & { [K in keyof PostSideNavigationTrigger & keyof PostSideNavigationTriggerAttributes]?: PostSideNavigationTrigger[K] } & { [K in keyof PostSideNavigationTrigger & keyof PostSideNavigationTriggerAttributes as `attr:${K}`]?: PostSideNavigationTriggerAttributes[K] } & { [K in keyof PostSideNavigationTrigger & keyof PostSideNavigationTriggerAttributes as `prop:${K}`]?: PostSideNavigationTrigger[K] } & OneOf<"for", PostSideNavigationTrigger["for"], PostSideNavigationTriggerAttributes["for"]>;
|
|
2238
2254
|
"post-stepper": Omit<PostStepper, keyof PostStepperAttributes> & { [K in keyof PostStepper & keyof PostStepperAttributes]?: PostStepper[K] } & { [K in keyof PostStepper & keyof PostStepperAttributes as `attr:${K}`]?: PostStepperAttributes[K] } & { [K in keyof PostStepper & keyof PostStepperAttributes as `prop:${K}`]?: PostStepper[K] } & OneOf<"textCurrentStep", PostStepper["textCurrentStep"], PostStepperAttributes["textCurrentStep"]> & OneOf<"textCompletedStep", PostStepper["textCompletedStep"], PostStepperAttributes["textCompletedStep"]> & OneOf<"textStepNumber", PostStepper["textStepNumber"], PostStepperAttributes["textStepNumber"]>;
|
|
2239
2255
|
"post-stepper-item": PostStepperItem;
|
|
2240
2256
|
"post-tab-item": Omit<PostTabItem, keyof PostTabItemAttributes> & { [K in keyof PostTabItem & keyof PostTabItemAttributes]?: PostTabItem[K] } & { [K in keyof PostTabItem & keyof PostTabItemAttributes as `attr:${K}`]?: PostTabItemAttributes[K] } & { [K in keyof PostTabItem & keyof PostTabItemAttributes as `prop:${K}`]?: PostTabItem[K] } & OneOf<"name", PostTabItem["name"], PostTabItemAttributes["name"]>;
|
|
@@ -2272,7 +2288,6 @@ declare module "@stencil/core" {
|
|
|
2272
2288
|
"post-linkarea": LocalJSX.IntrinsicElements["post-linkarea"] & JSXBase.HTMLAttributes<HTMLPostLinkareaElement>;
|
|
2273
2289
|
"post-listbox": LocalJSX.IntrinsicElements["post-listbox"] & JSXBase.HTMLAttributes<HTMLPostListboxElement>;
|
|
2274
2290
|
"post-listbox-option": LocalJSX.IntrinsicElements["post-listbox-option"] & JSXBase.HTMLAttributes<HTMLPostListboxOptionElement>;
|
|
2275
|
-
"post-login-widget": LocalJSX.IntrinsicElements["post-login-widget"] & JSXBase.HTMLAttributes<HTMLPostLoginWidgetElement>;
|
|
2276
2291
|
"post-logo": LocalJSX.IntrinsicElements["post-logo"] & JSXBase.HTMLAttributes<HTMLPostLogoElement>;
|
|
2277
2292
|
"post-mainnavigation": LocalJSX.IntrinsicElements["post-mainnavigation"] & JSXBase.HTMLAttributes<HTMLPostMainnavigationElement>;
|
|
2278
2293
|
"post-megadropdown": LocalJSX.IntrinsicElements["post-megadropdown"] & JSXBase.HTMLAttributes<HTMLPostMegadropdownElement>;
|
|
@@ -2287,6 +2302,8 @@ declare module "@stencil/core" {
|
|
|
2287
2302
|
"post-popovercontainer": LocalJSX.IntrinsicElements["post-popovercontainer"] & JSXBase.HTMLAttributes<HTMLPostPopovercontainerElement>;
|
|
2288
2303
|
"post-progressbar": LocalJSX.IntrinsicElements["post-progressbar"] & JSXBase.HTMLAttributes<HTMLPostProgressbarElement>;
|
|
2289
2304
|
"post-rating": LocalJSX.IntrinsicElements["post-rating"] & JSXBase.HTMLAttributes<HTMLPostRatingElement>;
|
|
2305
|
+
"post-side-navigation": LocalJSX.IntrinsicElements["post-side-navigation"] & JSXBase.HTMLAttributes<HTMLPostSideNavigationElement>;
|
|
2306
|
+
"post-side-navigation-trigger": LocalJSX.IntrinsicElements["post-side-navigation-trigger"] & JSXBase.HTMLAttributes<HTMLPostSideNavigationTriggerElement>;
|
|
2290
2307
|
"post-stepper": LocalJSX.IntrinsicElements["post-stepper"] & JSXBase.HTMLAttributes<HTMLPostStepperElement>;
|
|
2291
2308
|
"post-stepper-item": LocalJSX.IntrinsicElements["post-stepper-item"] & JSXBase.HTMLAttributes<HTMLPostStepperItemElement>;
|
|
2292
2309
|
"post-tab-item": LocalJSX.IntrinsicElements["post-tab-item"] & JSXBase.HTMLAttributes<HTMLPostTabItemElement>;
|