@ptcwebops/ptcw-design 6.3.9 → 6.3.10-beta

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 (185) hide show
  1. package/dist/cjs/{component-35540bfb.js → component-6a178a16.js} +2643 -832
  2. package/dist/cjs/event-jumbotron-example.cjs.entry.js +3 -36
  3. package/dist/cjs/featured-list.cjs.entry.js +1 -1
  4. package/dist/cjs/innovator-toggle-container.cjs.entry.js +1 -1
  5. package/dist/cjs/loader.cjs.js +1 -1
  6. package/dist/cjs/modal-form-example.cjs.entry.js +94 -0
  7. package/dist/cjs/ptc-bio-card.cjs.entry.js +1 -1
  8. package/dist/cjs/ptc-card_2.cjs.entry.js +4 -3
  9. package/dist/cjs/ptc-case-studies-slider.cjs.entry.js +1 -1
  10. package/dist/cjs/ptc-close-icon_2.cjs.entry.js +28 -27
  11. package/dist/cjs/ptc-countdown.cjs.entry.js +18 -20
  12. package/dist/cjs/ptc-data-lookup.cjs.entry.js +1 -2
  13. package/dist/cjs/ptc-featured-list.cjs.entry.js +1 -1
  14. package/dist/cjs/ptc-filter-level-theater.cjs.entry.js +1 -1
  15. package/dist/cjs/{ptc-form-checkbox_2.cjs.entry.js → ptc-form-checkbox_4.cjs.entry.js} +789 -5
  16. package/dist/cjs/ptc-jumbotron.cjs.entry.js +2 -3
  17. package/dist/cjs/ptc-mobile-select.cjs.entry.js +10 -1
  18. package/dist/cjs/ptc-office-locations.cjs.entry.js +3 -13
  19. package/dist/cjs/ptc-para.cjs.entry.js +1 -1
  20. package/dist/cjs/ptc-podcast-card.cjs.entry.js +1 -1
  21. package/dist/cjs/ptc-previous-url.cjs.entry.js +10 -2
  22. package/dist/cjs/ptc-product-card.cjs.entry.js +1 -1
  23. package/dist/cjs/ptc-product-category.cjs.entry.js +1 -1
  24. package/dist/cjs/ptc-product-highlight-card.cjs.entry.js +1 -1
  25. package/dist/cjs/ptc-readmore-char.cjs.entry.js +1 -1
  26. package/dist/cjs/ptc-readmore-v3.cjs.entry.js +1 -1
  27. package/dist/cjs/ptc-tooltip-v2.cjs.entry.js +1 -1
  28. package/dist/cjs/ptc-value-led-layout.cjs.entry.js +1 -3
  29. package/dist/cjs/ptc-value-led-speed-bump.cjs.entry.js +1 -1
  30. package/dist/cjs/ptc-white-paper.cjs.entry.js +10 -10
  31. package/dist/cjs/ptcw-design.cjs.js +1 -1
  32. package/dist/collection/collection-manifest.json +1 -1
  33. package/dist/collection/components/icon-asset/media/designer-v6.0.6.svg +30 -2
  34. package/dist/collection/components/innovator-toggle-container/innovator-toggle-container.css +6 -6
  35. package/dist/collection/components/organism-bundles/bundle-featured-list/featured-list.css +3 -3
  36. package/dist/collection/components/organism-bundles/event-jumbotron-example/event-jumbotron-example.css +4 -8
  37. package/dist/collection/components/organism-bundles/event-jumbotron-example/event-jumbotron-example.js +2 -35
  38. package/dist/collection/components/organism-bundles/form/modal-from-example/modal-form-example.css +26 -0
  39. package/dist/collection/components/organism-bundles/form/modal-from-example/modal-form-example.js +99 -0
  40. package/dist/collection/components/ptc-bio-card/ptc-bio-card.css +6 -6
  41. package/dist/collection/components/ptc-case-studies-slider/ptc-case-studies-slider.css +6 -6
  42. package/dist/collection/components/ptc-countdown/ptc-countdown.css +1 -1
  43. package/dist/collection/components/ptc-countdown/ptc-countdown.js +17 -19
  44. package/dist/collection/components/ptc-featured-list/ptc-featured-list.css +6 -6
  45. package/dist/collection/components/ptc-filter-level-theater/ptc-filter-level-theater.css +6 -6
  46. package/dist/collection/components/ptc-jumbotron/ptc-jumbotron.css +6 -24
  47. package/dist/collection/components/ptc-jumbotron/ptc-jumbotron.js +1 -20
  48. package/dist/collection/components/ptc-mobile-select/ptc-mobile-select.js +11 -2
  49. package/dist/collection/components/ptc-modal/ptc-modal.css +8 -4
  50. package/dist/collection/components/ptc-modal/ptc-modal.js +47 -28
  51. package/dist/collection/components/ptc-office-locations/ptc-office-locations.js +4 -15
  52. package/dist/collection/components/ptc-para/ptc-para.css +3 -0
  53. package/dist/collection/components/ptc-para/ptc-para.js +2 -2
  54. package/dist/collection/components/ptc-podcast-card/ptc-podcast-card.css +6 -6
  55. package/dist/collection/components/ptc-preloader-section/ptc-preloader-section.js +4 -3
  56. package/dist/collection/components/ptc-previous-url/ptc-previous-url.css +16 -0
  57. package/dist/collection/components/ptc-previous-url/ptc-previous-url.js +27 -1
  58. package/dist/collection/components/ptc-product-card/ptc-product-card.css +6 -6
  59. package/dist/collection/components/ptc-product-category/ptc-product-category.css +6 -6
  60. package/dist/collection/components/ptc-product-highlight-card/ptc-product-highlight-card.css +6 -6
  61. package/dist/collection/components/ptc-readmore-char/ptc-readmore-char.css +6 -6
  62. package/dist/collection/components/ptc-readmore-v3/ptc-readmore-v3.css +6 -6
  63. package/dist/collection/components/ptc-textfield/ptc-textfield.js +1 -1
  64. package/dist/collection/components/ptc-tooltip-v2/ptc-tooltip-v2.css +6 -6
  65. package/dist/collection/components/ptc-value-led-layout/ptc-value-led-layout.js +1 -3
  66. package/dist/collection/components/ptc-value-led-speed-bump/ptc-value-led-speed-bump.css +6 -6
  67. package/dist/collection/components/ptc-white-paper/ptc-white-paper.css +6 -6
  68. package/dist/collection/components/ptc-white-paper/ptc-white-paper.js +9 -9
  69. package/dist/collection/stories/BackgroundImage.stories.js +42 -20
  70. package/dist/collection/stories/MobileSelect.stories.js +21 -11
  71. package/dist/collection/stories/organisms/eSupport/CaseTracker/preview.stories.js +45 -0
  72. package/dist/collection/stories/organisms/eSupport/SupportArticle/preview.stories.js +47 -0
  73. package/dist/collection/stories/organisms/eSupport/SupportPage/preview.stories.js +157 -0
  74. package/dist/custom-elements/index.d.ts +6 -6
  75. package/dist/custom-elements/index.js +200 -213
  76. package/dist/esm/{component-8c53e377.js → component-80f298b4.js} +2592 -793
  77. package/dist/esm/event-jumbotron-example.entry.js +3 -36
  78. package/dist/esm/featured-list.entry.js +1 -1
  79. package/dist/esm/innovator-toggle-container.entry.js +1 -1
  80. package/dist/esm/loader.js +1 -1
  81. package/dist/esm/modal-form-example.entry.js +90 -0
  82. package/dist/esm/ptc-bio-card.entry.js +1 -1
  83. package/dist/esm/ptc-card_2.entry.js +4 -3
  84. package/dist/esm/ptc-case-studies-slider.entry.js +1 -1
  85. package/dist/esm/ptc-close-icon_2.entry.js +28 -27
  86. package/dist/esm/ptc-countdown.entry.js +18 -20
  87. package/dist/esm/ptc-data-lookup.entry.js +1 -2
  88. package/dist/esm/ptc-featured-list.entry.js +1 -1
  89. package/dist/esm/ptc-filter-level-theater.entry.js +1 -1
  90. package/dist/esm/{ptc-form-checkbox_2.entry.js → ptc-form-checkbox_4.entry.js} +786 -4
  91. package/dist/esm/ptc-jumbotron.entry.js +2 -3
  92. package/dist/esm/ptc-mobile-select.entry.js +10 -1
  93. package/dist/esm/ptc-office-locations.entry.js +3 -13
  94. package/dist/esm/ptc-para.entry.js +1 -1
  95. package/dist/esm/ptc-podcast-card.entry.js +1 -1
  96. package/dist/esm/ptc-previous-url.entry.js +10 -2
  97. package/dist/esm/ptc-product-card.entry.js +1 -1
  98. package/dist/esm/ptc-product-category.entry.js +1 -1
  99. package/dist/esm/ptc-product-highlight-card.entry.js +1 -1
  100. package/dist/esm/ptc-readmore-char.entry.js +1 -1
  101. package/dist/esm/ptc-readmore-v3.entry.js +1 -1
  102. package/dist/esm/ptc-tooltip-v2.entry.js +1 -1
  103. package/dist/esm/ptc-value-led-layout.entry.js +1 -3
  104. package/dist/esm/ptc-value-led-speed-bump.entry.js +1 -1
  105. package/dist/esm/ptc-white-paper.entry.js +11 -11
  106. package/dist/esm/ptcw-design.js +1 -1
  107. package/dist/ptcw-design/media/designer-v6.0.6.svg +30 -2
  108. package/dist/ptcw-design/p-072a76d3.entry.js +1 -0
  109. package/dist/ptcw-design/{p-7fb155da.entry.js → p-072aa896.entry.js} +1 -1
  110. package/dist/ptcw-design/{p-a791c53a.entry.js → p-0b515839.entry.js} +1 -1
  111. package/dist/ptcw-design/p-0d223232.entry.js +1 -0
  112. package/dist/ptcw-design/{p-75988f52.entry.js → p-0de4cd11.entry.js} +1 -1
  113. package/dist/ptcw-design/{p-9f194554.entry.js → p-21aa746d.entry.js} +1 -1
  114. package/dist/ptcw-design/p-291072b4.entry.js +1 -0
  115. package/dist/ptcw-design/p-32f64f48.entry.js +1 -0
  116. package/dist/ptcw-design/{p-d089dc37.entry.js → p-3dd0ded9.entry.js} +1 -1
  117. package/dist/ptcw-design/p-3f68e2f2.entry.js +1 -0
  118. package/dist/ptcw-design/p-42992202.entry.js +1 -0
  119. package/dist/ptcw-design/{p-4d8f6f46.entry.js → p-445329ed.entry.js} +1 -1
  120. package/dist/ptcw-design/p-52e6613f.entry.js +1 -0
  121. package/dist/ptcw-design/p-672a349f.js +336 -0
  122. package/dist/ptcw-design/p-67c248ec.entry.js +1 -0
  123. package/dist/ptcw-design/p-72825cf6.entry.js +1 -0
  124. package/dist/ptcw-design/p-75390f63.entry.js +1 -0
  125. package/dist/ptcw-design/p-799afee5.entry.js +1 -0
  126. package/dist/ptcw-design/{p-6aa9ed95.entry.js → p-867a808f.entry.js} +1 -1
  127. package/dist/ptcw-design/p-94f99d2d.entry.js +1 -0
  128. package/dist/ptcw-design/p-9501995f.entry.js +1 -0
  129. package/dist/ptcw-design/p-baff4d44.entry.js +1 -0
  130. package/dist/ptcw-design/p-bd6af63e.entry.js +1 -0
  131. package/dist/ptcw-design/p-d0581b07.entry.js +68 -0
  132. package/dist/ptcw-design/{p-18ac526f.entry.js → p-d73cc053.entry.js} +1 -1
  133. package/dist/ptcw-design/p-de960790.entry.js +1 -0
  134. package/dist/ptcw-design/p-e6a272d9.entry.js +1 -0
  135. package/dist/ptcw-design/p-f4eb6d0a.entry.js +1 -0
  136. package/dist/ptcw-design/p-fe40421e.entry.js +1 -0
  137. package/dist/ptcw-design/ptcw-design.css +2 -2
  138. package/dist/ptcw-design/ptcw-design.esm.js +1 -1
  139. package/dist/types/components/organism-bundles/event-jumbotron-example/event-jumbotron-example.d.ts +0 -2
  140. package/dist/types/components/organism-bundles/form/modal-from-example/modal-form-example.d.ts +25 -0
  141. package/dist/types/components/ptc-jumbotron/ptc-jumbotron.d.ts +0 -1
  142. package/dist/types/components/ptc-mobile-select/ptc-mobile-select.d.ts +1 -1
  143. package/dist/types/components/ptc-modal/ptc-modal.d.ts +3 -1
  144. package/dist/types/components/ptc-office-locations/ptc-office-locations.d.ts +0 -1
  145. package/dist/types/components/ptc-para/ptc-para.d.ts +1 -1
  146. package/dist/types/components/ptc-previous-url/ptc-previous-url.d.ts +2 -0
  147. package/dist/types/components/ptc-white-paper/ptc-white-paper.d.ts +1 -0
  148. package/dist/types/components.d.ts +23 -21
  149. package/package.json +1 -1
  150. package/readme.md +5 -1
  151. package/dist/cjs/component-1b8ad4d2.js +0 -1819
  152. package/dist/cjs/ptc-icon-card-slider-example.cjs.entry.js +0 -82
  153. package/dist/cjs/ptc-multi-select_2.cjs.entry.js +0 -672
  154. package/dist/cjs/validation-messages-33a4f26b.js +0 -126
  155. package/dist/collection/components/organism-bundles/ptc-icon-card-slider-example/ptc-icon-card-slider-example.css +0 -1143
  156. package/dist/collection/components/organism-bundles/ptc-icon-card-slider-example/ptc-icon-card-slider-example.js +0 -77
  157. package/dist/esm/component-9beac35b.js +0 -1802
  158. package/dist/esm/ptc-icon-card-slider-example.entry.js +0 -78
  159. package/dist/esm/ptc-multi-select_2.entry.js +0 -667
  160. package/dist/esm/validation-messages-adbb6518.js +0 -124
  161. package/dist/ptcw-design/p-00e21489.entry.js +0 -1
  162. package/dist/ptcw-design/p-15758793.entry.js +0 -1
  163. package/dist/ptcw-design/p-18a5a338.js +0 -1
  164. package/dist/ptcw-design/p-2aa19c11.entry.js +0 -1
  165. package/dist/ptcw-design/p-2b32297b.entry.js +0 -1
  166. package/dist/ptcw-design/p-2cb2de0f.entry.js +0 -1
  167. package/dist/ptcw-design/p-38b782e8.entry.js +0 -1
  168. package/dist/ptcw-design/p-51a45b13.entry.js +0 -1
  169. package/dist/ptcw-design/p-593b8eff.entry.js +0 -1
  170. package/dist/ptcw-design/p-5dae4f30.entry.js +0 -1
  171. package/dist/ptcw-design/p-73a853fc.entry.js +0 -1
  172. package/dist/ptcw-design/p-752bba1c.entry.js +0 -1
  173. package/dist/ptcw-design/p-98426799.js +0 -203
  174. package/dist/ptcw-design/p-98844b50.js +0 -134
  175. package/dist/ptcw-design/p-a58698ca.entry.js +0 -1
  176. package/dist/ptcw-design/p-ab3d2934.entry.js +0 -1
  177. package/dist/ptcw-design/p-acdd9a1d.entry.js +0 -1
  178. package/dist/ptcw-design/p-ad821a01.entry.js +0 -1
  179. package/dist/ptcw-design/p-bab5bb88.entry.js +0 -1
  180. package/dist/ptcw-design/p-c8f68292.entry.js +0 -1
  181. package/dist/ptcw-design/p-d66debb3.entry.js +0 -1
  182. package/dist/ptcw-design/p-dd02e4d6.entry.js +0 -68
  183. package/dist/ptcw-design/p-e5369c4d.entry.js +0 -1
  184. package/dist/ptcw-design/p-f9256e3d.entry.js +0 -1
  185. package/dist/types/components/organism-bundles/ptc-icon-card-slider-example/ptc-icon-card-slider-example.d.ts +0 -10
@@ -1,124 +0,0 @@
1
- const ValidationMessages = {
2
- de: {
3
- required: 'Dieses Feld ist erforderlich.',
4
- select: 'Bitte wählen Sie einen Wert.',
5
- firstname: 'Bitte überprüfen Sie Ihren Vornamen.',
6
- lastname: 'Bitte überprüfen Sie Ihren Nachnamen.',
7
- validemail: 'Bitte geben Sie eine gültige E-Mail-Adresse ein.',
8
- email: 'Bitte geben Sie eine gültige E-Mail-Adresse ein.',
9
- companyemail: 'Bitte geben Sie eine Firmen-E-Mail-Adresse ein.',
10
- tel: 'Telefonnummer ist erforderlich.',
11
- validtel: 'Bitte geben Sie eine gültige Telefonnummer ein.',
12
- confirmemail: "E-Mail-Adressen müssen übereinstimmen."
13
- },
14
- en: {
15
- required: 'This field is required.',
16
- select: 'Please select a value.',
17
- firstname: 'Please check your firstname.',
18
- lastname: 'Please check your lastname.',
19
- validemail: 'Please enter a valid email.',
20
- email: 'Email is required.',
21
- companyemail: 'Please enter a company email.',
22
- tel: 'Telephone number is required.',
23
- validtel: 'Please enter a valid telephone number',
24
- confirmemail: 'Email addresses must match.'
25
- },
26
- fr: {
27
- required: 'Ce champ est obligatoire.',
28
- select: 'Veuillez sélectionner une valeur.',
29
- firstname: 'Veuillez vérifier votre prénom.',
30
- lastname: 'Veuillez vérifier votre nom de famille.',
31
- validemail: 'Veuillez saisir une adresse e-mail valide.',
32
- email: 'Adresse e-mail requise.',
33
- companyemail: 'Veuillez saisir une adresse e-mail professionnelle.',
34
- tel: 'Numéro de téléphone requis.',
35
- validtel: 'Veuillez saisir un numéro de téléphone valide.',
36
- confirmemail: 'Les adresses e-mail doivent correspondre.'
37
- },
38
- ko: {
39
- required: '이 필드는 필수입니다.',
40
- select: '값을 선택해 주세요.',
41
- firstname: '이름을 확인해 주세요.',
42
- lastname: '성을 확인해 주세요.',
43
- validemail: '유효한 이메일 주소를 입력해 주세요.',
44
- email: '이메일 주소가 필요합니다.',
45
- companyemail: '회사 이메일을 입력해 주세요.',
46
- tel: '전화번호가 필요합니다.',
47
- validtel: '유효한 전화번호를 입력해 주세요.',
48
- confirmemail: "이메일 주소가 일치해야 합니다"
49
- },
50
- pt: {
51
- required: 'Este campo é obrigatório.',
52
- select: 'Por favor, selecione um valor.',
53
- firstname: 'Por favor, verifique seu primeiro nome.',
54
- lastname: 'Por favor, verifique seu sobrenome.',
55
- validemail: 'Por favor, insira um endereço de e-mail válido.',
56
- email: 'Endereço de e-mail é obrigatório.',
57
- companyemail: 'Por favor, insira um e-mail da empresa.',
58
- tel: 'Número de telefone é obrigatório.',
59
- validtel: 'Por favor, insira um número de telefone válido.',
60
- confirmemail: 'Os endereços de e-mail devem corresponder.'
61
- },
62
- cn: {
63
- required: '此字段为必填项。',
64
- select: '请选择一个值。',
65
- firstname: '请检查您的名字。',
66
- lastname: '请检查您的姓氏。',
67
- validemail: '请输入有效的电子邮件地址。',
68
- email: '需要电子邮件地址。',
69
- companyemail: '请输入公司电子邮件。',
70
- tel: '需要电话号码。',
71
- validtel: '请输入有效的电话号码。',
72
- confirmemail: '电子邮件地址必须匹配。'
73
- },
74
- tw: {
75
- required: '此欄位為必填。',
76
- select: '請選擇一個值。',
77
- firstname: '請檢查您的名字。',
78
- lastname: '請檢查您的姓氏。',
79
- validemail: '請輸入有效的電子郵件地址。',
80
- email: '需要電子郵件地址。',
81
- companyemail: '請輸入公司電子郵件。',
82
- tel: '需要電話號碼。',
83
- validtel: '請輸入有效的電話號碼。',
84
- confirmemail: '電子郵件地址必須匹配。'
85
- },
86
- ja: {
87
- required: 'このフィールドは必須です。',
88
- select: '値を選択してください。',
89
- firstname: '名前を確認してください。',
90
- lastname: '苗字を確認してください。',
91
- validemail: '有効なメールアドレスを入力してください。',
92
- email: 'メールアドレスが必要です。',
93
- companyemail: '会社のメールアドレスを入力してください。',
94
- tel: '電話番号が必要です。',
95
- validtel: '有効な電話番号を入力してください。',
96
- confirmemail: 'メールアドレスが一致する必要があります。'
97
- },
98
- it: {
99
- required: 'Questo campo è obbligatorio.',
100
- select: 'Si prega di selezionare un valore.',
101
- firstname: 'Si prega di controllare il proprio nome.',
102
- lastname: 'Si prega di controllare il proprio cognome.',
103
- validemail: 'Si prega di inserire un indirizzo email valido.',
104
- email: "L'indirizzo email è richiesto.",
105
- companyemail: "Si prega di inserire un'email aziendale.",
106
- tel: 'È richiesto un numero di telefono.',
107
- validtel: 'Si prega di inserire un numero di telefono valido.',
108
- confirmemail: 'Gli indirizzi email devono corrispondere.'
109
- },
110
- es: {
111
- required: 'Por favor introduce un valor.',
112
- select: 'Por favor seleccione un valor.',
113
- firstname: 'Por favor verifique su nombre.',
114
- lastname: 'Por favor verifique su apellido.',
115
- validemail: 'Por favor introduzca un correo válido.',
116
- email: "Se requiere un correo electrónico.",
117
- companyemail: "Por favor introduzca un correo de empresa.",
118
- tel: 'Se requiere un número de teléfono.',
119
- validtel: 'Por favor introduzca un número de teléfono válido.',
120
- confirmemail: 'Los correos electrónicos deben coincidir.'
121
- }
122
- };
123
-
124
- export { ValidationMessages as V };
@@ -1 +0,0 @@
1
- import{r as t,h as e,H as i}from"./p-ac75c7ad.js";const a=class{constructor(e){t(this,e),this.href=void 0,this.text=void 0,this.styles=void 0}render(){return e(i,null,this.styles&&e("style",null,this.styles),e("list-item",{listType:"breadcrumb",flushBefore:!0,"link-href":this.href},e("ptc-svg-btn",{class:"backarrow","svg-name":"back-arrow",display:"inline-block"}),e("a",{class:"back-to-videos"},this.text)),e("slot",null))}};a.style="h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{word-break:break-word;hyphens:manual;-webkit-hyphens:manual;-moz-hyphens:manual;-ms-hyphens:manual}@supports (hyphenate-limit-chars: 12 3 3){h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;hyphenate-limit-chars:12 3 3;hyphenate-limit-lines:2;hyphenate-limit-last:always;hyphenate-limit-zone:6%;-webkit-hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;-webkit-hyphenate-limit-chars:12 3 3;-webkit-hyphenate-limit-lines:2;-moz-hyphens:auto;-moz-hyphenate-limit-chars:12 3 3;-moz-hyphenate-limit-lines:2;-ms-hyphens:auto;-ms-hyphenate-limit-chars:12 3 3;-ms-hyphenate-limit-lines:2}}:host{display:block;margin-top:var(--ptc-element-spacing-03)}.back-to-videos{display:inline-block;font-family:var(--ptc-font-latin);font-style:normal;font-weight:var(--ptc-font-weight-semibold);font-size:var(--ptc-font-size-xx-small);line-height:var(--ptc-line-height-dense)}.back-to-videos:hover{text-decoration:underline;text-decoration-color:var(--color-green-07);outline:none}::slotted(*){transform:translate(-2px, -2px)}.backarrow:hover+.back-to-videos{text-decoration:underline;text-decoration-color:var(--color-green-07);outline:none}";export{a as ptc_previous_url}
@@ -1 +0,0 @@
1
- import{r as a,h as i,H as o,g as r}from"./p-ac75c7ad.js";const t=class{constructor(i){a(this,i),this.cardImage=void 0,this.cardImageAltText=void 0,this.cardDescription=void 0,this.cardCtaText=void 0,this.toggleCtaTitle=void 0,this.isOpen=!1,this.isSlotEmpty=void 0}togglePanel(){this.isOpen=!this.isOpen}handleReadmoreToggle(a){Array.from(this.hostElement.querySelectorAll(".ptc-product-highlight-card")).forEach((i=>{var o,r;const t=null==i?void 0:i.querySelector("ptc-readmore"),e=null===(o=t.shadowRoot)||void 0===o?void 0:o.querySelector(".read-more-text"),l=e.scrollHeight>e.clientHeight,n=null===(r=t.shadowRoot)||void 0===r?void 0:r.querySelector("#expanded");if(t&&t!==a.detail.sender){n.checked=a.detail.isExpanded;const i=t.shadowRoot.querySelector(".read-more-cta-label");i&&(i.innerHTML=a.detail.isExpanded?`<span>${t.lessText||""}</span>`:`<span>${t.moreText||""}</span>`,a.detail.isExpanded?l&&i.classList.add("show-less-cta"):i.classList.remove("show-less-cta")),e.classList[l?"add":"remove"]("truncated")}}))}render(){return i(o,null,i("div",{class:"card-wrap"},this.cardImage&&i("ptc-picture",{alt:"image-test",src:this.cardImage,"display-image":"inline-block",width:"38"}),i("div",{class:"content"},i("div",null,i("slot",{name:"title"}),i("ptc-spacer",{size:"x-small"}),i("ptc-spacer",{size:"xx-small",breakpoint:"x-small"}),i("div",null,i("slot",{name:"content"}))),i("div",{class:"cta-wrap"},i("slot",{name:"cta"})))),this.toggleCtaTitle&&i("ptc-para",{class:"toggle-btn","font-size":"small","para-margin":"margin-flush","para-line-h":"line-height-p","para-z-index":"z-auto",onClick:()=>this.togglePanel()},i("span",{class:"toggleText"},this.toggleCtaTitle)),i("div",{class:"product-highlights-container"},i("slot",null)))}get hostElement(){return r(this)}};t.style='h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{word-break:break-word;hyphens:manual;-webkit-hyphens:manual;-moz-hyphens:manual;-ms-hyphens:manual}@supports (hyphenate-limit-chars: 12 3 3){h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;hyphenate-limit-chars:12 3 3;hyphenate-limit-lines:2;hyphenate-limit-last:always;hyphenate-limit-zone:6%;-webkit-hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;-webkit-hyphenate-limit-chars:12 3 3;-webkit-hyphenate-limit-lines:2;-moz-hyphens:auto;-moz-hyphenate-limit-chars:12 3 3;-moz-hyphenate-limit-lines:2;-ms-hyphens:auto;-ms-hyphenate-limit-chars:12 3 3;-ms-hyphenate-limit-lines:2}}a{font-family:var(--ptc-font-latin);font-style:var(--ptc-font-style-normal);text-decoration-line:underline;color:var(--color-hyperlink);transition:color var(--ptc-transition-medium) var(--ptc-ease-out);font-weight:var(--ptc-font-weight-bold)}a:visited{color:var(--color-blue-10)}a:active,a:visited:active{transition:none;color:var(--color-blue-09)}a:hover,a:visited:hover{color:var(--color-blue-08)}a.disabled{color:var(--color-gray-04) !important;cursor:not-allowed}a:focus-visible{outline:5px solid #003DD6 !important;outline-offset:0px !important;border-radius:var(--ptc-border-radius-standard)}.light-links a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.vjs-social-share-links a),.light-links a.light-link,.background-grey-10 a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.vjs-social-share-links a),.background-grey-10 a.light-link,.background-plm-grey a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.vjs-social-share-links a),.background-plm-grey a.light-link{color:var(--color-blue-04);margin:-2px;border:2px solid transparent}.light-links a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.vjs-social-share-links a):visited,.light-links a.light-link:visited,.background-grey-10 a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.vjs-social-share-links a):visited,.background-grey-10 a.light-link:visited,.background-plm-grey a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.vjs-social-share-links a):visited,.background-plm-grey a.light-link:visited{color:var(--color-blue-06)}.light-links a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.vjs-social-share-links a):active,.light-links a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.vjs-social-share-links a):visited:active,.light-links a.light-link:active,.light-links a.light-link:visited:active,.background-grey-10 a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.vjs-social-share-links a):active,.background-grey-10 a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.vjs-social-share-links a):visited:active,.background-grey-10 a.light-link:active,.background-grey-10 a.light-link:visited:active,.background-plm-grey a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.vjs-social-share-links a):active,.background-plm-grey a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.vjs-social-share-links a):visited:active,.background-plm-grey a.light-link:active,.background-plm-grey a.light-link:visited:active{transition:none;color:var(--color-blue-07)}.light-links a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.vjs-social-share-links a):hover,.light-links a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.vjs-social-share-links a):visited:hover,.light-links a.light-link:hover,.light-links a.light-link:visited:hover,.background-grey-10 a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.vjs-social-share-links a):hover,.background-grey-10 a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.vjs-social-share-links a):visited:hover,.background-grey-10 a.light-link:hover,.background-grey-10 a.light-link:visited:hover,.background-plm-grey a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.vjs-social-share-links a):hover,.background-plm-grey a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.vjs-social-share-links a):visited:hover,.background-plm-grey a.light-link:hover,.background-plm-grey a.light-link:visited:hover{color:var(--color-blue-05)}.light-links a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.vjs-social-share-links a).disabled,.light-links a.light-link.disabled,.background-grey-10 a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.vjs-social-share-links a).disabled,.background-grey-10 a.light-link.disabled,.background-plm-grey a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.vjs-social-share-links a).disabled,.background-plm-grey a.light-link.disabled{color:var(--color-gray-04) !important;cursor:not-allowed}.light-links a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.vjs-social-share-links a):focus-visible,.light-links a.light-link:focus-visible,.background-grey-10 a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.vjs-social-share-links a):focus-visible,.background-grey-10 a.light-link:focus-visible,.background-plm-grey a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.vjs-social-share-links a):focus-visible,.background-plm-grey a.light-link:focus-visible{border-radius:var(--ptc-border-radius-standard);border:2px solid white;outline:5px solid var(--keyboard-nav-outline)}.light-links .podcast-cta-section a,.background-grey-10 .podcast-cta-section a,.background-plm-grey .podcast-cta-section a{border:2px solid transparent}.light-links .podcast-cta-section a:focus-visible,.background-grey-10 .podcast-cta-section a:focus-visible,.background-plm-grey .podcast-cta-section a:focus-visible{border-radius:var(--ptc-border-radius-standard);border:2px solid white;outline:5px solid var(--keyboard-nav-outline)}.ptc-link{color:var(--color-gray-10);text-decoration:underline;text-decoration-thickness:2px;text-decoration-color:var(--color-green-06);text-underline-offset:5px;transition:text-decoration-color var(--ptc-transition-medium) var(--ptc-ease-inout)}.ptc-link:hover{color:var(--color-green-06)}.ptc-link:visited{color:var(--color-gray-10)}.ptc-link:active,.ptc-link:visited:active{transition:none;color:var(--color-green-06)}.ptc-link:hover,.ptc-link:visited:hover{color:var(--color-green-06)}.ptc-link-dark{color:var(--color-white);text-decoration:underline;text-decoration-thickness:2px;text-decoration-color:var(--color-green-06);text-underline-offset:5px;transition:text-decoration-color var(--ptc-transition-medium) var(--ptc-ease-inout)}.ptc-link-dark:hover{color:var(--color-green-06)}.ptc-link-dark:visited{color:var(--color-white)}.ptc-link-dark:active,.ptc-link-dark:visited:active{transition:none;color:var(--color-green-06)}.ptc-link-dark:hover,.ptc-link-dark:visited:hover{color:var(--color-green-06)}.vjs-social-share-links a{color:var(--color-white)}.vjs-social-share-links a:hover{color:var(--color-white)}:host{display:block;background-color:var(--color-white);border-radius:var(--ptc-border-radius-standard);margin-bottom:var(--ptc-layout-spacing-03)}:host .card-wrap{display:flex;align-items:center}:host .card-wrap ptc-picture{display:none}@media only screen and (min-width: 768px){:host .card-wrap ptc-picture{display:block;margin-left:var(--ptc-element-spacing-06);min-width:38px;max-width:38px}}:host .card-wrap .content{padding:var(--ptc-layout-spacing-03) var(--ptc-layout-spacing-04) var(--ptc-layout-spacing-03) var(--ptc-layout-spacing-04)}@media only screen and (min-width: 768px){:host .card-wrap .content{padding:var(--ptc-layout-spacing-03) var(--ptc-layout-spacing-03) var(--ptc-layout-spacing-03) 44px}}@media only screen and (min-width: 1200px){:host .card-wrap .content{display:flex;align-items:center;justify-content:space-between;width:100%}}:host .card-wrap .content .cta-wrap{margin-left:0;margin-top:24px;min-width:146px;text-align:left}@media only screen and (min-width: 1200px){:host .card-wrap .content .cta-wrap{margin-top:0px;margin-left:44px;text-align:right}}:host .toggle-btn{padding:16px;text-align:center;border-top:1px solid var(--color-gray-04);display:block;cursor:pointer}:host .toggle-btn svg{margin-right:var(--ptc-element-spacing-03);vertical-align:middle;margin-top:-2px}:host .toggle-btn .toggleText::before{content:"";display:inline-block;width:18px;height:18px;background-image:url(\'data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="18" height="18" rx="4" fill="%2300890B"/><path fill-rule="evenodd" clip-rule="evenodd" d="M9.953 4.23535H8.04712V8.04712H4.23535V9.953H8.04712V13.7648H9.953V9.953H13.7648V8.04712H9.953V4.23535Z" fill="white"/></svg>\');margin-right:12px;vertical-align:middle;margin-top:-2px}:host .product-highlights-container{padding:0px 20px 16px 20px;display:none}:host(.has-opened) .toggleText::before{background-image:url(\'data:image/svg+xml,<svg width="19" height="18" viewBox="0 0 19 18" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.632812" width="17.9798" height="18" rx="4" fill="%2300890B"/><g clip-path="url(%23clip0_220_1413)"><path d="M4.86328 7.98749V10.0125H14.382V7.98749H4.86328Z" fill="white"/></g><defs><clipPath id="clip0_220_1413"><rect width="9.51872" height="9.52941" fill="white" transform="translate(4.86328 4.23529)"/></clipPath></defs></svg>\')}:host(.has-opened) .product-highlights-container{display:block}';export{t as ptc_product_card}
@@ -1 +0,0 @@
1
- const e={de:{required:"Dieses Feld ist erforderlich.",select:"Bitte wählen Sie einen Wert.",firstname:"Bitte überprüfen Sie Ihren Vornamen.",lastname:"Bitte überprüfen Sie Ihren Nachnamen.",validemail:"Bitte geben Sie eine gültige E-Mail-Adresse ein.",email:"Bitte geben Sie eine gültige E-Mail-Adresse ein.",companyemail:"Bitte geben Sie eine Firmen-E-Mail-Adresse ein.",tel:"Telefonnummer ist erforderlich.",validtel:"Bitte geben Sie eine gültige Telefonnummer ein.",confirmemail:"E-Mail-Adressen müssen übereinstimmen."},en:{required:"This field is required.",select:"Please select a value.",firstname:"Please check your firstname.",lastname:"Please check your lastname.",validemail:"Please enter a valid email.",email:"Email is required.",companyemail:"Please enter a company email.",tel:"Telephone number is required.",validtel:"Please enter a valid telephone number",confirmemail:"Email addresses must match."},fr:{required:"Ce champ est obligatoire.",select:"Veuillez sélectionner une valeur.",firstname:"Veuillez vérifier votre prénom.",lastname:"Veuillez vérifier votre nom de famille.",validemail:"Veuillez saisir une adresse e-mail valide.",email:"Adresse e-mail requise.",companyemail:"Veuillez saisir une adresse e-mail professionnelle.",tel:"Numéro de téléphone requis.",validtel:"Veuillez saisir un numéro de téléphone valide.",confirmemail:"Les adresses e-mail doivent correspondre."},ko:{required:"이 필드는 필수입니다.",select:"값을 선택해 주세요.",firstname:"이름을 확인해 주세요.",lastname:"성을 확인해 주세요.",validemail:"유효한 이메일 주소를 입력해 주세요.",email:"이메일 주소가 필요합니다.",companyemail:"회사 이메일을 입력해 주세요.",tel:"전화번호가 필요합니다.",validtel:"유효한 전화번호를 입력해 주세요.",confirmemail:"이메일 주소가 일치해야 합니다"},pt:{required:"Este campo é obrigatório.",select:"Por favor, selecione um valor.",firstname:"Por favor, verifique seu primeiro nome.",lastname:"Por favor, verifique seu sobrenome.",validemail:"Por favor, insira um endereço de e-mail válido.",email:"Endereço de e-mail é obrigatório.",companyemail:"Por favor, insira um e-mail da empresa.",tel:"Número de telefone é obrigatório.",validtel:"Por favor, insira um número de telefone válido.",confirmemail:"Os endereços de e-mail devem corresponder."},cn:{required:"此字段为必填项。",select:"请选择一个值。",firstname:"请检查您的名字。",lastname:"请检查您的姓氏。",validemail:"请输入有效的电子邮件地址。",email:"需要电子邮件地址。",companyemail:"请输入公司电子邮件。",tel:"需要电话号码。",validtel:"请输入有效的电话号码。",confirmemail:"电子邮件地址必须匹配。"},tw:{required:"此欄位為必填。",select:"請選擇一個值。",firstname:"請檢查您的名字。",lastname:"請檢查您的姓氏。",validemail:"請輸入有效的電子郵件地址。",email:"需要電子郵件地址。",companyemail:"請輸入公司電子郵件。",tel:"需要電話號碼。",validtel:"請輸入有效的電話號碼。",confirmemail:"電子郵件地址必須匹配。"},ja:{required:"このフィールドは必須です。",select:"値を選択してください。",firstname:"名前を確認してください。",lastname:"苗字を確認してください。",validemail:"有効なメールアドレスを入力してください。",email:"メールアドレスが必要です。",companyemail:"会社のメールアドレスを入力してください。",tel:"電話番号が必要です。",validtel:"有効な電話番号を入力してください。",confirmemail:"メールアドレスが一致する必要があります。"},it:{required:"Questo campo è obbligatorio.",select:"Si prega di selezionare un valore.",firstname:"Si prega di controllare il proprio nome.",lastname:"Si prega di controllare il proprio cognome.",validemail:"Si prega di inserire un indirizzo email valido.",email:"L'indirizzo email è richiesto.",companyemail:"Si prega di inserire un'email aziendale.",tel:"È richiesto un numero di telefono.",validtel:"Si prega di inserire un numero di telefono valido.",confirmemail:"Gli indirizzi email devono corrispondere."},es:{required:"Por favor introduce un valor.",select:"Por favor seleccione un valor.",firstname:"Por favor verifique su nombre.",lastname:"Por favor verifique su apellido.",validemail:"Por favor introduzca un correo válido.",email:"Se requiere un correo electrónico.",companyemail:"Por favor introduzca un correo de empresa.",tel:"Se requiere un número de teléfono.",validtel:"Por favor introduzca un número de teléfono válido.",confirmemail:"Los correos electrónicos deben coincidir."}};export{e as V}
@@ -1 +0,0 @@
1
- import{r as t,h as e,H as o,g as l}from"./p-ac75c7ad.js";const a=class{constructor(e){t(this,e),this.sidebarData=[],this.dropFlag=!1,this.topBackgroundImage=void 0,this.isMobile=void 0,this.selectedValue=void 0}componentWillLoad(){this.getSidebarList(),this.isMobile=window.innerWidth<992}componentDidLoad(){this.setActiveItem(),this.selectBtn=this.hostElement.shadowRoot.querySelector(".select-button"),this.customSelect=this.hostElement.shadowRoot.querySelector(".custom-select"),this.optionsList=this.hostElement.shadowRoot.querySelectorAll(".select-dropdown li"),this.selectBtn.addEventListener("click",this.handleSelectButtonClick.bind(this)),this.customSelectDropdown(),document.querySelectorAll(".video-embad-container-value-led-class").forEach((t=>{const e=t.querySelector(".ptc-container");e&&(e.classList.remove("ptc-container"),t.classList.add("u-paddingTop-flush"))}))}handleScroll(){const t=this.hostElement.shadowRoot.querySelector(".vl-layout-wrap");if(t){const e=t.getBoundingClientRect();if(window.scrollY>=e.top&&window.scrollY<=e.height){this.setActiveItem();const t=this.hostElement.shadowRoot.querySelector(".vl-list-wrap ul li.active");t&&t.scrollIntoView({behavior:"smooth",block:"nearest",inline:"nearest"})}}}handleWheel(){this.setActiveItem()}handleKeyDown(t){"ArrowUp"!==t.key&&"ArrowDown"!==t.key&&"PageUp"!==t.key&&"PageDown"!==t.key||this.setActiveItem()}handleMouseDown(){this.setActiveItem()}handleMouseUp(){this.setActiveItem()}handleTouchStart(){this.setActiveItem()}handleTouchMove(){this.setActiveItem()}handleTouchEnd(){this.setActiveItem()}handleResize(){this.isMobile=window.innerWidth<992,this.setActiveItem(),this.customSelectDropdown()}handleDropdownScroll(){let t=this.hostElement.shadowRoot.querySelector(".custom-select");if(t){let a=t.querySelector(".select-dropdown");var e=a.scrollHeight,o=a.scrollTop,l=a.offsetHeight;a.clientHeight<e&&(o>0?t.classList.add("scroll-top"):t.classList.remove("scroll-top"),l+o<e?t.classList.add("scroll-bottom"):t.classList.remove("scroll-bottom"))}}handleSelectButtonClick(){this.customSelect.classList.toggle("active"),this.selectBtn.setAttribute("aria-expanded","true"===this.selectBtn.getAttribute("aria-expanded")?"false":"true")}getSidebarList(){document.querySelectorAll(".vl-content-item").forEach((t=>{var e,o,l,a;let i=(null===(o=null===(e=t.querySelector("ptc-title h2"))||void 0===e?void 0:e.textContent)||void 0===o?void 0:o.trim())||(null===(a=null===(l=t.querySelector("ptc-title h1"))||void 0===l?void 0:l.textContent)||void 0===a?void 0:a.trim()),n=t.getAttribute("id");this.sidebarData.push({title:i,ref:n})}))}setActiveItem(){const t=window.scrollY||window.pageYOffset;let e=this.isMobile?85:5;t>=149?this.sidebarData.forEach(((o,l)=>{const a=document.getElementById(o.ref);a&&a.offsetTop<=t+e&&this.updateActiveItem(l)})):(this.updateActiveItem(0),this.isMobile&&(this.selectedValue.textContent=this.optionsList[0].textContent))}updateActiveItem(t){const e=this.hostElement.shadowRoot.querySelector(`.vl-list-wrap ul li:nth-child(${t+1})`),o=this.hostElement.shadowRoot.querySelector(".vl-list-wrap ul li.active");if(o&&o.classList.remove("active"),e&&e.classList.add("active"),this.mobileSelect=this.hostElement.shadowRoot.querySelector(".mobile-select"),this.mobileSelect){this.selectedValue=this.hostElement.shadowRoot.querySelector(".selected-value"),this.optionsList=this.hostElement.shadowRoot.querySelectorAll(".select-dropdown li"),this.optionsList.forEach((e=>{parseInt(e.id)===t&&(this.selectedValue.textContent=e.children[1].textContent)}));const e=this.hostElement.shadowRoot.querySelector(`.select-dropdown li:nth-child(${t+1})`),o=this.hostElement.shadowRoot.querySelector(".select-dropdown li.active");o&&o.classList.remove("active"),e&&e.classList.add("active")}}handleSelectChange(t){const e=document.getElementById(this.sidebarData[t].ref);e&&(e.scrollIntoView({behavior:"smooth"}),window.scrollTo(0,e.offsetTop-75))}customSelectDropdown(){this.selectedValue=this.hostElement.shadowRoot.querySelector(".selected-value"),this.customSelect&&this.isMobile&&this.optionsList.forEach(((t,e)=>{const o=o=>{"click"===o.type&&0!==o.clientX&&0!==o.clientY&&(this.selectedValue.textContent=t.children[1].textContent,this.customSelect.classList.remove("active"),this.handleSelectChange(e)),"Enter"===o.key&&(this.selectedValue.textContent=t.textContent,this.customSelect.classList.remove("active"),this.handleSelectChange(e))};t.addEventListener("keyup",o),t.addEventListener("click",o)}))}selectDropOption(t){this.updateActiveItem(t)}onMenuitemKeydown(t){let e=t.currentTarget,o=t.key,l=this.hostElement.shadowRoot.querySelectorAll(".select-dropdown li").length,a=this.hostElement.shadowRoot.querySelector(".select-button");t.ctrlKey||t.altKey||t.metaKey||"Tab"===o&&l-1==e.id&&a.focus()}render(){return e(o,null,e("div",{class:"top-image",style:{backgroundImage:`url(${this.topBackgroundImage})`}}),e("div",{class:"ptc-container"},e("div",{class:"pdf-slot-wrapper"},e("slot",{name:"pdf-slot"})),e("div",{class:"vl-layout-wrap"},this.sidebarData.length>0&&!this.isMobile&&e("div",{class:"vl-sidebar"},e("div",{class:"vl-list-wrap"},e("ul",{id:"vl-side-list"},this.sidebarData.map(((t,o)=>e("li",{id:"list-"+o,class:"mf-listen"},e("a",{href:"#"+t.ref,id:o,onClick:()=>{this.updateActiveItem(o)}},e("ptc-tooltip",{"max-length":"70",description:t.title,"no-overflow":"true"})))))))),e("span",{style:{display:"none !important"}}),e("div",{class:"vl-content-wrap"},e("div",{class:"custom-select mobile-select"},e("button",{class:"select-button",role:"combobox","aria-labelledby":"select button","aria-haspopup":"listbox","aria-expanded":"false","aria-controls":"select-dropdown"},e("span",{class:"selected-value"},"Select option"),e("span",{class:"arrow"})),e("ul",{class:"select-dropdown",role:"listbox",id:"select-dropdown",onScroll:()=>this.handleDropdownScroll()},this.sidebarData.map(((t,o)=>e("li",{role:"option",id:o,onClick:()=>this.selectDropOption(o),tabIndex:0,onKeyDown:t=>{this.onMenuitemKeydown(t)}},e("input",{type:"radio",id:t.title,name:"vl-drop-list",tabIndex:-1}),e("label",{htmlFor:t.title},e("i",{class:"bx bxl-github"}),t.title)))))),e("div",{class:"vl-content-slot-wrap"},e("slot",null))))))}get hostElement(){return l(this)}};a.style='h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{word-break:break-word;hyphens:manual;-webkit-hyphens:manual;-moz-hyphens:manual;-ms-hyphens:manual}@supports (hyphenate-limit-chars: 12 3 3){h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;hyphenate-limit-chars:12 3 3;hyphenate-limit-lines:2;hyphenate-limit-last:always;hyphenate-limit-zone:6%;-webkit-hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;-webkit-hyphenate-limit-chars:12 3 3;-webkit-hyphenate-limit-lines:2;-moz-hyphens:auto;-moz-hyphenate-limit-chars:12 3 3;-moz-hyphenate-limit-lines:2;-ms-hyphens:auto;-ms-hyphenate-limit-chars:12 3 3;-ms-hyphenate-limit-lines:2}}.ptc-container{padding-right:24px;padding-left:24px;margin-right:auto;margin-left:auto}@media only screen and (min-width: 1200px){.ptc-container{padding-left:0;padding-right:0;max-width:1136px}}@media only screen and (min-width: 1440px){.ptc-container{padding-left:0;padding-right:0;max-width:1200px}}.ptc-container-lg{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media only screen and (min-width: 480px){.ptc-container-lg{padding-left:var(--ptc-layout-spacing-03);padding-right:var(--ptc-layout-spacing-03)}}@media only screen and (min-width: 768px){.ptc-container-lg{padding-left:var(--ptc-layout-spacing-04);padding-right:var(--ptc-layout-spacing-04)}}@media only screen and (min-width: 992px){.ptc-container-lg{padding-left:var(--ptc-element-spacing-08);padding-right:var(--ptc-element-spacing-08)}}@media only screen and (min-width: 1980px){.ptc-container-lg{padding-left:0;padding-right:0;max-width:1900px}}.ptc-container-fluid{width:100%}:host{display:block;position:relative}:host *{box-sizing:border-box;font-family:var(--ptc-font-latin)}:host .top-image{background-color:rgba(0, 0, 0, 0.6);background-blend-mode:multiply;position:absolute;z-index:-1;width:100%;height:500px;background-size:cover;background-position:center}:host .pdf-slot-wrapper{padding:var(--ptc-element-spacing-04) 0;width:100%;text-align:right}:host .vl-layout-wrap{margin-top:var(--ptc-element-spacing-04);width:100%;position:relative}@media only screen and (min-width: 992px){:host .vl-layout-wrap{display:flex;margin-top:40px}}@media only screen and (min-width: 992px){:host .vl-layout-wrap .vl-sidebar{width:22%;margin-right:var(--ptc-layout-spacing-03)}}@media only screen and (min-width: 1200px){:host .vl-layout-wrap .vl-sidebar{margin-right:var(--ptc-layout-spacing-04)}}@media only screen and (min-width: 1440px){:host .vl-layout-wrap .vl-sidebar{margin-right:40px}}:host .vl-layout-wrap .vl-list-wrap{width:100%;padding:8px 0;box-shadow:var(--ptc-shadow-x-large);max-height:calc(100vh - 64px);background-color:var(--color-white);border-radius:var(--ptc-border-radius-standard)}@media only screen and (min-width: 992px){:host .vl-layout-wrap .vl-list-wrap{z-index:105;margin:auto;position:sticky;top:32px;right:0;float:right;overflow-y:auto;overflow-x:hidden;padding:var(--ptc-layout-spacing-02) 0}}@media only screen and (min-width: 1200px){:host .vl-layout-wrap .vl-list-wrap{padding:var(--ptc-layout-spacing-03) 0}}:host .vl-layout-wrap .vl-list-wrap ul{margin:0;padding:0;list-style:none}:host .vl-layout-wrap .vl-list-wrap ul li{display:none}@media only screen and (min-width: 992px){:host .vl-layout-wrap .vl-list-wrap ul li{display:block;margin:0 8px 4px 8px}}@media only screen and (min-width: 1200px){:host .vl-layout-wrap .vl-list-wrap ul li{margin:0 16px 8px 16px}}:host .vl-layout-wrap .vl-list-wrap ul li a{display:block;padding:8px 16px;font-size:var(--ptc-font-size-x-small);line-height:var(--ptc-line-height-densest);text-decoration:none;color:var(--color-gray-10);position:relative;background-color:transparent;border-radius:var(--ptc-border-radius-standard);transition:background-color var(--ptc-transition-medium) var(--ptc-ease-inout)}@media only screen and (min-width: 1200px){:host .vl-layout-wrap .vl-list-wrap ul li a{font-size:var(--ptc-font-size-small)}}:host .vl-layout-wrap .vl-list-wrap ul li a::before{content:"";display:block;width:2px;height:calc(100% - 16px);background-color:transparent;position:absolute;left:4px}:host .vl-layout-wrap .vl-list-wrap ul li a:hover{background-color:var(--color-gray-02)}:host .vl-layout-wrap .vl-list-wrap ul li a:focus-visible{border-radius:var(--ptc-border-radius-standard);outline:5px solid var(--keyboard-nav-outline)}:host .vl-layout-wrap .vl-list-wrap ul li.active{display:block}:host .vl-layout-wrap .vl-list-wrap ul li.active a{font-weight:var(--ptc-font-weight-bold)}:host .vl-layout-wrap .vl-list-wrap ul li.active a::before{background-color:var(--color-green-07)}:host .vl-layout-wrap .vl-list-wrap::-webkit-scrollbar{width:8px}:host .vl-layout-wrap .vl-list-wrap::-webkit-scrollbar-track{background:transparent}:host .vl-layout-wrap .vl-list-wrap::-webkit-scrollbar-thumb{background:var(--color-gray-02);border-radius:var(--ptc-border-radius-pill)}:host .vl-layout-wrap .vl-list-wrap select{z-index:105;background-color:var(--color-white)}:host .vl-layout-wrap .vl-content-wrap{width:100%;padding:0 20px 20px 20px;background-color:var(--color-white);border-radius:var(--ptc-border-radius-standard);box-shadow:var(--ptc-shadow-x-large)}@media only screen and (min-width: 480px){:host .vl-layout-wrap .vl-content-wrap{padding:0 32px 32px 32px}}@media only screen and (min-width: 992px){:host .vl-layout-wrap .vl-content-wrap{width:78%;padding:48px}}:host .vl-layout-wrap .vl-content-wrap .mobile-select{position:sticky;top:-1px;z-index:1056;-moz-appearance:none;-webkit-appearance:none;appearance:none;background:var(--color-white);width:calc(100% + 40px);margin-left:-20px;border-top-left-radius:4px;border-top-right-radius:4px}@media only screen and (min-width: 480px){:host .vl-layout-wrap .vl-content-wrap .mobile-select{width:calc(100% + 64px);margin-left:-32px}}:host .vl-layout-wrap .vl-content-wrap .mobile-select.custom-select{display:block}@media only screen and (min-width: 992px){:host .vl-layout-wrap .vl-content-wrap .mobile-select.custom-select{display:none}}:host .vl-layout-wrap .vl-content-wrap .mobile-select.custom-select .select-button{width:100%;background-color:transparent;border-radius:0.25rem;cursor:pointer;font-weight:var(--ptc-font-weight-bold);line-height:var(--ptc-line-height-p);font-size:var(--ptc-font-size-small);display:flex;justify-content:space-between;align-items:center;border-radius:4px 4px 0px 0px;box-shadow:var(--ptc-shadow-x-large);padding:var(--ptc-element-spacing-06);border:none;color:var(--color-gray-10);position:relative}:host .vl-layout-wrap .vl-content-wrap .mobile-select.custom-select .select-button:focus-visible{border-radius:var(--ptc-border-radius-standard);outline:5px solid var(--keyboard-nav-outline)}:host .vl-layout-wrap .vl-content-wrap .mobile-select.custom-select .select-button::after{content:"";width:100%;height:0;background-color:transparent;display:block;position:absolute;bottom:0;box-shadow:0 16px 16px rgba(0, 0, 0, 0.2);left:0;right:0;z-index:105666}:host .vl-layout-wrap .vl-content-wrap .mobile-select.custom-select .select-button .selected-value{text-align:left;font-weight:var(--ptc-font-weight-bold);line-height:var(--ptc-line-height-p);font-size:var(--ptc-font-size-small);display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;overflow-wrap:break-word}:host .vl-layout-wrap .vl-content-wrap .mobile-select.custom-select .select-button .arrow{min-width:14px;width:14px;height:10px;background-image:url(\'data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="10" viewBox="0 0 14 10" fill="none"><path d="M2 2.30469L6.94975 7.60799L11.8995 2.30469" stroke="%2300890B" stroke-width="3" stroke-linecap="round"/></svg>\');background-repeat:no-repeat;transition:transform ease-in-out 0.3s;margin-left:15px}:host .vl-layout-wrap .vl-content-wrap .mobile-select.custom-select .select-dropdown{position:absolute;list-style:none;width:100%;border-radius:0 0 4px 4px;background:var(--color-white);margin:0;padding:16px 0;max-height:70vh;overflow-y:auto;transition:0.5s ease;z-index:30000;box-shadow:0px 16px 16px rgba(0, 0, 0, 0.24);border-top:1px solid var(--color-gray-02);opacity:0;visibility:hidden}:host .vl-layout-wrap .vl-content-wrap .mobile-select.custom-select .select-dropdown li{position:relative;cursor:pointer;margin:0 5px}:host .vl-layout-wrap .vl-content-wrap .mobile-select.custom-select .select-dropdown li:focus-visible{border-radius:var(--ptc-border-radius-standard);outline:5px solid var(--keyboard-nav-outline)}:host .vl-layout-wrap .vl-content-wrap .mobile-select.custom-select .select-dropdown li label{display:block;width:100%;box-sizing:border-box;padding:16px 27px;cursor:pointer;font-size:var(--ptc-font-size-small);line-height:var(--ptc-line-height-densest);font-weight:var(--ptc-font-weight-regular);color:var(--color-gray-10)}:host .vl-layout-wrap .vl-content-wrap .mobile-select.custom-select .select-dropdown li label::before{content:"";display:block;width:2px;height:calc(100% - 32px);background-color:transparent;position:absolute;left:11px}:host .vl-layout-wrap .vl-content-wrap .mobile-select.custom-select .select-dropdown li.active label{font-weight:700}:host .vl-layout-wrap .vl-content-wrap .mobile-select.custom-select .select-dropdown li.active label::before{background-color:var(--color-green-07)}:host .vl-layout-wrap .vl-content-wrap .mobile-select.custom-select .select-dropdown input[type=radio]{position:absolute;left:0;opacity:0}@media only screen and (min-width: 992px){:host .vl-layout-wrap .vl-content-wrap .mobile-select.custom-select .select-dropdown input[type=radio]:checked~label{font-weight:700}}:host .vl-layout-wrap .vl-content-wrap .mobile-select.custom-select .select-dropdown::-webkit-scrollbar{width:7px}:host .vl-layout-wrap .vl-content-wrap .mobile-select.custom-select .select-dropdown::-webkit-scrollbar-track{background:var(--color-white);border-radius:25px}:host .vl-layout-wrap .vl-content-wrap .mobile-select.custom-select .select-dropdown::-webkit-scrollbar-thumb{background:var(--color-gray-02);border-radius:25px}:host .vl-layout-wrap .vl-content-wrap .mobile-select.custom-select.active .arrow{transform:rotate(180deg)}:host .vl-layout-wrap .vl-content-wrap .mobile-select.custom-select.active .select-dropdown{opacity:1;visibility:visible}:host .vl-layout-wrap .vl-content-wrap .mobile-select.custom-select.scroll-top.active .select-button::after{height:16px}:host .vl-layout-wrap .vl-content-wrap .mobile-select:focus-visible{outline:none}:host .vl-layout-wrap .vl-content-wrap .vl-content-slot-wrap{padding:var(--ptc-element-spacing-07) 0 0 0}@media only screen and (min-width: 992px){:host .vl-layout-wrap .vl-content-wrap .vl-content-slot-wrap{padding:0}}:host .select-dropdown input:focus~label{background-color:#dfdfdf}';export{a as ptc_value_led_layout}
@@ -1 +0,0 @@
1
- import{r as o,c as i,h as e,H as r,g as t}from"./p-ac75c7ad.js";const a=class{constructor(e){o(this,e),this.readMoreTrigger=i(this,"readMoreTrigger",7),this.displayText=i(this,"displayText",7),this.maxCharacters=100,this.readMoreText="Read More",this.readLessText="Read Less",this.maxLines=void 0,this.contentStyles=void 0,this.trackerId="",this.expanded=!1,this.fullText="",this.truncated=!1}componentWillLoad(){requestAnimationFrame((()=>{let o=this.el.shadowRoot.querySelector("slot");this.processText(o)}))}slotChangeHandler(o){this.processText(o.target)}parseStyles(o){return o.split(";").reduce(((o,i)=>{const[e,r]=i.split(":").map((o=>o.trim()));return e&&r&&(o[e]=r),console.log("styleObj: "+o),o}),{})}processText(o){if(o){const i=o.assignedNodes({flatten:!0});this.fullText=i.map((o=>o.textContent)).join("").trim(),this.maxLines?this.truncateByLines():this.fullText.length>this.maxCharacters&&(this.truncated=!0)}this.displayText.emit(this.truncated)}truncateByLines(){const o=document.createElement("p");o.style.visibility="hidden",o.style.position="fixed",o.innerText=this.fullText,document.body.appendChild(o);const i=parseFloat(window.getComputedStyle(o).lineHeight);console.log("lineHeight: "+i);const e=i*this.maxLines;o.style.maxHeight=`${e}px`,o.style.overflow="hidden",o.scrollHeight>e&&(this.truncated=!0),document.body.removeChild(o)}getContent(){if(this.expanded)return this.fullText;if(this.maxLines){const o=document.createElement("p");o.style.visibility="hidden",o.style.position="fixed",o.innerText=this.fullText,document.body.appendChild(o);const i=parseFloat(window.getComputedStyle(o).lineHeight),e=i*this.maxLines;console.log("lineHeight: "+i),o.style.maxHeight=`${e}px`,o.style.overflow="hidden";let r="";for(let i=0;i<this.fullText.length;i++)if(o.innerText=this.fullText.slice(0,i)+"...",o.scrollHeight>e){r=this.fullText.slice(0,i-1)+"...";break}return document.body.removeChild(o),r}return this.fullText.substring(0,this.maxCharacters)+"..."}getLabel(){return this.expanded?this.readLessText:this.readMoreText}toggleExpand(){this.expanded=!this.expanded,this.readMoreTrigger.emit(this.expanded)}handleKeyDown(o){"Enter"===o.key&&this.toggleExpand()}render(){return e(r,null,this.contentStyles&&e("style",null,this.contentStyles),e("p",{class:"description"},this.truncated?this.getContent():e("slot",null)),this.truncated?e("label",{class:"label mf-listen",onClick:()=>this.toggleExpand(),id:this.trackerId,tabindex:"0",onKeyDown:o=>this.handleKeyDown(o)},this.getLabel()):null)}get el(){return t(this)}};a.style='h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{word-break:break-word;hyphens:manual;-webkit-hyphens:manual;-moz-hyphens:manual;-ms-hyphens:manual}@supports (hyphenate-limit-chars: 12 3 3){h1,h2,h3,h4,h5,h6,p,ul,li,ptc-subnav,ptc-tab-list,ptc-link,ptc-square-card,.hyphenate-text,ptc-footer{hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;hyphenate-limit-chars:12 3 3;hyphenate-limit-lines:2;hyphenate-limit-last:always;hyphenate-limit-zone:6%;-webkit-hyphens:auto;-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:3;-webkit-hyphenate-limit-chars:12 3 3;-webkit-hyphenate-limit-lines:2;-moz-hyphens:auto;-moz-hyphenate-limit-chars:12 3 3;-moz-hyphenate-limit-lines:2;-ms-hyphens:auto;-ms-hyphenate-limit-chars:12 3 3;-ms-hyphenate-limit-lines:2}}a{font-family:var(--ptc-font-latin);font-style:var(--ptc-font-style-normal);text-decoration-line:underline;color:var(--color-hyperlink);transition:color var(--ptc-transition-medium) var(--ptc-ease-out);font-weight:var(--ptc-font-weight-bold)}a:visited{color:var(--color-blue-10)}a:active,a:visited:active{transition:none;color:var(--color-blue-09)}a:hover,a:visited:hover{color:var(--color-blue-08)}a.disabled{color:var(--color-gray-04) !important;cursor:not-allowed}a:focus-visible{outline:5px solid #003DD6 !important;outline-offset:0px !important;border-radius:var(--ptc-border-radius-standard)}.light-links a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.vjs-social-share-links a),.light-links a.light-link,.background-grey-10 a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.vjs-social-share-links a),.background-grey-10 a.light-link,.background-plm-grey a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.vjs-social-share-links a),.background-plm-grey a.light-link{color:var(--color-blue-04);margin:-2px;border:2px solid transparent}.light-links a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.vjs-social-share-links a):visited,.light-links a.light-link:visited,.background-grey-10 a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.vjs-social-share-links a):visited,.background-grey-10 a.light-link:visited,.background-plm-grey a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.vjs-social-share-links a):visited,.background-plm-grey a.light-link:visited{color:var(--color-blue-06)}.light-links a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.vjs-social-share-links a):active,.light-links a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.vjs-social-share-links a):visited:active,.light-links a.light-link:active,.light-links a.light-link:visited:active,.background-grey-10 a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.vjs-social-share-links a):active,.background-grey-10 a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.vjs-social-share-links a):visited:active,.background-grey-10 a.light-link:active,.background-grey-10 a.light-link:visited:active,.background-plm-grey a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.vjs-social-share-links a):active,.background-plm-grey a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.vjs-social-share-links a):visited:active,.background-plm-grey a.light-link:active,.background-plm-grey a.light-link:visited:active{transition:none;color:var(--color-blue-07)}.light-links a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.vjs-social-share-links a):hover,.light-links a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.vjs-social-share-links a):visited:hover,.light-links a.light-link:hover,.light-links a.light-link:visited:hover,.background-grey-10 a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.vjs-social-share-links a):hover,.background-grey-10 a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.vjs-social-share-links a):visited:hover,.background-grey-10 a.light-link:hover,.background-grey-10 a.light-link:visited:hover,.background-plm-grey a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.vjs-social-share-links a):hover,.background-plm-grey a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.vjs-social-share-links a):visited:hover,.background-plm-grey a.light-link:hover,.background-plm-grey a.light-link:visited:hover{color:var(--color-blue-05)}.light-links a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.vjs-social-share-links a).disabled,.light-links a.light-link.disabled,.background-grey-10 a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.vjs-social-share-links a).disabled,.background-grey-10 a.light-link.disabled,.background-plm-grey a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.vjs-social-share-links a).disabled,.background-plm-grey a.light-link.disabled{color:var(--color-gray-04) !important;cursor:not-allowed}.light-links a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.vjs-social-share-links a):focus-visible,.light-links a.light-link:focus-visible,.background-grey-10 a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.vjs-social-share-links a):focus-visible,.background-grey-10 a.light-link:focus-visible,.background-plm-grey a:not(.hero-footer-form-wrapper a,ptc-modal inline-form a,.vjs-social-share-links a):focus-visible,.background-plm-grey a.light-link:focus-visible{border-radius:var(--ptc-border-radius-standard);border:2px solid white;outline:5px solid var(--keyboard-nav-outline)}.light-links .podcast-cta-section a,.background-grey-10 .podcast-cta-section a,.background-plm-grey .podcast-cta-section a{border:2px solid transparent}.light-links .podcast-cta-section a:focus-visible,.background-grey-10 .podcast-cta-section a:focus-visible,.background-plm-grey .podcast-cta-section a:focus-visible{border-radius:var(--ptc-border-radius-standard);border:2px solid white;outline:5px solid var(--keyboard-nav-outline)}.ptc-link{color:var(--color-gray-10);text-decoration:underline;text-decoration-thickness:2px;text-decoration-color:var(--color-green-06);text-underline-offset:5px;transition:text-decoration-color var(--ptc-transition-medium) var(--ptc-ease-inout)}.ptc-link:hover{color:var(--color-green-06)}.ptc-link:visited{color:var(--color-gray-10)}.ptc-link:active,.ptc-link:visited:active{transition:none;color:var(--color-green-06)}.ptc-link:hover,.ptc-link:visited:hover{color:var(--color-green-06)}.ptc-link-dark{color:var(--color-white);text-decoration:underline;text-decoration-thickness:2px;text-decoration-color:var(--color-green-06);text-underline-offset:5px;transition:text-decoration-color var(--ptc-transition-medium) var(--ptc-ease-inout)}.ptc-link-dark:hover{color:var(--color-green-06)}.ptc-link-dark:visited{color:var(--color-white)}.ptc-link-dark:active,.ptc-link-dark:visited:active{transition:none;color:var(--color-green-06)}.ptc-link-dark:hover,.ptc-link-dark:visited:hover{color:var(--color-green-06)}.vjs-social-share-links a{color:var(--color-white)}.vjs-social-share-links a:hover{color:var(--color-white)}:host{display:block}:host .description{display:inline}:host .label{cursor:pointer;color:var(--color-hyperlink);font-size:var(--ptc-font-size-small);font-weight:var(--ptc-font-weight-bold);text-decoration-line:underline;line-height:var(--ptc-line-height-densest)}:host .label::before{content:"";padding-left:8px}:host .label:focus-visible{transition:none;border-radius:var(--ptc-border-radius-standard);outline:5px solid var(--keyboard-nav-outline)}';export{a as ptc_readmore_v3}