@jumpgroup/jump-design-system 0.2.3 → 0.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{index-12f40d28.js → index-41aaa52a.js} +125 -5
- package/dist/cjs/index-41aaa52a.js.map +1 -0
- package/dist/cjs/jump-badge.cjs.entry.js +6 -6
- package/dist/cjs/jump-badge.cjs.entry.js.map +1 -1
- package/dist/cjs/jump-button.cjs.entry.js +4 -3
- package/dist/cjs/jump-button.cjs.entry.js.map +1 -1
- package/dist/cjs/jump-card.cjs.entry.js +3 -3
- package/dist/cjs/jump-card.cjs.entry.js.map +1 -1
- package/dist/cjs/jump-design-system.cjs.js +3 -3
- package/dist/cjs/jump-design-system.cjs.js.map +1 -1
- package/dist/cjs/jump-icon.cjs.entry.js +5 -5
- package/dist/cjs/jump-icon.cjs.entry.js.map +1 -1
- package/dist/cjs/jump-pagination.cjs.entry.js +32 -10
- package/dist/cjs/jump-pagination.cjs.entry.js.map +1 -1
- package/dist/cjs/jump-tab.cjs.entry.js +29 -0
- package/dist/cjs/jump-tab.cjs.entry.js.map +1 -0
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/collection/collection-manifest.json +5 -4
- package/dist/collection/components/jump-badge/jump-badge.css +1 -1
- package/dist/collection/components/jump-badge/jump-badge.js +4 -4
- package/dist/collection/components/jump-badge/jump-badge.js.map +1 -1
- package/dist/collection/components/jump-badge/test/jump-badge.spec.js +2 -2
- package/dist/collection/components/jump-badge/test/jump-badge.spec.js.map +1 -1
- package/dist/collection/components/jump-button/jump-button-anchor.stories.js +13 -179
- package/dist/collection/components/jump-button/jump-button-anchor.stories.js.map +1 -1
- package/dist/collection/components/jump-button/jump-button-dimension.stories.js +10 -172
- package/dist/collection/components/jump-button/jump-button-dimension.stories.js.map +1 -1
- package/dist/collection/components/jump-button/jump-button-filled.stories.js +13 -227
- package/dist/collection/components/jump-button/jump-button-filled.stories.js.map +1 -1
- package/dist/collection/components/jump-button/jump-button-only-icon.stories.js +12 -245
- package/dist/collection/components/jump-button/jump-button-only-icon.stories.js.map +1 -1
- package/dist/collection/components/jump-button/jump-button-outline.stories.js +18 -214
- package/dist/collection/components/jump-button/jump-button-outline.stories.js.map +1 -1
- package/dist/collection/components/jump-button/jump-button-text.stories.js +10 -216
- package/dist/collection/components/jump-button/jump-button-text.stories.js.map +1 -1
- package/dist/collection/components/jump-button/jump-button.css +11 -7
- package/dist/collection/components/jump-button/jump-button.js +22 -3
- package/dist/collection/components/jump-button/jump-button.js.map +1 -1
- package/dist/collection/components/jump-card/jump-card.js +13 -13
- package/dist/collection/components/jump-card/jump-card.js.map +1 -1
- package/dist/collection/components/{app-icon → jump-icon}/jump-icon.js +2 -2
- package/dist/collection/components/jump-icon/jump-icon.js.map +1 -0
- package/dist/collection/components/{app-icon → jump-icon}/jump-icon.stories.js +1 -1
- package/dist/collection/components/jump-icon/jump-icon.stories.js.map +1 -0
- package/dist/collection/components/jump-icon/test/jump-icon.e2e.js.map +1 -0
- package/dist/collection/components/{app-icon → jump-icon}/test/jump-icon.spec.js +2 -2
- package/dist/collection/components/jump-icon/test/jump-icon.spec.js.map +1 -0
- package/dist/collection/components/jump-pagination/jump-pagination-pages.stories.js +41 -24
- package/dist/collection/components/jump-pagination/jump-pagination-pages.stories.js.map +1 -1
- package/dist/collection/components/jump-pagination/jump-pagination-products.stories.js +19 -40
- package/dist/collection/components/jump-pagination/jump-pagination-products.stories.js.map +1 -1
- package/dist/collection/components/jump-pagination/jump-pagination.css +13 -0
- package/dist/collection/components/jump-pagination/jump-pagination.js +64 -31
- package/dist/collection/components/jump-pagination/jump-pagination.js.map +1 -1
- package/dist/collection/components/jump-tab/jump-tab-inline.stories.js +28 -0
- package/dist/collection/components/jump-tab/jump-tab-inline.stories.js.map +1 -0
- package/dist/collection/components/jump-tab/jump-tab.css +3 -0
- package/dist/collection/components/jump-tab/jump-tab.js +71 -0
- package/dist/collection/components/jump-tab/jump-tab.js.map +1 -0
- package/dist/collection/components/jump-tab/test/jump-tab.e2e.js +10 -0
- package/dist/collection/components/jump-tab/test/jump-tab.e2e.js.map +1 -0
- package/dist/collection/components/jump-tab/test/jump-tab.spec.js +18 -0
- package/dist/collection/components/jump-tab/test/jump-tab.spec.js.map +1 -0
- package/dist/collection/utils/utils.js +17 -4
- package/dist/collection/utils/utils.js.map +1 -1
- package/dist/components/jump-badge.js +7 -7
- package/dist/components/jump-badge.js.map +1 -1
- package/dist/components/jump-button.js +4 -2
- package/dist/components/jump-button.js.map +1 -1
- package/dist/components/jump-card.js +13 -13
- package/dist/components/jump-card.js.map +1 -1
- package/dist/components/jump-icon.js +2 -2
- package/dist/components/jump-icon2.js +4 -4
- package/dist/components/jump-icon2.js.map +1 -1
- package/dist/components/jump-pagination.js +38 -13
- package/dist/components/jump-pagination.js.map +1 -1
- package/dist/components/jump-tab.d.ts +11 -0
- package/dist/components/jump-tab.js +46 -0
- package/dist/components/jump-tab.js.map +1 -0
- package/dist/esm/{index-d09b8a38.js → index-192aeaf1.js} +125 -6
- package/dist/esm/index-192aeaf1.js.map +1 -0
- package/dist/esm/jump-badge.entry.js +6 -6
- package/dist/esm/jump-badge.entry.js.map +1 -1
- package/dist/esm/jump-button.entry.js +4 -3
- package/dist/esm/jump-button.entry.js.map +1 -1
- package/dist/esm/jump-card.entry.js +3 -3
- package/dist/esm/jump-card.entry.js.map +1 -1
- package/dist/esm/jump-design-system.js +4 -4
- package/dist/esm/jump-design-system.js.map +1 -1
- package/dist/esm/jump-icon.entry.js +5 -5
- package/dist/esm/jump-icon.entry.js.map +1 -1
- package/dist/esm/jump-pagination.entry.js +32 -10
- package/dist/esm/jump-pagination.entry.js.map +1 -1
- package/dist/esm/jump-tab.entry.js +25 -0
- package/dist/esm/jump-tab.entry.js.map +1 -0
- 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-20ceb40c.js +3 -0
- package/dist/jump-design-system/p-20ceb40c.js.map +1 -0
- package/dist/jump-design-system/{p-b2967e30.entry.js → p-511d4425.entry.js} +3 -3
- package/dist/jump-design-system/p-511d4425.entry.js.map +1 -0
- package/dist/jump-design-system/p-61729377.entry.js +2 -0
- package/dist/jump-design-system/p-61729377.entry.js.map +1 -0
- package/dist/jump-design-system/{p-fea57bd7.entry.js → p-700b96b4.entry.js} +2 -2
- package/dist/jump-design-system/{p-fea57bd7.entry.js.map → p-700b96b4.entry.js.map} +1 -1
- package/dist/jump-design-system/p-87256ed6.entry.js +2 -0
- package/dist/jump-design-system/p-87256ed6.entry.js.map +1 -0
- package/dist/jump-design-system/{p-81fba573.entry.js → p-8f5caf32.entry.js} +2 -2
- package/dist/jump-design-system/p-8f5caf32.entry.js.map +1 -0
- package/dist/jump-design-system/p-9e47f451.entry.js +2 -0
- package/dist/jump-design-system/p-9e47f451.entry.js.map +1 -0
- package/dist/jump-design-system-elements.json +20 -7
- package/dist/types/components/jump-badge/jump-badge.d.ts +1 -1
- package/dist/types/components/jump-button/jump-button-anchor.stories.d.ts +0 -116
- package/dist/types/components/jump-button/jump-button-dimension.stories.d.ts +2 -117
- package/dist/types/components/jump-button/jump-button-filled.stories.d.ts +1 -107
- package/dist/types/components/jump-button/jump-button-only-icon.stories.d.ts +4 -115
- package/dist/types/components/jump-button/jump-button-outline.stories.d.ts +4 -110
- package/dist/types/components/jump-button/jump-button-text.stories.d.ts +2 -123
- package/dist/types/components/jump-button/jump-button.d.ts +5 -1
- package/dist/types/components/{app-icon → jump-icon}/jump-icon.d.ts +1 -1
- package/dist/types/components/jump-pagination/jump-pagination-pages.stories.d.ts +2 -1
- package/dist/types/components/jump-pagination/jump-pagination-products.stories.d.ts +2 -2
- package/dist/types/components/jump-pagination/jump-pagination.d.ts +10 -8
- package/dist/types/components/jump-tab/jump-tab-inline.stories.d.ts +18 -0
- package/dist/types/components/jump-tab/jump-tab.d.ts +6 -0
- package/dist/types/components.d.ts +47 -14
- package/dist/types/utils/utils.d.ts +1 -1
- package/package.json +3 -2
- package/dist/cjs/index-12f40d28.js.map +0 -1
- package/dist/collection/components/app-icon/jump-icon.js.map +0 -1
- package/dist/collection/components/app-icon/jump-icon.stories.js.map +0 -1
- package/dist/collection/components/app-icon/test/jump-icon.e2e.js.map +0 -1
- package/dist/collection/components/app-icon/test/jump-icon.spec.js.map +0 -1
- package/dist/collection/utils/utils.spec.js +0 -16
- package/dist/collection/utils/utils.spec.js.map +0 -1
- package/dist/esm/index-d09b8a38.js.map +0 -1
- package/dist/jump-design-system/p-062fa189.entry.js +0 -2
- package/dist/jump-design-system/p-062fa189.entry.js.map +0 -1
- package/dist/jump-design-system/p-407027a9.js +0 -3
- package/dist/jump-design-system/p-407027a9.js.map +0 -1
- package/dist/jump-design-system/p-81fba573.entry.js.map +0 -1
- package/dist/jump-design-system/p-b2967e30.entry.js.map +0 -1
- package/dist/jump-design-system/p-e0c9453d.entry.js +0 -2
- package/dist/jump-design-system/p-e0c9453d.entry.js.map +0 -1
- /package/dist/collection/components/{app-icon → jump-icon}/jump-icon.css +0 -0
- /package/dist/collection/components/{app-icon → jump-icon}/test/jump-icon.e2e.js +0 -0
- /package/dist/types/components/{app-icon → jump-icon}/jump-icon.stories.d.ts +0 -0
|
@@ -2,11 +2,6 @@ declare const _default: {
|
|
|
2
2
|
title: string;
|
|
3
3
|
tags: string[];
|
|
4
4
|
argTypes: {
|
|
5
|
-
label: {
|
|
6
|
-
name: string;
|
|
7
|
-
description: string;
|
|
8
|
-
control: string;
|
|
9
|
-
};
|
|
10
5
|
variant: {
|
|
11
6
|
name: string;
|
|
12
7
|
description: string;
|
|
@@ -39,112 +34,6 @@ declare const _default: {
|
|
|
39
34
|
description: string;
|
|
40
35
|
control: string;
|
|
41
36
|
};
|
|
42
|
-
text: {
|
|
43
|
-
name: string;
|
|
44
|
-
description: string;
|
|
45
|
-
control: string;
|
|
46
|
-
};
|
|
47
|
-
showIcon: {
|
|
48
|
-
name: string;
|
|
49
|
-
description: string;
|
|
50
|
-
control: string;
|
|
51
|
-
};
|
|
52
|
-
iconOnly: {
|
|
53
|
-
name: string;
|
|
54
|
-
description: string;
|
|
55
|
-
control: string;
|
|
56
|
-
if: {
|
|
57
|
-
arg: string;
|
|
58
|
-
eq: boolean;
|
|
59
|
-
};
|
|
60
|
-
};
|
|
61
|
-
iconName: {
|
|
62
|
-
name: string;
|
|
63
|
-
control: string;
|
|
64
|
-
options: string[];
|
|
65
|
-
description: string;
|
|
66
|
-
defaultValue: string;
|
|
67
|
-
if: {
|
|
68
|
-
arg: string;
|
|
69
|
-
eq: boolean;
|
|
70
|
-
};
|
|
71
|
-
};
|
|
72
|
-
iconPosition: {
|
|
73
|
-
name: string;
|
|
74
|
-
description: string;
|
|
75
|
-
defaultValue: string;
|
|
76
|
-
control: string;
|
|
77
|
-
options: string[];
|
|
78
|
-
if: {
|
|
79
|
-
arg: string;
|
|
80
|
-
eq: boolean;
|
|
81
|
-
};
|
|
82
|
-
labels: {
|
|
83
|
-
left: string;
|
|
84
|
-
right: string;
|
|
85
|
-
};
|
|
86
|
-
};
|
|
87
|
-
type: {
|
|
88
|
-
name: string;
|
|
89
|
-
description: string;
|
|
90
|
-
default: string;
|
|
91
|
-
control: string;
|
|
92
|
-
if: {
|
|
93
|
-
arg: string;
|
|
94
|
-
exists: boolean;
|
|
95
|
-
};
|
|
96
|
-
options: string[];
|
|
97
|
-
labels: {
|
|
98
|
-
button: string;
|
|
99
|
-
submit: string;
|
|
100
|
-
reset: string;
|
|
101
|
-
};
|
|
102
|
-
};
|
|
103
|
-
name: {
|
|
104
|
-
name: string;
|
|
105
|
-
description: string;
|
|
106
|
-
control: string;
|
|
107
|
-
if: {
|
|
108
|
-
arg: string;
|
|
109
|
-
exists: boolean;
|
|
110
|
-
};
|
|
111
|
-
};
|
|
112
|
-
value: {
|
|
113
|
-
name: string;
|
|
114
|
-
description: string;
|
|
115
|
-
control: string;
|
|
116
|
-
if: {
|
|
117
|
-
arg: string;
|
|
118
|
-
exists: boolean;
|
|
119
|
-
};
|
|
120
|
-
};
|
|
121
|
-
ariaLabel: {
|
|
122
|
-
name: string;
|
|
123
|
-
description: string;
|
|
124
|
-
control: string;
|
|
125
|
-
};
|
|
126
|
-
href: {
|
|
127
|
-
name: string;
|
|
128
|
-
description: string;
|
|
129
|
-
control: string;
|
|
130
|
-
};
|
|
131
|
-
target: {
|
|
132
|
-
name: string;
|
|
133
|
-
description: string;
|
|
134
|
-
default: string;
|
|
135
|
-
control: string;
|
|
136
|
-
if: {
|
|
137
|
-
arg: string;
|
|
138
|
-
exists: boolean;
|
|
139
|
-
};
|
|
140
|
-
options: string[];
|
|
141
|
-
labels: {
|
|
142
|
-
_blank: string;
|
|
143
|
-
_parent: string;
|
|
144
|
-
_self: string;
|
|
145
|
-
_top: string;
|
|
146
|
-
};
|
|
147
|
-
};
|
|
148
37
|
id: {
|
|
149
38
|
name: string;
|
|
150
39
|
description: string;
|
|
@@ -157,8 +46,8 @@ export declare const Primary: any;
|
|
|
157
46
|
export declare const Secondary: any;
|
|
158
47
|
export declare const Neutral: any;
|
|
159
48
|
export declare const White: any;
|
|
160
|
-
export declare const
|
|
161
|
-
export declare const
|
|
162
|
-
export declare const
|
|
163
|
-
export declare const
|
|
49
|
+
export declare const Pill: any;
|
|
50
|
+
export declare const noBackground: any;
|
|
51
|
+
export declare const outline: any;
|
|
52
|
+
export declare const outlinePill: any;
|
|
164
53
|
export declare const Disabled: any;
|
|
@@ -2,22 +2,12 @@ declare const _default: {
|
|
|
2
2
|
title: string;
|
|
3
3
|
tags: string[];
|
|
4
4
|
argTypes: {
|
|
5
|
-
label: {
|
|
6
|
-
name: string;
|
|
7
|
-
description: string;
|
|
8
|
-
control: string;
|
|
9
|
-
};
|
|
10
5
|
variant: {
|
|
11
6
|
name: string;
|
|
12
7
|
description: string;
|
|
13
8
|
control: string;
|
|
14
9
|
options: string[];
|
|
15
10
|
};
|
|
16
|
-
outline: {
|
|
17
|
-
name: string;
|
|
18
|
-
description: string;
|
|
19
|
-
control: string;
|
|
20
|
-
};
|
|
21
11
|
size: {
|
|
22
12
|
name: string;
|
|
23
13
|
description: string;
|
|
@@ -39,111 +29,15 @@ declare const _default: {
|
|
|
39
29
|
description: string;
|
|
40
30
|
control: string;
|
|
41
31
|
};
|
|
42
|
-
|
|
43
|
-
name: string;
|
|
44
|
-
description: string;
|
|
45
|
-
control: string;
|
|
46
|
-
};
|
|
47
|
-
showIcon: {
|
|
48
|
-
name: string;
|
|
49
|
-
description: string;
|
|
50
|
-
control: string;
|
|
51
|
-
};
|
|
52
|
-
iconOnly: {
|
|
53
|
-
name: string;
|
|
54
|
-
description: string;
|
|
55
|
-
control: string;
|
|
56
|
-
if: {
|
|
57
|
-
arg: string;
|
|
58
|
-
eq: boolean;
|
|
59
|
-
};
|
|
60
|
-
};
|
|
61
|
-
iconName: {
|
|
62
|
-
name: string;
|
|
63
|
-
control: string;
|
|
64
|
-
options: string[];
|
|
65
|
-
description: string;
|
|
66
|
-
defaultValue: string;
|
|
67
|
-
if: {
|
|
68
|
-
arg: string;
|
|
69
|
-
eq: boolean;
|
|
70
|
-
};
|
|
71
|
-
};
|
|
72
|
-
iconPosition: {
|
|
32
|
+
full: {
|
|
73
33
|
name: string;
|
|
74
34
|
description: string;
|
|
75
|
-
defaultValue: string;
|
|
76
35
|
control: string;
|
|
77
|
-
options: string[];
|
|
78
|
-
if: {
|
|
79
|
-
arg: string;
|
|
80
|
-
eq: boolean;
|
|
81
|
-
};
|
|
82
|
-
labels: {
|
|
83
|
-
left: string;
|
|
84
|
-
right: string;
|
|
85
|
-
};
|
|
86
36
|
};
|
|
87
|
-
|
|
88
|
-
name: string;
|
|
89
|
-
description: string;
|
|
90
|
-
default: string;
|
|
91
|
-
control: string;
|
|
92
|
-
if: {
|
|
93
|
-
arg: string;
|
|
94
|
-
exists: boolean;
|
|
95
|
-
};
|
|
96
|
-
options: string[];
|
|
97
|
-
labels: {
|
|
98
|
-
button: string;
|
|
99
|
-
submit: string;
|
|
100
|
-
reset: string;
|
|
101
|
-
};
|
|
102
|
-
};
|
|
103
|
-
name: {
|
|
104
|
-
name: string;
|
|
105
|
-
description: string;
|
|
106
|
-
control: string;
|
|
107
|
-
if: {
|
|
108
|
-
arg: string;
|
|
109
|
-
exists: boolean;
|
|
110
|
-
};
|
|
111
|
-
};
|
|
112
|
-
value: {
|
|
113
|
-
name: string;
|
|
114
|
-
description: string;
|
|
115
|
-
control: string;
|
|
116
|
-
if: {
|
|
117
|
-
arg: string;
|
|
118
|
-
exists: boolean;
|
|
119
|
-
};
|
|
120
|
-
};
|
|
121
|
-
ariaLabel: {
|
|
122
|
-
name: string;
|
|
123
|
-
description: string;
|
|
124
|
-
control: string;
|
|
125
|
-
};
|
|
126
|
-
href: {
|
|
127
|
-
name: string;
|
|
128
|
-
description: string;
|
|
129
|
-
control: string;
|
|
130
|
-
};
|
|
131
|
-
target: {
|
|
37
|
+
text: {
|
|
132
38
|
name: string;
|
|
133
39
|
description: string;
|
|
134
|
-
default: string;
|
|
135
40
|
control: string;
|
|
136
|
-
if: {
|
|
137
|
-
arg: string;
|
|
138
|
-
exists: boolean;
|
|
139
|
-
};
|
|
140
|
-
options: string[];
|
|
141
|
-
labels: {
|
|
142
|
-
_blank: string;
|
|
143
|
-
_parent: string;
|
|
144
|
-
_self: string;
|
|
145
|
-
_top: string;
|
|
146
|
-
};
|
|
147
41
|
};
|
|
148
42
|
id: {
|
|
149
43
|
name: string;
|
|
@@ -157,6 +51,6 @@ export declare const OutlinePrimary: any;
|
|
|
157
51
|
export declare const OutlineSecondary: any;
|
|
158
52
|
export declare const OutlineGrey: any;
|
|
159
53
|
export declare const OutlineWhite: any;
|
|
160
|
-
export declare const
|
|
161
|
-
export declare const
|
|
54
|
+
export declare const outlinePill: any;
|
|
55
|
+
export declare const withIcon: any;
|
|
162
56
|
export declare const Disabled: any;
|
|
@@ -2,22 +2,12 @@ declare const _default: {
|
|
|
2
2
|
title: string;
|
|
3
3
|
tags: string[];
|
|
4
4
|
argTypes: {
|
|
5
|
-
label: {
|
|
6
|
-
name: string;
|
|
7
|
-
description: string;
|
|
8
|
-
control: string;
|
|
9
|
-
};
|
|
10
5
|
variant: {
|
|
11
6
|
name: string;
|
|
12
7
|
description: string;
|
|
13
8
|
control: string;
|
|
14
9
|
options: string[];
|
|
15
10
|
};
|
|
16
|
-
outline: {
|
|
17
|
-
name: string;
|
|
18
|
-
description: string;
|
|
19
|
-
control: string;
|
|
20
|
-
};
|
|
21
11
|
size: {
|
|
22
12
|
name: string;
|
|
23
13
|
description: string;
|
|
@@ -29,122 +19,11 @@ declare const _default: {
|
|
|
29
19
|
large: string;
|
|
30
20
|
};
|
|
31
21
|
};
|
|
32
|
-
pill: {
|
|
33
|
-
name: string;
|
|
34
|
-
description: string;
|
|
35
|
-
control: string;
|
|
36
|
-
};
|
|
37
22
|
disabled: {
|
|
38
23
|
name: string;
|
|
39
24
|
description: string;
|
|
40
25
|
control: string;
|
|
41
26
|
};
|
|
42
|
-
text: {
|
|
43
|
-
name: string;
|
|
44
|
-
description: string;
|
|
45
|
-
control: string;
|
|
46
|
-
};
|
|
47
|
-
showIcon: {
|
|
48
|
-
name: string;
|
|
49
|
-
description: string;
|
|
50
|
-
control: string;
|
|
51
|
-
};
|
|
52
|
-
iconOnly: {
|
|
53
|
-
name: string;
|
|
54
|
-
description: string;
|
|
55
|
-
control: string;
|
|
56
|
-
if: {
|
|
57
|
-
arg: string;
|
|
58
|
-
eq: boolean;
|
|
59
|
-
};
|
|
60
|
-
};
|
|
61
|
-
iconName: {
|
|
62
|
-
name: string;
|
|
63
|
-
control: string;
|
|
64
|
-
options: string[];
|
|
65
|
-
description: string;
|
|
66
|
-
defaultValue: string;
|
|
67
|
-
if: {
|
|
68
|
-
arg: string;
|
|
69
|
-
eq: boolean;
|
|
70
|
-
};
|
|
71
|
-
};
|
|
72
|
-
iconPosition: {
|
|
73
|
-
name: string;
|
|
74
|
-
description: string;
|
|
75
|
-
defaultValue: string;
|
|
76
|
-
control: string;
|
|
77
|
-
options: string[];
|
|
78
|
-
if: {
|
|
79
|
-
arg: string;
|
|
80
|
-
eq: boolean;
|
|
81
|
-
};
|
|
82
|
-
labels: {
|
|
83
|
-
left: string;
|
|
84
|
-
right: string;
|
|
85
|
-
};
|
|
86
|
-
};
|
|
87
|
-
type: {
|
|
88
|
-
name: string;
|
|
89
|
-
description: string;
|
|
90
|
-
default: string;
|
|
91
|
-
control: string;
|
|
92
|
-
if: {
|
|
93
|
-
arg: string;
|
|
94
|
-
exists: boolean;
|
|
95
|
-
};
|
|
96
|
-
options: string[];
|
|
97
|
-
labels: {
|
|
98
|
-
button: string;
|
|
99
|
-
submit: string;
|
|
100
|
-
reset: string;
|
|
101
|
-
};
|
|
102
|
-
};
|
|
103
|
-
name: {
|
|
104
|
-
name: string;
|
|
105
|
-
description: string;
|
|
106
|
-
control: string;
|
|
107
|
-
if: {
|
|
108
|
-
arg: string;
|
|
109
|
-
exists: boolean;
|
|
110
|
-
};
|
|
111
|
-
};
|
|
112
|
-
value: {
|
|
113
|
-
name: string;
|
|
114
|
-
description: string;
|
|
115
|
-
control: string;
|
|
116
|
-
if: {
|
|
117
|
-
arg: string;
|
|
118
|
-
exists: boolean;
|
|
119
|
-
};
|
|
120
|
-
};
|
|
121
|
-
ariaLabel: {
|
|
122
|
-
name: string;
|
|
123
|
-
description: string;
|
|
124
|
-
control: string;
|
|
125
|
-
};
|
|
126
|
-
href: {
|
|
127
|
-
name: string;
|
|
128
|
-
description: string;
|
|
129
|
-
control: string;
|
|
130
|
-
};
|
|
131
|
-
target: {
|
|
132
|
-
name: string;
|
|
133
|
-
description: string;
|
|
134
|
-
default: string;
|
|
135
|
-
control: string;
|
|
136
|
-
if: {
|
|
137
|
-
arg: string;
|
|
138
|
-
exists: boolean;
|
|
139
|
-
};
|
|
140
|
-
options: string[];
|
|
141
|
-
labels: {
|
|
142
|
-
_blank: string;
|
|
143
|
-
_parent: string;
|
|
144
|
-
_self: string;
|
|
145
|
-
_top: string;
|
|
146
|
-
};
|
|
147
|
-
};
|
|
148
27
|
id: {
|
|
149
28
|
name: string;
|
|
150
29
|
description: string;
|
|
@@ -157,5 +36,5 @@ export declare const TextPrimary: any;
|
|
|
157
36
|
export declare const TextSecondary: any;
|
|
158
37
|
export declare const TextGrey: any;
|
|
159
38
|
export declare const TextWhite: any;
|
|
160
|
-
export declare const
|
|
161
|
-
export declare const
|
|
39
|
+
export declare const withIcon: any;
|
|
40
|
+
export declare const disabled: any;
|
|
@@ -6,7 +6,7 @@ export declare class JumpButton {
|
|
|
6
6
|
/**
|
|
7
7
|
* Indicates the variant of the button
|
|
8
8
|
*/
|
|
9
|
-
variant: 'primary' | 'secondary' | '
|
|
9
|
+
variant: 'primary' | 'secondary' | 'white' | 'neutral';
|
|
10
10
|
/**
|
|
11
11
|
* Indicates the button as outline
|
|
12
12
|
*/
|
|
@@ -15,6 +15,10 @@ export declare class JumpButton {
|
|
|
15
15
|
* Indicates the size of the button
|
|
16
16
|
*/
|
|
17
17
|
size: string;
|
|
18
|
+
/**
|
|
19
|
+
* Indicates if the button is full width
|
|
20
|
+
*/
|
|
21
|
+
full: boolean;
|
|
18
22
|
/**
|
|
19
23
|
* Indicates the button as pill
|
|
20
24
|
*/
|
|
@@ -26,7 +26,7 @@ declare const _default: {
|
|
|
26
26
|
eq: boolean;
|
|
27
27
|
};
|
|
28
28
|
};
|
|
29
|
-
|
|
29
|
+
initialPage: {
|
|
30
30
|
name: string;
|
|
31
31
|
control: string;
|
|
32
32
|
description: string;
|
|
@@ -70,5 +70,6 @@ declare const _default: {
|
|
|
70
70
|
};
|
|
71
71
|
};
|
|
72
72
|
export default _default;
|
|
73
|
+
export declare const Playground: any;
|
|
73
74
|
export declare const PaginationPerPagineRidotto: any;
|
|
74
75
|
export declare const PaginationPerPagineCompleto: any;
|
|
@@ -12,7 +12,7 @@ declare const _default: {
|
|
|
12
12
|
control: string;
|
|
13
13
|
description: string;
|
|
14
14
|
};
|
|
15
|
-
|
|
15
|
+
showFirstAndLast: {
|
|
16
16
|
name: string;
|
|
17
17
|
control: string;
|
|
18
18
|
description: string;
|
|
@@ -26,7 +26,7 @@ declare const _default: {
|
|
|
26
26
|
eq: boolean;
|
|
27
27
|
};
|
|
28
28
|
};
|
|
29
|
-
|
|
29
|
+
initialPage: {
|
|
30
30
|
name: string;
|
|
31
31
|
control: string;
|
|
32
32
|
description: string;
|
|
@@ -1,10 +1,14 @@
|
|
|
1
|
+
import { EventEmitter } from '../../stencil-public-runtime';
|
|
1
2
|
export declare class JumpPagination {
|
|
2
|
-
totalElements: number;
|
|
3
|
-
pagLabel: string;
|
|
4
3
|
/**
|
|
5
|
-
*
|
|
4
|
+
* Indicates the first page/product of the list
|
|
6
5
|
*/
|
|
6
|
+
firstPage: number;
|
|
7
7
|
currentPage: number;
|
|
8
|
+
watchCurrentPage(newValue: number, oldValue: number): void;
|
|
9
|
+
totalElements: number;
|
|
10
|
+
pagLabel: string;
|
|
11
|
+
initialPage: number;
|
|
8
12
|
lastPage: number;
|
|
9
13
|
/**
|
|
10
14
|
* Label for the elements per page select
|
|
@@ -14,14 +18,12 @@ export declare class JumpPagination {
|
|
|
14
18
|
* Values for the elements per page select
|
|
15
19
|
*/
|
|
16
20
|
elementsRanges: Array<number>;
|
|
17
|
-
/**
|
|
18
|
-
* Indicates the first page/product of the list
|
|
19
|
-
*/
|
|
20
|
-
firstPage: number;
|
|
21
21
|
/**
|
|
22
22
|
* If true, the component will show the complete version of the pagination, with elements informations
|
|
23
23
|
*/
|
|
24
24
|
completeVersion: boolean;
|
|
25
|
-
|
|
25
|
+
showFirstAndLast: boolean;
|
|
26
|
+
jumpChangePage: EventEmitter;
|
|
27
|
+
componentWillLoad(): void;
|
|
26
28
|
render(): any;
|
|
27
29
|
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
tags: string[];
|
|
4
|
+
argTypes: {
|
|
5
|
+
activeTab: {
|
|
6
|
+
name: string;
|
|
7
|
+
control: string;
|
|
8
|
+
description: string;
|
|
9
|
+
};
|
|
10
|
+
tabNames: {
|
|
11
|
+
name: string;
|
|
12
|
+
control: string;
|
|
13
|
+
description: string;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
export default _default;
|
|
18
|
+
export declare const TabInline: any;
|