@swisspost/design-system-components 7.2.1 → 7.3.1
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/_commonjsHelpers-8f2c79cd.js +31 -0
- package/dist/cjs/check-type-64af82a9.js +16 -0
- package/dist/cjs/{index-49177437.js → index-1cc8e4e1.js} +290 -10
- package/dist/cjs/{index-a1440961.js → index-f32e5185.js} +2 -15
- package/dist/cjs/index.cjs.js +21 -17
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/{package-198f981b.js → package-53cbf42f.js} +1 -1
- package/dist/cjs/{post-accordion-f81a31b2.js → post-accordion-605d195b.js} +2 -2
- package/dist/cjs/{post-accordion-item-994583fc.js → post-accordion-item-7ef44a1d.js} +4 -4
- package/dist/cjs/post-accordion-item.cjs.entry.js +5 -4
- package/dist/cjs/post-accordion.cjs.entry.js +3 -3
- package/dist/cjs/{post-alert-b160762a.js → post-alert-bd5a1e4e.js} +7 -6
- package/dist/cjs/post-alert.cjs.entry.js +5 -4
- package/dist/cjs/post-card-control-53c3d28b.js +315 -0
- package/dist/cjs/post-card-control.cjs.entry.js +3 -3
- package/dist/cjs/{post-collapsible-bf63b152.js → post-collapsible-cd75e40d.js} +14 -10
- package/dist/cjs/post-collapsible-trigger-ed6c0795.js +188280 -0
- package/dist/cjs/post-collapsible-trigger.cjs.entry.js +14 -0
- package/dist/cjs/post-collapsible.cjs.entry.js +5 -4
- package/dist/cjs/post-components.cjs.js +2 -2
- package/dist/cjs/{post-icon-e5af0dff.js → post-icon-d48388ba.js} +6 -5
- package/dist/cjs/post-icon.cjs.entry.js +5 -4
- package/dist/cjs/{post-popover-bb1cf2dc.js → post-popover-a069b3b4.js} +4 -4
- package/dist/cjs/post-popover.cjs.entry.js +3 -3
- package/dist/cjs/{post-popovercontainer-814f2053.js → post-popovercontainer-6ba9ea5a.js} +15 -17
- package/dist/cjs/post-popovercontainer.cjs.entry.js +3 -3
- package/dist/cjs/{post-rating-7e29df2c.js → post-rating-8ef7415c.js} +3 -3
- package/dist/cjs/post-rating.cjs.entry.js +3 -3
- package/dist/cjs/post-tab-header-bbffefab.js +32 -0
- package/dist/cjs/post-tab-header.cjs.entry.js +3 -3
- package/dist/cjs/{post-tab-panel-47481b1e.js → post-tab-panel-47161846.js} +3 -3
- package/dist/cjs/post-tab-panel.cjs.entry.js +3 -3
- package/dist/cjs/{post-tabs-35d27649.js → post-tabs-818dea1a.js} +8 -10
- package/dist/cjs/post-tabs.cjs.entry.js +3 -3
- package/dist/cjs/{post-tag-27049429.js → post-tag-df4341a7.js} +3 -3
- package/dist/cjs/post-tag.cjs.entry.js +3 -3
- package/dist/cjs/{post-tooltip-95c1e078.js → post-tooltip-79da02f1.js} +25 -12
- package/dist/cjs/post-tooltip.cjs.entry.js +8 -3
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/post-accordion-item/post-accordion-item.css +1 -1
- package/dist/collection/components/post-alert/post-alert.css +2 -2
- package/dist/collection/components/post-card-control/post-card-control.css +1 -1
- package/dist/collection/components/post-collapsible/post-collapsible.css +1 -1
- package/dist/collection/components/post-collapsible/post-collapsible.js +10 -11
- package/dist/collection/components/post-collapsible-trigger/post-collapsible-trigger.js +153 -0
- package/dist/collection/components/post-icon/post-icon.js +1 -1
- 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 +13 -16
- 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.js +6 -8
- package/dist/collection/components/post-tag/post-tag.js +1 -1
- package/dist/collection/components/post-tooltip/post-tooltip.css +1 -1
- package/dist/collection/components/post-tooltip/post-tooltip.js +36 -1
- package/dist/collection/index.js +1 -0
- package/dist/collection/utils/debounce.js +8 -0
- package/dist/collection/utils/index.js +2 -0
- package/dist/collection/utils/timeout.js +3 -0
- package/dist/components/_commonjsHelpers.js +26 -0
- package/dist/components/check-type.js +14 -0
- package/dist/components/index.js +1 -0
- package/dist/components/index2.js +2 -14
- package/dist/components/package.js +1 -1
- package/dist/components/post-accordion-item2.js +1 -1
- package/dist/components/post-alert2.js +3 -2
- package/dist/components/post-card-control2.js +1 -1
- package/dist/components/post-collapsible-trigger.d.ts +11 -0
- package/dist/components/post-collapsible-trigger.js +6 -0
- package/dist/components/post-collapsible-trigger2.js +188297 -0
- package/dist/components/post-collapsible2.js +12 -9
- package/dist/components/post-icon2.js +3 -2
- package/dist/components/post-popover2.js +2 -2
- package/dist/components/post-popovercontainer2.js +14 -17
- 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 +6 -8
- package/dist/components/post-tag2.js +1 -1
- package/dist/components/post-tooltip2.js +22 -6
- package/dist/docs.json +96 -8
- package/dist/esm/_commonjsHelpers-24671825.js +26 -0
- package/dist/esm/check-type-8828dbe4.js +14 -0
- package/dist/esm/{index-d1eba94c.js → index-29d17d6d.js} +2 -14
- package/dist/esm/{index-b40b8259.js → index-9ace3232.js} +290 -10
- package/dist/esm/index.js +20 -17
- package/dist/esm/loader.js +3 -3
- package/dist/esm/{package-baed1bbc.js → package-69bb682d.js} +1 -1
- package/dist/esm/{post-accordion-63757789.js → post-accordion-72c9f9ab.js} +2 -2
- package/dist/esm/{post-accordion-item-ff713ffa.js → post-accordion-item-41ec1425.js} +4 -4
- package/dist/esm/post-accordion-item.entry.js +5 -4
- package/dist/esm/post-accordion.entry.js +3 -3
- package/dist/esm/{post-alert-90030a07.js → post-alert-8b7ad6b5.js} +5 -4
- package/dist/esm/post-alert.entry.js +5 -4
- package/dist/esm/post-card-control-cc8a0a71.js +313 -0
- package/dist/esm/post-card-control.entry.js +3 -3
- package/dist/esm/{post-collapsible-2fd13f4e.js → post-collapsible-0843e3b2.js} +14 -10
- package/dist/esm/post-collapsible-trigger-84e583ca.js +188278 -0
- package/dist/esm/post-collapsible-trigger.entry.js +6 -0
- package/dist/esm/post-collapsible.entry.js +5 -4
- package/dist/esm/post-components.js +3 -3
- package/dist/esm/{post-icon-725a0fba.js → post-icon-2ece5353.js} +5 -4
- package/dist/esm/post-icon.entry.js +5 -4
- package/dist/esm/{post-popover-23ed2cdf.js → post-popover-54f23917.js} +4 -4
- package/dist/esm/post-popover.entry.js +3 -3
- package/dist/esm/{post-popovercontainer-f5625d65.js → post-popovercontainer-0da2336b.js} +15 -17
- package/dist/esm/post-popovercontainer.entry.js +3 -3
- package/dist/esm/{post-rating-0bfc12ec.js → post-rating-89feb730.js} +3 -3
- package/dist/esm/post-rating.entry.js +3 -3
- package/dist/esm/post-tab-header-8f531b2d.js +30 -0
- package/dist/esm/post-tab-header.entry.js +3 -3
- package/dist/esm/{post-tab-panel-a2a06c2d.js → post-tab-panel-5d3cf744.js} +3 -3
- package/dist/esm/post-tab-panel.entry.js +3 -3
- package/dist/esm/{post-tabs-c1cf60cd.js → post-tabs-d8ffb9fc.js} +8 -10
- package/dist/esm/post-tabs.entry.js +3 -3
- package/dist/esm/{post-tag-1158169f.js → post-tag-50b397fb.js} +3 -3
- package/dist/esm/post-tag.entry.js +3 -3
- package/dist/esm/{post-tooltip-966fde7a.js → post-tooltip-68e640ea.js} +21 -8
- package/dist/esm/post-tooltip.entry.js +8 -3
- package/dist/post-components/index.esm.js +1 -1
- package/dist/post-components/{p-41bd4480.js → p-07d804f9.js} +1 -1
- package/dist/post-components/p-089ae111.js +1 -0
- package/dist/post-components/p-0c187871.entry.js +1 -0
- package/dist/post-components/p-10312d6a.js +1 -0
- package/dist/post-components/p-1a5c4d94.entry.js +1 -0
- package/dist/post-components/{p-c2906b17.js → p-1fdb9650.js} +1 -1
- package/dist/post-components/p-3321c9c3.entry.js +1 -0
- package/dist/post-components/p-49e1201f.entry.js +1 -0
- package/dist/post-components/p-4a3f67ab.js +1 -0
- package/dist/post-components/p-52689eda.js +1 -0
- package/dist/post-components/p-5307d14c.js +1 -0
- package/dist/post-components/p-55c84c0e.entry.js +1 -0
- package/dist/post-components/p-5a9ac1ae.entry.js +1 -0
- package/dist/post-components/p-5ab360e7.entry.js +1 -0
- package/dist/post-components/{p-c3e6894d.js → p-5b029cef.js} +1 -1
- package/dist/post-components/p-6b9f6348.js +1 -0
- package/dist/post-components/p-6fc42a7d.js +1 -0
- package/dist/post-components/{p-b3a7e242.js → p-711b21e6.js} +1 -1
- package/dist/post-components/p-756f9aa2.entry.js +1 -0
- package/dist/post-components/p-7ae5e122.js +1 -0
- package/dist/post-components/{p-f11cb5ab.js → p-7b552d03.js} +1 -1
- package/dist/post-components/p-7c38df68.entry.js +1 -0
- package/dist/post-components/p-8c7f0075.js +2 -0
- package/dist/post-components/p-94c3e483.js +20 -0
- package/dist/post-components/p-992dbdb4.entry.js +1 -0
- package/dist/post-components/p-ac500761.js +1 -0
- package/dist/post-components/p-b91cf0cd.entry.js +1 -0
- package/dist/post-components/p-b921895c.entry.js +1 -0
- package/dist/post-components/p-bb0366cd.entry.js +1 -0
- package/dist/post-components/p-bfced2a9.js +15 -0
- package/dist/post-components/{p-9c842093.js → p-c864d978.js} +1 -1
- package/dist/post-components/p-e4ac3e01.entry.js +1 -0
- package/dist/post-components/p-f0fbe328.entry.js +1 -0
- package/dist/post-components/p-f182a1ec.js +1 -0
- package/dist/post-components/p-ff86b519.js +1 -0
- package/dist/post-components/post-components.esm.js +1 -1
- package/dist/types/components/post-collapsible/post-collapsible.d.ts +4 -3
- package/dist/types/components/post-collapsible-trigger/post-collapsible-trigger.d.ts +47 -0
- package/dist/types/components/post-popovercontainer/post-popovercontainer.d.ts +0 -1
- package/dist/types/components/post-tooltip/post-tooltip.d.ts +6 -0
- package/dist/types/components.d.ts +33 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/utils/debounce.d.ts +1 -0
- package/dist/types/utils/index.d.ts +2 -0
- package/dist/types/utils/timeout.d.ts +1 -0
- package/package.json +3 -3
- package/dist/cjs/post-card-control-5f309278.js +0 -315
- package/dist/cjs/post-tab-header-1d896a9b.js +0 -32
- package/dist/esm/post-card-control-a77d7957.js +0 -313
- package/dist/esm/post-tab-header-5be0820b.js +0 -30
- package/dist/post-components/p-09c9ec65.entry.js +0 -1
- package/dist/post-components/p-105f8fe5.entry.js +0 -1
- package/dist/post-components/p-11e13d7d.js +0 -1
- package/dist/post-components/p-1d351eda.js +0 -2
- package/dist/post-components/p-408e8d5c.entry.js +0 -1
- package/dist/post-components/p-40cbd3a9.js +0 -15
- package/dist/post-components/p-418e4351.entry.js +0 -1
- package/dist/post-components/p-4f16eac0.js +0 -1
- package/dist/post-components/p-6fa5a17d.js +0 -1
- package/dist/post-components/p-803678de.entry.js +0 -1
- package/dist/post-components/p-8ba9721a.entry.js +0 -1
- package/dist/post-components/p-92636363.js +0 -1
- package/dist/post-components/p-9ac48e84.entry.js +0 -1
- package/dist/post-components/p-9c5b9e7c.entry.js +0 -1
- package/dist/post-components/p-b5f6a7b5.entry.js +0 -1
- package/dist/post-components/p-b675a470.entry.js +0 -1
- package/dist/post-components/p-ba275788.entry.js +0 -1
- package/dist/post-components/p-cbca927d.js +0 -1
- package/dist/post-components/p-ce4fff0a.js +0 -1
- package/dist/post-components/p-daf27e9c.entry.js +0 -1
- package/dist/post-components/p-f4b64493.entry.js +0 -1
- package/dist/post-components/p-f665b245.entry.js +0 -1
- package/dist/post-components/p-f80d0c5f.js +0 -1
- package/dist/post-components/p-f91c0e1b.js +0 -1
- package/dist/post-components/p-fa1125d9.js +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { proxyCustomElement, HTMLElement, createEvent, h, Host } from '@stencil/core/internal/client';
|
|
2
2
|
import { v as version } from './package.js';
|
|
3
|
-
import {
|
|
3
|
+
import { b as checkEmptyOrType } from './index2.js';
|
|
4
4
|
|
|
5
5
|
function isMotionReduced() {
|
|
6
6
|
return window.matchMedia('(prefers-reduced-motion: reduce)').matches;
|
|
@@ -24,7 +24,7 @@ const expand = (el) => {
|
|
|
24
24
|
return el.animate([collapsedKeyframe, expandedKeyframe, finalKeyframe], animationOptions);
|
|
25
25
|
};
|
|
26
26
|
|
|
27
|
-
const postCollapsibleCss = ":host{display:block
|
|
27
|
+
const postCollapsibleCss = ":host{display:block;overflow:hidden}";
|
|
28
28
|
const PostCollapsibleStyle0 = postCollapsibleCss;
|
|
29
29
|
|
|
30
30
|
const PostCollapsible = /*@__PURE__*/ proxyCustomElement(class PostCollapsible extends HTMLElement {
|
|
@@ -35,7 +35,6 @@ const PostCollapsible = /*@__PURE__*/ proxyCustomElement(class PostCollapsible e
|
|
|
35
35
|
this.postToggle = createEvent(this, "postToggle", 7);
|
|
36
36
|
this.isLoaded = false;
|
|
37
37
|
this.isOpen = true;
|
|
38
|
-
this.id = undefined;
|
|
39
38
|
this.collapsed = false;
|
|
40
39
|
}
|
|
41
40
|
validateCollapsed(newValue = this.collapsed) {
|
|
@@ -44,13 +43,11 @@ const PostCollapsible = /*@__PURE__*/ proxyCustomElement(class PostCollapsible e
|
|
|
44
43
|
connectedCallback() {
|
|
45
44
|
this.validateCollapsed();
|
|
46
45
|
}
|
|
47
|
-
componentWillRender() {
|
|
48
|
-
this.id = this.host.id || `c${crypto.randomUUID()}`;
|
|
49
|
-
}
|
|
50
46
|
componentDidLoad() {
|
|
51
47
|
if (this.collapsed)
|
|
52
48
|
void this.toggle(false);
|
|
53
49
|
this.isLoaded = true;
|
|
50
|
+
this.updateTriggers();
|
|
54
51
|
}
|
|
55
52
|
/**
|
|
56
53
|
* Triggers the collapse programmatically.
|
|
@@ -63,15 +60,22 @@ const PostCollapsible = /*@__PURE__*/ proxyCustomElement(class PostCollapsible e
|
|
|
63
60
|
this.isOpen = !this.isOpen;
|
|
64
61
|
if (this.isLoaded)
|
|
65
62
|
this.postToggle.emit(this.isOpen);
|
|
66
|
-
const animation = open ? expand(this.
|
|
63
|
+
const animation = open ? expand(this.host) : collapse(this.host);
|
|
67
64
|
if (!this.isLoaded || isMotionReduced())
|
|
68
65
|
animation.finish();
|
|
69
66
|
await animation.finished;
|
|
70
67
|
animation.commitStyles();
|
|
71
68
|
return this.isOpen;
|
|
72
69
|
}
|
|
70
|
+
/**
|
|
71
|
+
* Update all post-collapsible-trigger elements referring to the collapsible
|
|
72
|
+
*/
|
|
73
|
+
updateTriggers() {
|
|
74
|
+
const triggers = document.querySelectorAll(`post-collapsible-trigger[for=${this.host.id}]`);
|
|
75
|
+
triggers.forEach(trigger => trigger.update());
|
|
76
|
+
}
|
|
73
77
|
render() {
|
|
74
|
-
return (h(Host, { key: '
|
|
78
|
+
return (h(Host, { key: 'c24a0524427d6ec5a3a57e12300a5af4cc047a71', "data-version": version }, h("slot", { key: '4d41b67a18ca43acfa0e9ef208c07fa7882baba2' })));
|
|
75
79
|
}
|
|
76
80
|
get host() { return this; }
|
|
77
81
|
static get watchers() { return {
|
|
@@ -80,7 +84,6 @@ const PostCollapsible = /*@__PURE__*/ proxyCustomElement(class PostCollapsible e
|
|
|
80
84
|
static get style() { return PostCollapsibleStyle0; }
|
|
81
85
|
}, [1, "post-collapsible", {
|
|
82
86
|
"collapsed": [4],
|
|
83
|
-
"id": [32],
|
|
84
87
|
"toggle": [64]
|
|
85
88
|
}, undefined, {
|
|
86
89
|
"collapsed": ["validateCollapsed"]
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal/client';
|
|
2
|
-
import { c as checkEmptyOrOneOf,
|
|
2
|
+
import { c as checkEmptyOrOneOf, b as checkEmptyOrType } from './index2.js';
|
|
3
3
|
import { v as version } from './package.js';
|
|
4
4
|
import { c as checkNonEmpty } from './check-non-empty.js';
|
|
5
|
+
import { c as checkType } from './check-type.js';
|
|
5
6
|
|
|
6
7
|
const postIconCss = ":host{display:inline-block;width:1em;height:1em;vertical-align:-0.15em}span{display:block;width:100%;height:100%;fill:currentColor;forced-color-adjust:preserve-parent-color;background-color:currentColor;-webkit-mask-position:center center;mask-position:center center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100%;mask-size:100%}:host([flip-h]:not([flip-h=false])){scale:-1 1}:host([flip-v]:not([flip-v=false])){scale:1 -1}:host([flip-h][flip-v]:not([flip-h=false],[flip-v=false])){scale:-1}:host([animation]){transform-origin:center}:host([animation=cylon]){animation:icon-animation-cylon .75s ease-in-out infinite alternate}:host([animation=cylon-vertical]){animation:icon-animation-cylon-vertical .75s ease-in-out infinite alternate}:host([animation=spin]){animation:icon-animation-spin 2s linear infinite normal}:host([animation=spin-reverse]){animation:icon-animation-spin 2s linear infinite reverse}:host([animation=fade]){animation:icon-animation-fade .75s ease-in-out infinite alternate}:host([animation=throb]){animation:icon-animation-throb .75s ease-in-out infinite alternate}@keyframes icon-animation-cylon{from{transform:translateX(-25%)}to{transform:translateX(25%)}}@keyframes icon-animation-cylon-vertical{from{transform:translateY(25%)}to{transform:translateY(-25%)}}@keyframes icon-animation-fade{from{opacity:.1}to{opacity:1}}@keyframes icon-animation-spin{from{transform:rotate(0deg)}to{transform:rotate(359deg)}}@keyframes icon-animation-throb{from{opacity:.5;transform:scale(0.5)}to{opacity:1;transform:scale(1)}}";
|
|
7
8
|
const PostIconStyle0 = postIconCss;
|
|
@@ -86,7 +87,7 @@ const PostIcon = /*@__PURE__*/ proxyCustomElement(class PostIcon extends HTMLEle
|
|
|
86
87
|
})
|
|
87
88
|
.filter(([_key, value]) => value !== null)
|
|
88
89
|
.reduce((styles, [key, value]) => Object.assign(styles, { [key]: value }), {});
|
|
89
|
-
return (h(Host, { key: '
|
|
90
|
+
return (h(Host, { key: 'c046b74af0d3cc42dcddfbd4aa029ca07be26bf8', "data-version": version }, h("span", { key: 'c49c4d2de0222c665acf1db46f8a13db26f6a26e', style: svgStyles })));
|
|
90
91
|
}
|
|
91
92
|
get host() { return this; }
|
|
92
93
|
static get watchers() { return {
|
|
@@ -3,7 +3,7 @@ import { v as version } from './package.js';
|
|
|
3
3
|
import { g as getAttributeObserver } from './attribute-observer.js';
|
|
4
4
|
import { d as defineCustomElement$1 } from './post-popovercontainer2.js';
|
|
5
5
|
|
|
6
|
-
const postPopoverCss = "/*!\n * Bootstrap Utilities v5.1.3 (https://getbootstrap.com/)\n * Copyright 2011-2021 The Bootstrap Authors\n * Copyright 2011-2021 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n\n * The MIT License (MIT)\n\n * Copyright (c) 2011-2020 Twitter, Inc.\n * Copyright (c) 2011-2020 The Bootstrap Authors\n\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to deal\n * in the Software without restriction, including without limitation the rights\n * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n * copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n * THE SOFTWARE.\n *//*!\n * Copyright 2021 by Swiss Post, Information Technology\n */.btn-close{padding:0;overflow:visible;border:0;background:none;color:inherit;font:inherit;-webkit-user-select:none;user-select:none;appearance:button;border-radius:4px;color:var(--post-gray-80);transition:opacity 250ms,border-color 250ms,background-color 250ms,color 250ms;cursor:pointer}.btn-close{outline-style:none !important;outline-offset:2px !important;outline-width:2px !important;outline-color:var(--post-focus-color) !important}.btn-close:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-style:solid !important;border-radius:4px}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.btn-close:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-color:Highlight !important}}@supports not selector(:has(:focus-visible)){.btn-close:is(:focus-visible,:focus-within,.pretend-focus){outline-style:solid !important;border-radius:4px}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.btn-close:is(:focus-visible,:focus-within,.pretend-focus){outline-color:Highlight !important}}}.btn-close::before{-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m16.267 16.667 6.667-6.533-.933-1.067-6.667 6.667-6.667-6.667-.933 1.067 6.667 6.533-6.667 6.667 1.067.933 6.533-6.667 6.667 6.667.933-1.067z'/%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='m16.267 16.667 6.667-6.533-.933-1.067-6.667 6.667-6.667-6.667-.933 1.067 6.667 6.533-6.667 6.667 1.067.933 6.533-6.667 6.667 6.667.933-1.067z'/%3E%3C/svg%3E\");background-color:currentColor;color:currentColor;forced-color-adjust:preserve-parent-color;content:\"\";display:block;height:1.5rem;width:1.5rem}:
|
|
6
|
+
const postPopoverCss = "/*!\n * Bootstrap Utilities v5.1.3 (https://getbootstrap.com/)\n * Copyright 2011-2021 The Bootstrap Authors\n * Copyright 2011-2021 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n\n * The MIT License (MIT)\n\n * Copyright (c) 2011-2020 Twitter, Inc.\n * Copyright (c) 2011-2020 The Bootstrap Authors\n\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to deal\n * in the Software without restriction, including without limitation the rights\n * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n * copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n * THE SOFTWARE.\n *//*!\n * Copyright 2021 by Swiss Post, Information Technology\n */.btn-close{padding:0;overflow:visible;border:0;background:none;color:inherit;font:inherit;-webkit-user-select:none;user-select:none;appearance:button;border-radius:4px;color:var(--post-gray-80);transition:opacity 250ms,border-color 250ms,background-color 250ms,color 250ms;cursor:pointer}.btn-close{outline-style:none !important;outline-offset:2px !important;outline-width:2px !important;outline-color:var(--post-focus-color) !important}.btn-close:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-style:solid !important;border-radius:4px}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.btn-close:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-color:Highlight !important}}@supports not selector(:has(:focus-visible)){.btn-close:is(:focus-visible,:focus-within,.pretend-focus){outline-style:solid !important;border-radius:4px}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.btn-close:is(:focus-visible,:focus-within,.pretend-focus){outline-color:Highlight !important}}}.btn-close::before{-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m16.267 16.667 6.667-6.533-.933-1.067-6.667 6.667-6.667-6.667-.933 1.067 6.667 6.533-6.667 6.667 1.067.933 6.533-6.667 6.667 6.667.933-1.067z'/%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='m16.267 16.667 6.667-6.533-.933-1.067-6.667 6.667-6.667-6.667-.933 1.067 6.667 6.533-6.667 6.667 1.067.933 6.533-6.667 6.667 6.667.933-1.067z'/%3E%3C/svg%3E\");background-color:currentColor;color:currentColor;forced-color-adjust:preserve-parent-color;content:\"\";display:block;height:1.5rem;width:1.5rem}:where(.bg-dark,.bg-black,.bg-primary,.bg-secondary,.bg-success,.bg-error,.bg-nightblue,.bg-nightblue-bright,.bg-petrol,.bg-coral,.bg-olive,.bg-purple,.bg-purple-bright,.bg-aubergine,.bg-aubergine-bright,.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]) .btn-close{color:var(--post-contrast-color)}.btn-close:focus,.btn-close:not(:disabled):hover,.pretend-hover.btn-close{color:var(--post-contrast-color)}.btn-close:disabled{color:var(--post-gray-40)}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.btn-close{color:CanvasText;forced-color-adjust:none}.btn-close:focus,.btn-close:not(:disabled):hover,.pretend-hover.btn-close{color:Highlight}}.btn-close-white{color:#e6e6e6}.btn-close-white:focus,.btn-close-white:not(:disabled):hover,.btn-close-white.pretend-hover{color:#fff}.btn-close-white:disabled{color:#999}*{box-sizing:border-box}:host{--post-contrast-color:#fff;--post-bg-rgb:51, 51, 51;display:block}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);border:0}.popover-container{display:flex;align-items:self-start;padding:.5em;min-width:160px;max-width:280px}@media (max-width: 599.98px){.popover-container{max-width:100%}}.popover-content{padding:.5em;flex-grow:1}.btn-close{color:inherit}";
|
|
7
7
|
const PostPopoverStyle0 = postPopoverCss;
|
|
8
8
|
|
|
9
9
|
/**
|
|
@@ -96,7 +96,7 @@ const PostPopover = /*@__PURE__*/ proxyCustomElement(class PostPopover extends H
|
|
|
96
96
|
this.triggers.forEach(trigger => trigger.setAttribute('aria-expanded', 'false'));
|
|
97
97
|
}
|
|
98
98
|
render() {
|
|
99
|
-
return (h(Host, { key: '
|
|
99
|
+
return (h(Host, { key: '943dbb1a0a290d281ebe0f346ccd531f8acbbb5e', "data-version": version }, h("post-popovercontainer", { key: 'aa6bf3a2cc395ce612342b78bee23bcd1b68db5e', arrow: this.arrow, placement: this.placement, ref: e => (this.popoverRef = e) }, h("div", { key: '3ba6f039088615157ba47ebc448770fd9128efa0', class: "popover-container" }, h("div", { key: '0472f76d0cf51269029534c29f155e0f71d649fb', class: "popover-content" }, h("slot", { key: '1d722457c871c0aac9297b0517fe077c32e73794' })), h("button", { key: '430fa605ce81aad6b8709c22a31da62cdf6022e5', class: "btn-close", onClick: () => this.hide() }, h("span", { key: '37169089662c8ef1edd8de6389c55f9eee4e1a9e', class: "visually-hidden" }, this.closeButtonCaption))))));
|
|
100
100
|
}
|
|
101
101
|
get host() { return this; }
|
|
102
102
|
static get style() { return PostPopoverStyle0; }
|
|
@@ -2040,7 +2040,7 @@ const computePosition = (reference, floating, options) => {
|
|
|
2040
2040
|
}
|
|
2041
2041
|
`,E=null;function I(e){if(E===null)try{E=new CSSStyleSheet,E.replaceSync(C);}catch{E=!1;}if(E===!1){let t=document.createElement("style");t.textContent=C,e instanceof Document?e.head.prepend(t):e.prepend(t);}else e.adoptedStyleSheets=[E,...e.adoptedStyleSheets];}function K(){window.ToggleEvent=window.ToggleEvent||c;function e(n){return n?.includes(":popover-open")&&(n=n.replace(J,"$1.\\:popover-open")),n}f(Document.prototype,"querySelector",e),f(Document.prototype,"querySelectorAll",e),f(Element.prototype,"querySelector",e),f(Element.prototype,"querySelectorAll",e),f(Element.prototype,"matches",e),f(Element.prototype,"closest",e),f(DocumentFragment.prototype,"querySelectorAll",e),f(DocumentFragment.prototype,"querySelectorAll",e),Object.defineProperties(HTMLElement.prototype,{popover:{enumerable:!0,configurable:!0,get(){if(!this.hasAttribute("popover"))return null;let n=(this.getAttribute("popover")||"").toLowerCase();return n===""||n=="auto"?"auto":"manual"},set(n){this.setAttribute("popover",n);}},showPopover:{enumerable:!0,configurable:!0,value(){S(this);}},hidePopover:{enumerable:!0,configurable:!0,value(){m(this,!0,!0);}},togglePopover:{enumerable:!0,configurable:!0,value(n){h.get(this)==="showing"&&n===void 0||n===!1?m(this,!0,!0):(n===void 0||n===!0)&&S(this);}}});let t=Element.prototype.attachShadow;t&&Object.defineProperties(Element.prototype,{attachShadow:{enumerable:!0,configurable:!0,writable:!0,value(n){let s=t.call(this,n);return I(s),s}}});let o=HTMLElement.prototype.attachInternals;o&&Object.defineProperties(HTMLElement.prototype,{attachInternals:{enumerable:!0,configurable:!0,writable:!0,value(){let n=o.call(this);return n.shadowRoot&&I(n.shadowRoot),n}}});let r=new WeakMap;function i(n){Object.defineProperties(n.prototype,{popoverTargetElement:{enumerable:!0,configurable:!0,set(s){if(s===null)this.removeAttribute("popovertarget"),r.delete(this);else if(s instanceof Element)this.setAttribute("popovertarget",""),r.set(this,s);else throw new TypeError("popoverTargetElement must be an element or null")},get(){if(this.localName!=="button"&&this.localName!=="input"||this.localName==="input"&&this.type!=="reset"&&this.type!=="image"&&this.type!=="button"||this.disabled||this.form&&this.type==="submit")return null;let s=r.get(this);if(s&&s.isConnected)return s;if(s&&!s.isConnected)return r.delete(this),null;let u=v(this),w=this.getAttribute("popovertarget");return (u instanceof Document||u instanceof B)&&w&&u.getElementById(w)||null}},popoverTargetAction:{enumerable:!0,configurable:!0,get(){let s=(this.getAttribute("popovertargetaction")||"").toLowerCase();return s==="show"||s==="hide"?s:"toggle"},set(s){this.setAttribute("popovertargetaction",s);}}});}i(HTMLButtonElement),i(HTMLInputElement);let l=n=>{if(!n.isTrusted)return;let s=n.composedPath()[0];if(!(s instanceof Element)||s?.shadowRoot)return;let u=v(s);if(!(u instanceof B||u instanceof Document))return;let w=s.closest("[popovertargetaction],[popovertarget]");if(w){O(w),n.preventDefault();return}},a=n=>{let s=n.key,u=n.target;!n.defaultPrevented&&u&&(s==="Escape"||s==="Esc")&&T(u.ownerDocument,!0,!0);};(n=>{n.addEventListener("click",l),n.addEventListener("keydown",a),n.addEventListener("pointerdown",x),n.addEventListener("pointerup",x);})(document),I(document);}j()||K();})();
|
|
2042
2042
|
|
|
2043
|
-
const postPopovercontainerCss = "@layer polyfill{@supports not selector(:popover-open){[popover]:not(.\\:popover-open){display:none}}}
|
|
2043
|
+
const postPopovercontainerCss = "@layer polyfill{@supports not selector(:popover-open){[popover]:not(.\\:popover-open){display:none}}}:where(post-popovercontainer){box-shadow:.5px 3px 4px rgba(0,0,0,.1),2px 4px 10px 4px rgba(0,0,0,.12);position:fixed;z-index:1060;width:max-content;margin:0;padding:0;box-sizing:border-box;color:var(--post-contrast-color);background-color:rgb(var(--post-bg-rgb));border:2px solid rgba(0,0,0,0);border-radius:4px;overflow:visible}:where(post-popovercontainer) .arrow{position:absolute;width:.5825rem;height:.5825rem;background-color:inherit;rotate:45deg;pointer-events:none;z-index:-1}:where(post-popovercontainer) .arrow.top{border-left:2px solid rgba(0,0,0,0);border-top:2px solid rgba(0,0,0,0)}:where(post-popovercontainer) .arrow.right{border-right:2px solid rgba(0,0,0,0);border-top:2px solid rgba(0,0,0,0)}:where(post-popovercontainer) .arrow.left{border-left:2px solid rgba(0,0,0,0);border-bottom:2px solid rgba(0,0,0,0)}:where(post-popovercontainer) .arrow.bottom{border-right:2px solid rgba(0,0,0,0);border-bottom:2px solid rgba(0,0,0,0)}";
|
|
2044
2044
|
const PostPopovercontainerStyle0 = postPopovercontainerCss;
|
|
2045
2045
|
|
|
2046
2046
|
const SIDE_MAP = {
|
|
@@ -2053,18 +2053,15 @@ const PostPopovercontainer = /*@__PURE__*/ proxyCustomElement(class PostPopoverc
|
|
|
2053
2053
|
constructor() {
|
|
2054
2054
|
super();
|
|
2055
2055
|
this.__registerHost();
|
|
2056
|
-
this.__attachShadow();
|
|
2057
2056
|
this.postToggle = createEvent(this, "postToggle", 7);
|
|
2058
2057
|
this.placement = 'top';
|
|
2059
2058
|
this.arrow = false;
|
|
2060
2059
|
}
|
|
2061
2060
|
componentDidLoad() {
|
|
2062
|
-
this.
|
|
2063
|
-
this.
|
|
2061
|
+
this.host.setAttribute('popover', '');
|
|
2062
|
+
this.host.addEventListener('beforetoggle', this.handleToggle.bind(this));
|
|
2064
2063
|
}
|
|
2065
2064
|
disconnectedCallback() {
|
|
2066
|
-
if (this.popoverRef)
|
|
2067
|
-
this.popoverRef.removeEventListener('beforetoggle', e => this.toggle(e.target));
|
|
2068
2065
|
if (typeof this.clearAutoUpdate === 'function')
|
|
2069
2066
|
this.clearAutoUpdate();
|
|
2070
2067
|
}
|
|
@@ -2076,7 +2073,7 @@ const PostPopovercontainer = /*@__PURE__*/ proxyCustomElement(class PostPopoverc
|
|
|
2076
2073
|
if (!this.toggleTimeoutId) {
|
|
2077
2074
|
this.eventTarget = target;
|
|
2078
2075
|
this.calculatePosition();
|
|
2079
|
-
this.
|
|
2076
|
+
this.host.showPopover();
|
|
2080
2077
|
}
|
|
2081
2078
|
}
|
|
2082
2079
|
/**
|
|
@@ -2085,7 +2082,7 @@ const PostPopovercontainer = /*@__PURE__*/ proxyCustomElement(class PostPopoverc
|
|
|
2085
2082
|
async hide() {
|
|
2086
2083
|
if (!this.toggleTimeoutId) {
|
|
2087
2084
|
this.eventTarget = null;
|
|
2088
|
-
this.
|
|
2085
|
+
this.host.hidePopover();
|
|
2089
2086
|
}
|
|
2090
2087
|
}
|
|
2091
2088
|
/**
|
|
@@ -2098,10 +2095,10 @@ const PostPopovercontainer = /*@__PURE__*/ proxyCustomElement(class PostPopoverc
|
|
|
2098
2095
|
if (!this.toggleTimeoutId) {
|
|
2099
2096
|
this.eventTarget = target;
|
|
2100
2097
|
this.calculatePosition();
|
|
2101
|
-
this.
|
|
2098
|
+
this.host.togglePopover(force);
|
|
2102
2099
|
this.toggleTimeoutId = null;
|
|
2103
2100
|
}
|
|
2104
|
-
return this.
|
|
2101
|
+
return this.host.matches(':where(:popover-open, .popover-open');
|
|
2105
2102
|
}
|
|
2106
2103
|
/**
|
|
2107
2104
|
* Start or stop auto updates based on tooltip events.
|
|
@@ -2126,7 +2123,7 @@ const PostPopovercontainer = /*@__PURE__*/ proxyCustomElement(class PostPopoverc
|
|
|
2126
2123
|
* an influence on tooltip positioning
|
|
2127
2124
|
*/
|
|
2128
2125
|
startAutoupdates() {
|
|
2129
|
-
this.clearAutoUpdate = autoUpdate(this.eventTarget, this.
|
|
2126
|
+
this.clearAutoUpdate = autoUpdate(this.eventTarget, this.host, this.calculatePosition.bind(this));
|
|
2130
2127
|
}
|
|
2131
2128
|
async calculatePosition() {
|
|
2132
2129
|
const middleware = [
|
|
@@ -2152,14 +2149,14 @@ const PostPopovercontainer = /*@__PURE__*/ proxyCustomElement(class PostPopoverc
|
|
|
2152
2149
|
if (this.arrow) {
|
|
2153
2150
|
middleware.push(arrow({ element: this.arrowRef, padding: 8 }));
|
|
2154
2151
|
}
|
|
2155
|
-
const { x, y, middlewareData, placement: currentPlacement, } = await computePosition(this.eventTarget, this.
|
|
2152
|
+
const { x, y, middlewareData, placement: currentPlacement, } = await computePosition(this.eventTarget, this.host, {
|
|
2156
2153
|
placement: this.placement || 'top',
|
|
2157
2154
|
strategy: 'fixed',
|
|
2158
2155
|
middleware,
|
|
2159
2156
|
});
|
|
2160
2157
|
// Tooltip
|
|
2161
|
-
this.
|
|
2162
|
-
this.
|
|
2158
|
+
this.host.style.left = `${x}px`;
|
|
2159
|
+
this.host.style.top = `${y}px`;
|
|
2163
2160
|
// Arrow
|
|
2164
2161
|
if (this.arrow) {
|
|
2165
2162
|
// Tutorial: https://codesandbox.io/s/mystifying-kare-ee3hmh?file=/src/index.js
|
|
@@ -2178,13 +2175,13 @@ const PostPopovercontainer = /*@__PURE__*/ proxyCustomElement(class PostPopoverc
|
|
|
2178
2175
|
}
|
|
2179
2176
|
}
|
|
2180
2177
|
render() {
|
|
2181
|
-
return (h(Host, { key: '
|
|
2178
|
+
return (h(Host, { key: '944364458c19e3a11171571402f183449dafff24', "data-version": version }, this.arrow && (h("span", { key: 'f77a61b4b6f4f4ceb861ef8eb7d16f71f45642ec', class: "arrow", ref: el => {
|
|
2182
2179
|
this.arrowRef = el;
|
|
2183
|
-
} })), h("slot", { key: '
|
|
2180
|
+
} })), h("slot", { key: 'feeedfe09388dca41ee1048c8702c68bd0a91d33' })));
|
|
2184
2181
|
}
|
|
2185
2182
|
get host() { return this; }
|
|
2186
2183
|
static get style() { return PostPopovercontainerStyle0; }
|
|
2187
|
-
}, [
|
|
2184
|
+
}, [4, "post-popovercontainer", {
|
|
2188
2185
|
"placement": [1],
|
|
2189
2186
|
"arrow": [4],
|
|
2190
2187
|
"show": [64],
|
|
@@ -74,7 +74,7 @@ const PostRating = /*@__PURE__*/ proxyCustomElement(class PostRating extends HTM
|
|
|
74
74
|
}
|
|
75
75
|
}
|
|
76
76
|
render() {
|
|
77
|
-
return (h(Host, { key: '
|
|
77
|
+
return (h(Host, { key: 'b175b250377f4bf9be92ad05fb14f7e4a8f7c12f', "data-version": version }, h("div", { key: 'b12eb5ff191d5a4ac5270845f120360f61e0fce0', role: "slider", class: "rating", tabindex: "0", "aria-label": this.label, "aria-valuemin": "0", "aria-valuemax": this.stars, "aria-valuenow": this.currentRating, "aria-valuetext": `${this.currentRating} out of ${this.stars}`, "aria-readonly": this.readonly ? 'true' : 'false', onKeyDown: this.keydownHandler, onBlur: this.blurHandler }, Array.from({ length: this.stars }).map((v, i) => (h("div", { key: `star-${v}`, "aria-hidden": "true", class: {
|
|
78
78
|
'star': true,
|
|
79
79
|
'before-hover': i < this.hoveredIndex,
|
|
80
80
|
'active': i < Math.round(this.currentRating),
|
|
@@ -2,7 +2,7 @@ import { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal
|
|
|
2
2
|
import { v as version } from './package.js';
|
|
3
3
|
import { c as checkNonEmpty } from './check-non-empty.js';
|
|
4
4
|
|
|
5
|
-
const postTabHeaderCss = ".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}:
|
|
5
|
+
const postTabHeaderCss = ".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,.bg-nightblue,.bg-nightblue-bright,.bg-petrol,.bg-coral,.bg-olive,.bg-purple,.bg-purple-bright,.bg-aubergine,.bg-aubergine-bright,.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,.bg-nightblue,.bg-nightblue-bright,.bg-petrol,.bg-coral,.bg-olive,.bg-purple,.bg-purple-bright,.bg-aubergine,.bg-aubergine-bright,.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}.bg-nightblue .tab-title{background-color:#004976}.bg-nightblue .tab-title.active{background-color:#004976}.bg-nightblue .nav-item{background-color:#004976}.bg-nightblue-bright .tab-title{background-color:#0076a8}.bg-nightblue-bright .tab-title.active{background-color:#0076a8}.bg-nightblue-bright .nav-item{background-color:#0076a8}.bg-petrol .tab-title{background-color:#006d68}.bg-petrol .tab-title.active{background-color:#006d68}.bg-petrol .nav-item{background-color:#006d68}.bg-petrol-bright .tab-title{background-color:#00968f}.bg-petrol-bright .tab-title.active{background-color:#00968f}.bg-petrol-bright .nav-item{background-color:#00968f}.bg-coral .tab-title{background-color:#9e2a2f}.bg-coral .tab-title.active{background-color:#9e2a2f}.bg-coral .nav-item{background-color:#9e2a2f}.bg-coral-bright .tab-title{background-color:#e03c31}.bg-coral-bright .tab-title.active{background-color:#e03c31}.bg-coral-bright .nav-item{background-color:#e03c31}.bg-olive .tab-title{background-color:#716135}.bg-olive .tab-title.active{background-color:#716135}.bg-olive .nav-item{background-color:#716135}.bg-olive-bright .tab-title{background-color:#aa9d2e}.bg-olive-bright .tab-title.active{background-color:#aa9d2e}.bg-olive-bright .nav-item{background-color:#aa9d2e}.bg-purple .tab-title{background-color:#80276c}.bg-purple .tab-title.active{background-color:#80276c}.bg-purple .nav-item{background-color:#80276c}.bg-purple-bright .tab-title{background-color:#c5299b}.bg-purple-bright .tab-title.active{background-color:#c5299b}.bg-purple-bright .nav-item{background-color:#c5299b}.bg-aubergine .tab-title{background-color:#523178}.bg-aubergine .tab-title.active{background-color:#523178}.bg-aubergine .nav-item{background-color:#523178}.bg-aubergine-bright .tab-title{background-color:#7566a0}.bg-aubergine-bright .tab-title.active{background-color:#7566a0}.bg-aubergine-bright .nav-item{background-color:#7566a0}[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 * Bootstrap Utilities v5.1.3 (https://getbootstrap.com/)\n * Copyright 2011-2021 The Bootstrap Authors\n * Copyright 2011-2021 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n\n * The MIT License (MIT)\n\n * Copyright (c) 2011-2020 Twitter, Inc.\n * Copyright (c) 2011-2020 The Bootstrap Authors\n\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to deal\n * in the Software without restriction, including without limitation the rights\n * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n * copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n * THE SOFTWARE.\n *//*!\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}";
|
|
6
6
|
const PostTabHeaderStyle0 = postTabHeaderCss;
|
|
7
7
|
|
|
8
8
|
const PostTabHeader = /*@__PURE__*/ proxyCustomElement(class PostTabHeader extends HTMLElement {
|
|
@@ -20,7 +20,7 @@ const PostTabHeader = /*@__PURE__*/ proxyCustomElement(class PostTabHeader exten
|
|
|
20
20
|
this.tabId = `tab-${this.host.id || crypto.randomUUID()}`;
|
|
21
21
|
}
|
|
22
22
|
render() {
|
|
23
|
-
return (h(Host, { key: '
|
|
23
|
+
return (h(Host, { key: '543284f0251b7edff35b0fc4f260c7ba1447d57a', id: this.tabId, role: "tab", "data-version": version, "aria-selected": "false", tabindex: "-1", class: "tab-title" }, h("slot", { key: 'c8ed807ea7fbd6fd5ab0e06724fd49852c5e15bf' })));
|
|
24
24
|
}
|
|
25
25
|
get host() { return this; }
|
|
26
26
|
static get watchers() { return {
|
|
@@ -17,7 +17,7 @@ const PostTabPanel = /*@__PURE__*/ proxyCustomElement(class PostTabPanel extends
|
|
|
17
17
|
this.panelId = `panel-${this.host.id || crypto.randomUUID()}`;
|
|
18
18
|
}
|
|
19
19
|
render() {
|
|
20
|
-
return (h(Host, { key: '
|
|
20
|
+
return (h(Host, { key: '2b7e8f1853df072796345126b60ed2b6315362a2', "data-version": version, id: this.panelId, role: "tabpanel" }, h("slot", { key: '77c2b1c1f7d141fd3f9b71c504cdd9a5ce61260b' })));
|
|
21
21
|
}
|
|
22
22
|
get host() { return this; }
|
|
23
23
|
static get style() { return PostTabPanelStyle0; }
|
|
@@ -43,19 +43,17 @@ const PostTabs = /*@__PURE__*/ proxyCustomElement(class PostTabs extends HTMLEle
|
|
|
43
43
|
this.showing.finish();
|
|
44
44
|
}
|
|
45
45
|
// hide the currently visible panel only if no other animation is running
|
|
46
|
-
if (previousTab && !this.showing && !this.hiding)
|
|
46
|
+
if (previousTab && !this.showing && !this.hiding)
|
|
47
47
|
this.hidePanel(previousTab.panel);
|
|
48
|
-
}
|
|
49
48
|
// wait for any hiding animation to complete before showing the selected tab
|
|
50
|
-
if (this.hiding)
|
|
49
|
+
if (this.hiding)
|
|
51
50
|
await this.hiding.finished;
|
|
52
|
-
}
|
|
53
51
|
this.showSelectedPanel();
|
|
54
52
|
// wait for any display animation to complete for the returned promise to fully resolve
|
|
55
|
-
if (this.showing)
|
|
53
|
+
if (this.showing)
|
|
56
54
|
await this.showing.finished;
|
|
57
|
-
|
|
58
|
-
|
|
55
|
+
if (this.isLoaded)
|
|
56
|
+
this.postChange.emit(this.activeTab.panel);
|
|
59
57
|
}
|
|
60
58
|
moveMisplacedTabs() {
|
|
61
59
|
if (!this.tabs)
|
|
@@ -145,7 +143,7 @@ const PostTabs = /*@__PURE__*/ proxyCustomElement(class PostTabs extends HTMLEle
|
|
|
145
143
|
nextTab.focus();
|
|
146
144
|
}
|
|
147
145
|
render() {
|
|
148
|
-
return (h(Host, { key: '
|
|
146
|
+
return (h(Host, { key: '365b2794cfb46631277341ea23afb2070c9d3ad1', "data-version": version }, h("div", { key: '70df13385ecc9c067527b80e2dd7b3a9b245e745', class: "tabs-wrapper", part: "tabs" }, h("div", { key: 'cae4d18aff0c890e0e8d76c1b8e321322abbeccd', class: "tabs", role: "tablist" }, h("slot", { key: '2b6ca3e01e45e541950ddc2c1cdc680b28ea96b9', name: "tabs", onSlotchange: () => this.enableTabs() }))), h("div", { key: '7352582d9c738af9b8bf3b71e0a153132fd23dcd', class: "tab-content", part: "content" }, h("slot", { key: '4845c39bf9b9cbc42aa8689c7ae99cc2e75d7907', onSlotchange: () => this.moveMisplacedTabs() }))));
|
|
149
147
|
}
|
|
150
148
|
get host() { return this; }
|
|
151
149
|
static get style() { return PostTabsStyle0; }
|
|
@@ -35,7 +35,7 @@ const PostTag = /*@__PURE__*/ proxyCustomElement(class PostTag extends HTMLEleme
|
|
|
35
35
|
this.setClasses();
|
|
36
36
|
}
|
|
37
37
|
render() {
|
|
38
|
-
return (h(Host, { key: '
|
|
38
|
+
return (h(Host, { key: '0292c0d7a103bd987511cb67d66bc3de60800bf1', "data-version": version }, h("div", { key: 'b3b1934c9c3ec3490b1dad8829b15f63490677ba', class: this.classes }, this.icon ? h("post-icon", { name: this.icon }) : null, h("div", { key: '0cb543c65dfe1d61756aecf67de9b2cdae3f78e5', class: "tag-text" }, h("slot", { key: '020b0b7191f0b6051c958253ef6cb52bc660d5e2' })))));
|
|
39
39
|
}
|
|
40
40
|
get host() { return this; }
|
|
41
41
|
static get watchers() { return {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { proxyCustomElement, HTMLElement as HTMLElement$1, h, Host } from '@stencil/core/internal/client';
|
|
2
2
|
import { v as version$1 } from './package.js';
|
|
3
|
+
import { a as commonjsGlobal, b as getDefaultExportFromCjs } from './_commonjsHelpers.js';
|
|
3
4
|
import { g as getAttributeObserver } from './attribute-observer.js';
|
|
5
|
+
import { b as checkEmptyOrType } from './index2.js';
|
|
4
6
|
import { d as defineCustomElement$1 } from './post-popovercontainer2.js';
|
|
5
7
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
function getDefaultExportFromCjs (x) {
|
|
9
|
-
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
|
|
8
|
+
function timeout(delay) {
|
|
9
|
+
return new Promise(resolve => setTimeout(resolve, delay));
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
var focusable = {exports: {}};
|
|
@@ -4772,9 +4772,10 @@ const isFocusable = /*@__PURE__*/getDefaultExportFromCjs(focusable.exports);
|
|
|
4772
4772
|
|
|
4773
4773
|
}(window, document));
|
|
4774
4774
|
|
|
4775
|
-
const postTooltipCss = ":host{--post-contrast-color:#fff;--post-bg-rgb:51, 51, 51}post-popovercontainer
|
|
4775
|
+
const postTooltipCss = ":host{--post-contrast-color:#fff;--post-bg-rgb:51, 51, 51}post-popovercontainer{padding:.25rem .5rem;max-width:13.5rem;min-height:1rem}post-popovercontainer[arrow]::after{position:absolute;content:\"\";inset:-13px;z-index:-1}";
|
|
4776
4776
|
const PostTooltipStyle0 = postTooltipCss;
|
|
4777
4777
|
|
|
4778
|
+
const OPEN_DELAY = 650; // matches HTML title delay
|
|
4778
4779
|
/**
|
|
4779
4780
|
* @slot default - Slot for the content of the tooltip.
|
|
4780
4781
|
*/
|
|
@@ -4858,6 +4859,13 @@ const PostTooltip = /*@__PURE__*/ proxyCustomElement(class PostTooltip extends H
|
|
|
4858
4859
|
this.__attachShadow();
|
|
4859
4860
|
this.placement = 'top';
|
|
4860
4861
|
this.arrow = true;
|
|
4862
|
+
this.delayed = false;
|
|
4863
|
+
}
|
|
4864
|
+
validateDelayed() {
|
|
4865
|
+
checkEmptyOrType(this.delayed, 'boolean', 'The post-tooltip "delayed" property should be a boolean.');
|
|
4866
|
+
}
|
|
4867
|
+
connectedCallback() {
|
|
4868
|
+
this.validateDelayed();
|
|
4861
4869
|
}
|
|
4862
4870
|
componentDidLoad() {
|
|
4863
4871
|
if (!this.host.id) {
|
|
@@ -4910,6 +4918,8 @@ const PostTooltip = /*@__PURE__*/ proxyCustomElement(class PostTooltip extends H
|
|
|
4910
4918
|
* @param target An element with [data-tooltip-target="id"] where the tooltip should be shown
|
|
4911
4919
|
*/
|
|
4912
4920
|
async show(target) {
|
|
4921
|
+
if (this.delayed)
|
|
4922
|
+
await timeout(OPEN_DELAY);
|
|
4913
4923
|
this.popoverRef.show(target);
|
|
4914
4924
|
}
|
|
4915
4925
|
/**
|
|
@@ -4943,16 +4953,22 @@ const PostTooltip = /*@__PURE__*/ proxyCustomElement(class PostTooltip extends H
|
|
|
4943
4953
|
}
|
|
4944
4954
|
render() {
|
|
4945
4955
|
const popoverClass = `${this.arrow ? ' has-arrow' : ''}`;
|
|
4946
|
-
return (h(Host, { key: '
|
|
4956
|
+
return (h(Host, { key: 'de8f7f40645168240a3bcb70fd014ea2cfefbeb6', "data-version": version$1, role: "tooltip", onPointerOver: this.handleInterest, onPointerOut: this.handleInterestLost, onFocusIn: this.handleInterest, onFocusOut: this.handleInterestLost }, h("post-popovercontainer", { key: '4cecbb91117c4dd46c7aea6f084a84de995c25b7', class: popoverClass, arrow: this.arrow, placement: this.placement, ref: (el) => (this.popoverRef = el) }, h("slot", { key: 'c023b8f26189ed2c0dc4573914e92ce65f50ac18' }))));
|
|
4947
4957
|
}
|
|
4948
4958
|
get host() { return this; }
|
|
4959
|
+
static get watchers() { return {
|
|
4960
|
+
"delayed": ["validateDelayed"]
|
|
4961
|
+
}; }
|
|
4949
4962
|
static get style() { return PostTooltipStyle0; }
|
|
4950
4963
|
}, [1, "post-tooltip", {
|
|
4951
4964
|
"placement": [1],
|
|
4952
4965
|
"arrow": [4],
|
|
4966
|
+
"delayed": [4],
|
|
4953
4967
|
"show": [64],
|
|
4954
4968
|
"hide": [64],
|
|
4955
4969
|
"toggle": [64]
|
|
4970
|
+
}, undefined, {
|
|
4971
|
+
"delayed": ["validateDelayed"]
|
|
4956
4972
|
}]);
|
|
4957
4973
|
function defineCustomElement() {
|
|
4958
4974
|
if (typeof customElements === "undefined") {
|
package/dist/docs.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2024-07-
|
|
2
|
+
"timestamp": "2024-07-19T12:02:37",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.19.1",
|
|
@@ -1019,6 +1019,77 @@
|
|
|
1019
1019
|
]
|
|
1020
1020
|
}
|
|
1021
1021
|
},
|
|
1022
|
+
{
|
|
1023
|
+
"filePath": "src/components/post-collapsible-trigger/post-collapsible-trigger.tsx",
|
|
1024
|
+
"encapsulation": "none",
|
|
1025
|
+
"tag": "post-collapsible-trigger",
|
|
1026
|
+
"readme": "# post-collapsible-trigger\n\n\n",
|
|
1027
|
+
"docs": "",
|
|
1028
|
+
"docsTags": [],
|
|
1029
|
+
"usage": {},
|
|
1030
|
+
"props": [
|
|
1031
|
+
{
|
|
1032
|
+
"name": "for",
|
|
1033
|
+
"type": "string",
|
|
1034
|
+
"complexType": {
|
|
1035
|
+
"original": "string",
|
|
1036
|
+
"resolved": "string",
|
|
1037
|
+
"references": {}
|
|
1038
|
+
},
|
|
1039
|
+
"mutable": false,
|
|
1040
|
+
"attr": "for",
|
|
1041
|
+
"reflectToAttr": false,
|
|
1042
|
+
"docs": "Link the trigger to a post-collapsible with this id",
|
|
1043
|
+
"docsTags": [],
|
|
1044
|
+
"values": [
|
|
1045
|
+
{
|
|
1046
|
+
"type": "string"
|
|
1047
|
+
}
|
|
1048
|
+
],
|
|
1049
|
+
"optional": false,
|
|
1050
|
+
"required": false
|
|
1051
|
+
}
|
|
1052
|
+
],
|
|
1053
|
+
"methods": [
|
|
1054
|
+
{
|
|
1055
|
+
"name": "update",
|
|
1056
|
+
"returns": {
|
|
1057
|
+
"type": "Promise<void>",
|
|
1058
|
+
"docs": ""
|
|
1059
|
+
},
|
|
1060
|
+
"complexType": {
|
|
1061
|
+
"signature": "() => Promise<void>",
|
|
1062
|
+
"parameters": [],
|
|
1063
|
+
"references": {
|
|
1064
|
+
"Promise": {
|
|
1065
|
+
"location": "global",
|
|
1066
|
+
"id": "global::Promise"
|
|
1067
|
+
}
|
|
1068
|
+
},
|
|
1069
|
+
"return": "Promise<void>"
|
|
1070
|
+
},
|
|
1071
|
+
"signature": "update() => Promise<void>",
|
|
1072
|
+
"parameters": [],
|
|
1073
|
+
"docs": "Update the \"aria-controls\" and \"aria-expanded\" attributes on the trigger button",
|
|
1074
|
+
"docsTags": []
|
|
1075
|
+
}
|
|
1076
|
+
],
|
|
1077
|
+
"events": [],
|
|
1078
|
+
"listeners": [
|
|
1079
|
+
{
|
|
1080
|
+
"event": "postToggle",
|
|
1081
|
+
"target": "document",
|
|
1082
|
+
"capture": false,
|
|
1083
|
+
"passive": false
|
|
1084
|
+
}
|
|
1085
|
+
],
|
|
1086
|
+
"styles": [],
|
|
1087
|
+
"slots": [],
|
|
1088
|
+
"parts": [],
|
|
1089
|
+
"dependents": [],
|
|
1090
|
+
"dependencies": [],
|
|
1091
|
+
"dependencyGraph": {}
|
|
1092
|
+
},
|
|
1022
1093
|
{
|
|
1023
1094
|
"filePath": "src/components/post-icon/post-icon.tsx",
|
|
1024
1095
|
"encapsulation": "shadow",
|
|
@@ -1508,7 +1579,7 @@
|
|
|
1508
1579
|
},
|
|
1509
1580
|
{
|
|
1510
1581
|
"filePath": "src/components/post-popovercontainer/post-popovercontainer.tsx",
|
|
1511
|
-
"encapsulation": "
|
|
1582
|
+
"encapsulation": "none",
|
|
1512
1583
|
"tag": "post-popovercontainer",
|
|
1513
1584
|
"readme": "# post-popover\n\n\n",
|
|
1514
1585
|
"docs": "",
|
|
@@ -1764,12 +1835,7 @@
|
|
|
1764
1835
|
"docs": "Default slot for placing content inside the popovercontainer."
|
|
1765
1836
|
}
|
|
1766
1837
|
],
|
|
1767
|
-
"parts": [
|
|
1768
|
-
{
|
|
1769
|
-
"name": "popover",
|
|
1770
|
-
"docs": ""
|
|
1771
|
-
}
|
|
1772
|
-
],
|
|
1838
|
+
"parts": [],
|
|
1773
1839
|
"dependents": [
|
|
1774
1840
|
"post-popover",
|
|
1775
1841
|
"post-tooltip"
|
|
@@ -2328,6 +2394,28 @@
|
|
|
2328
2394
|
"optional": true,
|
|
2329
2395
|
"required": false
|
|
2330
2396
|
},
|
|
2397
|
+
{
|
|
2398
|
+
"name": "delayed",
|
|
2399
|
+
"type": "boolean",
|
|
2400
|
+
"complexType": {
|
|
2401
|
+
"original": "boolean",
|
|
2402
|
+
"resolved": "boolean",
|
|
2403
|
+
"references": {}
|
|
2404
|
+
},
|
|
2405
|
+
"mutable": false,
|
|
2406
|
+
"attr": "delayed",
|
|
2407
|
+
"reflectToAttr": false,
|
|
2408
|
+
"docs": "If `true`, the tooltip is displayed a few milliseconds after it is triggered",
|
|
2409
|
+
"docsTags": [],
|
|
2410
|
+
"default": "false",
|
|
2411
|
+
"values": [
|
|
2412
|
+
{
|
|
2413
|
+
"type": "boolean"
|
|
2414
|
+
}
|
|
2415
|
+
],
|
|
2416
|
+
"optional": false,
|
|
2417
|
+
"required": false
|
|
2418
|
+
},
|
|
2331
2419
|
{
|
|
2332
2420
|
"name": "placement",
|
|
2333
2421
|
"type": "\"bottom\" | \"bottom-end\" | \"bottom-start\" | \"left\" | \"left-end\" | \"left-start\" | \"right\" | \"right-end\" | \"right-start\" | \"top\" | \"top-end\" | \"top-start\"",
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
2
|
+
|
|
3
|
+
function getDefaultExportFromCjs (x) {
|
|
4
|
+
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
function getAugmentedNamespace(n) {
|
|
8
|
+
if (n.__esModule) return n;
|
|
9
|
+
var a = Object.defineProperty({}, '__esModule', {value: true});
|
|
10
|
+
Object.keys(n).forEach(function (k) {
|
|
11
|
+
var d = Object.getOwnPropertyDescriptor(n, k);
|
|
12
|
+
Object.defineProperty(a, k, d.get ? d : {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: function () {
|
|
15
|
+
return n[k];
|
|
16
|
+
}
|
|
17
|
+
});
|
|
18
|
+
});
|
|
19
|
+
return a;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
function commonjsRequire (path) {
|
|
23
|
+
throw new Error('Could not dynamically require "' + path + '". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.');
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
export { commonjsGlobal as a, getDefaultExportFromCjs as b, commonjsRequire as c, getAugmentedNamespace as g };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
function checkType(value, type, error) {
|
|
2
|
+
const typeIsArray = type === 'array';
|
|
3
|
+
const valueIsArray = Array.isArray(value);
|
|
4
|
+
if (typeIsArray || valueIsArray) {
|
|
5
|
+
if (valueIsArray !== typeIsArray)
|
|
6
|
+
throw new Error(error);
|
|
7
|
+
}
|
|
8
|
+
else {
|
|
9
|
+
if (typeof value !== type)
|
|
10
|
+
throw new Error(error);
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
export { checkType as c };
|