@ptcwebops/ptcw-design 0.5.4 → 0.5.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -21
- package/dist/cjs/dropdown-item.cjs.entry.js +21 -0
- package/dist/cjs/icon-asset.cjs.entry.js +53 -53
- package/dist/cjs/{interfaces-574e6df7.js → interfaces-0ecd8027.js} +9 -9
- package/dist/cjs/list-item.cjs.entry.js +19 -19
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/lottie-player.cjs.entry.js +354 -354
- package/dist/cjs/my-component.cjs.entry.js +13 -13
- package/dist/cjs/ptc-announcement_2.cjs.entry.js +112 -112
- package/dist/cjs/ptc-breadcrumb.cjs.entry.js +12 -12
- package/dist/cjs/ptc-button.cjs.entry.js +65 -65
- package/dist/cjs/ptc-card-bottom.cjs.entry.js +31 -31
- package/dist/cjs/ptc-card-content.cjs.entry.js +31 -31
- package/dist/cjs/ptc-card-plm.cjs.entry.js +16 -16
- package/dist/cjs/ptc-card.cjs.entry.js +68 -68
- package/dist/cjs/ptc-checkbox.cjs.entry.js +36 -0
- package/dist/cjs/ptc-container.cjs.entry.js +33 -20
- package/dist/cjs/ptc-date.cjs.entry.js +48 -48
- package/dist/cjs/ptc-ellipsis-dropdown.cjs.entry.js +34 -0
- package/dist/cjs/ptc-filter-tag.cjs.entry.js +40 -0
- package/dist/cjs/ptc-hero-footer-cta.cjs.entry.js +8 -8
- package/dist/cjs/ptc-hero.cjs.entry.js +18 -18
- package/dist/cjs/ptc-icon-list.cjs.entry.js +32 -32
- package/dist/cjs/ptc-img_2.cjs.entry.js +169 -169
- package/dist/cjs/ptc-link.cjs.entry.js +42 -42
- package/dist/cjs/ptc-list.cjs.entry.js +23 -23
- package/dist/cjs/ptc-lottie.cjs.entry.js +12 -12
- package/dist/cjs/ptc-minimized-footer.cjs.entry.js +8 -8
- package/dist/cjs/ptc-minimized-header.cjs.entry.js +11 -11
- package/dist/cjs/ptc-mobile-select.cjs.entry.js +69 -69
- package/dist/cjs/ptc-modal.cjs.entry.js +106 -106
- package/dist/cjs/ptc-nav-item.cjs.entry.js +83 -83
- package/dist/cjs/ptc-nav.cjs.entry.js +8 -8
- package/dist/cjs/ptc-para.cjs.entry.js +39 -39
- package/dist/cjs/ptc-picture.cjs.entry.js +169 -169
- package/dist/cjs/ptc-previous-url.cjs.entry.js +8 -8
- package/dist/cjs/ptc-pricing-block.cjs.entry.js +15 -15
- package/dist/cjs/ptc-quote.cjs.entry.js +25 -25
- package/dist/cjs/ptc-responsive-wrapper.cjs.entry.js +54 -54
- package/dist/cjs/ptc-shopping-cart.cjs.entry.js +41 -0
- package/dist/cjs/ptc-social-share.cjs.entry.js +64 -64
- package/dist/cjs/ptc-spacer.cjs.entry.js +35 -35
- package/dist/cjs/ptc-span.cjs.entry.js +23 -23
- package/dist/cjs/ptc-tab-list.cjs.entry.js +127 -0
- package/dist/cjs/ptc-title.cjs.entry.js +48 -48
- package/dist/cjs/ptc-two-column-media.cjs.entry.js +14 -14
- package/dist/cjs/ptcw-design.cjs.js +1 -1
- package/dist/cjs/tab-content.cjs.entry.js +37 -0
- package/dist/cjs/tab-header.cjs.entry.js +54 -0
- package/dist/collection/collection-manifest.json +9 -1
- package/dist/collection/components/dropdown-item/dropdown-item.css +25 -0
- package/dist/collection/components/dropdown-item/dropdown-item.js +56 -0
- package/dist/collection/components/icon-asset/icon-asset.css +4 -4
- package/dist/collection/components/icon-asset/icon-asset.js +199 -199
- package/dist/collection/components/icon-asset/media/brands.svg +1381 -1381
- package/dist/collection/components/icon-asset/media/designer.svg +327 -327
- package/dist/collection/components/icon-asset/media/regular.svg +463 -463
- package/dist/collection/components/icon-asset/media/solid.svg +3013 -3013
- package/dist/collection/components/icon-asset/media/svg-with-js.min.css +4 -4
- package/dist/collection/components/list-item/list-item.js +103 -103
- package/dist/collection/components/my-component/my-component.css +3 -3
- package/dist/collection/components/my-component/my-component.js +73 -73
- package/dist/collection/components/ptc-announcement/ptc-announcement.js +210 -210
- package/dist/collection/components/ptc-breadcrumb/ptc-breadcrumb.js +21 -21
- package/dist/collection/components/ptc-button/ptc-button.js +293 -293
- package/dist/collection/components/ptc-card/ptc-card.js +282 -282
- package/dist/collection/components/ptc-card-bottom/ptc-card-bottom.js +105 -105
- package/dist/collection/components/ptc-card-content/ptc-card-content.js +105 -105
- package/dist/collection/components/ptc-card-plm/ptc-card-plm.js +97 -97
- package/dist/collection/components/ptc-checkbox/ptc-checkbox.css +22 -0
- package/dist/collection/components/ptc-checkbox/ptc-checkbox.js +76 -0
- package/dist/collection/components/ptc-container/ptc-container.css +29 -6
- package/dist/collection/components/ptc-container/ptc-container.js +98 -49
- package/dist/collection/components/ptc-date/ptc-date.js +201 -201
- package/dist/collection/components/ptc-ellipsis-dropdown/ptc-ellipsis-dropdown.css +39 -0
- package/dist/collection/components/ptc-ellipsis-dropdown/ptc-ellipsis-dropdown.js +77 -0
- package/dist/collection/components/ptc-filter-tag/ptc-filter-tag.css +18 -0
- package/dist/collection/components/ptc-filter-tag/ptc-filter-tag.js +96 -0
- package/dist/collection/components/ptc-hero/ptc-hero.js +67 -67
- package/dist/collection/components/ptc-hero-footer-cta/ptc-hero-footer-cta.js +77 -77
- package/dist/collection/components/ptc-icon-list/ptc-icon-list.js +145 -145
- package/dist/collection/components/ptc-img/ptc-img.js +314 -314
- package/dist/collection/components/ptc-link/ptc-link.js +198 -198
- package/dist/collection/components/ptc-list/ptc-list.js +68 -68
- package/dist/collection/components/ptc-lottie/ptc-lottie.css +5 -5
- package/dist/collection/components/ptc-lottie/ptc-lottie.js +58 -58
- package/dist/collection/components/ptc-minimized-footer/ptc-minimized-footer.js +17 -17
- package/dist/collection/components/ptc-minimized-header/ptc-minimized-header.js +80 -80
- package/dist/collection/components/ptc-mobile-select/ptc-mobile-select.js +221 -221
- package/dist/collection/components/ptc-modal/ptc-modal.js +255 -255
- package/dist/collection/components/ptc-nav/ptc-nav.js +21 -21
- package/dist/collection/components/ptc-nav-item/ptc-nav-item.js +252 -252
- package/dist/collection/components/ptc-overlay/ptc-overlay.js +99 -99
- package/dist/collection/components/ptc-para/ptc-para.js +157 -157
- package/dist/collection/components/ptc-picture/ptc-picture.js +474 -474
- package/dist/collection/components/ptc-previous-url/ptc-previous-url.js +54 -54
- package/dist/collection/components/ptc-pricing-block/ptc-pricing-block.css +11 -11
- package/dist/collection/components/ptc-pricing-block/ptc-pricing-block.js +25 -25
- package/dist/collection/components/ptc-quote/ptc-quote.js +154 -154
- package/dist/collection/components/ptc-responsive-wrapper/ptc-responsive-wrapper.css +3 -3
- package/dist/collection/components/ptc-responsive-wrapper/ptc-responsive-wrapper.js +62 -62
- package/dist/collection/components/ptc-shopping-cart/ptc-shopping-cart.css +28 -0
- package/dist/collection/components/ptc-shopping-cart/ptc-shopping-cart.js +69 -0
- package/dist/collection/components/ptc-social-share/ptc-social-share.js +206 -206
- package/dist/collection/components/ptc-spacer/ptc-spacer.css +322 -322
- package/dist/collection/components/ptc-spacer/ptc-spacer.js +99 -99
- package/dist/collection/components/ptc-span/ptc-span.js +89 -89
- package/dist/collection/components/ptc-svg-btn/ptc-svg-btn.js +71 -71
- package/dist/collection/components/ptc-tab-list/ptc-tab-list.css +36 -0
- package/dist/collection/components/ptc-tab-list/ptc-tab-list.js +140 -0
- package/dist/collection/components/ptc-title/ptc-title.js +236 -236
- package/dist/collection/components/ptc-two-column-media/ptc-two-column-media.js +40 -40
- package/dist/collection/components/tab-content/tab-content.css +7 -0
- package/dist/collection/components/tab-content/tab-content.js +74 -0
- package/dist/collection/components/tab-header/tab-header.css +30 -0
- package/dist/collection/components/tab-header/tab-header.js +107 -0
- package/dist/collection/index.js +1 -1
- package/dist/collection/media/svg-imgs/Back-arrow.svg +11 -11
- package/dist/collection/media/svg-imgs/close.svg +10 -10
- package/dist/collection/media/svg-imgs/ptc-shopping-cart-black.svg +3 -0
- package/dist/collection/media/svg-imgs/ptc-shopping-cart-white.svg +3 -0
- package/dist/collection/media/svg-imgs/slider-arrow-left.svg +18 -18
- package/dist/collection/media/svg-imgs/slider-arrow-right.svg +18 -18
- package/dist/collection/utils/interfaces.js +11 -11
- package/dist/collection/utils/utils.js +3 -3
- package/dist/custom-elements/index.d.ts +48 -0
- package/dist/custom-elements/index.js +2386 -2010
- package/dist/esm/dropdown-item.entry.js +17 -0
- package/dist/esm/icon-asset.entry.js +53 -53
- package/dist/esm/{interfaces-7c0243be.js → interfaces-c1c73092.js} +9 -9
- package/dist/esm/list-item.entry.js +19 -19
- package/dist/esm/loader.js +1 -1
- package/dist/esm/lottie-player.entry.js +354 -354
- package/dist/esm/my-component.entry.js +13 -13
- package/dist/esm/polyfills/core-js.js +0 -0
- package/dist/esm/polyfills/dom.js +0 -0
- package/dist/esm/polyfills/es5-html-element.js +0 -0
- package/dist/esm/polyfills/index.js +0 -0
- package/dist/esm/polyfills/system.js +0 -0
- package/dist/esm/ptc-announcement_2.entry.js +112 -112
- package/dist/esm/ptc-breadcrumb.entry.js +12 -12
- package/dist/esm/ptc-button.entry.js +65 -65
- package/dist/esm/ptc-card-bottom.entry.js +31 -31
- package/dist/esm/ptc-card-content.entry.js +31 -31
- package/dist/esm/ptc-card-plm.entry.js +16 -16
- package/dist/esm/ptc-card.entry.js +68 -68
- package/dist/esm/ptc-checkbox.entry.js +32 -0
- package/dist/esm/ptc-container.entry.js +33 -20
- package/dist/esm/ptc-date.entry.js +48 -48
- package/dist/esm/ptc-ellipsis-dropdown.entry.js +30 -0
- package/dist/esm/ptc-filter-tag.entry.js +36 -0
- package/dist/esm/ptc-hero-footer-cta.entry.js +8 -8
- package/dist/esm/ptc-hero.entry.js +18 -18
- package/dist/esm/ptc-icon-list.entry.js +32 -32
- package/dist/esm/ptc-img_2.entry.js +169 -169
- package/dist/esm/ptc-link.entry.js +42 -42
- package/dist/esm/ptc-list.entry.js +23 -23
- package/dist/esm/ptc-lottie.entry.js +12 -12
- package/dist/esm/ptc-minimized-footer.entry.js +8 -8
- package/dist/esm/ptc-minimized-header.entry.js +11 -11
- package/dist/esm/ptc-mobile-select.entry.js +69 -69
- package/dist/esm/ptc-modal.entry.js +106 -106
- package/dist/esm/ptc-nav-item.entry.js +83 -83
- package/dist/esm/ptc-nav.entry.js +8 -8
- package/dist/esm/ptc-para.entry.js +39 -39
- package/dist/esm/ptc-picture.entry.js +169 -169
- package/dist/esm/ptc-previous-url.entry.js +8 -8
- package/dist/esm/ptc-pricing-block.entry.js +15 -15
- package/dist/esm/ptc-quote.entry.js +25 -25
- package/dist/esm/ptc-responsive-wrapper.entry.js +54 -54
- package/dist/esm/ptc-shopping-cart.entry.js +37 -0
- package/dist/esm/ptc-social-share.entry.js +64 -64
- package/dist/esm/ptc-spacer.entry.js +35 -35
- package/dist/esm/ptc-span.entry.js +23 -23
- package/dist/esm/ptc-tab-list.entry.js +123 -0
- package/dist/esm/ptc-title.entry.js +48 -48
- package/dist/esm/ptc-two-column-media.entry.js +14 -14
- package/dist/esm/ptcw-design.js +1 -1
- package/dist/esm/tab-content.entry.js +33 -0
- package/dist/esm/tab-header.entry.js +50 -0
- package/dist/ptcw-design/media/brands.svg +1381 -1381
- package/dist/ptcw-design/media/designer.svg +327 -327
- package/dist/ptcw-design/media/regular.svg +463 -463
- package/dist/ptcw-design/media/solid.svg +3013 -3013
- package/dist/ptcw-design/media/svg-with-js.min.css +4 -4
- package/dist/ptcw-design/{p-64d01929.entry.js → p-1cfc77eb.entry.js} +1 -1
- package/dist/ptcw-design/p-279609f3.entry.js +1 -0
- package/dist/ptcw-design/{p-009537ea.entry.js → p-3a41081a.entry.js} +1 -1
- package/dist/ptcw-design/p-412ca190.entry.js +1 -0
- package/dist/ptcw-design/p-49d34cb8.entry.js +1 -0
- package/dist/ptcw-design/p-72e6a3f1.entry.js +1 -0
- package/dist/ptcw-design/p-7448f767.entry.js +1 -0
- package/dist/ptcw-design/p-8ea08e1d.entry.js +1 -0
- package/dist/ptcw-design/p-b238d684.entry.js +1 -0
- package/dist/ptcw-design/p-c3e79e54.entry.js +1 -0
- package/dist/ptcw-design/p-c5bfb13d.entry.js +1 -0
- package/dist/ptcw-design/p-c69933fe.entry.js +1 -0
- package/dist/ptcw-design/ptcw-design.css +1 -1
- package/dist/ptcw-design/ptcw-design.esm.js +1 -1
- package/dist/types/components/dropdown-item/dropdown-item.d.ts +5 -0
- package/dist/types/components/icon-asset/icon-asset.d.ts +36 -36
- package/dist/types/components/list-item/list-item.d.ts +8 -8
- package/dist/types/components/my-component/my-component.d.ts +16 -16
- package/dist/types/components/ptc-announcement/ptc-announcement.d.ts +43 -43
- package/dist/types/components/ptc-breadcrumb/ptc-breadcrumb.d.ts +4 -4
- package/dist/types/components/ptc-button/ptc-button.d.ts +56 -56
- package/dist/types/components/ptc-card/ptc-card.d.ts +50 -50
- package/dist/types/components/ptc-card-bottom/ptc-card-bottom.d.ts +15 -15
- package/dist/types/components/ptc-card-content/ptc-card-content.d.ts +15 -15
- package/dist/types/components/ptc-card-plm/ptc-card-plm.d.ts +8 -8
- package/dist/types/components/ptc-checkbox/ptc-checkbox.d.ts +9 -0
- package/dist/types/components/ptc-container/ptc-container.d.ts +11 -8
- package/dist/types/components/ptc-date/ptc-date.d.ts +41 -41
- package/dist/types/components/ptc-ellipsis-dropdown/ptc-ellipsis-dropdown.d.ts +10 -0
- package/dist/types/components/ptc-filter-tag/ptc-filter-tag.d.ts +16 -0
- package/dist/types/components/ptc-hero/ptc-hero.d.ts +12 -12
- package/dist/types/components/ptc-hero-footer-cta/ptc-hero-footer-cta.d.ts +6 -6
- package/dist/types/components/ptc-icon-list/ptc-icon-list.d.ts +21 -21
- package/dist/types/components/ptc-img/ptc-img.d.ts +51 -51
- package/dist/types/components/ptc-link/ptc-link.d.ts +36 -36
- package/dist/types/components/ptc-list/ptc-list.d.ts +6 -6
- package/dist/types/components/ptc-lottie/ptc-lottie.d.ts +12 -12
- package/dist/types/components/ptc-minimized-footer/ptc-minimized-footer.d.ts +3 -3
- package/dist/types/components/ptc-minimized-header/ptc-minimized-header.d.ts +6 -6
- package/dist/types/components/ptc-mobile-select/ptc-mobile-select.d.ts +40 -40
- package/dist/types/components/ptc-modal/ptc-modal.d.ts +46 -46
- package/dist/types/components/ptc-nav/ptc-nav.d.ts +3 -3
- package/dist/types/components/ptc-nav-item/ptc-nav-item.d.ts +53 -53
- package/dist/types/components/ptc-overlay/ptc-overlay.d.ts +20 -20
- package/dist/types/components/ptc-para/ptc-para.d.ts +28 -28
- package/dist/types/components/ptc-picture/ptc-picture.d.ts +93 -93
- package/dist/types/components/ptc-previous-url/ptc-previous-url.d.ts +5 -5
- package/dist/types/components/ptc-pricing-block/ptc-pricing-block.d.ts +4 -4
- package/dist/types/components/ptc-quote/ptc-quote.d.ts +29 -29
- package/dist/types/components/ptc-responsive-wrapper/ptc-responsive-wrapper.d.ts +8 -8
- package/dist/types/components/ptc-shopping-cart/ptc-shopping-cart.d.ts +6 -0
- package/dist/types/components/ptc-social-share/ptc-social-share.d.ts +25 -25
- package/dist/types/components/ptc-spacer/ptc-spacer.d.ts +16 -16
- package/dist/types/components/ptc-span/ptc-span.d.ts +16 -16
- package/dist/types/components/ptc-svg-btn/ptc-svg-btn.d.ts +12 -12
- package/dist/types/components/ptc-tab-list/ptc-tab-list.d.ts +14 -0
- package/dist/types/components/ptc-title/ptc-title.d.ts +41 -41
- package/dist/types/components/ptc-two-column-media/ptc-two-column-media.d.ts +9 -9
- package/dist/types/components/tab-content/tab-content.d.ts +12 -0
- package/dist/types/components/tab-header/tab-header.d.ts +13 -0
- package/dist/types/components.d.ts +179 -26
- package/dist/types/global.d.ts +1072 -1072
- package/dist/types/index.d.ts +1 -1
- package/dist/types/utils/interfaces.d.ts +28 -14
- package/dist/types/utils/utils.d.ts +1 -1
- package/package.json +59 -59
- package/readme.md +11 -11
- package/dist/ptcw-design/p-4f6c0f75.entry.js +0 -1
- package/dist/ptcw-design/p-d3c6d843.entry.js +0 -1
- /package/dist/ptcw-design/{p-ee1183b2.js → p-50e52c88.js} +0 -0
|
@@ -6,6 +6,10 @@
|
|
|
6
6
|
*/
|
|
7
7
|
import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
8
8
|
export namespace Components {
|
|
9
|
+
interface DropdownItem {
|
|
10
|
+
"linkHref"?: string;
|
|
11
|
+
"linkTarget": string | undefined;
|
|
12
|
+
}
|
|
9
13
|
interface IconAsset {
|
|
10
14
|
/**
|
|
11
15
|
* Icon Color
|
|
@@ -204,11 +208,16 @@ export namespace Components {
|
|
|
204
208
|
"linkTarget": string;
|
|
205
209
|
"linkTitle": string;
|
|
206
210
|
}
|
|
211
|
+
interface PtcCheckbox {
|
|
212
|
+
"checked": 'checked' | 'unchecked';
|
|
213
|
+
}
|
|
207
214
|
interface PtcContainer {
|
|
208
215
|
/**
|
|
209
216
|
* Theme
|
|
210
217
|
*/
|
|
211
218
|
"backgroundColor": 'white' | 'gray';
|
|
219
|
+
"containerType": 'normal' | 'large' | 'none';
|
|
220
|
+
"elevation": 'x-small' | 'small' | 'medium' | 'large' | 'x-large';
|
|
212
221
|
}
|
|
213
222
|
interface PtcDate {
|
|
214
223
|
/**
|
|
@@ -244,6 +253,23 @@ export namespace Components {
|
|
|
244
253
|
*/
|
|
245
254
|
"year": number;
|
|
246
255
|
}
|
|
256
|
+
interface PtcEllipsisDropdown {
|
|
257
|
+
"dataItems": Array<any>;
|
|
258
|
+
}
|
|
259
|
+
interface PtcFilterTag {
|
|
260
|
+
/**
|
|
261
|
+
* Font Size
|
|
262
|
+
*/
|
|
263
|
+
"fontSize": 'small' | 'medium' | 'large';
|
|
264
|
+
/**
|
|
265
|
+
* Theme
|
|
266
|
+
*/
|
|
267
|
+
"theme": 'bubble';
|
|
268
|
+
/**
|
|
269
|
+
* Uppercase
|
|
270
|
+
*/
|
|
271
|
+
"uppercase": boolean;
|
|
272
|
+
}
|
|
247
273
|
interface PtcHero {
|
|
248
274
|
/**
|
|
249
275
|
* Hero Background Image URL
|
|
@@ -340,7 +366,7 @@ export namespace Components {
|
|
|
340
366
|
/**
|
|
341
367
|
* Theme
|
|
342
368
|
*/
|
|
343
|
-
"theme": 'simple' | 'arrow' | 'nav-title'| 'primary-nav-link' | 'nav-title-link' | 'secondary-nav-link' | 'footer-nav-link' | 'copyright-link' | 'arrow-plm';
|
|
369
|
+
"theme": 'simple' | 'underline' | 'arrow' | 'nav-title'| 'primary-nav-link' | 'nav-title-link' | 'secondary-nav-link' | 'footer-nav-link' | 'copyright-link' | 'arrow-plm';
|
|
344
370
|
/**
|
|
345
371
|
* Uppercase
|
|
346
372
|
*/
|
|
@@ -599,6 +625,10 @@ export namespace Components {
|
|
|
599
625
|
}
|
|
600
626
|
interface PtcResponsiveWrapper {
|
|
601
627
|
}
|
|
628
|
+
interface PtcShoppingCart {
|
|
629
|
+
"cartCount"?: string;
|
|
630
|
+
"color": 'black' | 'white';
|
|
631
|
+
}
|
|
602
632
|
interface PtcSocialShare {
|
|
603
633
|
"display"?: 'inline-block' | 'block' | 'inline' | 'flex';
|
|
604
634
|
/**
|
|
@@ -652,6 +682,8 @@ export namespace Components {
|
|
|
652
682
|
*/
|
|
653
683
|
"svgName"?: string;
|
|
654
684
|
}
|
|
685
|
+
interface PtcTabList {
|
|
686
|
+
}
|
|
655
687
|
interface PtcTitle {
|
|
656
688
|
/**
|
|
657
689
|
* Is this title using on the PLM Hub page
|
|
@@ -669,18 +701,18 @@ export namespace Components {
|
|
|
669
701
|
/**
|
|
670
702
|
* Title Margin
|
|
671
703
|
*/
|
|
672
|
-
"titleMargin"?: | 'margin-flush'
|
|
673
|
-
| 'margin-top-3'
|
|
674
|
-
| 'margin-top-4'
|
|
675
|
-
| 'margin-top-5'
|
|
676
|
-
| 'margin-top-6'
|
|
677
|
-
| 'margin-bottom-3'
|
|
678
|
-
| 'margin-bottom-4'
|
|
679
|
-
| 'margin-bottom-5'
|
|
680
|
-
| 'margin-bottom-6'
|
|
681
|
-
| 'margin-3'
|
|
682
|
-
| 'margin-4'
|
|
683
|
-
| 'margin-5'
|
|
704
|
+
"titleMargin"?: | 'margin-flush'
|
|
705
|
+
| 'margin-top-3'
|
|
706
|
+
| 'margin-top-4'
|
|
707
|
+
| 'margin-top-5'
|
|
708
|
+
| 'margin-top-6'
|
|
709
|
+
| 'margin-bottom-3'
|
|
710
|
+
| 'margin-bottom-4'
|
|
711
|
+
| 'margin-bottom-5'
|
|
712
|
+
| 'margin-bottom-6'
|
|
713
|
+
| 'margin-3'
|
|
714
|
+
| 'margin-4'
|
|
715
|
+
| 'margin-5'
|
|
684
716
|
| 'margin-6';
|
|
685
717
|
/**
|
|
686
718
|
* Title Shadow
|
|
@@ -709,8 +741,22 @@ export namespace Components {
|
|
|
709
741
|
*/
|
|
710
742
|
"componentType": 'two-column-media' | 'two-column-media-icon-list' | 'two-column-text';
|
|
711
743
|
}
|
|
744
|
+
interface TabContent {
|
|
745
|
+
"getChild": () => Promise<{ select: any; unselect: any; name: string; }>;
|
|
746
|
+
"name": string;
|
|
747
|
+
}
|
|
748
|
+
interface TabHeader {
|
|
749
|
+
"getChild": () => Promise<unknown>;
|
|
750
|
+
"name": string;
|
|
751
|
+
}
|
|
712
752
|
}
|
|
713
753
|
declare global {
|
|
754
|
+
interface HTMLDropdownItemElement extends Components.DropdownItem, HTMLStencilElement {
|
|
755
|
+
}
|
|
756
|
+
var HTMLDropdownItemElement: {
|
|
757
|
+
prototype: HTMLDropdownItemElement;
|
|
758
|
+
new (): HTMLDropdownItemElement;
|
|
759
|
+
};
|
|
714
760
|
interface HTMLIconAssetElement extends Components.IconAsset, HTMLStencilElement {
|
|
715
761
|
}
|
|
716
762
|
var HTMLIconAssetElement: {
|
|
@@ -771,6 +817,12 @@ declare global {
|
|
|
771
817
|
prototype: HTMLPtcCardPlmElement;
|
|
772
818
|
new (): HTMLPtcCardPlmElement;
|
|
773
819
|
};
|
|
820
|
+
interface HTMLPtcCheckboxElement extends Components.PtcCheckbox, HTMLStencilElement {
|
|
821
|
+
}
|
|
822
|
+
var HTMLPtcCheckboxElement: {
|
|
823
|
+
prototype: HTMLPtcCheckboxElement;
|
|
824
|
+
new (): HTMLPtcCheckboxElement;
|
|
825
|
+
};
|
|
774
826
|
interface HTMLPtcContainerElement extends Components.PtcContainer, HTMLStencilElement {
|
|
775
827
|
}
|
|
776
828
|
var HTMLPtcContainerElement: {
|
|
@@ -783,6 +835,18 @@ declare global {
|
|
|
783
835
|
prototype: HTMLPtcDateElement;
|
|
784
836
|
new (): HTMLPtcDateElement;
|
|
785
837
|
};
|
|
838
|
+
interface HTMLPtcEllipsisDropdownElement extends Components.PtcEllipsisDropdown, HTMLStencilElement {
|
|
839
|
+
}
|
|
840
|
+
var HTMLPtcEllipsisDropdownElement: {
|
|
841
|
+
prototype: HTMLPtcEllipsisDropdownElement;
|
|
842
|
+
new (): HTMLPtcEllipsisDropdownElement;
|
|
843
|
+
};
|
|
844
|
+
interface HTMLPtcFilterTagElement extends Components.PtcFilterTag, HTMLStencilElement {
|
|
845
|
+
}
|
|
846
|
+
var HTMLPtcFilterTagElement: {
|
|
847
|
+
prototype: HTMLPtcFilterTagElement;
|
|
848
|
+
new (): HTMLPtcFilterTagElement;
|
|
849
|
+
};
|
|
786
850
|
interface HTMLPtcHeroElement extends Components.PtcHero, HTMLStencilElement {
|
|
787
851
|
}
|
|
788
852
|
var HTMLPtcHeroElement: {
|
|
@@ -903,6 +967,12 @@ declare global {
|
|
|
903
967
|
prototype: HTMLPtcResponsiveWrapperElement;
|
|
904
968
|
new (): HTMLPtcResponsiveWrapperElement;
|
|
905
969
|
};
|
|
970
|
+
interface HTMLPtcShoppingCartElement extends Components.PtcShoppingCart, HTMLStencilElement {
|
|
971
|
+
}
|
|
972
|
+
var HTMLPtcShoppingCartElement: {
|
|
973
|
+
prototype: HTMLPtcShoppingCartElement;
|
|
974
|
+
new (): HTMLPtcShoppingCartElement;
|
|
975
|
+
};
|
|
906
976
|
interface HTMLPtcSocialShareElement extends Components.PtcSocialShare, HTMLStencilElement {
|
|
907
977
|
}
|
|
908
978
|
var HTMLPtcSocialShareElement: {
|
|
@@ -927,6 +997,12 @@ declare global {
|
|
|
927
997
|
prototype: HTMLPtcSvgBtnElement;
|
|
928
998
|
new (): HTMLPtcSvgBtnElement;
|
|
929
999
|
};
|
|
1000
|
+
interface HTMLPtcTabListElement extends Components.PtcTabList, HTMLStencilElement {
|
|
1001
|
+
}
|
|
1002
|
+
var HTMLPtcTabListElement: {
|
|
1003
|
+
prototype: HTMLPtcTabListElement;
|
|
1004
|
+
new (): HTMLPtcTabListElement;
|
|
1005
|
+
};
|
|
930
1006
|
interface HTMLPtcTitleElement extends Components.PtcTitle, HTMLStencilElement {
|
|
931
1007
|
}
|
|
932
1008
|
var HTMLPtcTitleElement: {
|
|
@@ -939,7 +1015,20 @@ declare global {
|
|
|
939
1015
|
prototype: HTMLPtcTwoColumnMediaElement;
|
|
940
1016
|
new (): HTMLPtcTwoColumnMediaElement;
|
|
941
1017
|
};
|
|
1018
|
+
interface HTMLTabContentElement extends Components.TabContent, HTMLStencilElement {
|
|
1019
|
+
}
|
|
1020
|
+
var HTMLTabContentElement: {
|
|
1021
|
+
prototype: HTMLTabContentElement;
|
|
1022
|
+
new (): HTMLTabContentElement;
|
|
1023
|
+
};
|
|
1024
|
+
interface HTMLTabHeaderElement extends Components.TabHeader, HTMLStencilElement {
|
|
1025
|
+
}
|
|
1026
|
+
var HTMLTabHeaderElement: {
|
|
1027
|
+
prototype: HTMLTabHeaderElement;
|
|
1028
|
+
new (): HTMLTabHeaderElement;
|
|
1029
|
+
};
|
|
942
1030
|
interface HTMLElementTagNameMap {
|
|
1031
|
+
"dropdown-item": HTMLDropdownItemElement;
|
|
943
1032
|
"icon-asset": HTMLIconAssetElement;
|
|
944
1033
|
"list-item": HTMLListItemElement;
|
|
945
1034
|
"my-component": HTMLMyComponentElement;
|
|
@@ -950,8 +1039,11 @@ declare global {
|
|
|
950
1039
|
"ptc-card-bottom": HTMLPtcCardBottomElement;
|
|
951
1040
|
"ptc-card-content": HTMLPtcCardContentElement;
|
|
952
1041
|
"ptc-card-plm": HTMLPtcCardPlmElement;
|
|
1042
|
+
"ptc-checkbox": HTMLPtcCheckboxElement;
|
|
953
1043
|
"ptc-container": HTMLPtcContainerElement;
|
|
954
1044
|
"ptc-date": HTMLPtcDateElement;
|
|
1045
|
+
"ptc-ellipsis-dropdown": HTMLPtcEllipsisDropdownElement;
|
|
1046
|
+
"ptc-filter-tag": HTMLPtcFilterTagElement;
|
|
955
1047
|
"ptc-hero": HTMLPtcHeroElement;
|
|
956
1048
|
"ptc-hero-footer-cta": HTMLPtcHeroFooterCtaElement;
|
|
957
1049
|
"ptc-icon-list": HTMLPtcIconListElement;
|
|
@@ -972,15 +1064,23 @@ declare global {
|
|
|
972
1064
|
"ptc-pricing-block": HTMLPtcPricingBlockElement;
|
|
973
1065
|
"ptc-quote": HTMLPtcQuoteElement;
|
|
974
1066
|
"ptc-responsive-wrapper": HTMLPtcResponsiveWrapperElement;
|
|
1067
|
+
"ptc-shopping-cart": HTMLPtcShoppingCartElement;
|
|
975
1068
|
"ptc-social-share": HTMLPtcSocialShareElement;
|
|
976
1069
|
"ptc-spacer": HTMLPtcSpacerElement;
|
|
977
1070
|
"ptc-span": HTMLPtcSpanElement;
|
|
978
1071
|
"ptc-svg-btn": HTMLPtcSvgBtnElement;
|
|
1072
|
+
"ptc-tab-list": HTMLPtcTabListElement;
|
|
979
1073
|
"ptc-title": HTMLPtcTitleElement;
|
|
980
1074
|
"ptc-two-column-media": HTMLPtcTwoColumnMediaElement;
|
|
1075
|
+
"tab-content": HTMLTabContentElement;
|
|
1076
|
+
"tab-header": HTMLTabHeaderElement;
|
|
981
1077
|
}
|
|
982
1078
|
}
|
|
983
1079
|
declare namespace LocalJSX {
|
|
1080
|
+
interface DropdownItem {
|
|
1081
|
+
"linkHref"?: string;
|
|
1082
|
+
"linkTarget"?: string | undefined;
|
|
1083
|
+
}
|
|
984
1084
|
interface IconAsset {
|
|
985
1085
|
/**
|
|
986
1086
|
* Icon Color
|
|
@@ -1191,11 +1291,17 @@ declare namespace LocalJSX {
|
|
|
1191
1291
|
"linkTarget"?: string;
|
|
1192
1292
|
"linkTitle"?: string;
|
|
1193
1293
|
}
|
|
1294
|
+
interface PtcCheckbox {
|
|
1295
|
+
"checked"?: 'checked' | 'unchecked';
|
|
1296
|
+
"onClickedItem"?: (event: CustomEvent<any>) => void;
|
|
1297
|
+
}
|
|
1194
1298
|
interface PtcContainer {
|
|
1195
1299
|
/**
|
|
1196
1300
|
* Theme
|
|
1197
1301
|
*/
|
|
1198
1302
|
"backgroundColor"?: 'white' | 'gray';
|
|
1303
|
+
"containerType"?: 'normal' | 'large' | 'none';
|
|
1304
|
+
"elevation"?: 'x-small' | 'small' | 'medium' | 'large' | 'x-large';
|
|
1199
1305
|
}
|
|
1200
1306
|
interface PtcDate {
|
|
1201
1307
|
/**
|
|
@@ -1231,6 +1337,24 @@ declare namespace LocalJSX {
|
|
|
1231
1337
|
*/
|
|
1232
1338
|
"year"?: number;
|
|
1233
1339
|
}
|
|
1340
|
+
interface PtcEllipsisDropdown {
|
|
1341
|
+
"dataItems"?: Array<any>;
|
|
1342
|
+
"onItemSelected"?: (event: CustomEvent<any>) => void;
|
|
1343
|
+
}
|
|
1344
|
+
interface PtcFilterTag {
|
|
1345
|
+
/**
|
|
1346
|
+
* Font Size
|
|
1347
|
+
*/
|
|
1348
|
+
"fontSize"?: 'small' | 'medium' | 'large';
|
|
1349
|
+
/**
|
|
1350
|
+
* Theme
|
|
1351
|
+
*/
|
|
1352
|
+
"theme"?: 'bubble';
|
|
1353
|
+
/**
|
|
1354
|
+
* Uppercase
|
|
1355
|
+
*/
|
|
1356
|
+
"uppercase"?: boolean;
|
|
1357
|
+
}
|
|
1234
1358
|
interface PtcHero {
|
|
1235
1359
|
/**
|
|
1236
1360
|
* Hero Background Image URL
|
|
@@ -1327,7 +1451,7 @@ declare namespace LocalJSX {
|
|
|
1327
1451
|
/**
|
|
1328
1452
|
* Theme
|
|
1329
1453
|
*/
|
|
1330
|
-
"theme"?: 'simple' | 'arrow' | 'nav-title'| 'primary-nav-link' | 'nav-title-link' | 'secondary-nav-link' | 'footer-nav-link' | 'copyright-link' | 'arrow-plm';
|
|
1454
|
+
"theme"?: 'simple' | 'underline' | 'arrow' | 'nav-title'| 'primary-nav-link' | 'nav-title-link' | 'secondary-nav-link' | 'footer-nav-link' | 'copyright-link' | 'arrow-plm';
|
|
1331
1455
|
/**
|
|
1332
1456
|
* Uppercase
|
|
1333
1457
|
*/
|
|
@@ -1598,6 +1722,10 @@ declare namespace LocalJSX {
|
|
|
1598
1722
|
}
|
|
1599
1723
|
interface PtcResponsiveWrapper {
|
|
1600
1724
|
}
|
|
1725
|
+
interface PtcShoppingCart {
|
|
1726
|
+
"cartCount"?: string;
|
|
1727
|
+
"color"?: 'black' | 'white';
|
|
1728
|
+
}
|
|
1601
1729
|
interface PtcSocialShare {
|
|
1602
1730
|
"display"?: 'inline-block' | 'block' | 'inline' | 'flex';
|
|
1603
1731
|
/**
|
|
@@ -1651,6 +1779,8 @@ declare namespace LocalJSX {
|
|
|
1651
1779
|
*/
|
|
1652
1780
|
"svgName"?: string;
|
|
1653
1781
|
}
|
|
1782
|
+
interface PtcTabList {
|
|
1783
|
+
}
|
|
1654
1784
|
interface PtcTitle {
|
|
1655
1785
|
/**
|
|
1656
1786
|
* Is this title using on the PLM Hub page
|
|
@@ -1668,18 +1798,18 @@ declare namespace LocalJSX {
|
|
|
1668
1798
|
/**
|
|
1669
1799
|
* Title Margin
|
|
1670
1800
|
*/
|
|
1671
|
-
"titleMargin"?: | 'margin-flush'
|
|
1672
|
-
| 'margin-top-3'
|
|
1673
|
-
| 'margin-top-4'
|
|
1674
|
-
| 'margin-top-5'
|
|
1675
|
-
| 'margin-top-6'
|
|
1676
|
-
| 'margin-bottom-3'
|
|
1677
|
-
| 'margin-bottom-4'
|
|
1678
|
-
| 'margin-bottom-5'
|
|
1679
|
-
| 'margin-bottom-6'
|
|
1680
|
-
| 'margin-3'
|
|
1681
|
-
| 'margin-4'
|
|
1682
|
-
| 'margin-5'
|
|
1801
|
+
"titleMargin"?: | 'margin-flush'
|
|
1802
|
+
| 'margin-top-3'
|
|
1803
|
+
| 'margin-top-4'
|
|
1804
|
+
| 'margin-top-5'
|
|
1805
|
+
| 'margin-top-6'
|
|
1806
|
+
| 'margin-bottom-3'
|
|
1807
|
+
| 'margin-bottom-4'
|
|
1808
|
+
| 'margin-bottom-5'
|
|
1809
|
+
| 'margin-bottom-6'
|
|
1810
|
+
| 'margin-3'
|
|
1811
|
+
| 'margin-4'
|
|
1812
|
+
| 'margin-5'
|
|
1683
1813
|
| 'margin-6';
|
|
1684
1814
|
/**
|
|
1685
1815
|
* Title Shadow
|
|
@@ -1708,7 +1838,15 @@ declare namespace LocalJSX {
|
|
|
1708
1838
|
*/
|
|
1709
1839
|
"componentType"?: 'two-column-media' | 'two-column-media-icon-list' | 'two-column-text';
|
|
1710
1840
|
}
|
|
1841
|
+
interface TabContent {
|
|
1842
|
+
"name"?: string;
|
|
1843
|
+
}
|
|
1844
|
+
interface TabHeader {
|
|
1845
|
+
"name"?: string;
|
|
1846
|
+
"onTabClicked"?: (event: CustomEvent<any>) => void;
|
|
1847
|
+
}
|
|
1711
1848
|
interface IntrinsicElements {
|
|
1849
|
+
"dropdown-item": DropdownItem;
|
|
1712
1850
|
"icon-asset": IconAsset;
|
|
1713
1851
|
"list-item": ListItem;
|
|
1714
1852
|
"my-component": MyComponent;
|
|
@@ -1719,8 +1857,11 @@ declare namespace LocalJSX {
|
|
|
1719
1857
|
"ptc-card-bottom": PtcCardBottom;
|
|
1720
1858
|
"ptc-card-content": PtcCardContent;
|
|
1721
1859
|
"ptc-card-plm": PtcCardPlm;
|
|
1860
|
+
"ptc-checkbox": PtcCheckbox;
|
|
1722
1861
|
"ptc-container": PtcContainer;
|
|
1723
1862
|
"ptc-date": PtcDate;
|
|
1863
|
+
"ptc-ellipsis-dropdown": PtcEllipsisDropdown;
|
|
1864
|
+
"ptc-filter-tag": PtcFilterTag;
|
|
1724
1865
|
"ptc-hero": PtcHero;
|
|
1725
1866
|
"ptc-hero-footer-cta": PtcHeroFooterCta;
|
|
1726
1867
|
"ptc-icon-list": PtcIconList;
|
|
@@ -1741,18 +1882,23 @@ declare namespace LocalJSX {
|
|
|
1741
1882
|
"ptc-pricing-block": PtcPricingBlock;
|
|
1742
1883
|
"ptc-quote": PtcQuote;
|
|
1743
1884
|
"ptc-responsive-wrapper": PtcResponsiveWrapper;
|
|
1885
|
+
"ptc-shopping-cart": PtcShoppingCart;
|
|
1744
1886
|
"ptc-social-share": PtcSocialShare;
|
|
1745
1887
|
"ptc-spacer": PtcSpacer;
|
|
1746
1888
|
"ptc-span": PtcSpan;
|
|
1747
1889
|
"ptc-svg-btn": PtcSvgBtn;
|
|
1890
|
+
"ptc-tab-list": PtcTabList;
|
|
1748
1891
|
"ptc-title": PtcTitle;
|
|
1749
1892
|
"ptc-two-column-media": PtcTwoColumnMedia;
|
|
1893
|
+
"tab-content": TabContent;
|
|
1894
|
+
"tab-header": TabHeader;
|
|
1750
1895
|
}
|
|
1751
1896
|
}
|
|
1752
1897
|
export { LocalJSX as JSX };
|
|
1753
1898
|
declare module "@stencil/core" {
|
|
1754
1899
|
export namespace JSX {
|
|
1755
1900
|
interface IntrinsicElements {
|
|
1901
|
+
"dropdown-item": LocalJSX.DropdownItem & JSXBase.HTMLAttributes<HTMLDropdownItemElement>;
|
|
1756
1902
|
"icon-asset": LocalJSX.IconAsset & JSXBase.HTMLAttributes<HTMLIconAssetElement>;
|
|
1757
1903
|
"list-item": LocalJSX.ListItem & JSXBase.HTMLAttributes<HTMLListItemElement>;
|
|
1758
1904
|
"my-component": LocalJSX.MyComponent & JSXBase.HTMLAttributes<HTMLMyComponentElement>;
|
|
@@ -1763,8 +1909,11 @@ declare module "@stencil/core" {
|
|
|
1763
1909
|
"ptc-card-bottom": LocalJSX.PtcCardBottom & JSXBase.HTMLAttributes<HTMLPtcCardBottomElement>;
|
|
1764
1910
|
"ptc-card-content": LocalJSX.PtcCardContent & JSXBase.HTMLAttributes<HTMLPtcCardContentElement>;
|
|
1765
1911
|
"ptc-card-plm": LocalJSX.PtcCardPlm & JSXBase.HTMLAttributes<HTMLPtcCardPlmElement>;
|
|
1912
|
+
"ptc-checkbox": LocalJSX.PtcCheckbox & JSXBase.HTMLAttributes<HTMLPtcCheckboxElement>;
|
|
1766
1913
|
"ptc-container": LocalJSX.PtcContainer & JSXBase.HTMLAttributes<HTMLPtcContainerElement>;
|
|
1767
1914
|
"ptc-date": LocalJSX.PtcDate & JSXBase.HTMLAttributes<HTMLPtcDateElement>;
|
|
1915
|
+
"ptc-ellipsis-dropdown": LocalJSX.PtcEllipsisDropdown & JSXBase.HTMLAttributes<HTMLPtcEllipsisDropdownElement>;
|
|
1916
|
+
"ptc-filter-tag": LocalJSX.PtcFilterTag & JSXBase.HTMLAttributes<HTMLPtcFilterTagElement>;
|
|
1768
1917
|
"ptc-hero": LocalJSX.PtcHero & JSXBase.HTMLAttributes<HTMLPtcHeroElement>;
|
|
1769
1918
|
"ptc-hero-footer-cta": LocalJSX.PtcHeroFooterCta & JSXBase.HTMLAttributes<HTMLPtcHeroFooterCtaElement>;
|
|
1770
1919
|
"ptc-icon-list": LocalJSX.PtcIconList & JSXBase.HTMLAttributes<HTMLPtcIconListElement>;
|
|
@@ -1785,12 +1934,16 @@ declare module "@stencil/core" {
|
|
|
1785
1934
|
"ptc-pricing-block": LocalJSX.PtcPricingBlock & JSXBase.HTMLAttributes<HTMLPtcPricingBlockElement>;
|
|
1786
1935
|
"ptc-quote": LocalJSX.PtcQuote & JSXBase.HTMLAttributes<HTMLPtcQuoteElement>;
|
|
1787
1936
|
"ptc-responsive-wrapper": LocalJSX.PtcResponsiveWrapper & JSXBase.HTMLAttributes<HTMLPtcResponsiveWrapperElement>;
|
|
1937
|
+
"ptc-shopping-cart": LocalJSX.PtcShoppingCart & JSXBase.HTMLAttributes<HTMLPtcShoppingCartElement>;
|
|
1788
1938
|
"ptc-social-share": LocalJSX.PtcSocialShare & JSXBase.HTMLAttributes<HTMLPtcSocialShareElement>;
|
|
1789
1939
|
"ptc-spacer": LocalJSX.PtcSpacer & JSXBase.HTMLAttributes<HTMLPtcSpacerElement>;
|
|
1790
1940
|
"ptc-span": LocalJSX.PtcSpan & JSXBase.HTMLAttributes<HTMLPtcSpanElement>;
|
|
1791
1941
|
"ptc-svg-btn": LocalJSX.PtcSvgBtn & JSXBase.HTMLAttributes<HTMLPtcSvgBtnElement>;
|
|
1942
|
+
"ptc-tab-list": LocalJSX.PtcTabList & JSXBase.HTMLAttributes<HTMLPtcTabListElement>;
|
|
1792
1943
|
"ptc-title": LocalJSX.PtcTitle & JSXBase.HTMLAttributes<HTMLPtcTitleElement>;
|
|
1793
1944
|
"ptc-two-column-media": LocalJSX.PtcTwoColumnMedia & JSXBase.HTMLAttributes<HTMLPtcTwoColumnMediaElement>;
|
|
1945
|
+
"tab-content": LocalJSX.TabContent & JSXBase.HTMLAttributes<HTMLTabContentElement>;
|
|
1946
|
+
"tab-header": LocalJSX.TabHeader & JSXBase.HTMLAttributes<HTMLTabHeaderElement>;
|
|
1794
1947
|
}
|
|
1795
1948
|
}
|
|
1796
1949
|
}
|