@ptcwebops/ptcw-design 0.5.6 → 0.5.8
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_13.cjs.entry.js +758 -0
- package/dist/cjs/{interfaces-0ecd8027.js → interfaces-574e6df7.js} +9 -9
- package/dist/cjs/list-item.cjs.entry.js +19 -19
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/lottie-player.cjs.entry.js +354 -354
- package/dist/cjs/my-component.cjs.entry.js +13 -13
- package/dist/cjs/ptc-accordion-item.cjs.entry.js +110 -0
- package/dist/cjs/ptc-accordion.cjs.entry.js +49 -0
- package/dist/cjs/ptc-announcement.cjs.entry.js +48 -0
- package/dist/cjs/ptc-breadcrumb.cjs.entry.js +12 -12
- package/dist/cjs/ptc-card-bottom.cjs.entry.js +31 -31
- package/dist/cjs/ptc-card-content.cjs.entry.js +32 -32
- package/dist/cjs/ptc-card-plm.cjs.entry.js +16 -16
- package/dist/cjs/ptc-card.cjs.entry.js +69 -69
- package/dist/cjs/ptc-date.cjs.entry.js +48 -48
- package/dist/cjs/ptc-ellipsis-dropdown.cjs.entry.js +23 -23
- 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-img_2.cjs.entry.js +169 -169
- package/dist/cjs/ptc-list.cjs.entry.js +23 -23
- 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-nav-item.cjs.entry.js +83 -83
- package/dist/cjs/ptc-nav.cjs.entry.js +8 -8
- package/dist/cjs/ptc-pagenation.cjs.entry.js +111 -0
- 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-social-share.cjs.entry.js +64 -64
- package/dist/cjs/ptc-span.cjs.entry.js +23 -23
- package/dist/cjs/{ptc-announcement_2.cjs.entry.js → ptc-svg-btn.cjs.entry.js} +75 -117
- package/dist/cjs/ptc-tab-list.cjs.entry.js +116 -116
- package/dist/cjs/ptc-two-column-media.cjs.entry.js +14 -14
- package/dist/cjs/ptcw-design.cjs.js +1 -1
- package/dist/cjs/tab-content.cjs.entry.js +26 -26
- package/dist/cjs/tab-header.cjs.entry.js +43 -43
- package/dist/collection/collection-manifest.json +5 -0
- 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 +338 -327
- 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 +103 -103
- 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.css +74 -0
- package/dist/collection/components/ptc-accordion/ptc-accordion-item/ptc-accordion-item.js +296 -0
- package/dist/collection/components/ptc-accordion/ptc-accordion.css +8 -0
- package/dist/collection/components/ptc-accordion/ptc-accordion.js +74 -0
- 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.css +76 -0
- package/dist/collection/components/ptc-card/ptc-card.js +301 -282
- package/dist/collection/components/ptc-card-bottom/ptc-card-bottom.js +105 -105
- package/dist/collection/components/ptc-card-content/ptc-card-content.css +1 -1
- 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.css +46 -13
- package/dist/collection/components/ptc-checkbox/ptc-checkbox.js +114 -76
- package/dist/collection/components/ptc-container/ptc-container.css +24 -1
- package/dist/collection/components/ptc-container/ptc-container.js +119 -98
- package/dist/collection/components/ptc-date/ptc-date.js +201 -201
- package/dist/collection/components/ptc-dropdown/ptc-dropdown.css +66 -0
- package/dist/collection/components/ptc-dropdown/ptc-dropdown.js +144 -0
- package/dist/collection/components/ptc-ellipsis-dropdown/ptc-ellipsis-dropdown.js +77 -77
- package/dist/collection/components/ptc-filter-tag/ptc-filter-tag.css +67 -14
- package/dist/collection/components/ptc-filter-tag/ptc-filter-tag.js +70 -96
- 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.css +37 -0
- package/dist/collection/components/ptc-icon-minimize/ptc-icon-minimize.js +86 -0
- package/dist/collection/components/ptc-img/ptc-img.js +314 -314
- package/dist/collection/components/ptc-link/ptc-link.css +18 -0
- package/dist/collection/components/ptc-link/ptc-link.js +198 -198
- package/dist/collection/components/ptc-list/ptc-list.js +68 -68
- 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.css +37 -0
- package/dist/collection/components/ptc-modal/ptc-modal.js +337 -255
- 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.css +113 -0
- package/dist/collection/components/ptc-pagenation/ptc-pagenation.js +277 -0
- package/dist/collection/components/ptc-para/ptc-para.js +157 -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.css +10 -5
- package/dist/collection/components/ptc-shopping-cart/ptc-shopping-cart.js +91 -69
- 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.css +67 -35
- package/dist/collection/components/ptc-title/ptc-title.js +245 -236
- 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/check-mark.svg +3 -0
- 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 -0
- package/dist/collection/utils/component.js +3 -0
- package/dist/collection/utils/interfaces.js +11 -11
- package/dist/collection/utils/utils.js +3 -3
- package/dist/custom-elements/index.d.ts +30 -0
- package/dist/custom-elements/index.js +2809 -2349
- package/dist/esm/dropdown-item.entry.js +11 -11
- package/dist/esm/icon-asset_13.entry.js +742 -0
- package/dist/esm/{index-f64012bd.js → index-357497dc.js} +1 -1
- package/dist/esm/{interfaces-c1c73092.js → interfaces-7c0243be.js} +9 -9
- package/dist/esm/list-item.entry.js +20 -20
- package/dist/esm/loader.js +2 -2
- package/dist/esm/lottie-player.entry.js +355 -355
- package/dist/esm/my-component.entry.js +14 -14
- 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 +106 -0
- package/dist/esm/ptc-accordion.entry.js +45 -0
- package/dist/esm/ptc-announcement.entry.js +44 -0
- package/dist/esm/ptc-breadcrumb.entry.js +13 -13
- package/dist/esm/ptc-card-bottom.entry.js +32 -32
- package/dist/esm/ptc-card-content.entry.js +33 -33
- package/dist/esm/ptc-card-plm.entry.js +17 -17
- package/dist/esm/ptc-card.entry.js +70 -70
- package/dist/esm/ptc-date.entry.js +49 -49
- package/dist/esm/ptc-ellipsis-dropdown.entry.js +24 -24
- package/dist/esm/ptc-hero-footer-cta.entry.js +9 -9
- package/dist/esm/ptc-hero.entry.js +19 -19
- package/dist/esm/ptc-icon-list.entry.js +33 -33
- package/dist/esm/ptc-img_2.entry.js +170 -170
- package/dist/esm/ptc-list.entry.js +24 -24
- package/dist/esm/ptc-lottie.entry.js +13 -13
- package/dist/esm/ptc-minimized-footer.entry.js +9 -9
- package/dist/esm/ptc-minimized-header.entry.js +12 -12
- package/dist/esm/ptc-mobile-select.entry.js +70 -70
- package/dist/esm/ptc-nav-item.entry.js +84 -84
- package/dist/esm/ptc-nav.entry.js +9 -9
- package/dist/esm/ptc-pagenation.entry.js +107 -0
- package/dist/esm/ptc-picture.entry.js +170 -170
- package/dist/esm/ptc-previous-url.entry.js +9 -9
- package/dist/esm/ptc-pricing-block.entry.js +15 -15
- package/dist/esm/ptc-quote.entry.js +26 -26
- package/dist/esm/ptc-responsive-wrapper.entry.js +55 -55
- package/dist/esm/ptc-social-share.entry.js +65 -65
- package/dist/esm/ptc-span.entry.js +24 -24
- package/dist/esm/{ptc-announcement_2.entry.js → ptc-svg-btn.entry.js} +77 -118
- package/dist/esm/ptc-tab-list.entry.js +117 -117
- package/dist/esm/ptc-two-column-media.entry.js +15 -15
- package/dist/esm/ptcw-design.js +2 -2
- package/dist/esm/tab-content.entry.js +27 -27
- package/dist/esm/tab-header.entry.js +44 -44
- package/dist/ptcw-design/media/brands.svg +1381 -1381
- package/dist/ptcw-design/media/designer.svg +338 -327
- 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-7448f767.entry.js → p-00c1c3ec.entry.js} +1 -1
- package/dist/ptcw-design/{p-e8a60227.js → p-0e571387.js} +1 -1
- package/dist/ptcw-design/p-0f17a4f0.entry.js +1 -0
- package/dist/ptcw-design/p-1884f74a.entry.js +1 -0
- package/dist/ptcw-design/p-246057c5.entry.js +1 -0
- package/dist/ptcw-design/{p-c3e79e54.entry.js → p-316d8eae.entry.js} +1 -1
- package/dist/ptcw-design/p-32ec2097.entry.js +1 -0
- package/dist/ptcw-design/p-45528270.entry.js +1 -0
- package/dist/ptcw-design/{p-3a41081a.entry.js → p-4a80df00.entry.js} +1 -1
- package/dist/ptcw-design/{p-8c6b8bc9.entry.js → p-59fd3cd2.entry.js} +1 -1
- package/dist/ptcw-design/{p-679b99ad.entry.js → p-6106d579.entry.js} +1 -1
- package/dist/ptcw-design/{p-18d0d10a.entry.js → p-66740e2e.entry.js} +1 -1
- package/dist/ptcw-design/{p-28174fbe.entry.js → p-689d91a7.entry.js} +1 -1
- package/dist/ptcw-design/{p-2b3a38c3.entry.js → p-68bcb24d.entry.js} +1 -1
- package/dist/ptcw-design/{p-796b4a16.entry.js → p-69581273.entry.js} +1 -1
- package/dist/ptcw-design/p-695f82bc.entry.js +1 -0
- package/dist/ptcw-design/{p-204a78ce.entry.js → p-737796bc.entry.js} +1 -1
- package/dist/ptcw-design/{p-5069bb7d.entry.js → p-74a72a40.entry.js} +1 -1
- package/dist/ptcw-design/{p-72e6a3f1.entry.js → p-7966413a.entry.js} +1 -1
- package/dist/ptcw-design/{p-c5bfb13d.entry.js → p-870d7171.entry.js} +1 -1
- package/dist/ptcw-design/{p-ee61991d.entry.js → p-91456c49.entry.js} +1 -1
- package/dist/ptcw-design/p-95f7e520.entry.js +1 -0
- package/dist/ptcw-design/{p-c13f31f6.entry.js → p-9e1fe694.entry.js} +1 -1
- package/dist/ptcw-design/{p-fe957cbf.entry.js → p-9e693f5e.entry.js} +1 -1
- package/dist/ptcw-design/{p-c5951736.entry.js → p-9ed142ce.entry.js} +1 -1
- package/dist/ptcw-design/{p-781aacb7.entry.js → p-9fe3e385.entry.js} +1 -1
- package/dist/ptcw-design/{p-0c86ac1a.entry.js → p-aa4f80c6.entry.js} +1 -1
- package/dist/ptcw-design/{p-612f7224.entry.js → p-adcbd7e1.entry.js} +1 -1
- package/dist/ptcw-design/{p-1cfc77eb.entry.js → p-b61d821b.entry.js} +1 -1
- package/dist/ptcw-design/{p-fa53e5e5.entry.js → p-beb569e6.entry.js} +1 -1
- package/dist/ptcw-design/{p-ec10f846.entry.js → p-c23a6ee1.entry.js} +1 -1
- package/dist/ptcw-design/{p-7bcc42e1.entry.js → p-cbf56b5e.entry.js} +1 -1
- package/dist/ptcw-design/p-cc18f13a.entry.js +1 -0
- package/dist/ptcw-design/{p-2a1808f8.entry.js → p-d0709a7c.entry.js} +1 -1
- package/dist/ptcw-design/{p-dbf3779e.entry.js → p-e4359c5a.entry.js} +1 -1
- package/dist/ptcw-design/p-e5b8fc3d.entry.js +1 -0
- package/dist/ptcw-design/{p-cec492a8.entry.js → p-ea8fa57b.entry.js} +1 -1
- package/dist/ptcw-design/{p-d64c3892.entry.js → p-ef64b508.entry.js} +1 -1
- package/dist/ptcw-design/{p-8ea08e1d.entry.js → p-f72ef3fc.entry.js} +1 -1
- package/dist/ptcw-design/{p-dc18ae76.entry.js → p-ff08fa6c.entry.js} +1 -1
- package/dist/ptcw-design/ptcw-design.css +2 -2
- 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 -0
- package/dist/types/components/ptc-accordion/ptc-accordion.d.ts +13 -0
- 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 -50
- 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 -9
- package/dist/types/components/ptc-container/ptc-container.d.ts +12 -11
- package/dist/types/components/ptc-date/ptc-date.d.ts +41 -41
- package/dist/types/components/ptc-dropdown/ptc-dropdown.d.ts +18 -0
- 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 -16
- 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 -0
- 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 +6 -6
- 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 -46
- 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 +25 -0
- package/dist/types/components/ptc-para/ptc-para.d.ts +28 -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 +231 -49
- package/dist/types/global.d.ts +1072 -1072
- package/dist/types/index.d.ts +1 -1
- package/dist/types/utils/component.d.ts +1 -0
- package/dist/types/utils/interfaces.d.ts +28 -28
- package/dist/types/utils/utils.d.ts +1 -1
- package/package.json +59 -59
- package/readme.md +11 -11
- package/dist/cjs/icon-asset.cjs.entry.js +0 -64
- package/dist/cjs/ptc-button.cjs.entry.js +0 -76
- package/dist/cjs/ptc-checkbox.cjs.entry.js +0 -36
- package/dist/cjs/ptc-container.cjs.entry.js +0 -43
- package/dist/cjs/ptc-filter-tag.cjs.entry.js +0 -40
- package/dist/cjs/ptc-link.cjs.entry.js +0 -53
- package/dist/cjs/ptc-modal.cjs.entry.js +0 -117
- package/dist/cjs/ptc-para.cjs.entry.js +0 -50
- package/dist/cjs/ptc-shopping-cart.cjs.entry.js +0 -41
- package/dist/cjs/ptc-spacer.cjs.entry.js +0 -46
- package/dist/cjs/ptc-title.cjs.entry.js +0 -59
- package/dist/esm/icon-asset.entry.js +0 -60
- package/dist/esm/ptc-button.entry.js +0 -72
- package/dist/esm/ptc-checkbox.entry.js +0 -32
- package/dist/esm/ptc-container.entry.js +0 -39
- package/dist/esm/ptc-filter-tag.entry.js +0 -36
- package/dist/esm/ptc-link.entry.js +0 -49
- package/dist/esm/ptc-modal.entry.js +0 -113
- package/dist/esm/ptc-para.entry.js +0 -46
- package/dist/esm/ptc-shopping-cart.entry.js +0 -37
- package/dist/esm/ptc-spacer.entry.js +0 -42
- package/dist/esm/ptc-title.entry.js +0 -55
- package/dist/ptcw-design/p-279609f3.entry.js +0 -1
- package/dist/ptcw-design/p-412ca190.entry.js +0 -1
- package/dist/ptcw-design/p-49d34cb8.entry.js +0 -1
- package/dist/ptcw-design/p-7133275c.entry.js +0 -1
- package/dist/ptcw-design/p-90423b6f.entry.js +0 -1
- package/dist/ptcw-design/p-969c178b.entry.js +0 -1
- package/dist/ptcw-design/p-a9e7cd3e.entry.js +0 -1
- package/dist/ptcw-design/p-ab27089f.entry.js +0 -1
- package/dist/ptcw-design/p-b238d684.entry.js +0 -1
- package/dist/ptcw-design/p-b79303ef.entry.js +0 -1
- package/dist/ptcw-design/p-c69933fe.entry.js +0 -1
- package/dist/ptcw-design/p-cd7119b8.entry.js +0 -1
- package/dist/ptcw-design/p-d2ef4221.entry.js +0 -1
- package/dist/ptcw-design/p-df80470b.entry.js +0 -1
- package/dist/ptcw-design/p-f32f9817.entry.js +0 -1
- /package/dist/ptcw-design/{p-50e52c88.js → p-ee1183b2.js} +0 -0
|
@@ -60,6 +60,42 @@ export namespace Components {
|
|
|
60
60
|
*/
|
|
61
61
|
"middle": string;
|
|
62
62
|
}
|
|
63
|
+
interface PtcAccordion {
|
|
64
|
+
/**
|
|
65
|
+
* If multiple `<ptc-accordion-item>`s can open at the same time
|
|
66
|
+
*/
|
|
67
|
+
"multiple"?: boolean;
|
|
68
|
+
}
|
|
69
|
+
interface PtcAccordionItem {
|
|
70
|
+
/**
|
|
71
|
+
* If the accordion item should be opened by default
|
|
72
|
+
*/
|
|
73
|
+
"active"?: boolean;
|
|
74
|
+
/**
|
|
75
|
+
* If expanded height should be automatically calculated. If set, the `--ptc-accordion-item-body-max-height` CSS variable will be set automatically to the content height
|
|
76
|
+
*/
|
|
77
|
+
"autoHeight"?: boolean;
|
|
78
|
+
/**
|
|
79
|
+
* Closes the accordion item
|
|
80
|
+
*/
|
|
81
|
+
"close": () => Promise<void>;
|
|
82
|
+
/**
|
|
83
|
+
* Heading text. This will be overwritten by `heading` slot
|
|
84
|
+
*/
|
|
85
|
+
"heading"?: string;
|
|
86
|
+
/**
|
|
87
|
+
* The HTML tag to be applied to the heading text. This will be overwritten by `heading` slot
|
|
88
|
+
*/
|
|
89
|
+
"headingTag"?: string;
|
|
90
|
+
/**
|
|
91
|
+
* Opens the accordion item.
|
|
92
|
+
*/
|
|
93
|
+
"open": () => Promise<void>;
|
|
94
|
+
/**
|
|
95
|
+
* Toggle open state of accordion item
|
|
96
|
+
*/
|
|
97
|
+
"toggle": () => Promise<void>;
|
|
98
|
+
}
|
|
63
99
|
interface PtcAnnouncement {
|
|
64
100
|
/**
|
|
65
101
|
* bar description
|
|
@@ -154,7 +190,7 @@ export namespace Components {
|
|
|
154
190
|
/**
|
|
155
191
|
* Card Type Specify Card Type, default to simple card
|
|
156
192
|
*/
|
|
157
|
-
"cardType": 'simple-card' | 'lottie-card' | 'custom-card' | 'clip-edge-card' | 'hightlight-card';
|
|
193
|
+
"cardType": 'simple-card' | 'lottie-card' | 'custom-card' | 'clip-edge-card' | 'hightlight-card' | 'listing-card';
|
|
158
194
|
/**
|
|
159
195
|
* If this card has Image
|
|
160
196
|
*/
|
|
@@ -179,6 +215,10 @@ export namespace Components {
|
|
|
179
215
|
* (optional) Link card rel
|
|
180
216
|
*/
|
|
181
217
|
"rel"?: string;
|
|
218
|
+
/**
|
|
219
|
+
* Ribbon will show on listing card if this field has any value
|
|
220
|
+
*/
|
|
221
|
+
"ribbonText"?: string;
|
|
182
222
|
/**
|
|
183
223
|
* (optional) Injected CSS styles
|
|
184
224
|
*/
|
|
@@ -210,6 +250,8 @@ export namespace Components {
|
|
|
210
250
|
}
|
|
211
251
|
interface PtcCheckbox {
|
|
212
252
|
"checked": 'checked' | 'unchecked';
|
|
253
|
+
"inputName": string;
|
|
254
|
+
"value": string;
|
|
213
255
|
}
|
|
214
256
|
interface PtcContainer {
|
|
215
257
|
/**
|
|
@@ -218,6 +260,7 @@ export namespace Components {
|
|
|
218
260
|
"backgroundColor": 'white' | 'gray';
|
|
219
261
|
"containerType": 'normal' | 'large' | 'none';
|
|
220
262
|
"elevation": 'x-small' | 'small' | 'medium' | 'large' | 'x-large';
|
|
263
|
+
"spacing": 'xx-small' | 'x-small' | 'small' | 'medium' | 'large' | 'x-large' | 'xxx-large' | 'xxx-large';
|
|
221
264
|
}
|
|
222
265
|
interface PtcDate {
|
|
223
266
|
/**
|
|
@@ -253,22 +296,22 @@ export namespace Components {
|
|
|
253
296
|
*/
|
|
254
297
|
"year": number;
|
|
255
298
|
}
|
|
299
|
+
interface PtcDropdown {
|
|
300
|
+
"label": string;
|
|
301
|
+
"listItems": any[];
|
|
302
|
+
/**
|
|
303
|
+
* Theme
|
|
304
|
+
*/
|
|
305
|
+
"theme": 'sort';
|
|
306
|
+
}
|
|
256
307
|
interface PtcEllipsisDropdown {
|
|
257
308
|
"dataItems": Array<any>;
|
|
258
309
|
}
|
|
259
310
|
interface PtcFilterTag {
|
|
260
|
-
/**
|
|
261
|
-
* Font Size
|
|
262
|
-
*/
|
|
263
|
-
"fontSize": 'small' | 'medium' | 'large';
|
|
264
311
|
/**
|
|
265
312
|
* Theme
|
|
266
313
|
*/
|
|
267
|
-
"theme": 'bubble';
|
|
268
|
-
/**
|
|
269
|
-
* Uppercase
|
|
270
|
-
*/
|
|
271
|
-
"uppercase": boolean;
|
|
314
|
+
"theme": 'bubble' | 'link' | 'link-lg' | 'button';
|
|
272
315
|
}
|
|
273
316
|
interface PtcHero {
|
|
274
317
|
/**
|
|
@@ -304,6 +347,10 @@ export namespace Components {
|
|
|
304
347
|
*/
|
|
305
348
|
"valueWithUnit": string;
|
|
306
349
|
}
|
|
350
|
+
interface PtcIconMinimize {
|
|
351
|
+
"heading": string;
|
|
352
|
+
"opened": boolean;
|
|
353
|
+
}
|
|
307
354
|
interface PtcImg {
|
|
308
355
|
/**
|
|
309
356
|
* Image border shape
|
|
@@ -366,7 +413,7 @@ export namespace Components {
|
|
|
366
413
|
/**
|
|
367
414
|
* Theme
|
|
368
415
|
*/
|
|
369
|
-
"theme": 'simple' | 'underline' | 'arrow' | 'nav-title'| 'primary-nav-link' | 'nav-title-link' | 'secondary-nav-link' | 'footer-nav-link' | 'copyright-link' | 'arrow-plm';
|
|
416
|
+
"theme": 'simple' | 'underline' | 'arrow' | 'nav-title'| 'primary-nav-link' | 'nav-title-link' | 'secondary-nav-link' | 'footer-nav-link' | 'copyright-link' | 'arrow-plm' | 'product-link';
|
|
370
417
|
/**
|
|
371
418
|
* Uppercase
|
|
372
419
|
*/
|
|
@@ -440,10 +487,18 @@ export namespace Components {
|
|
|
440
487
|
* Sets if popup should overlay
|
|
441
488
|
*/
|
|
442
489
|
"overlay"?: boolean;
|
|
490
|
+
/**
|
|
491
|
+
* Sets if popup should have rounded corners
|
|
492
|
+
*/
|
|
493
|
+
"rounded"?: boolean;
|
|
443
494
|
/**
|
|
444
495
|
* Set whether or not to display modal
|
|
445
496
|
*/
|
|
446
497
|
"show"?: boolean;
|
|
498
|
+
/**
|
|
499
|
+
* Sets if popup should have header footer sections
|
|
500
|
+
*/
|
|
501
|
+
"showHeaderFooter"?: boolean;
|
|
447
502
|
/**
|
|
448
503
|
* Sets if popup should close if click on outside
|
|
449
504
|
*/
|
|
@@ -499,6 +554,16 @@ export namespace Components {
|
|
|
499
554
|
*/
|
|
500
555
|
"styles"?: string;
|
|
501
556
|
}
|
|
557
|
+
interface PtcPagenation {
|
|
558
|
+
"appendArray": boolean;
|
|
559
|
+
"clickedPageNumber": number;
|
|
560
|
+
"lastValue": string;
|
|
561
|
+
"maxPageNumber": number;
|
|
562
|
+
"minPageNumber": number;
|
|
563
|
+
"numberOfItems": number;
|
|
564
|
+
"previousValue": string;
|
|
565
|
+
"totalCount"?: number;
|
|
566
|
+
}
|
|
502
567
|
interface PtcPara {
|
|
503
568
|
/**
|
|
504
569
|
* Paragraph font size
|
|
@@ -701,18 +766,18 @@ export namespace Components {
|
|
|
701
766
|
/**
|
|
702
767
|
* Title Margin
|
|
703
768
|
*/
|
|
704
|
-
"titleMargin"?: | 'margin-flush'
|
|
705
|
-
| 'margin-top-3'
|
|
706
|
-
| 'margin-top-4'
|
|
707
|
-
| 'margin-top-5'
|
|
708
|
-
| 'margin-top-6'
|
|
709
|
-
| 'margin-bottom-3'
|
|
710
|
-
| 'margin-bottom-4'
|
|
711
|
-
| 'margin-bottom-5'
|
|
712
|
-
| 'margin-bottom-6'
|
|
713
|
-
| 'margin-3'
|
|
714
|
-
| 'margin-4'
|
|
715
|
-
| 'margin-5'
|
|
769
|
+
"titleMargin"?: | 'margin-flush'
|
|
770
|
+
| 'margin-top-3'
|
|
771
|
+
| 'margin-top-4'
|
|
772
|
+
| 'margin-top-5'
|
|
773
|
+
| 'margin-top-6'
|
|
774
|
+
| 'margin-bottom-3'
|
|
775
|
+
| 'margin-bottom-4'
|
|
776
|
+
| 'margin-bottom-5'
|
|
777
|
+
| 'margin-bottom-6'
|
|
778
|
+
| 'margin-3'
|
|
779
|
+
| 'margin-4'
|
|
780
|
+
| 'margin-5'
|
|
716
781
|
| 'margin-6';
|
|
717
782
|
/**
|
|
718
783
|
* Title Shadow
|
|
@@ -729,7 +794,7 @@ export namespace Components {
|
|
|
729
794
|
/**
|
|
730
795
|
* Title Tag Type
|
|
731
796
|
*/
|
|
732
|
-
"type": 'h1' | 'h2' | 'h3';
|
|
797
|
+
"type": 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
|
|
733
798
|
/**
|
|
734
799
|
* Upperline Style
|
|
735
800
|
*/
|
|
@@ -775,6 +840,18 @@ declare global {
|
|
|
775
840
|
prototype: HTMLMyComponentElement;
|
|
776
841
|
new (): HTMLMyComponentElement;
|
|
777
842
|
};
|
|
843
|
+
interface HTMLPtcAccordionElement extends Components.PtcAccordion, HTMLStencilElement {
|
|
844
|
+
}
|
|
845
|
+
var HTMLPtcAccordionElement: {
|
|
846
|
+
prototype: HTMLPtcAccordionElement;
|
|
847
|
+
new (): HTMLPtcAccordionElement;
|
|
848
|
+
};
|
|
849
|
+
interface HTMLPtcAccordionItemElement extends Components.PtcAccordionItem, HTMLStencilElement {
|
|
850
|
+
}
|
|
851
|
+
var HTMLPtcAccordionItemElement: {
|
|
852
|
+
prototype: HTMLPtcAccordionItemElement;
|
|
853
|
+
new (): HTMLPtcAccordionItemElement;
|
|
854
|
+
};
|
|
778
855
|
interface HTMLPtcAnnouncementElement extends Components.PtcAnnouncement, HTMLStencilElement {
|
|
779
856
|
}
|
|
780
857
|
var HTMLPtcAnnouncementElement: {
|
|
@@ -835,6 +912,12 @@ declare global {
|
|
|
835
912
|
prototype: HTMLPtcDateElement;
|
|
836
913
|
new (): HTMLPtcDateElement;
|
|
837
914
|
};
|
|
915
|
+
interface HTMLPtcDropdownElement extends Components.PtcDropdown, HTMLStencilElement {
|
|
916
|
+
}
|
|
917
|
+
var HTMLPtcDropdownElement: {
|
|
918
|
+
prototype: HTMLPtcDropdownElement;
|
|
919
|
+
new (): HTMLPtcDropdownElement;
|
|
920
|
+
};
|
|
838
921
|
interface HTMLPtcEllipsisDropdownElement extends Components.PtcEllipsisDropdown, HTMLStencilElement {
|
|
839
922
|
}
|
|
840
923
|
var HTMLPtcEllipsisDropdownElement: {
|
|
@@ -865,6 +948,12 @@ declare global {
|
|
|
865
948
|
prototype: HTMLPtcIconListElement;
|
|
866
949
|
new (): HTMLPtcIconListElement;
|
|
867
950
|
};
|
|
951
|
+
interface HTMLPtcIconMinimizeElement extends Components.PtcIconMinimize, HTMLStencilElement {
|
|
952
|
+
}
|
|
953
|
+
var HTMLPtcIconMinimizeElement: {
|
|
954
|
+
prototype: HTMLPtcIconMinimizeElement;
|
|
955
|
+
new (): HTMLPtcIconMinimizeElement;
|
|
956
|
+
};
|
|
868
957
|
interface HTMLPtcImgElement extends Components.PtcImg, HTMLStencilElement {
|
|
869
958
|
}
|
|
870
959
|
var HTMLPtcImgElement: {
|
|
@@ -931,6 +1020,12 @@ declare global {
|
|
|
931
1020
|
prototype: HTMLPtcOverlayElement;
|
|
932
1021
|
new (): HTMLPtcOverlayElement;
|
|
933
1022
|
};
|
|
1023
|
+
interface HTMLPtcPagenationElement extends Components.PtcPagenation, HTMLStencilElement {
|
|
1024
|
+
}
|
|
1025
|
+
var HTMLPtcPagenationElement: {
|
|
1026
|
+
prototype: HTMLPtcPagenationElement;
|
|
1027
|
+
new (): HTMLPtcPagenationElement;
|
|
1028
|
+
};
|
|
934
1029
|
interface HTMLPtcParaElement extends Components.PtcPara, HTMLStencilElement {
|
|
935
1030
|
}
|
|
936
1031
|
var HTMLPtcParaElement: {
|
|
@@ -1032,6 +1127,8 @@ declare global {
|
|
|
1032
1127
|
"icon-asset": HTMLIconAssetElement;
|
|
1033
1128
|
"list-item": HTMLListItemElement;
|
|
1034
1129
|
"my-component": HTMLMyComponentElement;
|
|
1130
|
+
"ptc-accordion": HTMLPtcAccordionElement;
|
|
1131
|
+
"ptc-accordion-item": HTMLPtcAccordionItemElement;
|
|
1035
1132
|
"ptc-announcement": HTMLPtcAnnouncementElement;
|
|
1036
1133
|
"ptc-breadcrumb": HTMLPtcBreadcrumbElement;
|
|
1037
1134
|
"ptc-button": HTMLPtcButtonElement;
|
|
@@ -1042,11 +1139,13 @@ declare global {
|
|
|
1042
1139
|
"ptc-checkbox": HTMLPtcCheckboxElement;
|
|
1043
1140
|
"ptc-container": HTMLPtcContainerElement;
|
|
1044
1141
|
"ptc-date": HTMLPtcDateElement;
|
|
1142
|
+
"ptc-dropdown": HTMLPtcDropdownElement;
|
|
1045
1143
|
"ptc-ellipsis-dropdown": HTMLPtcEllipsisDropdownElement;
|
|
1046
1144
|
"ptc-filter-tag": HTMLPtcFilterTagElement;
|
|
1047
1145
|
"ptc-hero": HTMLPtcHeroElement;
|
|
1048
1146
|
"ptc-hero-footer-cta": HTMLPtcHeroFooterCtaElement;
|
|
1049
1147
|
"ptc-icon-list": HTMLPtcIconListElement;
|
|
1148
|
+
"ptc-icon-minimize": HTMLPtcIconMinimizeElement;
|
|
1050
1149
|
"ptc-img": HTMLPtcImgElement;
|
|
1051
1150
|
"ptc-link": HTMLPtcLinkElement;
|
|
1052
1151
|
"ptc-list": HTMLPtcListElement;
|
|
@@ -1058,6 +1157,7 @@ declare global {
|
|
|
1058
1157
|
"ptc-nav": HTMLPtcNavElement;
|
|
1059
1158
|
"ptc-nav-item": HTMLPtcNavItemElement;
|
|
1060
1159
|
"ptc-overlay": HTMLPtcOverlayElement;
|
|
1160
|
+
"ptc-pagenation": HTMLPtcPagenationElement;
|
|
1061
1161
|
"ptc-para": HTMLPtcParaElement;
|
|
1062
1162
|
"ptc-picture": HTMLPtcPictureElement;
|
|
1063
1163
|
"ptc-previous-url": HTMLPtcPreviousUrlElement;
|
|
@@ -1131,6 +1231,46 @@ declare namespace LocalJSX {
|
|
|
1131
1231
|
*/
|
|
1132
1232
|
"middle"?: string;
|
|
1133
1233
|
}
|
|
1234
|
+
interface PtcAccordion {
|
|
1235
|
+
/**
|
|
1236
|
+
* If multiple `<ptc-accordion-item>`s can open at the same time
|
|
1237
|
+
*/
|
|
1238
|
+
"multiple"?: boolean;
|
|
1239
|
+
}
|
|
1240
|
+
interface PtcAccordionItem {
|
|
1241
|
+
/**
|
|
1242
|
+
* If the accordion item should be opened by default
|
|
1243
|
+
*/
|
|
1244
|
+
"active"?: boolean;
|
|
1245
|
+
/**
|
|
1246
|
+
* If expanded height should be automatically calculated. If set, the `--ptc-accordion-item-body-max-height` CSS variable will be set automatically to the content height
|
|
1247
|
+
*/
|
|
1248
|
+
"autoHeight"?: boolean;
|
|
1249
|
+
/**
|
|
1250
|
+
* Heading text. This will be overwritten by `heading` slot
|
|
1251
|
+
*/
|
|
1252
|
+
"heading"?: string;
|
|
1253
|
+
/**
|
|
1254
|
+
* The HTML tag to be applied to the heading text. This will be overwritten by `heading` slot
|
|
1255
|
+
*/
|
|
1256
|
+
"headingTag"?: string;
|
|
1257
|
+
/**
|
|
1258
|
+
* Emitted when accordion item has closed
|
|
1259
|
+
*/
|
|
1260
|
+
"onClosed"?: (event: CustomEvent<any>) => void;
|
|
1261
|
+
/**
|
|
1262
|
+
* Emitted when accordion item started closing
|
|
1263
|
+
*/
|
|
1264
|
+
"onClosing"?: (event: CustomEvent<any>) => void;
|
|
1265
|
+
/**
|
|
1266
|
+
* Emitted when accordion item has opened
|
|
1267
|
+
*/
|
|
1268
|
+
"onOpened"?: (event: CustomEvent<any>) => void;
|
|
1269
|
+
/**
|
|
1270
|
+
* Emitted when accordion item started opening
|
|
1271
|
+
*/
|
|
1272
|
+
"onOpening"?: (event: CustomEvent<any>) => void;
|
|
1273
|
+
}
|
|
1134
1274
|
interface PtcAnnouncement {
|
|
1135
1275
|
/**
|
|
1136
1276
|
* bar description
|
|
@@ -1233,7 +1373,7 @@ declare namespace LocalJSX {
|
|
|
1233
1373
|
/**
|
|
1234
1374
|
* Card Type Specify Card Type, default to simple card
|
|
1235
1375
|
*/
|
|
1236
|
-
"cardType"?: 'simple-card' | 'lottie-card' | 'custom-card' | 'clip-edge-card' | 'hightlight-card';
|
|
1376
|
+
"cardType"?: 'simple-card' | 'lottie-card' | 'custom-card' | 'clip-edge-card' | 'hightlight-card' | 'listing-card';
|
|
1237
1377
|
/**
|
|
1238
1378
|
* If this card has Image
|
|
1239
1379
|
*/
|
|
@@ -1258,6 +1398,10 @@ declare namespace LocalJSX {
|
|
|
1258
1398
|
* (optional) Link card rel
|
|
1259
1399
|
*/
|
|
1260
1400
|
"rel"?: string;
|
|
1401
|
+
/**
|
|
1402
|
+
* Ribbon will show on listing card if this field has any value
|
|
1403
|
+
*/
|
|
1404
|
+
"ribbonText"?: string;
|
|
1261
1405
|
/**
|
|
1262
1406
|
* (optional) Injected CSS styles
|
|
1263
1407
|
*/
|
|
@@ -1293,7 +1437,9 @@ declare namespace LocalJSX {
|
|
|
1293
1437
|
}
|
|
1294
1438
|
interface PtcCheckbox {
|
|
1295
1439
|
"checked"?: 'checked' | 'unchecked';
|
|
1296
|
-
"
|
|
1440
|
+
"inputName"?: string;
|
|
1441
|
+
"onCheckedChanged"?: (event: CustomEvent<any>) => void;
|
|
1442
|
+
"value"?: string;
|
|
1297
1443
|
}
|
|
1298
1444
|
interface PtcContainer {
|
|
1299
1445
|
/**
|
|
@@ -1302,6 +1448,7 @@ declare namespace LocalJSX {
|
|
|
1302
1448
|
"backgroundColor"?: 'white' | 'gray';
|
|
1303
1449
|
"containerType"?: 'normal' | 'large' | 'none';
|
|
1304
1450
|
"elevation"?: 'x-small' | 'small' | 'medium' | 'large' | 'x-large';
|
|
1451
|
+
"spacing"?: 'xx-small' | 'x-small' | 'small' | 'medium' | 'large' | 'x-large' | 'xxx-large' | 'xxx-large';
|
|
1305
1452
|
}
|
|
1306
1453
|
interface PtcDate {
|
|
1307
1454
|
/**
|
|
@@ -1337,23 +1484,25 @@ declare namespace LocalJSX {
|
|
|
1337
1484
|
*/
|
|
1338
1485
|
"year"?: number;
|
|
1339
1486
|
}
|
|
1487
|
+
interface PtcDropdown {
|
|
1488
|
+
"label"?: string;
|
|
1489
|
+
"listItems"?: any[];
|
|
1490
|
+
"onClickedItem"?: (event: CustomEvent<any>) => void;
|
|
1491
|
+
/**
|
|
1492
|
+
* Theme
|
|
1493
|
+
*/
|
|
1494
|
+
"theme"?: 'sort';
|
|
1495
|
+
}
|
|
1340
1496
|
interface PtcEllipsisDropdown {
|
|
1341
1497
|
"dataItems"?: Array<any>;
|
|
1342
1498
|
"onItemSelected"?: (event: CustomEvent<any>) => void;
|
|
1343
1499
|
}
|
|
1344
1500
|
interface PtcFilterTag {
|
|
1345
|
-
|
|
1346
|
-
* Font Size
|
|
1347
|
-
*/
|
|
1348
|
-
"fontSize"?: 'small' | 'medium' | 'large';
|
|
1501
|
+
"onClicked"?: (event: CustomEvent<any>) => void;
|
|
1349
1502
|
/**
|
|
1350
1503
|
* Theme
|
|
1351
1504
|
*/
|
|
1352
|
-
"theme"?: 'bubble';
|
|
1353
|
-
/**
|
|
1354
|
-
* Uppercase
|
|
1355
|
-
*/
|
|
1356
|
-
"uppercase"?: boolean;
|
|
1505
|
+
"theme"?: 'bubble' | 'link' | 'link-lg' | 'button';
|
|
1357
1506
|
}
|
|
1358
1507
|
interface PtcHero {
|
|
1359
1508
|
/**
|
|
@@ -1389,6 +1538,10 @@ declare namespace LocalJSX {
|
|
|
1389
1538
|
*/
|
|
1390
1539
|
"valueWithUnit"?: string;
|
|
1391
1540
|
}
|
|
1541
|
+
interface PtcIconMinimize {
|
|
1542
|
+
"heading"?: string;
|
|
1543
|
+
"opened"?: boolean;
|
|
1544
|
+
}
|
|
1392
1545
|
interface PtcImg {
|
|
1393
1546
|
/**
|
|
1394
1547
|
* Image border shape
|
|
@@ -1451,7 +1604,7 @@ declare namespace LocalJSX {
|
|
|
1451
1604
|
/**
|
|
1452
1605
|
* Theme
|
|
1453
1606
|
*/
|
|
1454
|
-
"theme"?: 'simple' | 'underline' | 'arrow' | 'nav-title'| 'primary-nav-link' | 'nav-title-link' | 'secondary-nav-link' | 'footer-nav-link' | 'copyright-link' | 'arrow-plm';
|
|
1607
|
+
"theme"?: 'simple' | 'underline' | 'arrow' | 'nav-title'| 'primary-nav-link' | 'nav-title-link' | 'secondary-nav-link' | 'footer-nav-link' | 'copyright-link' | 'arrow-plm' | 'product-link';
|
|
1455
1608
|
/**
|
|
1456
1609
|
* Uppercase
|
|
1457
1610
|
*/
|
|
@@ -1533,10 +1686,18 @@ declare namespace LocalJSX {
|
|
|
1533
1686
|
* Sets if popup should overlay
|
|
1534
1687
|
*/
|
|
1535
1688
|
"overlay"?: boolean;
|
|
1689
|
+
/**
|
|
1690
|
+
* Sets if popup should have rounded corners
|
|
1691
|
+
*/
|
|
1692
|
+
"rounded"?: boolean;
|
|
1536
1693
|
/**
|
|
1537
1694
|
* Set whether or not to display modal
|
|
1538
1695
|
*/
|
|
1539
1696
|
"show"?: boolean;
|
|
1697
|
+
/**
|
|
1698
|
+
* Sets if popup should have header footer sections
|
|
1699
|
+
*/
|
|
1700
|
+
"showHeaderFooter"?: boolean;
|
|
1540
1701
|
/**
|
|
1541
1702
|
* Sets if popup should close if click on outside
|
|
1542
1703
|
*/
|
|
@@ -1596,6 +1757,17 @@ declare namespace LocalJSX {
|
|
|
1596
1757
|
*/
|
|
1597
1758
|
"styles"?: string;
|
|
1598
1759
|
}
|
|
1760
|
+
interface PtcPagenation {
|
|
1761
|
+
"appendArray"?: boolean;
|
|
1762
|
+
"clickedPageNumber"?: number;
|
|
1763
|
+
"lastValue"?: string;
|
|
1764
|
+
"maxPageNumber"?: number;
|
|
1765
|
+
"minPageNumber"?: number;
|
|
1766
|
+
"numberOfItems"?: number;
|
|
1767
|
+
"onPageClicked"?: (event: CustomEvent<number>) => void;
|
|
1768
|
+
"previousValue"?: string;
|
|
1769
|
+
"totalCount"?: number;
|
|
1770
|
+
}
|
|
1599
1771
|
interface PtcPara {
|
|
1600
1772
|
/**
|
|
1601
1773
|
* Paragraph font size
|
|
@@ -1798,18 +1970,18 @@ declare namespace LocalJSX {
|
|
|
1798
1970
|
/**
|
|
1799
1971
|
* Title Margin
|
|
1800
1972
|
*/
|
|
1801
|
-
"titleMargin"?: | 'margin-flush'
|
|
1802
|
-
| 'margin-top-3'
|
|
1803
|
-
| 'margin-top-4'
|
|
1804
|
-
| 'margin-top-5'
|
|
1805
|
-
| 'margin-top-6'
|
|
1806
|
-
| 'margin-bottom-3'
|
|
1807
|
-
| 'margin-bottom-4'
|
|
1808
|
-
| 'margin-bottom-5'
|
|
1809
|
-
| 'margin-bottom-6'
|
|
1810
|
-
| 'margin-3'
|
|
1811
|
-
| 'margin-4'
|
|
1812
|
-
| 'margin-5'
|
|
1973
|
+
"titleMargin"?: | 'margin-flush'
|
|
1974
|
+
| 'margin-top-3'
|
|
1975
|
+
| 'margin-top-4'
|
|
1976
|
+
| 'margin-top-5'
|
|
1977
|
+
| 'margin-top-6'
|
|
1978
|
+
| 'margin-bottom-3'
|
|
1979
|
+
| 'margin-bottom-4'
|
|
1980
|
+
| 'margin-bottom-5'
|
|
1981
|
+
| 'margin-bottom-6'
|
|
1982
|
+
| 'margin-3'
|
|
1983
|
+
| 'margin-4'
|
|
1984
|
+
| 'margin-5'
|
|
1813
1985
|
| 'margin-6';
|
|
1814
1986
|
/**
|
|
1815
1987
|
* Title Shadow
|
|
@@ -1826,7 +1998,7 @@ declare namespace LocalJSX {
|
|
|
1826
1998
|
/**
|
|
1827
1999
|
* Title Tag Type
|
|
1828
2000
|
*/
|
|
1829
|
-
"type"?: 'h1' | 'h2' | 'h3';
|
|
2001
|
+
"type"?: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
|
|
1830
2002
|
/**
|
|
1831
2003
|
* Upperline Style
|
|
1832
2004
|
*/
|
|
@@ -1850,6 +2022,8 @@ declare namespace LocalJSX {
|
|
|
1850
2022
|
"icon-asset": IconAsset;
|
|
1851
2023
|
"list-item": ListItem;
|
|
1852
2024
|
"my-component": MyComponent;
|
|
2025
|
+
"ptc-accordion": PtcAccordion;
|
|
2026
|
+
"ptc-accordion-item": PtcAccordionItem;
|
|
1853
2027
|
"ptc-announcement": PtcAnnouncement;
|
|
1854
2028
|
"ptc-breadcrumb": PtcBreadcrumb;
|
|
1855
2029
|
"ptc-button": PtcButton;
|
|
@@ -1860,11 +2034,13 @@ declare namespace LocalJSX {
|
|
|
1860
2034
|
"ptc-checkbox": PtcCheckbox;
|
|
1861
2035
|
"ptc-container": PtcContainer;
|
|
1862
2036
|
"ptc-date": PtcDate;
|
|
2037
|
+
"ptc-dropdown": PtcDropdown;
|
|
1863
2038
|
"ptc-ellipsis-dropdown": PtcEllipsisDropdown;
|
|
1864
2039
|
"ptc-filter-tag": PtcFilterTag;
|
|
1865
2040
|
"ptc-hero": PtcHero;
|
|
1866
2041
|
"ptc-hero-footer-cta": PtcHeroFooterCta;
|
|
1867
2042
|
"ptc-icon-list": PtcIconList;
|
|
2043
|
+
"ptc-icon-minimize": PtcIconMinimize;
|
|
1868
2044
|
"ptc-img": PtcImg;
|
|
1869
2045
|
"ptc-link": PtcLink;
|
|
1870
2046
|
"ptc-list": PtcList;
|
|
@@ -1876,6 +2052,7 @@ declare namespace LocalJSX {
|
|
|
1876
2052
|
"ptc-nav": PtcNav;
|
|
1877
2053
|
"ptc-nav-item": PtcNavItem;
|
|
1878
2054
|
"ptc-overlay": PtcOverlay;
|
|
2055
|
+
"ptc-pagenation": PtcPagenation;
|
|
1879
2056
|
"ptc-para": PtcPara;
|
|
1880
2057
|
"ptc-picture": PtcPicture;
|
|
1881
2058
|
"ptc-previous-url": PtcPreviousUrl;
|
|
@@ -1902,6 +2079,8 @@ declare module "@stencil/core" {
|
|
|
1902
2079
|
"icon-asset": LocalJSX.IconAsset & JSXBase.HTMLAttributes<HTMLIconAssetElement>;
|
|
1903
2080
|
"list-item": LocalJSX.ListItem & JSXBase.HTMLAttributes<HTMLListItemElement>;
|
|
1904
2081
|
"my-component": LocalJSX.MyComponent & JSXBase.HTMLAttributes<HTMLMyComponentElement>;
|
|
2082
|
+
"ptc-accordion": LocalJSX.PtcAccordion & JSXBase.HTMLAttributes<HTMLPtcAccordionElement>;
|
|
2083
|
+
"ptc-accordion-item": LocalJSX.PtcAccordionItem & JSXBase.HTMLAttributes<HTMLPtcAccordionItemElement>;
|
|
1905
2084
|
"ptc-announcement": LocalJSX.PtcAnnouncement & JSXBase.HTMLAttributes<HTMLPtcAnnouncementElement>;
|
|
1906
2085
|
"ptc-breadcrumb": LocalJSX.PtcBreadcrumb & JSXBase.HTMLAttributes<HTMLPtcBreadcrumbElement>;
|
|
1907
2086
|
"ptc-button": LocalJSX.PtcButton & JSXBase.HTMLAttributes<HTMLPtcButtonElement>;
|
|
@@ -1912,11 +2091,13 @@ declare module "@stencil/core" {
|
|
|
1912
2091
|
"ptc-checkbox": LocalJSX.PtcCheckbox & JSXBase.HTMLAttributes<HTMLPtcCheckboxElement>;
|
|
1913
2092
|
"ptc-container": LocalJSX.PtcContainer & JSXBase.HTMLAttributes<HTMLPtcContainerElement>;
|
|
1914
2093
|
"ptc-date": LocalJSX.PtcDate & JSXBase.HTMLAttributes<HTMLPtcDateElement>;
|
|
2094
|
+
"ptc-dropdown": LocalJSX.PtcDropdown & JSXBase.HTMLAttributes<HTMLPtcDropdownElement>;
|
|
1915
2095
|
"ptc-ellipsis-dropdown": LocalJSX.PtcEllipsisDropdown & JSXBase.HTMLAttributes<HTMLPtcEllipsisDropdownElement>;
|
|
1916
2096
|
"ptc-filter-tag": LocalJSX.PtcFilterTag & JSXBase.HTMLAttributes<HTMLPtcFilterTagElement>;
|
|
1917
2097
|
"ptc-hero": LocalJSX.PtcHero & JSXBase.HTMLAttributes<HTMLPtcHeroElement>;
|
|
1918
2098
|
"ptc-hero-footer-cta": LocalJSX.PtcHeroFooterCta & JSXBase.HTMLAttributes<HTMLPtcHeroFooterCtaElement>;
|
|
1919
2099
|
"ptc-icon-list": LocalJSX.PtcIconList & JSXBase.HTMLAttributes<HTMLPtcIconListElement>;
|
|
2100
|
+
"ptc-icon-minimize": LocalJSX.PtcIconMinimize & JSXBase.HTMLAttributes<HTMLPtcIconMinimizeElement>;
|
|
1920
2101
|
"ptc-img": LocalJSX.PtcImg & JSXBase.HTMLAttributes<HTMLPtcImgElement>;
|
|
1921
2102
|
"ptc-link": LocalJSX.PtcLink & JSXBase.HTMLAttributes<HTMLPtcLinkElement>;
|
|
1922
2103
|
"ptc-list": LocalJSX.PtcList & JSXBase.HTMLAttributes<HTMLPtcListElement>;
|
|
@@ -1928,6 +2109,7 @@ declare module "@stencil/core" {
|
|
|
1928
2109
|
"ptc-nav": LocalJSX.PtcNav & JSXBase.HTMLAttributes<HTMLPtcNavElement>;
|
|
1929
2110
|
"ptc-nav-item": LocalJSX.PtcNavItem & JSXBase.HTMLAttributes<HTMLPtcNavItemElement>;
|
|
1930
2111
|
"ptc-overlay": LocalJSX.PtcOverlay & JSXBase.HTMLAttributes<HTMLPtcOverlayElement>;
|
|
2112
|
+
"ptc-pagenation": LocalJSX.PtcPagenation & JSXBase.HTMLAttributes<HTMLPtcPagenationElement>;
|
|
1931
2113
|
"ptc-para": LocalJSX.PtcPara & JSXBase.HTMLAttributes<HTMLPtcParaElement>;
|
|
1932
2114
|
"ptc-picture": LocalJSX.PtcPicture & JSXBase.HTMLAttributes<HTMLPtcPictureElement>;
|
|
1933
2115
|
"ptc-previous-url": LocalJSX.PtcPreviousUrl & JSXBase.HTMLAttributes<HTMLPtcPreviousUrlElement>;
|