@swisspost/design-system-components 10.0.0-next.71 → 10.0.0-next.72
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 +223 -0
- package/dist/cjs/{index-CCteMCnR.js → index-ngUOBQot.js} +5 -1
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/one-of-BHyX4vYq.js +27 -0
- package/dist/cjs/{package-CscM89A7.js → package-Bi-tiNRc.js} +1 -1
- package/dist/cjs/pattern-BgBx5zGQ.js +27 -0
- package/dist/cjs/post-accordion_2.cjs.entry.js +15 -21
- package/dist/cjs/post-autocomplete.cjs.entry.js +26 -13
- package/dist/cjs/post-avatar.cjs.entry.js +30 -33
- package/dist/cjs/post-back-to-top.cjs.entry.js +20 -11
- package/dist/cjs/post-banner.cjs.entry.js +8 -13
- package/dist/cjs/post-breadcrumb-item.cjs.entry.js +33 -23
- package/dist/cjs/post-breadcrumbs.cjs.entry.js +33 -34
- package/dist/cjs/post-closebutton_14.cjs.entry.js +238 -272
- package/dist/cjs/post-collapsible_2.cjs.entry.js +56 -39
- package/dist/cjs/post-components.cjs.js +2 -2
- package/dist/cjs/post-date-picker.cjs.entry.js +140 -138
- package/dist/cjs/post-footer.cjs.entry.js +24 -17
- package/dist/cjs/post-linkarea.cjs.entry.js +2 -2
- package/dist/cjs/post-listbox-option.cjs.entry.js +2 -2
- package/dist/cjs/post-listbox.cjs.entry.js +3 -5
- package/dist/cjs/post-login-widget.cjs.entry.js +28 -29
- package/dist/cjs/post-number-input.cjs.entry.js +2 -2
- package/dist/cjs/post-pagination.cjs.entry.js +50 -80
- package/dist/cjs/post-popover-trigger.cjs.entry.js +21 -18
- package/dist/cjs/post-popover.cjs.entry.js +24 -22
- package/dist/cjs/post-progressbar.cjs.entry.js +147 -0
- package/dist/cjs/post-rating.cjs.entry.js +33 -34
- package/dist/cjs/post-stepper-item.cjs.entry.js +3 -3
- package/dist/cjs/post-stepper.cjs.entry.js +48 -37
- package/dist/cjs/post-tab-item.cjs.entry.js +20 -12
- package/dist/cjs/post-tab-panel.cjs.entry.js +20 -13
- package/dist/cjs/post-tabs.cjs.entry.js +21 -7
- package/dist/cjs/post-tooltip-trigger.cjs.entry.js +21 -12
- package/dist/cjs/post-tooltip.cjs.entry.js +19 -16
- package/dist/cjs/required-lRDOdbd6.js +44 -0
- package/dist/cjs/type-shT641Eo.js +30 -0
- package/dist/cjs/url-DRUMqVBq.js +34 -0
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/post-accordion/post-accordion.js +11 -8
- package/dist/collection/components/post-accordion-item/post-accordion-item.js +4 -17
- package/dist/collection/components/post-autocomplete/post-autocomplete.js +23 -13
- package/dist/collection/components/post-avatar/post-avatar.js +27 -33
- package/dist/collection/components/post-back-to-top/post-back-to-top.js +17 -10
- package/dist/collection/components/post-banner/post-banner.js +7 -14
- package/dist/collection/components/post-breadcrumb-item/post-breadcrumb-item.js +27 -22
- package/dist/collection/components/post-breadcrumbs/post-breadcrumbs.js +29 -34
- package/dist/collection/components/post-closebutton/post-closebutton.js +24 -27
- package/dist/collection/components/post-collapsible/post-collapsible.js +26 -16
- package/dist/collection/components/post-collapsible-trigger/post-collapsible-trigger.js +34 -30
- package/dist/collection/components/post-date-picker/post-date-picker.js +64 -96
- package/dist/collection/components/post-footer/post-footer.js +17 -13
- package/dist/collection/components/post-header/post-header.js +18 -24
- package/dist/collection/components/post-icon/post-icon.js +34 -47
- package/dist/collection/components/post-language-menu/post-language-menu.js +15 -20
- package/dist/collection/components/post-language-menu-item/post-language-menu-item.js +28 -39
- package/dist/collection/components/post-linkarea/post-linkarea.js +1 -1
- package/dist/collection/components/post-listbox/post-listbox.js +3 -5
- package/dist/collection/components/post-listbox-option/post-listbox-option.js +1 -1
- package/dist/collection/components/post-login-widget/post-login-widget.js +25 -29
- package/dist/collection/components/post-logo/post-logo.js +16 -13
- package/dist/collection/components/post-mainnavigation/post-mainnavigation.js +17 -13
- package/dist/collection/components/post-megadropdown/post-megadropdown.js +24 -23
- package/dist/collection/components/post-megadropdown-trigger/post-megadropdown-trigger.js +7 -15
- package/dist/collection/components/post-menu/post-menu.js +10 -23
- package/dist/collection/components/post-menu-trigger/post-menu-trigger.js +17 -13
- package/dist/collection/components/post-number-input/post-number-input.js +3 -3
- package/dist/collection/components/post-pagination/post-pagination.js +47 -82
- package/dist/collection/components/post-popover/post-popover.js +20 -22
- package/dist/collection/components/post-popover-trigger/post-popover-trigger.js +16 -14
- package/dist/collection/components/post-popovercontainer/post-popovercontainer.js +25 -30
- package/dist/collection/components/post-progressbar/post-progressbar.css +1 -0
- package/dist/collection/components/post-progressbar/post-progressbar.js +136 -0
- package/dist/collection/components/post-rating/post-rating.js +25 -29
- package/dist/collection/components/post-stepper/post-stepper.js +44 -36
- package/dist/collection/components/post-stepper-item/post-stepper-item.js +2 -2
- package/dist/collection/components/post-tab-item/post-tab-item.js +17 -12
- package/dist/collection/components/post-tab-panel/post-tab-panel.js +17 -13
- package/dist/collection/components/post-tabs/post-tabs.js +20 -7
- package/dist/collection/components/post-togglebutton/post-togglebutton.js +5 -3
- package/dist/collection/components/post-tooltip/post-tooltip.js +17 -16
- package/dist/collection/components/post-tooltip-trigger/post-tooltip-trigger.js +17 -12
- package/dist/collection/utils/index.js +3 -4
- package/dist/collection/utils/is-value-empty.js +1 -1
- package/dist/collection/utils/property-decorators/bound.js +75 -0
- package/dist/collection/utils/property-decorators/create-validator-decorator.js +24 -0
- package/dist/collection/utils/property-decorators/index.js +1 -1
- package/dist/collection/utils/property-decorators/required.js +19 -3
- package/dist/component-names.json +1 -0
- package/dist/components/breakpoints.js +1 -1
- package/dist/components/index.d.ts +2 -0
- package/dist/components/index.js +1 -1
- package/dist/components/one-of.js +1 -0
- package/dist/components/package.js +1 -1
- package/dist/components/pattern.js +1 -0
- 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-avatar2.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-listbox.js +1 -1
- package/dist/components/post-login-widget.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-trigger2.js +1 -1
- package/dist/components/post-menu2.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.d.ts +11 -0
- package/dist/components/post-progressbar.js +1 -0
- package/dist/components/post-rating.js +1 -1
- package/dist/components/post-stepper-item.js +1 -1
- package/dist/components/post-stepper.js +1 -1
- package/dist/components/post-tab-item.js +1 -1
- package/dist/components/post-tab-panel.js +1 -1
- package/dist/components/post-tabs.js +1 -1
- package/dist/components/post-togglebutton2.js +1 -1
- package/dist/components/post-tooltip-trigger.js +1 -1
- package/dist/components/post-tooltip.js +1 -1
- package/dist/components/react/index.js +1 -1
- package/dist/components/react/p-4wtxqxXu.js +1 -0
- package/dist/components/react/{p-DPKR_4uI.js → p-85IGlhtB.js} +1 -1
- package/dist/components/react/p-B9ZFuYey.js +1 -0
- package/dist/components/react/p-BXqGI600.js +1 -0
- package/dist/components/react/p-BZSAV0-K.js +1 -0
- package/dist/components/react/p-B_WnO-QF.js +1 -0
- package/dist/components/react/p-BaB8wJvk.js +1 -0
- package/dist/components/react/p-Bg9dtyzK.js +1 -0
- package/dist/components/react/p-Bji_4dfL.js +1 -0
- package/dist/components/react/p-Bn66acGG.js +1 -0
- package/dist/components/react/p-Bu2JeHDf.js +1 -0
- package/dist/components/react/p-BxoRVIIr.js +1 -0
- package/dist/components/react/p-CX2E_IXB.js +1 -0
- package/dist/components/react/p-Cd1TsNm7.js +1 -0
- package/dist/components/react/p-CkTAQJGd.js +1 -0
- package/dist/components/react/p-ClG-N42b.js +1 -0
- package/dist/components/react/p-D1zw8FxT.js +1 -0
- package/dist/components/react/p-DwuW52g5.js +1 -0
- package/dist/components/react/{p-BC0-M_SK.js → p-PM7l--ff.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-login-widget.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.d.ts +11 -0
- package/dist/components/react/post-progressbar.js +1 -0
- package/dist/components/react/post-rating.js +1 -1
- package/dist/components/react/post-stepper-item.js +1 -1
- package/dist/components/react/post-stepper.js +1 -1
- package/dist/components/react/post-tab-item.js +1 -1
- package/dist/components/react/post-tab-panel.js +1 -1
- package/dist/components/react/post-tabs.js +1 -1
- package/dist/components/react/post-togglebutton.js +1 -1
- package/dist/components/react/post-tooltip-trigger.js +1 -1
- package/dist/components/react/post-tooltip.js +1 -1
- package/dist/components/required.js +1 -0
- package/dist/components/type.js +1 -0
- package/dist/components/url.js +1 -0
- package/dist/docs.json +106 -4
- package/dist/esm/create-validator-decorator-D8qwF5Qe.js +218 -0
- package/dist/esm/{index-DmBWUef5.js → index-BbDawWJ5.js} +5 -1
- package/dist/esm/loader.js +3 -3
- package/dist/esm/one-of-GPr3FflU.js +25 -0
- package/dist/esm/package-ClG-N42b.js +3 -0
- package/dist/esm/pattern-BWPRYpYv.js +25 -0
- package/dist/esm/post-accordion_2.entry.js +15 -21
- package/dist/esm/post-autocomplete.entry.js +26 -13
- package/dist/esm/post-avatar.entry.js +30 -33
- package/dist/esm/post-back-to-top.entry.js +20 -11
- package/dist/esm/post-banner.entry.js +8 -13
- package/dist/esm/post-breadcrumb-item.entry.js +33 -23
- package/dist/esm/post-breadcrumbs.entry.js +33 -34
- package/dist/esm/post-closebutton_14.entry.js +238 -272
- package/dist/esm/post-collapsible_2.entry.js +56 -39
- package/dist/esm/post-components.js +3 -3
- package/dist/esm/post-date-picker.entry.js +140 -138
- package/dist/esm/post-footer.entry.js +20 -13
- package/dist/esm/post-linkarea.entry.js +2 -2
- package/dist/esm/post-listbox-option.entry.js +2 -2
- package/dist/esm/post-listbox.entry.js +3 -5
- package/dist/esm/post-login-widget.entry.js +28 -29
- package/dist/esm/post-number-input.entry.js +2 -2
- package/dist/esm/post-pagination.entry.js +50 -80
- package/dist/esm/post-popover-trigger.entry.js +19 -16
- package/dist/esm/post-popover.entry.js +24 -22
- package/dist/esm/post-progressbar.entry.js +145 -0
- package/dist/esm/post-rating.entry.js +28 -29
- package/dist/esm/post-stepper-item.entry.js +3 -3
- package/dist/esm/post-stepper.entry.js +48 -37
- package/dist/esm/post-tab-item.entry.js +20 -12
- package/dist/esm/post-tab-panel.entry.js +20 -13
- package/dist/esm/post-tabs.entry.js +21 -7
- package/dist/esm/post-tooltip-trigger.entry.js +21 -12
- package/dist/esm/post-tooltip.entry.js +19 -16
- package/dist/esm/required-uK-rZZjy.js +42 -0
- package/dist/esm/type-obmwEgkM.js +28 -0
- package/dist/esm/url-B28ByZCe.js +32 -0
- package/dist/post-components/p-00f55af5.entry.js +1 -0
- package/dist/post-components/p-0288484f.entry.js +1 -0
- package/dist/post-components/p-07cdd022.entry.js +1 -0
- package/dist/post-components/{p-08a0e8e9.entry.js → p-12047216.entry.js} +1 -1
- package/dist/post-components/p-17df4e91.entry.js +1 -0
- package/dist/post-components/p-17e046fa.entry.js +1 -0
- package/dist/post-components/p-29bd31a0.entry.js +1 -0
- package/dist/post-components/p-2c6b4e6a.entry.js +1 -0
- package/dist/post-components/p-3b05e01d.entry.js +1 -0
- package/dist/post-components/p-53fd5230.entry.js +1 -0
- package/dist/post-components/p-5b7e6369.entry.js +1 -0
- package/dist/post-components/p-5f4ca179.entry.js +1 -0
- package/dist/post-components/p-62b6154a.entry.js +1 -0
- package/dist/post-components/{p-4b445a35.entry.js → p-686a6e22.entry.js} +1 -1
- package/dist/post-components/p-758fc84f.entry.js +1 -0
- package/dist/post-components/{p-bab0f27f.entry.js → p-7f929bb9.entry.js} +1 -1
- package/dist/post-components/p-9865f72c.entry.js +1 -0
- package/dist/post-components/p-99803d57.entry.js +1 -0
- package/dist/post-components/p-BRNqUiXj.js +1 -0
- package/dist/post-components/p-BbDawWJ5.js +2 -0
- package/dist/post-components/p-CVsNfXZd.js +1 -0
- package/dist/post-components/p-Ck2qPht6.js +1 -0
- package/dist/post-components/p-ClG-N42b.js +1 -0
- package/dist/post-components/p-D4F0BqBW.js +1 -0
- package/dist/post-components/p-DSNGJB58.js +1 -0
- package/dist/post-components/p-IUnDBhPg.js +1 -0
- package/dist/post-components/p-a0e0a760.entry.js +1 -0
- package/dist/post-components/p-a850652d.entry.js +1 -0
- package/dist/post-components/p-aac1a8ea.entry.js +1 -0
- package/dist/post-components/{p-39143e19.entry.js → p-b3f0f9a2.entry.js} +1 -1
- package/dist/post-components/p-c37dba4b.entry.js +1 -0
- package/dist/post-components/p-d061773b.entry.js +1 -0
- package/dist/post-components/p-e2370e94.entry.js +1 -0
- package/dist/post-components/p-f1ca1d3f.entry.js +1 -0
- package/dist/post-components/p-f2e5f44e.entry.js +1 -0
- package/dist/post-components/p-ff98ada4.entry.js +1 -0
- package/dist/post-components/post-components.css +1 -1
- package/dist/post-components/post-components.esm.js +1 -1
- package/dist/types/components/post-accordion/post-accordion.d.ts +1 -1
- package/dist/types/components/post-accordion-item/post-accordion-item.d.ts +0 -2
- package/dist/types/components/post-autocomplete/post-autocomplete.d.ts +0 -1
- package/dist/types/components/post-avatar/post-avatar.d.ts +0 -5
- package/dist/types/components/post-back-to-top/post-back-to-top.d.ts +0 -1
- package/dist/types/components/post-banner/post-banner.d.ts +0 -1
- package/dist/types/components/post-breadcrumb-item/post-breadcrumb-item.d.ts +0 -3
- package/dist/types/components/post-breadcrumbs/post-breadcrumbs.d.ts +0 -4
- package/dist/types/components/post-closebutton/post-closebutton.d.ts +0 -3
- package/dist/types/components/post-collapsible/post-collapsible.d.ts +1 -2
- package/dist/types/components/post-collapsible-trigger/post-collapsible-trigger.d.ts +3 -6
- package/dist/types/components/post-date-picker/post-date-picker.d.ts +0 -12
- package/dist/types/components/post-footer/post-footer.d.ts +0 -1
- package/dist/types/components/post-header/post-header.d.ts +0 -2
- package/dist/types/components/post-icon/post-icon.d.ts +0 -6
- package/dist/types/components/post-language-menu/post-language-menu.d.ts +1 -3
- package/dist/types/components/post-language-menu-item/post-language-menu-item.d.ts +0 -5
- package/dist/types/components/post-login-widget/post-login-widget.d.ts +0 -4
- package/dist/types/components/post-logo/post-logo.d.ts +0 -1
- package/dist/types/components/post-mainnavigation/post-mainnavigation.d.ts +0 -1
- package/dist/types/components/post-megadropdown/post-megadropdown.d.ts +1 -3
- package/dist/types/components/post-megadropdown-trigger/post-megadropdown-trigger.d.ts +0 -2
- package/dist/types/components/post-menu/post-menu.d.ts +1 -4
- package/dist/types/components/post-menu-trigger/post-menu-trigger.d.ts +0 -1
- package/dist/types/components/post-pagination/post-pagination.d.ts +0 -17
- package/dist/types/components/post-popover/post-popover.d.ts +1 -4
- package/dist/types/components/post-popover-trigger/post-popover-trigger.d.ts +0 -1
- package/dist/types/components/post-popovercontainer/post-popovercontainer.d.ts +0 -3
- package/dist/types/components/post-progressbar/post-progressbar.d.ts +23 -0
- package/dist/types/components/post-rating/post-rating.d.ts +0 -4
- package/dist/types/components/post-stepper/post-stepper.d.ts +1 -4
- package/dist/types/components/post-tab-item/post-tab-item.d.ts +0 -1
- package/dist/types/components/post-tab-panel/post-tab-panel.d.ts +0 -1
- package/dist/types/components/post-tooltip/post-tooltip.d.ts +0 -2
- package/dist/types/components/post-tooltip-trigger/post-tooltip-trigger.d.ts +0 -1
- package/dist/types/components.d.ts +51 -5
- package/dist/types/utils/index.d.ts +3 -4
- package/dist/types/utils/property-decorators/bound.d.ts +36 -0
- package/dist/types/utils/property-decorators/create-validator-decorator.d.ts +5 -0
- package/dist/types/utils/property-decorators/index.d.ts +1 -1
- package/dist/types/utils/property-decorators/required.d.ts +10 -1
- package/hydrate/index.js +1310 -926
- package/hydrate/index.mjs +1310 -926
- package/package.json +4 -4
- package/dist/cjs/index-qCzRmwgB.js +0 -114
- package/dist/collection/utils/property-checkers/check-array-of.js +0 -8
- package/dist/collection/utils/property-checkers/check-date.js +0 -13
- package/dist/collection/utils/property-checkers/check-iso-date.js +0 -9
- package/dist/collection/utils/property-checkers/check-one-of.js +0 -8
- package/dist/collection/utils/property-checkers/check-pattern.js +0 -8
- package/dist/collection/utils/property-checkers/check-type.js +0 -15
- package/dist/collection/utils/property-checkers/check-url.js +0 -15
- package/dist/collection/utils/property-checkers/constants.js +0 -1
- package/dist/collection/utils/property-checkers/empty-or.js +0 -9
- package/dist/collection/utils/property-checkers/index.js +0 -20
- package/dist/collection/utils/property-checkers/required-and.js +0 -14
- package/dist/components/heading-levels.js +0 -1
- package/dist/components/index2.js +0 -1
- package/dist/components/react/p-BQ3HlJPr.js +0 -1
- package/dist/components/react/p-C7s9oglQ.js +0 -1
- package/dist/components/react/p-CTgZ8DGr.js +0 -1
- package/dist/components/react/p-CVtlwDsT.js +0 -1
- package/dist/components/react/p-CaLwTf3T.js +0 -1
- package/dist/components/react/p-ClJyTIVM.js +0 -1
- package/dist/components/react/p-DGr-hfLq.js +0 -1
- package/dist/components/react/p-DJxdj9pa.js +0 -1
- package/dist/components/react/p-DKDEtjQe.js +0 -1
- package/dist/components/react/p-DcEDGaFs.js +0 -1
- package/dist/components/react/p-DipfA69b.js +0 -1
- package/dist/components/react/p-DwZxAC2u.js +0 -1
- package/dist/components/react/p-r4txK0AC.js +0 -1
- package/dist/components/react/p-x3kxyWSZ.js +0 -1
- package/dist/esm/index-D9bU2pIE.js +0 -104
- package/dist/esm/package-x3kxyWSZ.js +0 -3
- package/dist/post-components/p-1583817b.entry.js +0 -1
- package/dist/post-components/p-203d9abd.entry.js +0 -1
- package/dist/post-components/p-2c68af27.entry.js +0 -1
- package/dist/post-components/p-46dd9e7e.entry.js +0 -1
- package/dist/post-components/p-53a8cce5.entry.js +0 -1
- package/dist/post-components/p-72bff1fc.entry.js +0 -1
- package/dist/post-components/p-75045028.entry.js +0 -1
- package/dist/post-components/p-768b4516.entry.js +0 -1
- package/dist/post-components/p-7e072450.entry.js +0 -1
- package/dist/post-components/p-83cb6424.entry.js +0 -1
- package/dist/post-components/p-94f4da57.entry.js +0 -1
- package/dist/post-components/p-9dace750.entry.js +0 -1
- package/dist/post-components/p-9ea7e46f.entry.js +0 -1
- package/dist/post-components/p-D9bU2pIE.js +0 -1
- package/dist/post-components/p-DmBWUef5.js +0 -2
- package/dist/post-components/p-a0ac814c.entry.js +0 -1
- package/dist/post-components/p-a0d12ca8.entry.js +0 -1
- package/dist/post-components/p-cb039d66.entry.js +0 -1
- package/dist/post-components/p-e8cda4e1.entry.js +0 -1
- package/dist/post-components/p-e8e50d5c.entry.js +0 -1
- package/dist/post-components/p-eb64ec1d.entry.js +0 -1
- package/dist/post-components/p-f0746a9e.entry.js +0 -1
- package/dist/post-components/p-f5e33714.entry.js +0 -1
- package/dist/post-components/p-f93ce33d.entry.js +0 -1
- package/dist/post-components/p-fd0446b2.entry.js +0 -1
- package/dist/post-components/p-x3kxyWSZ.js +0 -1
- package/dist/types/utils/property-checkers/check-array-of.d.ts +0 -4
- package/dist/types/utils/property-checkers/check-date.d.ts +0 -3
- package/dist/types/utils/property-checkers/check-iso-date.d.ts +0 -3
- package/dist/types/utils/property-checkers/check-one-of.d.ts +0 -3
- package/dist/types/utils/property-checkers/check-pattern.d.ts +0 -3
- package/dist/types/utils/property-checkers/check-type.d.ts +0 -4
- package/dist/types/utils/property-checkers/check-url.d.ts +0 -3
- package/dist/types/utils/property-checkers/constants.d.ts +0 -1
- package/dist/types/utils/property-checkers/empty-or.d.ts +0 -3
- package/dist/types/utils/property-checkers/index.d.ts +0 -34
- package/dist/types/utils/property-checkers/required-and.d.ts +0 -3
|
@@ -28,23 +28,19 @@ export declare class PostDatePicker {
|
|
|
28
28
|
* Must be a valid date in ISO 8601 format (YYYY-MM-DD).
|
|
29
29
|
*/
|
|
30
30
|
selectedStartDate?: string;
|
|
31
|
-
validateSelectedStartDate(): void;
|
|
32
31
|
/**
|
|
33
32
|
* The date picker's selected end date (for range date picker only).
|
|
34
33
|
* Must be a valid date in ISO 8601 format (YYYY-MM-DD).
|
|
35
34
|
*/
|
|
36
35
|
selectedEndDate?: string;
|
|
37
|
-
validateSelectedEndDate(): void;
|
|
38
36
|
/**
|
|
39
37
|
* Minimun possible date to select. Must be a valid date in ISO 8601 format (YYYY-MM-DD).
|
|
40
38
|
*/
|
|
41
39
|
min?: string;
|
|
42
|
-
validateMin(): void;
|
|
43
40
|
/**
|
|
44
41
|
* Maximum possible date to select. Must be a valid date in ISO 8601 format (YYYY-MM-DD).
|
|
45
42
|
*/
|
|
46
43
|
max?: string;
|
|
47
|
-
validateMax(): void;
|
|
48
44
|
/**
|
|
49
45
|
* Used to extend the existing on render cell to disable dates.
|
|
50
46
|
*/
|
|
@@ -58,43 +54,35 @@ export declare class PostDatePicker {
|
|
|
58
54
|
* Label for "Next month" button.
|
|
59
55
|
*/
|
|
60
56
|
textNextMonth: string;
|
|
61
|
-
validateTextNextMonth(): void;
|
|
62
57
|
/**
|
|
63
58
|
* Label for "Next year" button.
|
|
64
59
|
*/
|
|
65
60
|
textNextYear: string;
|
|
66
|
-
validateTextNextYear(): void;
|
|
67
61
|
/**
|
|
68
62
|
* Label for "Next decade" button.
|
|
69
63
|
*/
|
|
70
64
|
textNextDecade: string;
|
|
71
|
-
validateTextNextDecade(): void;
|
|
72
65
|
/**
|
|
73
66
|
* Label for "Previous month" button.
|
|
74
67
|
*/
|
|
75
68
|
textPreviousMonth: string;
|
|
76
|
-
validateTextPreviousMonth(): void;
|
|
77
69
|
/**
|
|
78
70
|
* Label for "Previous year" button.
|
|
79
71
|
*/
|
|
80
72
|
textPreviousYear: string;
|
|
81
|
-
validateTextPreviousYear(): void;
|
|
82
73
|
/**
|
|
83
74
|
* Label for "Previous decade" button.
|
|
84
75
|
*/
|
|
85
76
|
textPreviousDecade: string;
|
|
86
|
-
validateTextPreviousDecade(): void;
|
|
87
77
|
/**
|
|
88
78
|
* Label for the "Switch to year view" title button.
|
|
89
79
|
*/
|
|
90
80
|
textSwitchYear: string;
|
|
91
|
-
validateTextSwitchYear(): void;
|
|
92
81
|
/**
|
|
93
82
|
* Label for the toggle button that opens the calendar.
|
|
94
83
|
* It is only needed when the calendar is connected to the input.
|
|
95
84
|
*/
|
|
96
85
|
textToggleCalendar?: string;
|
|
97
|
-
validateTextToggleCalendar(): void;
|
|
98
86
|
inputDisabled: boolean;
|
|
99
87
|
today: Date;
|
|
100
88
|
startDate: Date;
|
|
@@ -35,12 +35,10 @@ export declare class PostHeader {
|
|
|
35
35
|
* Makes the header content span the full width on screens larger than 1440px.
|
|
36
36
|
*/
|
|
37
37
|
fullWidth: boolean;
|
|
38
|
-
validateFullWidth(): void;
|
|
39
38
|
/**
|
|
40
39
|
* The label of the burger menu button.
|
|
41
40
|
*/
|
|
42
41
|
textMenu: string;
|
|
43
|
-
validateTextMenu(): void;
|
|
44
42
|
lockBody(newValue: boolean | string, _oldValue: boolean | string, propName: string): void;
|
|
45
43
|
constructor();
|
|
46
44
|
private readonly breakpointChange;
|
|
@@ -8,12 +8,10 @@ export declare class PostIcon {
|
|
|
8
8
|
* The name of the animation.
|
|
9
9
|
*/
|
|
10
10
|
readonly animation?: PostIconAnimation;
|
|
11
|
-
validateAnimation(): void;
|
|
12
11
|
/**
|
|
13
12
|
* The base path, where the icons are located (must be a public url).<br/>Leave this field empty to use the default cdn url.
|
|
14
13
|
*/
|
|
15
14
|
readonly base?: string;
|
|
16
|
-
validateBase(): void;
|
|
17
15
|
/**
|
|
18
16
|
* A full URL to the icon file. When set, this property has the highest priority.
|
|
19
17
|
*/
|
|
@@ -30,17 +28,14 @@ export declare class PostIcon {
|
|
|
30
28
|
* The name/id of the icon (e.g. 1000, 1001, ...).
|
|
31
29
|
*/
|
|
32
30
|
readonly name: string;
|
|
33
|
-
validateName(): void;
|
|
34
31
|
/**
|
|
35
32
|
* The number of degree for the css rotate transformation.
|
|
36
33
|
*/
|
|
37
34
|
readonly rotate?: number;
|
|
38
|
-
validateRotate(): void;
|
|
39
35
|
/**
|
|
40
36
|
* The number for the css scale transformation.
|
|
41
37
|
*/
|
|
42
38
|
readonly scale?: number;
|
|
43
|
-
validateScale(): void;
|
|
44
39
|
/**
|
|
45
40
|
* Construct the icon URL according to the following rules:
|
|
46
41
|
* 1. `@base` (absolute URL) → use directly.
|
|
@@ -54,6 +49,5 @@ export declare class PostIcon {
|
|
|
54
49
|
**/
|
|
55
50
|
private getUrl;
|
|
56
51
|
private getStyles;
|
|
57
|
-
componentDidLoad(): void;
|
|
58
52
|
render(): any;
|
|
59
53
|
}
|
|
@@ -9,17 +9,15 @@ export declare class PostLanguageMenu {
|
|
|
9
9
|
* A title for the list of language options
|
|
10
10
|
*/
|
|
11
11
|
textChangeLanguage: string;
|
|
12
|
-
validateTextChangeLanguage(): void;
|
|
13
12
|
/**
|
|
14
13
|
* An accessible description text for the list of language options. The `#name` placeholder is dynamic and will be replaced with the active language name.
|
|
15
14
|
*/
|
|
16
15
|
textCurrentLanguage: string;
|
|
17
|
-
validateTextCurrentLanguage(): void;
|
|
18
16
|
/**
|
|
19
17
|
* Whether the component is rendered as a list or a menu
|
|
20
18
|
*/
|
|
21
19
|
variant: SwitchVariant;
|
|
22
|
-
|
|
20
|
+
handleVariantChange(): void;
|
|
23
21
|
/**
|
|
24
22
|
* The active language code of the language menu
|
|
25
23
|
*/
|
|
@@ -9,7 +9,6 @@ export declare class PostLanguageMenuItem {
|
|
|
9
9
|
* The ISO 639 language code, formatted according to [RFC 5646 (also known as BCP 47)](https://datatracker.ietf.org/doc/html/rfc5646). For example, "de".
|
|
10
10
|
*/
|
|
11
11
|
code: string;
|
|
12
|
-
validateCode(): void;
|
|
13
12
|
/**
|
|
14
13
|
* If set to `true`, the language option is considered the current language for the page.
|
|
15
14
|
*/
|
|
@@ -18,23 +17,19 @@ export declare class PostLanguageMenuItem {
|
|
|
18
17
|
* To communicate the variant prop from the parent (post-language-menu) component to the child (post-language-menu-item) component. See parent docs for a description about the property itself.
|
|
19
18
|
*/
|
|
20
19
|
variant?: SwitchVariant;
|
|
21
|
-
validateVariant(): void;
|
|
22
20
|
/**
|
|
23
21
|
* The full name of the language. For example, "Deutsch".
|
|
24
22
|
*/
|
|
25
23
|
name?: string;
|
|
26
|
-
validateName(): void;
|
|
27
24
|
/**
|
|
28
25
|
* A description for the language read by screen-readers for improved accessibility.
|
|
29
26
|
*/
|
|
30
27
|
description?: string;
|
|
31
|
-
validateDescription(): void;
|
|
32
28
|
/**
|
|
33
29
|
* The URL used for the href attribute of the internal anchor.
|
|
34
30
|
* This field is optional; if not provided, a button will be used internally instead of an anchor.
|
|
35
31
|
*/
|
|
36
32
|
url?: string;
|
|
37
|
-
validateUrl(): void;
|
|
38
33
|
componentDidLoad(): void;
|
|
39
34
|
/**
|
|
40
35
|
* An event emitted when the language option is clicked. The payload is the ISO 639 code of the language.
|
|
@@ -18,20 +18,16 @@ export declare class PostLoginWidget {
|
|
|
18
18
|
* Use `{user}` as a placeholder — it will be replaced with the current user's name at runtime.
|
|
19
19
|
*/
|
|
20
20
|
textCurrentUser: string;
|
|
21
|
-
validateTextCurrentUser(): void;
|
|
22
21
|
/**
|
|
23
22
|
* Accessible label for the dropdown menu
|
|
24
23
|
*/
|
|
25
24
|
textUserMenu: string;
|
|
26
|
-
validateTextUserMenu(): void;
|
|
27
25
|
/**
|
|
28
26
|
* Hidden label for the user menu trigger button, for accessibility purposes. It should describe the purpose of the button (e.g. "Access user links").
|
|
29
27
|
*/
|
|
30
28
|
textUserMenuTrigger: string;
|
|
31
|
-
validateTextUserMenuTrigger(): void;
|
|
32
29
|
private authenticated;
|
|
33
30
|
private user;
|
|
34
|
-
componentDidLoad(): void;
|
|
35
31
|
componentWillLoad(): Promise<void>;
|
|
36
32
|
/**
|
|
37
33
|
* Returns the current authentication state:
|
|
@@ -11,7 +11,6 @@ export declare class PostMainnavigation {
|
|
|
11
11
|
* 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.
|
|
12
12
|
*/
|
|
13
13
|
textMain: string;
|
|
14
|
-
validateTextMain(): void;
|
|
15
14
|
constructor();
|
|
16
15
|
componentDidLoad(): void;
|
|
17
16
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
1
|
import { Device } from "../../utils/breakpoints";
|
|
2
|
+
import { EventEmitter } from '../../stencil-public-runtime';
|
|
3
3
|
export declare class PostMegadropdown {
|
|
4
4
|
private firstFocusableEl;
|
|
5
5
|
private lastFocusableEl;
|
|
@@ -15,12 +15,10 @@ export declare class PostMegadropdown {
|
|
|
15
15
|
* An accessible label for the close button visible on desktop
|
|
16
16
|
*/
|
|
17
17
|
textClose: string;
|
|
18
|
-
validateTextClose(): void;
|
|
19
18
|
/**
|
|
20
19
|
* A label for the back button visible on tablet and mobile
|
|
21
20
|
*/
|
|
22
21
|
textBack: string;
|
|
23
|
-
validateTextBack(): void;
|
|
24
22
|
device: Device;
|
|
25
23
|
/**
|
|
26
24
|
* Holds the current visibility state of the dropdown.
|
|
@@ -12,9 +12,7 @@ export declare class PostMegadropdownTrigger {
|
|
|
12
12
|
* ID of the mega dropdown element that this trigger is linked to. Used to open and close the specified mega dropdown.
|
|
13
13
|
*/
|
|
14
14
|
for: string;
|
|
15
|
-
validateFor(): void;
|
|
16
15
|
componentWillRender(): void;
|
|
17
|
-
componentDidLoad(): void;
|
|
18
16
|
disconnectedCallback(): void;
|
|
19
17
|
onMegadropdownToggled(event: CustomEvent<{
|
|
20
18
|
isVisible: boolean;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
1
|
import type { Placement } from '@floating-ui/dom';
|
|
2
|
+
import { EventEmitter } from '../../stencil-public-runtime';
|
|
3
3
|
/**
|
|
4
4
|
* @part post-menu - The container element that holds the list of menu items.
|
|
5
5
|
* @slot header - Holds the header part of the menu.
|
|
@@ -15,12 +15,10 @@ export declare class PostMenu {
|
|
|
15
15
|
* For supported values and behavior details, see the [Floating UI placement documentation](https://floating-ui.com/docs/computePosition#placement).
|
|
16
16
|
*/
|
|
17
17
|
readonly placement?: Placement;
|
|
18
|
-
validatePlacement(): void;
|
|
19
18
|
/**
|
|
20
19
|
* A descriptive label that clearly identifies the menu’s content so assistive technologies can convey its purpose.
|
|
21
20
|
*/
|
|
22
21
|
readonly label: string;
|
|
23
|
-
validateLabel(): void;
|
|
24
22
|
/**
|
|
25
23
|
* Holds the current visibility state of the menu.
|
|
26
24
|
* This state is internally managed to track whether the menu is open (`true`) or closed (`false`),
|
|
@@ -35,7 +33,6 @@ export declare class PostMenu {
|
|
|
35
33
|
private root?;
|
|
36
34
|
connectedCallback(): void;
|
|
37
35
|
disconnectedCallback(): void;
|
|
38
|
-
componentDidLoad(): void;
|
|
39
36
|
/**
|
|
40
37
|
* Toggles the menu visibility based on its current state.
|
|
41
38
|
*/
|
|
@@ -52,28 +52,11 @@ export declare class PostPagination {
|
|
|
52
52
|
private loaded;
|
|
53
53
|
private debouncedResize;
|
|
54
54
|
private measurementTimeoutId;
|
|
55
|
-
validatePage(): void;
|
|
56
|
-
validatePageSize(): void;
|
|
57
|
-
validateCollectionSize(): void;
|
|
58
|
-
validateLabel(): void;
|
|
59
|
-
validateTextPrevious(): void;
|
|
60
|
-
validateTextNext(): void;
|
|
61
|
-
validateTextPage(): void;
|
|
62
|
-
validateTextFirst(): void;
|
|
63
|
-
validateTextLast(): void;
|
|
64
55
|
handlePropsChange(): void;
|
|
65
56
|
componentWillLoad(): void;
|
|
66
57
|
connectedCallback(): void;
|
|
67
58
|
componentDidLoad(): void;
|
|
68
59
|
disconnectedCallback(): void;
|
|
69
|
-
/**
|
|
70
|
-
* Validate a prop with the appropriate check function
|
|
71
|
-
*/
|
|
72
|
-
private validateProp;
|
|
73
|
-
/**
|
|
74
|
-
* Run all prop validations
|
|
75
|
-
*/
|
|
76
|
-
private runAllValidations;
|
|
77
60
|
/**
|
|
78
61
|
* Schedule measurement attempt with timeout
|
|
79
62
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { Placement } from '@floating-ui/dom';
|
|
2
2
|
/**
|
|
3
3
|
* @slot default - Slot for placing content inside the popover.
|
|
4
4
|
*/
|
|
@@ -11,17 +11,14 @@ export declare class PostPopover {
|
|
|
11
11
|
* For supported values and behavior details, see the [Floating UI placement documentation](https://floating-ui.com/docs/computePosition#placement).
|
|
12
12
|
*/
|
|
13
13
|
readonly placement?: Placement;
|
|
14
|
-
validatePlacement(): void;
|
|
15
14
|
/**
|
|
16
15
|
* Define the text of the close button for assistive technology
|
|
17
16
|
*/
|
|
18
17
|
readonly textClose: string;
|
|
19
|
-
validateTextClose(): void;
|
|
20
18
|
/**
|
|
21
19
|
* Show a little indicator arrow
|
|
22
20
|
*/
|
|
23
21
|
readonly arrow?: boolean;
|
|
24
|
-
componentDidLoad(): void;
|
|
25
22
|
/**
|
|
26
23
|
* Programmatically display the popover
|
|
27
24
|
* @param target A focusable element inside the <post-popover-trigger> component that controls the popover
|
|
@@ -17,7 +17,6 @@ export declare class PostPopoverTrigger {
|
|
|
17
17
|
* Watch for changes to the `for` property to validate its type and ensure it is a string.
|
|
18
18
|
* @param forValue - The new value of the `for` property.
|
|
19
19
|
*/
|
|
20
|
-
validateFor(): void;
|
|
21
20
|
/**
|
|
22
21
|
* Reference to the element inside the host that will act as the trigger.
|
|
23
22
|
*/
|
|
@@ -76,9 +76,6 @@ export declare class PostPopovercontainer {
|
|
|
76
76
|
* Enables a safespace through which the cursor can be moved without the popover being disabled
|
|
77
77
|
*/
|
|
78
78
|
readonly safeSpace?: 'triangle' | 'trapezoid';
|
|
79
|
-
validatePlacement(): void;
|
|
80
|
-
validateEdgeGap(): void;
|
|
81
|
-
validateSafeSpace(): void;
|
|
82
79
|
/**
|
|
83
80
|
* Animation style
|
|
84
81
|
*/
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export declare class PostProgressbar {
|
|
2
|
+
host: HTMLPostProgressbarElement;
|
|
3
|
+
/**
|
|
4
|
+
* The minimum value of the progress bar.
|
|
5
|
+
* Must be a valid floating point number less than max.
|
|
6
|
+
*/
|
|
7
|
+
min: number;
|
|
8
|
+
/**
|
|
9
|
+
* Describes how much work the task indicated by the progress element requires.
|
|
10
|
+
* Must be a valid floating point number greater than min.
|
|
11
|
+
*/
|
|
12
|
+
max: number;
|
|
13
|
+
/**
|
|
14
|
+
* Specifies how much of the task has been completed.
|
|
15
|
+
* Must be a valid floating point number between min and max.
|
|
16
|
+
* If there is no value attribute, the progress bar is indeterminate; this indicates that an activity is ongoing with no indication of how long it is expected to take.
|
|
17
|
+
*/
|
|
18
|
+
value?: number;
|
|
19
|
+
private getEffectiveMin;
|
|
20
|
+
private getEffectiveMax;
|
|
21
|
+
private getEffectiveValue;
|
|
22
|
+
render(): any;
|
|
23
|
+
}
|
|
@@ -34,10 +34,6 @@ export declare class PostRating {
|
|
|
34
34
|
postChange: EventEmitter<{
|
|
35
35
|
value: number;
|
|
36
36
|
}>;
|
|
37
|
-
validateLabel(): void;
|
|
38
|
-
validateStars(): void;
|
|
39
|
-
validateCurrentRating(): void;
|
|
40
|
-
componentWillLoad(): void;
|
|
41
37
|
constructor();
|
|
42
38
|
private update;
|
|
43
39
|
private keydownHandler;
|
|
@@ -13,18 +13,15 @@ export declare class PostStepper {
|
|
|
13
13
|
* "Current step" label for accessibility
|
|
14
14
|
*/
|
|
15
15
|
textCurrentStep: string;
|
|
16
|
-
validateTextCurrentStep(): void;
|
|
17
16
|
/**
|
|
18
17
|
* "Completed step" label for accessibility
|
|
19
18
|
*/
|
|
20
19
|
textCompletedStep: string;
|
|
21
|
-
validateTextCompletedStep(): void;
|
|
22
20
|
/**
|
|
23
21
|
* Label for the "Step {number}:" indicator for mobile view.
|
|
24
22
|
* Use `{number}` as a placeholder — it will be replaced with the current step number at runtime.
|
|
25
23
|
*/
|
|
26
24
|
textStepNumber: string;
|
|
27
|
-
validateTextStepNumber(): void;
|
|
28
25
|
/**
|
|
29
26
|
* Defines the current step, which is the next step the user has to complete.
|
|
30
27
|
*/
|
|
@@ -36,9 +33,9 @@ export declare class PostStepper {
|
|
|
36
33
|
*/
|
|
37
34
|
selectedIndex?: number;
|
|
38
35
|
validateSelectedIndex(): void;
|
|
36
|
+
updateActiveStepNumber(): void;
|
|
39
37
|
componentDidLoad(): void;
|
|
40
38
|
private checkIndexes;
|
|
41
|
-
private updateActiveStepNumber;
|
|
42
39
|
private updateSteps;
|
|
43
40
|
private updateMobileActiveStepVisibility;
|
|
44
41
|
render(): any;
|
|
@@ -10,7 +10,6 @@ export declare class PostTabItem {
|
|
|
10
10
|
* The name of the tab, used to associate it with a tab panel or identify the active tab in panel mode.
|
|
11
11
|
*/
|
|
12
12
|
readonly name: string;
|
|
13
|
-
validateName(): void;
|
|
14
13
|
connectedCallback(): void;
|
|
15
14
|
componentWillLoad(): void;
|
|
16
15
|
disconnectedCallback(): void;
|
|
@@ -8,7 +8,6 @@ export declare class PostTooltip {
|
|
|
8
8
|
* For supported values and behavior details, see the [Floating UI placement documentation](https://floating-ui.com/docs/computePosition#placement).
|
|
9
9
|
*/
|
|
10
10
|
readonly placement?: Placement;
|
|
11
|
-
validatePlacement(): void;
|
|
12
11
|
/**
|
|
13
12
|
* Whether or not to display a little pointer arrow
|
|
14
13
|
*/
|
|
@@ -17,7 +16,6 @@ export declare class PostTooltip {
|
|
|
17
16
|
* Indicates the open state of the tooltip
|
|
18
17
|
*/
|
|
19
18
|
open: boolean;
|
|
20
|
-
componentWillLoad(): void;
|
|
21
19
|
componentDidLoad(): void;
|
|
22
20
|
/**
|
|
23
21
|
* Programmatically display the tooltip.
|
|
@@ -188,9 +188,9 @@ export namespace Components {
|
|
|
188
188
|
}
|
|
189
189
|
interface PostCollapsibleTrigger {
|
|
190
190
|
/**
|
|
191
|
-
* Link the trigger to a post-collapsible
|
|
191
|
+
* Link the trigger to a post-collapsible by its ID. If omitted, a post-collapsible nested directly inside this element is used instead.
|
|
192
192
|
*/
|
|
193
|
-
"for"
|
|
193
|
+
"for"?: string;
|
|
194
194
|
/**
|
|
195
195
|
* Update the "aria-controls" and "aria-expanded" attributes on the trigger button
|
|
196
196
|
*/
|
|
@@ -642,6 +642,22 @@ export namespace Components {
|
|
|
642
642
|
*/
|
|
643
643
|
"toggle": (target: HTMLElement, force?: boolean) => Promise<boolean>;
|
|
644
644
|
}
|
|
645
|
+
interface PostProgressbar {
|
|
646
|
+
/**
|
|
647
|
+
* Describes how much work the task indicated by the progress element requires. Must be a valid floating point number greater than min.
|
|
648
|
+
* @default 100
|
|
649
|
+
*/
|
|
650
|
+
"max": number;
|
|
651
|
+
/**
|
|
652
|
+
* The minimum value of the progress bar. Must be a valid floating point number less than max.
|
|
653
|
+
* @default 0
|
|
654
|
+
*/
|
|
655
|
+
"min": number;
|
|
656
|
+
/**
|
|
657
|
+
* Specifies how much of the task has been completed. Must be a valid floating point number between min and max. If there is no value attribute, the progress bar is indeterminate; this indicates that an activity is ongoing with no indication of how long it is expected to take.
|
|
658
|
+
*/
|
|
659
|
+
"value"?: number;
|
|
660
|
+
}
|
|
645
661
|
interface PostRating {
|
|
646
662
|
/**
|
|
647
663
|
* Defines the rating that the component should show.
|
|
@@ -1165,6 +1181,12 @@ declare global {
|
|
|
1165
1181
|
prototype: HTMLPostPopovercontainerElement;
|
|
1166
1182
|
new (): HTMLPostPopovercontainerElement;
|
|
1167
1183
|
};
|
|
1184
|
+
interface HTMLPostProgressbarElement extends Components.PostProgressbar, HTMLStencilElement {
|
|
1185
|
+
}
|
|
1186
|
+
var HTMLPostProgressbarElement: {
|
|
1187
|
+
prototype: HTMLPostProgressbarElement;
|
|
1188
|
+
new (): HTMLPostProgressbarElement;
|
|
1189
|
+
};
|
|
1168
1190
|
interface HTMLPostRatingElementEventMap {
|
|
1169
1191
|
"postInput": { value: number };
|
|
1170
1192
|
"postChange": { value: number };
|
|
@@ -1276,6 +1298,7 @@ declare global {
|
|
|
1276
1298
|
"post-popover": HTMLPostPopoverElement;
|
|
1277
1299
|
"post-popover-trigger": HTMLPostPopoverTriggerElement;
|
|
1278
1300
|
"post-popovercontainer": HTMLPostPopovercontainerElement;
|
|
1301
|
+
"post-progressbar": HTMLPostProgressbarElement;
|
|
1279
1302
|
"post-rating": HTMLPostRatingElement;
|
|
1280
1303
|
"post-stepper": HTMLPostStepperElement;
|
|
1281
1304
|
"post-stepper-item": HTMLPostStepperItemElement;
|
|
@@ -1444,9 +1467,9 @@ declare namespace LocalJSX {
|
|
|
1444
1467
|
}
|
|
1445
1468
|
interface PostCollapsibleTrigger {
|
|
1446
1469
|
/**
|
|
1447
|
-
* Link the trigger to a post-collapsible
|
|
1470
|
+
* Link the trigger to a post-collapsible by its ID. If omitted, a post-collapsible nested directly inside this element is used instead.
|
|
1448
1471
|
*/
|
|
1449
|
-
"for"
|
|
1472
|
+
"for"?: string;
|
|
1450
1473
|
}
|
|
1451
1474
|
interface PostDatePicker {
|
|
1452
1475
|
/**
|
|
@@ -1843,6 +1866,22 @@ declare namespace LocalJSX {
|
|
|
1843
1866
|
*/
|
|
1844
1867
|
"safeSpace"?: 'triangle' | 'trapezoid';
|
|
1845
1868
|
}
|
|
1869
|
+
interface PostProgressbar {
|
|
1870
|
+
/**
|
|
1871
|
+
* Describes how much work the task indicated by the progress element requires. Must be a valid floating point number greater than min.
|
|
1872
|
+
* @default 100
|
|
1873
|
+
*/
|
|
1874
|
+
"max"?: number;
|
|
1875
|
+
/**
|
|
1876
|
+
* The minimum value of the progress bar. Must be a valid floating point number less than max.
|
|
1877
|
+
* @default 0
|
|
1878
|
+
*/
|
|
1879
|
+
"min"?: number;
|
|
1880
|
+
/**
|
|
1881
|
+
* Specifies how much of the task has been completed. Must be a valid floating point number between min and max. If there is no value attribute, the progress bar is indeterminate; this indicates that an activity is ongoing with no indication of how long it is expected to take.
|
|
1882
|
+
*/
|
|
1883
|
+
"value"?: number;
|
|
1884
|
+
}
|
|
1846
1885
|
interface PostRating {
|
|
1847
1886
|
/**
|
|
1848
1887
|
* Defines the rating that the component should show.
|
|
@@ -2118,6 +2157,11 @@ declare namespace LocalJSX {
|
|
|
2118
2157
|
"arrow": boolean;
|
|
2119
2158
|
"safeSpace": 'triangle' | 'trapezoid';
|
|
2120
2159
|
}
|
|
2160
|
+
interface PostProgressbarAttributes {
|
|
2161
|
+
"min": number;
|
|
2162
|
+
"max": number;
|
|
2163
|
+
"value": number;
|
|
2164
|
+
}
|
|
2121
2165
|
interface PostRatingAttributes {
|
|
2122
2166
|
"label": string;
|
|
2123
2167
|
"stars": number;
|
|
@@ -2166,7 +2210,7 @@ declare namespace LocalJSX {
|
|
|
2166
2210
|
"post-breadcrumbs": Omit<PostBreadcrumbs, keyof PostBreadcrumbsAttributes> & { [K in keyof PostBreadcrumbs & keyof PostBreadcrumbsAttributes]?: PostBreadcrumbs[K] } & { [K in keyof PostBreadcrumbs & keyof PostBreadcrumbsAttributes as `attr:${K}`]?: PostBreadcrumbsAttributes[K] } & { [K in keyof PostBreadcrumbs & keyof PostBreadcrumbsAttributes as `prop:${K}`]?: PostBreadcrumbs[K] } & OneOf<"homeUrl", PostBreadcrumbs["homeUrl"], PostBreadcrumbsAttributes["homeUrl"]> & OneOf<"textHome", PostBreadcrumbs["textHome"], PostBreadcrumbsAttributes["textHome"]> & OneOf<"textBreadcrumbs", PostBreadcrumbs["textBreadcrumbs"], PostBreadcrumbsAttributes["textBreadcrumbs"]> & OneOf<"textMoreItems", PostBreadcrumbs["textMoreItems"], PostBreadcrumbsAttributes["textMoreItems"]>;
|
|
2167
2211
|
"post-closebutton": Omit<PostClosebutton, keyof PostClosebuttonAttributes> & { [K in keyof PostClosebutton & keyof PostClosebuttonAttributes]?: PostClosebutton[K] } & { [K in keyof PostClosebutton & keyof PostClosebuttonAttributes as `attr:${K}`]?: PostClosebuttonAttributes[K] } & { [K in keyof PostClosebutton & keyof PostClosebuttonAttributes as `prop:${K}`]?: PostClosebutton[K] };
|
|
2168
2212
|
"post-collapsible": Omit<PostCollapsible, keyof PostCollapsibleAttributes> & { [K in keyof PostCollapsible & keyof PostCollapsibleAttributes]?: PostCollapsible[K] } & { [K in keyof PostCollapsible & keyof PostCollapsibleAttributes as `attr:${K}`]?: PostCollapsibleAttributes[K] } & { [K in keyof PostCollapsible & keyof PostCollapsibleAttributes as `prop:${K}`]?: PostCollapsible[K] };
|
|
2169
|
-
"post-collapsible-trigger": Omit<PostCollapsibleTrigger, keyof PostCollapsibleTriggerAttributes> & { [K in keyof PostCollapsibleTrigger & keyof PostCollapsibleTriggerAttributes]?: PostCollapsibleTrigger[K] } & { [K in keyof PostCollapsibleTrigger & keyof PostCollapsibleTriggerAttributes as `attr:${K}`]?: PostCollapsibleTriggerAttributes[K] } & { [K in keyof PostCollapsibleTrigger & keyof PostCollapsibleTriggerAttributes as `prop:${K}`]?: PostCollapsibleTrigger[K] }
|
|
2213
|
+
"post-collapsible-trigger": Omit<PostCollapsibleTrigger, keyof PostCollapsibleTriggerAttributes> & { [K in keyof PostCollapsibleTrigger & keyof PostCollapsibleTriggerAttributes]?: PostCollapsibleTrigger[K] } & { [K in keyof PostCollapsibleTrigger & keyof PostCollapsibleTriggerAttributes as `attr:${K}`]?: PostCollapsibleTriggerAttributes[K] } & { [K in keyof PostCollapsibleTrigger & keyof PostCollapsibleTriggerAttributes as `prop:${K}`]?: PostCollapsibleTrigger[K] };
|
|
2170
2214
|
"post-date-picker": Omit<PostDatePicker, keyof PostDatePickerAttributes> & { [K in keyof PostDatePicker & keyof PostDatePickerAttributes]?: PostDatePicker[K] } & { [K in keyof PostDatePicker & keyof PostDatePickerAttributes as `attr:${K}`]?: PostDatePickerAttributes[K] } & { [K in keyof PostDatePicker & keyof PostDatePickerAttributes as `prop:${K}`]?: PostDatePicker[K] } & OneOf<"textNextMonth", PostDatePicker["textNextMonth"], PostDatePickerAttributes["textNextMonth"]> & OneOf<"textNextYear", PostDatePicker["textNextYear"], PostDatePickerAttributes["textNextYear"]> & OneOf<"textNextDecade", PostDatePicker["textNextDecade"], PostDatePickerAttributes["textNextDecade"]> & OneOf<"textPreviousMonth", PostDatePicker["textPreviousMonth"], PostDatePickerAttributes["textPreviousMonth"]> & OneOf<"textPreviousYear", PostDatePicker["textPreviousYear"], PostDatePickerAttributes["textPreviousYear"]> & OneOf<"textPreviousDecade", PostDatePicker["textPreviousDecade"], PostDatePickerAttributes["textPreviousDecade"]> & OneOf<"textSwitchYear", PostDatePicker["textSwitchYear"], PostDatePickerAttributes["textSwitchYear"]>;
|
|
2171
2215
|
"post-footer": Omit<PostFooter, keyof PostFooterAttributes> & { [K in keyof PostFooter & keyof PostFooterAttributes]?: PostFooter[K] } & { [K in keyof PostFooter & keyof PostFooterAttributes as `attr:${K}`]?: PostFooterAttributes[K] } & { [K in keyof PostFooter & keyof PostFooterAttributes as `prop:${K}`]?: PostFooter[K] } & OneOf<"textFooter", PostFooter["textFooter"], PostFooterAttributes["textFooter"]>;
|
|
2172
2216
|
"post-header": Omit<PostHeader, keyof PostHeaderAttributes> & { [K in keyof PostHeader & keyof PostHeaderAttributes]?: PostHeader[K] } & { [K in keyof PostHeader & keyof PostHeaderAttributes as `attr:${K}`]?: PostHeaderAttributes[K] } & { [K in keyof PostHeader & keyof PostHeaderAttributes as `prop:${K}`]?: PostHeader[K] } & OneOf<"textMenu", PostHeader["textMenu"], PostHeaderAttributes["textMenu"]>;
|
|
@@ -2189,6 +2233,7 @@ declare namespace LocalJSX {
|
|
|
2189
2233
|
"post-popover": Omit<PostPopover, keyof PostPopoverAttributes> & { [K in keyof PostPopover & keyof PostPopoverAttributes]?: PostPopover[K] } & { [K in keyof PostPopover & keyof PostPopoverAttributes as `attr:${K}`]?: PostPopoverAttributes[K] } & { [K in keyof PostPopover & keyof PostPopoverAttributes as `prop:${K}`]?: PostPopover[K] } & OneOf<"textClose", PostPopover["textClose"], PostPopoverAttributes["textClose"]>;
|
|
2190
2234
|
"post-popover-trigger": Omit<PostPopoverTrigger, keyof PostPopoverTriggerAttributes> & { [K in keyof PostPopoverTrigger & keyof PostPopoverTriggerAttributes]?: PostPopoverTrigger[K] } & { [K in keyof PostPopoverTrigger & keyof PostPopoverTriggerAttributes as `attr:${K}`]?: PostPopoverTriggerAttributes[K] } & { [K in keyof PostPopoverTrigger & keyof PostPopoverTriggerAttributes as `prop:${K}`]?: PostPopoverTrigger[K] };
|
|
2191
2235
|
"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
|
+
"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] };
|
|
2192
2237
|
"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"]>;
|
|
2193
2238
|
"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"]>;
|
|
2194
2239
|
"post-stepper-item": PostStepperItem;
|
|
@@ -2240,6 +2285,7 @@ declare module "@stencil/core" {
|
|
|
2240
2285
|
"post-popover": LocalJSX.IntrinsicElements["post-popover"] & JSXBase.HTMLAttributes<HTMLPostPopoverElement>;
|
|
2241
2286
|
"post-popover-trigger": LocalJSX.IntrinsicElements["post-popover-trigger"] & JSXBase.HTMLAttributes<HTMLPostPopoverTriggerElement>;
|
|
2242
2287
|
"post-popovercontainer": LocalJSX.IntrinsicElements["post-popovercontainer"] & JSXBase.HTMLAttributes<HTMLPostPopovercontainerElement>;
|
|
2288
|
+
"post-progressbar": LocalJSX.IntrinsicElements["post-progressbar"] & JSXBase.HTMLAttributes<HTMLPostProgressbarElement>;
|
|
2243
2289
|
"post-rating": LocalJSX.IntrinsicElements["post-rating"] & JSXBase.HTMLAttributes<HTMLPostRatingElement>;
|
|
2244
2290
|
"post-stepper": LocalJSX.IntrinsicElements["post-stepper"] & JSXBase.HTMLAttributes<HTMLPostStepperElement>;
|
|
2245
2291
|
"post-stepper-item": LocalJSX.IntrinsicElements["post-stepper-item"] & JSXBase.HTMLAttributes<HTMLPostStepperItemElement>;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
export * from './property-checkers';
|
|
2
1
|
export * from './property-decorators';
|
|
3
2
|
export * from './attribute-observer';
|
|
4
3
|
export * from './breakpoints';
|
|
@@ -8,11 +7,11 @@ export * from './event-from';
|
|
|
8
7
|
export * from './get-focusable-children';
|
|
9
8
|
export * from './get-root';
|
|
10
9
|
export * from './get-slotted-element';
|
|
10
|
+
export * from './is-iso-date';
|
|
11
11
|
export * from './is-motion-reduced';
|
|
12
12
|
export * from './is-value-empty';
|
|
13
|
+
export * from './locales';
|
|
14
|
+
export * from './nanoid';
|
|
13
15
|
export * from './repeat-on-long-press';
|
|
14
16
|
export * from './sass-export';
|
|
15
17
|
export * from './timeout';
|
|
16
|
-
export * from './is-iso-date';
|
|
17
|
-
export * from './locales';
|
|
18
|
-
export * from './nanoid';
|