@htmlbricks/hb-contact-card 0.71.36 → 0.72.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.
- package/main.iife.js +1 -1
- package/main.iife.js.map +1 -1
- package/manifest.json +5 -71
- package/package.json +1 -1
- package/types/webcomponent.type.d.ts +3 -3
- package/types/webcomponent_events.type.d.json +3 -69
package/manifest.json
CHANGED
|
@@ -41,47 +41,6 @@
|
|
|
41
41
|
],
|
|
42
42
|
"type": "object"
|
|
43
43
|
},
|
|
44
|
-
"Component": {
|
|
45
|
-
"additionalProperties": false,
|
|
46
|
-
"properties": {
|
|
47
|
-
"actions_list": {
|
|
48
|
-
"items": {
|
|
49
|
-
"$ref": "#/definitions/IDropDownMenuListItem"
|
|
50
|
-
},
|
|
51
|
-
"type": "array"
|
|
52
|
-
},
|
|
53
|
-
"data": {
|
|
54
|
-
"$ref": "#/definitions/ContactData"
|
|
55
|
-
},
|
|
56
|
-
"i18nlang": {
|
|
57
|
-
"type": "string"
|
|
58
|
-
},
|
|
59
|
-
"id": {
|
|
60
|
-
"type": "string"
|
|
61
|
-
},
|
|
62
|
-
"show_header_collapse_button": {
|
|
63
|
-
"enum": [
|
|
64
|
-
"yes",
|
|
65
|
-
"no"
|
|
66
|
-
],
|
|
67
|
-
"type": "string"
|
|
68
|
-
},
|
|
69
|
-
"start_collapsed": {
|
|
70
|
-
"enum": [
|
|
71
|
-
"yes",
|
|
72
|
-
"no"
|
|
73
|
-
],
|
|
74
|
-
"type": "string"
|
|
75
|
-
},
|
|
76
|
-
"style": {
|
|
77
|
-
"type": "string"
|
|
78
|
-
}
|
|
79
|
-
},
|
|
80
|
-
"required": [
|
|
81
|
-
"data"
|
|
82
|
-
],
|
|
83
|
-
"type": "object"
|
|
84
|
-
},
|
|
85
44
|
"ContactData": {
|
|
86
45
|
"additionalProperties": false,
|
|
87
46
|
"properties": {
|
|
@@ -215,7 +174,7 @@
|
|
|
215
174
|
"additionalProperties": false,
|
|
216
175
|
"properties": {
|
|
217
176
|
"contact": {
|
|
218
|
-
"$ref": "#/definitions/
|
|
177
|
+
"$ref": "#/definitions/ContactData"
|
|
219
178
|
},
|
|
220
179
|
"id": {
|
|
221
180
|
"type": "string"
|
|
@@ -231,7 +190,7 @@
|
|
|
231
190
|
"additionalProperties": false,
|
|
232
191
|
"properties": {
|
|
233
192
|
"contact": {
|
|
234
|
-
"$ref": "#/definitions/
|
|
193
|
+
"$ref": "#/definitions/ContactData"
|
|
235
194
|
},
|
|
236
195
|
"id": {
|
|
237
196
|
"type": "string"
|
|
@@ -247,7 +206,7 @@
|
|
|
247
206
|
"additionalProperties": false,
|
|
248
207
|
"properties": {
|
|
249
208
|
"contact": {
|
|
250
|
-
"$ref": "#/definitions/
|
|
209
|
+
"$ref": "#/definitions/ContactData"
|
|
251
210
|
},
|
|
252
211
|
"id": {
|
|
253
212
|
"type": "string"
|
|
@@ -337,31 +296,6 @@
|
|
|
337
296
|
],
|
|
338
297
|
"type": "object"
|
|
339
298
|
},
|
|
340
|
-
"IDropDownMenuListItem": {
|
|
341
|
-
"additionalProperties": false,
|
|
342
|
-
"properties": {
|
|
343
|
-
"badge": {
|
|
344
|
-
"type": "number"
|
|
345
|
-
},
|
|
346
|
-
"group": {
|
|
347
|
-
"type": "string"
|
|
348
|
-
},
|
|
349
|
-
"key": {
|
|
350
|
-
"type": "string"
|
|
351
|
-
},
|
|
352
|
-
"label": {
|
|
353
|
-
"type": "string"
|
|
354
|
-
},
|
|
355
|
-
"linkHref": {
|
|
356
|
-
"type": "string"
|
|
357
|
-
}
|
|
358
|
-
},
|
|
359
|
-
"required": [
|
|
360
|
-
"key",
|
|
361
|
-
"label"
|
|
362
|
-
],
|
|
363
|
-
"type": "object"
|
|
364
|
-
},
|
|
365
299
|
"PhoneNumber": {
|
|
366
300
|
"additionalProperties": false,
|
|
367
301
|
"properties": {
|
|
@@ -1420,7 +1354,7 @@
|
|
|
1420
1354
|
}
|
|
1421
1355
|
}
|
|
1422
1356
|
],
|
|
1423
|
-
"iifeIntegrity": "sha384-
|
|
1357
|
+
"iifeIntegrity": "sha384-hamutFJL118L0Sqfg7wCcTSut2TDSFSreTpqZTb3gMouycrOzaUQIrLNY6CfF1/k",
|
|
1424
1358
|
"dependencies": [
|
|
1425
1359
|
{
|
|
1426
1360
|
"name": "hb-dropdown-simple",
|
|
@@ -1446,5 +1380,5 @@
|
|
|
1446
1380
|
"size": {},
|
|
1447
1381
|
"iifePath": "main.iife.js",
|
|
1448
1382
|
"repoName": "@htmlbricks/hb-contact-card",
|
|
1449
|
-
"version": "0.
|
|
1383
|
+
"version": "0.72.0"
|
|
1450
1384
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-contact-card",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.72.0",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "A comprehensive contact card component that displays personal, contact, company, and social media information in a Bulma-styled card layout. Uses a single data object with structured arrays for phone numbers, addresses, and social media profiles. Features include avatar support with placeholder, clickable contact information, social media links, collapsible sections, and customizable action buttons with grouping, badges, and links support.",
|
|
6
6
|
"licenses": [
|
|
@@ -73,9 +73,9 @@ export type Component = {
|
|
|
73
73
|
};
|
|
74
74
|
|
|
75
75
|
export type Events = {
|
|
76
|
-
contactClick: { id: string; contact:
|
|
77
|
-
contactEdit: { id: string; contact:
|
|
78
|
-
contactDelete: { id: string; contact:
|
|
76
|
+
contactClick: { id: string; contact: ContactData };
|
|
77
|
+
contactEdit: { id: string; contact: ContactData };
|
|
78
|
+
contactDelete: { id: string; contact: ContactData };
|
|
79
79
|
phoneClick: { id: string; phone: PhoneNumber };
|
|
80
80
|
emailClick: { id: string; email: EmailAddress };
|
|
81
81
|
websiteClick: { id: string; website: string };
|
|
@@ -39,47 +39,6 @@
|
|
|
39
39
|
],
|
|
40
40
|
"type": "object"
|
|
41
41
|
},
|
|
42
|
-
"Component": {
|
|
43
|
-
"additionalProperties": false,
|
|
44
|
-
"properties": {
|
|
45
|
-
"actions_list": {
|
|
46
|
-
"items": {
|
|
47
|
-
"$ref": "#/definitions/IDropDownMenuListItem"
|
|
48
|
-
},
|
|
49
|
-
"type": "array"
|
|
50
|
-
},
|
|
51
|
-
"data": {
|
|
52
|
-
"$ref": "#/definitions/ContactData"
|
|
53
|
-
},
|
|
54
|
-
"i18nlang": {
|
|
55
|
-
"type": "string"
|
|
56
|
-
},
|
|
57
|
-
"id": {
|
|
58
|
-
"type": "string"
|
|
59
|
-
},
|
|
60
|
-
"show_header_collapse_button": {
|
|
61
|
-
"enum": [
|
|
62
|
-
"yes",
|
|
63
|
-
"no"
|
|
64
|
-
],
|
|
65
|
-
"type": "string"
|
|
66
|
-
},
|
|
67
|
-
"start_collapsed": {
|
|
68
|
-
"enum": [
|
|
69
|
-
"yes",
|
|
70
|
-
"no"
|
|
71
|
-
],
|
|
72
|
-
"type": "string"
|
|
73
|
-
},
|
|
74
|
-
"style": {
|
|
75
|
-
"type": "string"
|
|
76
|
-
}
|
|
77
|
-
},
|
|
78
|
-
"required": [
|
|
79
|
-
"data"
|
|
80
|
-
],
|
|
81
|
-
"type": "object"
|
|
82
|
-
},
|
|
83
42
|
"ContactData": {
|
|
84
43
|
"additionalProperties": false,
|
|
85
44
|
"properties": {
|
|
@@ -213,7 +172,7 @@
|
|
|
213
172
|
"additionalProperties": false,
|
|
214
173
|
"properties": {
|
|
215
174
|
"contact": {
|
|
216
|
-
"$ref": "#/definitions/
|
|
175
|
+
"$ref": "#/definitions/ContactData"
|
|
217
176
|
},
|
|
218
177
|
"id": {
|
|
219
178
|
"type": "string"
|
|
@@ -229,7 +188,7 @@
|
|
|
229
188
|
"additionalProperties": false,
|
|
230
189
|
"properties": {
|
|
231
190
|
"contact": {
|
|
232
|
-
"$ref": "#/definitions/
|
|
191
|
+
"$ref": "#/definitions/ContactData"
|
|
233
192
|
},
|
|
234
193
|
"id": {
|
|
235
194
|
"type": "string"
|
|
@@ -245,7 +204,7 @@
|
|
|
245
204
|
"additionalProperties": false,
|
|
246
205
|
"properties": {
|
|
247
206
|
"contact": {
|
|
248
|
-
"$ref": "#/definitions/
|
|
207
|
+
"$ref": "#/definitions/ContactData"
|
|
249
208
|
},
|
|
250
209
|
"id": {
|
|
251
210
|
"type": "string"
|
|
@@ -335,31 +294,6 @@
|
|
|
335
294
|
],
|
|
336
295
|
"type": "object"
|
|
337
296
|
},
|
|
338
|
-
"IDropDownMenuListItem": {
|
|
339
|
-
"additionalProperties": false,
|
|
340
|
-
"properties": {
|
|
341
|
-
"badge": {
|
|
342
|
-
"type": "number"
|
|
343
|
-
},
|
|
344
|
-
"group": {
|
|
345
|
-
"type": "string"
|
|
346
|
-
},
|
|
347
|
-
"key": {
|
|
348
|
-
"type": "string"
|
|
349
|
-
},
|
|
350
|
-
"label": {
|
|
351
|
-
"type": "string"
|
|
352
|
-
},
|
|
353
|
-
"linkHref": {
|
|
354
|
-
"type": "string"
|
|
355
|
-
}
|
|
356
|
-
},
|
|
357
|
-
"required": [
|
|
358
|
-
"key",
|
|
359
|
-
"label"
|
|
360
|
-
],
|
|
361
|
-
"type": "object"
|
|
362
|
-
},
|
|
363
297
|
"PhoneNumber": {
|
|
364
298
|
"additionalProperties": false,
|
|
365
299
|
"properties": {
|