@ptcwebops/ptcw-design 0.6.2 → 0.6.3
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/LICENSE +21 -21
- package/dist/cjs/dropdown-item.cjs.entry.js +10 -10
- package/dist/cjs/icon-asset.cjs.entry.js +53 -53
- package/dist/cjs/{interfaces-0ecd8027.js → interfaces-574e6df7.js} +9 -9
- package/dist/cjs/list-item.cjs.entry.js +20 -20
- package/dist/cjs/lottie-player.cjs.entry.js +354 -354
- package/dist/cjs/my-component.cjs.entry.js +12 -12
- package/dist/cjs/ptc-accordion-item.cjs.entry.js +97 -97
- package/dist/cjs/ptc-accordion.cjs.entry.js +38 -38
- package/dist/cjs/ptc-announcement.cjs.entry.js +37 -37
- package/dist/cjs/ptc-breadcrumb.cjs.entry.js +12 -12
- package/dist/cjs/ptc-button.cjs.entry.js +65 -65
- package/dist/cjs/ptc-card-bottom.cjs.entry.js +31 -31
- package/dist/cjs/ptc-card-content.cjs.entry.js +31 -31
- package/dist/cjs/ptc-card-plm.cjs.entry.js +16 -16
- package/dist/cjs/ptc-card_6.cjs.entry.js +453 -444
- package/dist/cjs/ptc-checkbox.cjs.entry.js +31 -31
- package/dist/cjs/ptc-collapse-list.cjs.entry.js +191 -191
- package/dist/cjs/ptc-container.cjs.entry.js +35 -35
- package/dist/cjs/ptc-dropdown.cjs.entry.js +58 -58
- package/dist/cjs/ptc-ellipsis-dropdown.cjs.entry.js +23 -23
- package/dist/cjs/ptc-filter-tag.cjs.entry.js +26 -26
- package/dist/cjs/ptc-hero-footer-cta.cjs.entry.js +8 -8
- package/dist/cjs/ptc-hero.cjs.entry.js +18 -18
- package/dist/cjs/ptc-icon-list.cjs.entry.js +32 -32
- package/dist/cjs/ptc-icon-minimize.cjs.entry.js +35 -35
- package/dist/cjs/ptc-link.cjs.entry.js +42 -42
- package/dist/cjs/ptc-list.cjs.entry.js +50 -50
- package/dist/cjs/ptc-lottie.cjs.entry.js +12 -12
- package/dist/cjs/ptc-minimized-footer.cjs.entry.js +8 -8
- package/dist/cjs/ptc-minimized-header.cjs.entry.js +11 -11
- package/dist/cjs/ptc-mobile-select.cjs.entry.js +69 -69
- package/dist/cjs/ptc-modal.cjs.entry.js +151 -151
- package/dist/cjs/ptc-nav-item.cjs.entry.js +83 -83
- package/dist/cjs/ptc-nav.cjs.entry.js +8 -8
- package/dist/cjs/ptc-overlay.cjs.entry.js +20 -20
- package/dist/cjs/ptc-picture.cjs.entry.js +169 -169
- package/dist/cjs/ptc-previous-url.cjs.entry.js +8 -8
- package/dist/cjs/ptc-pricing-block.cjs.entry.js +14 -14
- package/dist/cjs/ptc-quote.cjs.entry.js +25 -25
- package/dist/cjs/ptc-responsive-wrapper.cjs.entry.js +54 -54
- package/dist/cjs/ptc-shopping-cart.cjs.entry.js +49 -49
- package/dist/cjs/ptc-social-share.cjs.entry.js +64 -64
- package/dist/cjs/ptc-span.cjs.entry.js +23 -23
- package/dist/cjs/ptc-svg-btn.cjs.entry.js +75 -75
- package/dist/cjs/ptc-tab-list.cjs.entry.js +116 -116
- package/dist/cjs/ptc-title.cjs.entry.js +57 -57
- package/dist/cjs/ptc-two-column-media.cjs.entry.js +14 -14
- package/dist/cjs/tab-content.cjs.entry.js +26 -26
- package/dist/cjs/tab-header.cjs.entry.js +43 -43
- package/dist/cjs/{utils-dc2c222f.js → utils-1c17977e.js} +64 -64
- package/dist/collection/components/dropdown-item/dropdown-item.js +56 -56
- package/dist/collection/components/icon-asset/icon-asset.css +4 -4
- package/dist/collection/components/icon-asset/icon-asset.js +199 -199
- package/dist/collection/components/icon-asset/media/brands.svg +1381 -1381
- package/dist/collection/components/icon-asset/media/designer.svg +365 -365
- package/dist/collection/components/icon-asset/media/regular.svg +463 -463
- package/dist/collection/components/icon-asset/media/solid.svg +3013 -3013
- package/dist/collection/components/icon-asset/media/svg-with-js.min.css +4 -4
- package/dist/collection/components/list-item/list-item.js +104 -104
- package/dist/collection/components/my-component/my-component.css +3 -3
- package/dist/collection/components/my-component/my-component.js +73 -73
- package/dist/collection/components/ptc-accordion/ptc-accordion-item/ptc-accordion-item.js +296 -296
- package/dist/collection/components/ptc-accordion/ptc-accordion.js +74 -74
- package/dist/collection/components/ptc-announcement/ptc-announcement.js +210 -210
- package/dist/collection/components/ptc-breadcrumb/ptc-breadcrumb.js +21 -21
- package/dist/collection/components/ptc-button/ptc-button.js +293 -293
- package/dist/collection/components/ptc-card/ptc-card.js +301 -301
- package/dist/collection/components/ptc-card-bottom/ptc-card-bottom.js +105 -105
- package/dist/collection/components/ptc-card-content/ptc-card-content.js +105 -105
- package/dist/collection/components/ptc-card-plm/ptc-card-plm.js +97 -97
- package/dist/collection/components/ptc-checkbox/ptc-checkbox.js +114 -114
- package/dist/collection/components/ptc-collapse-list/ptc-collapse-list.js +288 -288
- package/dist/collection/components/ptc-container/ptc-container.js +119 -119
- package/dist/collection/components/ptc-date/ptc-date.js +201 -201
- package/dist/collection/components/ptc-dropdown/ptc-dropdown.js +144 -144
- package/dist/collection/components/ptc-ellipsis-dropdown/ptc-ellipsis-dropdown.js +77 -77
- package/dist/collection/components/ptc-filter-tag/ptc-filter-tag.js +70 -70
- package/dist/collection/components/ptc-hero/ptc-hero.js +67 -67
- package/dist/collection/components/ptc-hero-footer-cta/ptc-hero-footer-cta.js +77 -77
- package/dist/collection/components/ptc-icon-list/ptc-icon-list.js +145 -145
- package/dist/collection/components/ptc-icon-minimize/ptc-icon-minimize.js +86 -86
- package/dist/collection/components/ptc-img/ptc-img.js +314 -314
- package/dist/collection/components/ptc-link/ptc-link.js +198 -198
- package/dist/collection/components/ptc-list/ptc-list.js +95 -95
- package/dist/collection/components/ptc-lottie/ptc-lottie.css +5 -5
- package/dist/collection/components/ptc-lottie/ptc-lottie.js +58 -58
- package/dist/collection/components/ptc-minimized-footer/ptc-minimized-footer.js +17 -17
- package/dist/collection/components/ptc-minimized-header/ptc-minimized-header.js +80 -80
- package/dist/collection/components/ptc-mobile-select/ptc-mobile-select.js +221 -221
- package/dist/collection/components/ptc-modal/ptc-modal.js +337 -337
- package/dist/collection/components/ptc-nav/ptc-nav.js +21 -21
- package/dist/collection/components/ptc-nav-item/ptc-nav-item.js +252 -252
- package/dist/collection/components/ptc-overlay/ptc-overlay.js +99 -99
- package/dist/collection/components/ptc-pagenation/ptc-pagenation.js +317 -317
- package/dist/collection/components/ptc-para/ptc-para.css +4 -0
- package/dist/collection/components/ptc-para/ptc-para.js +167 -157
- package/dist/collection/components/ptc-picture/ptc-picture.js +474 -474
- package/dist/collection/components/ptc-previous-url/ptc-previous-url.js +54 -54
- package/dist/collection/components/ptc-pricing-block/ptc-pricing-block.js +25 -25
- package/dist/collection/components/ptc-quote/ptc-quote.js +154 -154
- package/dist/collection/components/ptc-responsive-wrapper/ptc-responsive-wrapper.css +3 -3
- package/dist/collection/components/ptc-responsive-wrapper/ptc-responsive-wrapper.js +62 -62
- package/dist/collection/components/ptc-shopping-cart/ptc-shopping-cart.js +91 -91
- package/dist/collection/components/ptc-social-share/ptc-social-share.js +206 -206
- package/dist/collection/components/ptc-spacer/ptc-spacer.css +322 -322
- package/dist/collection/components/ptc-spacer/ptc-spacer.js +99 -99
- package/dist/collection/components/ptc-span/ptc-span.js +89 -89
- package/dist/collection/components/ptc-svg-btn/ptc-svg-btn.js +71 -71
- package/dist/collection/components/ptc-tab-list/ptc-tab-list.js +140 -140
- package/dist/collection/components/ptc-title/ptc-title.js +245 -245
- package/dist/collection/components/ptc-two-column-media/ptc-two-column-media.js +40 -40
- package/dist/collection/components/tab-content/tab-content.js +74 -74
- package/dist/collection/components/tab-header/tab-header.js +107 -107
- package/dist/collection/index.js +1 -1
- package/dist/collection/media/svg-imgs/Back-arrow.svg +11 -11
- package/dist/collection/media/svg-imgs/close.svg +10 -10
- package/dist/collection/media/svg-imgs/ptc-shopping-cart-black.svg +3 -3
- package/dist/collection/media/svg-imgs/ptc-shopping-cart-white.svg +3 -3
- package/dist/collection/media/svg-imgs/slider-arrow-left.svg +18 -18
- package/dist/collection/media/svg-imgs/slider-arrow-right.svg +18 -18
- package/dist/collection/media/svg-imgs/union.svg +3 -3
- package/dist/collection/utils/component.js +3 -3
- package/dist/collection/utils/interfaces.js +11 -11
- package/dist/collection/utils/utils.js +65 -65
- package/dist/custom-elements/index.js +3046 -3037
- package/dist/esm/dropdown-item.entry.js +10 -10
- package/dist/esm/icon-asset.entry.js +53 -53
- package/dist/esm/{interfaces-3cb94654.js → interfaces-4caedd26.js} +9 -9
- package/dist/esm/list-item.entry.js +20 -20
- package/dist/esm/lottie-player.entry.js +354 -354
- package/dist/esm/my-component.entry.js +12 -12
- package/dist/esm/polyfills/core-js.js +0 -0
- package/dist/esm/polyfills/dom.js +0 -0
- package/dist/esm/polyfills/es5-html-element.js +0 -0
- package/dist/esm/polyfills/index.js +0 -0
- package/dist/esm/polyfills/system.js +0 -0
- package/dist/esm/ptc-accordion-item.entry.js +97 -97
- package/dist/esm/ptc-accordion.entry.js +38 -38
- package/dist/esm/ptc-announcement.entry.js +37 -37
- package/dist/esm/ptc-breadcrumb.entry.js +12 -12
- package/dist/esm/ptc-button.entry.js +65 -65
- package/dist/esm/ptc-card-bottom.entry.js +31 -31
- package/dist/esm/ptc-card-content.entry.js +31 -31
- package/dist/esm/ptc-card-plm.entry.js +16 -16
- package/dist/esm/ptc-card_6.entry.js +453 -444
- package/dist/esm/ptc-checkbox.entry.js +31 -31
- package/dist/esm/ptc-collapse-list.entry.js +191 -191
- package/dist/esm/ptc-container.entry.js +35 -35
- package/dist/esm/ptc-dropdown.entry.js +58 -58
- package/dist/esm/ptc-ellipsis-dropdown.entry.js +23 -23
- package/dist/esm/ptc-filter-tag.entry.js +26 -26
- package/dist/esm/ptc-hero-footer-cta.entry.js +8 -8
- package/dist/esm/ptc-hero.entry.js +18 -18
- package/dist/esm/ptc-icon-list.entry.js +32 -32
- package/dist/esm/ptc-icon-minimize.entry.js +35 -35
- package/dist/esm/ptc-link.entry.js +42 -42
- package/dist/esm/ptc-list.entry.js +50 -50
- package/dist/esm/ptc-lottie.entry.js +12 -12
- package/dist/esm/ptc-minimized-footer.entry.js +8 -8
- package/dist/esm/ptc-minimized-header.entry.js +11 -11
- package/dist/esm/ptc-mobile-select.entry.js +69 -69
- package/dist/esm/ptc-modal.entry.js +151 -151
- package/dist/esm/ptc-nav-item.entry.js +83 -83
- package/dist/esm/ptc-nav.entry.js +8 -8
- package/dist/esm/ptc-overlay.entry.js +20 -20
- package/dist/esm/ptc-picture.entry.js +169 -169
- package/dist/esm/ptc-previous-url.entry.js +8 -8
- package/dist/esm/ptc-pricing-block.entry.js +14 -14
- package/dist/esm/ptc-quote.entry.js +25 -25
- package/dist/esm/ptc-responsive-wrapper.entry.js +54 -54
- package/dist/esm/ptc-shopping-cart.entry.js +49 -49
- package/dist/esm/ptc-social-share.entry.js +64 -64
- package/dist/esm/ptc-span.entry.js +23 -23
- package/dist/esm/ptc-svg-btn.entry.js +75 -75
- package/dist/esm/ptc-tab-list.entry.js +116 -116
- package/dist/esm/ptc-title.entry.js +57 -57
- package/dist/esm/ptc-two-column-media.entry.js +14 -14
- package/dist/esm/tab-content.entry.js +26 -26
- package/dist/esm/tab-header.entry.js +43 -43
- package/dist/esm/{utils-334d53bc.js → utils-4b79ffaf.js} +64 -64
- package/dist/ptcw-design/media/brands.svg +1381 -1381
- package/dist/ptcw-design/media/designer.svg +365 -365
- package/dist/ptcw-design/media/regular.svg +463 -463
- package/dist/ptcw-design/media/solid.svg +3013 -3013
- package/dist/ptcw-design/media/svg-with-js.min.css +4 -4
- package/dist/ptcw-design/{p-44cb62a9.entry.js → p-02894b57.entry.js} +1 -1
- package/dist/ptcw-design/{p-3d3c73b1.entry.js → p-0da15d87.entry.js} +1 -1
- package/dist/ptcw-design/{p-46cf7f48.entry.js → p-48695e72.entry.js} +1 -1
- package/dist/ptcw-design/{p-e5bfbb91.entry.js → p-71cecd28.entry.js} +1 -1
- package/dist/ptcw-design/ptcw-design.esm.js +1 -1
- package/dist/types/components/dropdown-item/dropdown-item.d.ts +5 -5
- package/dist/types/components/icon-asset/icon-asset.d.ts +36 -36
- package/dist/types/components/list-item/list-item.d.ts +8 -8
- package/dist/types/components/my-component/my-component.d.ts +16 -16
- package/dist/types/components/ptc-accordion/ptc-accordion-item/ptc-accordion-item.d.ts +59 -59
- package/dist/types/components/ptc-accordion/ptc-accordion.d.ts +13 -13
- package/dist/types/components/ptc-announcement/ptc-announcement.d.ts +43 -43
- package/dist/types/components/ptc-breadcrumb/ptc-breadcrumb.d.ts +4 -4
- package/dist/types/components/ptc-button/ptc-button.d.ts +56 -56
- package/dist/types/components/ptc-card/ptc-card.d.ts +54 -54
- package/dist/types/components/ptc-card-bottom/ptc-card-bottom.d.ts +15 -15
- package/dist/types/components/ptc-card-content/ptc-card-content.d.ts +15 -15
- package/dist/types/components/ptc-card-plm/ptc-card-plm.d.ts +8 -8
- package/dist/types/components/ptc-checkbox/ptc-checkbox.d.ts +11 -11
- package/dist/types/components/ptc-collapse-list/ptc-collapse-list.d.ts +39 -39
- package/dist/types/components/ptc-container/ptc-container.d.ts +12 -12
- package/dist/types/components/ptc-date/ptc-date.d.ts +41 -41
- package/dist/types/components/ptc-dropdown/ptc-dropdown.d.ts +18 -18
- package/dist/types/components/ptc-ellipsis-dropdown/ptc-ellipsis-dropdown.d.ts +10 -10
- package/dist/types/components/ptc-filter-tag/ptc-filter-tag.d.ts +11 -11
- package/dist/types/components/ptc-hero/ptc-hero.d.ts +12 -12
- package/dist/types/components/ptc-hero-footer-cta/ptc-hero-footer-cta.d.ts +6 -6
- package/dist/types/components/ptc-icon-list/ptc-icon-list.d.ts +21 -21
- package/dist/types/components/ptc-icon-minimize/ptc-icon-minimize.d.ts +9 -9
- package/dist/types/components/ptc-img/ptc-img.d.ts +51 -51
- package/dist/types/components/ptc-link/ptc-link.d.ts +36 -36
- package/dist/types/components/ptc-list/ptc-list.d.ts +8 -8
- package/dist/types/components/ptc-lottie/ptc-lottie.d.ts +12 -12
- package/dist/types/components/ptc-minimized-footer/ptc-minimized-footer.d.ts +3 -3
- package/dist/types/components/ptc-minimized-header/ptc-minimized-header.d.ts +6 -6
- package/dist/types/components/ptc-mobile-select/ptc-mobile-select.d.ts +40 -40
- package/dist/types/components/ptc-modal/ptc-modal.d.ts +55 -55
- package/dist/types/components/ptc-nav/ptc-nav.d.ts +3 -3
- package/dist/types/components/ptc-nav-item/ptc-nav-item.d.ts +53 -53
- package/dist/types/components/ptc-overlay/ptc-overlay.d.ts +20 -20
- package/dist/types/components/ptc-pagenation/ptc-pagenation.d.ts +27 -27
- package/dist/types/components/ptc-para/ptc-para.d.ts +29 -28
- package/dist/types/components/ptc-picture/ptc-picture.d.ts +93 -93
- package/dist/types/components/ptc-previous-url/ptc-previous-url.d.ts +5 -5
- package/dist/types/components/ptc-pricing-block/ptc-pricing-block.d.ts +4 -4
- package/dist/types/components/ptc-quote/ptc-quote.d.ts +29 -29
- package/dist/types/components/ptc-responsive-wrapper/ptc-responsive-wrapper.d.ts +8 -8
- package/dist/types/components/ptc-shopping-cart/ptc-shopping-cart.d.ts +6 -6
- package/dist/types/components/ptc-social-share/ptc-social-share.d.ts +25 -25
- package/dist/types/components/ptc-spacer/ptc-spacer.d.ts +16 -16
- package/dist/types/components/ptc-span/ptc-span.d.ts +16 -16
- package/dist/types/components/ptc-svg-btn/ptc-svg-btn.d.ts +12 -12
- package/dist/types/components/ptc-tab-list/ptc-tab-list.d.ts +14 -14
- package/dist/types/components/ptc-title/ptc-title.d.ts +41 -41
- package/dist/types/components/ptc-two-column-media/ptc-two-column-media.d.ts +9 -9
- package/dist/types/components/tab-content/tab-content.d.ts +12 -12
- package/dist/types/components/tab-header/tab-header.d.ts +13 -13
- package/dist/types/components.d.ts +24 -24
- package/dist/types/global.d.ts +1072 -1072
- package/dist/types/index.d.ts +1 -1
- package/dist/types/utils/component.d.ts +1 -1
- package/dist/types/utils/interfaces.d.ts +28 -28
- package/dist/types/utils/utils.d.ts +3 -3
- package/package.json +59 -59
- package/readme.md +11 -11
- /package/dist/ptcw-design/{p-2e496d31.js → p-62f4a655.js} +0 -0
- /package/dist/ptcw-design/{p-240733ce.js → p-711bcdad.js} +0 -0
|
@@ -2,29 +2,29 @@ import { r as registerInstance, c as createEvent, h, g as getElement } from './i
|
|
|
2
2
|
|
|
3
3
|
const ptcEllipsisDropdownCss = ".ellipsis-icon{border:1px solid #6E717C;border-radius:2px;vertical-align:middle;height:18px;width:18px;text-align:center}.ellipsis-icon icon-asset{display:inline-block;margin-bottom:2px}.ellipsis-icon icon-asset svg{margin:0 auto;display:block}.ptc-ellipsis-dropdown{position:relative;display:inline-block}.dropdown-container{display:none;margin-top:16px;box-shadow:0px 6px 16px rgba(0, 0, 0, 0.24);border-radius:4px;position:absolute;z-index:100;background:#FFF;padding:0.8rem 0;right:0;left:auto;min-width:max-content;width:100%}.show .dropdown-container{display:inline-block}";
|
|
4
4
|
|
|
5
|
-
let PtcEllipsisDropdown = class {
|
|
6
|
-
constructor(hostRef) {
|
|
7
|
-
registerInstance(this, hostRef);
|
|
8
|
-
this.itemSelected = createEvent(this, "itemSelected", 7);
|
|
9
|
-
this.dataItems = [];
|
|
10
|
-
this.isDropdownOpen = false;
|
|
11
|
-
}
|
|
12
|
-
dropdownToggle(e) {
|
|
13
|
-
e.currentTarget.classList.toggle("show");
|
|
14
|
-
}
|
|
15
|
-
onItemSelected(e) {
|
|
16
|
-
this.itemSelected.emit(e);
|
|
17
|
-
}
|
|
18
|
-
render() {
|
|
19
|
-
return (h("div", { class: "ptc-ellipsis-dropdown", onClick: (e) => this.dropdownToggle(e) }, h("div", { class: "ellipsis-icon" }, h("icon-asset", { type: "ptc", size: "xxx-small", name: "ellipsis" })), h("div", { class: "dropdown-container" }, h("slot", { name: "dropdown" }), this.dataItems.map(dataItem => {
|
|
20
|
-
return (h("dropdown-item", null, h("a", { href: "#", onClick: (e) => {
|
|
21
|
-
e.preventDefault();
|
|
22
|
-
this.onItemSelected(dataItem);
|
|
23
|
-
} }, dataItem.text)));
|
|
24
|
-
}))));
|
|
25
|
-
}
|
|
26
|
-
get host() { return getElement(this); }
|
|
27
|
-
};
|
|
5
|
+
let PtcEllipsisDropdown = class {
|
|
6
|
+
constructor(hostRef) {
|
|
7
|
+
registerInstance(this, hostRef);
|
|
8
|
+
this.itemSelected = createEvent(this, "itemSelected", 7);
|
|
9
|
+
this.dataItems = [];
|
|
10
|
+
this.isDropdownOpen = false;
|
|
11
|
+
}
|
|
12
|
+
dropdownToggle(e) {
|
|
13
|
+
e.currentTarget.classList.toggle("show");
|
|
14
|
+
}
|
|
15
|
+
onItemSelected(e) {
|
|
16
|
+
this.itemSelected.emit(e);
|
|
17
|
+
}
|
|
18
|
+
render() {
|
|
19
|
+
return (h("div", { class: "ptc-ellipsis-dropdown", onClick: (e) => this.dropdownToggle(e) }, h("div", { class: "ellipsis-icon" }, h("icon-asset", { type: "ptc", size: "xxx-small", name: "ellipsis" })), h("div", { class: "dropdown-container" }, h("slot", { name: "dropdown" }), this.dataItems.map(dataItem => {
|
|
20
|
+
return (h("dropdown-item", null, h("a", { href: "#", onClick: (e) => {
|
|
21
|
+
e.preventDefault();
|
|
22
|
+
this.onItemSelected(dataItem);
|
|
23
|
+
} }, dataItem.text)));
|
|
24
|
+
}))));
|
|
25
|
+
}
|
|
26
|
+
get host() { return getElement(this); }
|
|
27
|
+
};
|
|
28
28
|
PtcEllipsisDropdown.style = ptcEllipsisDropdownCss;
|
|
29
29
|
|
|
30
30
|
export { PtcEllipsisDropdown as ptc_ellipsis_dropdown };
|
|
@@ -1,35 +1,35 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, h, H as Host } from './index-f64012bd.js';
|
|
2
2
|
|
|
3
|
-
const CloseIcon = `<svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.88956 3.99986L8.00002 0.888695L7.11135 -0.000183105L4.00089 3.11099L0.890644 2.34688e-05L0.00197005 0.888902L3.11222 3.99986L0.00195312 7.11084L0.890627 7.99972L4.00089 4.88874L7.11136 7.99993L8.00003 7.11105L4.88956 3.99986Z" fill="#9AA6AD"/>
|
|
5
|
-
</svg>
|
|
3
|
+
const CloseIcon = `<svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.88956 3.99986L8.00002 0.888695L7.11135 -0.000183105L4.00089 3.11099L0.890644 2.34688e-05L0.00197005 0.888902L3.11222 3.99986L0.00195312 7.11084L0.890627 7.99972L4.00089 4.88874L7.11136 7.99993L8.00003 7.11105L4.88956 3.99986Z" fill="#9AA6AD"/>
|
|
5
|
+
</svg>
|
|
6
6
|
`;
|
|
7
7
|
|
|
8
8
|
const ptcFilterTagCss = ".ptc-filter-tag{display:block;cursor:pointer;position:relative;margin:0.25rem}.ptc-filter-tag.bubble{display:inline-block;font-family:Raleway;font-size:var(--ptc-font-size-xx-small);font-weight:var(--ptc-font-weight-semibold);line-height:var(--ptc-line-height-denser);letter-spacing:var(--ptc-letter-spacing-normal);text-align:left;align-items:center;transition:border-color ease-out 250ms;border:1px solid var(--color-gray-05);border-radius:999px;padding:0.375rem 1.875rem 0.375rem 0.875rem;background:var(--color-white)}.ptc-filter-tag.bubble:hover{border:1px solid var(--color-gray-12)}.ptc-filter-tag.bubble .cls{display:block;position:absolute;top:0.35rem;right:0.8rem}.ptc-filter-tag.link,.ptc-filter-tag.link-lg{display:inline-block;font-family:Raleway;font-size:var(--ptc-font-size-x-small);font-weight:var(--ptc-font-weight-semibold);line-height:var(--ptc-line-height-denser);letter-spacing:var(--ptc-letter-spacing-normal);text-align:right;border-bottom:1px solid transparent;background:var(--color-white)}.ptc-filter-tag.link:hover,.ptc-filter-tag.link-lg:hover{text-decoration:underline}.ptc-filter-tag.link .cls,.ptc-filter-tag.link-lg .cls{display:none}.ptc-filter-tag.link-lg{font-size:var(--ptc-font-size-small);font-weight:var(--ptc-font-weight-bold)}.ptc-filter-tag.button{background:var(--color-gray-10);border-radius:var(--ptc-border-radius-standard);padding:0.625rem 1rem;font-family:\"Raleway\";font-style:normal;font-size:var(--ptc-font-size-x-small);font-weight:var(--ptc-font-weight-semibold);line-height:var(--ptc-line-height-denser);color:var(--color-white)}.ptc-filter-tag.button:hover{background-color:var(--color-gray-12)}.ptc-filter-tag.button:active{background-color:var(--color-black)}.ptc-filter-tag.button .cls{display:none}";
|
|
9
9
|
|
|
10
|
-
let PtcFilterTag = class {
|
|
11
|
-
constructor(hostRef) {
|
|
12
|
-
registerInstance(this, hostRef);
|
|
13
|
-
this.clicked = createEvent(this, "clicked", 7);
|
|
14
|
-
/**
|
|
15
|
-
* Theme
|
|
16
|
-
*/
|
|
17
|
-
this.theme = 'bubble';
|
|
18
|
-
this.handleClick = () => {
|
|
19
|
-
this.clicked.emit(this);
|
|
20
|
-
};
|
|
21
|
-
}
|
|
22
|
-
render() {
|
|
23
|
-
const classMap = this.getCssClassMap();
|
|
24
|
-
return (h(Host, null, h("span", { class: classMap, onClick: () => this.handleClick() }, h("slot", null), h("span", { class: "cls", innerHTML: CloseIcon }))));
|
|
25
|
-
}
|
|
26
|
-
getCssClassMap() {
|
|
27
|
-
return {
|
|
28
|
-
['ptc-filter-tag']: true,
|
|
29
|
-
[this.theme]: true
|
|
30
|
-
};
|
|
31
|
-
}
|
|
32
|
-
};
|
|
10
|
+
let PtcFilterTag = class {
|
|
11
|
+
constructor(hostRef) {
|
|
12
|
+
registerInstance(this, hostRef);
|
|
13
|
+
this.clicked = createEvent(this, "clicked", 7);
|
|
14
|
+
/**
|
|
15
|
+
* Theme
|
|
16
|
+
*/
|
|
17
|
+
this.theme = 'bubble';
|
|
18
|
+
this.handleClick = () => {
|
|
19
|
+
this.clicked.emit(this);
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
render() {
|
|
23
|
+
const classMap = this.getCssClassMap();
|
|
24
|
+
return (h(Host, null, h("span", { class: classMap, onClick: () => this.handleClick() }, h("slot", null), h("span", { class: "cls", innerHTML: CloseIcon }))));
|
|
25
|
+
}
|
|
26
|
+
getCssClassMap() {
|
|
27
|
+
return {
|
|
28
|
+
['ptc-filter-tag']: true,
|
|
29
|
+
[this.theme]: true
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
};
|
|
33
33
|
PtcFilterTag.style = ptcFilterTagCss;
|
|
34
34
|
|
|
35
35
|
export { PtcFilterTag as ptc_filter_tag };
|
|
@@ -2,14 +2,14 @@ import { r as registerInstance, h, H as Host } from './index-f64012bd.js';
|
|
|
2
2
|
|
|
3
3
|
const ptcHeroFooterCtaCss = ".sc-ptc-hero-footer-cta-h{display:block}.hero-footer-cta.sc-ptc-hero-footer-cta{position:relative;padding:var(--ptc-layout-spacing-05) 0;background-position:50%;background-size:cover;background-repeat:no-repeat;position:relative}.hero-footer-cta.sc-ptc-hero-footer-cta .is-grid.sc-ptc-hero-footer-cta{align-items:center;position:relative;z-index:10;margin:auto}.hero-footer-cta.sc-ptc-hero-footer-cta h2.sc-ptc-hero-footer-cta,.hero-footer-cta.sc-ptc-hero-footer-cta p.sc-ptc-hero-footer-cta{color:var(--color-white);text-shadow:1px 1px 20px rgba(0, 0, 0, 0.5);font-stretch:normal;font-style:normal;text-align:left;color:var(--color-white)}.hero-footer-cta.sc-ptc-hero-footer-cta h2.sc-ptc-hero-footer-cta{font-size:var(--ptc-font-size-medium);font-weight:var(--ptc-font-weight-black);letter-spacing:var(--ptc-letter-spacing-loose);margin:var(--ptc-element-spacing-04) 0}@media only screen and (min-width: 992px){.hero-footer-cta.sc-ptc-hero-footer-cta h2.sc-ptc-hero-footer-cta{font-size:var(--ptc-font-size-xxxx-large);font-weight:var(--ptc-font-weight-extrabold)}}.hero-footer-cta.sc-ptc-hero-footer-cta p.sc-ptc-hero-footer-cta{font-size:var(--ptc-font-size-xx-small);font-weight:var(--ptc-font-weight-bold);line-height:var(--ptc-line-height-p);letter-spacing:var(--ptc-letter-spacing-normal)}@media only screen and (min-width: 768px){.hero-footer-cta.sc-ptc-hero-footer-cta p.sc-ptc-hero-footer-cta{max-width:70%}}@media only screen and (min-width: 992px){.hero-footer-cta.sc-ptc-hero-footer-cta p.sc-ptc-hero-footer-cta{font-size:var(--ptc-font-size-medium);font-weight:var(--ptc-font-weight-semibold);line-height:var(--ptc-line-height-denser)}}.hero-footer-cta.sc-ptc-hero-footer-cta .cta-overlay.sc-ptc-hero-footer-cta{position:absolute;top:0;bottom:0;right:0;left:0;background:rgba(0, 0, 0, 0.35)}.hero-footer-cta.sc-ptc-hero-footer-cta .btm-cta-cut.sc-ptc-hero-footer-cta{position:absolute;top:-1px;right:0;fill:var(--color-white);z-index:100;transform:scaleY(-1)}@media only screen and (min-width: 992px){.hero-footer-cta.sc-ptc-hero-footer-cta .cta-left-padding.sc-ptc-hero-footer-cta{padding-left:var(--ptc-element-spacing-08)}}";
|
|
4
4
|
|
|
5
|
-
let PtcHeroFooterCta = class {
|
|
6
|
-
constructor(hostRef) {
|
|
7
|
-
registerInstance(this, hostRef);
|
|
8
|
-
}
|
|
9
|
-
render() {
|
|
10
|
-
return (h(Host, null, h("div", { class: "hero-footer-cta ", style: { backgroundImage: `url(${this.backgroundImage})` } }, h("svg", { class: "btm-cta-cut", xmlns: "http://www.w3.org/2000/svg", width: "320.963", height: "28.179", viewBox: "0 0 320.963 28.179" }, h("path", { fill: "#F3F3F3", id: "Path_8770", d: "M737.02 463.856v27.8H416.057v.378h102.38l47.607-28.179z", class: "path-1", "data-name": "Path 8770", transform: "translate(-416.057 -463.856)" })), h("div", { class: "cta-overlay" }), h("div", { class: "ptc-container is-grid has-p-lg" }, h("div", { class: "is-col-8-lg cta-left-padding" }, h("h2", null, this.ctaTitle), h("p", null, this.description)), h("div", { class: "is-col-4-lg cta-section" }, h("slot", { name: "cta" }))))));
|
|
11
|
-
}
|
|
12
|
-
};
|
|
5
|
+
let PtcHeroFooterCta = class {
|
|
6
|
+
constructor(hostRef) {
|
|
7
|
+
registerInstance(this, hostRef);
|
|
8
|
+
}
|
|
9
|
+
render() {
|
|
10
|
+
return (h(Host, null, h("div", { class: "hero-footer-cta ", style: { backgroundImage: `url(${this.backgroundImage})` } }, h("svg", { class: "btm-cta-cut", xmlns: "http://www.w3.org/2000/svg", width: "320.963", height: "28.179", viewBox: "0 0 320.963 28.179" }, h("path", { fill: "#F3F3F3", id: "Path_8770", d: "M737.02 463.856v27.8H416.057v.378h102.38l47.607-28.179z", class: "path-1", "data-name": "Path 8770", transform: "translate(-416.057 -463.856)" })), h("div", { class: "cta-overlay" }), h("div", { class: "ptc-container is-grid has-p-lg" }, h("div", { class: "is-col-8-lg cta-left-padding" }, h("h2", null, this.ctaTitle), h("p", null, this.description)), h("div", { class: "is-col-4-lg cta-section" }, h("slot", { name: "cta" }))))));
|
|
11
|
+
}
|
|
12
|
+
};
|
|
13
13
|
PtcHeroFooterCta.style = ptcHeroFooterCtaCss;
|
|
14
14
|
|
|
15
15
|
export { PtcHeroFooterCta as ptc_hero_footer_cta };
|
|
@@ -2,24 +2,24 @@ import { r as registerInstance, h, H as Host } from './index-f64012bd.js';
|
|
|
2
2
|
|
|
3
3
|
const ptcHeroCss = ":host{display:block;position:relative}:host(.jumbotron) .ptc-hero-wrapper,:host(.footer-cta) .ptc-hero-wrapper{position:relative}:host(.footer-cta) .ptc-hero-wrapper div>*{text-align:center}";
|
|
4
4
|
|
|
5
|
-
let PtcHero = class {
|
|
6
|
-
constructor(hostRef) {
|
|
7
|
-
registerInstance(this, hostRef);
|
|
8
|
-
/**
|
|
9
|
-
* Hero Background Image URL
|
|
10
|
-
*/
|
|
11
|
-
this.bgUrl = undefined;
|
|
12
|
-
}
|
|
13
|
-
render() {
|
|
14
|
-
const classMap = this.getCssClassMap();
|
|
15
|
-
return (h(Host, { class: classMap }, h("div", { class: "ptc-hero-wrapper" }, h("ptc-img", Object.assign({ "image-type": "smart-bg" }, (!!this.bgUrl ? { imgUrl: this.bgUrl } : {}), { "size-xs": "600x450", "size-sm": "1108x658", "size-md": "1920x1080", "size-lg": "2700x1500" }), this.heroType == 'jumbotron' ? ([h("ptc-overlay", { "filter-color": "black-1" }), h("ptc-overlay", { "filter-color": "black-2" })]) : this.heroType == 'footer-cta' ? (h("ptc-overlay", { "filter-color": "black-3" })) : null, h("slot", null)))));
|
|
16
|
-
}
|
|
17
|
-
getCssClassMap() {
|
|
18
|
-
return {
|
|
19
|
-
[this.heroType]: this.heroType ? true : false,
|
|
20
|
-
};
|
|
21
|
-
}
|
|
22
|
-
};
|
|
5
|
+
let PtcHero = class {
|
|
6
|
+
constructor(hostRef) {
|
|
7
|
+
registerInstance(this, hostRef);
|
|
8
|
+
/**
|
|
9
|
+
* Hero Background Image URL
|
|
10
|
+
*/
|
|
11
|
+
this.bgUrl = undefined;
|
|
12
|
+
}
|
|
13
|
+
render() {
|
|
14
|
+
const classMap = this.getCssClassMap();
|
|
15
|
+
return (h(Host, { class: classMap }, h("div", { class: "ptc-hero-wrapper" }, h("ptc-img", Object.assign({ "image-type": "smart-bg" }, (!!this.bgUrl ? { imgUrl: this.bgUrl } : {}), { "size-xs": "600x450", "size-sm": "1108x658", "size-md": "1920x1080", "size-lg": "2700x1500" }), this.heroType == 'jumbotron' ? ([h("ptc-overlay", { "filter-color": "black-1" }), h("ptc-overlay", { "filter-color": "black-2" })]) : this.heroType == 'footer-cta' ? (h("ptc-overlay", { "filter-color": "black-3" })) : null, h("slot", null)))));
|
|
16
|
+
}
|
|
17
|
+
getCssClassMap() {
|
|
18
|
+
return {
|
|
19
|
+
[this.heroType]: this.heroType ? true : false,
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
};
|
|
23
23
|
PtcHero.style = ptcHeroCss;
|
|
24
24
|
|
|
25
25
|
export { PtcHero as ptc_hero };
|
|
@@ -2,38 +2,38 @@ import { r as registerInstance, h, H as Host } from './index-f64012bd.js';
|
|
|
2
2
|
|
|
3
3
|
const ptcIconListCss = ":host{display:block;padding-bottom:var(--ptc-element-spacing-03)}:host .ptc-icon-list{display:flex;align-items:center}:host .ptc-icon-list .value-text{font-size:var(--ptc-font-size-small)}:host .ptc-icon-list .ptc-numbered-values{margin-left:var(--ptc-element-spacing-03);font-family:var(--ptc-font-secondary-latin)}:host .ptc-icon-list .ptc-numbered-subtitle{margin:0;font-size:var(--ptc-font-size-medium);font-family:var(--ptc-font-secondary-latin)}@media only screen and (min-width: 992px){:host .ptc-icon-list .ptc-numbered-subtitle{font-size:var(--ptc-font-size-large)}}:host .ptc-icon-list .ptc-content{font-family:var(--ptc-font-secondary-latin);font-size:var(--ptc-font-size-small);font-weight:var(--ptc-font-weight-bold);font-stretch:normal;font-style:normal;line-height:var(--ptc-line-height-dense);letter-spacing:normal;text-align:left;color:var(--color-gray-10);margin:0 0 0 var(--ptc-element-spacing-03);line-height:var(--ptc-line-height-densest)}:host .ptc-icon-list .ptc-content-simple{margin:0 0 0 var(--ptc-element-spacing-03);font-size:var(--ptc-font-size-small);font-stretch:normal;font-style:normal;line-height:var(--ptc-line-height-dense);letter-spacing:normal;text-align:left;color:var(--color-gray-10);line-height:var(--ptc-line-height-densest)}:host ::slotted(icon-asset){display:flex;align-self:center}:host(.icon-top-align-list) ::slotted(icon-asset){display:flex;align-self:flex-start;transform:translateY(40%)}:host(.last-item){margin-bottom:var(--ptc-layout-spacing-03)}";
|
|
4
4
|
|
|
5
|
-
let PtcIconList = class {
|
|
6
|
-
constructor(hostRef) {
|
|
7
|
-
registerInstance(this, hostRef);
|
|
8
|
-
/**
|
|
9
|
-
* List item type
|
|
10
|
-
*/
|
|
11
|
-
this.listType = 'simple-icon-list';
|
|
12
|
-
/**
|
|
13
|
-
* List value with unit Example: 60%
|
|
14
|
-
*/
|
|
15
|
-
this.valueWithUnit = '';
|
|
16
|
-
/**
|
|
17
|
-
* List value text Example: up to
|
|
18
|
-
*/
|
|
19
|
-
this.valueText = '';
|
|
20
|
-
/**
|
|
21
|
-
* List value with unit Example: Increase in Operator Productivity
|
|
22
|
-
*/
|
|
23
|
-
this.listContent = '';
|
|
24
|
-
this.isLastItem = false;
|
|
25
|
-
}
|
|
26
|
-
render() {
|
|
27
|
-
const classMap = this.getCssClassMap();
|
|
28
|
-
return (h(Host, { class: classMap }, this.listType == "stat-icon-list" ? (h("div", { class: "ptc-icon-list" }, h("slot", { name: "icon" }), h("div", { class: "ptc-numbered-values" }, h("span", { class: "value-text" }, this.valueText, "\u00A0"), h("span", { class: "ptc-numbered-subtitle" }, this.valueWithUnit)), h("p", { class: "ptc-content" }, "- \u00A0", this.listContent))) : (h("div", { class: "ptc-icon-list" }, h("slot", { name: "icon" }), h("p", { class: "ptc-content-simple" }, this.listContent, " ")))));
|
|
29
|
-
}
|
|
30
|
-
getCssClassMap() {
|
|
31
|
-
return {
|
|
32
|
-
[this.listType]: this.listType ? true : false,
|
|
33
|
-
['last-item']: this.isLastItem ? true : false
|
|
34
|
-
};
|
|
35
|
-
}
|
|
36
|
-
};
|
|
5
|
+
let PtcIconList = class {
|
|
6
|
+
constructor(hostRef) {
|
|
7
|
+
registerInstance(this, hostRef);
|
|
8
|
+
/**
|
|
9
|
+
* List item type
|
|
10
|
+
*/
|
|
11
|
+
this.listType = 'simple-icon-list';
|
|
12
|
+
/**
|
|
13
|
+
* List value with unit Example: 60%
|
|
14
|
+
*/
|
|
15
|
+
this.valueWithUnit = '';
|
|
16
|
+
/**
|
|
17
|
+
* List value text Example: up to
|
|
18
|
+
*/
|
|
19
|
+
this.valueText = '';
|
|
20
|
+
/**
|
|
21
|
+
* List value with unit Example: Increase in Operator Productivity
|
|
22
|
+
*/
|
|
23
|
+
this.listContent = '';
|
|
24
|
+
this.isLastItem = false;
|
|
25
|
+
}
|
|
26
|
+
render() {
|
|
27
|
+
const classMap = this.getCssClassMap();
|
|
28
|
+
return (h(Host, { class: classMap }, this.listType == "stat-icon-list" ? (h("div", { class: "ptc-icon-list" }, h("slot", { name: "icon" }), h("div", { class: "ptc-numbered-values" }, h("span", { class: "value-text" }, this.valueText, "\u00A0"), h("span", { class: "ptc-numbered-subtitle" }, this.valueWithUnit)), h("p", { class: "ptc-content" }, "- \u00A0", this.listContent))) : (h("div", { class: "ptc-icon-list" }, h("slot", { name: "icon" }), h("p", { class: "ptc-content-simple" }, this.listContent, " ")))));
|
|
29
|
+
}
|
|
30
|
+
getCssClassMap() {
|
|
31
|
+
return {
|
|
32
|
+
[this.listType]: this.listType ? true : false,
|
|
33
|
+
['last-item']: this.isLastItem ? true : false
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
};
|
|
37
37
|
PtcIconList.style = ptcIconListCss;
|
|
38
38
|
|
|
39
39
|
export { PtcIconList as ptc_icon_list };
|
|
@@ -2,41 +2,41 @@ import { r as registerInstance, h, g as getElement } from './index-f64012bd.js';
|
|
|
2
2
|
|
|
3
3
|
const ptcIconMinimizeCss = ".content{transition:max-height ease-out 250ms;overflow:hidden;max-height:0}.ptc-icon-minimize .header{display:flex;justify-content:space-between;align-items:center;align-content:center}.ptc-icon-minimize .header .title{color:var(--color-gray-10);font-family:\"Raleway\";font-style:normal;font-weight:var(--ptc-font-weight-bold);font-size:var(--ptc-font-size-x-small);line-height:var(--ptc-line-height-normal)}.ptc-icon-minimize .header .icon{cursor:pointer;border:1px solid var(--color-gray-10);border-radius:2px;transition:background-color ease-out 250ms;background-color:transparent;vertical-align:middle;height:1.25rem;width:1.25rem;text-align:center}.ptc-icon-minimize .header .icon:hover{background-color:var(--color-gray-02)}.ptc-icon-minimize .header .icon icon-asset{position:relative}";
|
|
4
4
|
|
|
5
|
-
let PtcIconMinimize = class {
|
|
6
|
-
constructor(hostRef) {
|
|
7
|
-
registerInstance(this, hostRef);
|
|
8
|
-
this.opened = true;
|
|
9
|
-
}
|
|
10
|
-
componentDidLoad() {
|
|
11
|
-
let content = this.host.shadowRoot.querySelector('.content');
|
|
12
|
-
if (this.opened && !content.style.maxHeight) {
|
|
13
|
-
content.style.maxHeight = content.scrollHeight + "px";
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
dropdownToggle() {
|
|
17
|
-
this.opened = !this.opened;
|
|
18
|
-
}
|
|
19
|
-
getScrollHeight() {
|
|
20
|
-
let result = undefined;
|
|
21
|
-
let content = this.host.shadowRoot.querySelector('.content');
|
|
22
|
-
if (this.opened && content) {
|
|
23
|
-
result = { 'max-height': content.scrollHeight + "px" };
|
|
24
|
-
}
|
|
25
|
-
else if (this.opened) {
|
|
26
|
-
result = { 'max-height': 350 + "px" };
|
|
27
|
-
}
|
|
28
|
-
else if (content && content.style.maxHeight) {
|
|
29
|
-
content.style.removeProperty('max-height');
|
|
30
|
-
}
|
|
31
|
-
return result;
|
|
32
|
-
}
|
|
33
|
-
render() {
|
|
34
|
-
let scrollHeight = this.getScrollHeight();
|
|
35
|
-
let icon = this.opened ? 'minus' : 'plus';
|
|
36
|
-
return (h("div", { class: "ptc-icon-minimize" }, h("div", { class: "header" }, h("div", { class: "title" }, this.heading), h("div", { class: "icon", onClick: () => this.dropdownToggle() }, h("icon-asset", { type: "solid", size: "xxx-small", name: icon }))), h("div", { class: "content", style: scrollHeight }, h("slot", null))));
|
|
37
|
-
}
|
|
38
|
-
get host() { return getElement(this); }
|
|
39
|
-
};
|
|
5
|
+
let PtcIconMinimize = class {
|
|
6
|
+
constructor(hostRef) {
|
|
7
|
+
registerInstance(this, hostRef);
|
|
8
|
+
this.opened = true;
|
|
9
|
+
}
|
|
10
|
+
componentDidLoad() {
|
|
11
|
+
let content = this.host.shadowRoot.querySelector('.content');
|
|
12
|
+
if (this.opened && !content.style.maxHeight) {
|
|
13
|
+
content.style.maxHeight = content.scrollHeight + "px";
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
dropdownToggle() {
|
|
17
|
+
this.opened = !this.opened;
|
|
18
|
+
}
|
|
19
|
+
getScrollHeight() {
|
|
20
|
+
let result = undefined;
|
|
21
|
+
let content = this.host.shadowRoot.querySelector('.content');
|
|
22
|
+
if (this.opened && content) {
|
|
23
|
+
result = { 'max-height': content.scrollHeight + "px" };
|
|
24
|
+
}
|
|
25
|
+
else if (this.opened) {
|
|
26
|
+
result = { 'max-height': 350 + "px" };
|
|
27
|
+
}
|
|
28
|
+
else if (content && content.style.maxHeight) {
|
|
29
|
+
content.style.removeProperty('max-height');
|
|
30
|
+
}
|
|
31
|
+
return result;
|
|
32
|
+
}
|
|
33
|
+
render() {
|
|
34
|
+
let scrollHeight = this.getScrollHeight();
|
|
35
|
+
let icon = this.opened ? 'minus' : 'plus';
|
|
36
|
+
return (h("div", { class: "ptc-icon-minimize" }, h("div", { class: "header" }, h("div", { class: "title" }, this.heading), h("div", { class: "icon", onClick: () => this.dropdownToggle() }, h("icon-asset", { type: "solid", size: "xxx-small", name: icon }))), h("div", { class: "content", style: scrollHeight }, h("slot", null))));
|
|
37
|
+
}
|
|
38
|
+
get host() { return getElement(this); }
|
|
39
|
+
};
|
|
40
40
|
PtcIconMinimize.style = ptcIconMinimizeCss;
|
|
41
41
|
|
|
42
42
|
export { PtcIconMinimize as ptc_icon_minimize };
|
|
@@ -2,48 +2,48 @@ import { r as registerInstance, h, H as Host } from './index-f64012bd.js';
|
|
|
2
2
|
|
|
3
3
|
const ptcLinkCss = ":host{display:block}.disabled{pointer-events:none;cursor:default;text-decoration:none}.ptc-link{display:inline-block;color:var(--color-gray-10);font-weight:var(--ptc-font-weight-black);position:relative;line-height:var(--ptc-line-height-normal);outline:none;text-decoration:none}.simple::after{content:\"\";position:absolute;width:100%;left:0px;bottom:2px;transition:opacity var(--ptc-transition-fast) var(--ptc-ease-inout);border-bottom:2px solid var(--color-green-07);opacity:0}.simple:hover.simple::after{opacity:1}.product-link{font-weight:var(--ptc-font-weight-extrabold);margin-top:var(--ptc-element-spacing-04)}.product-link::after{content:\"\";position:absolute;width:100%;left:0px;bottom:2px;transition:opacity var(--ptc-transition-fast) var(--ptc-ease-inout);border-bottom:2px solid var(--color-green-07);opacity:1;color:var(--color-green-07)}.product-link:hover.product-link{color:var(--color-green-07)}.product-link:hover.product-link::after{opacity:1}.arrow{margin-right:var(--ptc-element-spacing-01)}.arrow::after{position:absolute;display:block;content:\"\";width:var(--ptc-element-spacing-07);border-bottom:2px solid var(--color-green-07);bottom:1px;transition:width var(--ptc-transition-fast) var(--ptc-ease-inout)}.arrow:hover.arrow::after{width:100%}.underline{border-bottom:2px solid var(--color-green-07)}.underline:hover{color:#00890B;border-bottom:2px solid #00890B}.uppercase{text-transform:uppercase}.small{font-size:var(--ptc-font-size-xx-small)}.medium{font-size:var(--ptc-font-size-x-small)}.large{font-size:var(--ptc-font-size-medium)}.ptc-link.arrow icon-asset{position:absolute;right:-25px;transition:transform var(--ptc-transition-fast) var(--ptc-ease-inout);transform:translateY(2px)}.ptc-link.arrow icon-asset svg{fill:var(--color-green-07) !important}.ptc-link.arrow-plm icon-asset{position:absolute;right:-6.75px;transform:translate(100%, 3%)}.ptc-link.arrow-plm svg{fill:var(--color-green-07) !important}.ptc-link:hover.arrow icon-asset{transform:translate(var(--ptc-element-spacing-04), 2px)}.nav-title:focus,.nav-title-link:focus,.primary-nav-link:focus,.secondary-nav-link:focus,.footer-nav-link:focus,.copyright-link:focus{outline:3px solid var(--color-blue-07);outline-offset:2px}.nav-title{box-sizing:border-box;color:var(--color-white);display:inline-block;font-size:var(--ptc-font-size-x-small);font-stretch:100%;font-weight:var(--ptc-font-weight-extrabold);letter-spacing:var(--ptc-letter-spacing-normal);line-height:var(--ptc-line-height-dense);list-style:none;margin-bottom:var(--ptc-element-spacing-02);text-align:left}.primary-nav-link{background-color:transparent;box-sizing:border-box;color:var(--color-gray-01);display:inline-block;font-size:var(--ptc-font-size-x-small);font-stretch:100%;font-weight:var(--ptc-font-weight-extrabold);letter-spacing:var(--ptc-letter-spacing-normal);line-height:var(--ptc-line-height-dense);list-style:none;margin:var(--ptc-element-spacing-01) var(--ptc-element-spacing-03);padding:var(--ptc-element-spacing-02) var(--ptc-element-spacing-06);position:relative;text-decoration:none;transition:background-color var(--ptc-transition-medium) var(--ptc-ease-inout)}.primary-nav-link:hover{border-radius:var(--ptc-border-radius-standard);background-color:var(--color-gray-12);text-decoration:none;outline:none}.nav-title-link{background-color:transparent;box-sizing:border-box;color:var(--color-white);font-size:var(--ptc-font-size-xxx-small);font-stretch:100%;font-weight:var(--ptc-font-weight-extrabold);line-height:var(--ptc-line-height-densest);list-style:none;text-align:left;text-decoration-color:var(--color-white);text-decoration:none;transition:border-color var(--ptc-transition-medium) var(--ptc-ease-inout);border-bottom:1.5px solid transparent;display:inline-block}.nav-title-link:hover{color:var(--color-white);border-bottom:1.5px solid var(--color-green-06)}.secondary-nav-link{display:inline-block;background-color:transparent;box-sizing:border-box;color:var(--color-white);font-size:var(--ptc-font-size-xxx-small);font-stretch:100%;font-style:normal;font-weight:var(--ptc-font-weight-semibold);letter-spacing:var(--ptc-letter-spacing-normal);line-height:var(--ptc-line-height-densest);list-style:none;margin-bottom:var(--ptc-element-spacing-03);text-align:left;text-decoration:none;transition:border-color var(--ptc-transition-medium) var(--ptc-ease-inout);border-bottom:1.5px solid transparent;white-space:nowrap}.secondary-nav-link:hover{color:var(--color-white);border-bottom:1.5px solid var(--color-green-06);border-radius:0;text-decoration:none}.footer-nav-link{color:var(--color-white);transition:border var(--ptc-transition-medium) var(--ptc-ease-inout), color var(--ptc-transition-medium) var(--ptc-ease-inout);border-bottom:1px solid transparent;outline:none;text-decoration:none;font-weight:var(--ptc-font-weight-semibold);letter-spacing:var(--ptc-letter-spacing-normal);line-height:var(--ptc-line-height-densest);text-align:left;font-size:var(--ptc-font-size-x-small)}.footer-nav-link:hover{outline:none;text-decoration:none;border-bottom:0.1rem solid var(--color-green-06);color:var(--color-green-06)}.copyright-link{color:var(--color-white);font-size:var(--ptc-font-size-xx-small);font-weight:var(--ptc-font-weight-normal);line-height:var(--ptc-line-height-loose);display:inline-block}.arrow-plm{color:var(--color-white);font-weight:var(--ptc-font-weight-extrabold);line-height:var(--ptc-line-height-densest);text-decoration:underline;text-decoration-thickness:1px;text-decoration-color:transparent;text-underline-offset:2px;transition:text-decoration-color var(--ptc-transition-medium) var(--ptc-ease-inout)}.arrow-plm:hover{text-decoration-color:var(--color-green-07)}";
|
|
4
4
|
|
|
5
|
-
let PtcLink = class {
|
|
6
|
-
constructor(hostRef) {
|
|
7
|
-
registerInstance(this, hostRef);
|
|
8
|
-
/**
|
|
9
|
-
* Disabled link
|
|
10
|
-
*/
|
|
11
|
-
this.disabled = false;
|
|
12
|
-
/**
|
|
13
|
-
* Rxternal link
|
|
14
|
-
* */
|
|
15
|
-
this.external = false;
|
|
16
|
-
/**
|
|
17
|
-
* Target
|
|
18
|
-
*/
|
|
19
|
-
this.target = '_self';
|
|
20
|
-
/**
|
|
21
|
-
* Theme
|
|
22
|
-
*/
|
|
23
|
-
this.theme = 'simple';
|
|
24
|
-
/**
|
|
25
|
-
* Uppercase
|
|
26
|
-
*/
|
|
27
|
-
this.uppercase = false;
|
|
28
|
-
/**
|
|
29
|
-
* Font Size
|
|
30
|
-
*/
|
|
31
|
-
this.fontSize = 'medium';
|
|
32
|
-
}
|
|
33
|
-
render() {
|
|
34
|
-
const classMap = this.getCssClassMap();
|
|
35
|
-
return (h(Host, null, h("a", { class: classMap, href: this.href, target: this.external ? '_blank' : this.target, title: this.linkTitle }, this.theme == 'arrow' ? h("icon-asset", { type: "solid", size: "x-small", name: "arrow-right" }) : '', this.theme == 'arrow-plm' ? h("icon-asset", { type: "ptc", size: "xxx-small", name: "button-arrow-right" }) : '', h("slot", null))));
|
|
36
|
-
}
|
|
37
|
-
getCssClassMap() {
|
|
38
|
-
return {
|
|
39
|
-
['ptc-link']: true,
|
|
40
|
-
[this.theme]: true,
|
|
41
|
-
['uppercase']: this.uppercase,
|
|
42
|
-
['disabled']: this.disabled,
|
|
43
|
-
[this.fontSize]: true,
|
|
44
|
-
};
|
|
45
|
-
}
|
|
46
|
-
};
|
|
5
|
+
let PtcLink = class {
|
|
6
|
+
constructor(hostRef) {
|
|
7
|
+
registerInstance(this, hostRef);
|
|
8
|
+
/**
|
|
9
|
+
* Disabled link
|
|
10
|
+
*/
|
|
11
|
+
this.disabled = false;
|
|
12
|
+
/**
|
|
13
|
+
* Rxternal link
|
|
14
|
+
* */
|
|
15
|
+
this.external = false;
|
|
16
|
+
/**
|
|
17
|
+
* Target
|
|
18
|
+
*/
|
|
19
|
+
this.target = '_self';
|
|
20
|
+
/**
|
|
21
|
+
* Theme
|
|
22
|
+
*/
|
|
23
|
+
this.theme = 'simple';
|
|
24
|
+
/**
|
|
25
|
+
* Uppercase
|
|
26
|
+
*/
|
|
27
|
+
this.uppercase = false;
|
|
28
|
+
/**
|
|
29
|
+
* Font Size
|
|
30
|
+
*/
|
|
31
|
+
this.fontSize = 'medium';
|
|
32
|
+
}
|
|
33
|
+
render() {
|
|
34
|
+
const classMap = this.getCssClassMap();
|
|
35
|
+
return (h(Host, null, h("a", { class: classMap, href: this.href, target: this.external ? '_blank' : this.target, title: this.linkTitle }, this.theme == 'arrow' ? h("icon-asset", { type: "solid", size: "x-small", name: "arrow-right" }) : '', this.theme == 'arrow-plm' ? h("icon-asset", { type: "ptc", size: "xxx-small", name: "button-arrow-right" }) : '', h("slot", null))));
|
|
36
|
+
}
|
|
37
|
+
getCssClassMap() {
|
|
38
|
+
return {
|
|
39
|
+
['ptc-link']: true,
|
|
40
|
+
[this.theme]: true,
|
|
41
|
+
['uppercase']: this.uppercase,
|
|
42
|
+
['disabled']: this.disabled,
|
|
43
|
+
[this.fontSize]: true,
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
};
|
|
47
47
|
PtcLink.style = ptcLinkCss;
|
|
48
48
|
|
|
49
49
|
export { PtcLink as ptc_link };
|
|
@@ -2,56 +2,56 @@ import { r as registerInstance, h, H as Host, g as getElement } from './index-f6
|
|
|
2
2
|
|
|
3
3
|
const ptcListCss = ":host{display:block}:host(.list-primary) li{font-size:var(--ptc-font-size-x-small);line-height:var(--ptc-line-height-normal);letter-spacing:var(--ptc-letter-spacing-normal);list-style:none}:host(.list-primary) li:not(:last-child){margin-bottom:0.625rem}:host(.list-primary) li a{color:var(--color-white);outline:none;text-decoration:none;font-family:Rajdhani;font-size:var(--ptc-font-size-x-small);font-weight:var(--ptc-font-weight-bold);line-height:var(--ptc-line-height-normal);text-transform:uppercase;letter-spacing:var(--ptc-letter-spacing-normal)}:host(.list-primary) li a:hover{color:var(--color-white);border-bottom:1.5px solid var(--color-green-07)}";
|
|
4
4
|
|
|
5
|
-
class ListItem {
|
|
6
|
-
}
|
|
7
|
-
let PtcList = class {
|
|
8
|
-
constructor(hostRef) {
|
|
9
|
-
registerInstance(this, hostRef);
|
|
10
|
-
this.listType = 'list-primary';
|
|
11
|
-
this.listItems = [];
|
|
12
|
-
}
|
|
13
|
-
render() {
|
|
14
|
-
const classMap = this.getCssClassMap();
|
|
15
|
-
const listItems = this.getListItems();
|
|
16
|
-
if (!listItems || listItems.length === 0) {
|
|
17
|
-
return null;
|
|
18
|
-
}
|
|
19
|
-
return (h(Host, { class: classMap }, h("ul", null, listItems.map(listItem => {
|
|
20
|
-
return (h("list-item", { "link-type": listItem.type, "link-href": listItem.href, "link-target": listItem.target, "flush-before": listItem.flushBefore }, listItem.value));
|
|
21
|
-
}))));
|
|
22
|
-
}
|
|
23
|
-
getListItems() {
|
|
24
|
-
let result = new Array();
|
|
25
|
-
if (this.listItems && this.listItems.length > 0) {
|
|
26
|
-
this.listItems.map(listItem => {
|
|
27
|
-
let i = new ListItem();
|
|
28
|
-
i.value = listItem;
|
|
29
|
-
result.push(i);
|
|
30
|
-
});
|
|
31
|
-
}
|
|
32
|
-
else {
|
|
33
|
-
let items = Array.from(this.el.querySelectorAll('list-item'));
|
|
34
|
-
items.map(el => {
|
|
35
|
-
let i = new ListItem();
|
|
36
|
-
let item = el;
|
|
37
|
-
i.value = item.innerText;
|
|
38
|
-
i.href = item.getAttribute('link-href');
|
|
39
|
-
i.target = item.getAttribute('link-target');
|
|
40
|
-
i.flushBefore = item.getAttribute('flush-before') == 'true';
|
|
41
|
-
i.type = item.getAttribute('link-type');
|
|
42
|
-
result.push(i);
|
|
43
|
-
});
|
|
44
|
-
console.log();
|
|
45
|
-
}
|
|
46
|
-
return result;
|
|
47
|
-
}
|
|
48
|
-
getCssClassMap() {
|
|
49
|
-
return {
|
|
50
|
-
[this.listType]: this.listItems ? true : false,
|
|
51
|
-
};
|
|
52
|
-
}
|
|
53
|
-
get el() { return getElement(this); }
|
|
54
|
-
};
|
|
5
|
+
class ListItem {
|
|
6
|
+
}
|
|
7
|
+
let PtcList = class {
|
|
8
|
+
constructor(hostRef) {
|
|
9
|
+
registerInstance(this, hostRef);
|
|
10
|
+
this.listType = 'list-primary';
|
|
11
|
+
this.listItems = [];
|
|
12
|
+
}
|
|
13
|
+
render() {
|
|
14
|
+
const classMap = this.getCssClassMap();
|
|
15
|
+
const listItems = this.getListItems();
|
|
16
|
+
if (!listItems || listItems.length === 0) {
|
|
17
|
+
return null;
|
|
18
|
+
}
|
|
19
|
+
return (h(Host, { class: classMap }, h("ul", null, listItems.map(listItem => {
|
|
20
|
+
return (h("list-item", { "link-type": listItem.type, "link-href": listItem.href, "link-target": listItem.target, "flush-before": listItem.flushBefore }, listItem.value));
|
|
21
|
+
}))));
|
|
22
|
+
}
|
|
23
|
+
getListItems() {
|
|
24
|
+
let result = new Array();
|
|
25
|
+
if (this.listItems && this.listItems.length > 0) {
|
|
26
|
+
this.listItems.map(listItem => {
|
|
27
|
+
let i = new ListItem();
|
|
28
|
+
i.value = listItem;
|
|
29
|
+
result.push(i);
|
|
30
|
+
});
|
|
31
|
+
}
|
|
32
|
+
else {
|
|
33
|
+
let items = Array.from(this.el.querySelectorAll('list-item'));
|
|
34
|
+
items.map(el => {
|
|
35
|
+
let i = new ListItem();
|
|
36
|
+
let item = el;
|
|
37
|
+
i.value = item.innerText;
|
|
38
|
+
i.href = item.getAttribute('link-href');
|
|
39
|
+
i.target = item.getAttribute('link-target');
|
|
40
|
+
i.flushBefore = item.getAttribute('flush-before') == 'true';
|
|
41
|
+
i.type = item.getAttribute('link-type');
|
|
42
|
+
result.push(i);
|
|
43
|
+
});
|
|
44
|
+
console.log();
|
|
45
|
+
}
|
|
46
|
+
return result;
|
|
47
|
+
}
|
|
48
|
+
getCssClassMap() {
|
|
49
|
+
return {
|
|
50
|
+
[this.listType]: this.listItems ? true : false,
|
|
51
|
+
};
|
|
52
|
+
}
|
|
53
|
+
get el() { return getElement(this); }
|
|
54
|
+
};
|
|
55
55
|
PtcList.style = ptcListCss;
|
|
56
56
|
|
|
57
57
|
export { PtcList as ptc_list };
|
|
@@ -2,18 +2,18 @@ import { r as registerInstance, h } from './index-f64012bd.js';
|
|
|
2
2
|
|
|
3
3
|
const ptcLottieCss = ":host{display:block;width:100%;height:auto}";
|
|
4
4
|
|
|
5
|
-
let PtcLottie = class {
|
|
6
|
-
constructor(hostRef) {
|
|
7
|
-
registerInstance(this, hostRef);
|
|
8
|
-
/**
|
|
9
|
-
* Animation speed
|
|
10
|
-
*/
|
|
11
|
-
this.speed = 1;
|
|
12
|
-
}
|
|
13
|
-
render() {
|
|
14
|
-
return (h("lottie-player", { autoplay: true, loop: true, src: this.jsonSrc, speed: this.speed }));
|
|
15
|
-
}
|
|
16
|
-
};
|
|
5
|
+
let PtcLottie = class {
|
|
6
|
+
constructor(hostRef) {
|
|
7
|
+
registerInstance(this, hostRef);
|
|
8
|
+
/**
|
|
9
|
+
* Animation speed
|
|
10
|
+
*/
|
|
11
|
+
this.speed = 1;
|
|
12
|
+
}
|
|
13
|
+
render() {
|
|
14
|
+
return (h("lottie-player", { autoplay: true, loop: true, src: this.jsonSrc, speed: this.speed }));
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
17
|
PtcLottie.style = ptcLottieCss;
|
|
18
18
|
|
|
19
19
|
export { PtcLottie as ptc_lottie };
|
|
@@ -2,14 +2,14 @@ import { r as registerInstance, h, H as Host } from './index-f64012bd.js';
|
|
|
2
2
|
|
|
3
3
|
const ptcMinimizedFooterCss = ":host{box-shadow:var(--ptc-shadow-medium);color:var(--color-white);position:relative;overflow:hidden;position:relative;z-index:1000;padding:0;height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--color-gray-10)}.min-footer-nav-list{margin:0;padding:0;list-style:none}.min-footer-copyright-wrapper{text-align:center;position:relative;z-index:20}.min-footer-copyright-wrapper .min-footer-copyright-list{padding:var(--ptc-element-spacing-04) 0;display:flex;flex-direction:row}@media screen-sm{.min-footer-copyright-wrapper .min-footer-copyright-list{padding:var(--ptc-element-spacing-04) 0}}";
|
|
4
4
|
|
|
5
|
-
let PtcMinimizedFooter = class {
|
|
6
|
-
constructor(hostRef) {
|
|
7
|
-
registerInstance(this, hostRef);
|
|
8
|
-
}
|
|
9
|
-
render() {
|
|
10
|
-
return (h(Host, { class: "ptc-min-footer mini-footer" }, h("div", { class: "min-footer-copyright-wrapper" }, h("ul", { class: "min-footer-nav-list min-footer-copyright-list" }, h("slot", null)))));
|
|
11
|
-
}
|
|
12
|
-
};
|
|
5
|
+
let PtcMinimizedFooter = class {
|
|
6
|
+
constructor(hostRef) {
|
|
7
|
+
registerInstance(this, hostRef);
|
|
8
|
+
}
|
|
9
|
+
render() {
|
|
10
|
+
return (h(Host, { class: "ptc-min-footer mini-footer" }, h("div", { class: "min-footer-copyright-wrapper" }, h("ul", { class: "min-footer-nav-list min-footer-copyright-list" }, h("slot", null)))));
|
|
11
|
+
}
|
|
12
|
+
};
|
|
13
13
|
PtcMinimizedFooter.style = ptcMinimizedFooterCss;
|
|
14
14
|
|
|
15
15
|
export { PtcMinimizedFooter as ptc_minimized_footer };
|
|
@@ -2,17 +2,17 @@ import { r as registerInstance, h, H as Host } from './index-f64012bd.js';
|
|
|
2
2
|
|
|
3
3
|
const ptcMinimizedHeaderCss = ":host{display:block}.minimized-header .header{overflow:hidden;height:48px;background-color:var(--color-gray-10);display:flex;align-items:center;justify-content:center}.minimized-header .header a{float:left;color:var(--color-black);text-align:center;padding:0px 0;text-decoration:none;font-size:var(--ptc-font-size-small);line-height:var(--ptc-line-height-p);border-radius:var(--ptc-border-radius-standard)}.minimized-header .header a.mini-navbar-logo{font-size:var(--ptc-font-size-large);font-weight:var(--ptc-font-weight-bold)}.minimized-header .header a.mini-navbar-logo img{width:65px;vertical-align:middle;border:0;height:auto}.mini-navbar-logo{outline:3px solid transparent}.mini-navbar-logo:focus{outline:3px solid var(--color-blue-07);outline-offset:2px;border-radius:var(--ptc-border-radius-standard);text-decoration:none;border-color:transparent !important}@media only screen and (min-width: 768px){.temp-container{width:750px}}@media only screen and (min-width: 992px){.temp-container{width:970px}}@media only screen and (min-width: 1200px){.temp-container{width:1170px}}@media only screen and (min-width: 1440px){.temp-container{width:1400px}}@media only screen and (min-width: 1600px){.temp-container{width:1560px}}@media screen-xs{.minimized-header .header a{float:none;display:block;text-align:left}}";
|
|
4
4
|
|
|
5
|
-
let PtcMinimizedHeader = class {
|
|
6
|
-
constructor(hostRef) {
|
|
7
|
-
registerInstance(this, hostRef);
|
|
8
|
-
this.linkUrl = '#';
|
|
9
|
-
this.imgSrc = '';
|
|
10
|
-
this.imgAlt = 'PTC';
|
|
11
|
-
}
|
|
12
|
-
render() {
|
|
13
|
-
return (h(Host, null, h("div", { class: "minimized-header" }, h("div", { class: "header" }, h("div", { class: "temp-container" }, h("a", { class: "mini-navbar-logo", href: this.linkUrl }, h("img", { src: this.imgSrc, alt: this.imgAlt })))))));
|
|
14
|
-
}
|
|
15
|
-
};
|
|
5
|
+
let PtcMinimizedHeader = class {
|
|
6
|
+
constructor(hostRef) {
|
|
7
|
+
registerInstance(this, hostRef);
|
|
8
|
+
this.linkUrl = '#';
|
|
9
|
+
this.imgSrc = '';
|
|
10
|
+
this.imgAlt = 'PTC';
|
|
11
|
+
}
|
|
12
|
+
render() {
|
|
13
|
+
return (h(Host, null, h("div", { class: "minimized-header" }, h("div", { class: "header" }, h("div", { class: "temp-container" }, h("a", { class: "mini-navbar-logo", href: this.linkUrl }, h("img", { src: this.imgSrc, alt: this.imgAlt })))))));
|
|
14
|
+
}
|
|
15
|
+
};
|
|
16
16
|
PtcMinimizedHeader.style = ptcMinimizedHeaderCss;
|
|
17
17
|
|
|
18
18
|
export { PtcMinimizedHeader as ptc_minimized_header };
|