@swisspost/design-system-components 9.0.0-next.2 → 9.0.0-next.4
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/{index-c15bd800.js → index-e1f32cce.js} +41 -4
- package/dist/cjs/index.cjs.js +29 -17
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/{package-a7150f64.js → package-3f706795.js} +1 -1
- package/dist/cjs/{post-accordion-62d2fd79.js → post-accordion-0391f4c5.js} +2 -2
- package/dist/cjs/post-accordion-item-19ce78d0.js +52 -0
- package/dist/cjs/post-accordion-item.cjs.entry.js +3 -3
- package/dist/cjs/post-accordion.cjs.entry.js +3 -3
- package/dist/cjs/post-alert-278229ad.js +98 -0
- package/dist/cjs/post-alert.cjs.entry.js +3 -3
- package/dist/cjs/post-avatar-ffba1d23.js +148 -0
- package/dist/cjs/post-avatar.cjs.entry.js +13 -0
- package/dist/cjs/post-breadcrumb-item-42466f8a.js +49 -0
- package/dist/cjs/post-breadcrumb-item.cjs.entry.js +14 -0
- package/dist/cjs/post-card-control-37d6a65a.js +272 -0
- package/dist/cjs/post-card-control.cjs.entry.js +3 -3
- package/dist/cjs/post-closebutton-372c1276.js +16 -0
- package/dist/cjs/post-closebutton.cjs.entry.js +11 -0
- package/dist/cjs/{post-collapsible-trigger-9dca8493.js → post-collapsible-trigger-c843f028.js} +7 -5
- package/dist/cjs/post-collapsible_2.cjs.entry.js +3 -3
- package/dist/cjs/post-components.cjs.js +2 -2
- package/dist/cjs/{post-icon-3934be0b.js → post-icon-ca80afce.js} +4 -4
- package/dist/cjs/post-icon.cjs.entry.js +3 -3
- package/dist/cjs/post-language-option-dab6d431.js +67 -0
- package/dist/cjs/post-language-option.cjs.entry.js +14 -0
- package/dist/cjs/post-list-f2c673ef.js +37 -0
- package/dist/cjs/post-list-item-1b6ce0d0.js +22 -0
- package/dist/cjs/post-list-item.cjs.entry.js +10 -0
- package/dist/cjs/post-list.cjs.entry.js +11 -0
- package/dist/cjs/{post-logo-c3603fc7.js → post-logo-ed8e99c0.js} +4 -4
- package/dist/cjs/post-logo.cjs.entry.js +3 -3
- package/dist/cjs/{post-popover-15f9620a.js → post-popover-4457dd58.js} +4 -4
- package/dist/cjs/post-popover.cjs.entry.js +3 -3
- package/dist/cjs/{post-popovercontainer-7d536276.js → post-popovercontainer-1e6be8ad.js} +11 -9
- package/dist/cjs/post-popovercontainer.cjs.entry.js +3 -3
- package/dist/cjs/{post-rating-db5a397a.js → post-rating-236273be.js} +3 -3
- package/dist/cjs/post-rating.cjs.entry.js +3 -3
- package/dist/cjs/post-tab-header-bce47e34.js +32 -0
- package/dist/cjs/post-tab-header.cjs.entry.js +3 -3
- package/dist/cjs/{post-tab-panel-d59cf1ec.js → post-tab-panel-e25974be.js} +3 -3
- package/dist/cjs/post-tab-panel.cjs.entry.js +3 -3
- package/dist/cjs/{post-tabs-7afae61a.js → post-tabs-dc99bddf.js} +4 -4
- package/dist/cjs/post-tabs.cjs.entry.js +3 -3
- package/dist/cjs/{post-tag-b7d0bbff.js → post-tag-a28852a8.js} +3 -3
- package/dist/cjs/post-tag.cjs.entry.js +3 -3
- package/dist/cjs/{post-tooltip-432852c7.js → post-tooltip-78e4129b.js} +3 -3
- package/dist/cjs/post-tooltip.cjs.entry.js +3 -3
- package/dist/collection/collection-manifest.json +7 -1
- package/dist/collection/components/post-accordion-item/post-accordion-item.css +1 -1
- package/dist/collection/components/post-accordion-item/post-accordion-item.js +4 -3
- package/dist/collection/components/post-alert/post-alert.css +2 -2
- package/dist/collection/components/post-alert/post-alert.js +4 -4
- package/dist/collection/components/post-avatar/post-avatar.css +3 -0
- package/dist/collection/components/post-avatar/post-avatar.js +237 -0
- package/dist/collection/components/post-breadcrumb-item/post-breadcrumb-item.css +1 -0
- package/dist/collection/components/post-breadcrumb-item/post-breadcrumb-item.js +83 -0
- package/dist/collection/components/post-card-control/post-card-control.css +1 -1
- package/dist/collection/components/post-card-control/post-card-control.js +2 -2
- package/dist/collection/components/post-closebutton/post-closebutton.js +12 -0
- package/dist/collection/components/post-collapsible/post-collapsible.js +5 -3
- package/dist/collection/components/post-icon/post-icon.js +2 -2
- package/dist/collection/components/post-language-option/post-language-option.css +3 -0
- package/dist/collection/components/post-language-option/post-language-option.js +191 -0
- package/dist/collection/components/post-list/post-list.css +3 -0
- package/dist/collection/components/post-list/post-list.js +87 -0
- package/dist/collection/components/post-list-item/post-list-item.css +1 -0
- package/dist/collection/components/post-list-item/post-list-item.js +25 -0
- package/dist/collection/components/post-logo/post-logo.js +2 -2
- package/dist/collection/components/post-popover/post-popover.css +1 -1
- package/dist/collection/components/post-popover/post-popover.js +1 -1
- package/dist/collection/components/post-popovercontainer/post-popovercontainer.css +1 -1
- package/dist/collection/components/post-popovercontainer/post-popovercontainer.js +26 -6
- package/dist/collection/components/post-rating/post-rating.js +1 -1
- package/dist/collection/components/post-tab-header/post-tab-header.css +1 -1
- package/dist/collection/components/post-tab-header/post-tab-header.js +1 -1
- package/dist/collection/components/post-tab-panel/post-tab-panel.js +1 -1
- package/dist/collection/components/post-tabs/post-tabs.css +1 -1
- package/dist/collection/components/post-tabs/post-tabs.js +1 -1
- package/dist/collection/components/post-tag/post-tag.js +1 -1
- package/dist/collection/components/post-tooltip/post-tooltip.js +1 -1
- package/dist/collection/index.js +6 -0
- package/dist/components/index.js +6 -0
- package/dist/components/index2.js +1 -1
- package/dist/components/package.js +1 -1
- package/dist/components/post-accordion-item2.js +5 -4
- package/dist/components/post-alert2.js +5 -5
- package/dist/components/post-avatar.d.ts +11 -0
- package/dist/components/post-avatar.js +6 -0
- package/dist/components/post-avatar2.js +173 -0
- package/dist/components/post-breadcrumb-item.d.ts +11 -0
- package/dist/components/post-breadcrumb-item.js +6 -0
- package/dist/components/post-breadcrumb-item2.js +72 -0
- package/dist/components/post-card-control2.js +3 -3
- package/dist/components/post-closebutton.d.ts +11 -0
- package/dist/components/post-closebutton.js +6 -0
- package/dist/components/post-closebutton2.js +34 -0
- package/dist/components/post-collapsible2.js +6 -4
- package/dist/components/post-icon2.js +3 -3
- package/dist/components/post-language-option.d.ts +11 -0
- package/dist/components/post-language-option.js +6 -0
- package/dist/components/post-language-option2.js +92 -0
- package/dist/components/post-list-item.d.ts +11 -0
- package/dist/components/post-list-item.js +6 -0
- package/dist/components/post-list-item2.js +35 -0
- package/dist/components/post-list.d.ts +11 -0
- package/dist/components/post-list.js +6 -0
- package/dist/components/post-list2.js +53 -0
- package/dist/components/post-logo2.js +3 -3
- package/dist/components/post-popover2.js +2 -2
- package/dist/components/post-popovercontainer2.js +10 -7
- package/dist/components/post-rating2.js +1 -1
- package/dist/components/post-tab-header2.js +2 -2
- package/dist/components/post-tab-panel2.js +1 -1
- package/dist/components/post-tabs2.js +2 -2
- package/dist/components/post-tag2.js +1 -1
- package/dist/components/post-tooltip2.js +2 -2
- package/dist/docs.json +508 -1
- package/dist/esm/{index-f41b763f.js → index-642cd1f2.js} +1 -1
- package/dist/esm/{index-0b56fc28.js → index-e1b64755.js} +41 -4
- package/dist/esm/index.js +24 -18
- package/dist/esm/loader.js +3 -3
- package/dist/esm/package-aaf62247.js +3 -0
- package/dist/esm/{post-accordion-6f4d2b9a.js → post-accordion-7ef6d6bf.js} +2 -2
- package/dist/esm/post-accordion-item-d98c612f.js +50 -0
- package/dist/esm/post-accordion-item.entry.js +4 -4
- package/dist/esm/post-accordion.entry.js +3 -3
- package/dist/esm/post-alert-2aee0a88.js +96 -0
- package/dist/esm/post-alert.entry.js +4 -4
- package/dist/esm/post-avatar-f743d28e.js +146 -0
- package/dist/esm/post-avatar.entry.js +5 -0
- package/dist/esm/post-breadcrumb-item-e287afe1.js +47 -0
- package/dist/esm/post-breadcrumb-item.entry.js +6 -0
- package/dist/esm/post-card-control-685ca60d.js +270 -0
- package/dist/esm/post-card-control.entry.js +3 -3
- package/dist/esm/post-closebutton-a951a0ba.js +14 -0
- package/dist/esm/post-closebutton.entry.js +3 -0
- package/dist/esm/{post-collapsible-trigger-85c2064a.js → post-collapsible-trigger-1eca7350.js} +8 -6
- package/dist/esm/post-collapsible_2.entry.js +4 -4
- package/dist/esm/post-components.js +3 -3
- package/dist/esm/{post-icon-40929043.js → post-icon-29b33e6a.js} +5 -5
- package/dist/esm/post-icon.entry.js +4 -4
- package/dist/esm/post-language-option-92ce480f.js +65 -0
- package/dist/esm/post-language-option.entry.js +6 -0
- package/dist/esm/post-list-5a17eff9.js +35 -0
- package/dist/esm/post-list-item-12ff4b9c.js +20 -0
- package/dist/esm/post-list-item.entry.js +2 -0
- package/dist/esm/post-list.entry.js +3 -0
- package/dist/esm/{post-logo-c6351ba8.js → post-logo-0a072d4b.js} +5 -5
- package/dist/esm/post-logo.entry.js +4 -4
- package/dist/esm/{post-popover-58149de7.js → post-popover-a82bae79.js} +4 -4
- package/dist/esm/post-popover.entry.js +3 -3
- package/dist/esm/{post-popovercontainer-8bde9fc3.js → post-popovercontainer-409abba0.js} +11 -9
- package/dist/esm/post-popovercontainer.entry.js +3 -3
- package/dist/esm/{post-rating-d9fc0b40.js → post-rating-a6513fc9.js} +3 -3
- package/dist/esm/post-rating.entry.js +3 -3
- package/dist/esm/post-tab-header-2bf36bae.js +30 -0
- package/dist/esm/post-tab-header.entry.js +3 -3
- package/dist/esm/{post-tab-panel-926439f4.js → post-tab-panel-56ad2836.js} +3 -3
- package/dist/esm/post-tab-panel.entry.js +3 -3
- package/dist/esm/{post-tabs-13b2d9a6.js → post-tabs-895b4e96.js} +4 -4
- package/dist/esm/post-tabs.entry.js +3 -3
- package/dist/esm/{post-tag-887d5fbe.js → post-tag-ee91d6a9.js} +3 -3
- package/dist/esm/post-tag.entry.js +3 -3
- package/dist/esm/{post-tooltip-3cde6b53.js → post-tooltip-a4d93fd2.js} +4 -4
- package/dist/esm/post-tooltip.entry.js +4 -4
- package/dist/post-components/index.esm.js +1 -1
- package/dist/post-components/p-065de04e.entry.js +1 -0
- package/dist/post-components/p-0af20b10.entry.js +1 -0
- package/dist/post-components/p-13e6577d.js +1 -0
- package/dist/post-components/p-16ff4451.entry.js +1 -0
- package/dist/post-components/{p-0e09dc41.js → p-1a53bc7d.js} +1 -1
- package/dist/post-components/p-2b777f74.js +1 -0
- package/dist/post-components/p-2caf9469.js +1 -0
- package/dist/post-components/p-3a272de8.entry.js +1 -0
- package/dist/post-components/p-3cc61960.js +1 -0
- package/dist/post-components/p-3eab790d.js +2 -0
- package/dist/post-components/{p-82dcf8c6.js → p-47279ac4.js} +2 -2
- package/dist/post-components/p-49445ef1.entry.js +1 -0
- package/dist/post-components/p-5957a7fa.js +1 -0
- package/dist/post-components/p-5a8157b4.js +1 -0
- package/dist/post-components/p-6ecb14d1.js +1 -0
- package/dist/post-components/p-7986d834.js +1 -0
- package/dist/post-components/{p-2b10e265.js → p-7b0616c6.js} +1 -1
- package/dist/post-components/p-80e5d228.entry.js +1 -0
- package/dist/post-components/p-8618ccea.entry.js +1 -0
- package/dist/post-components/p-8bd32536.js +1 -0
- package/dist/post-components/p-8f36ccda.entry.js +1 -0
- package/dist/post-components/p-9753c9c7.entry.js +1 -0
- package/dist/post-components/p-9cd82521.js +1 -0
- package/dist/post-components/p-a3cc34a3.js +1 -0
- package/dist/post-components/p-a514b746.entry.js +1 -0
- package/dist/post-components/p-a9efdea5.entry.js +1 -0
- package/dist/post-components/p-aae80acd.entry.js +1 -0
- package/dist/post-components/p-b60d2ab7.entry.js +1 -0
- package/dist/post-components/p-b63a3fc2.entry.js +1 -0
- package/dist/post-components/{p-deb4131c.js → p-ba14d022.js} +1 -1
- package/dist/post-components/p-bc7cfb53.js +1 -0
- package/dist/post-components/p-be5b0cdb.entry.js +1 -0
- package/dist/post-components/p-c79c7d00.entry.js +1 -0
- package/dist/post-components/p-cd91c467.entry.js +1 -0
- package/dist/post-components/{p-6a28f8b9.js → p-d176f664.js} +1 -1
- package/dist/post-components/p-d37c6cc3.js +1 -0
- package/dist/post-components/p-d528afb2.entry.js +1 -0
- package/dist/post-components/p-d793c76b.js +1 -0
- package/dist/post-components/p-dd871b55.js +1 -0
- package/dist/post-components/p-e1925cd1.entry.js +1 -0
- package/dist/post-components/p-fb62c672.js +1 -0
- package/dist/post-components/p-fb7a5867.js +1 -0
- package/dist/post-components/p-fda6ce34.js +1 -0
- package/dist/post-components/p-fe602d19.entry.js +1 -0
- package/dist/post-components/p-ffb26d24.entry.js +1 -0
- package/dist/post-components/post-components.esm.js +1 -1
- package/dist/types/components/post-accordion-item/post-accordion-item.d.ts +1 -1
- package/dist/types/components/post-alert/post-alert.d.ts +1 -1
- package/dist/types/components/post-avatar/post-avatar.d.ts +51 -0
- package/dist/types/components/post-breadcrumb-item/post-breadcrumb-item.d.ts +15 -0
- package/dist/types/components/post-closebutton/post-closebutton.d.ts +7 -0
- package/dist/types/components/post-icon/post-icon.d.ts +1 -1
- package/dist/types/components/post-language-option/post-language-option.d.ts +40 -0
- package/dist/types/components/post-list/post-list.d.ts +24 -0
- package/dist/types/components/post-list-item/post-list-item.d.ts +8 -0
- package/dist/types/components/post-logo/post-logo.d.ts +1 -1
- package/dist/types/components/post-popovercontainer/post-popovercontainer.d.ts +4 -0
- package/dist/types/components.d.ts +197 -0
- package/dist/types/index.d.ts +6 -0
- package/loaders/index.d.ts +12 -0
- package/loaders/index.js +6 -0
- package/loaders/package.js +1 -1
- package/loaders/post-accordion-item.js +5 -4
- package/loaders/post-alert.js +5 -5
- package/loaders/post-avatar.d.ts +11 -0
- package/loaders/post-avatar.js +176 -0
- package/loaders/post-breadcrumb-item.d.ts +11 -0
- package/loaders/post-breadcrumb-item.js +75 -0
- package/loaders/post-card-control.js +3 -3
- package/loaders/post-closebutton.d.ts +11 -0
- package/loaders/post-closebutton.js +37 -0
- package/loaders/post-collapsible2.js +5 -3
- package/loaders/post-icon2.js +2 -2
- package/loaders/post-language-option.d.ts +11 -0
- package/loaders/post-language-option.js +95 -0
- package/loaders/post-list-item.d.ts +11 -0
- package/loaders/post-list-item.js +38 -0
- package/loaders/post-list.d.ts +11 -0
- package/loaders/post-list.js +56 -0
- package/loaders/post-logo.js +2 -2
- package/loaders/post-popover.js +2 -2
- package/loaders/post-popovercontainer2.js +10 -7
- package/loaders/post-rating.js +1 -1
- package/loaders/post-tab-header.js +2 -2
- package/loaders/post-tab-panel.js +1 -1
- package/loaders/post-tabs.js +2 -2
- package/loaders/post-tag.js +1 -1
- package/loaders/post-tooltip.js +1 -1
- package/package.json +2 -2
- package/dist/cjs/post-accordion-item-7b348fa5.js +0 -51
- package/dist/cjs/post-alert-fca3a4a3.js +0 -98
- package/dist/cjs/post-card-control-b4e4b4d5.js +0 -272
- package/dist/cjs/post-tab-header-29b8d4e1.js +0 -32
- package/dist/esm/package-3d758f77.js +0 -3
- package/dist/esm/post-accordion-item-6b5a65ad.js +0 -49
- package/dist/esm/post-alert-f19db551.js +0 -96
- package/dist/esm/post-card-control-1b5df6cb.js +0 -270
- package/dist/esm/post-tab-header-ae8feb19.js +0 -30
- package/dist/post-components/p-0b71bf5a.js +0 -1
- package/dist/post-components/p-19e54be9.js +0 -1
- package/dist/post-components/p-1e8f0f36.js +0 -1
- package/dist/post-components/p-22257eff.entry.js +0 -1
- package/dist/post-components/p-249ac168.entry.js +0 -1
- package/dist/post-components/p-3325086e.js +0 -1
- package/dist/post-components/p-3b823fee.entry.js +0 -1
- package/dist/post-components/p-45f4c803.entry.js +0 -1
- package/dist/post-components/p-47935dbb.js +0 -1
- package/dist/post-components/p-486fbbce.entry.js +0 -1
- package/dist/post-components/p-4a7fb0f3.entry.js +0 -1
- package/dist/post-components/p-5f231c2c.js +0 -1
- package/dist/post-components/p-6ed3497a.entry.js +0 -1
- package/dist/post-components/p-820c5c19.entry.js +0 -1
- package/dist/post-components/p-8aeb549f.entry.js +0 -1
- package/dist/post-components/p-92aeec3c.js +0 -1
- package/dist/post-components/p-9a99cfc7.js +0 -1
- package/dist/post-components/p-aa8a08dc.entry.js +0 -1
- package/dist/post-components/p-b99fdec3.js +0 -1
- package/dist/post-components/p-ba40b28a.entry.js +0 -1
- package/dist/post-components/p-c62de925.js +0 -1
- package/dist/post-components/p-d2101b8a.entry.js +0 -1
- package/dist/post-components/p-d2f9de94.js +0 -2
- package/dist/post-components/p-d7a44f45.js +0 -1
- package/dist/post-components/p-db4b8ea1.entry.js +0 -1
- package/dist/post-components/p-eedc6ae8.entry.js +0 -1
- package/dist/post-components/p-f217f420.js +0 -1
- package/dist/post-components/p-f707d163.entry.js +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as e,h as t,H as o,g as s}from"./p-3eab790d.js";import{v as a}from"./p-7986d834.js";import{d as i}from"./p-ba14d022.js";const d=class{constructor(t){e(this,t),this.url=void 0}validateUrl(){i(this.url,'The "url" property of the post-logo is invalid')}componentDidLoad(){this.validateUrl(),this.checkDescription()}checkDescription(){this.host.textContent||console.warn("Be sure to add descriptive text in the post-logo to ensure good accessibility of the component.")}render(){const e=this.url&&("string"==typeof this.url?this.url:this.url.href);return t(o,{key:"b574181a7c53cd9c9902e6ba186cd5a0de94cb3e","data-version":a},t(e?"a":"span",Object.assign({key:"a27bf9db453b9b991c4db8d003eca10a28935b73",class:"logo"},e?{href:e}:{}),t("span",{key:"1e464aff7a75b29bd72eb15aed9ac122a3b53765",class:"description"},t("slot",{key:"d32bbf03ff0d5343fd05f2c1c31e6b1d1d767926",onSlotchange:()=>this.checkDescription()})),t("svg",{key:"3fa62f2304816bc4a7f974a2011e664f39a9a943",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 72 72","aria-hidden":"true"},t("g",{key:"47dbbc031af1c8f56f0c7c9046ecf1bb2aacbeff",id:"Logo"},t("rect",{key:"8da0d35310d062d0e1f23bc9eb19fef4fd5f7a96",fill:"#ffcc00",x:"0",y:"0",width:"72",height:"72"}),t("polygon",{key:"7d96cc5f82e35308826e77e5daa94494ef8947e6",fill:"#ff0000",points:"34,32.3 34,19 19.7,19 19.7,29.1 10,29.1 10,42.9 19.7,42.9 19.7,53 34,53 34,39.7 30.6,39.7 30.6,49.8 23.1,49.8 23.1,39.7 13.4,39.7 13.4,32.3 23.1,32.3 23.1,22.2 30.6,22.2 30.6,32.3"}),t("path",{key:"85b88d253f50500662ea6e7689a5cfa8461bd7c1",d:"M53.56234,31.10526c0,2.41272-1.99154,4.29475-4.51723,4.29475H45.2v-8.3h3.84511C51.66802,27.1,53.56234,28.78889,53.56234,31.10526z M50.69666,19H36v34h9.2V42.9h5.49666c6.75131,0,11.9971-5.15137,11.9971-11.8057C62.69376,24.39136,57.35099,19,50.69666,19z"})))))}get host(){return s(this)}static get watchers(){return{url:["validateUrl"]}}};d.style=":host,.logo{display:inline-block}:host,:host .logo>svg,.logo,.logo .logo>svg{height:100%}.description{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);border:0}";export{d as P}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as o,h as r,H as t,g as c}from"./p-3eab790d.js";import{v as i}from"./p-7986d834.js";import{H as a}from"./p-247a1668.js";import{c as e}from"./p-ba14d022.js";const n=class{constructor(r){o(this,r),this.id=void 0,this.collapsed=!1,this.headingLevel=void 0}validateHeadingLevel(o=this.headingLevel){e(o,a,"The `heading-level` property of the `post-accordion-item` must be a number between 1 and 6.")}componentDidLoad(){this.validateHeadingLevel()}componentWillLoad(){this.id=this.host.id||`a${crypto.randomUUID()}`}onCollapseToggle(o){o.target===this.host&&"post-accordion-item"===o.target.localName&&(this.collapsed=!o.detail)}async toggle(o){return this.collapsible.toggle(o)}render(){var o;const c=`h${null!==(o=this.headingLevel)&&void 0!==o?o:2}`;return r(t,{key:"3d2740ab4942832231737f1c26c075f37590bf53",id:this.id,"data-version":i},r("div",{key:"cba3f09d50db4ad285cc20a051763e7d843ab36d",part:"accordion-item",class:"accordion-item"},r("post-collapsible-trigger",{key:"87e7da5bfaee393fdf8423e8521448b976125daa",for:`${this.id}--collapse`},r(c,{key:"89d218bd032caddc6b484edab1f8d3d912c73c17",class:"accordion-header",id:`${this.id}--header`},r("button",{key:"2f4597376234c64fec882ecdac76c2e3f541474c",type:"button",class:"accordion-button"+(this.collapsed?" collapsed":"")},r("slot",{key:"573e3a196c71548868698066c1220f56f5c39181",name:"header"})))),r("post-collapsible",{key:"6e07f4dfe240e52aad4d8e7b176ca2ec9476d605",id:`${this.id}--collapse`,collapsed:this.collapsed,ref:o=>this.collapsible=o},r("div",{key:"f7f10770fbd1ae6ac867fb1ff255a303fd42c461",class:"accordion-body"},r("slot",{key:"dc0d49c7484481b57e7665e25761c425db3247b4"})))))}get host(){return c(this)}static get watchers(){return{headingLevel:["validateHeadingLevel"]}}};n.style=".accordion-item,.bg-yellow .accordion-item,.bg-white .accordion-item,.bg-light .accordion-item,.bg-gray .accordion-item,.bg-dark .accordion-item,.bg-black .accordion-item,.bg-primary .accordion-item,.bg-secondary .accordion-item,.bg-success .accordion-item,.bg-warning .accordion-item,.bg-error .accordion-item,.bg-info .accordion-item,.bg-success-background .accordion-item,.bg-warning-background .accordion-item,.bg-error-background .accordion-item,post-accordion-item::part(accordion-item),.bg-yellow post-accordion-item::part(accordion-item),.bg-white post-accordion-item::part(accordion-item),.bg-light post-accordion-item::part(accordion-item),.bg-gray post-accordion-item::part(accordion-item),.bg-dark post-accordion-item::part(accordion-item),.bg-black post-accordion-item::part(accordion-item),.bg-primary post-accordion-item::part(accordion-item),.bg-secondary post-accordion-item::part(accordion-item),.bg-success post-accordion-item::part(accordion-item),.bg-warning post-accordion-item::part(accordion-item),.bg-error post-accordion-item::part(accordion-item),.bg-info post-accordion-item::part(accordion-item),.bg-success-background post-accordion-item::part(accordion-item),.bg-warning-background post-accordion-item::part(accordion-item),.bg-error-background post-accordion-item::part(accordion-item){--post-bg-opacity:1;background-color:rgba(var(--post-bg-rgb), var(--post-bg-opacity)) !important;color:var(--post-contrast-color) !important}.accordion-item,.bg-yellow .accordion-item,.bg-white .accordion-item,.bg-light .accordion-item,.bg-gray .accordion-item,.bg-dark .accordion-item,.bg-black .accordion-item,.bg-primary .accordion-item,.bg-secondary .accordion-item,.bg-success .accordion-item,.bg-warning .accordion-item,.bg-error .accordion-item,.bg-info .accordion-item,.bg-success-background .accordion-item,.bg-warning-background .accordion-item,.bg-error-background .accordion-item,post-accordion-item::part(accordion-item),.bg-yellow post-accordion-item::part(accordion-item),.bg-white post-accordion-item::part(accordion-item),.bg-light post-accordion-item::part(accordion-item),.bg-gray post-accordion-item::part(accordion-item),.bg-dark post-accordion-item::part(accordion-item),.bg-black post-accordion-item::part(accordion-item),.bg-primary post-accordion-item::part(accordion-item),.bg-secondary post-accordion-item::part(accordion-item),.bg-success post-accordion-item::part(accordion-item),.bg-warning post-accordion-item::part(accordion-item),.bg-error post-accordion-item::part(accordion-item),.bg-info post-accordion-item::part(accordion-item),.bg-success-background post-accordion-item::part(accordion-item),.bg-warning-background post-accordion-item::part(accordion-item),.bg-error-background post-accordion-item::part(accordion-item){--post-contrast-color:#000;--post-focus-color:#1976c8;--post-contrast-color-inverted:#fff;--post-gray-10:hsl(0, 0%, 90%);--post-gray-20:hsl(0, 0%, 80%);--post-gray-40:hsl(0, 0%, 60%);--post-gray-60:hsl(0, 0%, 40%);--post-gray-80:hsl(0, 0%, 20%);--post-yellow:#fc0;--post-white:#fff;--post-light:#faf9f8;--post-gray:#f4f3f1;--post-dark:hsl(0, 0%, 20%);--post-black:#000;--post-primary:hsl(0, 0%, 20%);--post-secondary:hsl(0, 0%, 40%);--post-success:#2c871d;--post-warning:#f49e00;--post-error:#a51728;--post-info:#cce4ee;--post-success-background:#c0debb;--post-warning-background:#fce2b2;--post-error-background:#ffdade;--post-contrast-color-rgb:0, 0, 0;--post-contrast-color-inverted-rgb:255, 255, 255;--post-gray-10-rgb:230, 230, 230;--post-gray-20-rgb:204, 204, 204;--post-gray-40-rgb:153, 153, 153;--post-gray-60-rgb:102, 102, 102;--post-gray-80-rgb:51, 51, 51;--post-black-alpha-10-rgba:rgba(0, 0, 0, 0.1);--post-black-alpha-20-rgba:rgba(0, 0, 0, 0.2);--post-black-alpha-40-rgba:rgba(0, 0, 0, 0.4);--post-black-alpha-60-rgba:rgba(0, 0, 0, 0.6);--post-black-alpha-80-rgba:rgba(0, 0, 0, 0.8);--post-white-alpha-10-rgba:rgba(255, 255, 255, 0.1);--post-white-alpha-20-rgba:rgba(255, 255, 255, 0.2);--post-white-alpha-40-rgba:rgba(255, 255, 255, 0.4);--post-white-alpha-60-rgba:rgba(255, 255, 255, 0.6);--post-white-alpha-80-rgba:rgba(255, 255, 255, 0.8);--post-yellow-rgb:255, 204, 0;--post-white-rgb:255, 255, 255;--post-light-rgb:250, 249, 248;--post-gray-rgb:244, 243, 241;--post-dark-rgb:51, 51, 51;--post-black-rgb:0, 0, 0;--post-primary-rgb:51, 51, 51;--post-secondary-rgb:102, 102, 102;--post-success-rgb:44, 135, 29;--post-warning-rgb:244, 158, 0;--post-error-rgb:165, 23, 40;--post-info-rgb:204, 228, 238;--post-success-background-rgb:192, 222, 187;--post-warning-background-rgb:252, 226, 178;--post-error-background-rgb:255, 218, 222}.accordion-item{border-block:2px solid #666;--post-bg-rgb:244, 243, 241}.bg-yellow .accordion-item{--post-bg-rgb:255, 255, 255}.bg-white .accordion-item{--post-bg-rgb:244, 243, 241}.bg-light .accordion-item{--post-bg-rgb:255, 255, 255}.bg-gray .accordion-item{--post-bg-rgb:255, 255, 255}.bg-dark .accordion-item{--post-bg-rgb:255, 255, 255}.bg-black .accordion-item{--post-bg-rgb:255, 255, 255}.bg-primary .accordion-item{--post-bg-rgb:255, 255, 255}.bg-secondary .accordion-item{--post-bg-rgb:255, 255, 255}.bg-success .accordion-item{--post-bg-rgb:255, 255, 255}.bg-warning .accordion-item{--post-bg-rgb:255, 255, 255}.bg-error .accordion-item{--post-bg-rgb:255, 255, 255}.bg-info .accordion-item{--post-bg-rgb:255, 255, 255}.bg-success-background .accordion-item{--post-bg-rgb:255, 255, 255}.bg-warning-background .accordion-item{--post-bg-rgb:255, 255, 255}.bg-error-background .accordion-item{--post-bg-rgb:255, 255, 255}.accordion-item+.accordion-item{border-block-start:0}.accordion-header{color:#333;font-size:1rem;font-weight:700;line-height:1.5;margin:0}.accordion-button{padding:0;overflow:visible;border:0;background:none;color:inherit;font:inherit;-webkit-user-select:none;user-select:none;appearance:button;width:100%;position:relative;padding-block:1rem;padding-inline-start:1rem;padding-inline-end:3rem;text-align:start;transition:opacity 250ms,border-color 250ms,background-color 250ms,color 250ms;outline:none}.accordion-button:focus-visible{outline:2px solid #1976c8}.accordion-button:hover{color:#000;background-color:#e6e6e6}.accordion-button:disabled{opacity:.4;pointer-events:none}.accordion-button::after{-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m23.6 18.3-.9.9-6.7-6.6-6.6 6.6-.9-.9 7.5-7.6z'/%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m23.6 18.3-.9.9-6.7-6.6-6.6 6.6-.9-.9 7.5-7.6z'/%3E%3C/svg%3E\");background-color:currentColor;color:currentColor;forced-color-adjust:preserve-parent-color;content:\"\";display:block;height:1.5rem;width:1.5rem;position:absolute;inset-inline-end:1rem;inset-block-start:50%;transform:translateY(-50%);transition:transform 250ms cubic-bezier(0.4, 0, 0.2, 1)}.accordion-button.collapsed::after{transform:translateY(-50%) rotate(-180deg)}.accordion-button>.text-truncate{display:block}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.accordion-button:hover:not(:disabled),.accordion-button:focus-visible:not(:disabled){outline:2px solid Highlight}.accordion-button:disabled{opacity:1 !important}}.accordion-body{padding:.5rem 1rem 1rem;font-weight:400}.accordion-button>*,.accordion-body>:first-child{margin-block-start:0 !important}.accordion-button>*,.accordion-body>:last-child{margin-block-end:0 !important}:host{display:block}.accordion-button{cursor:pointer}.accordion-button>::slotted(.text-truncate){display:block}post-accordion-item::part(accordion-item){--post-bg-rgb:244, 243, 241}.bg-yellow post-accordion-item::part(accordion-item){--post-bg-rgb:255, 255, 255}.bg-white post-accordion-item::part(accordion-item){--post-bg-rgb:244, 243, 241}.bg-light post-accordion-item::part(accordion-item){--post-bg-rgb:255, 255, 255}.bg-gray post-accordion-item::part(accordion-item){--post-bg-rgb:255, 255, 255}.bg-dark post-accordion-item::part(accordion-item){--post-bg-rgb:255, 255, 255}.bg-black post-accordion-item::part(accordion-item){--post-bg-rgb:255, 255, 255}.bg-primary post-accordion-item::part(accordion-item){--post-bg-rgb:255, 255, 255}.bg-secondary post-accordion-item::part(accordion-item){--post-bg-rgb:255, 255, 255}.bg-success post-accordion-item::part(accordion-item){--post-bg-rgb:255, 255, 255}.bg-warning post-accordion-item::part(accordion-item){--post-bg-rgb:255, 255, 255}.bg-error post-accordion-item::part(accordion-item){--post-bg-rgb:255, 255, 255}.bg-info post-accordion-item::part(accordion-item){--post-bg-rgb:255, 255, 255}.bg-success-background post-accordion-item::part(accordion-item){--post-bg-rgb:255, 255, 255}.bg-warning-background post-accordion-item::part(accordion-item){--post-bg-rgb:255, 255, 255}.bg-error-background post-accordion-item::part(accordion-item){--post-bg-rgb:255, 255, 255}:host(:not(:first-of-type)) .accordion-item{border-block-start:0}";export{n as P}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as o,h as t,H as r,g as a}from"./p-3eab790d.js";import{v as e}from"./p-7986d834.js";import{c}from"./p-b095519d.js";const b=class{constructor(t){o(this,t),this.tabId=void 0,this.panel=void 0}validateFor(o){c(o,'The "panel" prop is required for the post-tab-header.')}componentWillLoad(){this.tabId=`tab-${this.host.id||crypto.randomUUID()}`}render(){return t(r,{key:"3f6c519aeb28ba7f22de7b7bbb04589bc7c9fc59",id:this.tabId,role:"tab","data-version":e,"aria-selected":"false",tabindex:"-1",class:"tab-title",slot:"tabs"},t("slot",{key:"2df9413b24b32956361708d2ef009584ea151c8c"}))}get host(){return a(this)}static get watchers(){return{panel:["validateFor"]}}};b.style='.tab-title[role=tab]{display:inline-block;cursor:pointer;position:relative;box-sizing:border-box;padding:1rem;transition:background-color 100ms;border-right:1px solid rgba(0,0,0,0);border-left:1px solid rgba(0,0,0,0);outline-color:currentColor;opacity:.7;color:var(--post-contrast-color);text-decoration:none;background-color:rgba(0,0,0,0)}.tab-title[role=tab]:focus{background-color:unset;color:var(--post-contrast-color)}.tab-title[role=tab]:hover{opacity:1;background-color:rgba(var(--post-contrast-color-rgb), 0.6);color:var(--post-contrast-color-inverted)}.tab-title[role=tab]:focus-visible{outline:rgba(0,0,0,0);opacity:1;background-color:rgba(var(--post-contrast-color-rgb), 0.6);color:var(--post-contrast-color-inverted);box-shadow:none}.tab-title[role=tab]:focus-visible::after{content:"";display:block;position:absolute;top:2px;right:1px;bottom:0;left:1px;box-shadow:0 0 0 1px #fff,0 0 0 2px #333}.tab-title[role=tab].active{z-index:1;border-right-color:#ccc;border-left-color:#ccc;opacity:1;background-color:var(--post-contrast-color-inverted);color:var(--post-contrast-color);font-weight:700}.tab-title[role=tab].active::before{content:"";display:block;position:absolute;top:0;right:-1px;left:-1px;height:.25rem;background-color:#fc0}:where(.bg-dark,.bg-black,.bg-primary,.bg-secondary,.bg-success,.bg-error,.alert-primary,post-alert[type=primary],.alert-success,post-alert[type=success],.alert-danger,post-alert[type=danger],.alert-notification,post-alert[type=notification],.alert-error,post-alert[type=error]) .tab-title[role=tab]:hover{background-color:rgba(255,255,255,.2)}:where(.bg-dark,.bg-black,.bg-primary,.bg-secondary,.bg-success,.bg-error,.alert-primary,post-alert[type=primary],.alert-success,post-alert[type=success],.alert-danger,post-alert[type=danger],.alert-notification,post-alert[type=notification],.alert-error,post-alert[type=error]) .tab-title[role=tab]:focus-visible{background-color:rgba(255,255,255,.2)}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.tab-title[role=tab]{opacity:1;border-left-color:Canvas;border-right-color:Canvas;color:LinkText}.tab-title[role=tab]:hover,.tab-title[role=tab]:focus,.tab-title[role=tab]:focus-within,.tab-title[role=tab]:focus-visible{outline:2px solid Highlight;outline-offset:-0.25rem}.tab-title[role=tab].active{border-left-color:ButtonText;border-right-color:ButtonText;color:Highlight}.tab-title[role=tab].active::before{background-color:Highlight}}.bg-yellow .tab-title{background-color:#fc0}.bg-yellow .tab-title.active{background-color:#fc0}.bg-yellow .nav-item{background-color:#fc0}.bg-white .tab-title{background-color:#fff}.bg-white .tab-title.active{background-color:#fff}.bg-white .nav-item{background-color:#fff}.bg-light .tab-title{background-color:#faf9f8}.bg-light .tab-title.active{background-color:#faf9f8}.bg-light .nav-item{background-color:#faf9f8}.bg-gray .tab-title{background-color:#f4f3f1}.bg-gray .tab-title.active{background-color:#f4f3f1}.bg-gray .nav-item{background-color:#f4f3f1}.bg-dark .tab-title{background-color:#333}.bg-dark .tab-title.active{background-color:#333}.bg-dark .nav-item{background-color:#333}.bg-black .tab-title{background-color:#000}.bg-black .tab-title.active{background-color:#000}.bg-black .nav-item{background-color:#000}.bg-primary .tab-title{background-color:#333}.bg-primary .tab-title.active{background-color:#333}.bg-primary .nav-item{background-color:#333}.bg-secondary .tab-title{background-color:#666}.bg-secondary .tab-title.active{background-color:#666}.bg-secondary .nav-item{background-color:#666}.bg-success .tab-title{background-color:#2c871d}.bg-success .tab-title.active{background-color:#2c871d}.bg-success .nav-item{background-color:#2c871d}.bg-warning .tab-title{background-color:#f49e00}.bg-warning .tab-title.active{background-color:#f49e00}.bg-warning .nav-item{background-color:#f49e00}.bg-error .tab-title{background-color:#a51728}.bg-error .tab-title.active{background-color:#a51728}.bg-error .nav-item{background-color:#a51728}.bg-info .tab-title{background-color:#cce4ee}.bg-info .tab-title.active{background-color:#cce4ee}.bg-info .nav-item{background-color:#cce4ee}.bg-success-background .tab-title{background-color:#c0debb}.bg-success-background .tab-title.active{background-color:#c0debb}.bg-success-background .nav-item{background-color:#c0debb}.bg-warning-background .tab-title{background-color:#fce2b2}.bg-warning-background .tab-title.active{background-color:#fce2b2}.bg-warning-background .nav-item{background-color:#fce2b2}.bg-error-background .tab-title{background-color:#ffdade}.bg-error-background .tab-title.active{background-color:#ffdade}.bg-error-background .nav-item{background-color:#ffdade}[class*=bg-] .tab-title.active:focus::after{background-color:rgba(255,255,255,.2)}@supports selector(*:focus-visible){[class*=bg-] .tab-title.active:focus::after{background-color:unset}[class*=bg-] .tab-title.active:focus-visible::after{background-color:rgba(255,255,255,.2)}}/*!\n * Copyright 2021 by Swiss Post, Information Technology\n */:host{display:block}.tab-title{padding:0;overflow:visible;border:0;background:none;color:inherit;font:inherit;-webkit-user-select:none;user-select:none;appearance:button}';export{b as P}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{P as post_tabs}from"./p-2caf9469.js";import"./p-3eab790d.js";import"./p-7986d834.js";import"./p-2737eaf5.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{P as post_tag}from"./p-7b0616c6.js";import"./p-3eab790d.js";import"./p-7986d834.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{p as e,b as a}from"./p-
|
|
1
|
+
import{p as e,b as a}from"./p-3eab790d.js";export{s as setNonce}from"./p-3eab790d.js";import{g as l}from"./p-e1255160.js";(()=>{const a=import.meta.url,l={};return""!==a&&(l.resourcesUrl=new URL(".",a).href),e(l)})().then((async e=>(await l(),a([["p-e1925cd1",[[1,"post-accordion-item",{collapsed:[1028],headingLevel:[2,"heading-level"],id:[32],toggle:[64]},[[2,"postToggle","onCollapseToggle"]],{headingLevel:["validateHeadingLevel"]}]]],["p-8f36ccda",[[1,"post-alert",{dismissible:[4],dismissLabel:[1,"dismiss-label"],fixed:[4],icon:[1],type:[1],alertId:[32],classes:[32],hasActions:[32],hasHeading:[32],onDismissButtonClick:[32],dismiss:[64]},null,{dismissible:["validateDismissible"],dismissLabel:["validateDismissLabel"],fixed:["validateFixed"],icon:["validateIcon"],type:["validateType"]}]]],["p-be5b0cdb",[[1,"post-breadcrumb-item",{url:[1]},null,{url:["validateUrl"]}]]],["p-a9efdea5",[[65,"post-card-control",{label:[1],description:[1],type:[1],name:[1],value:[1],checked:[1028],disabled:[1028],validity:[1025],icon:[1],focused:[32],reset:[64],groupReset:[64]},null,{label:["validateControlLabel"],type:["validateControlType"],checked:["updateControlChecked"],disabled:["updateControlDisabled"]}]]],["p-c79c7d00",[[4,"post-closebutton"]]],["p-aae80acd",[[1,"post-popover",{placement:[1],closeButtonCaption:[1,"close-button-caption"],arrow:[4],show:[64],hide:[64],toggle:[64]}]]],["p-b63a3fc2",[[1,"post-rating",{label:[1],stars:[2],currentRating:[1026,"current-rating"],readonly:[4],hoveredIndex:[32]}]]],["p-ffb26d24",[[1,"post-tag",{variant:[1],size:[1],icon:[1],classes:[32]},null,{variant:["variantChanged"],size:["sizeChanged"]}]]],["p-cd91c467",[[1,"post-tooltip",{placement:[1],arrow:[4],delayed:[4],show:[64],hide:[64],toggle:[64]},null,{delayed:["validateDelayed"]}]]],["p-b60d2ab7",[[1,"post-accordion",{headingLevel:[2,"heading-level"],multiple:[4],toggle:[64],expandAll:[64],collapseAll:[64]},[[0,"postToggle","collapseToggleHandler"]],{headingLevel:["validateHeadingLevel"]}]]],["p-3a272de8",[[1,"post-avatar",{firstname:[1],lastname:[1],userid:[1],email:[1],slottedImage:[32],avatarType:[32],imageUrl:[32],imageAlt:[32],initials:[32]},null,{firstname:["validateFirstname"]}]]],["p-0af20b10",[[1,"post-language-option",{code:[1],active:[1540],name:[1],url:[1],select:[64]},null,{code:["validateCode"],active:["validateActiveProp"],name:["validateName"],url:["validateUrl"]}]]],["p-80e5d228",[[4,"post-list",{titleHidden:[4,"title-hidden"],horizontal:[4],titleId:[32]}]]],["p-49445ef1",[[1,"post-list-item"]]],["p-8618ccea",[[1,"post-logo",{url:[1]},null,{url:["validateUrl"]}]]],["p-d528afb2",[[1,"post-tab-header",{panel:[1],tabId:[32]},null,{panel:["validateFor"]}]]],["p-065de04e",[[1,"post-tab-panel",{name:[1],panelId:[32]}]]],["p-fe602d19",[[1,"post-tabs",{activePanel:[1,"active-panel"],show:[64]}]]],["p-9753c9c7",[[1,"post-collapsible",{collapsed:[1028],toggle:[64]},null,{collapsed:["collapsedChange"]}],[0,"post-collapsible-trigger",{for:[1],update:[64]},null,{for:["setAriaAttributes"]}]]],["p-16ff4451",[[4,"post-popovercontainer",{placement:[1],edgeGap:[2,"edge-gap"],arrow:[4],show:[64],hide:[64],toggle:[64]}]]],["p-a514b746",[[1,"post-icon",{animation:[1],base:[1],flipH:[4,"flip-h"],flipV:[4,"flip-v"],name:[1],rotate:[2],scale:[2],svgStyles:[32],svgOutput:[32]},null,{animation:["validateAnimation"],base:["validateBase"],flipH:["validateFlipH"],flipV:["validateFlipV"],name:["validateName"],rotate:["validateRotate"],scale:["validateScale"]}]]]],e))));
|
|
@@ -17,7 +17,7 @@ export declare class PostAccordionItem {
|
|
|
17
17
|
*/
|
|
18
18
|
readonly headingLevel?: HeadingLevel;
|
|
19
19
|
validateHeadingLevel(newValue?: 1 | 2 | 3 | 4 | 5 | 6): void;
|
|
20
|
-
|
|
20
|
+
componentDidLoad(): void;
|
|
21
21
|
componentWillLoad(): void;
|
|
22
22
|
onCollapseToggle(event: CustomEvent<boolean>): void;
|
|
23
23
|
/**
|
|
@@ -44,7 +44,7 @@ export declare class PostAlert {
|
|
|
44
44
|
* It has no payload and only relevant for dismissible alerts.
|
|
45
45
|
*/
|
|
46
46
|
postDismissed: EventEmitter<void>;
|
|
47
|
-
|
|
47
|
+
componentDidLoad(): void;
|
|
48
48
|
componentWillRender(): void;
|
|
49
49
|
/**
|
|
50
50
|
* Triggers alert dismissal programmatically (same as clicking on the close button (×)).
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
declare enum AvatarType {
|
|
2
|
+
Slotted = "slotted",
|
|
3
|
+
Image = "image",
|
|
4
|
+
Initials = "initials",
|
|
5
|
+
Null
|
|
6
|
+
}
|
|
7
|
+
/**
|
|
8
|
+
* @slot default - Slot for inserting a custom image as avatar.
|
|
9
|
+
*/
|
|
10
|
+
export declare class PostAvatar {
|
|
11
|
+
private static INTERNAL_USERID_IMAGE_SRC;
|
|
12
|
+
host: HTMLPostAvatarElement;
|
|
13
|
+
/**
|
|
14
|
+
* Defines the users firstname.
|
|
15
|
+
*/
|
|
16
|
+
readonly firstname: string;
|
|
17
|
+
/**
|
|
18
|
+
* Defines the users lastname.
|
|
19
|
+
*/
|
|
20
|
+
readonly lastname?: string;
|
|
21
|
+
/**
|
|
22
|
+
* Defines the company internal userId.<div className="mb-1 alert alert-warning alert-sm">Can only be used on post.ch domains!</div>
|
|
23
|
+
*/
|
|
24
|
+
readonly userid?: string;
|
|
25
|
+
/**
|
|
26
|
+
* Defines the users email address associated with a gravatar profile picture.
|
|
27
|
+
*/
|
|
28
|
+
readonly email?: string;
|
|
29
|
+
slottedImage: HTMLImageElement;
|
|
30
|
+
avatarType: AvatarType;
|
|
31
|
+
imageUrl: string;
|
|
32
|
+
imageAlt: string;
|
|
33
|
+
initials: string;
|
|
34
|
+
validateFirstname(): void;
|
|
35
|
+
private getAvatar;
|
|
36
|
+
private getImageByProp;
|
|
37
|
+
private fetchImageByUserId;
|
|
38
|
+
private fetchImageByEmail;
|
|
39
|
+
private getAvatarByInitials;
|
|
40
|
+
private getNames;
|
|
41
|
+
private getInitials;
|
|
42
|
+
private getStorageItem;
|
|
43
|
+
private setStorageItem;
|
|
44
|
+
private removeStorageItem;
|
|
45
|
+
private cryptify;
|
|
46
|
+
private onSlotDefaultChange;
|
|
47
|
+
componentWillRender(): void;
|
|
48
|
+
componentDidLoad(): void;
|
|
49
|
+
render(): any;
|
|
50
|
+
}
|
|
51
|
+
export {};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @slot default - Slot for placing the text inside the breadcrumb item.
|
|
3
|
+
*/
|
|
4
|
+
export declare class PostBreadcrumbItem {
|
|
5
|
+
host: HTMLPostBreadcrumbItemElement;
|
|
6
|
+
/**
|
|
7
|
+
* The optional URL to which the breadcrumb item will link.
|
|
8
|
+
*/
|
|
9
|
+
url?: string | URL;
|
|
10
|
+
private validUrl?;
|
|
11
|
+
validateUrl(): void;
|
|
12
|
+
private constructUrl;
|
|
13
|
+
connectedCallback(): void;
|
|
14
|
+
render(): any;
|
|
15
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
+
/**
|
|
3
|
+
* @slot default - Slot for placing the content inside the anchor or button.
|
|
4
|
+
*/
|
|
5
|
+
export declare class PostLanguageOption {
|
|
6
|
+
host: HTMLPostLanguageOptionElement;
|
|
7
|
+
/**
|
|
8
|
+
* 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".
|
|
9
|
+
*/
|
|
10
|
+
code: string;
|
|
11
|
+
validateCode(value?: string): void;
|
|
12
|
+
/**
|
|
13
|
+
* If set to `true`, the language option is considered the current language for the page.
|
|
14
|
+
*/
|
|
15
|
+
active: boolean;
|
|
16
|
+
validateActiveProp(value?: boolean): void;
|
|
17
|
+
/**
|
|
18
|
+
* The full name of the language. For example, "Deutsch".
|
|
19
|
+
*/
|
|
20
|
+
name: string;
|
|
21
|
+
validateName(value?: string): void;
|
|
22
|
+
/**
|
|
23
|
+
* The URL used for the href attribute of the internal anchor.
|
|
24
|
+
* This field is optional; if not provided, a button will be used internally instead of an anchor.
|
|
25
|
+
*/
|
|
26
|
+
url: string;
|
|
27
|
+
validateUrl(value?: string): void;
|
|
28
|
+
componentDidLoad(): void;
|
|
29
|
+
/**
|
|
30
|
+
* An event emitted when the language option is clicked. The payload is the ISO 639 code of the language.
|
|
31
|
+
*/
|
|
32
|
+
postChange: EventEmitter<string>;
|
|
33
|
+
/**
|
|
34
|
+
* Selects the language option programmatically.
|
|
35
|
+
*/
|
|
36
|
+
select(): Promise<void>;
|
|
37
|
+
private emitChange;
|
|
38
|
+
private isNameRequired;
|
|
39
|
+
render(): any;
|
|
40
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @slot default - Slot for placing the list title.
|
|
3
|
+
* @slot post-list-item - Slot for placing post-list-item components.
|
|
4
|
+
*/
|
|
5
|
+
export declare class PostList {
|
|
6
|
+
host: HTMLPostListElement;
|
|
7
|
+
/**
|
|
8
|
+
* The unique title of the list that is also referenced in the labelledby
|
|
9
|
+
*/
|
|
10
|
+
titleId: string;
|
|
11
|
+
/**
|
|
12
|
+
* If `true`, the list title will be hidden. Otherwise, it will be displayed.`
|
|
13
|
+
*/
|
|
14
|
+
readonly titleHidden: boolean;
|
|
15
|
+
/**
|
|
16
|
+
* The list can become horizontal by setting `horizontal="true"` or just `horizontal`
|
|
17
|
+
*/
|
|
18
|
+
readonly horizontal: boolean;
|
|
19
|
+
titleEl: HTMLElement;
|
|
20
|
+
componentWillLoad(): void;
|
|
21
|
+
componentDidLoad(): void;
|
|
22
|
+
private checkTitle;
|
|
23
|
+
render(): any;
|
|
24
|
+
}
|
|
@@ -26,6 +26,10 @@ export declare class PostPopovercontainer {
|
|
|
26
26
|
* towards the viewport if they would overlap edge boundaries.
|
|
27
27
|
*/
|
|
28
28
|
readonly placement?: Placement;
|
|
29
|
+
/**
|
|
30
|
+
* Gap between the edge of the page and the popover
|
|
31
|
+
*/
|
|
32
|
+
readonly edgeGap?: number;
|
|
29
33
|
/**
|
|
30
34
|
* Wheter or not to display a little pointer arrow
|
|
31
35
|
*/
|
|
@@ -75,6 +75,30 @@ export namespace Components {
|
|
|
75
75
|
*/
|
|
76
76
|
"type": AlertType;
|
|
77
77
|
}
|
|
78
|
+
interface PostAvatar {
|
|
79
|
+
/**
|
|
80
|
+
* Defines the users email address associated with a gravatar profile picture.
|
|
81
|
+
*/
|
|
82
|
+
"email"?: string;
|
|
83
|
+
/**
|
|
84
|
+
* Defines the users firstname.
|
|
85
|
+
*/
|
|
86
|
+
"firstname": string;
|
|
87
|
+
/**
|
|
88
|
+
* Defines the users lastname.
|
|
89
|
+
*/
|
|
90
|
+
"lastname"?: string;
|
|
91
|
+
/**
|
|
92
|
+
* Defines the company internal userId.<div className="mb-1 alert alert-warning alert-sm">Can only be used on post.ch domains!</div>
|
|
93
|
+
*/
|
|
94
|
+
"userid"?: string;
|
|
95
|
+
}
|
|
96
|
+
interface PostBreadcrumbItem {
|
|
97
|
+
/**
|
|
98
|
+
* The optional URL to which the breadcrumb item will link.
|
|
99
|
+
*/
|
|
100
|
+
"url"?: string | URL;
|
|
101
|
+
}
|
|
78
102
|
/**
|
|
79
103
|
* @class PostCardControl - representing a stencil component
|
|
80
104
|
*/
|
|
@@ -124,6 +148,8 @@ export namespace Components {
|
|
|
124
148
|
*/
|
|
125
149
|
"value": string;
|
|
126
150
|
}
|
|
151
|
+
interface PostClosebutton {
|
|
152
|
+
}
|
|
127
153
|
interface PostCollapsible {
|
|
128
154
|
/**
|
|
129
155
|
* If `true`, the element is collapsed otherwise it is displayed.
|
|
@@ -177,6 +203,40 @@ export namespace Components {
|
|
|
177
203
|
*/
|
|
178
204
|
"scale"?: number | null;
|
|
179
205
|
}
|
|
206
|
+
interface PostLanguageOption {
|
|
207
|
+
/**
|
|
208
|
+
* If set to `true`, the language option is considered the current language for the page.
|
|
209
|
+
*/
|
|
210
|
+
"active": boolean;
|
|
211
|
+
/**
|
|
212
|
+
* 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".
|
|
213
|
+
*/
|
|
214
|
+
"code": string;
|
|
215
|
+
/**
|
|
216
|
+
* The full name of the language. For example, "Deutsch".
|
|
217
|
+
*/
|
|
218
|
+
"name": string;
|
|
219
|
+
/**
|
|
220
|
+
* Selects the language option programmatically.
|
|
221
|
+
*/
|
|
222
|
+
"select": () => Promise<void>;
|
|
223
|
+
/**
|
|
224
|
+
* The URL used for the href attribute of the internal anchor. This field is optional; if not provided, a button will be used internally instead of an anchor.
|
|
225
|
+
*/
|
|
226
|
+
"url": string;
|
|
227
|
+
}
|
|
228
|
+
interface PostList {
|
|
229
|
+
/**
|
|
230
|
+
* The list can become horizontal by setting `horizontal="true"` or just `horizontal`
|
|
231
|
+
*/
|
|
232
|
+
"horizontal": boolean;
|
|
233
|
+
/**
|
|
234
|
+
* If `true`, the list title will be hidden. Otherwise, it will be displayed.`
|
|
235
|
+
*/
|
|
236
|
+
"titleHidden": boolean;
|
|
237
|
+
}
|
|
238
|
+
interface PostListItem {
|
|
239
|
+
}
|
|
180
240
|
interface PostLogo {
|
|
181
241
|
/**
|
|
182
242
|
* The URL to which the user is redirected upon clicking the logo.
|
|
@@ -217,6 +277,10 @@ export namespace Components {
|
|
|
217
277
|
* Wheter or not to display a little pointer arrow
|
|
218
278
|
*/
|
|
219
279
|
"arrow"?: boolean;
|
|
280
|
+
/**
|
|
281
|
+
* Gap between the edge of the page and the popover
|
|
282
|
+
*/
|
|
283
|
+
"edgeGap"?: number;
|
|
220
284
|
/**
|
|
221
285
|
* Programmatically hide this tooltip
|
|
222
286
|
*/
|
|
@@ -334,6 +398,10 @@ export interface PostCollapsibleCustomEvent<T> extends CustomEvent<T> {
|
|
|
334
398
|
detail: T;
|
|
335
399
|
target: HTMLPostCollapsibleElement;
|
|
336
400
|
}
|
|
401
|
+
export interface PostLanguageOptionCustomEvent<T> extends CustomEvent<T> {
|
|
402
|
+
detail: T;
|
|
403
|
+
target: HTMLPostLanguageOptionElement;
|
|
404
|
+
}
|
|
337
405
|
export interface PostPopovercontainerCustomEvent<T> extends CustomEvent<T> {
|
|
338
406
|
detail: T;
|
|
339
407
|
target: HTMLPostPopovercontainerElement;
|
|
@@ -376,6 +444,18 @@ declare global {
|
|
|
376
444
|
prototype: HTMLPostAlertElement;
|
|
377
445
|
new (): HTMLPostAlertElement;
|
|
378
446
|
};
|
|
447
|
+
interface HTMLPostAvatarElement extends Components.PostAvatar, HTMLStencilElement {
|
|
448
|
+
}
|
|
449
|
+
var HTMLPostAvatarElement: {
|
|
450
|
+
prototype: HTMLPostAvatarElement;
|
|
451
|
+
new (): HTMLPostAvatarElement;
|
|
452
|
+
};
|
|
453
|
+
interface HTMLPostBreadcrumbItemElement extends Components.PostBreadcrumbItem, HTMLStencilElement {
|
|
454
|
+
}
|
|
455
|
+
var HTMLPostBreadcrumbItemElement: {
|
|
456
|
+
prototype: HTMLPostBreadcrumbItemElement;
|
|
457
|
+
new (): HTMLPostBreadcrumbItemElement;
|
|
458
|
+
};
|
|
379
459
|
interface HTMLPostCardControlElementEventMap {
|
|
380
460
|
"postInput": { state: boolean; value: string };
|
|
381
461
|
"postChange": { state: boolean; value: string };
|
|
@@ -397,6 +477,12 @@ declare global {
|
|
|
397
477
|
prototype: HTMLPostCardControlElement;
|
|
398
478
|
new (): HTMLPostCardControlElement;
|
|
399
479
|
};
|
|
480
|
+
interface HTMLPostClosebuttonElement extends Components.PostClosebutton, HTMLStencilElement {
|
|
481
|
+
}
|
|
482
|
+
var HTMLPostClosebuttonElement: {
|
|
483
|
+
prototype: HTMLPostClosebuttonElement;
|
|
484
|
+
new (): HTMLPostClosebuttonElement;
|
|
485
|
+
};
|
|
400
486
|
interface HTMLPostCollapsibleElementEventMap {
|
|
401
487
|
"postToggle": boolean;
|
|
402
488
|
}
|
|
@@ -429,6 +515,35 @@ declare global {
|
|
|
429
515
|
prototype: HTMLPostIconElement;
|
|
430
516
|
new (): HTMLPostIconElement;
|
|
431
517
|
};
|
|
518
|
+
interface HTMLPostLanguageOptionElementEventMap {
|
|
519
|
+
"postChange": string;
|
|
520
|
+
}
|
|
521
|
+
interface HTMLPostLanguageOptionElement extends Components.PostLanguageOption, HTMLStencilElement {
|
|
522
|
+
addEventListener<K extends keyof HTMLPostLanguageOptionElementEventMap>(type: K, listener: (this: HTMLPostLanguageOptionElement, ev: PostLanguageOptionCustomEvent<HTMLPostLanguageOptionElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
523
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
524
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
525
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
526
|
+
removeEventListener<K extends keyof HTMLPostLanguageOptionElementEventMap>(type: K, listener: (this: HTMLPostLanguageOptionElement, ev: PostLanguageOptionCustomEvent<HTMLPostLanguageOptionElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
527
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
528
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
529
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
530
|
+
}
|
|
531
|
+
var HTMLPostLanguageOptionElement: {
|
|
532
|
+
prototype: HTMLPostLanguageOptionElement;
|
|
533
|
+
new (): HTMLPostLanguageOptionElement;
|
|
534
|
+
};
|
|
535
|
+
interface HTMLPostListElement extends Components.PostList, HTMLStencilElement {
|
|
536
|
+
}
|
|
537
|
+
var HTMLPostListElement: {
|
|
538
|
+
prototype: HTMLPostListElement;
|
|
539
|
+
new (): HTMLPostListElement;
|
|
540
|
+
};
|
|
541
|
+
interface HTMLPostListItemElement extends Components.PostListItem, HTMLStencilElement {
|
|
542
|
+
}
|
|
543
|
+
var HTMLPostListItemElement: {
|
|
544
|
+
prototype: HTMLPostListItemElement;
|
|
545
|
+
new (): HTMLPostListItemElement;
|
|
546
|
+
};
|
|
432
547
|
interface HTMLPostLogoElement extends Components.PostLogo, HTMLStencilElement {
|
|
433
548
|
}
|
|
434
549
|
var HTMLPostLogoElement: {
|
|
@@ -521,10 +636,16 @@ declare global {
|
|
|
521
636
|
"post-accordion": HTMLPostAccordionElement;
|
|
522
637
|
"post-accordion-item": HTMLPostAccordionItemElement;
|
|
523
638
|
"post-alert": HTMLPostAlertElement;
|
|
639
|
+
"post-avatar": HTMLPostAvatarElement;
|
|
640
|
+
"post-breadcrumb-item": HTMLPostBreadcrumbItemElement;
|
|
524
641
|
"post-card-control": HTMLPostCardControlElement;
|
|
642
|
+
"post-closebutton": HTMLPostClosebuttonElement;
|
|
525
643
|
"post-collapsible": HTMLPostCollapsibleElement;
|
|
526
644
|
"post-collapsible-trigger": HTMLPostCollapsibleTriggerElement;
|
|
527
645
|
"post-icon": HTMLPostIconElement;
|
|
646
|
+
"post-language-option": HTMLPostLanguageOptionElement;
|
|
647
|
+
"post-list": HTMLPostListElement;
|
|
648
|
+
"post-list-item": HTMLPostListItemElement;
|
|
528
649
|
"post-logo": HTMLPostLogoElement;
|
|
529
650
|
"post-popover": HTMLPostPopoverElement;
|
|
530
651
|
"post-popovercontainer": HTMLPostPopovercontainerElement;
|
|
@@ -584,6 +705,30 @@ declare namespace LocalJSX {
|
|
|
584
705
|
*/
|
|
585
706
|
"type"?: AlertType;
|
|
586
707
|
}
|
|
708
|
+
interface PostAvatar {
|
|
709
|
+
/**
|
|
710
|
+
* Defines the users email address associated with a gravatar profile picture.
|
|
711
|
+
*/
|
|
712
|
+
"email"?: string;
|
|
713
|
+
/**
|
|
714
|
+
* Defines the users firstname.
|
|
715
|
+
*/
|
|
716
|
+
"firstname": string;
|
|
717
|
+
/**
|
|
718
|
+
* Defines the users lastname.
|
|
719
|
+
*/
|
|
720
|
+
"lastname"?: string;
|
|
721
|
+
/**
|
|
722
|
+
* Defines the company internal userId.<div className="mb-1 alert alert-warning alert-sm">Can only be used on post.ch domains!</div>
|
|
723
|
+
*/
|
|
724
|
+
"userid"?: string;
|
|
725
|
+
}
|
|
726
|
+
interface PostBreadcrumbItem {
|
|
727
|
+
/**
|
|
728
|
+
* The optional URL to which the breadcrumb item will link.
|
|
729
|
+
*/
|
|
730
|
+
"url"?: string | URL;
|
|
731
|
+
}
|
|
587
732
|
/**
|
|
588
733
|
* @class PostCardControl - representing a stencil component
|
|
589
734
|
*/
|
|
@@ -633,6 +778,8 @@ declare namespace LocalJSX {
|
|
|
633
778
|
*/
|
|
634
779
|
"value"?: string;
|
|
635
780
|
}
|
|
781
|
+
interface PostClosebutton {
|
|
782
|
+
}
|
|
636
783
|
interface PostCollapsible {
|
|
637
784
|
/**
|
|
638
785
|
* If `true`, the element is collapsed otherwise it is displayed.
|
|
@@ -682,6 +829,40 @@ declare namespace LocalJSX {
|
|
|
682
829
|
*/
|
|
683
830
|
"scale"?: number | null;
|
|
684
831
|
}
|
|
832
|
+
interface PostLanguageOption {
|
|
833
|
+
/**
|
|
834
|
+
* If set to `true`, the language option is considered the current language for the page.
|
|
835
|
+
*/
|
|
836
|
+
"active"?: boolean;
|
|
837
|
+
/**
|
|
838
|
+
* 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".
|
|
839
|
+
*/
|
|
840
|
+
"code": string;
|
|
841
|
+
/**
|
|
842
|
+
* The full name of the language. For example, "Deutsch".
|
|
843
|
+
*/
|
|
844
|
+
"name"?: string;
|
|
845
|
+
/**
|
|
846
|
+
* An event emitted when the language option is clicked. The payload is the ISO 639 code of the language.
|
|
847
|
+
*/
|
|
848
|
+
"onPostChange"?: (event: PostLanguageOptionCustomEvent<string>) => void;
|
|
849
|
+
/**
|
|
850
|
+
* The URL used for the href attribute of the internal anchor. This field is optional; if not provided, a button will be used internally instead of an anchor.
|
|
851
|
+
*/
|
|
852
|
+
"url"?: string;
|
|
853
|
+
}
|
|
854
|
+
interface PostList {
|
|
855
|
+
/**
|
|
856
|
+
* The list can become horizontal by setting `horizontal="true"` or just `horizontal`
|
|
857
|
+
*/
|
|
858
|
+
"horizontal"?: boolean;
|
|
859
|
+
/**
|
|
860
|
+
* If `true`, the list title will be hidden. Otherwise, it will be displayed.`
|
|
861
|
+
*/
|
|
862
|
+
"titleHidden"?: boolean;
|
|
863
|
+
}
|
|
864
|
+
interface PostListItem {
|
|
865
|
+
}
|
|
685
866
|
interface PostLogo {
|
|
686
867
|
/**
|
|
687
868
|
* The URL to which the user is redirected upon clicking the logo.
|
|
@@ -707,6 +888,10 @@ declare namespace LocalJSX {
|
|
|
707
888
|
* Wheter or not to display a little pointer arrow
|
|
708
889
|
*/
|
|
709
890
|
"arrow"?: boolean;
|
|
891
|
+
/**
|
|
892
|
+
* Gap between the edge of the page and the popover
|
|
893
|
+
*/
|
|
894
|
+
"edgeGap"?: number;
|
|
710
895
|
/**
|
|
711
896
|
* Fires whenever the popover gets shown or hidden, passing the new state in event.details as a boolean
|
|
712
897
|
*/
|
|
@@ -796,10 +981,16 @@ declare namespace LocalJSX {
|
|
|
796
981
|
"post-accordion": PostAccordion;
|
|
797
982
|
"post-accordion-item": PostAccordionItem;
|
|
798
983
|
"post-alert": PostAlert;
|
|
984
|
+
"post-avatar": PostAvatar;
|
|
985
|
+
"post-breadcrumb-item": PostBreadcrumbItem;
|
|
799
986
|
"post-card-control": PostCardControl;
|
|
987
|
+
"post-closebutton": PostClosebutton;
|
|
800
988
|
"post-collapsible": PostCollapsible;
|
|
801
989
|
"post-collapsible-trigger": PostCollapsibleTrigger;
|
|
802
990
|
"post-icon": PostIcon;
|
|
991
|
+
"post-language-option": PostLanguageOption;
|
|
992
|
+
"post-list": PostList;
|
|
993
|
+
"post-list-item": PostListItem;
|
|
803
994
|
"post-logo": PostLogo;
|
|
804
995
|
"post-popover": PostPopover;
|
|
805
996
|
"post-popovercontainer": PostPopovercontainer;
|
|
@@ -818,16 +1009,22 @@ declare module "@stencil/core" {
|
|
|
818
1009
|
"post-accordion": LocalJSX.PostAccordion & JSXBase.HTMLAttributes<HTMLPostAccordionElement>;
|
|
819
1010
|
"post-accordion-item": LocalJSX.PostAccordionItem & JSXBase.HTMLAttributes<HTMLPostAccordionItemElement>;
|
|
820
1011
|
"post-alert": LocalJSX.PostAlert & JSXBase.HTMLAttributes<HTMLPostAlertElement>;
|
|
1012
|
+
"post-avatar": LocalJSX.PostAvatar & JSXBase.HTMLAttributes<HTMLPostAvatarElement>;
|
|
1013
|
+
"post-breadcrumb-item": LocalJSX.PostBreadcrumbItem & JSXBase.HTMLAttributes<HTMLPostBreadcrumbItemElement>;
|
|
821
1014
|
/**
|
|
822
1015
|
* @class PostCardControl - representing a stencil component
|
|
823
1016
|
*/
|
|
824
1017
|
"post-card-control": LocalJSX.PostCardControl & JSXBase.HTMLAttributes<HTMLPostCardControlElement>;
|
|
1018
|
+
"post-closebutton": LocalJSX.PostClosebutton & JSXBase.HTMLAttributes<HTMLPostClosebuttonElement>;
|
|
825
1019
|
"post-collapsible": LocalJSX.PostCollapsible & JSXBase.HTMLAttributes<HTMLPostCollapsibleElement>;
|
|
826
1020
|
"post-collapsible-trigger": LocalJSX.PostCollapsibleTrigger & JSXBase.HTMLAttributes<HTMLPostCollapsibleTriggerElement>;
|
|
827
1021
|
/**
|
|
828
1022
|
* @class PostIcon - representing a stencil component
|
|
829
1023
|
*/
|
|
830
1024
|
"post-icon": LocalJSX.PostIcon & JSXBase.HTMLAttributes<HTMLPostIconElement>;
|
|
1025
|
+
"post-language-option": LocalJSX.PostLanguageOption & JSXBase.HTMLAttributes<HTMLPostLanguageOptionElement>;
|
|
1026
|
+
"post-list": LocalJSX.PostList & JSXBase.HTMLAttributes<HTMLPostListElement>;
|
|
1027
|
+
"post-list-item": LocalJSX.PostListItem & JSXBase.HTMLAttributes<HTMLPostListItemElement>;
|
|
831
1028
|
"post-logo": LocalJSX.PostLogo & JSXBase.HTMLAttributes<HTMLPostLogoElement>;
|
|
832
1029
|
"post-popover": LocalJSX.PostPopover & JSXBase.HTMLAttributes<HTMLPostPopoverElement>;
|
|
833
1030
|
"post-popovercontainer": LocalJSX.PostPopovercontainer & JSXBase.HTMLAttributes<HTMLPostPopovercontainerElement>;
|
package/dist/types/index.d.ts
CHANGED
|
@@ -2,10 +2,14 @@ export { Components, JSX } from './components';
|
|
|
2
2
|
export { PostAccordion } from './components/post-accordion/post-accordion';
|
|
3
3
|
export { PostAccordionItem } from './components/post-accordion-item/post-accordion-item';
|
|
4
4
|
export { PostAlert } from './components/post-alert/post-alert';
|
|
5
|
+
export { PostBreadcrumbItem } from './components/post-breadcrumb-item/post-breadcrumb-item';
|
|
6
|
+
export { PostAvatar } from './components/post-avatar/post-avatar';
|
|
5
7
|
export { PostCardControl } from './components/post-card-control/post-card-control';
|
|
8
|
+
export { PostClosebutton } from './components/post-closebutton/post-closebutton';
|
|
6
9
|
export { PostCollapsible } from './components/post-collapsible/post-collapsible';
|
|
7
10
|
export { PostCollapsibleTrigger } from './components/post-collapsible-trigger/post-collapsible-trigger';
|
|
8
11
|
export { PostIcon } from './components/post-icon/post-icon';
|
|
12
|
+
export { PostLanguageOption } from './components/post-language-option/post-language-option';
|
|
9
13
|
export { PostLogo } from './components/post-logo/post-logo';
|
|
10
14
|
export { PostPopover } from './components/post-popover/post-popover';
|
|
11
15
|
export { PostPopovercontainer } from './components/post-popovercontainer/post-popovercontainer';
|
|
@@ -15,3 +19,5 @@ export { PostTabHeader } from './components/post-tab-header/post-tab-header';
|
|
|
15
19
|
export { PostTabPanel } from './components/post-tab-panel/post-tab-panel';
|
|
16
20
|
export { PostTooltip } from './components/post-tooltip/post-tooltip';
|
|
17
21
|
export { PostTag } from './components/post-tag/post-tag';
|
|
22
|
+
export { PostList } from './components/post-list/post-list';
|
|
23
|
+
export { PostListItem } from './components/post-list-item/post-list-item';
|
package/loaders/index.d.ts
CHANGED
|
@@ -5,14 +5,26 @@ export { PostAccordionItem as PostAccordionItem } from '../dist/types/components
|
|
|
5
5
|
export { defineCustomElement as defineCustomElementPostAccordionItem } from './post-accordion-item';
|
|
6
6
|
export { PostAlert as PostAlert } from '../dist/types/components/post-alert/post-alert';
|
|
7
7
|
export { defineCustomElement as defineCustomElementPostAlert } from './post-alert';
|
|
8
|
+
export { PostAvatar as PostAvatar } from '../dist/types/components/post-avatar/post-avatar';
|
|
9
|
+
export { defineCustomElement as defineCustomElementPostAvatar } from './post-avatar';
|
|
10
|
+
export { PostBreadcrumbItem as PostBreadcrumbItem } from '../dist/types/components/post-breadcrumb-item/post-breadcrumb-item';
|
|
11
|
+
export { defineCustomElement as defineCustomElementPostBreadcrumbItem } from './post-breadcrumb-item';
|
|
8
12
|
export { PostCardControl as PostCardControl } from '../dist/types/components/post-card-control/post-card-control';
|
|
9
13
|
export { defineCustomElement as defineCustomElementPostCardControl } from './post-card-control';
|
|
14
|
+
export { PostClosebutton as PostClosebutton } from '../dist/types/components/post-closebutton/post-closebutton';
|
|
15
|
+
export { defineCustomElement as defineCustomElementPostClosebutton } from './post-closebutton';
|
|
10
16
|
export { PostCollapsible as PostCollapsible } from '../dist/types/components/post-collapsible/post-collapsible';
|
|
11
17
|
export { defineCustomElement as defineCustomElementPostCollapsible } from './post-collapsible';
|
|
12
18
|
export { PostCollapsibleTrigger as PostCollapsibleTrigger } from '../dist/types/components/post-collapsible-trigger/post-collapsible-trigger';
|
|
13
19
|
export { defineCustomElement as defineCustomElementPostCollapsibleTrigger } from './post-collapsible-trigger';
|
|
14
20
|
export { PostIcon as PostIcon } from '../dist/types/components/post-icon/post-icon';
|
|
15
21
|
export { defineCustomElement as defineCustomElementPostIcon } from './post-icon';
|
|
22
|
+
export { PostLanguageOption as PostLanguageOption } from '../dist/types/components/post-language-option/post-language-option';
|
|
23
|
+
export { defineCustomElement as defineCustomElementPostLanguageOption } from './post-language-option';
|
|
24
|
+
export { PostList as PostList } from '../dist/types/components/post-list/post-list';
|
|
25
|
+
export { defineCustomElement as defineCustomElementPostList } from './post-list';
|
|
26
|
+
export { PostListItem as PostListItem } from '../dist/types/components/post-list-item/post-list-item';
|
|
27
|
+
export { defineCustomElement as defineCustomElementPostListItem } from './post-list-item';
|
|
16
28
|
export { PostLogo as PostLogo } from '../dist/types/components/post-logo/post-logo';
|
|
17
29
|
export { defineCustomElement as defineCustomElementPostLogo } from './post-logo';
|
|
18
30
|
export { PostPopover as PostPopover } from '../dist/types/components/post-popover/post-popover';
|