@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
|
@@ -3,472 +3,481 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-3adcf9f4.js');
|
|
6
|
-
const interfaces = require('./interfaces-
|
|
6
|
+
const interfaces = require('./interfaces-574e6df7.js');
|
|
7
7
|
|
|
8
8
|
const ptcCardCss = ":host{display:block}:host(.lottie-card) .card-border{box-shadow:var(--ptc-shadow-small);border:1px solid var(--color-gray-03);border-radius:10px;position:relative;overflow:hidden}:host(.lottie-card) .card-border::after{content:\"\";height:40%;width:4px;position:absolute;top:30%;right:-2px;background-color:var(--color-green-06);z-index:2;display:block}:host(.lottie-card) .card-border:hover{box-shadow:var(--ptc-shadow-x-large)}:host(.lottie-card) .card-border:hover .card-body h3{border-bottom:2px solid var(--color-green-07)}:host(.lottie-card) .card-layout{display:block}@media only screen and (min-width: 768px){:host(.lottie-card) .card-layout{display:flex;flex-flow:nowrap row;justify-content:center}}:host(.lottie-card) .link-wrapper{outline:none;text-decoration:none}:host(.lottie-card) .link-wrapper:hover{outline:none;text-decoration:none}:host(.lottie-card) .card-media{flex-basis:40%;border-right:1px solid var(--color-gray-03);display:flex}:host(.lottie-card) .card-body{flex-basis:60%;align-self:center;padding:0 30px 10px}:host(.lottie-card) .card-body h3{display:inline-block;line-height:var(--ptc-line-height-densest);color:var(--color-gray-10);font-weight:var(--ptc-font-weight-bold);font-size:var(--ptc-font-size-x-small);border-bottom:2px solid transparent;margin-bottom:var(--ptc-element-spacing-02)}:host(.simple-card) .card-layout{display:block}:host(.simple-card) .link-wrapper{outline:none;text-decoration:none}:host(.simple-card) .link-wrapper:hover{outline:none;text-decoration:none}:host(.simple-card) .link-wrapper:hover .card-body h3::before{width:100%}:host(.simple-card) .link-wrapper:hover ::slotted([slot=slot-after-heading]){margin-left:var(--ptc-element-spacing-04)}:host(.simple-card) .card-body h3{color:var(--color-gray-10);font-size:var(--ptc-font-size-xx-small);font-weight:var(--ptc-font-weight-black);line-height:var(--ptc-line-height-dense);position:relative;margin-bottom:var(--ptc-element-spacing-02);display:inline-block}:host(.simple-card) .card-body h3::before{display:block;position:absolute;content:\"\";width:var(--ptc-element-spacing-07);border-bottom:2px solid var(--color-green-06);bottom:1px;transition:width var(--ptc-transition-medium) var(--ptc-ease-inout)}:host(.simple-card) ::slotted([slot=slot-after-heading]){margin-left:var(--ptc-element-spacing-01);transition:margin-left var(--ptc-transition-medium) var(--ptc-ease-inout)}:host(.clip-edge-card) .card-border{overflow:hidden;filter:drop-shadow(rgba(0, 0, 0, 0.32) 0px 3px 6px);width:100%}:host(.clip-edge-card) .card-border:hover{filter:drop-shadow(rgba(0, 0, 0, 0.32) 0px 6px 12px)}:host(.clip-edge-card) .card-layout{display:block}:host(.clip-edge-card) .link-wrapper{outline:none;text-decoration:none}:host(.clip-edge-card) .link-wrapper:hover{outline:none;text-decoration:none}:host(.clip-edge-card) .card-media{position:relative;width:100%;height:124px;overflow:hidden;border-radius:var(--ptc-border-radius-standard)}:host(.clip-edge-card) .card-body{transform:translateY(calc((-1) * var(--ptc-element-spacing-04)));overflow:hidden;width:calc(95% - var(--ptc-element-spacing-04) - var(--ptc-element-spacing-04));font-size:var(--ptc-font-size-xx-small);font-weight:var(--ptc-font-weight-medium);line-height:var(--ptc-line-height-dense);color:var(--color-gray-10);clip-path:var(--ptc-clip-path-bottom-right);background-color:var(--color-white);border-radius:var(--ptc-border-radius-standard);padding:var(--ptc-element-spacing-06) var(--ptc-element-spacing-04) var(--ptc-element-spacing-03) var(--ptc-element-spacing-04)}:host(.clip-edge-card) .card-body h3{display:inline-block;margin:0px;font-size:var(--ptc-font-size-x-small);font-weight:var(--ptc-font-weight-bold);line-height:var(--ptc-line-height-dense);color:var(--color-gray-10);text-decoration:none;border-bottom:2px solid transparent;transition:border-bottom var(--ptc-transition-medium) var(--ptc-ease-inout), margin var(--ptc-transition-medium) var(--ptc-ease-inout);margin:var(--ptc-element-spacing-03) 0 var(--ptc-element-spacing-03) 0}:host(.clip-edge-card) ::slotted([slot=slot-description]){height:0;opacity:0;transition:height var(--ptc-transition-medium) var(--ptc-ease-inout), opacity var(--ptc-transition-medium) var(--ptc-ease-inout)}:host(.clip-edge-card) ::slotted([slot=slot-image]){display:block;width:100%;height:100%;transform:scale(1);transition:transform var(--ptc-transition-medium) var(--ptc-ease-inout);transform-origin:top center}:host(.clip-edge-card) ::slotted([slot=slot-after-heading]){position:absolute;top:var(--ptc-element-spacing-03);left:var(--ptc-element-spacing-04);opacity:1;transform:scale(1);height:44px;transform-origin:bottom center;transition:opacity var(--ptc-transition-medium) var(--ptc-ease-inout)}:host(.clip-edge-card) ::slotted([slot=slot-before-heading]){display:block;opacity:0;height:24px;transition:all var(--ptc-transition-medium) var(--ptc-ease-inout)}:host(.clip-edge-card) .link-wrapper:hover .card-body h3{border-bottom:2px solid var(--color-green-06)}:host(.clip-edge-card) .link-wrapper:hover ::slotted([slot=slot-description]){height:60px;opacity:1}:host(.clip-edge-card) .link-wrapper:hover ::slotted([slot=slot-image]){transform:scale(1.1)}:host(.clip-edge-card) .link-wrapper:hover ::slotted([slot=slot-after-heading]){opacity:0;transform:scale(0);height:0}:host(.clip-edge-card) .link-wrapper:hover ::slotted([slot=slot-before-heading]){opacity:1}:host(.hightlight-card) .card-border{width:100%;border-radius:var(--ptc-border-radius-standard);overflow:hidden}:host(.hightlight-card) .card-border:hover .card-media{transform:scale(1.1)}:host(.hightlight-card) .card-layout{display:block;position:relative}:host(.hightlight-card) .link-wrapper{outline:none;text-decoration:none}:host(.hightlight-card) .link-wrapper:hover{outline:none;text-decoration:none}:host(.hightlight-card) .link-wrapper:hover ::slotted([slot=slot-description]){height:96px;opacity:1}@media only screen and (min-width: 768px){:host(.hightlight-card) .link-wrapper:hover ::slotted([slot=slot-description]){height:var(--ptc-layout-spacing-05)}}@media only screen and (min-width: 992px){:host(.hightlight-card) .link-wrapper:hover ::slotted([slot=slot-description]){height:var(--ptc-layout-spacing-06)}}@media only screen and (min-width: 1440px){:host(.hightlight-card) .link-wrapper:hover ::slotted([slot=slot-description]){height:var(--ptc-layout-spacing-05)}}:host(.hightlight-card) .card-media{width:100%;height:auto;min-height:450px;position:relative;transform:scale(1);transform-origin:center bottom;transition:transform var(--ptc-transition-medium) var(--ptc-ease-inout);transition-delay:var(--ptc-delay-5)}:host(.hightlight-card) .card-body{position:absolute;bottom:0;top:auto;left:0;right:auto;padding:var(--ptc-element-spacing-04) var(--ptc-element-spacing-07);background-color:var(--color-white);box-sizing:border-box}:host(.hightlight-card) .card-body h3{font-size:var(--ptc-font-size-x-large);line-height:var(--ptc-line-height-densest);font-weight:var(--ptc-font-weight-bold);color:var(--color-gray-10);margin:var(--ptc-element-spacing-04) 0}:host(.hightlight-card) ::slotted([slot=slot-description]){height:0;opacity:0;transition:height var(--ptc-transition-medium) var(--ptc-ease-inout), opacity var(--ptc-transition-fast) var(--ptc-ease-inout);transition-delay:var(--ptc-delay-5)}:host(.horizontal-card){margin-bottom:var(--ptc-layout-spacing-02)}:host(.horizontal-card) .card-layout{position:relative}@media only screen and (min-width: 768px){:host(.horizontal-card) .card-layout{display:grid;grid-template-columns:42% 58%;direction:ltr;grid-auto-rows:1fr}}:host(.horizontal-card) .link-wrapper{outline:none;text-decoration:none;transition:var(--ptc-transition-slow) linear}:host(.horizontal-card) .link-wrapper:hover{box-shadow:var(--ptc-shadow-large);transition:var(--ptc-transition-slow) linear;background-color:var(--color-white)}:host(.horizontal-card) .link-wrapper:hover h3{border-color:var(--color-green-06);transition:var(--ptc-transition-slow) linear}:host(.horizontal-card) .card-media{display:flex;align-self:center}:host(.horizontal-card) .card-body{padding:var(--ptc-element-spacing-05) var(--ptc-element-spacing-04)}@media only screen and (min-width: 768px){:host(.horizontal-card) .card-body{padding:var(--ptc-element-spacing-06) var(--ptc-element-spacing-07)}}:host(.horizontal-card) .card-body h3{margin-top:0;font-size:var(--ptc-font-size-x-small);color:var(--color-gray-10);border-bottom:1px solid transparent;padding-bottom:var(--ptc-element-spacing-01);margin-bottom:var(--ptc-element-spacing-02);transition:var(--ptc-transition-slow) linear}:host(.horizontal-card) ::slotted([slot=slot-image]){box-shadow:var(--ptc-shadow-medium);width:100%}:host(.listing-card) .card-border{width:320px;overflow:hidden;background:var(--color-white);box-shadow:var(--ptc-shadow-small);border-radius:3px;height:449px;display:flex;flex-direction:row}:host(.listing-card) .card-border:hover{background:var(--color-gray-02);box-shadow:var(--ptc-shadow-large)}:host(.listing-card) .card-layout{display:block;position:relative}:host(.listing-card) .card-layout .ribbon-text{position:absolute;top:0;left:0;margin-right:100px;margin-top:22px;background-color:var(--color-white);padding:4px 22px 5px 23px;font-family:var(--ptc-font-latin);font-style:var(--ptc-font-style-normal);font-weight:var(--ptc-font-weight-bold);font-size:var(--ptc-font-size-small);line-height:var(--ptc-line-height-loose);color:var(--color-gray-11)}:host(.listing-card) .link-wrapper{outline:none;text-decoration:none}:host(.listing-card) .link-wrapper:hover{outline:none;text-decoration:none}:host(.listing-card) .card-media{width:100%;height:200px;transform:scale(1);transform-origin:center bottom;transition:transform var(--ptc-transition-medium) var(--ptc-standard-ease);transition-delay:var(--ptc-delay-medium)}:host(.listing-card) .card-media .smart-img{height:200px}:host(.listing-card) .card-body{padding:20px 38px 20px 20px}:host(.listing-card) .card-body .small{font-size:var(--ptc-font-size-x-small)}:host(.listing-card) .card-body h3{font-family:var(--ptc-font-latin);font-style:var(--ptc-font-style-normal);font-weight:var(--ptc-font-weight-bold);font-size:var(--ptc-font-size-small);line-height:var(--ptc-line-height-loose);line-height:21px;color:var(--color-gray-11);margin-bottom:12px;margin-top:0rem}:host(.listing-card) ::slotted([slot=slot-description]){font-family:var(--ptc-font-latin);font-style:var(--ptc-font-style-normal);font-weight:400;font-size:1rem;line-height:19px;color:var(--color-gray-11);margin-bottom:39px}:host(.listing-card-horizontal) .card-border{width:890px;overflow:hidden;background:var(--color-white);box-shadow:var(--ptc-shadow-small);border-radius:3px;height:224px}:host(.listing-card-horizontal) .card-border:hover{background:var(--color-gray-02);box-shadow:var(--ptc-shadow-large)}:host(.listing-card-horizontal) .card-layout{display:flex;flex-direction:row;width:890px;height:224px}:host(.listing-card-horizontal) .link-wrapper{outline:none;text-decoration:none}:host(.listing-card-horizontal) .link-wrapper:hover{outline:none;text-decoration:none}:host(.listing-card-horizontal) .card-media{width:385px;height:224px;transform:scale(1);transform-origin:center bottom;transition:transform var(--ptc-transition-medium) var(--ptc-standard-ease);transition-delay:var(--ptc-delay-medium)}:host(.listing-card-horizontal) .card-media .smart-img{height:224px;width:385px}:host(.listing-card-horizontal) .card-body{padding:20px 38px 20px 20px;width:505px}:host(.listing-card-horizontal) .card-body .small{font-size:var(--ptc-font-size-x-small)}:host(.listing-card-horizontal) .card-body h3{font-family:var(--ptc-font-latin);font-style:var(--ptc-font-style-normal);font-weight:var(--ptc-font-weight-bold);font-size:var(--ptc-font-size-small);line-height:var(--ptc-line-height-loose);line-height:21px;color:var(--color-gray-11);margin-bottom:12px;margin-top:0rem}:host(.listing-card-horizontal) ::slotted([slot=slot-description]){font-family:var(--ptc-font-latin);font-style:var(--ptc-font-style-normal);font-weight:400;font-size:1rem;line-height:19px;color:var(--color-gray-11);margin-bottom:39px}.ptc-h3.uppercase{text-transform:uppercase}.ptc-h3.capitalize{text-transform:capitalize}.ptc-h3.lowercase{text-transform:lowercase}.ptc-h3.none{text-transform:none}";
|
|
9
9
|
|
|
10
|
-
let PtcCard = class {
|
|
11
|
-
constructor(hostRef) {
|
|
12
|
-
index.registerInstance(this, hostRef);
|
|
13
|
-
/**
|
|
14
|
-
* Card Type
|
|
15
|
-
* Specify Card Type, default to simple card
|
|
16
|
-
*/
|
|
17
|
-
this.cardType = 'custom-card';
|
|
18
|
-
/**
|
|
19
|
-
* Card Link URL (Optional)
|
|
20
|
-
*/
|
|
21
|
-
this.cardHref = undefined;
|
|
22
|
-
/**
|
|
23
|
-
* (optional) Link card target
|
|
24
|
-
* */
|
|
25
|
-
this.target = '_self';
|
|
26
|
-
/**
|
|
27
|
-
* (optional) Link card rel
|
|
28
|
-
* */
|
|
29
|
-
this.rel = undefined;
|
|
30
|
-
/**
|
|
31
|
-
* If this card has Image
|
|
32
|
-
*/
|
|
33
|
-
this.hasImage = false;
|
|
34
|
-
/**
|
|
35
|
-
* If this card has Video
|
|
36
|
-
*/
|
|
37
|
-
this.hasVideo = false;
|
|
38
|
-
/**
|
|
39
|
-
* If this card has Lottie Image
|
|
40
|
-
*/
|
|
41
|
-
this.hasLottie = false;
|
|
42
|
-
/**
|
|
43
|
-
* Card heading text transform
|
|
44
|
-
*/
|
|
45
|
-
this.headingTransform = 'none';
|
|
46
|
-
}
|
|
47
|
-
render() {
|
|
48
|
-
const Tag = !!this.cardHref ? 'a' : 'div';
|
|
49
|
-
const classMap = this.getCssClassMap();
|
|
50
|
-
return (index.h(index.Host, Object.assign({}, (!!this.cardType ? { class: this.cardType } : {})), this.styles && index.h("style", null, this.styles), index.h("div", { class: "card-border", part: "border-wrapper" }, index.h(Tag, Object.assign({ class: classMap, part: "card-layout" }, (!!this.cardHref ? { href: this.cardHref } : {}), (!!this.target && !!this.cardHref ? { target: this.target } : {}), (!!this.rel && !!this.cardHref ? { rel: this.rel } : {}), (!!this.ribbonText ? { rel: this.ribbonText } : {})), this.hasImage || this.hasLottie || this.hasVideo ? (index.h("div", { class: "card-media", part: "media-wrapper" }, this.getMediaSlot ? index.h("slot", { name: this.getMediaSlot() }) : null)) : null, !!this.ribbonText && this.cardType == 'listing-card' ? index.h("div", { class: "ribbon-text" }, `${this.ribbonText}`) : null, index.h("div", { class: "card-body", part: "body-wrapper" }, !!this.cardDate && (this.cardType === 'listing-card' || this.cardType === 'listing-card-horizontal') ? index.h("ptc-date", { "date-string": `${this.cardDate}`, "date-styles": "span{font-weight: 400;font-size: 16px;line-height: 19px;color: #282F35;margin-bottom:24px;display:inline-block;}" }) : null, index.h("slot", { name: "slot-before-heading" }), !!this.heading
|
|
51
|
-
? [
|
|
52
|
-
index.h("h3", { class: `ptc-h3 ${this.headingTransform}`, part: "card-heading" }, this.heading),
|
|
53
|
-
index.h("slot", { name: "slot-after-heading" }),
|
|
54
|
-
]
|
|
55
|
-
: null, index.h("slot", { name: "slot-description" }), !!this.cardDate && this.cardType !== 'listing-card' && this.cardType !== 'listing-card-horizontal' && this.cardType !== 'hightlight-card' ? index.h("ptc-date", { "date-string": `${this.cardDate}`, "date-styles": "span{color:#40434a;font-size:var(--ptc-font-size-x-small);margin-top:var(--ptc-element-spacing-06);display:inline-block;}" }) : null)))));
|
|
56
|
-
}
|
|
57
|
-
getCssClassMap() {
|
|
58
|
-
return {
|
|
59
|
-
['card-layout']: true,
|
|
60
|
-
['link-wrapper']: !!this.cardType ? true : false,
|
|
61
|
-
};
|
|
62
|
-
}
|
|
63
|
-
getMediaSlot() {
|
|
64
|
-
if (this.hasLottie) {
|
|
65
|
-
return 'slot-lottie';
|
|
66
|
-
}
|
|
67
|
-
else if (this.hasVideo) {
|
|
68
|
-
return 'slot-video';
|
|
69
|
-
}
|
|
70
|
-
else if (this.hasImage) {
|
|
71
|
-
return 'slot-image';
|
|
72
|
-
}
|
|
73
|
-
else {
|
|
74
|
-
return null;
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
};
|
|
10
|
+
let PtcCard = class {
|
|
11
|
+
constructor(hostRef) {
|
|
12
|
+
index.registerInstance(this, hostRef);
|
|
13
|
+
/**
|
|
14
|
+
* Card Type
|
|
15
|
+
* Specify Card Type, default to simple card
|
|
16
|
+
*/
|
|
17
|
+
this.cardType = 'custom-card';
|
|
18
|
+
/**
|
|
19
|
+
* Card Link URL (Optional)
|
|
20
|
+
*/
|
|
21
|
+
this.cardHref = undefined;
|
|
22
|
+
/**
|
|
23
|
+
* (optional) Link card target
|
|
24
|
+
* */
|
|
25
|
+
this.target = '_self';
|
|
26
|
+
/**
|
|
27
|
+
* (optional) Link card rel
|
|
28
|
+
* */
|
|
29
|
+
this.rel = undefined;
|
|
30
|
+
/**
|
|
31
|
+
* If this card has Image
|
|
32
|
+
*/
|
|
33
|
+
this.hasImage = false;
|
|
34
|
+
/**
|
|
35
|
+
* If this card has Video
|
|
36
|
+
*/
|
|
37
|
+
this.hasVideo = false;
|
|
38
|
+
/**
|
|
39
|
+
* If this card has Lottie Image
|
|
40
|
+
*/
|
|
41
|
+
this.hasLottie = false;
|
|
42
|
+
/**
|
|
43
|
+
* Card heading text transform
|
|
44
|
+
*/
|
|
45
|
+
this.headingTransform = 'none';
|
|
46
|
+
}
|
|
47
|
+
render() {
|
|
48
|
+
const Tag = !!this.cardHref ? 'a' : 'div';
|
|
49
|
+
const classMap = this.getCssClassMap();
|
|
50
|
+
return (index.h(index.Host, Object.assign({}, (!!this.cardType ? { class: this.cardType } : {})), this.styles && index.h("style", null, this.styles), index.h("div", { class: "card-border", part: "border-wrapper" }, index.h(Tag, Object.assign({ class: classMap, part: "card-layout" }, (!!this.cardHref ? { href: this.cardHref } : {}), (!!this.target && !!this.cardHref ? { target: this.target } : {}), (!!this.rel && !!this.cardHref ? { rel: this.rel } : {}), (!!this.ribbonText ? { rel: this.ribbonText } : {})), this.hasImage || this.hasLottie || this.hasVideo ? (index.h("div", { class: "card-media", part: "media-wrapper" }, this.getMediaSlot ? index.h("slot", { name: this.getMediaSlot() }) : null)) : null, !!this.ribbonText && this.cardType == 'listing-card' ? index.h("div", { class: "ribbon-text" }, `${this.ribbonText}`) : null, index.h("div", { class: "card-body", part: "body-wrapper" }, !!this.cardDate && (this.cardType === 'listing-card' || this.cardType === 'listing-card-horizontal') ? index.h("ptc-date", { "date-string": `${this.cardDate}`, "date-styles": "span{font-weight: 400;font-size: 16px;line-height: 19px;color: #282F35;margin-bottom:24px;display:inline-block;}" }) : null, index.h("slot", { name: "slot-before-heading" }), !!this.heading
|
|
51
|
+
? [
|
|
52
|
+
index.h("h3", { class: `ptc-h3 ${this.headingTransform}`, part: "card-heading" }, this.heading),
|
|
53
|
+
index.h("slot", { name: "slot-after-heading" }),
|
|
54
|
+
]
|
|
55
|
+
: null, index.h("slot", { name: "slot-description" }), !!this.cardDate && this.cardType !== 'listing-card' && this.cardType !== 'listing-card-horizontal' && this.cardType !== 'hightlight-card' ? index.h("ptc-date", { "date-string": `${this.cardDate}`, "date-styles": "span{color:#40434a;font-size:var(--ptc-font-size-x-small);margin-top:var(--ptc-element-spacing-06);display:inline-block;}" }) : null)))));
|
|
56
|
+
}
|
|
57
|
+
getCssClassMap() {
|
|
58
|
+
return {
|
|
59
|
+
['card-layout']: true,
|
|
60
|
+
['link-wrapper']: !!this.cardType ? true : false,
|
|
61
|
+
};
|
|
62
|
+
}
|
|
63
|
+
getMediaSlot() {
|
|
64
|
+
if (this.hasLottie) {
|
|
65
|
+
return 'slot-lottie';
|
|
66
|
+
}
|
|
67
|
+
else if (this.hasVideo) {
|
|
68
|
+
return 'slot-video';
|
|
69
|
+
}
|
|
70
|
+
else if (this.hasImage) {
|
|
71
|
+
return 'slot-image';
|
|
72
|
+
}
|
|
73
|
+
else {
|
|
74
|
+
return null;
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
};
|
|
78
78
|
PtcCard.style = ptcCardCss;
|
|
79
79
|
|
|
80
80
|
const ptcDateCss = ":host{display:block}:host(.small) span{font-size:var(--ptc-font-size-xx-small)}:host(.medium) span{font-size:var(--ptc-font-size-x-small)}:host(.primary-grey){color:var(--color-primary-gray-new)}:host(.white) span{color:var(--color-white)}:host(.date-m-top){margin-top:var(--ptc-element-spacing-01)}";
|
|
81
81
|
|
|
82
|
-
let PtcDate = class {
|
|
83
|
-
constructor(hostRef) {
|
|
84
|
-
index.registerInstance(this, hostRef);
|
|
85
|
-
/**
|
|
86
|
-
* Year
|
|
87
|
-
*/
|
|
88
|
-
this.year = 1900;
|
|
89
|
-
/**
|
|
90
|
-
* Month
|
|
91
|
-
* An integer between 1 (January) and 12 (December) representing the month.If omitted, defaults to 0.
|
|
92
|
-
*/
|
|
93
|
-
this.month = 0;
|
|
94
|
-
/**
|
|
95
|
-
* Day
|
|
96
|
-
* An integer between 1 and 31 representing the day of the month. If omitted, defaults to 1.
|
|
97
|
-
*/
|
|
98
|
-
this.day = 1;
|
|
99
|
-
/**
|
|
100
|
-
* Country
|
|
101
|
-
* examples: en-US, zh-CN, zh-TW, fr-FR, ja-JP, ru-RU, de-DE, ko-KR, it-IT, es-ES
|
|
102
|
-
*/
|
|
103
|
-
this.country = 'en-US';
|
|
104
|
-
/**
|
|
105
|
-
* Date Font Size
|
|
106
|
-
*/
|
|
107
|
-
this.dataSize = 'small';
|
|
108
|
-
}
|
|
109
|
-
render() {
|
|
110
|
-
// const newDate = new Date(this.year, this.month, this.day);
|
|
111
|
-
const classMap = this.getCssClassMap();
|
|
112
|
-
return (index.h(index.Host, { class: classMap }, this.dateStyles && index.h("style", null, this.dateStyles), index.h("span", { part: "part-ptc-date" }, this.getDate().toLocaleDateString(this.country, { year: 'numeric', month: 'short', day: 'numeric' }))));
|
|
113
|
-
}
|
|
114
|
-
getCssClassMap() {
|
|
115
|
-
return {
|
|
116
|
-
[this.dateColor]: !!this.dateColor ? true : false,
|
|
117
|
-
[this.dataSize]: !!this.dataSize ? true : false,
|
|
118
|
-
};
|
|
119
|
-
}
|
|
120
|
-
getDate() {
|
|
121
|
-
if (this.dateString) {
|
|
122
|
-
let newDate = new Date(this.dateString.replace(/-/g, '/'));
|
|
123
|
-
return newDate;
|
|
124
|
-
}
|
|
125
|
-
else {
|
|
126
|
-
return new Date(this.year, this.month - 1, this.day);
|
|
127
|
-
}
|
|
128
|
-
}
|
|
129
|
-
};
|
|
82
|
+
let PtcDate = class {
|
|
83
|
+
constructor(hostRef) {
|
|
84
|
+
index.registerInstance(this, hostRef);
|
|
85
|
+
/**
|
|
86
|
+
* Year
|
|
87
|
+
*/
|
|
88
|
+
this.year = 1900;
|
|
89
|
+
/**
|
|
90
|
+
* Month
|
|
91
|
+
* An integer between 1 (January) and 12 (December) representing the month.If omitted, defaults to 0.
|
|
92
|
+
*/
|
|
93
|
+
this.month = 0;
|
|
94
|
+
/**
|
|
95
|
+
* Day
|
|
96
|
+
* An integer between 1 and 31 representing the day of the month. If omitted, defaults to 1.
|
|
97
|
+
*/
|
|
98
|
+
this.day = 1;
|
|
99
|
+
/**
|
|
100
|
+
* Country
|
|
101
|
+
* examples: en-US, zh-CN, zh-TW, fr-FR, ja-JP, ru-RU, de-DE, ko-KR, it-IT, es-ES
|
|
102
|
+
*/
|
|
103
|
+
this.country = 'en-US';
|
|
104
|
+
/**
|
|
105
|
+
* Date Font Size
|
|
106
|
+
*/
|
|
107
|
+
this.dataSize = 'small';
|
|
108
|
+
}
|
|
109
|
+
render() {
|
|
110
|
+
// const newDate = new Date(this.year, this.month, this.day);
|
|
111
|
+
const classMap = this.getCssClassMap();
|
|
112
|
+
return (index.h(index.Host, { class: classMap }, this.dateStyles && index.h("style", null, this.dateStyles), index.h("span", { part: "part-ptc-date" }, this.getDate().toLocaleDateString(this.country, { year: 'numeric', month: 'short', day: 'numeric' }))));
|
|
113
|
+
}
|
|
114
|
+
getCssClassMap() {
|
|
115
|
+
return {
|
|
116
|
+
[this.dateColor]: !!this.dateColor ? true : false,
|
|
117
|
+
[this.dataSize]: !!this.dataSize ? true : false,
|
|
118
|
+
};
|
|
119
|
+
}
|
|
120
|
+
getDate() {
|
|
121
|
+
if (this.dateString) {
|
|
122
|
+
let newDate = new Date(this.dateString.replace(/-/g, '/'));
|
|
123
|
+
return newDate;
|
|
124
|
+
}
|
|
125
|
+
else {
|
|
126
|
+
return new Date(this.year, this.month - 1, this.day);
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
};
|
|
130
130
|
PtcDate.style = ptcDateCss;
|
|
131
131
|
|
|
132
132
|
const ptcImgCss = ".smart-bg{width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:50% 50%}.smart-img{position:absolute;display:block;width:100%;height:100%;top:0;left:0;background-size:cover;background-repeat:no-repeat;background-position:50% 50%}.radius-standard{border-radius:var(--ptc-border-radius-standard)}.radius-large{border-radius:var(--ptc-border-radius-large)}.lazy-bg{background-image:none !important;background-color:var(--color-gray-03)}@media only screen and (min-width: 768px){.hidden-xs{display:none !important}}@media (min-width: 768px) and (max-width: 991px){.hidden-sm{display:none !important}}@media (min-width: 992px) and (max-width: 1199px){.hidden-md{display:none !important}}@media only screen and (min-width: 768px){.hidden-lg{display:none !important}}";
|
|
133
133
|
|
|
134
|
-
let PtcImg = class {
|
|
135
|
-
constructor(hostRef) {
|
|
136
|
-
index.registerInstance(this, hostRef);
|
|
137
|
-
/**
|
|
138
|
-
* Image size for smallest screen
|
|
139
|
-
* <=767px
|
|
140
|
-
*/
|
|
141
|
-
this.sizeXs = '510x340';
|
|
142
|
-
/**
|
|
143
|
-
* Image size for small screen
|
|
144
|
-
* >=768px and <=991px
|
|
145
|
-
*/
|
|
146
|
-
this.sizeSm = '1240x496';
|
|
147
|
-
/**
|
|
148
|
-
* Image size for medium screen
|
|
149
|
-
* >=992px and <=1199px
|
|
150
|
-
*/
|
|
151
|
-
this.sizeMd = '1366x500';
|
|
152
|
-
/**
|
|
153
|
-
* Image solution for large screen
|
|
154
|
-
* >=1200px
|
|
155
|
-
*/
|
|
156
|
-
this.sizeLg = '1920x1080';
|
|
157
|
-
/**
|
|
158
|
-
* Image type
|
|
159
|
-
*/
|
|
160
|
-
this.imageType = 'smart-bg';
|
|
161
|
-
/**
|
|
162
|
-
* Image border shape
|
|
163
|
-
*/
|
|
164
|
-
this.borderRadius = '';
|
|
165
|
-
/**
|
|
166
|
-
* Lazy loading option
|
|
167
|
-
*/
|
|
168
|
-
this.loadMode = 'lazy-bg';
|
|
169
|
-
}
|
|
170
|
-
/**
|
|
171
|
-
* Image Z Index
|
|
172
|
-
*/
|
|
173
|
-
// @Prop() imageZIndex: 'z-index-auto' | 'z-index-n-2' | 'z-index-n-1' | 'z-index-p-1' | 'z-index-p-2' = 'z-index-auto';
|
|
174
|
-
WindowResize() {
|
|
175
|
-
this.setResponsiveBg();
|
|
176
|
-
}
|
|
177
|
-
render() {
|
|
178
|
-
const classMap = this.getCssClassMap();
|
|
179
|
-
return (index.h(index.Host, null, index.h("div", { class: classMap, "data-xs": `${this.imgUrl}:${this.sizeXs}`, "data-sm": `${this.imgUrl}:${this.sizeSm}`, "data-md": `${this.imgUrl}:${this.sizeMd}`, "data-lg": `${this.imgUrl}:${this.sizeLg}` }, this.imageType == 'smart-bg' ? index.h("slot", null) : null)));
|
|
180
|
-
}
|
|
181
|
-
componentDidLoad() {
|
|
182
|
-
this.addIntersectionObserver();
|
|
183
|
-
this.setResponsiveBg();
|
|
184
|
-
}
|
|
185
|
-
componentWillUpdate() {
|
|
186
|
-
// console.log('componentWillUpdate!');
|
|
187
|
-
this.addIntersectionObserver();
|
|
188
|
-
this.setResponsiveBg();
|
|
189
|
-
}
|
|
190
|
-
//responsive image
|
|
191
|
-
setResponsiveBg() {
|
|
192
|
-
// Define local variables
|
|
193
|
-
let backgrounds = (this.el || document).querySelectorAll(interfaces.ResponsiveBgVariables.selector), el, elData, currentBreakpoint = this.getCurrentBreakPoints();
|
|
194
|
-
// console.log('current breakpoint: ' + currentBreakpoint);
|
|
195
|
-
// Loop through all target elements
|
|
196
|
-
for (var i = 0, len = backgrounds.length; i < len; i++) {
|
|
197
|
-
// Set current variables
|
|
198
|
-
el = backgrounds[i];
|
|
199
|
-
elData = el.getAttribute('data-' + currentBreakpoint);
|
|
200
|
-
// If the data attribute exists, set the background
|
|
201
|
-
if (elData !== null) {
|
|
202
|
-
el.style.backgroundImage = "url('" + elData + "')";
|
|
203
|
-
}
|
|
204
|
-
else {
|
|
205
|
-
if (typeof console == 'object') {
|
|
206
|
-
console.warn('Data attribute: data-' + currentBreakpoint + ' not found on element:\n\n' + el.outerHTML + '\n\n\n');
|
|
207
|
-
}
|
|
208
|
-
}
|
|
209
|
-
}
|
|
210
|
-
}
|
|
211
|
-
//lazy loading
|
|
212
|
-
addIntersectionObserver() {
|
|
213
|
-
if (!this.imgUrl) {
|
|
214
|
-
console.log('no image!');
|
|
215
|
-
return;
|
|
216
|
-
}
|
|
217
|
-
if ('IntersectionObserver' in window) {
|
|
218
|
-
let lazyLoadBgs = (this.el || document).querySelectorAll('.lazy-bg');
|
|
219
|
-
let bgObserver = new IntersectionObserver(entries => {
|
|
220
|
-
entries.forEach(entry => {
|
|
221
|
-
if (entry.isIntersecting) {
|
|
222
|
-
const image = entry.target;
|
|
223
|
-
image.classList.remove('lazy-bg');
|
|
224
|
-
// console.log('loaded');
|
|
225
|
-
bgObserver.unobserve(image);
|
|
226
|
-
}
|
|
227
|
-
});
|
|
228
|
-
});
|
|
229
|
-
lazyLoadBgs.forEach(image => {
|
|
230
|
-
bgObserver.observe(image);
|
|
231
|
-
});
|
|
232
|
-
}
|
|
233
|
-
}
|
|
234
|
-
getCssClassMap() {
|
|
235
|
-
return {
|
|
236
|
-
[this.imageType]: true,
|
|
237
|
-
'ptc-img': true,
|
|
238
|
-
[this.borderRadius]: true,
|
|
239
|
-
[this.loadMode]: true,
|
|
240
|
-
// [this.imageZIndex] : true
|
|
241
|
-
};
|
|
242
|
-
}
|
|
243
|
-
getCurrentBreakPoints() {
|
|
244
|
-
// Define local variables
|
|
245
|
-
let doc = window.document, temp = doc.createElement('div'), env;
|
|
246
|
-
// Append test node
|
|
247
|
-
doc.body.appendChild(temp);
|
|
248
|
-
// Loop through breakpoints
|
|
249
|
-
for (let i = interfaces.ResponsiveBgVariables.envs.length - 1; i >= 0; i--) {
|
|
250
|
-
env = interfaces.ResponsiveBgVariables.envs[i];
|
|
251
|
-
// Add classes
|
|
252
|
-
temp.className = 'hidden-' + env;
|
|
253
|
-
// Found breakpoint
|
|
254
|
-
if (temp.offsetParent === null) {
|
|
255
|
-
// Remove our test node
|
|
256
|
-
doc.body.removeChild(temp);
|
|
257
|
-
console.log('remove test node');
|
|
258
|
-
// Return current breakpoint
|
|
259
|
-
return env;
|
|
260
|
-
}
|
|
261
|
-
}
|
|
262
|
-
// Breakpoint not found, try fallback
|
|
263
|
-
doc.body.removeChild(temp);
|
|
264
|
-
return this.getFallbackBreakpoint();
|
|
265
|
-
}
|
|
266
|
-
getFallbackBreakpoint() {
|
|
267
|
-
if (window.matchMedia('(min-width: 992px)').matches) {
|
|
268
|
-
return 'lg';
|
|
269
|
-
}
|
|
270
|
-
else if (window.matchMedia('(min-width: 768px)').matches) {
|
|
271
|
-
return 'md';
|
|
272
|
-
}
|
|
273
|
-
else if (window.matchMedia('(min-width: 576px)').matches) {
|
|
274
|
-
return 'sm';
|
|
275
|
-
}
|
|
276
|
-
else {
|
|
277
|
-
return 'xs';
|
|
278
|
-
}
|
|
279
|
-
}
|
|
280
|
-
get el() { return index.getElement(this); }
|
|
281
|
-
};
|
|
134
|
+
let PtcImg = class {
|
|
135
|
+
constructor(hostRef) {
|
|
136
|
+
index.registerInstance(this, hostRef);
|
|
137
|
+
/**
|
|
138
|
+
* Image size for smallest screen
|
|
139
|
+
* <=767px
|
|
140
|
+
*/
|
|
141
|
+
this.sizeXs = '510x340';
|
|
142
|
+
/**
|
|
143
|
+
* Image size for small screen
|
|
144
|
+
* >=768px and <=991px
|
|
145
|
+
*/
|
|
146
|
+
this.sizeSm = '1240x496';
|
|
147
|
+
/**
|
|
148
|
+
* Image size for medium screen
|
|
149
|
+
* >=992px and <=1199px
|
|
150
|
+
*/
|
|
151
|
+
this.sizeMd = '1366x500';
|
|
152
|
+
/**
|
|
153
|
+
* Image solution for large screen
|
|
154
|
+
* >=1200px
|
|
155
|
+
*/
|
|
156
|
+
this.sizeLg = '1920x1080';
|
|
157
|
+
/**
|
|
158
|
+
* Image type
|
|
159
|
+
*/
|
|
160
|
+
this.imageType = 'smart-bg';
|
|
161
|
+
/**
|
|
162
|
+
* Image border shape
|
|
163
|
+
*/
|
|
164
|
+
this.borderRadius = '';
|
|
165
|
+
/**
|
|
166
|
+
* Lazy loading option
|
|
167
|
+
*/
|
|
168
|
+
this.loadMode = 'lazy-bg';
|
|
169
|
+
}
|
|
170
|
+
/**
|
|
171
|
+
* Image Z Index
|
|
172
|
+
*/
|
|
173
|
+
// @Prop() imageZIndex: 'z-index-auto' | 'z-index-n-2' | 'z-index-n-1' | 'z-index-p-1' | 'z-index-p-2' = 'z-index-auto';
|
|
174
|
+
WindowResize() {
|
|
175
|
+
this.setResponsiveBg();
|
|
176
|
+
}
|
|
177
|
+
render() {
|
|
178
|
+
const classMap = this.getCssClassMap();
|
|
179
|
+
return (index.h(index.Host, null, index.h("div", { class: classMap, "data-xs": `${this.imgUrl}:${this.sizeXs}`, "data-sm": `${this.imgUrl}:${this.sizeSm}`, "data-md": `${this.imgUrl}:${this.sizeMd}`, "data-lg": `${this.imgUrl}:${this.sizeLg}` }, this.imageType == 'smart-bg' ? index.h("slot", null) : null)));
|
|
180
|
+
}
|
|
181
|
+
componentDidLoad() {
|
|
182
|
+
this.addIntersectionObserver();
|
|
183
|
+
this.setResponsiveBg();
|
|
184
|
+
}
|
|
185
|
+
componentWillUpdate() {
|
|
186
|
+
// console.log('componentWillUpdate!');
|
|
187
|
+
this.addIntersectionObserver();
|
|
188
|
+
this.setResponsiveBg();
|
|
189
|
+
}
|
|
190
|
+
//responsive image
|
|
191
|
+
setResponsiveBg() {
|
|
192
|
+
// Define local variables
|
|
193
|
+
let backgrounds = (this.el || document).querySelectorAll(interfaces.ResponsiveBgVariables.selector), el, elData, currentBreakpoint = this.getCurrentBreakPoints();
|
|
194
|
+
// console.log('current breakpoint: ' + currentBreakpoint);
|
|
195
|
+
// Loop through all target elements
|
|
196
|
+
for (var i = 0, len = backgrounds.length; i < len; i++) {
|
|
197
|
+
// Set current variables
|
|
198
|
+
el = backgrounds[i];
|
|
199
|
+
elData = el.getAttribute('data-' + currentBreakpoint);
|
|
200
|
+
// If the data attribute exists, set the background
|
|
201
|
+
if (elData !== null) {
|
|
202
|
+
el.style.backgroundImage = "url('" + elData + "')";
|
|
203
|
+
}
|
|
204
|
+
else {
|
|
205
|
+
if (typeof console == 'object') {
|
|
206
|
+
console.warn('Data attribute: data-' + currentBreakpoint + ' not found on element:\n\n' + el.outerHTML + '\n\n\n');
|
|
207
|
+
}
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
//lazy loading
|
|
212
|
+
addIntersectionObserver() {
|
|
213
|
+
if (!this.imgUrl) {
|
|
214
|
+
console.log('no image!');
|
|
215
|
+
return;
|
|
216
|
+
}
|
|
217
|
+
if ('IntersectionObserver' in window) {
|
|
218
|
+
let lazyLoadBgs = (this.el || document).querySelectorAll('.lazy-bg');
|
|
219
|
+
let bgObserver = new IntersectionObserver(entries => {
|
|
220
|
+
entries.forEach(entry => {
|
|
221
|
+
if (entry.isIntersecting) {
|
|
222
|
+
const image = entry.target;
|
|
223
|
+
image.classList.remove('lazy-bg');
|
|
224
|
+
// console.log('loaded');
|
|
225
|
+
bgObserver.unobserve(image);
|
|
226
|
+
}
|
|
227
|
+
});
|
|
228
|
+
});
|
|
229
|
+
lazyLoadBgs.forEach(image => {
|
|
230
|
+
bgObserver.observe(image);
|
|
231
|
+
});
|
|
232
|
+
}
|
|
233
|
+
}
|
|
234
|
+
getCssClassMap() {
|
|
235
|
+
return {
|
|
236
|
+
[this.imageType]: true,
|
|
237
|
+
'ptc-img': true,
|
|
238
|
+
[this.borderRadius]: true,
|
|
239
|
+
[this.loadMode]: true,
|
|
240
|
+
// [this.imageZIndex] : true
|
|
241
|
+
};
|
|
242
|
+
}
|
|
243
|
+
getCurrentBreakPoints() {
|
|
244
|
+
// Define local variables
|
|
245
|
+
let doc = window.document, temp = doc.createElement('div'), env;
|
|
246
|
+
// Append test node
|
|
247
|
+
doc.body.appendChild(temp);
|
|
248
|
+
// Loop through breakpoints
|
|
249
|
+
for (let i = interfaces.ResponsiveBgVariables.envs.length - 1; i >= 0; i--) {
|
|
250
|
+
env = interfaces.ResponsiveBgVariables.envs[i];
|
|
251
|
+
// Add classes
|
|
252
|
+
temp.className = 'hidden-' + env;
|
|
253
|
+
// Found breakpoint
|
|
254
|
+
if (temp.offsetParent === null) {
|
|
255
|
+
// Remove our test node
|
|
256
|
+
doc.body.removeChild(temp);
|
|
257
|
+
console.log('remove test node');
|
|
258
|
+
// Return current breakpoint
|
|
259
|
+
return env;
|
|
260
|
+
}
|
|
261
|
+
}
|
|
262
|
+
// Breakpoint not found, try fallback
|
|
263
|
+
doc.body.removeChild(temp);
|
|
264
|
+
return this.getFallbackBreakpoint();
|
|
265
|
+
}
|
|
266
|
+
getFallbackBreakpoint() {
|
|
267
|
+
if (window.matchMedia('(min-width: 992px)').matches) {
|
|
268
|
+
return 'lg';
|
|
269
|
+
}
|
|
270
|
+
else if (window.matchMedia('(min-width: 768px)').matches) {
|
|
271
|
+
return 'md';
|
|
272
|
+
}
|
|
273
|
+
else if (window.matchMedia('(min-width: 576px)').matches) {
|
|
274
|
+
return 'sm';
|
|
275
|
+
}
|
|
276
|
+
else {
|
|
277
|
+
return 'xs';
|
|
278
|
+
}
|
|
279
|
+
}
|
|
280
|
+
get el() { return index.getElement(this); }
|
|
281
|
+
};
|
|
282
282
|
PtcImg.style = ptcImgCss;
|
|
283
283
|
|
|
284
284
|
const ptcPagenationCss = ":host{display:block}.events-filter{padding:20px 32px 20px 0;text-align:center}@media (min-width: 992px){.events-filter{padding:10px 40px 10px 0px}}.events-filter .pagenation-arrow{width:40px;height:40px;margin:0 15px;vertical-align:middle}.show-page{display:inline}.hide-page{display:none}.prev-text{display:none}.last-text{display:none}@media (min-width: 992px){.prev-text{display:inline;cursor:pointer}.last-text{display:inline;cursor:pointer}}.events-filter-item{font-family:var(--ptc-font-latin);font-size:var(--ptc-font-size-xx-small);font-weight:var(--ptc-font-weight-semibold);font-stretch:normal;font-style:var(--ptc-font-style-normal);line-height:var(--ptc-line-height-denser);letter-spacing:var(--ptc-letter-spacing-normal);text-align:left;padding:6px;color:var(--color-gray-13);text-decoration:none}.events-filter .active{font-family:var(--ptc-font-latin);border-bottom:2px solid var(--color-green-13);font-weight:var(--ptc-font-weight-semibold)}.events-filter-item:hover,.events-filter-item:focus{text-decoration:none;outline:0;color:var(--color-green-14)}.events-filter .disabled{color:var(--color-white-01)}.events-filter-dots{padding:0rem;font-weight:var(--ptc-font-weight-extrabold);font-family:var(--ptc-font-latin);font-size:var(--ptc-font-size-xx-small);font-stretch:normal;font-style:var(--ptc-font-style-normal);line-height:var(--ptc-line-height-denser);letter-spacing:var(--ptc-letter-spacing-normal);text-align:left;color:var(--color-gray-13);text-decoration:none}.events-disable-arrows{opacity:0.35}.events-enable-arrows{opacity:1}.events-small-dots{height:60px;margin-top:-25px}@media (min-width: 992px){.events-small-dots{height:80px;margin-top:-40px}}.last-page{transform:rotate(180deg)}";
|
|
285
285
|
|
|
286
|
-
let PtcPagenation = class {
|
|
287
|
-
constructor(hostRef) {
|
|
288
|
-
index.registerInstance(this, hostRef);
|
|
289
|
-
this.pageClicked = index.createEvent(this, "pageClicked", 7);
|
|
290
|
-
this.numberOfItems = 9; //page size
|
|
291
|
-
this.previousValue = "Previous";
|
|
292
|
-
this.lastValue = "Next";
|
|
293
|
-
this.pageNumbers = [];
|
|
294
|
-
this.minPageNumber = 1;
|
|
295
|
-
this.maxPageNumber = 4;
|
|
296
|
-
this.clickedPageNumber = 1;
|
|
297
|
-
this.appendArray = true;
|
|
298
|
-
this.prevArrowImg = "/dist/ptc/images/sidescroll-left-curved.svg";
|
|
299
|
-
this.nextArrowImg = "/dist/ptc/images/sidescroll-right-curved.svg";
|
|
300
|
-
this.handleClick = () => {
|
|
301
|
-
if (this.clickedPageNumber < this.getPageCount()) {
|
|
302
|
-
if (this.clickedPageNumber + 1 <= this.maxPageNumber) {
|
|
303
|
-
this.handleClickPage(this.clickedPageNumber + 1);
|
|
304
|
-
}
|
|
305
|
-
else {
|
|
306
|
-
this.minPageNumber = this.minPageNumber + 4;
|
|
307
|
-
this.clickedPageNumber = this.clickedPageNumber + 1;
|
|
308
|
-
this.appendArray = true;
|
|
309
|
-
this.pageNumbers = [...this.pageNumbers];
|
|
310
|
-
this.pageClicked.emit(this.clickedPageNumber);
|
|
311
|
-
}
|
|
312
|
-
}
|
|
313
|
-
};
|
|
314
|
-
this.handleClickPrev = () => {
|
|
315
|
-
if (this.clickedPageNumber > 1) {
|
|
316
|
-
if (this.clickedPageNumber - 1 >= this.minPageNumber) {
|
|
317
|
-
this.handleClickPage(this.clickedPageNumber - 1);
|
|
318
|
-
}
|
|
319
|
-
else {
|
|
320
|
-
this.minPageNumber = this.minPageNumber - 4;
|
|
321
|
-
this.clickedPageNumber = this.clickedPageNumber - 1;
|
|
322
|
-
this.appendArray = true;
|
|
323
|
-
this.pageNumbers = [...this.pageNumbers];
|
|
324
|
-
this.pageClicked.emit(this.clickedPageNumber);
|
|
325
|
-
}
|
|
326
|
-
}
|
|
327
|
-
};
|
|
328
|
-
this.getPageCount = () => {
|
|
329
|
-
let pageCount = 0;
|
|
330
|
-
if (this.totalCount != 0) {
|
|
331
|
-
if (this.totalCount % this.numberOfItems == 0) {
|
|
332
|
-
pageCount = this.totalCount / this.numberOfItems;
|
|
333
|
-
}
|
|
334
|
-
else {
|
|
335
|
-
pageCount = this.totalCount / this.numberOfItems + 1;
|
|
336
|
-
}
|
|
337
|
-
}
|
|
338
|
-
return Math.floor(pageCount);
|
|
339
|
-
};
|
|
340
|
-
this.getIndex = (appendarr) => {
|
|
341
|
-
//var games : string[] = [];
|
|
342
|
-
//let games : HTMLElement[] = [];
|
|
343
|
-
//let items: pageItem[] = [];
|
|
344
|
-
if (appendarr) {
|
|
345
|
-
let pageCountVal = this.getPageCount();
|
|
346
|
-
this.maxPageNumber = pageCountVal >= this.minPageNumber + 3 ? this.minPageNumber + 3 : pageCountVal;
|
|
347
|
-
this.pageNumbers = [];
|
|
348
|
-
for (let i = this.minPageNumber; i <= this.maxPageNumber; i++) {
|
|
349
|
-
let id = i + "Id";
|
|
350
|
-
let isItemActive = false;
|
|
351
|
-
if (i == this.clickedPageNumber) {
|
|
352
|
-
isItemActive = true;
|
|
353
|
-
}
|
|
354
|
-
// if (i > 4)
|
|
355
|
-
// {
|
|
356
|
-
// hideShowPageClass = " hide-page";
|
|
357
|
-
// }
|
|
358
|
-
const newPageItem = {
|
|
359
|
-
id: id,
|
|
360
|
-
isActive: isItemActive,
|
|
361
|
-
dataPage: i
|
|
362
|
-
};
|
|
363
|
-
this.pageNumbers = [...this.pageNumbers, newPageItem];
|
|
364
|
-
//games.push(<a href="#" data-url={id} data-page={i} class={classValue}>i</a>);
|
|
365
|
-
}
|
|
366
|
-
}
|
|
367
|
-
return this.pageNumbers;
|
|
368
|
-
};
|
|
369
|
-
}
|
|
370
|
-
render() {
|
|
371
|
-
let pageCountValue = this.getPageCount();
|
|
372
|
-
this.pageNumbers = [...this.getIndex(this.appendArray)];
|
|
373
|
-
return (index.h("div", { class: "events-filter" }, index.h("span", { class: this.clickedPageNumber == 1 ? "events-filter-item disabled prev-text" : "events-filter-item prev-text" }, this.previousValue), index.h("img", { src: this.prevArrowImg, onClick: this.handleClickPrev, class: this.clickedPageNumber == 1 ? "pagenation-arrow prev-page events-disable-arrows" : "pagenation-arrow prev-page" }), this.pageNumbers.map(anchoritem => {
|
|
374
|
-
return (index.h("a", { href: "#", "data-url": anchoritem.id, "data-page": anchoritem.dataPage, class: anchoritem.isActive ? "events-filter-item active" : "events-filter-item", onClick: () => this.handleClickPage(anchoritem.dataPage) }, anchoritem.dataPage));
|
|
375
|
-
}), pageCountValue > this.maxPageNumber ? (index.h("span", { class: "events-filter-dots" }, ". . .")) : null, index.h("img", { src: this.nextArrowImg, onClick: this.handleClick, class: this.clickedPageNumber == pageCountValue ? "pagenation-arrow last-page events-disable-arrows" : "pagenation-arrow last-page" }), index.h("span", { class: this.clickedPageNumber == pageCountValue ? "events-filter-item disabled last-text" : "events-filter-item last-text" }, this.lastValue)));
|
|
376
|
-
}
|
|
377
|
-
handleClickPage(clickedPage) {
|
|
378
|
-
this.clickedPageNumber = clickedPage;
|
|
379
|
-
let newArray = [];
|
|
380
|
-
this.appendArray = false;
|
|
381
|
-
newArray = [...this.pageNumbers];
|
|
382
|
-
newArray.map(item => {
|
|
383
|
-
item.dataPage == clickedPage ? item.isActive = true : item.isActive = false;
|
|
384
|
-
});
|
|
385
|
-
this.pageNumbers = null;
|
|
386
|
-
this.pageNumbers = [...newArray];
|
|
387
|
-
this.pageClicked.emit(clickedPage);
|
|
388
|
-
}
|
|
389
|
-
};
|
|
286
|
+
let PtcPagenation = class {
|
|
287
|
+
constructor(hostRef) {
|
|
288
|
+
index.registerInstance(this, hostRef);
|
|
289
|
+
this.pageClicked = index.createEvent(this, "pageClicked", 7);
|
|
290
|
+
this.numberOfItems = 9; //page size
|
|
291
|
+
this.previousValue = "Previous";
|
|
292
|
+
this.lastValue = "Next";
|
|
293
|
+
this.pageNumbers = [];
|
|
294
|
+
this.minPageNumber = 1;
|
|
295
|
+
this.maxPageNumber = 4;
|
|
296
|
+
this.clickedPageNumber = 1;
|
|
297
|
+
this.appendArray = true;
|
|
298
|
+
this.prevArrowImg = "/dist/ptc/images/sidescroll-left-curved.svg";
|
|
299
|
+
this.nextArrowImg = "/dist/ptc/images/sidescroll-right-curved.svg";
|
|
300
|
+
this.handleClick = () => {
|
|
301
|
+
if (this.clickedPageNumber < this.getPageCount()) {
|
|
302
|
+
if (this.clickedPageNumber + 1 <= this.maxPageNumber) {
|
|
303
|
+
this.handleClickPage(this.clickedPageNumber + 1);
|
|
304
|
+
}
|
|
305
|
+
else {
|
|
306
|
+
this.minPageNumber = this.minPageNumber + 4;
|
|
307
|
+
this.clickedPageNumber = this.clickedPageNumber + 1;
|
|
308
|
+
this.appendArray = true;
|
|
309
|
+
this.pageNumbers = [...this.pageNumbers];
|
|
310
|
+
this.pageClicked.emit(this.clickedPageNumber);
|
|
311
|
+
}
|
|
312
|
+
}
|
|
313
|
+
};
|
|
314
|
+
this.handleClickPrev = () => {
|
|
315
|
+
if (this.clickedPageNumber > 1) {
|
|
316
|
+
if (this.clickedPageNumber - 1 >= this.minPageNumber) {
|
|
317
|
+
this.handleClickPage(this.clickedPageNumber - 1);
|
|
318
|
+
}
|
|
319
|
+
else {
|
|
320
|
+
this.minPageNumber = this.minPageNumber - 4;
|
|
321
|
+
this.clickedPageNumber = this.clickedPageNumber - 1;
|
|
322
|
+
this.appendArray = true;
|
|
323
|
+
this.pageNumbers = [...this.pageNumbers];
|
|
324
|
+
this.pageClicked.emit(this.clickedPageNumber);
|
|
325
|
+
}
|
|
326
|
+
}
|
|
327
|
+
};
|
|
328
|
+
this.getPageCount = () => {
|
|
329
|
+
let pageCount = 0;
|
|
330
|
+
if (this.totalCount != 0) {
|
|
331
|
+
if (this.totalCount % this.numberOfItems == 0) {
|
|
332
|
+
pageCount = this.totalCount / this.numberOfItems;
|
|
333
|
+
}
|
|
334
|
+
else {
|
|
335
|
+
pageCount = this.totalCount / this.numberOfItems + 1;
|
|
336
|
+
}
|
|
337
|
+
}
|
|
338
|
+
return Math.floor(pageCount);
|
|
339
|
+
};
|
|
340
|
+
this.getIndex = (appendarr) => {
|
|
341
|
+
//var games : string[] = [];
|
|
342
|
+
//let games : HTMLElement[] = [];
|
|
343
|
+
//let items: pageItem[] = [];
|
|
344
|
+
if (appendarr) {
|
|
345
|
+
let pageCountVal = this.getPageCount();
|
|
346
|
+
this.maxPageNumber = pageCountVal >= this.minPageNumber + 3 ? this.minPageNumber + 3 : pageCountVal;
|
|
347
|
+
this.pageNumbers = [];
|
|
348
|
+
for (let i = this.minPageNumber; i <= this.maxPageNumber; i++) {
|
|
349
|
+
let id = i + "Id";
|
|
350
|
+
let isItemActive = false;
|
|
351
|
+
if (i == this.clickedPageNumber) {
|
|
352
|
+
isItemActive = true;
|
|
353
|
+
}
|
|
354
|
+
// if (i > 4)
|
|
355
|
+
// {
|
|
356
|
+
// hideShowPageClass = " hide-page";
|
|
357
|
+
// }
|
|
358
|
+
const newPageItem = {
|
|
359
|
+
id: id,
|
|
360
|
+
isActive: isItemActive,
|
|
361
|
+
dataPage: i
|
|
362
|
+
};
|
|
363
|
+
this.pageNumbers = [...this.pageNumbers, newPageItem];
|
|
364
|
+
//games.push(<a href="#" data-url={id} data-page={i} class={classValue}>i</a>);
|
|
365
|
+
}
|
|
366
|
+
}
|
|
367
|
+
return this.pageNumbers;
|
|
368
|
+
};
|
|
369
|
+
}
|
|
370
|
+
render() {
|
|
371
|
+
let pageCountValue = this.getPageCount();
|
|
372
|
+
this.pageNumbers = [...this.getIndex(this.appendArray)];
|
|
373
|
+
return (index.h("div", { class: "events-filter" }, index.h("span", { class: this.clickedPageNumber == 1 ? "events-filter-item disabled prev-text" : "events-filter-item prev-text" }, this.previousValue), index.h("img", { src: this.prevArrowImg, onClick: this.handleClickPrev, class: this.clickedPageNumber == 1 ? "pagenation-arrow prev-page events-disable-arrows" : "pagenation-arrow prev-page" }), this.pageNumbers.map(anchoritem => {
|
|
374
|
+
return (index.h("a", { href: "#", "data-url": anchoritem.id, "data-page": anchoritem.dataPage, class: anchoritem.isActive ? "events-filter-item active" : "events-filter-item", onClick: () => this.handleClickPage(anchoritem.dataPage) }, anchoritem.dataPage));
|
|
375
|
+
}), pageCountValue > this.maxPageNumber ? (index.h("span", { class: "events-filter-dots" }, ". . .")) : null, index.h("img", { src: this.nextArrowImg, onClick: this.handleClick, class: this.clickedPageNumber == pageCountValue ? "pagenation-arrow last-page events-disable-arrows" : "pagenation-arrow last-page" }), index.h("span", { class: this.clickedPageNumber == pageCountValue ? "events-filter-item disabled last-text" : "events-filter-item last-text" }, this.lastValue)));
|
|
376
|
+
}
|
|
377
|
+
handleClickPage(clickedPage) {
|
|
378
|
+
this.clickedPageNumber = clickedPage;
|
|
379
|
+
let newArray = [];
|
|
380
|
+
this.appendArray = false;
|
|
381
|
+
newArray = [...this.pageNumbers];
|
|
382
|
+
newArray.map(item => {
|
|
383
|
+
item.dataPage == clickedPage ? item.isActive = true : item.isActive = false;
|
|
384
|
+
});
|
|
385
|
+
this.pageNumbers = null;
|
|
386
|
+
this.pageNumbers = [...newArray];
|
|
387
|
+
this.pageClicked.emit(clickedPage);
|
|
388
|
+
}
|
|
389
|
+
};
|
|
390
390
|
PtcPagenation.style = ptcPagenationCss;
|
|
391
391
|
|
|
392
|
-
const ptcParaCss = ":host{z-index:1}p.default{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;}p.main{text-shadow:0 3px 6px var(--color-white);line-height:var(--ptc-line-height-dense);color:var(--color-gray-10)}p.primary-grey{color:var(--color-gray-10)}p.white{color:var(--color-white)}p.xxx-small{font-size:var(--ptc-font-size-xxx-small)}p.xx-small{font-size:var(--ptc-font-size-xx-small)}p.x-small{font-size:var(--ptc-font-size-x-small)}p.small{font-size:var(--ptc-font-size-small)}p.medium{font-size:var(--ptc-font-size-medium)}p.large{font-size:var(--ptc-font-size-large)}p.x-large{font-size:var(--ptc-font-size-x-large)}p.xx-large{font-size:var(--ptc-font-size-xx-large)}p.xxx-large{font-size:var(--ptc-font-size-xxx-large)}p.xxxx-large{font-size:var(--ptc-font-size-xxxx-large)}p.w-3{font-weight:var(--ptc-font-weight-thin)}p.w-4{font-weight:var(--ptc-font-weight-regular)}p.w-5{font-weight:var(--ptc-font-weight-medium)}p.w-6{font-weight:var(--ptc-font-weight-semibold)}p.w-7{font-weight:var(--ptc-font-weight-bold)}p.w-8{font-weight:var(--ptc-font-weight-extrabold)}p.w-9{font-weight:var(--ptc-font-weight-black)}p.margin-flush{margin-top:0;margin-bottom:0}p.margin-top-1{margin-top:var(--ptc-element-spacing-01);margin-bottom:0}p.margin-top-2{margin-top:var(--ptc-element-spacing-02);margin-bottom:0}p.margin-top-3{margin-top:var(--ptc-element-spacing-03);margin-bottom:0}p.margin-top-4{margin-top:var(--ptc-element-spacing-04);margin-bottom:0}p.margin-top-5{margin-top:var(--ptc-element-spacing-05);margin-bottom:0}p.margin-top-6{margin-top:var(--ptc-element-spacing-06);margin-bottom:0}p.margin-bottom-1{margin-bottom:var(--ptc-element-spacing-01);margin-top:0}p.margin-bottom-2{margin-bottom:var(--ptc-element-spacing-02);margin-top:0}p.margin-bottom-3{margin-bottom:var(--ptc-element-spacing-03);margin-top:0}p.margin-bottom-4{margin-bottom:var(--ptc-element-spacing-04);margin-top:0}p.margin-bottom-5{margin-bottom:var(--ptc-element-spacing-05);margin-top:0}p.margin-bottom-6{margin-bottom:var(--ptc-element-spacing-06);margin-top:0}p.margin-1{margin-top:var(--ptc-element-spacing-01);margin-bottom:var(--ptc-element-spacing-01)}p.margin-2{margin-top:var(--ptc-element-spacing-02);margin-bottom:var(--ptc-element-spacing-02)}p.margin-3{margin-top:var(--ptc-element-spacing-03);margin-bottom:var(--ptc-element-spacing-03)}p.margin-4{margin-top:var(--ptc-element-spacing-04);margin-bottom:var(--ptc-element-spacing-04)}p.margin-5{margin-top:var(--ptc-element-spacing-05);margin-bottom:var(--ptc-element-spacing-05)}p.margin-6{margin-top:var(--ptc-element-spacing-06);margin-bottom:var(--ptc-element-spacing-06)}p.line-height-densest{line-height:var(--ptc-line-height-densest)}p.line-height-denser{line-height:var(--ptc-line-height-denser)}p.line-height-dense{line-height:var(--ptc-line-height-dense)}p.line-height-normal{line-height:var(--ptc-line-height-normal)}p.line-height-loose{line-height:var(--ptc-line-height-loose)}p.line-height-looser{line-height:var(--ptc-line-height-looser)}p.announcement{text-transform:uppercase;font-size:var(--ptc-font-size-small);color:var(--color-gray-07);line-height:var(--ptc-line-height-looser);letter-spacing:var(--ptc-letter-spacing-loose)}";
|
|
392
|
+
const ptcParaCss = ":host{z-index:1}:host(.white){color:var(--color-white)}p.default{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;}p.main{text-shadow:0 3px 6px var(--color-white);line-height:var(--ptc-line-height-dense);color:var(--color-gray-10)}p.primary-grey{color:var(--color-gray-10)}p.white{color:var(--color-white)}p.xxx-small{font-size:var(--ptc-font-size-xxx-small)}p.xx-small{font-size:var(--ptc-font-size-xx-small)}p.x-small{font-size:var(--ptc-font-size-x-small)}p.small{font-size:var(--ptc-font-size-small)}p.medium{font-size:var(--ptc-font-size-medium)}p.large{font-size:var(--ptc-font-size-large)}p.x-large{font-size:var(--ptc-font-size-x-large)}p.xx-large{font-size:var(--ptc-font-size-xx-large)}p.xxx-large{font-size:var(--ptc-font-size-xxx-large)}p.xxxx-large{font-size:var(--ptc-font-size-xxxx-large)}p.w-3{font-weight:var(--ptc-font-weight-thin)}p.w-4{font-weight:var(--ptc-font-weight-regular)}p.w-5{font-weight:var(--ptc-font-weight-medium)}p.w-6{font-weight:var(--ptc-font-weight-semibold)}p.w-7{font-weight:var(--ptc-font-weight-bold)}p.w-8{font-weight:var(--ptc-font-weight-extrabold)}p.w-9{font-weight:var(--ptc-font-weight-black)}p.margin-flush{margin-top:0;margin-bottom:0}p.margin-top-1{margin-top:var(--ptc-element-spacing-01);margin-bottom:0}p.margin-top-2{margin-top:var(--ptc-element-spacing-02);margin-bottom:0}p.margin-top-3{margin-top:var(--ptc-element-spacing-03);margin-bottom:0}p.margin-top-4{margin-top:var(--ptc-element-spacing-04);margin-bottom:0}p.margin-top-5{margin-top:var(--ptc-element-spacing-05);margin-bottom:0}p.margin-top-6{margin-top:var(--ptc-element-spacing-06);margin-bottom:0}p.margin-bottom-1{margin-bottom:var(--ptc-element-spacing-01);margin-top:0}p.margin-bottom-2{margin-bottom:var(--ptc-element-spacing-02);margin-top:0}p.margin-bottom-3{margin-bottom:var(--ptc-element-spacing-03);margin-top:0}p.margin-bottom-4{margin-bottom:var(--ptc-element-spacing-04);margin-top:0}p.margin-bottom-5{margin-bottom:var(--ptc-element-spacing-05);margin-top:0}p.margin-bottom-6{margin-bottom:var(--ptc-element-spacing-06);margin-top:0}p.margin-1{margin-top:var(--ptc-element-spacing-01);margin-bottom:var(--ptc-element-spacing-01)}p.margin-2{margin-top:var(--ptc-element-spacing-02);margin-bottom:var(--ptc-element-spacing-02)}p.margin-3{margin-top:var(--ptc-element-spacing-03);margin-bottom:var(--ptc-element-spacing-03)}p.margin-4{margin-top:var(--ptc-element-spacing-04);margin-bottom:var(--ptc-element-spacing-04)}p.margin-5{margin-top:var(--ptc-element-spacing-05);margin-bottom:var(--ptc-element-spacing-05)}p.margin-6{margin-top:var(--ptc-element-spacing-06);margin-bottom:var(--ptc-element-spacing-06)}p.line-height-densest{line-height:var(--ptc-line-height-densest)}p.line-height-denser{line-height:var(--ptc-line-height-denser)}p.line-height-dense{line-height:var(--ptc-line-height-dense)}p.line-height-normal{line-height:var(--ptc-line-height-normal)}p.line-height-loose{line-height:var(--ptc-line-height-loose)}p.line-height-looser{line-height:var(--ptc-line-height-looser)}p.announcement{text-transform:uppercase;font-size:var(--ptc-font-size-small);color:var(--color-gray-07);line-height:var(--ptc-line-height-looser);letter-spacing:var(--ptc-letter-spacing-loose)}";
|
|
393
393
|
|
|
394
|
-
let PtcPara = class {
|
|
395
|
-
constructor(hostRef) {
|
|
396
|
-
index.registerInstance(this, hostRef);
|
|
397
|
-
/**
|
|
398
|
-
* Paragraph font size
|
|
399
|
-
**/
|
|
400
|
-
this.fontSize = "x-small";
|
|
401
|
-
/**
|
|
402
|
-
* Paragraph font weight
|
|
403
|
-
**/
|
|
404
|
-
this.fontWeight = 'w-4';
|
|
405
|
-
/**
|
|
406
|
-
* Paragraph Style
|
|
407
|
-
**/
|
|
408
|
-
this.paraStyle = 'default';
|
|
409
|
-
/**
|
|
410
|
-
* Paragraph Color
|
|
411
|
-
*/
|
|
412
|
-
this.paraColor = 'primary-grey';
|
|
413
|
-
/**
|
|
414
|
-
* line height
|
|
415
|
-
*/
|
|
416
|
-
this.paraLineH = 'line-height-normal';
|
|
417
|
-
}
|
|
418
|
-
render() {
|
|
419
|
-
const classMap = this.getCssClassMap();
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
[this.
|
|
426
|
-
[this.
|
|
427
|
-
[this.
|
|
428
|
-
[this.
|
|
429
|
-
[this.
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
}
|
|
394
|
+
let PtcPara = class {
|
|
395
|
+
constructor(hostRef) {
|
|
396
|
+
index.registerInstance(this, hostRef);
|
|
397
|
+
/**
|
|
398
|
+
* Paragraph font size
|
|
399
|
+
**/
|
|
400
|
+
this.fontSize = "x-small";
|
|
401
|
+
/**
|
|
402
|
+
* Paragraph font weight
|
|
403
|
+
**/
|
|
404
|
+
this.fontWeight = 'w-4';
|
|
405
|
+
/**
|
|
406
|
+
* Paragraph Style
|
|
407
|
+
**/
|
|
408
|
+
this.paraStyle = 'default';
|
|
409
|
+
/**
|
|
410
|
+
* Paragraph Color
|
|
411
|
+
*/
|
|
412
|
+
this.paraColor = 'primary-grey';
|
|
413
|
+
/**
|
|
414
|
+
* line height
|
|
415
|
+
*/
|
|
416
|
+
this.paraLineH = 'line-height-normal';
|
|
417
|
+
}
|
|
418
|
+
render() {
|
|
419
|
+
const classMap = this.getCssClassMap();
|
|
420
|
+
const colorClass = this.addWhiteClass();
|
|
421
|
+
return (index.h(index.Host, { class: colorClass }, index.h("p", { class: classMap, part: "part-para" }, index.h("slot", null))));
|
|
422
|
+
}
|
|
423
|
+
getCssClassMap() {
|
|
424
|
+
return {
|
|
425
|
+
[this.fontSize]: true,
|
|
426
|
+
[this.fontWeight]: true,
|
|
427
|
+
[this.paraStyle]: true,
|
|
428
|
+
[this.paraMargin]: !!this.paraMargin ? true : false,
|
|
429
|
+
[this.paraColor]: true,
|
|
430
|
+
[this.paraLineH]: true
|
|
431
|
+
};
|
|
432
|
+
}
|
|
433
|
+
//WEB-2392
|
|
434
|
+
addWhiteClass() {
|
|
435
|
+
if (this.paraColor == "white") {
|
|
436
|
+
return {
|
|
437
|
+
[this.paraColor]: true,
|
|
438
|
+
};
|
|
439
|
+
}
|
|
440
|
+
}
|
|
441
|
+
};
|
|
433
442
|
PtcPara.style = ptcParaCss;
|
|
434
443
|
|
|
435
444
|
const ptcSpacerCss = ":host{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;position:relative;display:block;width:12px;min-width:12px;height:12px}@media (min-width: 36em){:host{width:16px;min-width:16px;height:16px}}:host(.ptc-spacer-horizontal){display:inline-block;height:100% !important}:host(.ptc-spacer-horizontal.xx-small){width:4px;min-width:4px;height:100%}@media (min-width: 36em){:host(.ptc-spacer-horizontal.xx-small){width:4px;min-width:4px}}:host(.ptc-spacer-horizontal.x-small){width:4px;min-width:4px;height:100%}@media (min-width: 36em){:host(.ptc-spacer-horizontal.x-small){width:8px;min-width:8px}}:host(.ptc-spacer-horizontal.small){width:8px;min-width:8px;height:100%}@media (min-width: 36em){:host(.ptc-spacer-horizontal.small){width:12px;min-width:12px}}:host(.ptc-spacer-horizontal.medium){height:100%}:host(.ptc-spacer-horizontal.large){width:16px;min-width:16px;height:100%}@media (min-width: 36em){:host(.ptc-spacer-horizontal.large){width:20px;min-width:20px}}:host(.ptc-spacer-horizontal.x-large){width:20px;min-width:20px;height:100%}@media (min-width: 36em){:host(.ptc-spacer-horizontal.x-large){width:28px;min-width:28px}}:host(.ptc-spacer-horizontal.xx-large){width:28px;min-width:28px;height:100%}@media (min-width: 36em){:host(.ptc-spacer-horizontal.xx-large){width:36px;min-width:36px}}:host(.ptc-spacer-horizontal.xxx-large){width:36px;min-width:36px;height:100%}@media (min-width: 36em){:host(.ptc-spacer-horizontal.xxx-large){width:48px;min-width:48px}}:host(.ptc-spacer-horizontal.xxxx-large){width:48px;min-width:48px;height:100%}@media (min-width: 36em){:host(.ptc-spacer-horizontal.xxxx-large){width:72px;min-width:72px}}:host(.ptc-spacer-vertical.xx-small){width:100%;height:4px;min-height:4px}:host(.ptc-spacer-vertical.x-small){width:100%;height:4px;min-height:4px}@media (min-width: 36em){:host(.ptc-spacer-vertical.x-small){height:8px;min-height:8px}}:host(.ptc-spacer-vertical.small){width:100%;height:8px;min-height:8px}@media (min-width: 36em){:host(.ptc-spacer-vertical.small){height:12px;min-height:12px}}:host(.ptc-spacer-vertical.medium){width:100%}:host(.ptc-spacer-vertical.large){width:100%;height:16px;min-height:16px}@media (min-width: 36em){:host(.ptc-spacer-vertical.large){height:20px;min-height:20px}}:host(.ptc-spacer-vertical.x-large){width:100%;height:20px;min-height:20px}@media (min-width: 36em){:host(.ptc-spacer-vertical.x-large){height:28px;min-height:28px}}:host(.ptc-spacer-vertical.xx-large){width:100%;height:28px;min-height:28px}@media (min-width: 36em){:host(.ptc-spacer-vertical.xx-large){height:36px;min-height:36px}}:host(.ptc-spacer-vertical.xxx-large){width:100%;height:36px;min-height:36px}@media (min-width: 36em){:host(.ptc-spacer-vertical.xxx-large){height:48px;min-height:48px}}:host(.ptc-spacer-vertical.xxxx-large){width:100%;height:48px;min-height:48px}@media (min-width: 36em){:host(.ptc-spacer-vertical.xxxx-large){height:72px;min-height:72px}}:host(.ptc-spacer-vertical.space-144){width:100%;height:144px;min-height:144px}:host(.ptc-spacer-vertical.space-120){width:100%;height:120px;min-height:120px}:host(.ptc-spacer-vertical.space-128){width:100%;height:128px;min-height:128px}:host(.ptc-spacer-xx-small){display:none}@media (max-width: 22.5em){:host(.ptc-spacer-xx-small){display:block}}:host(.ptc-spacer-x-small){display:none}@media (max-width: 35.9375em){:host(.ptc-spacer-x-small){display:block}}:host(.ptc-spacer-small){display:none}@media (min-width: 36em){:host(.ptc-spacer-small){display:block}}:host(.ptc-spacer-medium){display:none}@media (min-width: 48em){:host(.ptc-spacer-medium){display:block}}:host(.ptc-spacer-large){display:none}@media (min-width: 62em){:host(.ptc-spacer-large){display:block}}:host(.ptc-spacer-x-large){display:none}@media (min-width: 64.0625em){:host(.ptc-spacer-x-large){display:block}}:host(.ptc-spacer-xx-large){display:none}@media (min-width: 76.25em){:host(.ptc-spacer-xx-large){display:block}}";
|
|
436
445
|
|
|
437
|
-
let PtcSpacer = class {
|
|
438
|
-
constructor(hostRef) {
|
|
439
|
-
index.registerInstance(this, hostRef);
|
|
440
|
-
/**
|
|
441
|
-
* Breakpoint
|
|
442
|
-
*/
|
|
443
|
-
this.breakpoint = '';
|
|
444
|
-
/**
|
|
445
|
-
* Spacing Size
|
|
446
|
-
*/
|
|
447
|
-
this.size = 'medium';
|
|
448
|
-
/**
|
|
449
|
-
* Direction
|
|
450
|
-
*/
|
|
451
|
-
this.direction = 'vertical';
|
|
452
|
-
}
|
|
453
|
-
render() {
|
|
454
|
-
const classMap = this.getCssClassMap();
|
|
455
|
-
return (index.h(index.Host, { class: classMap }));
|
|
456
|
-
}
|
|
457
|
-
getCssClassMap() {
|
|
458
|
-
return {
|
|
459
|
-
[this.size]: true,
|
|
460
|
-
['ptc-spacer-horizontal']: this.direction === 'horizontal',
|
|
461
|
-
['ptc-spacer-vertical']: this.direction === 'vertical',
|
|
462
|
-
['ptc-spacer-xx-small']: this.breakpoint === 'xx-small',
|
|
463
|
-
['ptc-spacer-x-small']: this.breakpoint === 'x-small',
|
|
464
|
-
['ptc-spacer-small']: this.breakpoint === 'small',
|
|
465
|
-
['ptc-spacer-medium']: this.breakpoint === 'medium',
|
|
466
|
-
['ptc-spacer-large']: this.breakpoint === 'large',
|
|
467
|
-
['ptc-spacer-x-large']: this.breakpoint === 'x-large',
|
|
468
|
-
['ptc-spacer-xx-large']: this.breakpoint === 'xx-large',
|
|
469
|
-
};
|
|
470
|
-
}
|
|
471
|
-
};
|
|
446
|
+
let PtcSpacer = class {
|
|
447
|
+
constructor(hostRef) {
|
|
448
|
+
index.registerInstance(this, hostRef);
|
|
449
|
+
/**
|
|
450
|
+
* Breakpoint
|
|
451
|
+
*/
|
|
452
|
+
this.breakpoint = '';
|
|
453
|
+
/**
|
|
454
|
+
* Spacing Size
|
|
455
|
+
*/
|
|
456
|
+
this.size = 'medium';
|
|
457
|
+
/**
|
|
458
|
+
* Direction
|
|
459
|
+
*/
|
|
460
|
+
this.direction = 'vertical';
|
|
461
|
+
}
|
|
462
|
+
render() {
|
|
463
|
+
const classMap = this.getCssClassMap();
|
|
464
|
+
return (index.h(index.Host, { class: classMap }));
|
|
465
|
+
}
|
|
466
|
+
getCssClassMap() {
|
|
467
|
+
return {
|
|
468
|
+
[this.size]: true,
|
|
469
|
+
['ptc-spacer-horizontal']: this.direction === 'horizontal',
|
|
470
|
+
['ptc-spacer-vertical']: this.direction === 'vertical',
|
|
471
|
+
['ptc-spacer-xx-small']: this.breakpoint === 'xx-small',
|
|
472
|
+
['ptc-spacer-x-small']: this.breakpoint === 'x-small',
|
|
473
|
+
['ptc-spacer-small']: this.breakpoint === 'small',
|
|
474
|
+
['ptc-spacer-medium']: this.breakpoint === 'medium',
|
|
475
|
+
['ptc-spacer-large']: this.breakpoint === 'large',
|
|
476
|
+
['ptc-spacer-x-large']: this.breakpoint === 'x-large',
|
|
477
|
+
['ptc-spacer-xx-large']: this.breakpoint === 'xx-large',
|
|
478
|
+
};
|
|
479
|
+
}
|
|
480
|
+
};
|
|
472
481
|
PtcSpacer.style = ptcSpacerCss;
|
|
473
482
|
|
|
474
483
|
exports.ptc_card = PtcCard;
|