@ptcwebops/ptcw-design 0.5.7 → 0.5.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -21
- package/dist/cjs/dropdown-item.cjs.entry.js +10 -10
- package/dist/cjs/icon-asset_13.cjs.entry.js +676 -676
- package/dist/cjs/{interfaces-0ecd8027.js → interfaces-574e6df7.js} +9 -9
- package/dist/cjs/list-item.cjs.entry.js +19 -19
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/lottie-player.cjs.entry.js +354 -354
- package/dist/cjs/my-component.cjs.entry.js +13 -13
- package/dist/cjs/ptc-accordion-item.cjs.entry.js +97 -97
- package/dist/cjs/ptc-accordion.cjs.entry.js +38 -38
- package/dist/cjs/ptc-announcement.cjs.entry.js +37 -37
- package/dist/cjs/ptc-breadcrumb.cjs.entry.js +12 -12
- package/dist/cjs/ptc-card-bottom.cjs.entry.js +31 -31
- package/dist/cjs/ptc-card-content.cjs.entry.js +32 -32
- package/dist/cjs/ptc-card-plm.cjs.entry.js +16 -16
- package/dist/cjs/ptc-card.cjs.entry.js +69 -69
- package/dist/cjs/ptc-date.cjs.entry.js +48 -48
- package/dist/cjs/ptc-ellipsis-dropdown.cjs.entry.js +23 -23
- package/dist/cjs/ptc-hero-footer-cta.cjs.entry.js +8 -8
- package/dist/cjs/ptc-hero.cjs.entry.js +18 -18
- package/dist/cjs/ptc-icon-list.cjs.entry.js +32 -32
- package/dist/cjs/ptc-img_2.cjs.entry.js +169 -169
- package/dist/cjs/ptc-list.cjs.entry.js +23 -23
- package/dist/cjs/ptc-lottie.cjs.entry.js +12 -12
- package/dist/cjs/ptc-minimized-footer.cjs.entry.js +8 -8
- package/dist/cjs/ptc-minimized-header.cjs.entry.js +11 -11
- package/dist/cjs/ptc-mobile-select.cjs.entry.js +69 -69
- package/dist/cjs/ptc-nav-item.cjs.entry.js +83 -83
- package/dist/cjs/ptc-nav.cjs.entry.js +8 -8
- package/dist/cjs/ptc-pagenation.cjs.entry.js +111 -0
- package/dist/cjs/ptc-picture.cjs.entry.js +169 -169
- package/dist/cjs/ptc-previous-url.cjs.entry.js +8 -8
- package/dist/cjs/ptc-pricing-block.cjs.entry.js +14 -14
- package/dist/cjs/ptc-quote.cjs.entry.js +25 -25
- package/dist/cjs/ptc-responsive-wrapper.cjs.entry.js +54 -54
- package/dist/cjs/ptc-social-share.cjs.entry.js +64 -64
- package/dist/cjs/ptc-span.cjs.entry.js +23 -23
- package/dist/cjs/ptc-svg-btn.cjs.entry.js +75 -75
- package/dist/cjs/ptc-tab-list.cjs.entry.js +116 -116
- package/dist/cjs/ptc-two-column-media.cjs.entry.js +14 -14
- package/dist/cjs/ptcw-design.cjs.js +1 -1
- package/dist/cjs/tab-content.cjs.entry.js +26 -26
- package/dist/cjs/tab-header.cjs.entry.js +43 -43
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/dropdown-item/dropdown-item.js +56 -56
- package/dist/collection/components/icon-asset/icon-asset.css +4 -4
- package/dist/collection/components/icon-asset/icon-asset.js +199 -199
- package/dist/collection/components/icon-asset/media/brands.svg +1381 -1381
- package/dist/collection/components/icon-asset/media/designer.svg +338 -338
- package/dist/collection/components/icon-asset/media/regular.svg +463 -463
- package/dist/collection/components/icon-asset/media/solid.svg +3013 -3013
- package/dist/collection/components/icon-asset/media/svg-with-js.min.css +4 -4
- package/dist/collection/components/list-item/list-item.js +103 -103
- package/dist/collection/components/my-component/my-component.css +3 -3
- package/dist/collection/components/my-component/my-component.js +73 -73
- package/dist/collection/components/ptc-accordion/ptc-accordion-item/ptc-accordion-item.js +296 -296
- package/dist/collection/components/ptc-accordion/ptc-accordion.js +74 -74
- package/dist/collection/components/ptc-announcement/ptc-announcement.js +210 -210
- package/dist/collection/components/ptc-breadcrumb/ptc-breadcrumb.js +21 -21
- package/dist/collection/components/ptc-button/ptc-button.js +293 -293
- package/dist/collection/components/ptc-card/ptc-card.css +76 -0
- package/dist/collection/components/ptc-card/ptc-card.js +301 -282
- package/dist/collection/components/ptc-card-bottom/ptc-card-bottom.js +105 -105
- package/dist/collection/components/ptc-card-content/ptc-card-content.css +1 -1
- package/dist/collection/components/ptc-card-content/ptc-card-content.js +105 -105
- package/dist/collection/components/ptc-card-plm/ptc-card-plm.js +97 -97
- package/dist/collection/components/ptc-checkbox/ptc-checkbox.js +114 -114
- package/dist/collection/components/ptc-container/ptc-container.js +119 -119
- package/dist/collection/components/ptc-date/ptc-date.js +201 -201
- package/dist/collection/components/ptc-dropdown/ptc-dropdown.js +144 -144
- package/dist/collection/components/ptc-ellipsis-dropdown/ptc-ellipsis-dropdown.js +77 -77
- package/dist/collection/components/ptc-filter-tag/ptc-filter-tag.js +70 -70
- package/dist/collection/components/ptc-hero/ptc-hero.js +67 -67
- package/dist/collection/components/ptc-hero-footer-cta/ptc-hero-footer-cta.js +77 -77
- package/dist/collection/components/ptc-icon-list/ptc-icon-list.js +145 -145
- package/dist/collection/components/ptc-icon-minimize/ptc-icon-minimize.js +86 -86
- 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 +337 -337
- package/dist/collection/components/ptc-nav/ptc-nav.js +21 -21
- package/dist/collection/components/ptc-nav-item/ptc-nav-item.js +252 -252
- package/dist/collection/components/ptc-overlay/ptc-overlay.js +99 -99
- package/dist/collection/components/ptc-pagenation/ptc-pagenation.css +113 -0
- package/dist/collection/components/ptc-pagenation/ptc-pagenation.js +277 -0
- package/dist/collection/components/ptc-para/ptc-para.js +157 -157
- package/dist/collection/components/ptc-picture/ptc-picture.js +474 -474
- package/dist/collection/components/ptc-previous-url/ptc-previous-url.js +54 -54
- package/dist/collection/components/ptc-pricing-block/ptc-pricing-block.js +25 -25
- package/dist/collection/components/ptc-quote/ptc-quote.js +154 -154
- package/dist/collection/components/ptc-responsive-wrapper/ptc-responsive-wrapper.css +3 -3
- package/dist/collection/components/ptc-responsive-wrapper/ptc-responsive-wrapper.js +62 -62
- package/dist/collection/components/ptc-shopping-cart/ptc-shopping-cart.js +91 -91
- package/dist/collection/components/ptc-social-share/ptc-social-share.js +206 -206
- package/dist/collection/components/ptc-spacer/ptc-spacer.css +322 -322
- package/dist/collection/components/ptc-spacer/ptc-spacer.js +99 -99
- package/dist/collection/components/ptc-span/ptc-span.js +89 -89
- package/dist/collection/components/ptc-svg-btn/ptc-svg-btn.js +71 -71
- package/dist/collection/components/ptc-tab-list/ptc-tab-list.js +140 -140
- package/dist/collection/components/ptc-title/ptc-title.js +245 -245
- package/dist/collection/components/ptc-two-column-media/ptc-two-column-media.js +40 -40
- package/dist/collection/components/tab-content/tab-content.js +74 -74
- package/dist/collection/components/tab-header/tab-header.js +107 -107
- package/dist/collection/index.js +1 -1
- package/dist/collection/media/svg-imgs/Back-arrow.svg +11 -11
- package/dist/collection/media/svg-imgs/close.svg +10 -10
- package/dist/collection/media/svg-imgs/ptc-shopping-cart-black.svg +3 -3
- package/dist/collection/media/svg-imgs/ptc-shopping-cart-white.svg +3 -3
- package/dist/collection/media/svg-imgs/slider-arrow-left.svg +18 -18
- package/dist/collection/media/svg-imgs/slider-arrow-right.svg +18 -18
- package/dist/collection/media/svg-imgs/union.svg +3 -3
- package/dist/collection/utils/component.js +3 -3
- package/dist/collection/utils/interfaces.js +11 -11
- package/dist/collection/utils/utils.js +3 -3
- package/dist/custom-elements/index.d.ts +6 -0
- package/dist/custom-elements/index.js +2763 -2655
- package/dist/esm/dropdown-item.entry.js +10 -10
- package/dist/esm/icon-asset_13.entry.js +676 -676
- package/dist/esm/{interfaces-c1c73092.js → interfaces-7c0243be.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-accordion-item.entry.js +97 -97
- package/dist/esm/ptc-accordion.entry.js +38 -38
- package/dist/esm/ptc-announcement.entry.js +37 -37
- package/dist/esm/ptc-breadcrumb.entry.js +12 -12
- package/dist/esm/ptc-card-bottom.entry.js +31 -31
- package/dist/esm/ptc-card-content.entry.js +32 -32
- package/dist/esm/ptc-card-plm.entry.js +16 -16
- package/dist/esm/ptc-card.entry.js +69 -69
- package/dist/esm/ptc-date.entry.js +48 -48
- package/dist/esm/ptc-ellipsis-dropdown.entry.js +23 -23
- 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-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-nav-item.entry.js +83 -83
- package/dist/esm/ptc-nav.entry.js +8 -8
- package/dist/esm/ptc-pagenation.entry.js +107 -0
- 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 +14 -14
- package/dist/esm/ptc-quote.entry.js +25 -25
- package/dist/esm/ptc-responsive-wrapper.entry.js +54 -54
- package/dist/esm/ptc-social-share.entry.js +64 -64
- package/dist/esm/ptc-span.entry.js +23 -23
- package/dist/esm/ptc-svg-btn.entry.js +75 -75
- package/dist/esm/ptc-tab-list.entry.js +116 -116
- 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 +26 -26
- package/dist/esm/tab-header.entry.js +43 -43
- package/dist/ptcw-design/media/brands.svg +1381 -1381
- package/dist/ptcw-design/media/designer.svg +338 -338
- 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-1884f74a.entry.js +1 -0
- package/dist/ptcw-design/p-246057c5.entry.js +1 -0
- package/dist/ptcw-design/{p-5142e9f1.entry.js → p-4a80df00.entry.js} +1 -1
- package/dist/ptcw-design/{p-83277ae9.entry.js → p-b61d821b.entry.js} +1 -1
- package/dist/ptcw-design/p-e5b8fc3d.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 -5
- package/dist/types/components/icon-asset/icon-asset.d.ts +36 -36
- package/dist/types/components/list-item/list-item.d.ts +8 -8
- package/dist/types/components/my-component/my-component.d.ts +16 -16
- package/dist/types/components/ptc-accordion/ptc-accordion-item/ptc-accordion-item.d.ts +59 -59
- package/dist/types/components/ptc-accordion/ptc-accordion.d.ts +13 -13
- package/dist/types/components/ptc-announcement/ptc-announcement.d.ts +43 -43
- package/dist/types/components/ptc-breadcrumb/ptc-breadcrumb.d.ts +4 -4
- package/dist/types/components/ptc-button/ptc-button.d.ts +56 -56
- package/dist/types/components/ptc-card/ptc-card.d.ts +54 -50
- package/dist/types/components/ptc-card-bottom/ptc-card-bottom.d.ts +15 -15
- package/dist/types/components/ptc-card-content/ptc-card-content.d.ts +15 -15
- package/dist/types/components/ptc-card-plm/ptc-card-plm.d.ts +8 -8
- package/dist/types/components/ptc-checkbox/ptc-checkbox.d.ts +11 -11
- package/dist/types/components/ptc-container/ptc-container.d.ts +12 -12
- package/dist/types/components/ptc-date/ptc-date.d.ts +41 -41
- package/dist/types/components/ptc-dropdown/ptc-dropdown.d.ts +18 -18
- package/dist/types/components/ptc-ellipsis-dropdown/ptc-ellipsis-dropdown.d.ts +10 -10
- package/dist/types/components/ptc-filter-tag/ptc-filter-tag.d.ts +11 -11
- package/dist/types/components/ptc-hero/ptc-hero.d.ts +12 -12
- package/dist/types/components/ptc-hero-footer-cta/ptc-hero-footer-cta.d.ts +6 -6
- package/dist/types/components/ptc-icon-list/ptc-icon-list.d.ts +21 -21
- package/dist/types/components/ptc-icon-minimize/ptc-icon-minimize.d.ts +9 -9
- package/dist/types/components/ptc-img/ptc-img.d.ts +51 -51
- package/dist/types/components/ptc-link/ptc-link.d.ts +36 -36
- package/dist/types/components/ptc-list/ptc-list.d.ts +6 -6
- package/dist/types/components/ptc-lottie/ptc-lottie.d.ts +12 -12
- package/dist/types/components/ptc-minimized-footer/ptc-minimized-footer.d.ts +3 -3
- package/dist/types/components/ptc-minimized-header/ptc-minimized-header.d.ts +6 -6
- package/dist/types/components/ptc-mobile-select/ptc-mobile-select.d.ts +40 -40
- package/dist/types/components/ptc-modal/ptc-modal.d.ts +55 -55
- package/dist/types/components/ptc-nav/ptc-nav.d.ts +3 -3
- package/dist/types/components/ptc-nav-item/ptc-nav-item.d.ts +53 -53
- package/dist/types/components/ptc-overlay/ptc-overlay.d.ts +20 -20
- package/dist/types/components/ptc-pagenation/ptc-pagenation.d.ts +25 -0
- package/dist/types/components/ptc-para/ptc-para.d.ts +28 -28
- package/dist/types/components/ptc-picture/ptc-picture.d.ts +93 -93
- package/dist/types/components/ptc-previous-url/ptc-previous-url.d.ts +5 -5
- package/dist/types/components/ptc-pricing-block/ptc-pricing-block.d.ts +4 -4
- package/dist/types/components/ptc-quote/ptc-quote.d.ts +29 -29
- package/dist/types/components/ptc-responsive-wrapper/ptc-responsive-wrapper.d.ts +8 -8
- package/dist/types/components/ptc-shopping-cart/ptc-shopping-cart.d.ts +6 -6
- package/dist/types/components/ptc-social-share/ptc-social-share.d.ts +25 -25
- package/dist/types/components/ptc-spacer/ptc-spacer.d.ts +16 -16
- package/dist/types/components/ptc-span/ptc-span.d.ts +16 -16
- package/dist/types/components/ptc-svg-btn/ptc-svg-btn.d.ts +12 -12
- package/dist/types/components/ptc-tab-list/ptc-tab-list.d.ts +14 -14
- package/dist/types/components/ptc-title/ptc-title.d.ts +41 -41
- package/dist/types/components/ptc-two-column-media/ptc-two-column-media.d.ts +9 -9
- package/dist/types/components/tab-content/tab-content.d.ts +12 -12
- package/dist/types/components/tab-header/tab-header.d.ts +13 -13
- package/dist/types/components.d.ts +64 -26
- package/dist/types/global.d.ts +1072 -1072
- package/dist/types/index.d.ts +1 -1
- package/dist/types/utils/component.d.ts +1 -1
- package/dist/types/utils/interfaces.d.ts +28 -28
- package/dist/types/utils/utils.d.ts +1 -1
- package/package.json +59 -59
- package/readme.md +11 -11
- package/dist/ptcw-design/p-525da87e.entry.js +0 -1
- package/dist/ptcw-design/p-6ec21b76.entry.js +0 -1
- /package/dist/ptcw-design/{p-50e52c88.js → p-ee1183b2.js} +0 -0
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
-
export declare class PtcCheckbox {
|
|
3
|
-
checked: 'checked' | 'unchecked';
|
|
4
|
-
value: string;
|
|
5
|
-
inputName: string;
|
|
6
|
-
checkedChanged: EventEmitter;
|
|
7
|
-
host: HTMLElement;
|
|
8
|
-
componentDidLoad(): void;
|
|
9
|
-
handleClick: (e: MouseEvent) => void;
|
|
10
|
-
render(): any;
|
|
11
|
-
}
|
|
1
|
+
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
+
export declare class PtcCheckbox {
|
|
3
|
+
checked: 'checked' | 'unchecked';
|
|
4
|
+
value: string;
|
|
5
|
+
inputName: string;
|
|
6
|
+
checkedChanged: EventEmitter;
|
|
7
|
+
host: HTMLElement;
|
|
8
|
+
componentDidLoad(): void;
|
|
9
|
+
handleClick: (e: MouseEvent) => void;
|
|
10
|
+
render(): any;
|
|
11
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export declare class PtcContainer {
|
|
2
|
-
/**
|
|
3
|
-
* Theme
|
|
4
|
-
*/
|
|
5
|
-
backgroundColor: 'white' | 'gray';
|
|
6
|
-
elevation: 'x-small' | 'small' | 'medium' | 'large' | 'x-large';
|
|
7
|
-
containerType: 'normal' | 'large' | 'none';
|
|
8
|
-
spacing: 'xx-small' | 'x-small' | 'small' | 'medium' | 'large' | 'x-large' | 'xxx-large' | 'xxx-large';
|
|
9
|
-
render(): any;
|
|
10
|
-
private getContainerClass;
|
|
11
|
-
private getCssClassMap;
|
|
12
|
-
}
|
|
1
|
+
export declare class PtcContainer {
|
|
2
|
+
/**
|
|
3
|
+
* Theme
|
|
4
|
+
*/
|
|
5
|
+
backgroundColor: 'white' | 'gray';
|
|
6
|
+
elevation: 'x-small' | 'small' | 'medium' | 'large' | 'x-large';
|
|
7
|
+
containerType: 'normal' | 'large' | 'none';
|
|
8
|
+
spacing: 'xx-small' | 'x-small' | 'small' | 'medium' | 'large' | 'x-large' | 'xxx-large' | 'xxx-large';
|
|
9
|
+
render(): any;
|
|
10
|
+
private getContainerClass;
|
|
11
|
+
private getCssClassMap;
|
|
12
|
+
}
|
|
@@ -1,41 +1,41 @@
|
|
|
1
|
-
export declare class PtcDate {
|
|
2
|
-
/**
|
|
3
|
-
* Year
|
|
4
|
-
*/
|
|
5
|
-
year: number;
|
|
6
|
-
/**
|
|
7
|
-
* Month
|
|
8
|
-
* An integer between 1 (January) and 12 (December) representing the month.If omitted, defaults to 0.
|
|
9
|
-
*/
|
|
10
|
-
month: number;
|
|
11
|
-
/**
|
|
12
|
-
* Day
|
|
13
|
-
* An integer between 1 and 31 representing the day of the month. If omitted, defaults to 1.
|
|
14
|
-
*/
|
|
15
|
-
day: number;
|
|
16
|
-
/**
|
|
17
|
-
* Country
|
|
18
|
-
* examples: en-US, zh-CN, zh-TW, fr-FR, ja-JP, ru-RU, de-DE, ko-KR, it-IT, es-ES
|
|
19
|
-
*/
|
|
20
|
-
country: string | undefined;
|
|
21
|
-
/**
|
|
22
|
-
* Date
|
|
23
|
-
* examples: 2000-1-1 or 2000/01/01
|
|
24
|
-
*/
|
|
25
|
-
dateString?: string;
|
|
26
|
-
/**
|
|
27
|
-
* Date Color
|
|
28
|
-
*/
|
|
29
|
-
dateColor: 'white' | 'primary-grey';
|
|
30
|
-
/**
|
|
31
|
-
* Injected styles
|
|
32
|
-
*/
|
|
33
|
-
dateStyles?: string;
|
|
34
|
-
/**
|
|
35
|
-
* Date Font Size
|
|
36
|
-
*/
|
|
37
|
-
dataSize: 'medium' | 'small';
|
|
38
|
-
render(): any;
|
|
39
|
-
private getCssClassMap;
|
|
40
|
-
private getDate;
|
|
41
|
-
}
|
|
1
|
+
export declare class PtcDate {
|
|
2
|
+
/**
|
|
3
|
+
* Year
|
|
4
|
+
*/
|
|
5
|
+
year: number;
|
|
6
|
+
/**
|
|
7
|
+
* Month
|
|
8
|
+
* An integer between 1 (January) and 12 (December) representing the month.If omitted, defaults to 0.
|
|
9
|
+
*/
|
|
10
|
+
month: number;
|
|
11
|
+
/**
|
|
12
|
+
* Day
|
|
13
|
+
* An integer between 1 and 31 representing the day of the month. If omitted, defaults to 1.
|
|
14
|
+
*/
|
|
15
|
+
day: number;
|
|
16
|
+
/**
|
|
17
|
+
* Country
|
|
18
|
+
* examples: en-US, zh-CN, zh-TW, fr-FR, ja-JP, ru-RU, de-DE, ko-KR, it-IT, es-ES
|
|
19
|
+
*/
|
|
20
|
+
country: string | undefined;
|
|
21
|
+
/**
|
|
22
|
+
* Date
|
|
23
|
+
* examples: 2000-1-1 or 2000/01/01
|
|
24
|
+
*/
|
|
25
|
+
dateString?: string;
|
|
26
|
+
/**
|
|
27
|
+
* Date Color
|
|
28
|
+
*/
|
|
29
|
+
dateColor: 'white' | 'primary-grey';
|
|
30
|
+
/**
|
|
31
|
+
* Injected styles
|
|
32
|
+
*/
|
|
33
|
+
dateStyles?: string;
|
|
34
|
+
/**
|
|
35
|
+
* Date Font Size
|
|
36
|
+
*/
|
|
37
|
+
dataSize: 'medium' | 'small';
|
|
38
|
+
render(): any;
|
|
39
|
+
private getCssClassMap;
|
|
40
|
+
private getDate;
|
|
41
|
+
}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
-
export declare class PtcDropdown {
|
|
3
|
-
/**
|
|
4
|
-
* Theme
|
|
5
|
-
*/
|
|
6
|
-
theme: 'sort';
|
|
7
|
-
label: string;
|
|
8
|
-
listItems: any[];
|
|
9
|
-
toggle: boolean;
|
|
10
|
-
selectedItem: any;
|
|
11
|
-
clickedItem: EventEmitter;
|
|
12
|
-
host: HTMLElement;
|
|
13
|
-
componentWillLoad(): void;
|
|
14
|
-
handleClick: (item: any) => void;
|
|
15
|
-
toggleList: () => void;
|
|
16
|
-
render(): any;
|
|
17
|
-
private getCssClassMap;
|
|
18
|
-
}
|
|
1
|
+
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
+
export declare class PtcDropdown {
|
|
3
|
+
/**
|
|
4
|
+
* Theme
|
|
5
|
+
*/
|
|
6
|
+
theme: 'sort';
|
|
7
|
+
label: string;
|
|
8
|
+
listItems: any[];
|
|
9
|
+
toggle: boolean;
|
|
10
|
+
selectedItem: any;
|
|
11
|
+
clickedItem: EventEmitter;
|
|
12
|
+
host: HTMLElement;
|
|
13
|
+
componentWillLoad(): void;
|
|
14
|
+
handleClick: (item: any) => void;
|
|
15
|
+
toggleList: () => void;
|
|
16
|
+
render(): any;
|
|
17
|
+
private getCssClassMap;
|
|
18
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
-
export declare class PtcEllipsisDropdown {
|
|
3
|
-
dataItems: Array<any>;
|
|
4
|
-
isDropdownOpen: boolean;
|
|
5
|
-
host: HTMLElement;
|
|
6
|
-
itemSelected: EventEmitter<any>;
|
|
7
|
-
private dropdownToggle;
|
|
8
|
-
private onItemSelected;
|
|
9
|
-
render(): any;
|
|
10
|
-
}
|
|
1
|
+
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
+
export declare class PtcEllipsisDropdown {
|
|
3
|
+
dataItems: Array<any>;
|
|
4
|
+
isDropdownOpen: boolean;
|
|
5
|
+
host: HTMLElement;
|
|
6
|
+
itemSelected: EventEmitter<any>;
|
|
7
|
+
private dropdownToggle;
|
|
8
|
+
private onItemSelected;
|
|
9
|
+
render(): any;
|
|
10
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
-
export declare class PtcFilterTag {
|
|
3
|
-
/**
|
|
4
|
-
* Theme
|
|
5
|
-
*/
|
|
6
|
-
theme: 'bubble' | 'link' | 'link-lg' | 'button';
|
|
7
|
-
clicked: EventEmitter;
|
|
8
|
-
handleClick: () => void;
|
|
9
|
-
render(): any;
|
|
10
|
-
private getCssClassMap;
|
|
11
|
-
}
|
|
1
|
+
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
+
export declare class PtcFilterTag {
|
|
3
|
+
/**
|
|
4
|
+
* Theme
|
|
5
|
+
*/
|
|
6
|
+
theme: 'bubble' | 'link' | 'link-lg' | 'button';
|
|
7
|
+
clicked: EventEmitter;
|
|
8
|
+
handleClick: () => void;
|
|
9
|
+
render(): any;
|
|
10
|
+
private getCssClassMap;
|
|
11
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export declare class PtcHero {
|
|
2
|
-
/**
|
|
3
|
-
* Hero Type
|
|
4
|
-
*/
|
|
5
|
-
heroType: 'jumbotron' | 'footer-cta';
|
|
6
|
-
/**
|
|
7
|
-
* Hero Background Image URL
|
|
8
|
-
*/
|
|
9
|
-
bgUrl: string;
|
|
10
|
-
render(): any;
|
|
11
|
-
private getCssClassMap;
|
|
12
|
-
}
|
|
1
|
+
export declare class PtcHero {
|
|
2
|
+
/**
|
|
3
|
+
* Hero Type
|
|
4
|
+
*/
|
|
5
|
+
heroType: 'jumbotron' | 'footer-cta';
|
|
6
|
+
/**
|
|
7
|
+
* Hero Background Image URL
|
|
8
|
+
*/
|
|
9
|
+
bgUrl: string;
|
|
10
|
+
render(): any;
|
|
11
|
+
private getCssClassMap;
|
|
12
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export declare class PtcHeroFooterCta {
|
|
2
|
-
ctaTitle: string;
|
|
3
|
-
description: string;
|
|
4
|
-
backgroundImage: string;
|
|
5
|
-
render(): any;
|
|
6
|
-
}
|
|
1
|
+
export declare class PtcHeroFooterCta {
|
|
2
|
+
ctaTitle: string;
|
|
3
|
+
description: string;
|
|
4
|
+
backgroundImage: string;
|
|
5
|
+
render(): any;
|
|
6
|
+
}
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
export declare class PtcIconList {
|
|
2
|
-
/**
|
|
3
|
-
* List item type
|
|
4
|
-
*/
|
|
5
|
-
listType: 'simple-icon-list' | 'stat-icon-list';
|
|
6
|
-
/**
|
|
7
|
-
* List value with unit Example: 60%
|
|
8
|
-
*/
|
|
9
|
-
valueWithUnit: string;
|
|
10
|
-
/**
|
|
11
|
-
* List value text Example: up to
|
|
12
|
-
*/
|
|
13
|
-
valueText: string;
|
|
14
|
-
/**
|
|
15
|
-
* List value with unit Example: Increase in Operator Productivity
|
|
16
|
-
*/
|
|
17
|
-
listContent: string;
|
|
18
|
-
isLastItem: boolean;
|
|
19
|
-
render(): any;
|
|
20
|
-
private getCssClassMap;
|
|
21
|
-
}
|
|
1
|
+
export declare class PtcIconList {
|
|
2
|
+
/**
|
|
3
|
+
* List item type
|
|
4
|
+
*/
|
|
5
|
+
listType: 'simple-icon-list' | 'stat-icon-list';
|
|
6
|
+
/**
|
|
7
|
+
* List value with unit Example: 60%
|
|
8
|
+
*/
|
|
9
|
+
valueWithUnit: string;
|
|
10
|
+
/**
|
|
11
|
+
* List value text Example: up to
|
|
12
|
+
*/
|
|
13
|
+
valueText: string;
|
|
14
|
+
/**
|
|
15
|
+
* List value with unit Example: Increase in Operator Productivity
|
|
16
|
+
*/
|
|
17
|
+
listContent: string;
|
|
18
|
+
isLastItem: boolean;
|
|
19
|
+
render(): any;
|
|
20
|
+
private getCssClassMap;
|
|
21
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export declare class PtcIconMinimize {
|
|
2
|
-
heading: string;
|
|
3
|
-
opened: boolean;
|
|
4
|
-
host: HTMLElement;
|
|
5
|
-
componentDidLoad(): void;
|
|
6
|
-
private dropdownToggle;
|
|
7
|
-
private getScrollHeight;
|
|
8
|
-
render(): any;
|
|
9
|
-
}
|
|
1
|
+
export declare class PtcIconMinimize {
|
|
2
|
+
heading: string;
|
|
3
|
+
opened: boolean;
|
|
4
|
+
host: HTMLElement;
|
|
5
|
+
componentDidLoad(): void;
|
|
6
|
+
private dropdownToggle;
|
|
7
|
+
private getScrollHeight;
|
|
8
|
+
render(): any;
|
|
9
|
+
}
|
|
@@ -1,51 +1,51 @@
|
|
|
1
|
-
export declare class PtcImg {
|
|
2
|
-
el: HTMLElement;
|
|
3
|
-
/**
|
|
4
|
-
* Image size for smallest screen
|
|
5
|
-
* <=767px
|
|
6
|
-
*/
|
|
7
|
-
sizeXs: string;
|
|
8
|
-
/**
|
|
9
|
-
* Image size for small screen
|
|
10
|
-
* >=768px and <=991px
|
|
11
|
-
*/
|
|
12
|
-
sizeSm: string;
|
|
13
|
-
/**
|
|
14
|
-
* Image size for medium screen
|
|
15
|
-
* >=992px and <=1199px
|
|
16
|
-
*/
|
|
17
|
-
sizeMd: string;
|
|
18
|
-
/**
|
|
19
|
-
* Image solution for large screen
|
|
20
|
-
* >=1200px
|
|
21
|
-
*/
|
|
22
|
-
sizeLg: string;
|
|
23
|
-
/**
|
|
24
|
-
* Image Src
|
|
25
|
-
*/
|
|
26
|
-
imgUrl: string;
|
|
27
|
-
/**
|
|
28
|
-
* Image type
|
|
29
|
-
*/
|
|
30
|
-
imageType: 'smart-bg' | 'smart-img';
|
|
31
|
-
/**
|
|
32
|
-
* Image border shape
|
|
33
|
-
*/
|
|
34
|
-
borderRadius: 'radius-standard' | 'radius-large' | '';
|
|
35
|
-
/**
|
|
36
|
-
* Lazy loading option
|
|
37
|
-
*/
|
|
38
|
-
loadMode: 'lazy-bg' | 'eager-bg';
|
|
39
|
-
/**
|
|
40
|
-
* Image Z Index
|
|
41
|
-
*/
|
|
42
|
-
WindowResize(): void;
|
|
43
|
-
render(): any;
|
|
44
|
-
componentDidLoad(): void;
|
|
45
|
-
componentWillUpdate(): void;
|
|
46
|
-
setResponsiveBg(): void;
|
|
47
|
-
addIntersectionObserver(): void;
|
|
48
|
-
private getCssClassMap;
|
|
49
|
-
private getCurrentBreakPoints;
|
|
50
|
-
private getFallbackBreakpoint;
|
|
51
|
-
}
|
|
1
|
+
export declare class PtcImg {
|
|
2
|
+
el: HTMLElement;
|
|
3
|
+
/**
|
|
4
|
+
* Image size for smallest screen
|
|
5
|
+
* <=767px
|
|
6
|
+
*/
|
|
7
|
+
sizeXs: string;
|
|
8
|
+
/**
|
|
9
|
+
* Image size for small screen
|
|
10
|
+
* >=768px and <=991px
|
|
11
|
+
*/
|
|
12
|
+
sizeSm: string;
|
|
13
|
+
/**
|
|
14
|
+
* Image size for medium screen
|
|
15
|
+
* >=992px and <=1199px
|
|
16
|
+
*/
|
|
17
|
+
sizeMd: string;
|
|
18
|
+
/**
|
|
19
|
+
* Image solution for large screen
|
|
20
|
+
* >=1200px
|
|
21
|
+
*/
|
|
22
|
+
sizeLg: string;
|
|
23
|
+
/**
|
|
24
|
+
* Image Src
|
|
25
|
+
*/
|
|
26
|
+
imgUrl: string;
|
|
27
|
+
/**
|
|
28
|
+
* Image type
|
|
29
|
+
*/
|
|
30
|
+
imageType: 'smart-bg' | 'smart-img';
|
|
31
|
+
/**
|
|
32
|
+
* Image border shape
|
|
33
|
+
*/
|
|
34
|
+
borderRadius: 'radius-standard' | 'radius-large' | '';
|
|
35
|
+
/**
|
|
36
|
+
* Lazy loading option
|
|
37
|
+
*/
|
|
38
|
+
loadMode: 'lazy-bg' | 'eager-bg';
|
|
39
|
+
/**
|
|
40
|
+
* Image Z Index
|
|
41
|
+
*/
|
|
42
|
+
WindowResize(): void;
|
|
43
|
+
render(): any;
|
|
44
|
+
componentDidLoad(): void;
|
|
45
|
+
componentWillUpdate(): void;
|
|
46
|
+
setResponsiveBg(): void;
|
|
47
|
+
addIntersectionObserver(): void;
|
|
48
|
+
private getCssClassMap;
|
|
49
|
+
private getCurrentBreakPoints;
|
|
50
|
+
private getFallbackBreakpoint;
|
|
51
|
+
}
|
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
export declare class PtcLink {
|
|
2
|
-
/**
|
|
3
|
-
* Disabled link
|
|
4
|
-
*/
|
|
5
|
-
disabled: boolean;
|
|
6
|
-
/**
|
|
7
|
-
* Rxternal link
|
|
8
|
-
* */
|
|
9
|
-
external: boolean;
|
|
10
|
-
/**
|
|
11
|
-
* href
|
|
12
|
-
*/
|
|
13
|
-
href: string | undefined;
|
|
14
|
-
/**
|
|
15
|
-
* Target
|
|
16
|
-
*/
|
|
17
|
-
target: string | undefined;
|
|
18
|
-
/**
|
|
19
|
-
* Title
|
|
20
|
-
*/
|
|
21
|
-
linkTitle: string | undefined;
|
|
22
|
-
/**
|
|
23
|
-
* Theme
|
|
24
|
-
*/
|
|
25
|
-
theme: 'simple' | 'underline' | 'arrow' | 'nav-title' | 'primary-nav-link' | 'nav-title-link' | 'secondary-nav-link' | 'footer-nav-link' | 'copyright-link' | 'arrow-plm' | 'product-link';
|
|
26
|
-
/**
|
|
27
|
-
* Uppercase
|
|
28
|
-
*/
|
|
29
|
-
uppercase: boolean;
|
|
30
|
-
/**
|
|
31
|
-
* Font Size
|
|
32
|
-
*/
|
|
33
|
-
fontSize: 'small' | 'medium' | 'large';
|
|
34
|
-
render(): any;
|
|
35
|
-
private getCssClassMap;
|
|
36
|
-
}
|
|
1
|
+
export declare class PtcLink {
|
|
2
|
+
/**
|
|
3
|
+
* Disabled link
|
|
4
|
+
*/
|
|
5
|
+
disabled: boolean;
|
|
6
|
+
/**
|
|
7
|
+
* Rxternal link
|
|
8
|
+
* */
|
|
9
|
+
external: boolean;
|
|
10
|
+
/**
|
|
11
|
+
* href
|
|
12
|
+
*/
|
|
13
|
+
href: string | undefined;
|
|
14
|
+
/**
|
|
15
|
+
* Target
|
|
16
|
+
*/
|
|
17
|
+
target: string | undefined;
|
|
18
|
+
/**
|
|
19
|
+
* Title
|
|
20
|
+
*/
|
|
21
|
+
linkTitle: string | undefined;
|
|
22
|
+
/**
|
|
23
|
+
* Theme
|
|
24
|
+
*/
|
|
25
|
+
theme: 'simple' | 'underline' | 'arrow' | 'nav-title' | 'primary-nav-link' | 'nav-title-link' | 'secondary-nav-link' | 'footer-nav-link' | 'copyright-link' | 'arrow-plm' | 'product-link';
|
|
26
|
+
/**
|
|
27
|
+
* Uppercase
|
|
28
|
+
*/
|
|
29
|
+
uppercase: boolean;
|
|
30
|
+
/**
|
|
31
|
+
* Font Size
|
|
32
|
+
*/
|
|
33
|
+
fontSize: 'small' | 'medium' | 'large';
|
|
34
|
+
render(): any;
|
|
35
|
+
private getCssClassMap;
|
|
36
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export declare class PtcList {
|
|
2
|
-
listType: 'list-primary';
|
|
3
|
-
listItems?: string[];
|
|
4
|
-
render(): any;
|
|
5
|
-
private getCssClassMap;
|
|
6
|
-
}
|
|
1
|
+
export declare class PtcList {
|
|
2
|
+
listType: 'list-primary';
|
|
3
|
+
listItems?: string[];
|
|
4
|
+
render(): any;
|
|
5
|
+
private getCssClassMap;
|
|
6
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import '@teamhive/lottie-player';
|
|
2
|
-
export declare class PtcLottie {
|
|
3
|
-
/**
|
|
4
|
-
* Set Json file src
|
|
5
|
-
*/
|
|
6
|
-
jsonSrc: string;
|
|
7
|
-
/**
|
|
8
|
-
* Animation speed
|
|
9
|
-
*/
|
|
10
|
-
speed: number;
|
|
11
|
-
render(): any;
|
|
12
|
-
}
|
|
1
|
+
import '@teamhive/lottie-player';
|
|
2
|
+
export declare class PtcLottie {
|
|
3
|
+
/**
|
|
4
|
+
* Set Json file src
|
|
5
|
+
*/
|
|
6
|
+
jsonSrc: string;
|
|
7
|
+
/**
|
|
8
|
+
* Animation speed
|
|
9
|
+
*/
|
|
10
|
+
speed: number;
|
|
11
|
+
render(): any;
|
|
12
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare class PtcMinimizedFooter {
|
|
2
|
-
render(): any;
|
|
3
|
-
}
|
|
1
|
+
export declare class PtcMinimizedFooter {
|
|
2
|
+
render(): any;
|
|
3
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export declare class PtcMinimizedHeader {
|
|
2
|
-
linkUrl: string;
|
|
3
|
-
imgSrc: string;
|
|
4
|
-
imgAlt: string;
|
|
5
|
-
render(): any;
|
|
6
|
-
}
|
|
1
|
+
export declare class PtcMinimizedHeader {
|
|
2
|
+
linkUrl: string;
|
|
3
|
+
imgSrc: string;
|
|
4
|
+
imgAlt: string;
|
|
5
|
+
render(): any;
|
|
6
|
+
}
|
|
@@ -1,40 +1,40 @@
|
|
|
1
|
-
export declare class PtcMobileSelect {
|
|
2
|
-
/**
|
|
3
|
-
* Trigger Name (Mandatory)
|
|
4
|
-
*/
|
|
5
|
-
triggerName: string;
|
|
6
|
-
/**
|
|
7
|
-
* Selected Text (Mandatory)
|
|
8
|
-
*/
|
|
9
|
-
selectedText: string;
|
|
10
|
-
/**
|
|
11
|
-
* Wheel Data (Mandatory)
|
|
12
|
-
* eg: data: [{ id: "1", value: "附近" }],
|
|
13
|
-
*/
|
|
14
|
-
wheelData: string[];
|
|
15
|
-
/**
|
|
16
|
-
* Selected Id
|
|
17
|
-
* - initialize the id(string) of default wheel
|
|
18
|
-
*/
|
|
19
|
-
selectedId: string;
|
|
20
|
-
/**
|
|
21
|
-
* Confirm Text
|
|
22
|
-
* - translation goes here
|
|
23
|
-
*/
|
|
24
|
-
ensureBtnText: string;
|
|
25
|
-
/**
|
|
26
|
-
* Cancel Text
|
|
27
|
-
* - translation goes here
|
|
28
|
-
*/
|
|
29
|
-
cancelBtnText: string;
|
|
30
|
-
/**
|
|
31
|
-
* Mobile select list title (Optional)
|
|
32
|
-
*/
|
|
33
|
-
listTitle: string;
|
|
34
|
-
/**
|
|
35
|
-
* link url
|
|
36
|
-
*/
|
|
37
|
-
linkUrl: string;
|
|
38
|
-
render(): any;
|
|
39
|
-
componentDidRender(): void;
|
|
40
|
-
}
|
|
1
|
+
export declare class PtcMobileSelect {
|
|
2
|
+
/**
|
|
3
|
+
* Trigger Name (Mandatory)
|
|
4
|
+
*/
|
|
5
|
+
triggerName: string;
|
|
6
|
+
/**
|
|
7
|
+
* Selected Text (Mandatory)
|
|
8
|
+
*/
|
|
9
|
+
selectedText: string;
|
|
10
|
+
/**
|
|
11
|
+
* Wheel Data (Mandatory)
|
|
12
|
+
* eg: data: [{ id: "1", value: "附近" }],
|
|
13
|
+
*/
|
|
14
|
+
wheelData: string[];
|
|
15
|
+
/**
|
|
16
|
+
* Selected Id
|
|
17
|
+
* - initialize the id(string) of default wheel
|
|
18
|
+
*/
|
|
19
|
+
selectedId: string;
|
|
20
|
+
/**
|
|
21
|
+
* Confirm Text
|
|
22
|
+
* - translation goes here
|
|
23
|
+
*/
|
|
24
|
+
ensureBtnText: string;
|
|
25
|
+
/**
|
|
26
|
+
* Cancel Text
|
|
27
|
+
* - translation goes here
|
|
28
|
+
*/
|
|
29
|
+
cancelBtnText: string;
|
|
30
|
+
/**
|
|
31
|
+
* Mobile select list title (Optional)
|
|
32
|
+
*/
|
|
33
|
+
listTitle: string;
|
|
34
|
+
/**
|
|
35
|
+
* link url
|
|
36
|
+
*/
|
|
37
|
+
linkUrl: string;
|
|
38
|
+
render(): any;
|
|
39
|
+
componentDidRender(): void;
|
|
40
|
+
}
|