@jumpgroup/jump-design-system 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{index-418c607f.js → index-674508e2.js} +9 -4
- package/dist/cjs/index-674508e2.js.map +1 -0
- package/dist/cjs/jump-accordion.cjs.entry.js +1 -1
- package/dist/cjs/jump-badge.cjs.entry.js +27 -0
- package/dist/cjs/jump-badge.cjs.entry.js.map +1 -0
- package/dist/cjs/{jump-icon.cjs.entry.js → jump-button_2.cjs.entry.js} +35 -2
- package/dist/cjs/jump-button_2.cjs.entry.js.map +1 -0
- package/dist/cjs/jump-card-ecommerce.cjs.entry.js +31 -26
- package/dist/cjs/jump-card-ecommerce.cjs.entry.js.map +1 -1
- package/dist/cjs/jump-card.cjs.entry.js +3 -3
- package/dist/cjs/jump-design-system.cjs.js +2 -2
- package/dist/cjs/jump-filter.cjs.entry.js +3 -3
- package/dist/cjs/jump-filtergroup.cjs.entry.js +3 -3
- package/dist/cjs/jump-pagination-table.cjs.entry.js +16 -4
- package/dist/cjs/jump-pagination-table.cjs.entry.js.map +1 -1
- package/dist/cjs/jump-pagination.cjs.entry.js +18 -5
- package/dist/cjs/jump-pagination.cjs.entry.js.map +1 -1
- package/dist/cjs/{jump-badge_2.cjs.entry.js → jump-quantity.cjs.entry.js} +13 -24
- package/dist/cjs/jump-quantity.cjs.entry.js.map +1 -0
- package/dist/cjs/jump-tab-item.cjs.entry.js +4 -4
- package/dist/cjs/jump-tab-item.cjs.entry.js.map +1 -1
- package/dist/cjs/jump-tab-panel.cjs.entry.js +2 -2
- package/dist/cjs/jump-tab.cjs.entry.js +3 -3
- package/dist/cjs/jump-tab.cjs.entry.js.map +1 -1
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/collection/components/jump-badge/jump-badge.css +90 -6
- package/dist/collection/components/jump-badge/jump-badge.js +60 -3
- package/dist/collection/components/jump-badge/jump-badge.js.map +1 -1
- package/dist/collection/components/jump-badge/jump-badge.stories.js +79 -4
- package/dist/collection/components/jump-badge/jump-badge.stories.js.map +1 -1
- package/dist/collection/components/jump-button/jump-button.js +1 -1
- package/dist/collection/components/jump-card/jump-card.js +2 -2
- package/dist/collection/components/jump-card-ecommerce/jump-card-ecommerce.css +4 -0
- package/dist/collection/components/jump-card-ecommerce/jump-card-ecommerce.js +30 -74
- package/dist/collection/components/jump-card-ecommerce/jump-card-ecommerce.js.map +1 -1
- package/dist/collection/components/jump-card-ecommerce/jump-card-ecommerce.stories.js +15 -21
- package/dist/collection/components/jump-card-ecommerce/jump-card-ecommerce.stories.js.map +1 -1
- package/dist/collection/components/jump-filter/jump-filter.js +2 -2
- package/dist/collection/components/jump-filtergroup/jump-filtergroup.js +2 -2
- package/dist/collection/components/jump-pagination/jump-pagination.css +1 -0
- package/dist/collection/components/jump-pagination/jump-pagination.js +17 -3
- package/dist/collection/components/jump-pagination/jump-pagination.js.map +1 -1
- package/dist/collection/components/jump-pagination-table/jump-pagination-table.js +15 -3
- package/dist/collection/components/jump-pagination-table/jump-pagination-table.js.map +1 -1
- package/dist/collection/components/jump-quantity/jump-quantity.css +3 -1
- package/dist/collection/components/jump-quantity/jump-quantity.js +32 -6
- package/dist/collection/components/jump-quantity/jump-quantity.js.map +1 -1
- package/dist/collection/components/jump-tab/jump-tab.css +2 -5
- package/dist/collection/components/jump-tab/jump-tab.js +1 -1
- package/dist/collection/components/jump-tab/jump-tab.js.map +1 -1
- package/dist/collection/components/jump-tab/jump-tab.stories.js +13 -13
- package/dist/collection/components/jump-tab/jump-tab.stories.js.map +1 -1
- package/dist/collection/components/jump-tab-item/jump-tab-item-boxed.stories.js +3 -5
- package/dist/collection/components/jump-tab-item/jump-tab-item-boxed.stories.js.map +1 -1
- package/dist/collection/components/jump-tab-item/jump-tab-item-inline.stories.js +3 -5
- package/dist/collection/components/jump-tab-item/jump-tab-item-inline.stories.js.map +1 -1
- package/dist/collection/components/jump-tab-item/jump-tab-item.css +34 -34
- package/dist/collection/components/jump-tab-item/jump-tab-item.js +3 -2
- package/dist/collection/components/jump-tab-item/jump-tab-item.js.map +1 -1
- package/dist/collection/components/jump-tab-panel/jump-tab-panel.js +1 -1
- package/dist/components/jump-badge2.js +9 -3
- package/dist/components/jump-badge2.js.map +1 -1
- package/dist/components/jump-button2.js +1 -1
- package/dist/components/jump-card-ecommerce.js +36 -39
- package/dist/components/jump-card-ecommerce.js.map +1 -1
- package/dist/components/jump-card.js +2 -2
- package/dist/components/jump-filter.js +2 -2
- package/dist/components/jump-filtergroup.js +2 -2
- package/dist/components/jump-pagination-table.js +22 -4
- package/dist/components/jump-pagination-table.js.map +1 -1
- package/dist/components/jump-pagination.js +26 -6
- package/dist/components/jump-pagination.js.map +1 -1
- package/dist/components/jump-quantity.js +102 -1
- package/dist/components/jump-quantity.js.map +1 -1
- package/dist/components/jump-tab-item.js +5 -4
- package/dist/components/jump-tab-item.js.map +1 -1
- package/dist/components/jump-tab-panel.js +1 -1
- package/dist/components/jump-tab.js +2 -2
- package/dist/components/jump-tab.js.map +1 -1
- package/dist/esm/{index-056a0a66.js → index-70f1949a.js} +9 -4
- package/dist/esm/index-70f1949a.js.map +1 -0
- package/dist/esm/jump-accordion.entry.js +1 -1
- package/dist/esm/jump-badge.entry.js +23 -0
- package/dist/esm/jump-badge.entry.js.map +1 -0
- package/dist/esm/{jump-icon.entry.js → jump-button_2.entry.js} +35 -3
- package/dist/esm/jump-button_2.entry.js.map +1 -0
- package/dist/esm/jump-card-ecommerce.entry.js +31 -26
- package/dist/esm/jump-card-ecommerce.entry.js.map +1 -1
- package/dist/esm/jump-card.entry.js +3 -3
- package/dist/esm/jump-design-system.js +3 -3
- package/dist/esm/jump-filter.entry.js +3 -3
- package/dist/esm/jump-filtergroup.entry.js +3 -3
- package/dist/esm/jump-pagination-table.entry.js +16 -4
- package/dist/esm/jump-pagination-table.entry.js.map +1 -1
- package/dist/esm/jump-pagination.entry.js +18 -5
- package/dist/esm/jump-pagination.entry.js.map +1 -1
- package/dist/esm/{jump-badge_2.entry.js → jump-quantity.entry.js} +14 -24
- package/dist/esm/jump-quantity.entry.js.map +1 -0
- package/dist/esm/jump-tab-item.entry.js +4 -4
- package/dist/esm/jump-tab-item.entry.js.map +1 -1
- package/dist/esm/jump-tab-panel.entry.js +2 -2
- package/dist/esm/jump-tab.entry.js +3 -3
- package/dist/esm/jump-tab.entry.js.map +1 -1
- package/dist/esm/loader.js +3 -3
- package/dist/jump-design-system/jump-design-system.esm.js +1 -1
- package/dist/jump-design-system/jump-design-system.esm.js.map +1 -1
- package/dist/jump-design-system/p-2cb7d817.entry.js +2 -0
- package/dist/jump-design-system/p-2cb7d817.entry.js.map +1 -0
- package/dist/jump-design-system/p-34a46a10.entry.js +2 -0
- package/dist/jump-design-system/p-34a46a10.entry.js.map +1 -0
- package/dist/jump-design-system/p-377a769b.entry.js +2 -0
- package/dist/jump-design-system/p-377a769b.entry.js.map +1 -0
- package/dist/jump-design-system/p-493c7f4a.entry.js +2 -0
- package/dist/jump-design-system/p-493c7f4a.entry.js.map +1 -0
- package/dist/jump-design-system/p-4d6cc90d.js +3 -0
- package/dist/jump-design-system/p-4d6cc90d.js.map +1 -0
- package/dist/jump-design-system/p-56609b82.entry.js +2 -0
- package/dist/jump-design-system/p-5a6fbc53.entry.js +2 -0
- package/dist/jump-design-system/p-5d713084.entry.js +2 -0
- package/dist/jump-design-system/p-7696c03d.entry.js +2 -0
- package/dist/jump-design-system/p-7696c03d.entry.js.map +1 -0
- package/dist/jump-design-system/p-8343b4f5.entry.js +2 -0
- package/dist/jump-design-system/p-8343b4f5.entry.js.map +1 -0
- package/dist/jump-design-system/{p-83e6ab6e.entry.js → p-a6fc23f7.entry.js} +2 -2
- package/dist/jump-design-system/{p-58602fcb.entry.js → p-c1665537.entry.js} +2 -2
- package/dist/jump-design-system/p-c2bc6395.entry.js +66 -0
- package/dist/jump-design-system/p-c2bc6395.entry.js.map +1 -0
- package/dist/jump-design-system/p-fafe6478.entry.js +2 -0
- package/dist/jump-design-system/p-fafe6478.entry.js.map +1 -0
- package/dist/jump-design-system-elements.json +38 -8
- package/dist/types/components/jump-badge/jump-badge.d.ts +13 -1
- package/dist/types/components/jump-badge/jump-badge.stories.d.ts +22 -1
- package/dist/types/components/jump-card-ecommerce/jump-card-ecommerce.d.ts +5 -6
- package/dist/types/components/jump-card-ecommerce/jump-card-ecommerce.stories.d.ts +0 -6
- package/dist/types/components/jump-quantity/jump-quantity.d.ts +4 -0
- package/dist/types/components/jump-tab-item/jump-tab-item-boxed.stories.d.ts +0 -1
- package/dist/types/components/jump-tab-item/jump-tab-item-inline.stories.d.ts +0 -1
- package/dist/types/components.d.ts +30 -20
- package/package.json +1 -1
- package/dist/cjs/index-418c607f.js.map +0 -1
- package/dist/cjs/jump-badge_2.cjs.entry.js.map +0 -1
- package/dist/cjs/jump-button.cjs.entry.js +0 -41
- package/dist/cjs/jump-button.cjs.entry.js.map +0 -1
- package/dist/cjs/jump-icon.cjs.entry.js.map +0 -1
- package/dist/components/jump-quantity2.js +0 -94
- package/dist/components/jump-quantity2.js.map +0 -1
- package/dist/esm/index-056a0a66.js.map +0 -1
- package/dist/esm/jump-badge_2.entry.js.map +0 -1
- package/dist/esm/jump-button.entry.js +0 -37
- package/dist/esm/jump-button.entry.js.map +0 -1
- package/dist/esm/jump-icon.entry.js.map +0 -1
- package/dist/jump-design-system/p-0dc744ce.entry.js +0 -2
- package/dist/jump-design-system/p-357cf73d.entry.js +0 -66
- package/dist/jump-design-system/p-357cf73d.entry.js.map +0 -1
- package/dist/jump-design-system/p-58bed455.entry.js +0 -2
- package/dist/jump-design-system/p-58bed455.entry.js.map +0 -1
- package/dist/jump-design-system/p-647ec30b.entry.js +0 -2
- package/dist/jump-design-system/p-647ec30b.entry.js.map +0 -1
- package/dist/jump-design-system/p-8ec76454.entry.js +0 -2
- package/dist/jump-design-system/p-8ec76454.entry.js.map +0 -1
- package/dist/jump-design-system/p-91794ae6.js +0 -3
- package/dist/jump-design-system/p-91794ae6.js.map +0 -1
- package/dist/jump-design-system/p-afe0cca0.entry.js +0 -2
- package/dist/jump-design-system/p-b2ca2e96.entry.js +0 -2
- package/dist/jump-design-system/p-b2ca2e96.entry.js.map +0 -1
- package/dist/jump-design-system/p-d58e0952.entry.js +0 -2
- package/dist/jump-design-system/p-d58e0952.entry.js.map +0 -1
- package/dist/jump-design-system/p-e2318686.entry.js +0 -2
- package/dist/jump-design-system/p-e2318686.entry.js.map +0 -1
- package/dist/jump-design-system/p-ee61c223.entry.js +0 -2
- package/dist/jump-design-system/p-f842ff46.entry.js +0 -2
- package/dist/jump-design-system/p-f842ff46.entry.js.map +0 -1
- /package/dist/jump-design-system/{p-afe0cca0.entry.js.map → p-56609b82.entry.js.map} +0 -0
- /package/dist/jump-design-system/{p-ee61c223.entry.js.map → p-5a6fbc53.entry.js.map} +0 -0
- /package/dist/jump-design-system/{p-0dc744ce.entry.js.map → p-5d713084.entry.js.map} +0 -0
- /package/dist/jump-design-system/{p-83e6ab6e.entry.js.map → p-a6fc23f7.entry.js.map} +0 -0
- /package/dist/jump-design-system/{p-58602fcb.entry.js.map → p-c1665537.entry.js.map} +0 -0
|
@@ -16,19 +16,57 @@
|
|
|
16
16
|
"value": ""
|
|
17
17
|
},
|
|
18
18
|
"attributes": [
|
|
19
|
+
{
|
|
20
|
+
"name": "dimension",
|
|
21
|
+
"description": "Indicates the variant of the badge",
|
|
22
|
+
"values": [
|
|
23
|
+
{
|
|
24
|
+
"name": "dot"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"name": "large"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"name": "microdot"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "small"
|
|
34
|
+
}
|
|
35
|
+
]
|
|
36
|
+
},
|
|
19
37
|
{
|
|
20
38
|
"name": "label",
|
|
21
39
|
"description": "Indicates the label of the badge"
|
|
22
40
|
},
|
|
41
|
+
{
|
|
42
|
+
"name": "outline",
|
|
43
|
+
"description": "Indicates the variant of the badge"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"name": "soft",
|
|
47
|
+
"description": "Indicates the variant of the badge"
|
|
48
|
+
},
|
|
23
49
|
{
|
|
24
50
|
"name": "variant",
|
|
25
51
|
"description": "Indicates the variant of the badge",
|
|
26
52
|
"values": [
|
|
53
|
+
{
|
|
54
|
+
"name": "danger"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"name": "neutral"
|
|
58
|
+
},
|
|
27
59
|
{
|
|
28
60
|
"name": "primary"
|
|
29
61
|
},
|
|
30
62
|
{
|
|
31
63
|
"name": "secondary"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"name": "success"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "warning"
|
|
32
70
|
}
|
|
33
71
|
]
|
|
34
72
|
}
|
|
@@ -222,10 +260,6 @@
|
|
|
222
260
|
"name": "badge",
|
|
223
261
|
"description": "Indicates the badge of the card"
|
|
224
262
|
},
|
|
225
|
-
{
|
|
226
|
-
"name": "changed-quantity",
|
|
227
|
-
"description": "Indicate if the quantity is change"
|
|
228
|
-
},
|
|
229
263
|
{
|
|
230
264
|
"name": "changed-variation",
|
|
231
265
|
"description": "Indicate if the variation is change"
|
|
@@ -286,10 +320,6 @@
|
|
|
286
320
|
"name": "product-name",
|
|
287
321
|
"description": "Indicates the title of the card"
|
|
288
322
|
},
|
|
289
|
-
{
|
|
290
|
-
"name": "quantity",
|
|
291
|
-
"description": "Indicates if the user can choose how much quantity of the product add to cart"
|
|
292
|
-
},
|
|
293
323
|
{
|
|
294
324
|
"name": "sale-price",
|
|
295
325
|
"description": "Indicates the sale price of the card"
|
|
@@ -6,6 +6,18 @@ export declare class AppBadge {
|
|
|
6
6
|
/**
|
|
7
7
|
* Indicates the variant of the badge
|
|
8
8
|
*/
|
|
9
|
-
variant: 'primary' | 'secondary';
|
|
9
|
+
variant: 'primary' | 'secondary' | 'neutral' | 'warning' | 'success' | 'danger';
|
|
10
|
+
/**
|
|
11
|
+
* Indicates the variant of the badge
|
|
12
|
+
*/
|
|
13
|
+
dimension: 'large' | 'small' | 'dot' | 'microdot';
|
|
14
|
+
/**
|
|
15
|
+
* Indicates the variant of the badge
|
|
16
|
+
*/
|
|
17
|
+
soft: boolean;
|
|
18
|
+
/**
|
|
19
|
+
* Indicates the variant of the badge
|
|
20
|
+
*/
|
|
21
|
+
outline: boolean;
|
|
10
22
|
render(): any;
|
|
11
23
|
}
|
|
@@ -13,8 +13,29 @@ declare const _default: {
|
|
|
13
13
|
control: string;
|
|
14
14
|
options: string[];
|
|
15
15
|
};
|
|
16
|
+
outline: {
|
|
17
|
+
name: string;
|
|
18
|
+
description: string;
|
|
19
|
+
control: string;
|
|
20
|
+
};
|
|
21
|
+
soft: {
|
|
22
|
+
name: string;
|
|
23
|
+
description: string;
|
|
24
|
+
control: string;
|
|
25
|
+
};
|
|
26
|
+
dimension: {
|
|
27
|
+
name: string;
|
|
28
|
+
description: string;
|
|
29
|
+
control: string;
|
|
30
|
+
options: string[];
|
|
31
|
+
};
|
|
16
32
|
};
|
|
17
33
|
};
|
|
18
34
|
export default _default;
|
|
19
35
|
export declare const Badge: any;
|
|
20
|
-
export declare const
|
|
36
|
+
export declare const IconBadge: any;
|
|
37
|
+
export declare const Outline: any;
|
|
38
|
+
export declare const Soft: any;
|
|
39
|
+
export declare const Small: any;
|
|
40
|
+
export declare const Dot: any;
|
|
41
|
+
export declare const MicroDot: any;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
2
|
export declare class JumpCardEcommerce {
|
|
3
3
|
JumpCardEcommerce: HTMLElement;
|
|
4
|
+
jumpQuantityEl: any;
|
|
4
5
|
/** Indicate if card has only icon button*/
|
|
5
6
|
onlyIconButton: boolean;
|
|
6
7
|
/** Indicate if card has background*/
|
|
@@ -45,22 +46,20 @@ export declare class JumpCardEcommerce {
|
|
|
45
46
|
waitingListText: string;
|
|
46
47
|
/** Indicate if the user request to be notified when te product is avaible*/
|
|
47
48
|
addToWaitingList: boolean;
|
|
48
|
-
/** Indicates if the user can choose how much quantity of the product add to cart */
|
|
49
|
-
quantity: boolean;
|
|
50
|
-
/** Indicate if the quantity is change*/
|
|
51
|
-
changedQuantity: boolean;
|
|
52
49
|
/** Indicate if the variation is change*/
|
|
53
50
|
changedVariation: boolean;
|
|
51
|
+
quantity: number;
|
|
54
52
|
toggleFavorite: EventEmitter;
|
|
55
53
|
productAddToCart: EventEmitter;
|
|
56
54
|
productWaitingList: EventEmitter;
|
|
57
|
-
changeQuantity: EventEmitter;
|
|
58
55
|
changeVariation: EventEmitter;
|
|
59
56
|
componentWillLoad(): void;
|
|
57
|
+
componentDidLoad(): void;
|
|
58
|
+
disconnectedCallback(): void;
|
|
59
|
+
onQuantityChange(e: any): void;
|
|
60
60
|
onToggleFavorite(): void;
|
|
61
61
|
addProductToCart(): void;
|
|
62
62
|
waitingList(): void;
|
|
63
|
-
changeQuantityProduct(event: Event): void;
|
|
64
63
|
changeVariationBody(event: Event): void;
|
|
65
64
|
render(): any;
|
|
66
65
|
}
|
|
@@ -12,6 +12,10 @@ export declare class JumpQuantity {
|
|
|
12
12
|
value: any;
|
|
13
13
|
inputEl: HTMLInputElement;
|
|
14
14
|
onValueChange(newValue: any, oldValue: any): void;
|
|
15
|
+
/**
|
|
16
|
+
* Get the current value
|
|
17
|
+
*/
|
|
18
|
+
getValue(): Promise<any>;
|
|
15
19
|
componentWillLoad(): void;
|
|
16
20
|
formResetCallback(): void;
|
|
17
21
|
handleChange(event: any): void;
|
|
@@ -9,6 +9,10 @@ export namespace Components {
|
|
|
9
9
|
interface JumpAccordion {
|
|
10
10
|
}
|
|
11
11
|
interface JumpBadge {
|
|
12
|
+
/**
|
|
13
|
+
* Indicates the variant of the badge
|
|
14
|
+
*/
|
|
15
|
+
"dimension": 'large'|'small'|'dot'|'microdot';
|
|
12
16
|
/**
|
|
13
17
|
* Indicates the label of the badge
|
|
14
18
|
*/
|
|
@@ -16,7 +20,15 @@ export namespace Components {
|
|
|
16
20
|
/**
|
|
17
21
|
* Indicates the variant of the badge
|
|
18
22
|
*/
|
|
19
|
-
"
|
|
23
|
+
"outline": boolean;
|
|
24
|
+
/**
|
|
25
|
+
* Indicates the variant of the badge
|
|
26
|
+
*/
|
|
27
|
+
"soft": boolean;
|
|
28
|
+
/**
|
|
29
|
+
* Indicates the variant of the badge
|
|
30
|
+
*/
|
|
31
|
+
"variant": 'primary'|'secondary'|'neutral'|'warning'|'success'|'danger';
|
|
20
32
|
}
|
|
21
33
|
interface JumpButton {
|
|
22
34
|
/**
|
|
@@ -147,10 +159,6 @@ export namespace Components {
|
|
|
147
159
|
* Indicates the badge of the card
|
|
148
160
|
*/
|
|
149
161
|
"badge": string;
|
|
150
|
-
/**
|
|
151
|
-
* Indicate if the quantity is change
|
|
152
|
-
*/
|
|
153
|
-
"changedQuantity": boolean;
|
|
154
162
|
/**
|
|
155
163
|
* Indicate if the variation is change
|
|
156
164
|
*/
|
|
@@ -211,10 +219,6 @@ export namespace Components {
|
|
|
211
219
|
* Indicates the title of the card
|
|
212
220
|
*/
|
|
213
221
|
"productName": string;
|
|
214
|
-
/**
|
|
215
|
-
* Indicates if the user can choose how much quantity of the product add to cart
|
|
216
|
-
*/
|
|
217
|
-
"quantity": boolean;
|
|
218
222
|
/**
|
|
219
223
|
* Indicates the sale price of the card
|
|
220
224
|
*/
|
|
@@ -332,6 +336,10 @@ export namespace Components {
|
|
|
332
336
|
"total": number;
|
|
333
337
|
}
|
|
334
338
|
interface JumpQuantity {
|
|
339
|
+
/**
|
|
340
|
+
* Get the current value
|
|
341
|
+
*/
|
|
342
|
+
"getValue": () => Promise<any>;
|
|
335
343
|
"label": string;
|
|
336
344
|
"max": number;
|
|
337
345
|
"min": number;
|
|
@@ -426,7 +434,6 @@ declare global {
|
|
|
426
434
|
"jump-toggle-favorite": any;
|
|
427
435
|
"jump-add-to-cart": any;
|
|
428
436
|
"jump-add-to-waiting-list": any;
|
|
429
|
-
"jump-change-quantity": any;
|
|
430
437
|
"jump-change-variation": any;
|
|
431
438
|
}
|
|
432
439
|
interface HTMLJumpCardEcommerceElement extends Components.JumpCardEcommerce, HTMLStencilElement {
|
|
@@ -585,6 +592,10 @@ declare namespace LocalJSX {
|
|
|
585
592
|
interface JumpAccordion {
|
|
586
593
|
}
|
|
587
594
|
interface JumpBadge {
|
|
595
|
+
/**
|
|
596
|
+
* Indicates the variant of the badge
|
|
597
|
+
*/
|
|
598
|
+
"dimension"?: 'large'|'small'|'dot'|'microdot';
|
|
588
599
|
/**
|
|
589
600
|
* Indicates the label of the badge
|
|
590
601
|
*/
|
|
@@ -592,7 +603,15 @@ declare namespace LocalJSX {
|
|
|
592
603
|
/**
|
|
593
604
|
* Indicates the variant of the badge
|
|
594
605
|
*/
|
|
595
|
-
"
|
|
606
|
+
"outline"?: boolean;
|
|
607
|
+
/**
|
|
608
|
+
* Indicates the variant of the badge
|
|
609
|
+
*/
|
|
610
|
+
"soft"?: boolean;
|
|
611
|
+
/**
|
|
612
|
+
* Indicates the variant of the badge
|
|
613
|
+
*/
|
|
614
|
+
"variant"?: 'primary'|'secondary'|'neutral'|'warning'|'success'|'danger';
|
|
596
615
|
}
|
|
597
616
|
interface JumpButton {
|
|
598
617
|
/**
|
|
@@ -723,10 +742,6 @@ declare namespace LocalJSX {
|
|
|
723
742
|
* Indicates the badge of the card
|
|
724
743
|
*/
|
|
725
744
|
"badge"?: string;
|
|
726
|
-
/**
|
|
727
|
-
* Indicate if the quantity is change
|
|
728
|
-
*/
|
|
729
|
-
"changedQuantity"?: boolean;
|
|
730
745
|
/**
|
|
731
746
|
* Indicate if the variation is change
|
|
732
747
|
*/
|
|
@@ -765,7 +780,6 @@ declare namespace LocalJSX {
|
|
|
765
780
|
"notificationUrl"?: string;
|
|
766
781
|
"onJump-add-to-cart"?: (event: JumpCardEcommerceCustomEvent<any>) => void;
|
|
767
782
|
"onJump-add-to-waiting-list"?: (event: JumpCardEcommerceCustomEvent<any>) => void;
|
|
768
|
-
"onJump-change-quantity"?: (event: JumpCardEcommerceCustomEvent<any>) => void;
|
|
769
783
|
"onJump-change-variation"?: (event: JumpCardEcommerceCustomEvent<any>) => void;
|
|
770
784
|
"onJump-toggle-favorite"?: (event: JumpCardEcommerceCustomEvent<any>) => void;
|
|
771
785
|
/**
|
|
@@ -792,10 +806,6 @@ declare namespace LocalJSX {
|
|
|
792
806
|
* Indicates the title of the card
|
|
793
807
|
*/
|
|
794
808
|
"productName"?: string;
|
|
795
|
-
/**
|
|
796
|
-
* Indicates if the user can choose how much quantity of the product add to cart
|
|
797
|
-
*/
|
|
798
|
-
"quantity"?: boolean;
|
|
799
809
|
/**
|
|
800
810
|
* Indicates the sale price of the card
|
|
801
811
|
*/
|