@openeuropa/bcl-data-table 0.22.0 → 0.23.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/data.js +114 -9
  2. package/package.json +2 -2
package/data.js CHANGED
@@ -14,6 +14,27 @@ module.exports = {
14
14
  {
15
15
  content: "Position",
16
16
  },
17
+ {
18
+ content: "Start Date",
19
+ },
20
+ {
21
+ content: "End Date",
22
+ },
23
+ {
24
+ content: "Age",
25
+ },
26
+ {
27
+ content: "Email",
28
+ },
29
+ {
30
+ content: "Seniority",
31
+ },
32
+ {
33
+ content: "Experience",
34
+ },
35
+ {
36
+ content: "Company",
37
+ },
17
38
  ],
18
39
  },
19
40
  table_footer: {
@@ -30,6 +51,27 @@ module.exports = {
30
51
  {
31
52
  content: "Position",
32
53
  },
54
+ {
55
+ content: "Start Date",
56
+ },
57
+ {
58
+ content: "End Date",
59
+ },
60
+ {
61
+ content: "Age",
62
+ },
63
+ {
64
+ content: "Email",
65
+ },
66
+ {
67
+ content: "Seniority",
68
+ },
69
+ {
70
+ content: "Experience",
71
+ },
72
+ {
73
+ content: "Company",
74
+ },
33
75
  ],
34
76
  },
35
77
  rows: [
@@ -39,13 +81,34 @@ module.exports = {
39
81
  content: "1",
40
82
  },
41
83
  {
42
- content: "Name 1",
84
+ content: "<p class='text-nowrap'>Name 1</p>",
85
+ },
86
+ {
87
+ content: "<p class='text-nowrap'>Description 1</p>",
88
+ },
89
+ {
90
+ content: "<p class='text-nowrap'>Position 1</p>",
91
+ },
92
+ {
93
+ content: "01.01.2022",
94
+ },
95
+ {
96
+ content: "01.01.2023",
97
+ },
98
+ {
99
+ content: "35 years",
100
+ },
101
+ {
102
+ content: "lorem.ipsum@lorem.com",
43
103
  },
44
104
  {
45
- content: "Description 1",
105
+ content: "Senior",
46
106
  },
47
107
  {
48
- content: "Position 1",
108
+ content: "5 years",
109
+ },
110
+ {
111
+ content: "Company 1",
49
112
  },
50
113
  ],
51
114
  },
@@ -57,13 +120,34 @@ module.exports = {
57
120
  content: "2",
58
121
  },
59
122
  {
60
- content: "Name 2",
123
+ content: "<p class='text-nowrap'>Name 2</p>",
124
+ },
125
+ {
126
+ content: "<p class='text-nowrap'>Description 2</p>",
61
127
  },
62
128
  {
63
- content: "Description 2",
129
+ content: "<p class='text-nowrap'>Position 2</p>",
64
130
  },
65
131
  {
66
- content: "Position 2",
132
+ content: "01.01.2022",
133
+ },
134
+ {
135
+ content: "01.01.2023",
136
+ },
137
+ {
138
+ content: "35 years",
139
+ },
140
+ {
141
+ content: "lorem.ipsum@lorem.com",
142
+ },
143
+ {
144
+ content: "Senior",
145
+ },
146
+ {
147
+ content: "5 years",
148
+ },
149
+ {
150
+ content: "Company 1",
67
151
  },
68
152
  ],
69
153
  },
@@ -74,13 +158,34 @@ module.exports = {
74
158
  content: "3",
75
159
  },
76
160
  {
77
- content: "Name 3",
161
+ content: "<p class='text-nowrap'>Name 3</p>",
162
+ },
163
+ {
164
+ content: "<p class='text-nowrap'>Description 3</p>",
165
+ },
166
+ {
167
+ content: "<p class='text-nowrap'>Position 3</p>",
168
+ },
169
+ {
170
+ content: "01.01.2022",
171
+ },
172
+ {
173
+ content: "01.01.2023",
174
+ },
175
+ {
176
+ content: "35 years",
177
+ },
178
+ {
179
+ content: "lorem.ipsum@lorem.com",
180
+ },
181
+ {
182
+ content: "Senior",
78
183
  },
79
184
  {
80
- content: "Description 3",
185
+ content: "5 years",
81
186
  },
82
187
  {
83
- content: "Position 3",
188
+ content: "Company 1",
84
189
  },
85
190
  ],
86
191
  },
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@openeuropa/bcl-data-table",
3
3
  "author": "European Commission",
4
4
  "license": "EUPL-1.2",
5
- "version": "0.22.0",
5
+ "version": "0.23.0",
6
6
  "description": "OE - BCL data table",
7
7
  "publishConfig": {
8
8
  "access": "public"
@@ -21,5 +21,5 @@
21
21
  "design-system",
22
22
  "twig"
23
23
  ],
24
- "gitHead": "57304ad94ae3c234f2f2b904208ce540a7a53f23"
24
+ "gitHead": "fa2097e14024989cddf6f9cd7a9115bed5886aeb"
25
25
  }