@ptcwebops/ptcw-design 0.9.9 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/ptc-button.cjs.entry.js +1 -1
- package/dist/cjs/ptc-nav-card.cjs.entry.js +6 -5
- package/dist/cjs/ptc-tooltip.cjs.entry.js +2 -2
- package/dist/cjs/ptcw-design.cjs.js +1 -1
- package/dist/cjs/tab-header.cjs.entry.js +2 -1
- package/dist/collection/components/ptc-button/ptc-button.css +18 -0
- package/dist/collection/components/ptc-button/ptc-button.js +2 -2
- package/dist/collection/components/ptc-nav-card/ptc-nav-card.css +1 -0
- package/dist/collection/components/ptc-nav-card/ptc-nav-card.js +25 -6
- package/dist/collection/components/ptc-tooltip/ptc-tooltip.css +1 -0
- package/dist/collection/components/ptc-tooltip/ptc-tooltip.js +2 -2
- package/dist/collection/components/tab-header/tab-header.js +19 -1
- package/dist/custom-elements/index.js +13 -11
- package/dist/esm/loader.js +1 -1
- package/dist/esm/ptc-button.entry.js +1 -1
- package/dist/esm/ptc-nav-card.entry.js +6 -5
- package/dist/esm/ptc-tooltip.entry.js +2 -2
- package/dist/esm/ptcw-design.js +1 -1
- package/dist/esm/tab-header.entry.js +2 -1
- package/dist/ptcw-design/{p-3ca4de06.entry.js → p-03a0ed56.entry.js} +1 -1
- package/dist/ptcw-design/p-238b74c1.entry.js +1 -0
- package/dist/ptcw-design/p-6ae2fd80.entry.js +1 -0
- package/dist/ptcw-design/p-ec21e6b7.entry.js +1 -0
- package/dist/ptcw-design/ptcw-design.esm.js +1 -1
- package/dist/types/components/ptc-button/ptc-button.d.ts +1 -1
- package/dist/types/components/ptc-nav-card/ptc-nav-card.d.ts +5 -1
- package/dist/types/components/tab-header/tab-header.d.ts +4 -0
- package/dist/types/components.d.ts +26 -10
- package/package.json +1 -1
- package/readme.md +1 -1
- package/dist/ptcw-design/p-00cea595.entry.js +0 -1
- package/dist/ptcw-design/p-31fbba12.entry.js +0 -1
- package/dist/ptcw-design/p-c15fae86.entry.js +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as a,h as r,H as i}from"./p-9fb2ab8c.js";const t=class{constructor(r){a(this,r),this.cardType=void 0,this.cardHref=void 0,this.logoAlt=void 0,this.target="_self",this.rel=void 0,this.linkTitle=void 0,this.cardLogo=void 0,this.heading=void 0,this.description=void 0,this.windowSize="mobile"}handleResize(){this.windowSize=window.innerWidth<992?"mobile":"desktop"}componentWillLoad(){this.handleResize()}render(){return r(i,{class:this.cardType},r("div",{class:"nav-card-wrap"},"links-card"==this.cardType?r("div",{class:"links-card-wrap"},r("h3",null,r("a",{href:this.cardHref,title:this.linkTitle},this.heading,r("svg",{width:"12",height:"10",viewBox:"0 0 12 10",fill:"none",xmlns:"http://www.w3.org/2000/svg"},r("path",{d:"M6.3125 0.3125L6.3125 3.66515L-1.46549e-07 3.66515L-2.63246e-07 6.33487L6.3125 6.33487L6.3125 9.6875L11.25 4.96896L6.3125 0.3125Z",fill:"#3DAB49"})))),r("slot",null)):r("a",{href:this.cardHref,title:this.linkTitle,class:"media-card-wrap"},this.cardLogo&&r("div",{class:"card-logo"},r("img",{src:this.cardLogo,alt:this.logoAlt})),r("div",{class:"card-content"},r("h4",null,"mobile"===this.windowSize?this.heading:r("ptc-tooltip",{"text-display":"inline","text-lines":"2","z-index":"z-2",description:this.heading,position:"bottom"},this.heading),"cta-card"==this.cardType&&r("svg",{width:"12",height:"10",viewBox:"0 0 12 10",fill:"none",xmlns:"http://www.w3.org/2000/svg"},r("path",{d:"M6.3125 0.3125L6.3125 3.66515L-1.46549e-07 3.66515L-2.63246e-07 6.33487L6.3125 6.33487L6.3125 9.6875L11.25 4.96896L6.3125 0.3125Z",fill:"#3DAB49"}))),this.description&&r("p",null,"mobile"===this.windowSize?this.description:r("ptc-tooltip",{"text-display":"inline","text-lines":"2","z-index":"z-2",description:this.description,position:"bottom"},this.description))))))}};t.style=":host{display:flex;height:100%;width:100%;position:relative}:host .nav-card-wrap{padding:1rem;display:flex;align-items:center;width:100%;border-radius:var(--ptc-border-radius-standard);background-color:var(--color-gray-12)}@media only screen and (min-width: 1200px){:host .nav-card-wrap{background-color:var(--color-gray-10)}:host .nav-card-wrap:hover{background-color:var(--color-gray-08)}}:host .nav-card-wrap h4,:host .nav-card-wrap p,:host .nav-card-wrap a{color:var(--color-white);margin:0;text-decoration:none}:host .nav-card-wrap .media-card-wrap{width:100%;display:flex;align-items:center}:host .nav-card-wrap .media-card-wrap h4{margin-bottom:0.25rem;font-weight:600;display:flex;align-items:center;font-size:var(--ptc-font-size-medium)}@media only screen and (min-width: 1200px){:host .nav-card-wrap .media-card-wrap h4{font-size:var(--ptc-font-size-xxx-small);font-weight:800}}:host .nav-card-wrap .media-card-wrap p{font-size:var(--ptc-font-size-x-small)}@media only screen and (min-width: 1200px){:host .nav-card-wrap .media-card-wrap p{font-size:var(--ptc-font-size-xxx-small)}}:host .nav-card-wrap .media-card-wrap .card-logo{padding-right:1rem}:host .nav-card-wrap .media-card-wrap .card-logo img{width:100%;max-width:1.5rem;min-width:1.5rem}:host(.cta-card) .nav-card-wrap{border:1px solid var(--color-gray-10);border-radius:var(--ptc-border-radius-standard);background-color:var(--color-gray-09)}@media only screen and (min-width: 1200px){:host(.cta-card) .nav-card-wrap{background-color:transparent}}:host(.cta-card) .nav-card-wrap:hover{background-color:var(--color-gray-08)}:host(.cta-card) .nav-card-wrap .card-content{margin:auto}:host(.cta-card) .nav-card-wrap .card-content svg{vertical-align:middle;margin-left:0.375rem}:host(.links-card) .nav-card-wrap{padding:2rem 0rem 0.75rem 0rem;border-radius:var(--ptc-border-radius-standard);background-color:transparent;border:1px solid var(--color-gray-07);border-left:none;border-right:none;border-bottom:none;border-radius:0;align-items:flex-start}@media only screen and (min-width: 992px){:host(.links-card) .nav-card-wrap{padding:1.5rem;border:1px solid var(--color-gray-07);border-radius:var(--ptc-border-radius-standard)}}@media only screen and (min-width: 1200px){:host(.links-card) .nav-card-wrap{border:1px solid var(--color-gray-10)}}:host(.links-card) .nav-card-wrap:hover{background-color:transparent}:host(.links-card) .nav-card-wrap h3{margin:0 0 0.75rem 0;border-bottom:1.5px solid transparent;display:inline-block;font-weight:800}:host(.links-card) .nav-card-wrap h3 svg{margin-left:0.375rem;display:none;vertical-align:middle}:host(.links-card) .nav-card-wrap h3:hover{border-color:var(--color-green-06)}:host(.links-card) .nav-card-wrap h3:hover svg{display:inline-block}:host(.links-card) .nav-card-wrap h3 a{font-size:var(--ptc-font-size-medium)}@media only screen and (min-width: 1200px){:host(.links-card) .nav-card-wrap h3 a{font-size:var(--ptc-font-size-x-small)}}:host(.links-card) ::slotted(ptc-link){padding:6px 0;line-height:14px}";export{t as ptc_nav_card}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,c as e,h as o}from"./p-9fb2ab8c.js";const i=class{constructor(o){t(this,o),this.tabClicked=e(this,"tabClicked",7),this.id=this.generateId(),this.name=void 0,this.tooltip=void 0,this.isSelected=!1,this.tabHeaderText=void 0}async getChild(){let t=this,e=new Promise((function(e){e({select:t.select.bind(t),unselect:t.unselect.bind(t),name:t.name,id:t.id})}));return await e}unselect(){this.isSelected=!1}select(){this.isSelected=!0}onClick(){this.tabClicked.emit(this.getChild())}generateId(){return Math.random().toString(36).substring(2,10)}render(){return[o("h2",{class:{"tab-header":!0,"tab-header-selected":this.isSelected},onClick:this.onClick.bind(this)},o("span",{class:"header-content"},o("span",{class:"textCont",style:{display:"none"}},this.tabHeaderText),o("ptc-tooltip",{"text-display":"inline","max-length":"32","z-index":"z-2",description:this.tabHeaderText,position:"bottom"})),this.tooltip&&o("div",{class:"tooltip"},this.tooltip))]}};i.style='.tab-header{min-height:40px;min-width:40px;padding:5px;margin:0;cursor:pointer;position:relative;display:flex;justify-content:center;align-items:center;border-bottom:2px solid transparent;font-family:"Raleway";font-style:normal;font-weight:700;font-size:var(--ptc-font-size-small);line-height:var(--ptc-line-height-p);white-space:nowrap;text-align:center;color:var(--color-gray-07);position:relative}.tab-header::after{content:"";width:100%;height:2px;background-color:var(--color-gray-02);position:absolute;display:block;left:0;right:0;bottom:-4px}@media (max-width: 599px){.tab-header{min-width:100px;min-width:150px}}.tab-header-selected{color:var(--color-gray-10);font-weight:var(--ptc-font-weight-bold)}.tab-header-selected::after{background-color:var(--color-green-07)}.tooltip{display:none}@media (max-width: 525px){.header-content{text-overflow:ellipsis;overflow:hidden}h2{max-width:100px}h2 .tooltip{display:block;position:absolute;bottom:-12px;transform:translateY(100%);padding:8px;color:var(--color-white);font-size:var(--ptc-font-size-xxx-small);font-weight:var(--ptc-font-weight-semibold);background:var(--color-gray-09);box-shadow:rgba(0, 0, 0, 0.3) 0px 2px 4px;border:none;border-radius:2px;width:273px;height:auto;display:none}h2 .tooltip::after{content:"";position:absolute;top:1px;left:50%;transform:translate(-50%, -100%);border-top:8px solid transparent;border-right:8px solid transparent;border-left:8px solid transparent;border-image:initial;border-bottom:8px solid var(--color-gray-09)}h2:hover .tooltip{display:block}}';export{i as tab_header}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{p as e,b as t}from"./p-9fb2ab8c.js";export{s as setNonce}from"./p-9fb2ab8c.js";(()=>{const t=import.meta.url,i={};return""!==t&&(i.resourcesUrl=new URL(".",t).href),e(i)})().then((e=>t(JSON.parse('[["p-70aaa602",[[1,"ptc-card",{"cardType":[1,"card-type"],"cardHref":[1,"card-href"],"target":[1],"rel":[1],"hasImage":[4,"has-image"],"hasVideo":[4,"has-video"],"hasLottie":[4,"has-lottie"],"heading":[1],"headingTransform":[1,"heading-transform"],"cardDate":[1,"card-date"],"styles":[1],"ribbonText":[1,"ribbon-text"],"eventType":[1,"event-type"],"cardLogo":[1,"card-logo"],"titleLineCutOff":[2,"title-line-cut-off"]}],[1,"ptc-spacer",{"breakpoint":[1],"size":[1],"direction":[1]}],[1,"ptc-date",{"year":[2],"month":[2],"day":[2],"country":[1],"dateString":[1,"date-string"],"dateColor":[1,"date-color"],"dateStyles":[1,"date-styles"],"dataSize":[1,"data-size"]}],[4,"ptc-img",{"sizeXs":[1025,"size-xs"],"sizeSm":[1025,"size-sm"],"sizeMd":[1025,"size-md"],"sizeLg":[1025,"size-lg"],"imgUrl":[1,"img-url"],"imageType":[1,"image-type"],"borderRadius":[1,"border-radius"],"loadMode":[1,"load-mode"]},[[9,"resize","WindowResize"]]],[1,"ptc-para",{"fontSize":[1,"font-size"],"fontWeight":[1,"font-weight"],"paraStyle":[1,"para-style"],"paraColor":[1,"para-color"],"paraLineH":[1,"para-line-h"],"paraMargin":[1,"para-margin"],"paraAlign":[1,"para-align"],"ellipsisLineCutoff":[2,"ellipsis-line-cutoff"],"paraZIndex":[1,"para-z-index"]}],[1,"ptc-picture",{"src":[1],"alt":[1],"sizeXs":[1025,"size-xs"],"sizeSm":[1025,"size-sm"],"sizeMd":[1025,"size-md"],"sizeLg":[1025,"size-lg"],"imagePosition":[1,"image-position"],"borderRadius":[1,"border-radius"],"height":[1],"width":[1],"objectFit":[1,"object-fit"],"isFullHeight":[4,"is-full-height"],"isFullWidth":[4,"is-full-width"],"styles":[1],"imageAlignment":[1,"image-alignment"],"maxWidth":[1,"max-width"],"oldSrc":[32]},[[9,"resize","WindowResize"]]]]],["p-bf48a5e7",[[1,"bundle-example",{"isLoading":[32],"picWidth":[32],"picHeight":[32]},[[9,"resize","handleWindowResize"]]]]],["p-0099616c",[[1,"ptc-announcement",{"barTitle":[1025,"bar-title"],"description":[1025],"linkText":[513,"link-text"],"linkTitle":[513,"link-title"],"visible":[1540],"linkUrl":[1537,"link-url"],"insideContainer":[4,"inside-container"],"target":[1025],"windowSize":[32]},[[9,"resize","handleResize"]]]]],["p-1def8f3c",[[1,"ptc-dynamic-card",{"cardType":[1,"card-type"],"cardTitle":[1,"card-title"],"cardImgSrc":[1,"card-img-src"],"cardImgAlt":[1,"card-img-alt"],"outCardState":[1025,"out-card-state"],"cardStatus":[32],"overlayExists":[32],"changeState":[64]}]]],["p-9a18b306",[[1,"ptc-pricing-tabs",{"productTag":[1,"product-tag"],"header":[1],"tabLabel":[1,"tab-label"],"filterTag":[1,"filter-tag"],"tabItems":[32],"isMobileViewPort":[32]},[[9,"resize","setIsMobileViewPort"]]]]],["p-0828fe2e",[[4,"ptc-tab-list",{"type":[1],"selectedValue":[32]},[[0,"tabClicked","onSelectedTab"],[9,"resize","calculateHeaderTabsRendering"]]]]],["p-13b0d8c3",[[1,"ptc-breadcrumb"]]],["p-fa17a02e",[[1,"ptc-collapse-list",{"header":[1],"listItems":[1040],"placeholderText":[1025,"placeholder-text"],"debounceUpdateDelay":[1026,"debounce-update-delay"],"data":[32],"searchText":[32],"selectedValue":[32],"selectedItems":[32],"hashMap":[32],"debouncedUpdatedEvent":[32],"refreshBuffer":[32],"removeSelectedItem":[64],"addSelectedItem":[64]}]]],["p-63fab352",[[1,"ptc-hero",{"heroType":[1,"hero-type"],"bgUrl":[1,"bg-url"],"contentAlignment":[1,"content-alignment"]}]]],["p-c325283e",[[1,"ptc-previous-url",{"href":[1],"text":[1]}]]],["p-fd50c3b4",[[1,"ptc-checkbox",{"checked":[1025],"value":[1025],"disabled":[1028],"inputName":[1,"input-name"]}]]],["p-3fc703a5",[[1,"ptc-dropdown",{"theme":[1],"label":[1],"listItems":[16],"toggle":[32],"selectedItem":[32]},[[4,"click","offClick"]]]]],["p-c7247cc9",[[1,"ptc-filter-tag",{"theme":[1],"iconColorMap":[32]}]]],["p-d625bb90",[[1,"ptc-icon-minimize",{"heading":[1025],"opened":[1028]}]]],["p-65aa6afd",[[1,"ptc-link",{"disabled":[516],"external":[516],"href":[1],"target":[1],"linkTitle":[1,"link-title"],"theme":[1],"uppercase":[4],"fontSize":[1,"font-size"],"fontWeight":[1,"font-weight"],"linkArea":[1,"link-area"]}]]],["p-8d48362b",[[1,"ptc-list",{"listType":[1,"list-type"],"listItems":[16]}]]],["p-d24446b2",[[1,"ptc-lottie",{"jsonSrc":[1025,"json-src"],"speed":[1026]}]]],["p-b48a3e6f",[[1,"ptc-media-card",{"cardType":[1,"card-type"],"cardHref":[1,"card-href"],"target":[1],"rel":[1],"activeBackgroundImage":[1025,"active-background-image"],"hoverBackgroundImage":[1025,"hover-background-image"],"heading":[1025],"headingTransform":[1025,"heading-transform"],"category":[1025],"isHovered":[1028,"is-hovered"]}]]],["p-91512aeb",[[0,"ptc-mobile-select",{"triggerName":[1,"trigger-name"],"selectedText":[1,"selected-text"],"wheelData":[1040],"selectedId":[1,"selected-id"],"ensureBtnText":[1,"ensure-btn-text"],"cancelBtnText":[1,"cancel-btn-text"],"listTitle":[1,"list-title"]}]]],["p-c15fae86",[[1,"ptc-nav-card",{"cardType":[1025,"card-type"],"cardHref":[1025,"card-href"],"cardHrefAlt":[1025,"card-href-alt"],"target":[1025],"rel":[1025],"cardLogo":[1025,"card-logo"],"heading":[1025],"description":[1025],"windowSize":[32]},[[9,"resize","handleResize"]]]]],["p-ad487b1e",[[1,"ptc-pagenation",{"totalCount":[2,"total-count"],"numberOfItems":[2,"number-of-items"],"previousValue":[1,"previous-value"],"lastValue":[1,"last-value"],"minPageNumber":[2,"min-page-number"],"maxPageNumber":[2,"max-page-number"],"clickedPageNumber":[2,"clicked-page-number"],"appendArray":[4,"append-array"],"prevArrowImg":[1,"prev-arrow-img"],"nextArrowImg":[1,"next-arrow-img"],"theme":[1],"pageNumbers":[32]}]]],["p-2cc97b88",[[1,"ptc-quote",{"quoteType":[1025,"quote-type"],"quoteName":[1025,"quote-name"],"ctaText":[1,"cta-text"],"ctaUrl":[1,"cta-url"],"imgSrc":[1,"img-src"],"imgTitle":[1,"img-title"]}]]],["p-2881a1ba",[[1,"ptc-search-field",{"textValue":[1,"text-value"],"placeholderLabel":[1,"placeholder-label"],"darkTheme":[4,"dark-theme"]}]]],["p-bc0181f3",[[1,"ptc-social-share",{"display":[1],"shareType":[1,"share-type"],"shareTitle":[1,"share-title"],"text":[1],"url":[1],"source":[1],"recipient":[1],"iconColor":[1,"icon-color"],"iconHoverColor":[1,"icon-hover-color"],"isHover":[32]}]]],["p-c693e1c5",[[1,"max-width-container",{"maxWidth":[2,"max-width"],"breakpoint":[2]}]]],["p-8bcb2fab",[[1,"my-component",{"first":[1],"middle":[1],"last":[1]}]]],["p-62cabff9",[[1,"ptc-accordion",{"multiple":[4]},[[0,"opened","openHandler"]]]]],["p-bbeb95bd",[[1,"ptc-accordion-item",{"heading":[1],"headingTag":[1,"heading-tag"],"autoHeight":[4,"auto-height"],"active":[1540],"hasHeadingSlot":[32],"hasArrowSlot":[32],"toggle":[64],"close":[64],"open":[64]}]]],["p-8b5e393e",[[1,"ptc-background-video",{"videoSrc":[1,"video-src"],"posterSrc":[1,"poster-src"],"overlay":[4],"type":[1]}]]],["p-ce3627b8",[[1,"ptc-container",{"backgroundColor":[1,"background-color"],"elevation":[1],"containerType":[1,"container-type"],"spacing":[1]}]]],["p-2eb5ef88",[[6,"ptc-hero-footer-cta",{"ctaTitle":[1,"cta-title"],"description":[1],"backgroundImage":[1,"background-image"]}]]],["p-159d9a80",[[1,"ptc-icon-list",{"listType":[1,"list-type"],"valueWithUnit":[1,"value-with-unit"],"valueText":[1,"value-text"],"listContent":[1,"list-content"],"isLastItem":[4,"is-last-item"]}]]],["p-329cc205",[[1,"ptc-minimized-footer"]]],["p-586d9c9d",[[1,"ptc-minimized-header",{"linkUrl":[513,"link-url"],"imgSrc":[513,"img-src"],"imgAlt":[513,"img-alt"]}]]],["p-2de0f980",[[1,"ptc-modal",{"iframeUrl":[1025,"iframe-url"],"size":[1025],"show":[1028],"overlay":[1028],"fixed":[1028],"closeOnBlur":[1028,"close-on-blur"],"rounded":[1028],"showHeaderFooter":[1028,"show-header-footer"],"overlayHeight":[32],"bodyOverflowSetting":[32]}]]],["p-e66a28aa",[[1,"ptc-responsive-wrapper"]]],["p-34db9e46",[[1,"ptc-shopping-cart",{"cartCount":[1,"cart-count"],"color":[1]}]]],["p-013f5355",[[1,"ptc-span",{"spanStyle":[1,"span-style"],"display":[1],"styles":[1]}]]],["p-673121e2",[[1,"ptc-sticky-icons",null,[[9,"resize","handleResize"]]]]],["p-727ef7a7",[[1,"ptc-tab",{"optionClicked":[1540,"option-clicked"],"label":[1],"price":[1],"active":[4],"disabled":[516]}]]],["p-c8e804a7",[[1,"ptc-tabs",{"tabs":[32],"openTab":[64]}]]],["p-01783129",[[1,"ptc-text-copy-with-background",{"type":[1],"backgroundImage":[1,"background-image"],"ImageAltText":[1,"image-alt-text"],"topSlitBackgroundColor":[1,"top-slit-background-color"],"slitPosition":[1,"slit-position"],"isBackgroundBlur":[4,"is-background-blur"],"overlay":[4]}]]],["p-fed5edd3",[[1,"ptc-two-column-media",{"componentType":[1,"component-type"]}]]],["p-de6b444f",[[4,"tab-content",{"name":[1],"isSelected":[32],"getChild":[64]}]]],["p-31fbba12",[[4,"tab-header",{"name":[1],"tooltip":[1],"isSelected":[32],"getChild":[64]}]]],["p-dcf0d341",[[1,"ptc-ellipsis-dropdown",{"dataItems":[16],"selectedTab":[1,"selected-tab"],"isDropdownOpen":[32]},[[4,"click","offClick"]]]]],["p-b4d92914",[[1,"lottie-player",{"mode":[1],"autoplay":[4],"background":[513],"controls":[4],"count":[2],"direction":[2],"hover":[4],"loop":[516],"renderer":[1],"speed":[2],"src":[1],"currentState":[1,"current-state"],"seeker":[8],"intermission":[2],"play":[64],"pause":[64],"stop":[64],"seek":[64],"getLottie":[64],"setSpeed":[64],"setDirection":[64],"setLooping":[64],"togglePlay":[64],"toggleLooping":[64]}]]],["p-3ca4de06",[[1,"ptc-button",{"disabled":[516],"active":[516],"type":[1],"color":[1],"iconAnimation":[1,"icon-animation"],"iconPosition":[1,"icon-position"],"linkHref":[1,"link-href"],"linkTitle":[1,"link-title"],"target":[1],"rel":[1],"tabNav":[2,"tab-nav"],"styles":[1]}]]],["p-b9f12c38",[[1,"ptc-pricing-block",{"active":[4],"optionClicked":[1540,"option-clicked"]}]]],["p-a2145afa",[[1,"ptc-readmore",{"moreText":[1025,"more-text"],"lessText":[1025,"less-text"],"readMorePosition":[1,"read-more-position"],"display":[1],"visibleLines":[1,"visible-lines"],"visibleLinesCustom":[2,"visible-lines-custom"],"zIndex":[1,"z-index"],"checked":[1028],"size":[1],"isIcon":[4,"is-icon"],"color":[1]},[[9,"resize","addBtnTruncated"]]]]],["p-96883fd7",[[1,"ptc-svg-btn",{"svgName":[1,"svg-name"],"display":[1]}]]],["p-50c88717",[[4,"dropdown-item",{"linkHref":[1,"link-href"],"linkTarget":[1,"link-target"]}]]],["p-854cbe46",[[1,"ptc-card-content",{"cardType":[1,"card-type"],"outlineColor":[1,"outline-color"],"styles":[1],"isLoading":[4,"is-loading"],"setHeight":[64],"removeInlineHeight":[64]}]]],["p-2ac518f1",[[6,"ptc-title",{"isPlmHub":[4,"is-plm-hub"],"type":[1],"textAlign":[1,"text-align"],"upperline":[1],"titleShadow":[1,"title-shadow"],"titleColor":[1,"title-color"],"titleMargin":[1,"title-margin"],"titleWeight":[1,"title-weight"],"titleSize":[1,"title-size"],"titleHeight":[1,"title-height"],"styles":[1],"ellipsisLineCutoff":[2,"ellipsis-line-cutoff"],"titleDisplay":[1,"title-display"]}]]],["p-00cea595",[[1,"ptc-tooltip",{"textDisplay":[1,"text-display"],"maxLength":[2,"max-length"],"textLines":[2,"text-lines"],"description":[1],"zIndex":[1,"z-index"],"position":[1],"styles":[1],"mode":[1],"theme":[1]},[[9,"resize","addTruncatedClass"]]]]],["p-71f68949",[[1,"ptc-card-bottom",{"cardType":[1,"card-type"],"styles":[1]}],[1,"ptc-card-wrapper",{"cardType":[1,"card-type"],"cardLink":[1,"card-link"],"linkTitle":[1,"link-title"],"linkTarget":[1,"link-target"],"isLoading":[4,"is-loading"]},[[9,"resize","handleResize"]]],[1,"ptc-skeleton",{"isLoading":[4,"is-loading"],"animated":[4],"width":[1],"borderRadius":[1,"border-radius"],"topMargin":[1,"top-margin"],"btmMargin":[1,"btm-margin"]}]]],["p-0f937cff",[[1,"list-item",{"listType":[1,"list-type"],"linkHref":[1,"link-href"],"flushBefore":[4,"flush-before"],"linkTarget":[1,"link-target"]}]]],["p-7a728178",[[1,"ptc-overlay",{"filterColor":[1,"filter-color"],"borderRadius":[1,"border-radius"],"overlayZIndex":[1,"overlay-z-index"],"styles":[1],"setOverlay":[64]}]]],["p-e353a8e8",[[2,"icon-asset",{"name":[1],"size":[1],"type":[1],"spin":[1],"pulse":[1],"color":[1],"isMobileSelect":[4,"is-mobile-select"],"injectedStyle":[1,"injected-style"]}]]]]'),e)));
|
|
1
|
+
import{p as e,b as t}from"./p-9fb2ab8c.js";export{s as setNonce}from"./p-9fb2ab8c.js";(()=>{const t=import.meta.url,i={};return""!==t&&(i.resourcesUrl=new URL(".",t).href),e(i)})().then((e=>t(JSON.parse('[["p-70aaa602",[[1,"ptc-card",{"cardType":[1,"card-type"],"cardHref":[1,"card-href"],"target":[1],"rel":[1],"hasImage":[4,"has-image"],"hasVideo":[4,"has-video"],"hasLottie":[4,"has-lottie"],"heading":[1],"headingTransform":[1,"heading-transform"],"cardDate":[1,"card-date"],"styles":[1],"ribbonText":[1,"ribbon-text"],"eventType":[1,"event-type"],"cardLogo":[1,"card-logo"],"titleLineCutOff":[2,"title-line-cut-off"]}],[1,"ptc-spacer",{"breakpoint":[1],"size":[1],"direction":[1]}],[1,"ptc-date",{"year":[2],"month":[2],"day":[2],"country":[1],"dateString":[1,"date-string"],"dateColor":[1,"date-color"],"dateStyles":[1,"date-styles"],"dataSize":[1,"data-size"]}],[4,"ptc-img",{"sizeXs":[1025,"size-xs"],"sizeSm":[1025,"size-sm"],"sizeMd":[1025,"size-md"],"sizeLg":[1025,"size-lg"],"imgUrl":[1,"img-url"],"imageType":[1,"image-type"],"borderRadius":[1,"border-radius"],"loadMode":[1,"load-mode"]},[[9,"resize","WindowResize"]]],[1,"ptc-para",{"fontSize":[1,"font-size"],"fontWeight":[1,"font-weight"],"paraStyle":[1,"para-style"],"paraColor":[1,"para-color"],"paraLineH":[1,"para-line-h"],"paraMargin":[1,"para-margin"],"paraAlign":[1,"para-align"],"ellipsisLineCutoff":[2,"ellipsis-line-cutoff"],"paraZIndex":[1,"para-z-index"]}],[1,"ptc-picture",{"src":[1],"alt":[1],"sizeXs":[1025,"size-xs"],"sizeSm":[1025,"size-sm"],"sizeMd":[1025,"size-md"],"sizeLg":[1025,"size-lg"],"imagePosition":[1,"image-position"],"borderRadius":[1,"border-radius"],"height":[1],"width":[1],"objectFit":[1,"object-fit"],"isFullHeight":[4,"is-full-height"],"isFullWidth":[4,"is-full-width"],"styles":[1],"imageAlignment":[1,"image-alignment"],"maxWidth":[1,"max-width"],"oldSrc":[32]},[[9,"resize","WindowResize"]]]]],["p-bf48a5e7",[[1,"bundle-example",{"isLoading":[32],"picWidth":[32],"picHeight":[32]},[[9,"resize","handleWindowResize"]]]]],["p-0099616c",[[1,"ptc-announcement",{"barTitle":[1025,"bar-title"],"description":[1025],"linkText":[513,"link-text"],"linkTitle":[513,"link-title"],"visible":[1540],"linkUrl":[1537,"link-url"],"insideContainer":[4,"inside-container"],"target":[1025],"windowSize":[32]},[[9,"resize","handleResize"]]]]],["p-1def8f3c",[[1,"ptc-dynamic-card",{"cardType":[1,"card-type"],"cardTitle":[1,"card-title"],"cardImgSrc":[1,"card-img-src"],"cardImgAlt":[1,"card-img-alt"],"outCardState":[1025,"out-card-state"],"cardStatus":[32],"overlayExists":[32],"changeState":[64]}]]],["p-9a18b306",[[1,"ptc-pricing-tabs",{"productTag":[1,"product-tag"],"header":[1],"tabLabel":[1,"tab-label"],"filterTag":[1,"filter-tag"],"tabItems":[32],"isMobileViewPort":[32]},[[9,"resize","setIsMobileViewPort"]]]]],["p-0828fe2e",[[4,"ptc-tab-list",{"type":[1],"selectedValue":[32]},[[0,"tabClicked","onSelectedTab"],[9,"resize","calculateHeaderTabsRendering"]]]]],["p-13b0d8c3",[[1,"ptc-breadcrumb"]]],["p-fa17a02e",[[1,"ptc-collapse-list",{"header":[1],"listItems":[1040],"placeholderText":[1025,"placeholder-text"],"debounceUpdateDelay":[1026,"debounce-update-delay"],"data":[32],"searchText":[32],"selectedValue":[32],"selectedItems":[32],"hashMap":[32],"debouncedUpdatedEvent":[32],"refreshBuffer":[32],"removeSelectedItem":[64],"addSelectedItem":[64]}]]],["p-63fab352",[[1,"ptc-hero",{"heroType":[1,"hero-type"],"bgUrl":[1,"bg-url"],"contentAlignment":[1,"content-alignment"]}]]],["p-c325283e",[[1,"ptc-previous-url",{"href":[1],"text":[1]}]]],["p-fd50c3b4",[[1,"ptc-checkbox",{"checked":[1025],"value":[1025],"disabled":[1028],"inputName":[1,"input-name"]}]]],["p-3fc703a5",[[1,"ptc-dropdown",{"theme":[1],"label":[1],"listItems":[16],"toggle":[32],"selectedItem":[32]},[[4,"click","offClick"]]]]],["p-c7247cc9",[[1,"ptc-filter-tag",{"theme":[1],"iconColorMap":[32]}]]],["p-d625bb90",[[1,"ptc-icon-minimize",{"heading":[1025],"opened":[1028]}]]],["p-65aa6afd",[[1,"ptc-link",{"disabled":[516],"external":[516],"href":[1],"target":[1],"linkTitle":[1,"link-title"],"theme":[1],"uppercase":[4],"fontSize":[1,"font-size"],"fontWeight":[1,"font-weight"],"linkArea":[1,"link-area"]}]]],["p-8d48362b",[[1,"ptc-list",{"listType":[1,"list-type"],"listItems":[16]}]]],["p-d24446b2",[[1,"ptc-lottie",{"jsonSrc":[1025,"json-src"],"speed":[1026]}]]],["p-b48a3e6f",[[1,"ptc-media-card",{"cardType":[1,"card-type"],"cardHref":[1,"card-href"],"target":[1],"rel":[1],"activeBackgroundImage":[1025,"active-background-image"],"hoverBackgroundImage":[1025,"hover-background-image"],"heading":[1025],"headingTransform":[1025,"heading-transform"],"category":[1025],"isHovered":[1028,"is-hovered"]}]]],["p-91512aeb",[[0,"ptc-mobile-select",{"triggerName":[1,"trigger-name"],"selectedText":[1,"selected-text"],"wheelData":[1040],"selectedId":[1,"selected-id"],"ensureBtnText":[1,"ensure-btn-text"],"cancelBtnText":[1,"cancel-btn-text"],"listTitle":[1,"list-title"]}]]],["p-6ae2fd80",[[1,"ptc-nav-card",{"cardType":[1025,"card-type"],"cardHref":[1025,"card-href"],"logoAlt":[1025,"logo-alt"],"target":[1025],"rel":[1025],"linkTitle":[1025,"link-title"],"cardLogo":[1025,"card-logo"],"heading":[1025],"description":[1025],"windowSize":[32]},[[9,"resize","handleResize"]]]]],["p-ad487b1e",[[1,"ptc-pagenation",{"totalCount":[2,"total-count"],"numberOfItems":[2,"number-of-items"],"previousValue":[1,"previous-value"],"lastValue":[1,"last-value"],"minPageNumber":[2,"min-page-number"],"maxPageNumber":[2,"max-page-number"],"clickedPageNumber":[2,"clicked-page-number"],"appendArray":[4,"append-array"],"prevArrowImg":[1,"prev-arrow-img"],"nextArrowImg":[1,"next-arrow-img"],"theme":[1],"pageNumbers":[32]}]]],["p-2cc97b88",[[1,"ptc-quote",{"quoteType":[1025,"quote-type"],"quoteName":[1025,"quote-name"],"ctaText":[1,"cta-text"],"ctaUrl":[1,"cta-url"],"imgSrc":[1,"img-src"],"imgTitle":[1,"img-title"]}]]],["p-2881a1ba",[[1,"ptc-search-field",{"textValue":[1,"text-value"],"placeholderLabel":[1,"placeholder-label"],"darkTheme":[4,"dark-theme"]}]]],["p-bc0181f3",[[1,"ptc-social-share",{"display":[1],"shareType":[1,"share-type"],"shareTitle":[1,"share-title"],"text":[1],"url":[1],"source":[1],"recipient":[1],"iconColor":[1,"icon-color"],"iconHoverColor":[1,"icon-hover-color"],"isHover":[32]}]]],["p-ec21e6b7",[[0,"tab-header",{"name":[1],"tooltip":[1],"tabHeaderText":[1,"tab-header-text"],"isSelected":[32],"getChild":[64]}]]],["p-c693e1c5",[[1,"max-width-container",{"maxWidth":[2,"max-width"],"breakpoint":[2]}]]],["p-8bcb2fab",[[1,"my-component",{"first":[1],"middle":[1],"last":[1]}]]],["p-62cabff9",[[1,"ptc-accordion",{"multiple":[4]},[[0,"opened","openHandler"]]]]],["p-bbeb95bd",[[1,"ptc-accordion-item",{"heading":[1],"headingTag":[1,"heading-tag"],"autoHeight":[4,"auto-height"],"active":[1540],"hasHeadingSlot":[32],"hasArrowSlot":[32],"toggle":[64],"close":[64],"open":[64]}]]],["p-8b5e393e",[[1,"ptc-background-video",{"videoSrc":[1,"video-src"],"posterSrc":[1,"poster-src"],"overlay":[4],"type":[1]}]]],["p-ce3627b8",[[1,"ptc-container",{"backgroundColor":[1,"background-color"],"elevation":[1],"containerType":[1,"container-type"],"spacing":[1]}]]],["p-2eb5ef88",[[6,"ptc-hero-footer-cta",{"ctaTitle":[1,"cta-title"],"description":[1],"backgroundImage":[1,"background-image"]}]]],["p-159d9a80",[[1,"ptc-icon-list",{"listType":[1,"list-type"],"valueWithUnit":[1,"value-with-unit"],"valueText":[1,"value-text"],"listContent":[1,"list-content"],"isLastItem":[4,"is-last-item"]}]]],["p-329cc205",[[1,"ptc-minimized-footer"]]],["p-586d9c9d",[[1,"ptc-minimized-header",{"linkUrl":[513,"link-url"],"imgSrc":[513,"img-src"],"imgAlt":[513,"img-alt"]}]]],["p-2de0f980",[[1,"ptc-modal",{"iframeUrl":[1025,"iframe-url"],"size":[1025],"show":[1028],"overlay":[1028],"fixed":[1028],"closeOnBlur":[1028,"close-on-blur"],"rounded":[1028],"showHeaderFooter":[1028,"show-header-footer"],"overlayHeight":[32],"bodyOverflowSetting":[32]}]]],["p-e66a28aa",[[1,"ptc-responsive-wrapper"]]],["p-34db9e46",[[1,"ptc-shopping-cart",{"cartCount":[1,"cart-count"],"color":[1]}]]],["p-013f5355",[[1,"ptc-span",{"spanStyle":[1,"span-style"],"display":[1],"styles":[1]}]]],["p-673121e2",[[1,"ptc-sticky-icons",null,[[9,"resize","handleResize"]]]]],["p-727ef7a7",[[1,"ptc-tab",{"optionClicked":[1540,"option-clicked"],"label":[1],"price":[1],"active":[4],"disabled":[516]}]]],["p-c8e804a7",[[1,"ptc-tabs",{"tabs":[32],"openTab":[64]}]]],["p-01783129",[[1,"ptc-text-copy-with-background",{"type":[1],"backgroundImage":[1,"background-image"],"ImageAltText":[1,"image-alt-text"],"topSlitBackgroundColor":[1,"top-slit-background-color"],"slitPosition":[1,"slit-position"],"isBackgroundBlur":[4,"is-background-blur"],"overlay":[4]}]]],["p-fed5edd3",[[1,"ptc-two-column-media",{"componentType":[1,"component-type"]}]]],["p-de6b444f",[[4,"tab-content",{"name":[1],"isSelected":[32],"getChild":[64]}]]],["p-dcf0d341",[[1,"ptc-ellipsis-dropdown",{"dataItems":[16],"selectedTab":[1,"selected-tab"],"isDropdownOpen":[32]},[[4,"click","offClick"]]]]],["p-b4d92914",[[1,"lottie-player",{"mode":[1],"autoplay":[4],"background":[513],"controls":[4],"count":[2],"direction":[2],"hover":[4],"loop":[516],"renderer":[1],"speed":[2],"src":[1],"currentState":[1,"current-state"],"seeker":[8],"intermission":[2],"play":[64],"pause":[64],"stop":[64],"seek":[64],"getLottie":[64],"setSpeed":[64],"setDirection":[64],"setLooping":[64],"togglePlay":[64],"toggleLooping":[64]}]]],["p-03a0ed56",[[1,"ptc-button",{"disabled":[516],"active":[516],"type":[1],"color":[1],"iconAnimation":[1,"icon-animation"],"iconPosition":[1,"icon-position"],"linkHref":[1,"link-href"],"linkTitle":[1,"link-title"],"target":[1],"rel":[1],"tabNav":[2,"tab-nav"],"styles":[1]}]]],["p-b9f12c38",[[1,"ptc-pricing-block",{"active":[4],"optionClicked":[1540,"option-clicked"]}]]],["p-a2145afa",[[1,"ptc-readmore",{"moreText":[1025,"more-text"],"lessText":[1025,"less-text"],"readMorePosition":[1,"read-more-position"],"display":[1],"visibleLines":[1,"visible-lines"],"visibleLinesCustom":[2,"visible-lines-custom"],"zIndex":[1,"z-index"],"checked":[1028],"size":[1],"isIcon":[4,"is-icon"],"color":[1]},[[9,"resize","addBtnTruncated"]]]]],["p-96883fd7",[[1,"ptc-svg-btn",{"svgName":[1,"svg-name"],"display":[1]}]]],["p-50c88717",[[4,"dropdown-item",{"linkHref":[1,"link-href"],"linkTarget":[1,"link-target"]}]]],["p-854cbe46",[[1,"ptc-card-content",{"cardType":[1,"card-type"],"outlineColor":[1,"outline-color"],"styles":[1],"isLoading":[4,"is-loading"],"setHeight":[64],"removeInlineHeight":[64]}]]],["p-2ac518f1",[[6,"ptc-title",{"isPlmHub":[4,"is-plm-hub"],"type":[1],"textAlign":[1,"text-align"],"upperline":[1],"titleShadow":[1,"title-shadow"],"titleColor":[1,"title-color"],"titleMargin":[1,"title-margin"],"titleWeight":[1,"title-weight"],"titleSize":[1,"title-size"],"titleHeight":[1,"title-height"],"styles":[1],"ellipsisLineCutoff":[2,"ellipsis-line-cutoff"],"titleDisplay":[1,"title-display"]}]]],["p-71f68949",[[1,"ptc-card-bottom",{"cardType":[1,"card-type"],"styles":[1]}],[1,"ptc-card-wrapper",{"cardType":[1,"card-type"],"cardLink":[1,"card-link"],"linkTitle":[1,"link-title"],"linkTarget":[1,"link-target"],"isLoading":[4,"is-loading"]},[[9,"resize","handleResize"]]],[1,"ptc-skeleton",{"isLoading":[4,"is-loading"],"animated":[4],"width":[1],"borderRadius":[1,"border-radius"],"topMargin":[1,"top-margin"],"btmMargin":[1,"btm-margin"]}]]],["p-0f937cff",[[1,"list-item",{"listType":[1,"list-type"],"linkHref":[1,"link-href"],"flushBefore":[4,"flush-before"],"linkTarget":[1,"link-target"]}]]],["p-7a728178",[[1,"ptc-overlay",{"filterColor":[1,"filter-color"],"borderRadius":[1,"border-radius"],"overlayZIndex":[1,"overlay-z-index"],"styles":[1],"setOverlay":[64]}]]],["p-238b74c1",[[1,"ptc-tooltip",{"textDisplay":[1,"text-display"],"maxLength":[2,"max-length"],"textLines":[2,"text-lines"],"description":[1],"zIndex":[1,"z-index"],"position":[1],"styles":[1],"mode":[1],"theme":[1]},[[9,"resize","addTruncatedClass"]]]]],["p-e353a8e8",[[2,"icon-asset",{"name":[1],"size":[1],"type":[1],"spin":[1],"pulse":[1],"color":[1],"isMobileSelect":[4,"is-mobile-select"],"injectedStyle":[1,"injected-style"]}]]]]'),e)));
|
|
@@ -15,7 +15,7 @@ export declare class PtcButton {
|
|
|
15
15
|
/**
|
|
16
16
|
* Button theme color
|
|
17
17
|
*/
|
|
18
|
-
color: 'offwhite' | 'blackgrey' | 'turtlegreen' | 'nav' | 'legacy-green' | 'ptc-primary' | 'ptc-secondary' | 'ptc-tertiary' | 'ptc-quaternary' | 'icon-toggle';
|
|
18
|
+
color: 'offwhite' | 'blackgrey' | 'turtlegreen' | 'nav' | 'legacy-green' | 'ptc-primary' | 'ptc-secondary' | 'ptc-tertiary' | 'ptc-quaternary' | 'icon-toggle' | 'clear-search';
|
|
19
19
|
/**
|
|
20
20
|
* Icon Animation
|
|
21
21
|
*/
|
|
@@ -11,7 +11,7 @@ export declare class PtcNavCard {
|
|
|
11
11
|
/**
|
|
12
12
|
* Card Link URL Alt text(Optional)
|
|
13
13
|
*/
|
|
14
|
-
|
|
14
|
+
logoAlt?: string;
|
|
15
15
|
/**
|
|
16
16
|
* (optional) Link card target
|
|
17
17
|
* */
|
|
@@ -20,6 +20,10 @@ export declare class PtcNavCard {
|
|
|
20
20
|
* (optional) Link card rel
|
|
21
21
|
* */
|
|
22
22
|
rel?: string;
|
|
23
|
+
/**
|
|
24
|
+
* (optional) title
|
|
25
|
+
* */
|
|
26
|
+
linkTitle?: string;
|
|
23
27
|
/**
|
|
24
28
|
* If this card has Image
|
|
25
29
|
*/
|
|
@@ -5,6 +5,10 @@ export declare class TabHeader {
|
|
|
5
5
|
tooltip: string;
|
|
6
6
|
tabClicked: EventEmitter;
|
|
7
7
|
isSelected: boolean;
|
|
8
|
+
/**
|
|
9
|
+
* Tab header name will go here, Ex: tab-header-text="Overview"
|
|
10
|
+
*/
|
|
11
|
+
tabHeaderText: string;
|
|
8
12
|
getChild(): Promise<unknown>;
|
|
9
13
|
unselect(): void;
|
|
10
14
|
select(): void;
|
|
@@ -168,7 +168,7 @@ export namespace Components {
|
|
|
168
168
|
/**
|
|
169
169
|
* Button theme color
|
|
170
170
|
*/
|
|
171
|
-
"color": 'offwhite' | 'blackgrey' | 'turtlegreen' | 'nav' | 'legacy-green' | 'ptc-primary' | 'ptc-secondary'| 'ptc-tertiary' | 'ptc-quaternary' | 'icon-toggle';
|
|
171
|
+
"color": 'offwhite' | 'blackgrey' | 'turtlegreen' | 'nav' | 'legacy-green' | 'ptc-primary' | 'ptc-secondary'| 'ptc-tertiary' | 'ptc-quaternary' | 'icon-toggle' | 'clear-search';
|
|
172
172
|
/**
|
|
173
173
|
* Disabled button
|
|
174
174
|
*/
|
|
@@ -676,10 +676,6 @@ export namespace Components {
|
|
|
676
676
|
* Card Link URL (Optional)
|
|
677
677
|
*/
|
|
678
678
|
"cardHref"?: string;
|
|
679
|
-
/**
|
|
680
|
-
* Card Link URL Alt text(Optional)
|
|
681
|
-
*/
|
|
682
|
-
"cardHrefAlt"?: string;
|
|
683
679
|
/**
|
|
684
680
|
* If this card has Image
|
|
685
681
|
*/
|
|
@@ -696,6 +692,14 @@ export namespace Components {
|
|
|
696
692
|
* Card heading
|
|
697
693
|
*/
|
|
698
694
|
"heading"?: string;
|
|
695
|
+
/**
|
|
696
|
+
* (optional) title
|
|
697
|
+
*/
|
|
698
|
+
"linkTitle"?: string;
|
|
699
|
+
/**
|
|
700
|
+
* Card Link URL Alt text(Optional)
|
|
701
|
+
*/
|
|
702
|
+
"logoAlt"?: string;
|
|
699
703
|
/**
|
|
700
704
|
* (optional) Link card rel
|
|
701
705
|
*/
|
|
@@ -1215,6 +1219,10 @@ export namespace Components {
|
|
|
1215
1219
|
interface TabHeader {
|
|
1216
1220
|
"getChild": () => Promise<unknown>;
|
|
1217
1221
|
"name": string;
|
|
1222
|
+
/**
|
|
1223
|
+
* Tab header name will go here, Ex: tab-header-text="Overview"
|
|
1224
|
+
*/
|
|
1225
|
+
"tabHeaderText": string;
|
|
1218
1226
|
"tooltip": string;
|
|
1219
1227
|
}
|
|
1220
1228
|
}
|
|
@@ -1916,7 +1924,7 @@ declare namespace LocalJSX {
|
|
|
1916
1924
|
/**
|
|
1917
1925
|
* Button theme color
|
|
1918
1926
|
*/
|
|
1919
|
-
"color"?: 'offwhite' | 'blackgrey' | 'turtlegreen' | 'nav' | 'legacy-green' | 'ptc-primary' | 'ptc-secondary'| 'ptc-tertiary' | 'ptc-quaternary' | 'icon-toggle';
|
|
1927
|
+
"color"?: 'offwhite' | 'blackgrey' | 'turtlegreen' | 'nav' | 'legacy-green' | 'ptc-primary' | 'ptc-secondary'| 'ptc-tertiary' | 'ptc-quaternary' | 'icon-toggle' | 'clear-search';
|
|
1920
1928
|
/**
|
|
1921
1929
|
* Disabled button
|
|
1922
1930
|
*/
|
|
@@ -2448,10 +2456,6 @@ declare namespace LocalJSX {
|
|
|
2448
2456
|
* Card Link URL (Optional)
|
|
2449
2457
|
*/
|
|
2450
2458
|
"cardHref"?: string;
|
|
2451
|
-
/**
|
|
2452
|
-
* Card Link URL Alt text(Optional)
|
|
2453
|
-
*/
|
|
2454
|
-
"cardHrefAlt"?: string;
|
|
2455
2459
|
/**
|
|
2456
2460
|
* If this card has Image
|
|
2457
2461
|
*/
|
|
@@ -2468,6 +2472,14 @@ declare namespace LocalJSX {
|
|
|
2468
2472
|
* Card heading
|
|
2469
2473
|
*/
|
|
2470
2474
|
"heading"?: string;
|
|
2475
|
+
/**
|
|
2476
|
+
* (optional) title
|
|
2477
|
+
*/
|
|
2478
|
+
"linkTitle"?: string;
|
|
2479
|
+
/**
|
|
2480
|
+
* Card Link URL Alt text(Optional)
|
|
2481
|
+
*/
|
|
2482
|
+
"logoAlt"?: string;
|
|
2471
2483
|
/**
|
|
2472
2484
|
* (optional) Link card rel
|
|
2473
2485
|
*/
|
|
@@ -2989,6 +3001,10 @@ declare namespace LocalJSX {
|
|
|
2989
3001
|
interface TabHeader {
|
|
2990
3002
|
"name"?: string;
|
|
2991
3003
|
"onTabClicked"?: (event: TabHeaderCustomEvent<any>) => void;
|
|
3004
|
+
/**
|
|
3005
|
+
* Tab header name will go here, Ex: tab-header-text="Overview"
|
|
3006
|
+
*/
|
|
3007
|
+
"tabHeaderText"?: string;
|
|
2992
3008
|
"tooltip"?: string;
|
|
2993
3009
|
}
|
|
2994
3010
|
interface IntrinsicElements {
|
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|

|
|
2
2
|
|
|
3
|
-
# PTC Design 0.
|
|
3
|
+
# PTC Design 1.0.1
|
|
4
4
|
The site is the place for documentation on PTC Design System
|
|
5
5
|
|
|
6
6
|
## Building the Site
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as t,h as o,H as i,g as r}from"./p-9fb2ab8c.js";const e=class{constructor(o){t(this,o),this.textDisplay="inline",this.maxLength=45,this.textLines=void 0,this.description="Lorem ipsum dolor sit amet, consectetur adipiscing elit.",this.zIndex="z-auto",this.position="bottom",this.styles=void 0,this.mode="text-only",this.theme="standard"}addTruncatedClass(){this.el.shadowRoot.querySelectorAll(".ellipsis-by-line-boxing").forEach((t=>{t.classList[t.scrollHeight>t.clientHeight?"add":"remove"]("truncated")}))}enableAddTruncatedClass(t){const o=document.querySelectorAll(t);for(const t of Array.from(o))t&&t.addEventListener("click",(()=>{setTimeout((()=>{this.addTruncatedClass()}),100)}))}componentDidLoad(){this.addTruncatedClass(),this.enableAddTruncatedClass("tab-header"),this.enableAddTruncatedClass("ptc-ellipsis-dropdown"),document.addEventListener("readystatechange",(()=>{"complete"===document.readyState&&this.addTruncatedClass()}))}render(){if("wrapper"==this.mode)return o(i,{class:this.textDisplay},this.styles&&o("style",null,this.styles),o("div",{class:"wrapper-content"},o("slot",null),o("div",{class:`tooltip ${this.position} ${this.theme}`},o("slot",{name:"description"}),this.description)));{const t=this.getCssClassMap(),r=this.getLineCuttoff();let e=this.description.substring(0,this.maxLength);if(this.description.length>this.maxLength){const t=e.lastIndexOf(" ");e=e.substring(0,t),e+="... "}return o(i,{class:this.textDisplay},this.styles&&o("style",null,this.styles),this.textLines>0&&this.textLines?o("div",{class:"ellipsis-by-line-boxing",style:r},this.description):o("div",{class:t},e),o("div",{class:`tooltip ${this.position} ${this.theme}`},this.description))}}getCssClassMap(){return{"text-ellipsis":!0,[this.zIndex]:this.description.length>this.maxLength,truncated:this.description.length>this.maxLength&&!this.textLines}}getLineCuttoff(){let t;return this.textLines&&this.textLines>0&&(t={"-webkit-line-clamp":`${this.textLines}`}),t}get el(){return r(this)}};e.style=':host{position:relative}:host(.inline){display:inline}:host(.block){display:block}.text-ellipsis{position:relative;display:inline}.text-ellipsis:not(.truncated){z-index:auto !important}.z-auto{z-index:auto}.z-1{z-index:1}.z-2{z-index:2}.z-3{z-index:3}.z-999{z-index:999}.tooltip{position:absolute;padding:8px;color:var(--color-white);font-size:var(--ptc-font-size-xxx-small);font-weight:var(--ptc-font-weight-semibold);background:var(--color-gray-09);box-shadow:0px 2px 4px rgba(0, 0, 0, 0.3);border:none;border-radius:2px;width:273px;height:auto;visibility:hidden;text-align:left;text-shadow:none}.tooltip.danger{color:var(--color-red-07);font-family:var(--ptc-font-latin);font-weight:var(--ptc-font-weight-semibold);font-size:var(--ptc-font-size-xx-small);line-height:var(--ptc-line-height-p);border:2px solid var(--color-red-07);border-radius:var(--ptc-border-radius-standard);background-color:var(--color-white);padding:var(--ptc-element-spacing-06)}.tooltip.danger a{color:var(--color-blue-07)}.tooltip.bottom{bottom:-12px;transform:translateY(100%)}.tooltip.bottom::after{top:1px;left:50%;transform:translate(-50%, -100%);border:8px solid transparent;border-bottom:8px solid var(--color-gray-09)}.tooltip.left{bottom:-12px;transform:translate(-80%, 100%)}.tooltip.left::after{top:1px;right:8px;transform:translateY(-100%);border:8px solid transparent;border-bottom:8px solid var(--color-gray-09)}.tooltip.right{bottom:-12px;transform:translateY(100%);right:0px}.tooltip.right::after{top:1px;left:8px;transform:translateY(-100%);border:8px solid transparent;border-bottom:8px solid var(--color-gray-09)}.tooltip.top{top:-8px;transform:translateY(-100%)}.tooltip.top::after{left:50%;bottom:1px;transform:translate(-50%, 100%);border:8px solid transparent;border-top:8px solid var(--color-gray-09)}.tooltip.bottom-right{bottom:-12px;transform:translate(-60%, 100%)}.tooltip.bottom-right::after{top:1px;left:75%;transform:translate(-50%, -100%);border:8px solid transparent;border-bottom:8px solid var(--color-gray-09)}.tooltip.danger::after{top:0;border-bottom:8px solid var(--color-red-07)}.truncated{cursor:help}.truncated:hover+.tooltip{visibility:visible;z-index:9999}.wrapper-content{display:inline-block;position:relative}.wrapper-content .tooltip{width:auto;min-width:72px;max-width:273px}.wrapper-content slot:hover+.tooltip{visibility:visible;z-index:9999}.tooltip::after{content:"";position:absolute}.ellipsis-by-line-boxing{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;overflow-wrap:break-word;padding-bottom:0}';export{e as ptc_tooltip}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as t,c as e,h as o}from"./p-9fb2ab8c.js";const i=class{constructor(o){t(this,o),this.tabClicked=e(this,"tabClicked",7),this.id=this.generateId(),this.name=void 0,this.tooltip=void 0,this.isSelected=!1}async getChild(){let t=this,e=new Promise((function(e){e({select:t.select.bind(t),unselect:t.unselect.bind(t),name:t.name,id:t.id})}));return await e}unselect(){this.isSelected=!1}select(){this.isSelected=!0}onClick(){this.tabClicked.emit(this.getChild())}generateId(){return Math.random().toString(36).substring(2,10)}render(){return[o("h2",{class:{"tab-header":!0,"tab-header-selected":this.isSelected},onClick:this.onClick.bind(this)},o("span",{class:"header-content"},o("slot",null)),this.tooltip&&o("div",{class:"tooltip"},this.tooltip))]}};i.style='.tab-header{min-height:40px;min-width:40px;padding:5px;margin:0;cursor:pointer;position:relative;display:flex;justify-content:center;align-items:center;border-bottom:2px solid transparent;font-family:"Raleway";font-style:normal;font-weight:700;font-size:var(--ptc-font-size-small);line-height:var(--ptc-line-height-p);white-space:nowrap;text-align:center;color:var(--color-gray-07);position:relative}.tab-header::after{content:"";width:100%;height:2px;background-color:var(--color-gray-02);position:absolute;display:block;left:0;right:0;bottom:-4px}@media (max-width: 599px){.tab-header{min-width:100px;min-width:150px}}.tab-header-selected{color:var(--color-gray-10);font-weight:var(--ptc-font-weight-bold)}.tab-header-selected::after{background-color:var(--color-green-07)}.tooltip{display:none}@media (max-width: 525px){.header-content{text-overflow:ellipsis;overflow:hidden}h2{max-width:100px}h2 .tooltip{display:block;position:absolute;bottom:-12px;transform:translateY(100%);padding:8px;color:var(--color-white);font-size:var(--ptc-font-size-xxx-small);font-weight:var(--ptc-font-weight-semibold);background:var(--color-gray-09);box-shadow:rgba(0, 0, 0, 0.3) 0px 2px 4px;border:none;border-radius:2px;width:273px;height:auto;display:none}h2 .tooltip::after{content:"";position:absolute;top:1px;left:50%;transform:translate(-50%, -100%);border-top:8px solid transparent;border-right:8px solid transparent;border-left:8px solid transparent;border-image:initial;border-bottom:8px solid var(--color-gray-09)}h2:hover .tooltip{display:block}}';export{i as tab_header}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as a,h as r,H as i}from"./p-9fb2ab8c.js";const o=class{constructor(r){a(this,r),this.cardType=void 0,this.cardHref=void 0,this.cardHrefAlt=void 0,this.target="_self",this.rel=void 0,this.cardLogo=void 0,this.heading=void 0,this.description=void 0,this.windowSize="mobile"}handleResize(){this.windowSize=window.innerWidth<992?"mobile":"desktop"}componentWillLoad(){this.handleResize()}render(){return r(i,{class:this.cardType},r("div",{class:"nav-card-wrap"},"links-card"==this.cardType?r("div",{class:"links-card-wrap"},r("h3",null,r("a",{href:""},this.heading,r("svg",{width:"12",height:"10",viewBox:"0 0 12 10",fill:"none",xmlns:"http://www.w3.org/2000/svg"},r("path",{d:"M6.3125 0.3125L6.3125 3.66515L-1.46549e-07 3.66515L-2.63246e-07 6.33487L6.3125 6.33487L6.3125 9.6875L11.25 4.96896L6.3125 0.3125Z",fill:"#3DAB49"})))),r("slot",null)):r("a",{href:this.cardHref,class:"media-card-wrap"},this.cardLogo&&r("div",{class:"card-logo"},r("img",{src:this.cardLogo,alt:this.cardHrefAlt})),r("div",{class:"card-content"},r("h4",null,"mobile"===this.windowSize?this.heading:r("ptc-tooltip",{"text-display":"inline","text-lines":"2","z-index":"z-2",description:this.heading,position:"bottom"},this.heading),"cta-card"==this.cardType&&r("svg",{width:"12",height:"10",viewBox:"0 0 12 10",fill:"none",xmlns:"http://www.w3.org/2000/svg"},r("path",{d:"M6.3125 0.3125L6.3125 3.66515L-1.46549e-07 3.66515L-2.63246e-07 6.33487L6.3125 6.33487L6.3125 9.6875L11.25 4.96896L6.3125 0.3125Z",fill:"#3DAB49"}))),this.description&&r("p",null,"mobile"===this.windowSize?this.description:r("ptc-tooltip",{"text-display":"inline","text-lines":"2","z-index":"z-2",description:this.description,position:"bottom"},this.description))))))}};o.style=":host{display:flex;height:100%;width:100%;position:relative}:host .nav-card-wrap{padding:1rem;display:flex;align-items:center;width:100%;border-radius:var(--ptc-border-radius-standard);background-color:var(--color-gray-12)}@media only screen and (min-width: 1200px){:host .nav-card-wrap{background-color:var(--color-gray-10)}:host .nav-card-wrap:hover{background-color:var(--color-gray-08)}}:host .nav-card-wrap h4,:host .nav-card-wrap p,:host .nav-card-wrap a{color:var(--color-white);margin:0;text-decoration:none}:host .nav-card-wrap .media-card-wrap{width:100%;display:flex;align-items:center}:host .nav-card-wrap .media-card-wrap h4{margin-bottom:0.25rem;font-weight:600;display:flex;align-items:center;font-size:var(--ptc-font-size-medium)}@media only screen and (min-width: 1200px){:host .nav-card-wrap .media-card-wrap h4{font-size:var(--ptc-font-size-xxx-small);font-weight:800}}:host .nav-card-wrap .media-card-wrap p{font-size:var(--ptc-font-size-x-small)}@media only screen and (min-width: 1200px){:host .nav-card-wrap .media-card-wrap p{font-size:var(--ptc-font-size-xxx-small)}}:host .nav-card-wrap .media-card-wrap .card-logo{padding-right:1rem}:host .nav-card-wrap .media-card-wrap .card-logo img{width:100%;max-width:1.5rem;min-width:1.5rem}:host(.cta-card) .nav-card-wrap{border:1px solid var(--color-gray-10);border-radius:var(--ptc-border-radius-standard);background-color:var(--color-gray-09)}@media only screen and (min-width: 1200px){:host(.cta-card) .nav-card-wrap{background-color:transparent}}:host(.cta-card) .nav-card-wrap:hover{background-color:var(--color-gray-08)}:host(.cta-card) .nav-card-wrap .card-content{margin:auto}:host(.cta-card) .nav-card-wrap .card-content svg{vertical-align:middle;margin-left:0.375rem}:host(.links-card) .nav-card-wrap{padding:2rem 0rem 0.75rem 0rem;border-radius:var(--ptc-border-radius-standard);background-color:transparent;border:1px solid var(--color-gray-07);border-left:none;border-right:none;border-bottom:none;border-radius:0;align-items:flex-start}@media only screen and (min-width: 992px){:host(.links-card) .nav-card-wrap{padding:1.5rem;border:1px solid var(--color-gray-07);border-radius:var(--ptc-border-radius-standard)}}@media only screen and (min-width: 1200px){:host(.links-card) .nav-card-wrap{border:1px solid var(--color-gray-10)}}:host(.links-card) .nav-card-wrap:hover{background-color:transparent}:host(.links-card) .nav-card-wrap h3{margin:0 0 0.75rem 0;border-bottom:1.5px solid transparent;display:inline-block;font-weight:800}:host(.links-card) .nav-card-wrap h3 svg{margin-left:0.375rem;display:none;vertical-align:middle}:host(.links-card) .nav-card-wrap h3:hover{border-color:var(--color-green-06)}:host(.links-card) .nav-card-wrap h3:hover svg{display:inline-block}:host(.links-card) .nav-card-wrap h3 a{font-size:var(--ptc-font-size-medium)}@media only screen and (min-width: 1200px){:host(.links-card) .nav-card-wrap h3 a{font-size:var(--ptc-font-size-x-small)}}:host(.links-card) ::slotted(ptc-link){padding:6px 0}";export{o as ptc_nav_card}
|