@ptcwebops/ptcw-design 3.0.2 → 3.0.4

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.
Files changed (122) hide show
  1. package/dist/cjs/embedded-form.cjs.entry.js +108 -0
  2. package/dist/cjs/footer-form.cjs.entry.js +1 -1
  3. package/dist/cjs/loader.cjs.js +1 -1
  4. package/dist/cjs/max-width-container.cjs.entry.js +54 -0
  5. package/dist/cjs/ptc-button.cjs.entry.js +52 -0
  6. package/dist/cjs/ptc-data-lookup.cjs.entry.js +496 -0
  7. package/dist/cjs/ptc-filter-dropdown_4.cjs.entry.js +1 -1
  8. package/dist/cjs/ptc-filter-level-theater.cjs.entry.js +6 -1
  9. package/dist/cjs/{embedded-form_9.cjs.entry.js → ptc-form-checkbox_3.cjs.entry.js} +12 -804
  10. package/dist/cjs/ptc-form.cjs.entry.js +1 -1
  11. package/dist/cjs/ptc-modal-quiz.cjs.entry.js +1 -1
  12. package/dist/cjs/ptc-pricing-packaging-table.cjs.entry.js +7 -5
  13. package/dist/cjs/ptc-quote.cjs.entry.js +3 -2
  14. package/dist/cjs/ptc-spacer.cjs.entry.js +38 -0
  15. package/dist/cjs/ptc-title.cjs.entry.js +78 -0
  16. package/dist/cjs/ptc-value-led-card.cjs.entry.js +21 -0
  17. package/dist/cjs/ptc-value-led-content-highlight.cjs.entry.js +19 -0
  18. package/dist/cjs/ptc-value-led-content.cjs.entry.js +19 -0
  19. package/dist/cjs/ptc-value-led-intro.cjs.entry.js +20 -0
  20. package/dist/cjs/ptc-value-led-layout.cjs.entry.js +2 -2
  21. package/dist/cjs/ptc-value-led-speed-bump.cjs.entry.js +32 -0
  22. package/dist/cjs/ptcw-design.cjs.js +1 -1
  23. package/dist/collection/collection-manifest.json +5 -1
  24. package/dist/collection/components/organism-bundles/form/embedded-form/embedded-form.js +1 -1
  25. package/dist/collection/components/organism-bundles/form/footer-form/footer-form.js +1 -1
  26. package/dist/collection/components/organism-bundles/form/ptc-form/ptc-form.js +1 -1
  27. package/dist/collection/components/ptc-button/ptc-button.css +42 -0
  28. package/dist/collection/components/ptc-button/ptc-button.js +20 -1
  29. package/dist/collection/components/ptc-filter-dropdown/ptc-filter-dropdown.js +1 -1
  30. package/dist/collection/components/ptc-filter-level-theater/ptc-filter-level-theater.js +27 -1
  31. package/dist/collection/components/ptc-modal-quiz/ptc-modal-quiz.css +6 -1
  32. package/dist/collection/components/ptc-pricing-packaging-table/ptc-pricing-packaging-table.js +7 -5
  33. package/dist/collection/components/ptc-quote/ptc-quote.css +28 -0
  34. package/dist/collection/components/ptc-quote/ptc-quote.js +4 -3
  35. package/dist/collection/components/ptc-select/ptc-select.js +4 -4
  36. package/dist/collection/components/ptc-textfield/ptc-textfield.js +12 -16
  37. package/dist/collection/components/ptc-value-led-card/ptc-value-led-card.css +36 -0
  38. package/dist/collection/components/ptc-value-led-card/ptc-value-led-card.js +60 -0
  39. package/dist/collection/components/ptc-value-led-content/ptc-value-led-content.css +12 -0
  40. package/dist/collection/components/ptc-value-led-content/ptc-value-led-content.js +18 -0
  41. package/dist/collection/components/ptc-value-led-content-highlight/ptc-value-led-content-highlight.css +31 -0
  42. package/dist/collection/components/ptc-value-led-content-highlight/ptc-value-led-content-highlight.js +18 -0
  43. package/dist/collection/components/ptc-value-led-intro/ptc-value-led-intro.css +16 -0
  44. package/dist/collection/components/ptc-value-led-intro/ptc-value-led-intro.js +42 -0
  45. package/dist/collection/components/ptc-value-led-layout/ptc-value-led-layout.css +22 -3
  46. package/dist/collection/components/ptc-value-led-layout/ptc-value-led-layout.js +1 -1
  47. package/dist/collection/components/ptc-value-led-speed-bump/ptc-value-led-speed-bump.css +63 -0
  48. package/dist/collection/components/ptc-value-led-speed-bump/ptc-value-led-speed-bump.js +97 -0
  49. package/dist/custom-elements/index.d.ts +30 -6
  50. package/dist/custom-elements/index.js +139 -571
  51. package/dist/esm/embedded-form.entry.js +104 -0
  52. package/dist/esm/footer-form.entry.js +1 -1
  53. package/dist/esm/loader.js +1 -1
  54. package/dist/esm/max-width-container.entry.js +50 -0
  55. package/dist/esm/ptc-button.entry.js +48 -0
  56. package/dist/esm/ptc-data-lookup.entry.js +492 -0
  57. package/dist/esm/ptc-filter-dropdown_4.entry.js +1 -1
  58. package/dist/esm/ptc-filter-level-theater.entry.js +6 -1
  59. package/dist/esm/{embedded-form_9.entry.js → ptc-form-checkbox_3.entry.js} +14 -800
  60. package/dist/esm/ptc-form.entry.js +1 -1
  61. package/dist/esm/ptc-modal-quiz.entry.js +1 -1
  62. package/dist/esm/ptc-pricing-packaging-table.entry.js +7 -5
  63. package/dist/esm/ptc-quote.entry.js +3 -2
  64. package/dist/esm/ptc-spacer.entry.js +34 -0
  65. package/dist/esm/ptc-title.entry.js +74 -0
  66. package/dist/esm/ptc-value-led-card.entry.js +17 -0
  67. package/dist/esm/ptc-value-led-content-highlight.entry.js +15 -0
  68. package/dist/esm/ptc-value-led-content.entry.js +15 -0
  69. package/dist/esm/ptc-value-led-intro.entry.js +16 -0
  70. package/dist/esm/ptc-value-led-layout.entry.js +2 -2
  71. package/dist/esm/ptc-value-led-speed-bump.entry.js +28 -0
  72. package/dist/esm/ptcw-design.js +1 -1
  73. package/dist/ptcw-design/p-036234e7.entry.js +1 -0
  74. package/dist/ptcw-design/{p-ed2cc9da.entry.js → p-08ed517e.entry.js} +1 -1
  75. package/dist/ptcw-design/p-137ddeeb.entry.js +1 -0
  76. package/dist/ptcw-design/p-18dfffd3.entry.js +359 -0
  77. package/dist/ptcw-design/p-236073e1.entry.js +1 -0
  78. package/dist/ptcw-design/p-2e4af711.entry.js +1 -0
  79. package/dist/ptcw-design/p-33c054ff.entry.js +1 -0
  80. package/dist/ptcw-design/{p-f00b4b73.entry.js → p-3ca391ab.entry.js} +1 -1
  81. package/dist/ptcw-design/p-3faffecb.entry.js +1 -0
  82. package/dist/ptcw-design/p-49f06645.entry.js +1 -0
  83. package/dist/ptcw-design/p-641bd525.entry.js +1 -0
  84. package/dist/ptcw-design/p-744b640e.entry.js +1 -0
  85. package/dist/ptcw-design/p-752f779c.entry.js +1 -0
  86. package/dist/ptcw-design/p-7aa6b7e5.entry.js +1 -0
  87. package/dist/ptcw-design/p-7c079ff8.entry.js +1 -0
  88. package/dist/ptcw-design/p-92bbd407.entry.js +1 -0
  89. package/dist/ptcw-design/p-9a36f7a3.entry.js +1 -0
  90. package/dist/ptcw-design/p-a5bbf47d.entry.js +1 -0
  91. package/dist/ptcw-design/p-d2c400e2.entry.js +1 -0
  92. package/dist/ptcw-design/p-f1c77113.entry.js +1 -0
  93. package/dist/ptcw-design/ptcw-design.css +2 -2
  94. package/dist/ptcw-design/ptcw-design.esm.js +1 -1
  95. package/dist/types/components/ptc-button/ptc-button.d.ts +4 -0
  96. package/dist/types/components/ptc-filter-level-theater/ptc-filter-level-theater.d.ts +1 -0
  97. package/dist/types/components/ptc-pricing-packaging-table/ptc-pricing-packaging-table.d.ts +2 -0
  98. package/dist/types/components/ptc-quote/ptc-quote.d.ts +1 -1
  99. package/dist/types/components/ptc-select/ptc-select.d.ts +1 -1
  100. package/dist/types/components/ptc-textfield/ptc-textfield.d.ts +1 -1
  101. package/dist/types/components/ptc-value-led-card/ptc-value-led-card.d.ts +5 -0
  102. package/dist/types/components/ptc-value-led-content/ptc-value-led-content.d.ts +3 -0
  103. package/dist/types/components/ptc-value-led-content-highlight/ptc-value-led-content-highlight.d.ts +3 -0
  104. package/dist/types/components/ptc-value-led-intro/ptc-value-led-intro.d.ts +4 -0
  105. package/dist/types/components/ptc-value-led-speed-bump/ptc-value-led-speed-bump.d.ts +10 -0
  106. package/dist/types/components.d.ts +93 -75
  107. package/package.json +1 -1
  108. package/readme.md +1 -1
  109. package/dist/cjs/ptc-pricing-table.cjs.entry.js +0 -536
  110. package/dist/collection/components/ptc-pricing-table/ptc-pricing-table.css +0 -278
  111. package/dist/collection/components/ptc-pricing-table/ptc-pricing-table.js +0 -680
  112. package/dist/esm/ptc-pricing-table.entry.js +0 -532
  113. package/dist/ptcw-design/p-220f86c0.entry.js +0 -1
  114. package/dist/ptcw-design/p-4a865061.entry.js +0 -1
  115. package/dist/ptcw-design/p-b0b4ebd6.entry.js +0 -359
  116. package/dist/ptcw-design/p-b2d01ad4.entry.js +0 -1
  117. package/dist/ptcw-design/p-c20538ec.entry.js +0 -1
  118. package/dist/ptcw-design/p-e8bd06a4.entry.js +0 -1
  119. package/dist/ptcw-design/p-f2621425.entry.js +0 -1
  120. package/dist/ptcw-design/p-f29c71fe.entry.js +0 -1
  121. package/dist/types/components/ptc-pricing-table/ptc-pricing-table.d.ts +0 -110
  122. package/dist/types/utils/eloqua.d.ts +0 -8
@@ -17,7 +17,7 @@ const patchBrowser = () => {
17
17
  };
18
18
 
19
19
  patchBrowser().then(options => {
20
- return index.bootstrapLazy(JSON.parse("[[\"bundle-jumbotron-example.cjs\",[[1,\"bundle-jumbotron-example\",{\"jumbotron\":[1],\"isIframe\":[4,\"is-iframe\"]}]]],[\"ptc-featured-list.cjs\",[[1,\"ptc-featured-list\",{\"isMobile\":[32],\"selectedTabGloble\":[32]},[[9,\"resize\",\"handleResize\"],[4,\"flTabClicked\",\"handleflTabClicked\"]]]]],[\"featured-list.cjs\",[[1,\"featured-list\",{\"isMobile\":[32],\"selectedTabGloble\":[32]},[[9,\"resize\",\"handleResize\"],[4,\"flTabClicked\",\"handleflTabClicked\"]]]]],[\"ptc-filter-level-theater.cjs\",[[1,\"ptc-filter-level-theater\",{\"selectedTab\":[32],\"lastSelectedTab\":[32],\"lastSelectedTabGroup\":[32],\"selectedTabGroup\":[32]},[[4,\"selectedFilterValues\",\"handleSelectedFilterValues\"]]]]],[\"ptc-pricing-packaging-table.cjs\",[[1,\"ptc-pricing-packaging-table\",{\"pageWithSubnav\":[4,\"page-with-subnav\"],\"tableTitle\":[1,\"table-title\"],\"tableSubTitle\":[1,\"table-sub-title\"],\"dataRows\":[2,\"data-rows\"],\"dataCols\":[2,\"data-cols\"],\"disclaimerCount\":[2,\"disclaimer-count\"],\"isDesktopView\":[32],\"cellWidthXXS\":[32],\"cellWidthMD\":[32],\"cellLeftRightPadding\":[32],\"headerType\":[32],\"lastScrollTop\":[32],\"scrollTimeInterval\":[32],\"scrollAmount\":[32],\"scrollLimit\":[32],\"stickyTopAt\":[32],\"columnHeaderLinks\":[32],\"hasEmptySpace\":[32],\"showFillerCells\":[32],\"showCtaButtonsRow\":[32],\"ctaButtons\":[32],\"disclaimers\":[32],\"tableDescription\":[32]}]]],[\"ptc-pricing-table.cjs\",[[1,\"ptc-pricing-table\",{\"pageWithSubnav\":[4,\"page-with-subnav\"],\"tableTitle\":[1,\"table-title\"],\"tableSubTitle\":[1,\"table-sub-title\"],\"tableDescription\":[1,\"table-description\"],\"dataRows\":[2,\"data-rows\"],\"dataCols\":[2,\"data-cols\"],\"disclaimerCount\":[2,\"disclaimer-count\"],\"scrollTopClipperHeight\":[32],\"desktopHeaderFirstCellWidth\":[32],\"targetElements\":[32],\"columnHeaderLinks\":[32],\"lastScrollTop\":[32],\"scrollTimeInterval\":[32],\"scrollAmount\":[32],\"scrollLimit\":[32],\"mobileHeaderRowColSpan\":[32],\"showCtaButtonsRow\":[32],\"ctaButtons\":[32],\"disclaimers\":[32]}]]],[\"ptc-form.cjs\",[[0,\"ptc-form\",{\"formData\":[32]}]]],[\"ptc-pricing-add-on-section.cjs\",[[4,\"ptc-pricing-add-on-section\",{\"cardCount\":[2,\"card-count\"],\"cardData\":[32]}]]],[\"sequential-bundle.cjs\",[[1,\"sequential-bundle\",{\"isMobile\":[32]},[[9,\"resize\",\"handleResize\"]]]]],[\"author-listing-example.cjs\",[[1,\"author-listing-example\",{\"defaultAuthorImage\":[1,\"default-author-image\"],\"isLoading\":[32],\"loadedCardCount\":[32],\"cardsPerLoad\":[32],\"cardData\":[32]},[[9,\"scroll\",\"handleScroll\"]]]]],[\"bundle-example.cjs\",[[1,\"bundle-example\",{\"isLoading\":[32],\"picWidth\":[32],\"picHeight\":[32],\"cardHeights\":[32],\"maxCardHeight\":[32]},[[9,\"resize\",\"handleWindowResize\"],[16,\"squareHeightChanged\",\"squareHeightChangedHandler\"]]]]],[\"ptc-product-sidebar.cjs\",[[1,\"ptc-product-sidebar\",{\"suggestionList\":[16],\"searchTerm\":[32],\"suggestions\":[32]},[[4,\"dropdownTouched\",\"handleDropdownTouched\"],[0,\"click\",\"handleClick\"],[4,\"clearCtaClicked\",\"handleclearCtaClicked\"],[4,\"selectedValues\",\"handleSelectedValues\"]]]]],[\"ptc-embedded-quiz.cjs\",[[1,\"ptc-embedded-quiz\",{\"getQuizEndpoint\":[1,\"get-quiz-endpoint\"],\"quiz\":[32],\"slide\":[32],\"traversal\":[32]}]]],[\"ptc-product-card.cjs\",[[1,\"ptc-product-card\",{\"cardTitle\":[1,\"card-title\"],\"cardImage\":[1,\"card-image\"],\"cardImageAltText\":[1,\"card-image-alt-text\"],\"cardDescription\":[1,\"card-description\"],\"cardCtaText\":[1,\"card-cta-text\"],\"toggleCtaTitle\":[1,\"toggle-cta-title\"],\"isSlotEmpty\":[4,\"is-slot-empty\"],\"isOpen\":[32]}]]],[\"ptc-modal-quiz.cjs\",[[1,\"ptc-modal-quiz\",{\"totalQuestions\":[2,\"total-questions\"],\"modalId\":[1,\"modal-id\"],\"currentQuestion\":[32],\"currentSelectedPriority\":[32],\"selectedPriorityRadio\":[32],\"answers\":[32],\"traversal\":[32]}]]],[\"ptc-news.cjs\",[[1,\"ptc-news\",{\"newsTag\":[1,\"news-tag\"],\"newsTitle\":[1,\"news-title\"],\"newsSecondaryTitle\":[1,\"news-secondary-title\"],\"newsDate\":[1,\"news-date\"],\"newsSummary\":[1,\"news-summary\"],\"newsImage\":[1,\"news-image\"],\"newsImageAlt\":[1,\"news-image-alt\"],\"newsDownloadUrl\":[1,\"news-download-url\"]}]]],[\"ptc-product-category.cjs\",[[1,\"ptc-product-category\",{\"categoryTitle\":[1,\"category-title\"],\"categoryDescription\":[1,\"category-description\"]}]]],[\"ptc-product-highlight-card.cjs\",[[1,\"ptc-product-highlight-card\",{\"cardTitle\":[1,\"card-title\"],\"cardImage\":[1,\"card-image\"],\"cardImageAltText\":[1,\"card-image-alt-text\"],\"cardDescription\":[1,\"card-description\"]}]]],[\"ptc-announcement.cjs\",[[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],\"customMaxLines\":[2,\"custom-max-lines\"],\"moreText\":[1,\"more-text\"],\"windowSize\":[32]},[[9,\"resize\",\"handleResize\"]]]]],[\"ptc-collapse-list.cjs\",[[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]}]]],[\"ptc-product-list.cjs\",[[1,\"ptc-product-list\",null,[[4,\"selectedResult\",\"handleSearchResult\"],[4,\"clearsearch\",\"handleSearchResult\"],[4,\"selectedValues\",\"handleMultipleSearchResult\"],[4,\"emptyResult\",\"handleEmptyResult\"]]]]],[\"ptc-hero.cjs\",[[1,\"ptc-hero\",{\"heroType\":[1,\"hero-type\"],\"bgUrl\":[1,\"bg-url\"],\"contentAlignment\":[1,\"content-alignment\"]}]]],[\"ptc-previous-url.cjs\",[[1,\"ptc-previous-url\",{\"href\":[1],\"text\":[1],\"styles\":[1]}]]],[\"ptc-pricing-tabs.cjs\",[[1,\"ptc-pricing-tabs\",{\"productTag\":[1,\"product-tag\"],\"header\":[1],\"tabLabel\":[1,\"tab-label\"],\"filterTag\":[1,\"filter-tag\"],\"styles\":[1],\"tabItems\":[32],\"isMobileViewPort\":[32],\"isDesktopViewPort\":[32]},[[9,\"resize\",\"setIsMobileViewPort\"]]]]],[\"ptc-bio-card.cjs\",[[1,\"ptc-bio-card\",{\"name\":[1],\"jobTitle\":[1,\"job-title\"],\"image\":[1],\"linkedin\":[1],\"twitter\":[1],\"showModal\":[32]}]]],[\"ptc-checkbox.cjs\",[[1,\"ptc-checkbox\",{\"checked\":[1025],\"value\":[1025],\"disabled\":[1028],\"inputName\":[1,\"input-name\"]}]]],[\"ptc-dropdown.cjs\",[[1,\"ptc-dropdown\",{\"theme\":[1],\"label\":[1],\"listItems\":[16],\"toggle\":[32],\"selectedItem\":[32]},[[4,\"click\",\"offClick\"]]]]],[\"ptc-filter-tag.cjs\",[[1,\"ptc-filter-tag\",{\"theme\":[1],\"iconColorMap\":[32]}]]],[\"ptc-list.cjs\",[[1,\"ptc-list\",{\"listType\":[1,\"list-type\"],\"listItems\":[16]}]]],[\"ptc-mobile-select.cjs\",[[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\"]}]]],[\"ptc-nav-submenu.cjs\",[[1,\"ptc-nav-submenu\",{\"label\":[1],\"iconAssetName\":[1025,\"icon-asset-name\"],\"iconSrc\":[1,\"icon-src\"]}]]],[\"ptc-pagenation.cjs\",[[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],\"styles\":[1],\"pageNumbers\":[32],\"isSmallScreen\":[32]},[[9,\"resize\",\"windowResize\"]]]]],[\"ptc-podcast-card.cjs\",[[1,\"ptc-podcast-card\",{\"heading\":[1],\"imageSrc\":[1,\"image-src\"],\"altText\":[1,\"alt-text\"]}]]],[\"dynamic-box-bundle.cjs\",[[1,\"dynamic-box-bundle\",{\"topImgSrc\":[1,\"top-img-src\"],\"topImgAlt\":[1,\"top-img-alt\"],\"boxHeight\":[2,\"box-height\"],\"isHovering\":[32]},[[1,\"mouseover\",\"handleMouseOver\"],[1,\"mouseout\",\"handleMouseOut\"]]]]],[\"ptc-accordion-item.cjs\",[[1,\"ptc-accordion-item\",{\"heading\":[1],\"headingTag\":[1,\"heading-tag\"],\"autoHeight\":[4,\"auto-height\"],\"active\":[1540],\"theme\":[1537],\"hasHeadingSlot\":[32],\"hasArrowSlot\":[32],\"toggle\":[64],\"close\":[64],\"open\":[64]}]]],[\"embedded-form_9.cjs\",[[0,\"embedded-form\",{\"formData\":[32],\"isSubmitted\":[32]}],[4,\"ptc-data-lookup\",{\"elqSiteId\":[1,\"elq-site-id\"],\"elqVisitorLookupKey\":[1,\"elq-visitor-lookup-key\"],\"elqRecipientIdLookupKey\":[1,\"elq-recipient-id-lookup-key\"],\"elqContactLookupKey\":[1,\"elq-contact-lookup-key\"],\"elqFieldEmailRecId\":[1,\"elq-field-email-rec-id\"],\"elqFieldContactEmail\":[1,\"elq-field-contact-email\"],\"elqFieldVisitorEmail\":[1,\"elq-field-visitor-email\"],\"elqFieldVisitorFirstname\":[1,\"elq-field-visitor-firstname\"],\"elqFieldVisitorLastname\":[1,\"elq-field-visitor-lastname\"],\"notmeLinkId\":[1,\"notme-link-id\"],\"notmeFieldsClass\":[1,\"notme-fields-class\"],\"notmeMessage\":[1,\"notme-message\"],\"notmeMessageNoname\":[1,\"notme-message-noname\"],\"isBlindSubmit\":[4,\"is-blind-submit\"],\"isInitialized\":[32],\"performDataLookup\":[64]}],[4,\"ptc-select\",{\"fieldId\":[1,\"field-id\"],\"label\":[1],\"isRequired\":[4,\"is-required\"],\"helpertext\":[1],\"name\":[1],\"disabled\":[4],\"selectedValue\":[1025,\"selected-value\"],\"ptcDataEloquaName\":[1,\"ptc-data-eloqua-name\"],\"ptcDataTargetEloquaName\":[1,\"ptc-data-target-eloqua-name\"]}],[0,\"ptc-form-checkbox\",{\"checkboxId\":[1,\"checkbox-id\"],\"label\":[1],\"required\":[4],\"isChecked\":[1028,\"is-checked\"],\"name\":[1],\"helpertext\":[1],\"hideCheckbox\":[4,\"hide-checkbox\"],\"hasError\":[32],\"validateCheckbox\":[64]}],[0,\"ptc-textfield\",{\"fieldId\":[1,\"field-id\"],\"type\":[1],\"required\":[4],\"ptcMaxLength\":[2,\"ptc-max-length\"],\"labelText\":[1025,\"label-text\"],\"helpertext\":[1025],\"disabled\":[4],\"name\":[1],\"ptcDataEloquaName\":[1,\"ptc-data-eloqua-name\"],\"ptcDataTargetEloquaName\":[1,\"ptc-data-target-eloqua-name\"],\"inputValue\":[1025,\"input-value\"],\"customValidation\":[16],\"syncCountry\":[64]},[[0,\"input\",\"handleInput\"],[2,\"blur\",\"inputBlurHandler\"]]],[1,\"max-width-container\",{\"maxWidthP\":[2,\"max-width-p\"],\"maxWidth\":[2,\"max-width\"],\"breakpoint\":[2],\"contentAlign\":[1,\"content-align\"],\"styles\":[1]}],[1,\"ptc-spacer\",{\"breakpoint\":[1],\"size\":[1],\"direction\":[1]}],[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],\"textAlign\":[1,\"text-align\"]}],[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\"]}]]],[\"sequential-bundle-example.cjs\",[[1,\"sequential-bundle-example\",{\"isInteralCardsExpanded\":[1040],\"isMobile\":[32],\"expandedCardIndex\":[32]},[[9,\"resize\",\"handleResize\"]]]]],[\"footer-form.cjs\",[[1,\"footer-form\",{\"formData\":[32]}]]],[\"innovator-toggle-container.cjs\",[[1,\"innovator-toggle-container\",{\"sectionTitle\":[1,\"section-title\"],\"description\":[1],\"backgroundImage\":[1,\"background-image\"]}]]],[\"ptc-tab-list.cjs\",[[4,\"ptc-tab-list\",{\"type\":[1],\"isMobile\":[32],\"selectedValue\":[32]},[[0,\"tabClicked\",\"onSelectedTab\"],[9,\"resize\",\"calculateHeaderTabsRendering\"]]]]],[\"ptc-related-card-rail.cjs\",[[1,\"ptc-related-card-rail\",{\"footerQuerySelector\":[1,\"footer-query-selector\"],\"closed\":[32],\"cardInView\":[32],\"data\":[32],\"screenBasedProps\":[32]}]]],[\"ptc-square-card.cjs\",[[1,\"ptc-square-card\",{\"number\":[1],\"arrowDirection\":[1,\"arrow-direction\"]}]]],[\"ptc-sticky-title.cjs\",[[1,\"ptc-sticky-title\",{\"barTitle\":[1,\"bar-title\"],\"logo\":[1],\"isSticky\":[32]},[[9,\"scroll\",\"handleScroll\"]]]]],[\"ptc-theater-video-modal.cjs\",[[6,\"ptc-theater-video-modal\",{\"cards\":[32],\"showModal\":[32],\"currentCardIndex\":[32],\"filteredTagName\":[32],\"modalType\":[32],\"updateData\":[64]}]]],[\"ptc-value-prop-card.cjs\",[[1,\"ptc-value-prop-card\",{\"cardHref\":[1,\"card-href\"],\"target\":[1],\"rel\":[1],\"cardTitle\":[1,\"card-title\"],\"backgroundImage\":[1,\"background-image\"]}]]],[\"ptc-icon-minimize.cjs\",[[1,\"ptc-icon-minimize\",{\"heading\":[1025],\"opened\":[1028],\"timeStamp\":[32],\"Refresh\":[64]}]]],[\"ptc-media-card.cjs\",[[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\":[32]}]]],[\"ptc-quote.cjs\",[[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\"]}]]],[\"ptc-search-field.cjs\",[[1,\"ptc-search-field\",{\"textValue\":[1,\"text-value\"],\"placeholderLabel\":[1,\"placeholder-label\"],\"darkTheme\":[4,\"dark-theme\"],\"elevation\":[1],\"enableClear\":[4,\"enable-clear\"],\"styles\":[1],\"clearSearchValue\":[64]}]]],[\"ptc-slit-card.cjs\",[[1,\"ptc-slit-card\",{\"cardType\":[1,\"card-type\"],\"cardHref\":[1,\"card-href\"],\"target\":[1],\"rel\":[1],\"heading\":[1],\"content\":[1],\"styles\":[1],\"cardImage\":[1,\"card-image\"]}]]],[\"ptc-subnav-card.cjs\",[[1,\"ptc-subnav-card\",{\"cardTitle\":[1,\"card-title\"],\"cardHref\":[1,\"card-href\"],\"cardImageSrc\":[1,\"card-image-src\"],\"cardImageAlt\":[1,\"card-image-alt\"],\"ctaText\":[1,\"cta-text\"],\"ctaIconAssetName\":[1,\"cta-icon-asset-name\"]}]]],[\"tab-header.cjs\",[[0,\"tab-header\",{\"name\":[1],\"tooltip\":[1],\"tabHeaderText\":[1,\"tab-header-text\"],\"isSelected\":[32],\"maxLength\":[32],\"getChild\":[64]},[[9,\"resize\",\"handleWindowResize\"]]]]],[\"my-component.cjs\",[[1,\"my-component\",{\"first\":[1],\"middle\":[1],\"last\":[1]}]]],[\"ptc-accordion.cjs\",[[1,\"ptc-accordion\",{\"multiple\":[4],\"theme\":[1]},[[0,\"opened\",\"openHandler\"]]]]],[\"ptc-back-to-top.cjs\",[[1,\"ptc-back-to-top\",{\"showButton\":[32]},[[0,\"click\",\"handleClick\"]]]]],[\"ptc-brightcov-video.cjs\",[[2,\"ptc-brightcov-video\",{\"videoId\":[1,\"video-id\"]}]]],[\"ptc-case-studies-slider.cjs\",[[1,\"ptc-case-studies-slider\"]]],[\"ptc-container.cjs\",[[1,\"ptc-container\",{\"backgroundColor\":[1,\"background-color\"],\"elevation\":[1],\"containerType\":[1,\"container-type\"],\"spacing\":[1],\"styles\":[1]}]]],[\"ptc-hero-footer-cta.cjs\",[[6,\"ptc-hero-footer-cta\",{\"ctaTitle\":[1,\"cta-title\"],\"description\":[1],\"backgroundImage\":[1,\"background-image\"]}]]],[\"ptc-icon-component.cjs\",[[1,\"ptc-icon-component\",{\"isMobile\":[32]},[[9,\"resize\",\"handleResize\"]]]]],[\"ptc-icon-list.cjs\",[[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\"]}]]],[\"ptc-minimized-nav.cjs\",[[1,\"ptc-minimized-nav\",{\"linkUrl\":[513,\"link-url\"],\"imgSrc\":[513,\"img-src\"],\"imgAlt\":[513,\"img-alt\"],\"navType\":[1,\"nav-type\"]}]]],[\"ptc-nav-card.cjs\",[[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\"]]]]],[\"ptc-nav-link.cjs\",[[1,\"ptc-nav-link\",{\"href\":[1025],\"isOutsideLink\":[1028,\"is-outside-link\"],\"titleText\":[1025,\"title-text\"]},[[2,\"click\",\"handleClick\"]]]]],[\"ptc-nav-pills.cjs\",[[1,\"ptc-nav-pills\"]]],[\"ptc-nav-slider.cjs\",[[1,\"ptc-nav-slider\",{\"sliderId\":[1,\"slider-id\"]},[[0,\"dropdownClickEvent\",\"handledropdownClickEvent\"]]]]],[\"ptc-readmore-char.cjs\",[[1,\"ptc-readmore-char\",{\"maxCharacters\":[2,\"max-characters\"],\"description\":[1],\"readMoreText\":[1,\"read-more-text\"],\"readLessText\":[1,\"read-less-text\"],\"expanded\":[32]}]]],[\"ptc-responsive-wrapper.cjs\",[[1,\"ptc-responsive-wrapper\"]]],[\"ptc-shopping-cart.cjs\",[[1,\"ptc-shopping-cart\",{\"cartCount\":[1,\"cart-count\"],\"color\":[1]}]]],[\"ptc-span.cjs\",[[1,\"ptc-span\",{\"spanStyle\":[1,\"span-style\"],\"display\":[1],\"fontWeight\":[1,\"font-weight\"],\"styles\":[1]}]]],[\"ptc-sticky-icons.cjs\",[[1,\"ptc-sticky-icons\",null,[[9,\"resize\",\"handleResize\"]]]]],[\"ptc-sticky-section.cjs\",[[1,\"ptc-sticky-section\",null,[[9,\"scroll\",\"handleScroll\"]]]]],[\"ptc-subnav.cjs\",[[1,\"ptc-subnav\",{\"mobileTitle\":[1,\"mobile-title\"],\"navOpen\":[32]},[[9,\"scroll\",\"handleScroll\"],[0,\"navLinkClicked\",\"handleNavLinkClickedEvent\"]]]]],[\"ptc-tab.cjs\",[[1,\"ptc-tab\",{\"optionClicked\":[1540,\"option-clicked\"],\"label\":[1],\"price\":[1],\"active\":[4],\"disabled\":[516]}]]],[\"ptc-tabs.cjs\",[[1,\"ptc-tabs\",{\"tabs\":[32],\"openTab\":[64]}]]],[\"ptc-text-copy-with-background.cjs\",[[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],\"styles\":[1]}]]],[\"ptc-two-column-media.cjs\",[[1,\"ptc-two-column-media\",{\"componentType\":[1,\"component-type\"]}]]],[\"ptc-value-led-layout.cjs\",[[1,\"ptc-value-led-layout\",{\"topBackgroundImage\":[1,\"top-background-image\"],\"isMobile\":[32]},[[9,\"resize\",\"handleResize\"],[9,\"scroll\",\"handleScroll\"]]]]],[\"tab-content.cjs\",[[4,\"tab-content\",{\"name\":[1],\"isSelected\":[32],\"getChild\":[64]}]]],[\"ptc-pricing-add-on-card.cjs\",[[1,\"ptc-pricing-add-on-card\",{\"cardTitle\":[1,\"card-title\"],\"cardPricingText\":[1,\"card-pricing-text\"],\"cardCtaHref\":[1,\"card-cta-href\"],\"cardCtaText\":[1,\"card-cta-text\"],\"cardCtaTarget\":[1,\"card-cta-target\"],\"cardDisclaimer\":[1,\"card-disclaimer\"]}]]],[\"ptc-card.cjs\",[[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\"],\"country\":[1],\"styles\":[1],\"ribbonText\":[1,\"ribbon-text\"],\"eventType\":[1,\"event-type\"],\"cardLogo\":[1,\"card-logo\"],\"titleLineCutOff\":[2,\"title-line-cut-off\"],\"maxChars\":[2,\"max-chars\"],\"maxLines\":[2,\"max-lines\"],\"cardOverflow\":[1,\"card-overflow\"],\"isCreoCard\":[4,\"is-creo-card\"]}]]],[\"dropdown-item.cjs\",[[4,\"dropdown-item\",{\"linkHref\":[1,\"link-href\"],\"linkTarget\":[1,\"link-target\"]}]]],[\"ptc-ellipsis-dropdown.cjs\",[[1,\"ptc-ellipsis-dropdown\",{\"dataItems\":[16],\"selectedTab\":[1,\"selected-tab\"],\"isDropdownOpen\":[32],\"isMobile\":[32]},[[4,\"click\",\"offClick\"],[9,\"resize\",\"handleResize\"]]]]],[\"ptc-image-download-strip.cjs\",[[1,\"ptc-image-download-strip\",{\"downloadUrl\":[1,\"download-url\"]}]]],[\"ptc-pricing-block.cjs\",[[1,\"ptc-pricing-block\",{\"active\":[4],\"optionClicked\":[1540,\"option-clicked\"]}]]],[\"ptc-product-dropdown.cjs\",[[1,\"ptc-product-dropdown\",{\"newOptions\":[16],\"selectedOptions\":[16],\"placeholder\":[1],\"internalOptions\":[32],\"isOpen\":[32]},[[4,\"clearsearch\",\"handleSearchResult\"],[4,\"inputChanged\",\"handleinputChanged\"]]]]],[\"ptc-progress-bar.cjs\",[[1,\"ptc-progress-bar\",{\"scrollPercentage\":[32]},[[9,\"scroll\",\"handleScroll\"]]]]],[\"ptc-svg-btn.cjs\",[[1,\"ptc-svg-btn\",{\"svgName\":[1,\"svg-name\"],\"display\":[1],\"zIndex\":[1,\"z-index\"],\"styles\":[2]}]]],[\"ptc-breadcrumb_2.cjs\",[[1,\"ptc-jumbotron\",{\"jumbotronType\":[1,\"jumbotron-type\"],\"hasPopupVideo\":[4,\"has-popup-video\"],\"mainTitle\":[1,\"main-title\"],\"subTitle\":[1,\"sub-title\"],\"pngSrc\":[1,\"png-src\"],\"gifSrc\":[1,\"gif-src\"],\"bgVideoSrc\":[1,\"bg-video-src\"],\"bgSrc\":[1,\"bg-src\"],\"isIframe\":[4,\"is-iframe\"],\"playButtonTitle\":[1,\"play-button-title\"],\"pauseButtonTitle\":[1,\"pause-button-title\"],\"hasCtaSlot\":[4,\"has-cta-slot\"],\"contentBackground\":[32],\"contentColor\":[32],\"textAlign\":[32],\"isMobile\":[32]},[[9,\"resize\",\"handleResize\"]]],[1,\"ptc-breadcrumb\",{\"position\":[1],\"removeTopMargin\":[4,\"remove-top-margin\"],\"color\":[1],\"styles\":[1]}]]],[\"ptc-dynamic-card.cjs\",[[1,\"ptc-dynamic-card\",{\"cardType\":[1,\"card-type\"],\"cardTitle\":[1,\"card-title\"],\"cardImgSrc\":[1,\"card-img-src\"],\"cardImgAlt\":[1,\"card-img-alt\"],\"cardScreen\":[1,\"card-screen\"],\"isExpanded\":[4,\"is-expanded\"],\"styles\":[1],\"overlayExists\":[32]}]]],[\"ptc-date.cjs\",[[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\"],\"formatOptions\":[1,\"format-options\"]}]]],[\"ptc-link.cjs\",[[1,\"ptc-link\",{\"disabled\":[516],\"external\":[516],\"href\":[1],\"target\":[1],\"linkTitle\":[1,\"link-title\"],\"theme\":[1],\"fontSize\":[1,\"font-size\"],\"fontWeight\":[1,\"font-weight\"],\"linkArea\":[1,\"link-area\"],\"styles\":[1]}]]],[\"ptc-card-bottom_3.cjs\",[[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\"],\"styles\":[1]},[[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\"]}]]],[\"ptc-modal.cjs\",[[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\"],\"borderRadius\":[1025,\"border-radius\"],\"isBioModal\":[1028,\"is-bio-modal\"],\"styles\":[1],\"overlayHeight\":[32],\"bodyOverflowSetting\":[32]}]]],[\"ptc-filter-dropdown_4.cjs\",[[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\"],\"iconSize\":[1,\"icon-size\"],\"isHover\":[32]}],[1,\"ptc-filter-dropdown\",{\"placeholder\":[1],\"selectedTag\":[1,\"selected-tag\"],\"internalOptions\":[32],\"selectedOptions\":[32],\"isOpen\":[32]}],[6,\"ptc-theater-video\",{\"cardTitle\":[1,\"card-title\"],\"cardDescription\":[1,\"card-description\"],\"thumbImg\":[1,\"thumb-img\"],\"cardNumber\":[2,\"card-number\"],\"videoId\":[2,\"video-id\"],\"vtagName\":[1,\"vtag-name\"],\"modalType\":[1,\"modal-type\"]}],[1,\"ptc-theater-video-playlist\",{\"cardElements\":[8,\"card-elements\"],\"currentCardIndex\":[32],\"filteredTagName\":[32]},[[4,\"filterCliked\",\"handleFilterClick\"],[4,\"vCardClicked\",\"handleVCardClickedEvent\"]]]]],[\"ptc-background-video.cjs\",[[1,\"ptc-background-video\",{\"videoSrc\":[1,\"video-src\"],\"posterSrc\":[1,\"poster-src\"],\"overlay\":[4],\"playButtonTitle\":[1,\"play-button-title\"],\"pauseButtonTitle\":[1,\"pause-button-title\"],\"type\":[1],\"isIframe\":[4,\"is-iframe\"],\"paused\":[32]}]]],[\"ptc-card-content.cjs\",[[1,\"ptc-card-content\",{\"cardType\":[1,\"card-type\"],\"outlineColor\":[1,\"outline-color\"],\"styles\":[1],\"isLoading\":[4,\"is-loading\"],\"setHeight\":[64],\"removeInlineHeight\":[64]}]]],[\"list-item.cjs\",[[1,\"list-item\",{\"listType\":[1,\"list-type\"],\"linkHref\":[1,\"link-href\"],\"flushBefore\":[4,\"flush-before\"],\"linkTarget\":[1,\"link-target\"],\"color\":[1],\"styles\":[1]}]]],[\"ptc-overlay.cjs\",[[1,\"ptc-overlay\",{\"filterColor\":[1,\"filter-color\"],\"borderRadius\":[1,\"border-radius\"],\"overlayZIndex\":[1,\"overlay-z-index\"],\"styles\":[1],\"setOverlay\":[64]}]]],[\"fl-tab-content_3.cjs\",[[6,\"fl-tab-header\",{\"tabTitle\":[1,\"tab-title\"],\"nameKey\":[1,\"name-key\"],\"selected\":[4],\"initialHeader\":[32]}],[1,\"fl-tab-content\",{\"nameKey\":[1,\"name-key\"],\"selected\":[4]}],[1,\"fl-tab-image\",{\"nameKey\":[1,\"name-key\"],\"selected\":[4]}]]],[\"ptc-readmore.cjs\",[[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],\"updateReadmoreStatus\":[64]},[[9,\"resize\",\"updateReadmoreStatus\"]]]]],[\"ptc-img.cjs\",[[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\"],\"styles\":[1]},[[9,\"resize\",\"WindowResize\"]]]]],[\"ptc-picture.cjs\",[[1,\"ptc-picture\",{\"src\":[1],\"alt\":[1],\"sizeXs\":[1025,\"size-xs\"],\"sizeSm\":[1025,\"size-sm\"],\"sizeMd\":[1025,\"size-md\"],\"sizeLg\":[1025,\"size-lg\"],\"disableResize\":[1028,\"disable-resize\"],\"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\"],\"displayImage\":[1,\"display-image\"],\"oldSrc\":[32]},[[9,\"resize\",\"WindowResize\"]]]]],[\"ptc-tooltip.cjs\",[[6,\"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],\"width\":[1],\"hideOnMobile\":[4,\"hide-on-mobile\"],\"isSmallScreen\":[1028,\"is-small-screen\"]},[[9,\"resize\",\"addTruncatedClass\"],[9,\"resize\",\"windowResize\"]]]]],[\"ptc-para.cjs\",[[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\"],\"styles\":[1]}]]],[\"icon-asset.cjs\",[[2,\"icon-asset\",{\"name\":[1],\"size\":[1],\"type\":[1],\"spin\":[1],\"pulse\":[1],\"color\":[1],\"isMobileSelect\":[4,\"is-mobile-select\"],\"injectedStyle\":[1,\"injected-style\"]}]]]]"), options);
20
+ return index.bootstrapLazy(JSON.parse("[[\"bundle-jumbotron-example.cjs\",[[1,\"bundle-jumbotron-example\",{\"jumbotron\":[1],\"isIframe\":[4,\"is-iframe\"]}]]],[\"ptc-featured-list.cjs\",[[1,\"ptc-featured-list\",{\"isMobile\":[32],\"selectedTabGloble\":[32]},[[9,\"resize\",\"handleResize\"],[4,\"flTabClicked\",\"handleflTabClicked\"]]]]],[\"featured-list.cjs\",[[1,\"featured-list\",{\"isMobile\":[32],\"selectedTabGloble\":[32]},[[9,\"resize\",\"handleResize\"],[4,\"flTabClicked\",\"handleflTabClicked\"]]]]],[\"ptc-filter-level-theater.cjs\",[[1,\"ptc-filter-level-theater\",{\"enableFilters\":[4,\"enable-filters\"],\"selectedTab\":[32],\"lastSelectedTab\":[32],\"lastSelectedTabGroup\":[32],\"selectedTabGroup\":[32]},[[4,\"selectedFilterValues\",\"handleSelectedFilterValues\"]]]]],[\"ptc-pricing-packaging-table.cjs\",[[1,\"ptc-pricing-packaging-table\",{\"pageWithSubnav\":[4,\"page-with-subnav\"],\"tableTitle\":[1,\"table-title\"],\"tableSubTitle\":[1,\"table-sub-title\"],\"dataRows\":[2,\"data-rows\"],\"dataCols\":[2,\"data-cols\"],\"disclaimerCount\":[2,\"disclaimer-count\"],\"isDesktopView\":[32],\"cellWidthXXS\":[32],\"cellWidthMD\":[32],\"cellLeftRightPadding\":[32],\"headerType\":[32],\"lastScrollTop\":[32],\"scrollTimeInterval\":[32],\"scrollAmount\":[32],\"scrollLimit\":[32],\"stickyTopAt\":[32],\"columnHeaderLinks\":[32],\"hasEmptySpace\":[32],\"showFillerCells\":[32],\"showCtaButtonsRow\":[32],\"ctaButtons\":[32],\"disclaimers\":[32],\"tableDescription\":[32]}]]],[\"embedded-form.cjs\",[[0,\"embedded-form\",{\"formData\":[32],\"isSubmitted\":[32]}]]],[\"ptc-form.cjs\",[[0,\"ptc-form\",{\"formData\":[32]}]]],[\"ptc-pricing-add-on-section.cjs\",[[4,\"ptc-pricing-add-on-section\",{\"cardCount\":[2,\"card-count\"],\"cardData\":[32]}]]],[\"sequential-bundle.cjs\",[[1,\"sequential-bundle\",{\"isMobile\":[32]},[[9,\"resize\",\"handleResize\"]]]]],[\"sequential-bundle-example.cjs\",[[1,\"sequential-bundle-example\",{\"isInteralCardsExpanded\":[1040],\"isMobile\":[32],\"expandedCardIndex\":[32]},[[9,\"resize\",\"handleResize\"]]]]],[\"author-listing-example.cjs\",[[1,\"author-listing-example\",{\"defaultAuthorImage\":[1,\"default-author-image\"],\"isLoading\":[32],\"loadedCardCount\":[32],\"cardsPerLoad\":[32],\"cardData\":[32]},[[9,\"scroll\",\"handleScroll\"]]]]],[\"bundle-example.cjs\",[[1,\"bundle-example\",{\"isLoading\":[32],\"picWidth\":[32],\"picHeight\":[32],\"cardHeights\":[32],\"maxCardHeight\":[32]},[[9,\"resize\",\"handleWindowResize\"],[16,\"squareHeightChanged\",\"squareHeightChangedHandler\"]]]]],[\"ptc-product-sidebar.cjs\",[[1,\"ptc-product-sidebar\",{\"suggestionList\":[16],\"searchTerm\":[32],\"suggestions\":[32]},[[4,\"dropdownTouched\",\"handleDropdownTouched\"],[0,\"click\",\"handleClick\"],[4,\"clearCtaClicked\",\"handleclearCtaClicked\"],[4,\"selectedValues\",\"handleSelectedValues\"]]]]],[\"ptc-embedded-quiz.cjs\",[[1,\"ptc-embedded-quiz\",{\"getQuizEndpoint\":[1,\"get-quiz-endpoint\"],\"quiz\":[32],\"slide\":[32],\"traversal\":[32]}]]],[\"ptc-product-card.cjs\",[[1,\"ptc-product-card\",{\"cardTitle\":[1,\"card-title\"],\"cardImage\":[1,\"card-image\"],\"cardImageAltText\":[1,\"card-image-alt-text\"],\"cardDescription\":[1,\"card-description\"],\"cardCtaText\":[1,\"card-cta-text\"],\"toggleCtaTitle\":[1,\"toggle-cta-title\"],\"isSlotEmpty\":[4,\"is-slot-empty\"],\"isOpen\":[32]}]]],[\"ptc-modal-quiz.cjs\",[[1,\"ptc-modal-quiz\",{\"totalQuestions\":[2,\"total-questions\"],\"modalId\":[1,\"modal-id\"],\"currentQuestion\":[32],\"currentSelectedPriority\":[32],\"selectedPriorityRadio\":[32],\"answers\":[32],\"traversal\":[32]}]]],[\"ptc-news.cjs\",[[1,\"ptc-news\",{\"newsTag\":[1,\"news-tag\"],\"newsTitle\":[1,\"news-title\"],\"newsSecondaryTitle\":[1,\"news-secondary-title\"],\"newsDate\":[1,\"news-date\"],\"newsSummary\":[1,\"news-summary\"],\"newsImage\":[1,\"news-image\"],\"newsImageAlt\":[1,\"news-image-alt\"],\"newsDownloadUrl\":[1,\"news-download-url\"]}]]],[\"ptc-product-category.cjs\",[[1,\"ptc-product-category\",{\"categoryTitle\":[1,\"category-title\"],\"categoryDescription\":[1,\"category-description\"]}]]],[\"ptc-product-highlight-card.cjs\",[[1,\"ptc-product-highlight-card\",{\"cardTitle\":[1,\"card-title\"],\"cardImage\":[1,\"card-image\"],\"cardImageAltText\":[1,\"card-image-alt-text\"],\"cardDescription\":[1,\"card-description\"]}]]],[\"footer-form.cjs\",[[1,\"footer-form\",{\"formData\":[32]}]]],[\"innovator-toggle-container.cjs\",[[1,\"innovator-toggle-container\",{\"sectionTitle\":[1,\"section-title\"],\"description\":[1],\"backgroundImage\":[1,\"background-image\"]}]]],[\"ptc-announcement.cjs\",[[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],\"customMaxLines\":[2,\"custom-max-lines\"],\"moreText\":[1,\"more-text\"],\"windowSize\":[32]},[[9,\"resize\",\"handleResize\"]]]]],[\"ptc-collapse-list.cjs\",[[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]}]]],[\"ptc-product-list.cjs\",[[1,\"ptc-product-list\",null,[[4,\"selectedResult\",\"handleSearchResult\"],[4,\"clearsearch\",\"handleSearchResult\"],[4,\"selectedValues\",\"handleMultipleSearchResult\"],[4,\"emptyResult\",\"handleEmptyResult\"]]]]],[\"ptc-tab-list.cjs\",[[4,\"ptc-tab-list\",{\"type\":[1],\"isMobile\":[32],\"selectedValue\":[32]},[[0,\"tabClicked\",\"onSelectedTab\"],[9,\"resize\",\"calculateHeaderTabsRendering\"]]]]],[\"ptc-value-led-card.cjs\",[[1,\"ptc-value-led-card\",{\"cardTitle\":[1,\"card-title\"],\"cardImage\":[1,\"card-image\"]}]]],[\"ptc-hero.cjs\",[[1,\"ptc-hero\",{\"heroType\":[1,\"hero-type\"],\"bgUrl\":[1,\"bg-url\"],\"contentAlignment\":[1,\"content-alignment\"]}]]],[\"ptc-previous-url.cjs\",[[1,\"ptc-previous-url\",{\"href\":[1],\"text\":[1],\"styles\":[1]}]]],[\"ptc-pricing-tabs.cjs\",[[1,\"ptc-pricing-tabs\",{\"productTag\":[1,\"product-tag\"],\"header\":[1],\"tabLabel\":[1,\"tab-label\"],\"filterTag\":[1,\"filter-tag\"],\"styles\":[1],\"tabItems\":[32],\"isMobileViewPort\":[32],\"isDesktopViewPort\":[32]},[[9,\"resize\",\"setIsMobileViewPort\"]]]]],[\"ptc-related-card-rail.cjs\",[[1,\"ptc-related-card-rail\",{\"footerQuerySelector\":[1,\"footer-query-selector\"],\"closed\":[32],\"cardInView\":[32],\"data\":[32],\"screenBasedProps\":[32]}]]],[\"ptc-square-card.cjs\",[[1,\"ptc-square-card\",{\"number\":[1],\"arrowDirection\":[1,\"arrow-direction\"]}]]],[\"ptc-sticky-title.cjs\",[[1,\"ptc-sticky-title\",{\"barTitle\":[1,\"bar-title\"],\"logo\":[1],\"isSticky\":[32]},[[9,\"scroll\",\"handleScroll\"]]]]],[\"ptc-theater-video-modal.cjs\",[[6,\"ptc-theater-video-modal\",{\"cards\":[32],\"showModal\":[32],\"currentCardIndex\":[32],\"filteredTagName\":[32],\"modalType\":[32],\"updateData\":[64]}]]],[\"ptc-value-prop-card.cjs\",[[1,\"ptc-value-prop-card\",{\"cardHref\":[1,\"card-href\"],\"target\":[1],\"rel\":[1],\"cardTitle\":[1,\"card-title\"],\"backgroundImage\":[1,\"background-image\"]}]]],[\"ptc-bio-card.cjs\",[[1,\"ptc-bio-card\",{\"name\":[1],\"jobTitle\":[1,\"job-title\"],\"image\":[1],\"linkedin\":[1],\"twitter\":[1],\"showModal\":[32]}]]],[\"ptc-checkbox.cjs\",[[1,\"ptc-checkbox\",{\"checked\":[1025],\"value\":[1025],\"disabled\":[1028],\"inputName\":[1,\"input-name\"]}]]],[\"ptc-dropdown.cjs\",[[1,\"ptc-dropdown\",{\"theme\":[1],\"label\":[1],\"listItems\":[16],\"toggle\":[32],\"selectedItem\":[32]},[[4,\"click\",\"offClick\"]]]]],[\"ptc-filter-tag.cjs\",[[1,\"ptc-filter-tag\",{\"theme\":[1],\"iconColorMap\":[32]}]]],[\"ptc-icon-minimize.cjs\",[[1,\"ptc-icon-minimize\",{\"heading\":[1025],\"opened\":[1028],\"timeStamp\":[32],\"Refresh\":[64]}]]],[\"ptc-list.cjs\",[[1,\"ptc-list\",{\"listType\":[1,\"list-type\"],\"listItems\":[16]}]]],[\"ptc-media-card.cjs\",[[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\":[32]}]]],[\"ptc-mobile-select.cjs\",[[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\"]}]]],[\"ptc-nav-submenu.cjs\",[[1,\"ptc-nav-submenu\",{\"label\":[1],\"iconAssetName\":[1025,\"icon-asset-name\"],\"iconSrc\":[1,\"icon-src\"]}]]],[\"ptc-pagenation.cjs\",[[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],\"styles\":[1],\"pageNumbers\":[32],\"isSmallScreen\":[32]},[[9,\"resize\",\"windowResize\"]]]]],[\"ptc-podcast-card.cjs\",[[1,\"ptc-podcast-card\",{\"heading\":[1],\"imageSrc\":[1,\"image-src\"],\"altText\":[1,\"alt-text\"]}]]],[\"ptc-quote.cjs\",[[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\"]}]]],[\"ptc-search-field.cjs\",[[1,\"ptc-search-field\",{\"textValue\":[1,\"text-value\"],\"placeholderLabel\":[1,\"placeholder-label\"],\"darkTheme\":[4,\"dark-theme\"],\"elevation\":[1],\"enableClear\":[4,\"enable-clear\"],\"styles\":[1],\"clearSearchValue\":[64]}]]],[\"ptc-slit-card.cjs\",[[1,\"ptc-slit-card\",{\"cardType\":[1,\"card-type\"],\"cardHref\":[1,\"card-href\"],\"target\":[1],\"rel\":[1],\"heading\":[1],\"content\":[1],\"styles\":[1],\"cardImage\":[1,\"card-image\"]}]]],[\"ptc-subnav-card.cjs\",[[1,\"ptc-subnav-card\",{\"cardTitle\":[1,\"card-title\"],\"cardHref\":[1,\"card-href\"],\"cardImageSrc\":[1,\"card-image-src\"],\"cardImageAlt\":[1,\"card-image-alt\"],\"ctaText\":[1,\"cta-text\"],\"ctaIconAssetName\":[1,\"cta-icon-asset-name\"]}]]],[\"ptc-value-led-content.cjs\",[[1,\"ptc-value-led-content\"]]],[\"ptc-value-led-speed-bump.cjs\",[[1,\"ptc-value-led-speed-bump\",{\"cardTitle\":[1,\"card-title\"],\"cardImage\":[1,\"card-image\"],\"isMobile\":[4,\"is-mobile\"]},[[9,\"resize\",\"handleResize\"]]]]],[\"tab-header.cjs\",[[0,\"tab-header\",{\"name\":[1],\"tooltip\":[1],\"tabHeaderText\":[1,\"tab-header-text\"],\"isSelected\":[32],\"maxLength\":[32],\"getChild\":[64]},[[9,\"resize\",\"handleWindowResize\"]]]]],[\"dynamic-box-bundle.cjs\",[[1,\"dynamic-box-bundle\",{\"topImgSrc\":[1,\"top-img-src\"],\"topImgAlt\":[1,\"top-img-alt\"],\"boxHeight\":[2,\"box-height\"],\"isHovering\":[32]},[[1,\"mouseover\",\"handleMouseOver\"],[1,\"mouseout\",\"handleMouseOut\"]]]]],[\"my-component.cjs\",[[1,\"my-component\",{\"first\":[1],\"middle\":[1],\"last\":[1]}]]],[\"ptc-accordion.cjs\",[[1,\"ptc-accordion\",{\"multiple\":[4],\"theme\":[1]},[[0,\"opened\",\"openHandler\"]]]]],[\"ptc-accordion-item.cjs\",[[1,\"ptc-accordion-item\",{\"heading\":[1],\"headingTag\":[1,\"heading-tag\"],\"autoHeight\":[4,\"auto-height\"],\"active\":[1540],\"theme\":[1537],\"hasHeadingSlot\":[32],\"hasArrowSlot\":[32],\"toggle\":[64],\"close\":[64],\"open\":[64]}]]],[\"ptc-back-to-top.cjs\",[[1,\"ptc-back-to-top\",{\"showButton\":[32]},[[0,\"click\",\"handleClick\"]]]]],[\"ptc-brightcov-video.cjs\",[[2,\"ptc-brightcov-video\",{\"videoId\":[1,\"video-id\"]}]]],[\"ptc-case-studies-slider.cjs\",[[1,\"ptc-case-studies-slider\"]]],[\"ptc-container.cjs\",[[1,\"ptc-container\",{\"backgroundColor\":[1,\"background-color\"],\"elevation\":[1],\"containerType\":[1,\"container-type\"],\"spacing\":[1],\"styles\":[1]}]]],[\"ptc-data-lookup.cjs\",[[4,\"ptc-data-lookup\",{\"elqSiteId\":[1,\"elq-site-id\"],\"elqVisitorLookupKey\":[1,\"elq-visitor-lookup-key\"],\"elqRecipientIdLookupKey\":[1,\"elq-recipient-id-lookup-key\"],\"elqContactLookupKey\":[1,\"elq-contact-lookup-key\"],\"elqFieldEmailRecId\":[1,\"elq-field-email-rec-id\"],\"elqFieldContactEmail\":[1,\"elq-field-contact-email\"],\"elqFieldVisitorEmail\":[1,\"elq-field-visitor-email\"],\"elqFieldVisitorFirstname\":[1,\"elq-field-visitor-firstname\"],\"elqFieldVisitorLastname\":[1,\"elq-field-visitor-lastname\"],\"notmeLinkId\":[1,\"notme-link-id\"],\"notmeFieldsClass\":[1,\"notme-fields-class\"],\"notmeMessage\":[1,\"notme-message\"],\"notmeMessageNoname\":[1,\"notme-message-noname\"],\"isBlindSubmit\":[4,\"is-blind-submit\"],\"isInitialized\":[32],\"performDataLookup\":[64]}]]],[\"ptc-hero-footer-cta.cjs\",[[6,\"ptc-hero-footer-cta\",{\"ctaTitle\":[1,\"cta-title\"],\"description\":[1],\"backgroundImage\":[1,\"background-image\"]}]]],[\"ptc-icon-component.cjs\",[[1,\"ptc-icon-component\",{\"isMobile\":[32]},[[9,\"resize\",\"handleResize\"]]]]],[\"ptc-icon-list.cjs\",[[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\"]}]]],[\"ptc-minimized-nav.cjs\",[[1,\"ptc-minimized-nav\",{\"linkUrl\":[513,\"link-url\"],\"imgSrc\":[513,\"img-src\"],\"imgAlt\":[513,\"img-alt\"],\"navType\":[1,\"nav-type\"]}]]],[\"ptc-nav-card.cjs\",[[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\"]]]]],[\"ptc-nav-link.cjs\",[[1,\"ptc-nav-link\",{\"href\":[1025],\"isOutsideLink\":[1028,\"is-outside-link\"],\"titleText\":[1025,\"title-text\"]},[[2,\"click\",\"handleClick\"]]]]],[\"ptc-nav-pills.cjs\",[[1,\"ptc-nav-pills\"]]],[\"ptc-nav-slider.cjs\",[[1,\"ptc-nav-slider\",{\"sliderId\":[1,\"slider-id\"]},[[0,\"dropdownClickEvent\",\"handledropdownClickEvent\"]]]]],[\"ptc-readmore-char.cjs\",[[1,\"ptc-readmore-char\",{\"maxCharacters\":[2,\"max-characters\"],\"description\":[1],\"readMoreText\":[1,\"read-more-text\"],\"readLessText\":[1,\"read-less-text\"],\"expanded\":[32]}]]],[\"ptc-responsive-wrapper.cjs\",[[1,\"ptc-responsive-wrapper\"]]],[\"ptc-shopping-cart.cjs\",[[1,\"ptc-shopping-cart\",{\"cartCount\":[1,\"cart-count\"],\"color\":[1]}]]],[\"ptc-span.cjs\",[[1,\"ptc-span\",{\"spanStyle\":[1,\"span-style\"],\"display\":[1],\"fontWeight\":[1,\"font-weight\"],\"styles\":[1]}]]],[\"ptc-sticky-icons.cjs\",[[1,\"ptc-sticky-icons\",null,[[9,\"resize\",\"handleResize\"]]]]],[\"ptc-sticky-section.cjs\",[[1,\"ptc-sticky-section\",null,[[9,\"scroll\",\"handleScroll\"]]]]],[\"ptc-subnav.cjs\",[[1,\"ptc-subnav\",{\"mobileTitle\":[1,\"mobile-title\"],\"navOpen\":[32]},[[9,\"scroll\",\"handleScroll\"],[0,\"navLinkClicked\",\"handleNavLinkClickedEvent\"]]]]],[\"ptc-tab.cjs\",[[1,\"ptc-tab\",{\"optionClicked\":[1540,\"option-clicked\"],\"label\":[1],\"price\":[1],\"active\":[4],\"disabled\":[516]}]]],[\"ptc-tabs.cjs\",[[1,\"ptc-tabs\",{\"tabs\":[32],\"openTab\":[64]}]]],[\"ptc-text-copy-with-background.cjs\",[[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],\"styles\":[1]}]]],[\"ptc-two-column-media.cjs\",[[1,\"ptc-two-column-media\",{\"componentType\":[1,\"component-type\"]}]]],[\"ptc-value-led-content-highlight.cjs\",[[6,\"ptc-value-led-content-highlight\"]]],[\"ptc-value-led-intro.cjs\",[[1,\"ptc-value-led-intro\",{\"contentTag\":[1,\"content-tag\"]}]]],[\"ptc-value-led-layout.cjs\",[[1,\"ptc-value-led-layout\",{\"topBackgroundImage\":[1,\"top-background-image\"],\"isMobile\":[32]},[[9,\"resize\",\"handleResize\"],[9,\"scroll\",\"handleScroll\"]]]]],[\"tab-content.cjs\",[[4,\"tab-content\",{\"name\":[1],\"isSelected\":[32],\"getChild\":[64]}]]],[\"ptc-spacer.cjs\",[[1,\"ptc-spacer\",{\"breakpoint\":[1],\"size\":[1],\"direction\":[1]}]]],[\"ptc-tooltip.cjs\",[[6,\"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],\"width\":[1],\"hideOnMobile\":[4,\"hide-on-mobile\"],\"isSmallScreen\":[1028,\"is-small-screen\"]},[[9,\"resize\",\"addTruncatedClass\"],[9,\"resize\",\"windowResize\"]]]]],[\"ptc-title.cjs\",[[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\"]}]]],[\"ptc-pricing-add-on-card.cjs\",[[1,\"ptc-pricing-add-on-card\",{\"cardTitle\":[1,\"card-title\"],\"cardPricingText\":[1,\"card-pricing-text\"],\"cardCtaHref\":[1,\"card-cta-href\"],\"cardCtaText\":[1,\"card-cta-text\"],\"cardCtaTarget\":[1,\"card-cta-target\"],\"cardDisclaimer\":[1,\"card-disclaimer\"]}]]],[\"ptc-card.cjs\",[[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\"],\"country\":[1],\"styles\":[1],\"ribbonText\":[1,\"ribbon-text\"],\"eventType\":[1,\"event-type\"],\"cardLogo\":[1,\"card-logo\"],\"titleLineCutOff\":[2,\"title-line-cut-off\"],\"maxChars\":[2,\"max-chars\"],\"maxLines\":[2,\"max-lines\"],\"cardOverflow\":[1,\"card-overflow\"],\"isCreoCard\":[4,\"is-creo-card\"]}]]],[\"ptc-ellipsis-dropdown.cjs\",[[1,\"ptc-ellipsis-dropdown\",{\"dataItems\":[16],\"selectedTab\":[1,\"selected-tab\"],\"isDropdownOpen\":[32],\"isMobile\":[32]},[[4,\"click\",\"offClick\"],[9,\"resize\",\"handleResize\"]]]]],[\"ptc-image-download-strip.cjs\",[[1,\"ptc-image-download-strip\",{\"downloadUrl\":[1,\"download-url\"]}]]],[\"ptc-link.cjs\",[[1,\"ptc-link\",{\"disabled\":[516],\"external\":[516],\"href\":[1],\"target\":[1],\"linkTitle\":[1,\"link-title\"],\"theme\":[1],\"fontSize\":[1,\"font-size\"],\"fontWeight\":[1,\"font-weight\"],\"linkArea\":[1,\"link-area\"],\"styles\":[1]}]]],[\"ptc-pricing-block.cjs\",[[1,\"ptc-pricing-block\",{\"active\":[4],\"optionClicked\":[1540,\"option-clicked\"]}]]],[\"ptc-product-dropdown.cjs\",[[1,\"ptc-product-dropdown\",{\"newOptions\":[16],\"selectedOptions\":[16],\"placeholder\":[1],\"internalOptions\":[32],\"isOpen\":[32]},[[4,\"clearsearch\",\"handleSearchResult\"],[4,\"inputChanged\",\"handleinputChanged\"]]]]],[\"ptc-progress-bar.cjs\",[[1,\"ptc-progress-bar\",{\"scrollPercentage\":[32]},[[9,\"scroll\",\"handleScroll\"]]]]],[\"ptc-svg-btn.cjs\",[[1,\"ptc-svg-btn\",{\"svgName\":[1,\"svg-name\"],\"display\":[1],\"zIndex\":[1,\"z-index\"],\"styles\":[2]}]]],[\"list-item.cjs\",[[1,\"list-item\",{\"listType\":[1,\"list-type\"],\"linkHref\":[1,\"link-href\"],\"flushBefore\":[4,\"flush-before\"],\"linkTarget\":[1,\"link-target\"],\"color\":[1],\"styles\":[1]}]]],[\"ptc-breadcrumb_2.cjs\",[[1,\"ptc-jumbotron\",{\"jumbotronType\":[1,\"jumbotron-type\"],\"hasPopupVideo\":[4,\"has-popup-video\"],\"mainTitle\":[1,\"main-title\"],\"subTitle\":[1,\"sub-title\"],\"pngSrc\":[1,\"png-src\"],\"gifSrc\":[1,\"gif-src\"],\"bgVideoSrc\":[1,\"bg-video-src\"],\"bgSrc\":[1,\"bg-src\"],\"isIframe\":[4,\"is-iframe\"],\"playButtonTitle\":[1,\"play-button-title\"],\"pauseButtonTitle\":[1,\"pause-button-title\"],\"hasCtaSlot\":[4,\"has-cta-slot\"],\"contentBackground\":[32],\"contentColor\":[32],\"textAlign\":[32],\"isMobile\":[32]},[[9,\"resize\",\"handleResize\"]]],[1,\"ptc-breadcrumb\",{\"position\":[1],\"removeTopMargin\":[4,\"remove-top-margin\"],\"color\":[1],\"styles\":[1]}]]],[\"ptc-dynamic-card.cjs\",[[1,\"ptc-dynamic-card\",{\"cardType\":[1,\"card-type\"],\"cardTitle\":[1,\"card-title\"],\"cardImgSrc\":[1,\"card-img-src\"],\"cardImgAlt\":[1,\"card-img-alt\"],\"cardScreen\":[1,\"card-screen\"],\"isExpanded\":[4,\"is-expanded\"],\"styles\":[1],\"overlayExists\":[32]}]]],[\"dropdown-item.cjs\",[[4,\"dropdown-item\",{\"linkHref\":[1,\"link-href\"],\"linkTarget\":[1,\"link-target\"]}]]],[\"ptc-date.cjs\",[[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\"],\"formatOptions\":[1,\"format-options\"]}]]],[\"ptc-card-bottom_3.cjs\",[[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\"],\"styles\":[1]},[[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\"]}]]],[\"ptc-modal.cjs\",[[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\"],\"borderRadius\":[1025,\"border-radius\"],\"isBioModal\":[1028,\"is-bio-modal\"],\"styles\":[1],\"overlayHeight\":[32],\"bodyOverflowSetting\":[32]}]]],[\"ptc-filter-dropdown_4.cjs\",[[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\"],\"iconSize\":[1,\"icon-size\"],\"isHover\":[32]}],[1,\"ptc-filter-dropdown\",{\"placeholder\":[1],\"selectedTag\":[1,\"selected-tag\"],\"internalOptions\":[32],\"selectedOptions\":[32],\"isOpen\":[32]}],[6,\"ptc-theater-video\",{\"cardTitle\":[1,\"card-title\"],\"cardDescription\":[1,\"card-description\"],\"thumbImg\":[1,\"thumb-img\"],\"cardNumber\":[2,\"card-number\"],\"videoId\":[2,\"video-id\"],\"vtagName\":[1,\"vtag-name\"],\"modalType\":[1,\"modal-type\"]}],[1,\"ptc-theater-video-playlist\",{\"cardElements\":[8,\"card-elements\"],\"currentCardIndex\":[32],\"filteredTagName\":[32]},[[4,\"filterCliked\",\"handleFilterClick\"],[4,\"vCardClicked\",\"handleVCardClickedEvent\"]]]]],[\"ptc-background-video.cjs\",[[1,\"ptc-background-video\",{\"videoSrc\":[1,\"video-src\"],\"posterSrc\":[1,\"poster-src\"],\"overlay\":[4],\"playButtonTitle\":[1,\"play-button-title\"],\"pauseButtonTitle\":[1,\"pause-button-title\"],\"type\":[1],\"isIframe\":[4,\"is-iframe\"],\"paused\":[32]}]]],[\"max-width-container.cjs\",[[1,\"max-width-container\",{\"maxWidthP\":[2,\"max-width-p\"],\"maxWidth\":[2,\"max-width\"],\"breakpoint\":[2],\"contentAlign\":[1,\"content-align\"],\"styles\":[1]}]]],[\"ptc-card-content.cjs\",[[1,\"ptc-card-content\",{\"cardType\":[1,\"card-type\"],\"outlineColor\":[1,\"outline-color\"],\"styles\":[1],\"isLoading\":[4,\"is-loading\"],\"setHeight\":[64],\"removeInlineHeight\":[64]}]]],[\"ptc-overlay.cjs\",[[1,\"ptc-overlay\",{\"filterColor\":[1,\"filter-color\"],\"borderRadius\":[1,\"border-radius\"],\"overlayZIndex\":[1,\"overlay-z-index\"],\"styles\":[1],\"setOverlay\":[64]}]]],[\"ptc-readmore.cjs\",[[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],\"updateReadmoreStatus\":[64]},[[9,\"resize\",\"updateReadmoreStatus\"]]]]],[\"fl-tab-content_3.cjs\",[[6,\"fl-tab-header\",{\"tabTitle\":[1,\"tab-title\"],\"nameKey\":[1,\"name-key\"],\"selected\":[4],\"initialHeader\":[32]}],[1,\"fl-tab-content\",{\"nameKey\":[1,\"name-key\"],\"selected\":[4]}],[1,\"fl-tab-image\",{\"nameKey\":[1,\"name-key\"],\"selected\":[4]}]]],[\"ptc-form-checkbox_3.cjs\",[[4,\"ptc-select\",{\"fieldId\":[1,\"field-id\"],\"label\":[1],\"isRequired\":[4,\"is-required\"],\"helpertext\":[1],\"fieldName\":[1,\"field-name\"],\"disabled\":[4],\"selectedValue\":[1025,\"selected-value\"],\"ptcDataEloquaName\":[1,\"ptc-data-eloqua-name\"],\"ptcDataTargetEloquaName\":[1,\"ptc-data-target-eloqua-name\"]}],[0,\"ptc-form-checkbox\",{\"checkboxId\":[1,\"checkbox-id\"],\"label\":[1],\"required\":[4],\"isChecked\":[1028,\"is-checked\"],\"name\":[1],\"helpertext\":[1],\"hideCheckbox\":[4,\"hide-checkbox\"],\"hasError\":[32],\"validateCheckbox\":[64]}],[0,\"ptc-textfield\",{\"fieldId\":[1,\"field-id\"],\"type\":[1],\"required\":[4],\"ptcMaxLength\":[2,\"ptc-max-length\"],\"labelText\":[1025,\"label-text\"],\"helpertext\":[1025],\"disabled\":[4],\"fieldName\":[1,\"field-name\"],\"ptcDataEloquaName\":[1,\"ptc-data-eloqua-name\"],\"ptcDataTargetEloquaName\":[1,\"ptc-data-target-eloqua-name\"],\"inputValue\":[1025,\"input-value\"],\"customValidation\":[16],\"syncCountry\":[64]},[[0,\"input\",\"handleInput\"],[2,\"blur\",\"inputBlurHandler\"]]]]],[\"ptc-img.cjs\",[[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\"],\"styles\":[1]},[[9,\"resize\",\"WindowResize\"]]]]],[\"ptc-picture.cjs\",[[1,\"ptc-picture\",{\"src\":[1],\"alt\":[1],\"sizeXs\":[1025,\"size-xs\"],\"sizeSm\":[1025,\"size-sm\"],\"sizeMd\":[1025,\"size-md\"],\"sizeLg\":[1025,\"size-lg\"],\"disableResize\":[1028,\"disable-resize\"],\"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\"],\"displayImage\":[1,\"display-image\"],\"oldSrc\":[32]},[[9,\"resize\",\"WindowResize\"]]]]],[\"ptc-button.cjs\",[[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],\"textAlign\":[1,\"text-align\"],\"size\":[1]}]]],[\"ptc-para.cjs\",[[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\"],\"styles\":[1]}]]],[\"icon-asset.cjs\",[[2,\"icon-asset\",{\"name\":[1],\"size\":[1],\"type\":[1],\"spin\":[1],\"pulse\":[1],\"color\":[1],\"isMobileSelect\":[4,\"is-mobile-select\"],\"injectedStyle\":[1,\"injected-style\"]}]]]]"), options);
21
21
  });
22
22
 
23
23
  exports.setNonce = index.setNonce;
@@ -75,7 +75,6 @@
75
75
  "./components/ptc-pricing-add-on-section/ptc-pricing-add-on-section.js",
76
76
  "./components/ptc-pricing-block/ptc-pricing-block.js",
77
77
  "./components/ptc-pricing-packaging-table/ptc-pricing-packaging-table.js",
78
- "./components/ptc-pricing-table/ptc-pricing-table.js",
79
78
  "./components/ptc-pricing-tabs/ptc-pricing-tabs.js",
80
79
  "./components/ptc-product-card/ptc-product-card.js",
81
80
  "./components/ptc-product-category/ptc-product-category.js",
@@ -113,7 +112,12 @@
113
112
  "./components/ptc-title/ptc-title.js",
114
113
  "./components/ptc-tooltip/ptc-tooltip.js",
115
114
  "./components/ptc-two-column-media/ptc-two-column-media.js",
115
+ "./components/ptc-value-led-card/ptc-value-led-card.js",
116
+ "./components/ptc-value-led-content/ptc-value-led-content.js",
117
+ "./components/ptc-value-led-content-highlight/ptc-value-led-content-highlight.js",
118
+ "./components/ptc-value-led-intro/ptc-value-led-intro.js",
116
119
  "./components/ptc-value-led-layout/ptc-value-led-layout.js",
120
+ "./components/ptc-value-led-speed-bump/ptc-value-led-speed-bump.js",
117
121
  "./components/ptc-value-prop-card/ptc-value-prop-card.js",
118
122
  "./components/subnav/ptc-nav-link/ptc-nav-link.js",
119
123
  "./components/subnav/ptc-nav-slider/ptc-nav-slider.js",
@@ -91,7 +91,7 @@ export class EmbeddedForm {
91
91
  }
92
92
  render() {
93
93
  const formClass = this.isSubmitted ? "ptc-form-roll-up" : "";
94
- return (h(Host, null, h("div", { class: "ptc-container ptc-section-standard flex-adjustments" }, h("div", { class: "form-wrapper ptc-embedded-form" }, h("max-width-container", { "max-width": "277", breakpoint: 480 }, h("ptc-title", { type: "h2", "text-align": "center", "title-size": "x-small", "title-color": "gray", upperline: "no-upperline", "title-display": "inline-block", "title-height": "densest", "title-margin": "margin-flush", "title-weight": "w-6", "is-plm-hub": "false" }, "Please fill out the form and a PTC sales representative will be in touch."), h("ptc-spacer", { breakpoint: "x-small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "medium" }), h("ptc-spacer", { breakpoint: "small", size: "small" }), h("ptc-spacer", { breakpoint: "small", size: "small" })), h("form", { onSubmit: event => this.handleSubmit(event), class: formClass }, h("div", { id: "not-me-link-id" }), h("div", { id: "not-me-additional-top", class: "not-me-additional-text" }), h("ptc-textfield", { "field-id": "contact-firstname", "label-text": "First Name*", type: "text", "ptc-data-eloqua-name": "C_FirstName", name: "firstname" }), h("ptc-textfield", { "field-id": "contact-lastname", "label-text": "Last Name*", type: "text", "ptc-data-eloqua-name": "C_LastName", name: "lastname" }), h("ptc-textfield", { "field-id": "company", "label-text": "Company*", type: "text", "ptc-data-eloqua-name": "C_Company", name: "company-field" }), h("ptc-textfield", { "field-id": "contact-email", "label-text": "Email*", type: "email", "ptc-data-eloqua-name": "C_EmailAddress", name: "email" }), h("ptc-select", { "field-id": "contact-country", label: "Country*", "ptc-data-eloqua-name": "C_Country", name: "country" }, h("ul", { class: "mdc-list" }, h("li", { class: "mdc-list-item", "data-value": "" }, h("span", { class: "mdc-list-item__ripple" })), h("li", { class: "mdc-list-item", "data-value": "USA" }, h("span", { class: "mdc-list-item__ripple" }), h("span", { class: "mdc-list-item__text" }, "USA")), h("li", { class: "mdc-list-item", "data-value": "Canada" }, h("span", { class: "mdc-list-item__ripple" }), h("span", { class: "mdc-list-item__text" }, "Canada")), h("li", { class: "mdc-list-item", "data-value": "China" }, h("span", { class: "mdc-list-item__ripple" }), h("span", { class: "mdc-list-item__text" }, "China")))), h("ptc-textfield", { "field-id": "contact-phone", "label-text": "Phone*", type: "tel", "ptc-data-eloqua-name": "C_BusPhone", name: "phone" }), h("ptc-select", { label: "What information are you interested in?*", "ptc-data-eloqua-name": "Inquiry_Reason", name: "inquiryreason", "field-id": "contact-inquiry" }, h("ul", { class: "mdc-list" }, h("li", { class: "mdc-list-item", "data-value": "" }, h("span", { class: "mdc-list-item__ripple" })), h("li", { class: "mdc-list-item", "data-value": "Augmented Reality (AR)" }, h("span", { class: "mdc-list-item__ripple" }), h("span", { class: "mdc-list-item__text" }, "Augmented Reality (AR)")), h("li", { class: "mdc-list-item", "data-value": "CAD" }, h("span", { class: "mdc-list-item__ripple" }), h("span", { class: "mdc-list-item__text" }, "Computer Aided Design")), h("li", { class: "mdc-list-item", "data-value": "Retail(FlexPLM)" }, h("span", { class: "mdc-list-item__ripple" }), h("span", { class: "mdc-list-item__text" }, "Fashion and Retail Product Lifecycle Management")))), h("ptc-textfield", { "field-id": "self-reporting", "label-text": "How can we help you?*", type: "text", "ptc-data-eloqua-name": "HowHearSelfReport", "ptc-max-length": "100", name: "howhearselfreport" }), h("ptc-textfield", { type: "hidden", "ptc-data-eloqua-name": "test", "input-value": "test" }), h("ptc-form-checkbox", { label: "I agree to the policy", "checkbox-id": "policy1" }), h("div", { id: "not-me-additional-bottom", class: "not-me-additional-text" }), h("ptc-button", { class: "form-submit", color: "ptc-quaternary", type: "submit", styles: ":host{align-self:flex-end; margin-top: 40px; display:block; text-align:right;}" }, "Submit"))))));
94
+ return (h(Host, null, h("div", { class: "ptc-container ptc-section-standard flex-adjustments" }, h("div", { class: "form-wrapper ptc-embedded-form" }, h("max-width-container", { "max-width": "277", breakpoint: 480 }, h("ptc-title", { type: "h2", "text-align": "center", "title-size": "x-small", "title-color": "gray", upperline: "no-upperline", "title-display": "inline-block", "title-height": "densest", "title-margin": "margin-flush", "title-weight": "w-6", "is-plm-hub": "false" }, "Please fill out the form and a PTC sales representative will be in touch."), h("ptc-spacer", { breakpoint: "x-small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "medium" }), h("ptc-spacer", { breakpoint: "small", size: "small" }), h("ptc-spacer", { breakpoint: "small", size: "small" })), h("form", { onSubmit: event => this.handleSubmit(event), class: formClass }, h("div", { id: "not-me-link-id" }), h("div", { id: "not-me-additional-top", class: "not-me-additional-text" }), h("ptc-textfield", { "field-id": "contact-firstname", "label-text": "First Name*", type: "text", "ptc-data-eloqua-name": "C_FirstName", "field-name": "firstname" }), h("ptc-textfield", { "field-id": "contact-lastname", "label-text": "Last Name*", type: "text", "ptc-data-eloqua-name": "C_LastName", "field-name": "lastname" }), h("ptc-textfield", { "field-id": "company", "label-text": "Company*", type: "text", "ptc-data-eloqua-name": "C_Company", "field-name": "company" }), h("ptc-textfield", { "field-id": "contact-email", "label-text": "Email*", type: "email", "ptc-data-eloqua-name": "C_EmailAddress", "field-name": "email" }), h("ptc-select", { "field-id": "contact-country", label: "Country*", "ptc-data-eloqua-name": "C_Country", "field-name": "country" }, h("ul", { class: "mdc-list" }, h("li", { class: "mdc-list-item", "data-value": "" }, h("span", { class: "mdc-list-item__ripple" })), h("li", { class: "mdc-list-item", "data-value": "USA" }, h("span", { class: "mdc-list-item__ripple" }), h("span", { class: "mdc-list-item__text" }, "USA")), h("li", { class: "mdc-list-item", "data-value": "Canada" }, h("span", { class: "mdc-list-item__ripple" }), h("span", { class: "mdc-list-item__text" }, "Canada")), h("li", { class: "mdc-list-item", "data-value": "China" }, h("span", { class: "mdc-list-item__ripple" }), h("span", { class: "mdc-list-item__text" }, "China")))), h("ptc-textfield", { "field-id": "contact-phone", "label-text": "Phone*", type: "tel", "ptc-data-eloqua-name": "C_BusPhone", "field-name": "phone" }), h("ptc-select", { label: "What information are you interested in?*", "ptc-data-eloqua-name": "Inquiry_Reason", "field-name": "inquiryreason", "field-id": "contact-inquiry" }, h("ul", { class: "mdc-list" }, h("li", { class: "mdc-list-item", "data-value": "" }, h("span", { class: "mdc-list-item__ripple" })), h("li", { class: "mdc-list-item", "data-value": "Augmented Reality (AR)" }, h("span", { class: "mdc-list-item__ripple" }), h("span", { class: "mdc-list-item__text" }, "Augmented Reality (AR)")), h("li", { class: "mdc-list-item", "data-value": "CAD" }, h("span", { class: "mdc-list-item__ripple" }), h("span", { class: "mdc-list-item__text" }, "Computer Aided Design")), h("li", { class: "mdc-list-item", "data-value": "Retail(FlexPLM)" }, h("span", { class: "mdc-list-item__ripple" }), h("span", { class: "mdc-list-item__text" }, "Fashion and Retail Product Lifecycle Management")))), h("ptc-textfield", { "field-id": "self-reporting", "label-text": "How can we help you?*", type: "text", "ptc-data-eloqua-name": "HowHearSelfReport", "ptc-max-length": "100", "field-name": "howhearselfreport" }), h("ptc-textfield", { type: "hidden", "ptc-data-eloqua-name": "test", "input-value": "test" }), h("ptc-form-checkbox", { label: "I agree to the policy", "checkbox-id": "policy1" }), h("div", { id: "not-me-additional-bottom", class: "not-me-additional-text" }), h("ptc-button", { class: "form-submit", color: "ptc-quaternary", type: "submit", styles: ":host{align-self:flex-end; margin-top: 40px; display:block; text-align:right;}" }, "Submit"))))));
95
95
  }
96
96
  static get is() { return "embedded-form"; }
97
97
  static get originalStyleUrls() {
@@ -49,7 +49,7 @@ export class FooterForm {
49
49
  return email !== '' && policyChecked && invalidLength === 0;
50
50
  }
51
51
  render() {
52
- return (h(Host, null, h("div", { class: "ptc-container ptc-section-standard u-flex u-flex-justify-center" }, h("div", { class: "form-wrapper" }, h("form", { onSubmit: event => this.handleSubmit(event) }, h("ptc-textfield", { "field-id": "contact-email", "label-text": "Email*", type: "email", "ptc-data-eloqua-name": "C_EmailAddress", name: "email" }), h("ptc-form-checkbox", { label: "I agree to the policy", "checkbox-id": "test" }), h("ptc-button", { class: "form-submit", color: "ptc-quaternary", type: "submit", styles: ":host{align-self:flex-end; margin-top: 48px; display:block;}" }, "Submit"))))));
52
+ return (h(Host, null, h("div", { class: "ptc-container ptc-section-standard u-flex u-flex-justify-center" }, h("div", { class: "form-wrapper" }, h("form", { onSubmit: event => this.handleSubmit(event) }, h("ptc-textfield", { "field-id": "contact-email", "label-text": "Email*", type: "email", "ptc-data-eloqua-name": "C_EmailAddress", "field-name": "email" }), h("ptc-form-checkbox", { label: "I agree to the policy", "checkbox-id": "test" }), h("ptc-button", { class: "form-submit", color: "ptc-quaternary", type: "submit", styles: ":host{align-self:flex-end; margin-top: 48px; display:block;}" }, "Submit"))))));
53
53
  }
54
54
  static get is() { return "footer-form"; }
55
55
  static get encapsulation() { return "shadow"; }
@@ -72,7 +72,7 @@ export class PtcForm {
72
72
  invalidLength === 0);
73
73
  }
74
74
  render() {
75
- return (h(Host, null, h("div", { class: "ptc-container ptc-section-standard u-flex u-flex-justify-center" }, h("div", { class: "form-wrapper" }, h("max-width-container", { "max-width": "277", breakpoint: 480 }, h("ptc-title", { type: "h2", "text-align": "center", "title-size": "x-small", "title-color": "gray", upperline: "no-upperline", "title-display": "inline-block", "title-height": "densest", "title-margin": "margin-flush", "title-weight": "w-6", "is-plm-hub": "false" }, "Please fill out the form and a PTC sales representative will be in touch."), h("ptc-spacer", { breakpoint: "x-small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "medium" }), h("ptc-spacer", { breakpoint: "small", size: "small" }), h("ptc-spacer", { breakpoint: "small", size: "small" })), h("form", { onSubmit: event => this.handleSubmit(event) }, h("ptc-textfield", { "field-id": "contact-firstname", "label-text": "First Name*", type: "text", "ptc-data-eloqua-name": "C_FirstName", name: "firstname" }), h("ptc-textfield", { "field-id": "contact-lastname", "label-text": "Last Name*", type: "text", "ptc-data-eloqua-name": "C_LastName", name: "lastname" }), h("ptc-textfield", { "field-id": "company", "label-text": "Company*", type: "text", "ptc-data-eloqua-name": "C_Company", name: "company-field" }), h("ptc-textfield", { "field-id": "contact-email", "label-text": "Email*", type: "email", "ptc-data-eloqua-name": "C_EmailAddress", name: "email" }), h("ptc-select", { "field-id": "contact-country", label: "Country*", "ptc-data-eloqua-name": "C_Country", name: "country" }, h("ul", { class: "mdc-list" }, h("li", { class: "mdc-list-item", "data-value": "" }, h("span", { class: "mdc-list-item__ripple" })), h("li", { class: "mdc-list-item", "data-value": "USA" }, h("span", { class: "mdc-list-item__ripple" }), h("span", { class: "mdc-list-item__text" }, "USA")), h("li", { class: "mdc-list-item", "data-value": "Canada" }, h("span", { class: "mdc-list-item__ripple" }), h("span", { class: "mdc-list-item__text" }, "Canada")), h("li", { class: "mdc-list-item", "data-value": "China" }, h("span", { class: "mdc-list-item__ripple" }), h("span", { class: "mdc-list-item__text" }, "China")))), h("ptc-textfield", { "field-id": "contact-phone", "label-text": "Phone*", type: "tel", "ptc-data-eloqua-name": "C_BusPhone", name: "phone" }), h("ptc-select", { label: "What information are you interested in?*", "ptc-data-eloqua-name": "Inquiry_Reason", name: "inquiryreason", "field-id": "contact-inquiry" }, h("ul", { class: "mdc-list" }, h("li", { class: "mdc-list-item", "data-value": "" }, h("span", { class: "mdc-list-item__ripple" })), h("li", { class: "mdc-list-item", "data-value": "Augmented Reality (AR)" }, h("span", { class: "mdc-list-item__ripple" }), h("span", { class: "mdc-list-item__text" }, "Augmented Reality (AR)")), h("li", { class: "mdc-list-item", "data-value": "CAD" }, h("span", { class: "mdc-list-item__ripple" }), h("span", { class: "mdc-list-item__text" }, "Computer Aided Design")), h("li", { class: "mdc-list-item", "data-value": "Retail(FlexPLM)" }, h("span", { class: "mdc-list-item__ripple" }), h("span", { class: "mdc-list-item__text" }, "Fashion and Retail Product Lifecycle Management")))), h("ptc-textfield", { "field-id": "Self-Reporting", "label-text": "How can we help you?*", type: "text", "ptc-data-eloqua-name": "HowHearSelfReport", "ptc-max-length": "100", name: "howhearselfreport" }), h("ptc-form-checkbox", { label: "I agree to the policy", "checkbox-id": "test" }), h("ptc-button", { class: "form-submit", color: "ptc-quaternary", type: "submit", styles: ":host{align-self:flex-end; margin-top: 48px; display:block;}" }, "Submit"))))));
75
+ return (h(Host, null, h("div", { class: "ptc-container ptc-section-standard u-flex u-flex-justify-center" }, h("div", { class: "form-wrapper" }, h("max-width-container", { "max-width": "277", breakpoint: 480 }, h("ptc-title", { type: "h2", "text-align": "center", "title-size": "x-small", "title-color": "gray", upperline: "no-upperline", "title-display": "inline-block", "title-height": "densest", "title-margin": "margin-flush", "title-weight": "w-6", "is-plm-hub": "false" }, "Please fill out the form and a PTC sales representative will be in touch."), h("ptc-spacer", { breakpoint: "x-small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "medium" }), h("ptc-spacer", { breakpoint: "small", size: "small" }), h("ptc-spacer", { breakpoint: "small", size: "small" })), h("form", { onSubmit: event => this.handleSubmit(event) }, h("ptc-textfield", { "field-id": "contact-firstname", "label-text": "First Name*", type: "text", "ptc-data-eloqua-name": "C_FirstName", "field-name": "firstname" }), h("ptc-textfield", { "field-id": "contact-lastname", "label-text": "Last Name*", type: "text", "ptc-data-eloqua-name": "C_LastName", "field-name": "lastname" }), h("ptc-textfield", { "field-id": "company", "label-text": "Company*", type: "text", "ptc-data-eloqua-name": "C_Company", "field-name": "company" }), h("ptc-textfield", { "field-id": "contact-email", "label-text": "Email*", type: "email", "ptc-data-eloqua-name": "C_EmailAddress", "field-name": "email" }), h("ptc-select", { "field-id": "contact-country", label: "Country*", "ptc-data-eloqua-name": "C_Country", "field-name": "country" }, h("ul", { class: "mdc-list" }, h("li", { class: "mdc-list-item", "data-value": "" }, h("span", { class: "mdc-list-item__ripple" })), h("li", { class: "mdc-list-item", "data-value": "USA" }, h("span", { class: "mdc-list-item__ripple" }), h("span", { class: "mdc-list-item__text" }, "USA")), h("li", { class: "mdc-list-item", "data-value": "Canada" }, h("span", { class: "mdc-list-item__ripple" }), h("span", { class: "mdc-list-item__text" }, "Canada")), h("li", { class: "mdc-list-item", "data-value": "China" }, h("span", { class: "mdc-list-item__ripple" }), h("span", { class: "mdc-list-item__text" }, "China")))), h("ptc-textfield", { "field-id": "contact-phone", "label-text": "Phone*", type: "tel", "ptc-data-eloqua-name": "C_BusPhone", "field-name": "phone" }), h("ptc-select", { label: "What information are you interested in?*", "ptc-data-eloqua-name": "Inquiry_Reason", "field-name": "inquiryreason", "field-id": "contact-inquiry" }, h("ul", { class: "mdc-list" }, h("li", { class: "mdc-list-item", "data-value": "" }, h("span", { class: "mdc-list-item__ripple" })), h("li", { class: "mdc-list-item", "data-value": "Augmented Reality (AR)" }, h("span", { class: "mdc-list-item__ripple" }), h("span", { class: "mdc-list-item__text" }, "Augmented Reality (AR)")), h("li", { class: "mdc-list-item", "data-value": "CAD" }, h("span", { class: "mdc-list-item__ripple" }), h("span", { class: "mdc-list-item__text" }, "Computer Aided Design")), h("li", { class: "mdc-list-item", "data-value": "Retail(FlexPLM)" }, h("span", { class: "mdc-list-item__ripple" }), h("span", { class: "mdc-list-item__text" }, "Fashion and Retail Product Lifecycle Management")))), h("ptc-textfield", { "field-id": "Self-Reporting", "label-text": "How can we help you?*", type: "text", "ptc-data-eloqua-name": "HowHearSelfReport", "ptc-max-length": "100", "field-name": "howhearselfreport" }), h("ptc-form-checkbox", { label: "I agree to the policy", "checkbox-id": "test" }), h("ptc-button", { class: "form-submit", color: "ptc-quaternary", type: "submit", styles: ":host{align-self:flex-end; margin-top: 48px; display:block;}" }, "Submit"))))));
76
76
  }
77
77
  static get is() { return "ptc-form"; }
78
78
  static get originalStyleUrls() {
@@ -295,6 +295,48 @@ a.center {
295
295
  line-height: var(--ptc-line-height-densest);
296
296
  letter-spacing: normal;
297
297
  }
298
+ .ptc-primary.small,
299
+ .ptc-quaternary.small,
300
+ .ptc-secondary.small,
301
+ .ptc-tertiary.small,
302
+ .icon-toggle.small {
303
+ padding: var(--ptc-element-spacing-03) var(--ptc-element-spacing-04);
304
+ }
305
+ .ptc-primary.small span,
306
+ .ptc-quaternary.small span,
307
+ .ptc-secondary.small span,
308
+ .ptc-tertiary.small span,
309
+ .icon-toggle.small span {
310
+ font-size: var(--ptc-font-size-xx-small);
311
+ }
312
+ .ptc-primary.medium,
313
+ .ptc-quaternary.medium,
314
+ .ptc-secondary.medium,
315
+ .ptc-tertiary.medium,
316
+ .icon-toggle.medium {
317
+ padding: 14px 20px;
318
+ }
319
+ .ptc-primary.medium span,
320
+ .ptc-quaternary.medium span,
321
+ .ptc-secondary.medium span,
322
+ .ptc-tertiary.medium span,
323
+ .icon-toggle.medium span {
324
+ font-size: var(--ptc-font-size-small);
325
+ }
326
+ .ptc-primary.large,
327
+ .ptc-quaternary.large,
328
+ .ptc-secondary.large,
329
+ .ptc-tertiary.large,
330
+ .icon-toggle.large {
331
+ padding: var(--ptc-element-spacing-04) var(--ptc-element-spacing-06);
332
+ }
333
+ .ptc-primary.large span,
334
+ .ptc-quaternary.large span,
335
+ .ptc-secondary.large span,
336
+ .ptc-tertiary.large span,
337
+ .icon-toggle.large span {
338
+ font-size: var(--ptc-font-size-large);
339
+ }
298
340
 
299
341
  .ptc-primary {
300
342
  background: var(--color-gray-12);
@@ -14,6 +14,7 @@ export class PtcButton {
14
14
  this.tabNav = 0;
15
15
  this.styles = undefined;
16
16
  this.textAlign = undefined;
17
+ this.size = undefined;
17
18
  }
18
19
  clickEventHandler() {
19
20
  this.clickEvent.emit();
@@ -32,7 +33,8 @@ export class PtcButton {
32
33
  [this.iconPosition]: true,
33
34
  ['disabled']: this.disabled ? true : false,
34
35
  ['active']: this.active ? true : false,
35
- [this.textAlign]: true
36
+ [this.textAlign]: true,
37
+ [this.size]: true
36
38
  };
37
39
  }
38
40
  static get is() { return "ptc-button"; }
@@ -280,6 +282,23 @@ export class PtcButton {
280
282
  },
281
283
  "attribute": "text-align",
282
284
  "reflect": false
285
+ },
286
+ "size": {
287
+ "type": "string",
288
+ "mutable": false,
289
+ "complexType": {
290
+ "original": "'small' | 'medium' | 'large'",
291
+ "resolved": "\"large\" | \"medium\" | \"small\"",
292
+ "references": {}
293
+ },
294
+ "required": false,
295
+ "optional": false,
296
+ "docs": {
297
+ "tags": [],
298
+ "text": "Button theme color"
299
+ },
300
+ "attribute": "size",
301
+ "reflect": false
283
302
  }
284
303
  };
285
304
  }
@@ -29,7 +29,7 @@ export class PtcFilterDropdown {
29
29
  radioItem.checked = false;
30
30
  }
31
31
  });
32
- this.emitSelectedOptions();
32
+ //this.emitSelectedOptions();
33
33
  }
34
34
  emitSelectedOptions() {
35
35
  // debugger
@@ -5,6 +5,7 @@ export class PtcFilterLevelTheater {
5
5
  this.lastSelectedTab = 1;
6
6
  this.lastSelectedTabGroup = undefined;
7
7
  this.selectedTabGroup = 'landing-tab';
8
+ this.enableFilters = undefined;
8
9
  }
9
10
  selectTab(tabNumber, tabGroup) {
10
11
  this.lastSelectedTab = this.selectedTab; // Store the last selected tab before updating
@@ -26,6 +27,8 @@ export class PtcFilterLevelTheater {
26
27
  });
27
28
  }
28
29
  else {
30
+ this.lastSelectedTab = 0;
31
+ this.lastSelectedTabGroup = 'landing-tab';
29
32
  this.selectTab(this.lastSelectedTab, this.lastSelectedTabGroup);
30
33
  this.filterCliked.emit({
31
34
  'sender': this,
@@ -38,7 +41,9 @@ export class PtcFilterLevelTheater {
38
41
  return (h(Host, null, this.renderBackgroundImage(), h("div", { class: "ptc-container flt-wrapper" }, this.renderFilterSection(), h("div", { class: "content-tab-wrapper" }, h("div", { class: "flt-tab-wrapper" }, h("div", { class: "tab-list" }, h("div", { class: { 'tab-box': true, 'active-box': (this.selectedTab === 1 && this.selectedTabGroup === 'side-tabs') }, onClick: () => this.selectTab(1, 'side-tabs') }, "Manufacturing excellence through insight"), h("div", { class: { 'tab-box': true, 'active-box': (this.selectedTab === 2 && this.selectedTabGroup === 'side-tabs') }, onClick: () => this.selectTab(2, 'side-tabs') }, "Deliver transformational impact"), h("div", { class: { 'tab-box': true, 'active-box': (this.selectedTab === 3 && this.selectedTabGroup === 'side-tabs') }, onClick: () => this.selectTab(3, 'side-tabs') }, "Aligning to your business strategy"), h("div", { class: { 'tab-box': true, 'active-box': (this.selectedTab === 4 && this.selectedTabGroup === 'side-tabs') }, onClick: () => this.selectTab(4, 'side-tabs') }, "Prove and scale value"), h("ptc-button", { type: "button", color: "ptc-quaternary", "link-href": "#form-section", "text-align": 'center', styles: "a{display:block}" }, "Get Started"), this.renderSocialMediaIcon())), h("div", { class: "flt-content-wrap" }, h("div", { class: { 'flt-content': true, 'landing-slide': true, 'active-tab': (this.selectedTab === 1 && this.selectedTabGroup === 'landing-tab') } }, h("ptc-title", { type: 'h1', upperline: "no-upperline", "title-margin": "margin-flush", "title-color": "white" }, "ThingWorx Digital Performance Management"), h("p", null, "What could you do with more production time? Drive revenue? Reduce costs?"), h("p", null, "Description Tab Item Rechtsschutzversicherungsgesellschaften ", h("a", { href: "/en/" }, "internal link"), ", ", h("a", { href: "http://www.google.com" }, "External Link"), ", ", h("a", { href: "/en/resources/digital-download/Part-1-Cummins-Drives-Sustainability-Using-Creo-Generative-Design" }, "slug url"), ", ", h("strong", null, "bold"), ", ", h("em", null, "italics")), h("p", null, "Gaining the insight to key initiatives that remove production constraints can be challenging. Data is spread across systems and bottleneck reporting is manual, late, and error-prone. ThingWorx delivers the insight you need to make digital transformation possible. It provides real-time, closed-loop problem-solving which empowers your team with timely insights about bottlenecks, root causes, and the improvements that your initiatives actually deliver."), h("p", null, "We invite you to discover more with the videos and material in this microsite. Simply click on the options to the right to get started."), h("p", null, "Key Features:"), h("ul", null, h("li", null, "Real-time Production Dashboard"), h("li", null, "Bottleneck Analytics"), h("li", null, "Action Tracker"), h("li", null, "Scorecard")), h("ptc-theater-video-playlist", null, h("ptc-theater-video", { "thumb-img": "https://www.ptc.com/-/media/Images/dpm/posterVideo1.jpg", "card-number": 0, "video-id": "6275116780001", "modal-type": "only-video" }))), h("div", { class: { 'flt-content': true, 'active-tab': (this.selectedTab === 1 && this.selectedTabGroup === 'side-tabs') } }, h("ptc-title", { type: 'h2', upperline: "no-upperline", "title-margin": "margin-flush", "title-color": "white" }, "Accelerate operational impact and sustain excellence"), h("p", null, "What if you could use your existing data to improve performance throughput by up to 20%? Depending on your business, this might drive your site capacity by up to 50%\u2014which you could use to increase revenue or reduce operating costs. You might also reinvest that capacity to further drive flexibility or focus on additional continuous improvement."), h("p", null, "Digital Performance Management provides manufacturers with the solution for closed-loop operational excellence. It can help your team realize the promise of Industry 4.0 to deliver true transformational impact, and enable you to identify and resolve manufacturing constraints more rapidly\u2014all to rapidly advance your productivity."), h("ptc-theater-video-playlist", null, h("ptc-theater-video", { "vtag-name": 'manager-tag', "thumb-img": "https://www.ptc.com/-/media/Images/dpm/posterVideo1.jpg", "card-title": "Accelerate Operational Impact and Sustain Excellence", "card-number": 0, "video-id": "6275116780001", "card-description": 'Description DPM Main Item Rechtsschutzversicherungsgesellschaften <a href="/en/">internal link</a>, <a href="http://www.google.com">External Link</a>, <a href="/en/resources/digital-download/Part-1-Cummins-Drives-Sustainability-Using-Creo-Generative-Design">slug url</a>, <strong>bold</strong>, <em>italics</em>' }, h("ptc-title", { type: 'h3', upperline: 'no-upperline', "title-color": "white", "title-size": "x-large", "title-margin": 'margin-flush' }, "Accelerate Operational Impact and Sustain Excellence"), h("ptc-spacer", null), h("p", { class: "dpm-v-p" }, "Since the beginning of manufacturing, companies have pursued world-class performance through continuous improvement. Digital is the paradigm shift that offers a huge new advantage."), h("p", null, "Manufacturing environments are extraordinarily complex with a multitude of variables and disparate data sources. There are functionally siloed people, shared and dedicated processes, and multiple products\u2014and they all need to be harmoniously synchronized to effectively problem solve."), h("p", null, "These challenges often mean that thousands of variables are managed through inefficient, incomplete, and\u2014unfortunately\u2014out-of-date reporting efforts."), h("p", null, "These realities make world class performance difficult to attain. While best in class factories can operate at 85% ", h("a", { href: "/en/solutions/improving-efficiency/increasing-asset-efficiency/capacity-utilization", tabindex: "0" }, "capacity utilization"), ", or ", h("a", { href: "/en/solutions/digital-manufacturing/overall-equipment-effectiveness", tabindex: "0" }, "OEE (overall equipment effectiveness)"), ", most companies still fall short of this performance level. Instead, they operate closer to an average of 40\u201360% OEE."), h("h3", { class: "dpm-v-h3" }, "Digital Performance Management provides manufacturers with an industry solution for closed-loop operational excellence. "), h("ul", { class: "dpm-v-ul" }, h("li", null, "Achieve true transformational impact by capturing and sustaining double-digit efficiency improvements at scale. "), h("li", null, "Identify and resolve manufacturing constraints more rapidly, understanding the dynamics between bottlenecks and the prioritized order of bottlenecks to address. "))), h("ptc-theater-video", { "vtag-name": 'leader-tag, vp-tag', "thumb-img": "https://www.ptc.com/-/media/Images/dpm/posterVideoNew1.jpg", "card-title": "Introduction to Digital Performance Management", "card-number": 1, "video-id": "6275114763001", "card-description": "Identify, prioritize, and resolve the biggest bottlenecks that constrain manufacturing productivity." }, h("ptc-title", { type: 'h3', upperline: 'no-upperline', "title-color": "white", "title-size": "x-large", "title-margin": 'margin-flush' }, "Introduction to Digital Performance Management"), h("ptc-spacer", null), h("p", { class: "dpm-v-p" }, "Digital Performance Management replaces out-of-date, siloed reporting tools with a closed-loop solution that drives operational excellence, by helping to identify, prioritize, and solve the biggest issues that constrain production efficiency. The solution systematically identifies bottlenecks and prioritizes actions for improvement. It collects and normalizes production data to a standard metric: time lost. This helps customers engage every level of the organization to help solve problems and regain lost hours of production."), h("p", null, "The solution creates a closed-loop cycle that manufacturers can use to monitor current performance, prioritize areas to improve production, analyze production losses to determine root cause loss reasons, improve performance with prescriptive, targeted actions, and confirm performance levels within and across facilities."), h("p", null, "For the first time, Digital Performance Management links frontline, operational data to bottom line financial impact."), h("h3", { class: "dpm-v-h3" }, "Digital Performance Management closed loop approach to operational excellence"), h("ul", { class: "dpm-v-ul" }, h("ul", null, h("li", null, "Prioritize production improvement with Bottleneck Analysis"), h("li", null, "Analyze production losses with Performance Analysis"), h("li", null, "Track performance improvements with Action Tracker"), h("li", null, "View site-level performance and compare across similar manufacturing sites with Scorecard"), h("li", null, "Monitor current performance with Production Dashboard")))))), h("div", { class: { 'flt-content': true, 'active-tab': (this.selectedTab === 2 && this.selectedTabGroup === 'side-tabs') } }, h("ptc-title", { type: 'h2', upperline: "no-upperline", "title-margin": "margin-flush", "title-color": "white" }, " Deliver transformational impact ThingWorx Digital Performance Management"), h("p", null, "What could you do with?"), h("p", null, "Gaining the insight to key initiatives that remove production constraints can be challenging. Data is spread across systems and bottleneck reporting is manual, late, and error-prone. ThingWorx delivers the insight you need to make digital transformation possible. It provides real-time, closed-loop problem-solving which empowers your team with timely insights about bottlenecks, root causes, and the improvements that your initiatives actually deliver."), h("p", null, "We invite you to discover more with the videos and material in this microsite. Simply click on the options to the right to get started."), h("ptc-theater-video-playlist", null, h("ptc-theater-video", { "vtag-name": 'manager-tag', "thumb-img": "https://www.ptc.com/-/media/Images/dpm/posterVideoNew5.jpg", "card-title": "Title Video Item Rechtsschutzversicherungsgesellschaften", "card-number": 0, "video-id": "6275116783001", "card-description": "Test Industry 4.0 technology can help drive true transformational impact, but leading manufacturers let business and financial impact prioritize the transformation." }, h("ptc-title", { type: 'h3', upperline: 'no-upperline', "title-color": "white", "title-size": "x-large", "title-margin": 'margin-flush' }, "Deliver transformational impact ThingWorx Digital Drive improvement from the ground up to engage the full organization"), h("ptc-spacer", null), h("p", null, "As a large manufacturer, with 30+ sites, what would it mean if you could unlock up to 20% additional productivity time at each of these sites?"), h("p", null, "How would you take advantage of this opportunity? You could drive more revenue but hold costs the same, reduce costs but maintain your current output, increase service levels, decrease lead times\u2014or some combination to drive measurable and sustainable P&L impact for your company. Time truly is the universal language of value in manufacturing."), h("p", null, "A $5 billion company with 50 sites that adopts Digital Performance Management can fulfill an additional $2 million in orders with the additional capacity without additional CapEx. Or the company could cut $2 million in operating costs. Either way, margins improve while the costs per unit decrease. While these numbers sound good on their own, at enterprise scale across 50 sites this yields an additional $100 million to the bottom line that can be reinvested in any number of ways including R&D, employee training, or capital improvements."), h("p", null, "PTC\u2019s customers have utilized additional capacity to improve their product mix, drive down order backlogs, increase service levels, improve morale, and even drive down inventories to lower their working capital. With PTC\u2019s Digital Performance Management solution, manufacturers can realize the true value of time across their enterprise. "), h("h3", { class: "dpm-v-h3" }, "Operationally, these improvements are driven by reductions in: "), h("ul", { class: "dpm-v-ul" }, h("li", null, "Planned and unplanned downtime "), h("li", null, "Changeover time "), h("li", null, "Speed losses based on best demonstrated speeds by SKU "), h("li", null, "Small stops or micro stops "), h("li", null, "Scrap losses "))), h("ptc-theater-video", { "vtag-name": 'leader-tag, vp-tag', "thumb-img": "https://www.ptc.com/-/media/Images/dpm/posterVideoNew3.jpg", "card-title": "Deliver transformational impact ThingWorx Digital PTC 2 ", "card-number": 1, "video-id": "6275111939001", "card-description": "Industry 4.0 technology can help drive true transformational impact, but leading manufacturers let business and financial impact prioritize the transformation." }, h("h3", null, " Deliver transformational impact ThingWorx Digitaltest 2", h("a", { href: "#" }, " link test 2"), " Some test content")), h("ptc-theater-video", { "vtag-name": 'leader-tag, vp-tag', "thumb-img": "https://www.ptc.com/-/media/Images/dpm/imagebc.jpg", "card-title": "Deliver transformational impact ThingWorx Digital PTC 3", "card-number": 2, "video-id": "6275114998001", "card-description": "Industry 4.0 technology can help drive true transformational impact, but leading manufacturers let business and financial impact prioritize the transformation." }, h("h3", null, "Deliver transformational impact ThingWorx Digital test 3", h("a", { href: "#" }, " link test 3"), " Some test content")))), h("div", { class: { 'flt-content': true, 'active-tab': (this.selectedTab === 3 && this.selectedTabGroup === 'side-tabs') } }, h("ptc-title", { type: 'h2', upperline: "no-upperline", "title-margin": "margin-flush", "title-color": "white" }, "Aligning to your business strategy ThingWorx Digital Performance Management"), h("p", null, "Drive revenue? Reduce costs?"), h("p", null, "We invite you to discover more with the videos and material in this microsite. Simply click on the options to the right to get started."), h("p", null, "Key Features:"), h("ul", null, h("li", null, "Real-time Production Dashboard"), h("li", null, "Bottleneck Analytics"), h("li", null, "Action Tracker"), h("li", null, "Scorecard")), h("ptc-theater-video-playlist", null, h("ptc-theater-video", { "vtag-name": 'manager-tag', "thumb-img": "https://www.ptc.com/-/media/Images/dpm/posterVideo1.jpg", "card-title": "Test Why Digital Performance Management from PTC 1", "card-number": 0, "video-id": "6275116780001", "card-description": "Test Industry 4.0 technology can help drive true transformational impact, but leading manufacturers let business and financial impact prioritize the transformation." }, h("ptc-title", { type: 'h3', upperline: 'no-upperline', "title-color": "white", "title-size": "x-large", "title-margin": 'margin-flush' }, "Drive improvement from the ground up to engage the full organization"), h("ptc-spacer", null), h("p", null, "As a large manufacturer, with 30+ sites, what would it mean if you could unlock up to 20% additional productivity time at each of these sites?"), h("p", null, "How would you take advantage of this opportunity? You could drive more revenue but hold costs the same, reduce costs but maintain your current output, increase service levels, decrease lead times\u2014or some combination to drive measurable and sustainable P&L impact for your company. Time truly is the universal language of value in manufacturing."), h("p", null, "A $5 billion company with 50 sites that adopts Digital Performance Management can fulfill an additional $2 million in orders with the additional capacity without additional CapEx. Or the company could cut $2 million in operating costs. Either way, margins improve while the costs per unit decrease. While these numbers sound good on their own, at enterprise scale across 50 sites this yields an additional $100 million to the bottom line that can be reinvested in any number of ways including R&D, employee training, or capital improvements."), h("p", null, "PTC\u2019s customers have utilized additional capacity to improve their product mix, drive down order backlogs, increase service levels, improve morale, and even drive down inventories to lower their working capital. With PTC\u2019s Digital Performance Management solution, manufacturers can realize the true value of time across their enterprise. "), h("h3", { class: "dpm-v-h3" }, "Operationally, these improvements are driven by reductions in: "), h("ul", { class: "dpm-v-ul" }, h("li", null, "Planned and unplanned downtime "), h("li", null, "Changeover time "), h("li", null, "Speed losses based on best demonstrated speeds by SKU "), h("li", null, "Small stops or micro stops "), h("li", null, "Scrap losses "))), h("ptc-theater-video", { "vtag-name": 'leader-tag, vp-tag', "thumb-img": "https://www.ptc.com/-/media/Images/dpm/posterVideo1.jpg", "card-title": "Why Digital Performance Management from PTC 2 ", "card-number": 1, "video-id": "6275114763001", "card-description": "Industry 4.0 technology can help drive true transformational impact, but leading manufacturers let business and financial impact prioritize the transformation." }, h("h3", null, "test 2", h("a", { href: "#" }, " link test 2"), " Some test content")), h("ptc-theater-video", { "vtag-name": 'leader-tag, vp-tag', "thumb-img": "https://www.ptc.com/-/media/Images/dpm/posterVideo1.jpg", "card-title": "Why Digital Performance Management from PTC 3", "card-number": 2, "video-id": "6275114998001", "card-description": "Industry 4.0 technology can help drive true transformational impact, but leading manufacturers let business and financial impact prioritize the transformation." }, h("h3", null, "test 3", h("a", { href: "#" }, " link test 3"), " Some test content")), h("ptc-theater-video", { "vtag-name": 'leader-tag, vp-tag, manager-tag', "thumb-img": "https://www.ptc.com/-/media/Images/dpm/posterVideo1.jpg", "card-title": "Why Digital Performance Management from PTC 2 ", "card-number": 3, "video-id": "6275114763001", "card-description": "Industry 4.0 technology can help drive true transformational impact, but leading manufacturers let business and financial impact prioritize the transformation." }, h("h3", null, "test 2", h("a", { href: "#" }, " link test 2"), " Some test content")))), h("div", { class: { 'flt-content': true, 'active-tab': (this.selectedTab === 4 && this.selectedTabGroup === 'side-tabs') } }, h("ptc-title", { type: 'h2', upperline: "no-upperline", "title-margin": "margin-flush", "title-color": "white" }, " Prove and scale value ThingWorx Digital Performance Management"), h("p", null, "What could you do with more production time? Reduce costs?"), h("p", null, "Gaining the insight to key initiatives that remove production constraints can be challenging. Data is spread across systems and bottleneck reporting is manual, late, and error-prone. ThingWorx delivers the insight you need to make digital transformation possible. It provides real-time, closed-loop problem-solving which empowers your team with timely insights about bottlenecks, root causes, and the improvements that your initiatives actually deliver."), h("p", null, "Key Features:"), h("ul", null, h("li", null, "Real-time Production Dashboard"), h("li", null, "Bottleneck Analytics"))), h("div", { class: { 'flt-content': true, 'active-tab': (this.selectedTab === 1 && this.selectedTabGroup === 'filter-tabs') } }, h("ptc-title", { type: 'h2', upperline: "no-upperline", "title-margin": "margin-flush", "title-color": "white" }, "Landing slide from filter option"), h("p", null, "What could you do with more production time? Reduce costs?"), h("p", null, "Gaining the insight to key initiatives that remove production constraints can be challenging. Data is spread across systems and bottleneck reporting is manual, late, and error-prone. ThingWorx delivers the insight you need to make digital transformation possible. It provides real-time, closed-loop problem"), h("ptc-theater-video-playlist", null, h("ptc-theater-video", { "thumb-img": "https://www.ptc.com/-/media/Images/dpm/posterVideo1.jpg", "card-number": 0, "video-id": "6275116780001", "modal-type": "only-video" }))), h("div", { class: { 'flt-content': true, 'active-tab': (this.selectedTab === 2 && this.selectedTabGroup === 'filter-tabs') } }, h("ptc-title", { type: 'h2', upperline: "no-upperline", "title-margin": "margin-flush", "title-color": "white" }, "Landing slide from filter option 2"), h("p", null, "What could you do with more production time? Reduce costs?"), h("p", null, "Gaining the insight to key initiatives that remove production constraints can be challenging. Data is spread across systems and bottleneck reporting is manual, late, and error-prone. ThingWorx delivers the insight you need to make digital transformation possible. It provides real-time, closed-loop problem"), h("ptc-theater-video-playlist", null, h("ptc-theater-video", { "thumb-img": "https://www.ptc.com/-/media/Images/dpm/posterVideoNew1.jpg", "card-number": 0, "video-id": "6275116780001", "modal-type": "only-video" }))), h("div", { class: { 'flt-content': true, 'active-tab': (this.selectedTab === 3 && this.selectedTabGroup === 'filter-tabs') } }, h("ptc-title", { type: 'h2', upperline: "no-upperline", "title-margin": "margin-flush", "title-color": "white" }, "Landing slide from filter option 3"), h("p", null, "What could you do with more production time? Reduce costs?"), h("p", null, "Gaining the insight to key initiatives that remove production constraints can be challenging. Data is spread across systems and bottleneck reporting is manual, late, and error-prone. ThingWorx delivers the insight you need to make digital transformation possible. It provides real-time, closed-loop problem"), h("ptc-theater-video-playlist", null, h("ptc-theater-video", { "thumb-img": "https://www.ptc.com/-/media/Images/dpm/posterVideo1.jpg", "card-number": 0, "video-id": "6275116780001", "modal-type": "only-video" }))))))));
39
42
  }
40
43
  renderFilterSection() {
41
- return (h("div", { class: "filter-section" }, h("ptc-filter-dropdown", { placeholder: "Job Title" }, h("span", { "tab-id": '1', "tag-name": "leader-tag" }, "Continuous Improvement Leader"), h("span", { "tab-id": '2', "tag-name": "manager-tag" }, "Plant Manager"), h("span", { "tab-id": '3', "tag-name": "vp-tag" }, "VP of Global Manufacturing"))));
44
+ if (this.enableFilters) {
45
+ return (h("div", { class: "filter-section" }, h("ptc-filter-dropdown", { placeholder: "Job Title" }, h("span", { "tab-id": '1', "tag-name": "leader-tag" }, "Continuous Improvement Leader"), h("span", { "tab-id": '2', "tag-name": "manager-tag" }, "Plant Manager"), h("span", { "tab-id": '3', "tag-name": "vp-tag" }, "VP of Global Manufacturing"))));
46
+ }
42
47
  }
43
48
  renderBackgroundImage() {
44
49
  return (h("div", { class: "flt-bg-image-wrapper" }, h("div", { class: {
@@ -60,6 +65,27 @@ export class PtcFilterLevelTheater {
60
65
  "$": ["ptc-filter-level-theater.css"]
61
66
  };
62
67
  }
68
+ static get properties() {
69
+ return {
70
+ "enableFilters": {
71
+ "type": "boolean",
72
+ "mutable": false,
73
+ "complexType": {
74
+ "original": "boolean",
75
+ "resolved": "boolean",
76
+ "references": {}
77
+ },
78
+ "required": false,
79
+ "optional": false,
80
+ "docs": {
81
+ "tags": [],
82
+ "text": ""
83
+ },
84
+ "attribute": "enable-filters",
85
+ "reflect": false
86
+ }
87
+ };
88
+ }
63
89
  static get states() {
64
90
  return {
65
91
  "selectedTab": {},
@@ -2,7 +2,7 @@
2
2
  display: block;
3
3
  }
4
4
  :host .modal-quiz-container {
5
- padding: 0 var(--ptc-element-spacing-08) var(--ptc-element-spacing-08);
5
+ padding: 0 var(--ptc-element-spacing-06) var(--ptc-element-spacing-08) var(--ptc-element-spacing-06);
6
6
  margin-top: var(--ptc-element-spacing-05);
7
7
  height: max-content;
8
8
  max-height: calc(80vh - 120px);
@@ -101,6 +101,11 @@
101
101
  :host .modal-quiz-ctas ptc-button {
102
102
  margin-right: var(--ptc-element-spacing-05);
103
103
  }
104
+ @media only screen and (min-width: 480px) {
105
+ :host .modal-quiz-container {
106
+ padding: 0 var(--ptc-element-spacing-08) var(--ptc-element-spacing-08) var(--ptc-element-spacing-08);
107
+ }
108
+ }
104
109
  @media only screen and (min-width: 768px) {
105
110
  :host .modal-quiz-progress {
106
111
  flex-wrap: none;
@@ -201,7 +201,8 @@ export class PtcPricingPackagingTable {
201
201
  let linkHref = headerLink.getAttribute('href');
202
202
  let linkText = headerLink.innerHTML;
203
203
  let linkTarget = headerLink.getAttribute('target');
204
- this.columnHeaderLinks.push({ linkHref, linkText, linkTarget });
204
+ let linkTitle = headerLink.getAttribute('title');
205
+ this.columnHeaderLinks.push({ linkHref, linkText, linkTarget, linkTitle });
205
206
  headerLink.remove();
206
207
  }
207
208
  else {
@@ -240,7 +241,8 @@ export class PtcPricingPackagingTable {
240
241
  let linkHref = ctaButton.getAttribute('href');
241
242
  let linkText = ctaButton.innerHTML;
242
243
  let linkTarget = ctaButton.getAttribute('target');
243
- this.ctaButtons.push({ linkHref, linkText, linkTarget });
244
+ let linkTitle = ctaButton.getAttribute('title');
245
+ this.ctaButtons.push({ linkHref, linkText, linkTarget, linkTitle });
244
246
  ctaButton.remove();
245
247
  this.showCtaButtonsRow = true;
246
248
  }
@@ -313,7 +315,7 @@ export class PtcPricingPackagingTable {
313
315
  return h("div", { id: "table-header", class: this.headerType, onScroll: () => this.handleHorizontalScroll() }, h("div", { class: `desktop-header-first-cell` }, (this.isDesktopView) ?
314
316
  h("ptc-para", { "font-size": "medium", "font-weight": "w-7", "para-align": "left", "para-color": "white", "para-line-h": "line-height-p", "para-margin": "margin-flush" }, h("slot", { name: "desktop-header-first-cell" }))
315
317
  : null, h("div", { class: "scroll-button", id: "previous-scroll-button" }, h("div", { onClick: () => this.handleBackwardScroll() }, h("icon-asset", { type: "solid", size: "medium", name: "chevron-left", color: "primary-gray" }), h("ptc-para", { "font-size": "small", "font-weight": "w-6", "para-align": "justify", "para-color": "primary-grey", "para-line-h": "line-height-p", "para-margin": "margin-flush" }, "More"))), h("div", { class: "scroll-button", id: "next-scroll-button" }, h("div", { onClick: () => this.handleForwardScroll() }, h("ptc-para", { "font-size": "small", "font-weight": "w-6", "para-align": "justify", "para-color": "primary-grey", "para-line-h": "line-height-p", "para-margin": "margin-flush" }, "More"), h("icon-asset", { type: "solid", size: "medium", name: "chevron-right", color: "primary-gray" })))), ([...Array(this.dataCols).keys()]).map(col => {
316
- return h("div", { class: `table-cell ${(col + 1) === this.dataCols ? "table-last-cell" : ""}` }, h("ptc-para", { "font-size": "medium", "font-weight": "w-7", "para-align": "center", "para-color": "white", "para-line-h": "line-height-densest", "para-margin": "margin-flush", "para-z-index": "z-1" }, h("slot", { name: `column-header-${col + 1}` })), ((this.columnHeaderLinks.length === this.dataCols) && (this.columnHeaderLinks[col])) ? h(Fragment, null, h("ptc-spacer", { breakpoint: 'small', size: "small" }), h("ptc-spacer", { breakpoint: 'x-small', size: "medium" }), h("ptc-link", { "font-size": "medium", "font-weight": "w-extrabold", href: `${this.columnHeaderLinks[col].linkHref}`, "link-area": "undefined", target: `${this.columnHeaderLinks[col].linkTarget}`, theme: "d-green-underline", styles: "a.ptc-link {line-height: var(--ptc-line-height-p);}" }, this.isDesktopView ?
318
+ return h("div", { class: `table-cell ${(col + 1) === this.dataCols ? "table-last-cell" : ""}` }, h("ptc-para", { "font-size": "medium", "font-weight": "w-7", "para-align": "center", "para-color": "white", "para-line-h": "line-height-densest", "para-margin": "margin-flush", "para-z-index": "z-1" }, h("slot", { name: `column-header-${col + 1}` })), ((this.columnHeaderLinks.length === this.dataCols) && (this.columnHeaderLinks[col])) ? h(Fragment, null, h("ptc-spacer", { breakpoint: 'small', size: "small" }), h("ptc-spacer", { breakpoint: 'x-small', size: "medium" }), h("ptc-link", { "font-size": "medium", "font-weight": "w-extrabold", href: `${this.columnHeaderLinks[col].linkHref}`, "link-area": "undefined", target: `${this.columnHeaderLinks[col].linkTarget}`, theme: "d-green-underline", styles: "a.ptc-link {line-height: var(--ptc-line-height-p);}", "link-title": this.columnHeaderLinks[col].linkTitle }, this.isDesktopView ?
317
319
  h("ptc-tooltip", { class: (col === (this.dataCols - 1)) ? "last-column-tooltip" : "", "text-display": "inline", "max-length": "30", "z-index": "z-2", description: this.columnHeaderLinks[col].linkText, position: "top" })
318
320
  : this.columnHeaderLinks[col].linkText)) : null);
319
321
  }), h("div", { class: `table-filler-cell ${this.showFillerCells ? "show" : ""}` }));
@@ -322,7 +324,7 @@ export class PtcPricingPackagingTable {
322
324
  return h("div", { id: "table-header-placeholder", class: this.headerType }, h("div", { class: `desktop-header-first-cell` }, (this.isDesktopView) ?
323
325
  h("ptc-para", { "font-size": "medium", "font-weight": "w-7", "para-align": "left", "para-color": "white", "para-line-h": "line-height-p", "para-margin": "margin-flush" }, h("slot", { name: "placeholder-desktop-header-first-cell" }))
324
326
  : null), ([...Array(this.dataCols).keys()]).map(col => {
325
- return h("div", { class: `table-cell ${(col + 1) === this.dataCols ? "table-last-cell" : ""}` }, h("ptc-para", { "font-size": "medium", "font-weight": "w-7", "para-align": "center", "para-color": "white", "para-line-h": "line-height-densest", "para-margin": "margin-flush", "para-z-index": "z-1" }, h("slot", { name: `placeholder-column-header-${col + 1}` })), ((this.columnHeaderLinks.length === this.dataCols) && (this.columnHeaderLinks[col])) ? h(Fragment, null, h("ptc-spacer", { breakpoint: 'small', size: "small" }), h("ptc-spacer", { breakpoint: 'x-small', size: "medium" }), h("ptc-link", { "font-size": "medium", "font-weight": "w-extrabold", href: `${this.columnHeaderLinks[col].linkHref}`, "link-area": "undefined", target: `${this.columnHeaderLinks[col].linkTarget}`, theme: "d-green-underline", styles: "a.ptc-link {line-height: var(--ptc-line-height-p);}" }, this.isDesktopView ?
327
+ return h("div", { class: `table-cell ${(col + 1) === this.dataCols ? "table-last-cell" : ""}` }, h("ptc-para", { "font-size": "medium", "font-weight": "w-7", "para-align": "center", "para-color": "white", "para-line-h": "line-height-densest", "para-margin": "margin-flush", "para-z-index": "z-1" }, h("slot", { name: `placeholder-column-header-${col + 1}` })), ((this.columnHeaderLinks.length === this.dataCols) && (this.columnHeaderLinks[col])) ? h(Fragment, null, h("ptc-spacer", { breakpoint: 'small', size: "small" }), h("ptc-spacer", { breakpoint: 'x-small', size: "medium" }), h("ptc-link", { "font-size": "medium", "font-weight": "w-extrabold", href: `${this.columnHeaderLinks[col].linkHref}`, "link-area": "undefined", target: `${this.columnHeaderLinks[col].linkTarget}`, theme: "d-green-underline", styles: "a.ptc-link {line-height: var(--ptc-line-height-p);}", "link-title": this.columnHeaderLinks[col].linkTitle }, this.isDesktopView ?
326
328
  h("ptc-tooltip", { class: (col === (this.dataCols - 1)) ? "last-column-tooltip" : "", "text-display": "inline", "max-length": "30", "z-index": "z-2", description: this.columnHeaderLinks[col].linkText, position: "top" })
327
329
  : this.columnHeaderLinks[col].linkText)) : null);
328
330
  }), h("div", { class: `table-filler-cell ${this.showFillerCells ? "show" : ""}` }));
@@ -341,7 +343,7 @@ export class PtcPricingPackagingTable {
341
343
  h("div", { class: "desktop-sticky-row-header" })
342
344
  : null, ([...Array(this.dataCols).keys()]).map(col => {
343
345
  return h("div", { class: `table-cell ${(col + 1) === this.dataCols ? "table-last-cell" : ""}` }, (this.ctaButtons[col]) ?
344
- h("ptc-button", { type: "link", color: "ptc-tertiary", "link-href": this.ctaButtons[col].linkHref, target: `${this.ctaButtons[col].linkTarget}` }, this.isDesktopView ?
346
+ h("ptc-button", { type: "link", color: "ptc-tertiary", "link-href": this.ctaButtons[col].linkHref, target: `${this.ctaButtons[col].linkTarget}`, "link-title": this.ctaButtons[col].linkTitle }, this.isDesktopView ?
345
347
  h("ptc-tooltip", { class: (col === (this.dataCols - 1)) ? "last-column-tooltip" : "", "text-display": "inline", "max-length": "30", "z-index": "z-2", description: this.ctaButtons[col].linkText, position: "top" })
346
348
  : this.ctaButtons[col].linkText) : null);
347
349
  }), h("div", { class: `table-filler-cell ${this.showFillerCells ? "show" : ""}` })) : null;