@ukic/docs 2.4.1 → 2.5.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/docs.json +944 -168
- package/package.json +11 -2
package/docs.json
CHANGED
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2023-
|
|
2
|
+
"timestamp": "2023-10-10T14:14:57",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
|
-
"version": "4.
|
|
5
|
+
"version": "4.3.0",
|
|
6
6
|
"typescriptVersion": "5.1.6"
|
|
7
7
|
},
|
|
8
8
|
"components": [
|
|
9
9
|
{
|
|
10
|
-
"filePath": "src/components/ic-
|
|
10
|
+
"filePath": "src/components/ic-accordion/ic-accordion.tsx",
|
|
11
11
|
"encapsulation": "shadow",
|
|
12
|
-
"tag": "ic-
|
|
13
|
-
"readme": "# ic-
|
|
12
|
+
"tag": "ic-accordion",
|
|
13
|
+
"readme": "# ic-accordion\n\n\n",
|
|
14
14
|
"docs": "",
|
|
15
15
|
"docsTags": [
|
|
16
16
|
{
|
|
17
17
|
"name": "slot",
|
|
18
|
-
"text": "
|
|
18
|
+
"text": "heading - Content is placed as the accordion heading."
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
21
|
"name": "slot",
|
|
22
|
-
"text": "
|
|
22
|
+
"text": "icon - Content is placed to the left of the heading."
|
|
23
23
|
}
|
|
24
24
|
],
|
|
25
25
|
"usage": {},
|
|
26
26
|
"props": [
|
|
27
27
|
{
|
|
28
|
-
"name": "
|
|
28
|
+
"name": "disabled",
|
|
29
29
|
"type": "boolean",
|
|
30
30
|
"complexType": {
|
|
31
31
|
"original": "boolean",
|
|
@@ -33,11 +33,11 @@
|
|
|
33
33
|
"references": {}
|
|
34
34
|
},
|
|
35
35
|
"mutable": false,
|
|
36
|
-
"attr": "
|
|
36
|
+
"attr": "disabled",
|
|
37
37
|
"reflectToAttr": false,
|
|
38
|
-
"docs": "If `true`, the
|
|
38
|
+
"docs": "If `true`, the accordion will be disabled.",
|
|
39
39
|
"docsTags": [],
|
|
40
|
-
"default": "
|
|
40
|
+
"default": "false",
|
|
41
41
|
"values": [
|
|
42
42
|
{
|
|
43
43
|
"type": "boolean"
|
|
@@ -47,17 +47,17 @@
|
|
|
47
47
|
"required": false
|
|
48
48
|
},
|
|
49
49
|
{
|
|
50
|
-
"name": "
|
|
50
|
+
"name": "expanded",
|
|
51
51
|
"type": "boolean",
|
|
52
52
|
"complexType": {
|
|
53
53
|
"original": "boolean",
|
|
54
54
|
"resolved": "boolean",
|
|
55
55
|
"references": {}
|
|
56
56
|
},
|
|
57
|
-
"mutable":
|
|
58
|
-
"attr": "
|
|
57
|
+
"mutable": true,
|
|
58
|
+
"attr": "expanded",
|
|
59
59
|
"reflectToAttr": false,
|
|
60
|
-
"docs": "If `true`, the
|
|
60
|
+
"docs": "If `true`, the accordion appears expanded.",
|
|
61
61
|
"docsTags": [],
|
|
62
62
|
"default": "false",
|
|
63
63
|
"values": [
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"type": "boolean"
|
|
66
66
|
}
|
|
67
67
|
],
|
|
68
|
-
"optional":
|
|
68
|
+
"optional": false,
|
|
69
69
|
"required": false
|
|
70
70
|
},
|
|
71
71
|
{
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"mutable": false,
|
|
80
80
|
"attr": "heading",
|
|
81
81
|
"reflectToAttr": false,
|
|
82
|
-
"docs": "The
|
|
82
|
+
"docs": "The section header outlining section content.",
|
|
83
83
|
"docsTags": [],
|
|
84
84
|
"default": "\"\"",
|
|
85
85
|
"values": [
|
|
@@ -101,8 +101,9 @@
|
|
|
101
101
|
"mutable": false,
|
|
102
102
|
"attr": "message",
|
|
103
103
|
"reflectToAttr": false,
|
|
104
|
-
"docs": "The main body message of the
|
|
104
|
+
"docs": "The main body message of the accordion.",
|
|
105
105
|
"docsTags": [],
|
|
106
|
+
"default": "\"\"",
|
|
106
107
|
"values": [
|
|
107
108
|
{
|
|
108
109
|
"type": "string"
|
|
@@ -112,7 +113,183 @@
|
|
|
112
113
|
"required": false
|
|
113
114
|
},
|
|
114
115
|
{
|
|
115
|
-
"name": "
|
|
116
|
+
"name": "size",
|
|
117
|
+
"type": "\"default\" | \"large\" | \"small\"",
|
|
118
|
+
"complexType": {
|
|
119
|
+
"original": "IcSizes",
|
|
120
|
+
"resolved": "\"default\" | \"large\" | \"small\"",
|
|
121
|
+
"references": {
|
|
122
|
+
"IcSizes": {
|
|
123
|
+
"location": "import",
|
|
124
|
+
"path": "../../utils/types",
|
|
125
|
+
"id": "src/utils/types.ts::IcSizes"
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
},
|
|
129
|
+
"mutable": false,
|
|
130
|
+
"attr": "size",
|
|
131
|
+
"reflectToAttr": false,
|
|
132
|
+
"docs": "The size of the accordion.",
|
|
133
|
+
"docsTags": [],
|
|
134
|
+
"default": "\"default\"",
|
|
135
|
+
"values": [
|
|
136
|
+
{
|
|
137
|
+
"value": "default",
|
|
138
|
+
"type": "string"
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"value": "large",
|
|
142
|
+
"type": "string"
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"value": "small",
|
|
146
|
+
"type": "string"
|
|
147
|
+
}
|
|
148
|
+
],
|
|
149
|
+
"optional": true,
|
|
150
|
+
"required": false
|
|
151
|
+
}
|
|
152
|
+
],
|
|
153
|
+
"methods": [
|
|
154
|
+
{
|
|
155
|
+
"name": "setFocus",
|
|
156
|
+
"returns": {
|
|
157
|
+
"type": "Promise<void>",
|
|
158
|
+
"docs": ""
|
|
159
|
+
},
|
|
160
|
+
"complexType": {
|
|
161
|
+
"signature": "() => Promise<void>",
|
|
162
|
+
"parameters": [],
|
|
163
|
+
"references": {
|
|
164
|
+
"Promise": {
|
|
165
|
+
"location": "global",
|
|
166
|
+
"id": "global::Promise"
|
|
167
|
+
}
|
|
168
|
+
},
|
|
169
|
+
"return": "Promise<void>"
|
|
170
|
+
},
|
|
171
|
+
"signature": "setFocus() => Promise<void>",
|
|
172
|
+
"parameters": [],
|
|
173
|
+
"docs": "Sets focus on accordion heading.",
|
|
174
|
+
"docsTags": []
|
|
175
|
+
}
|
|
176
|
+
],
|
|
177
|
+
"events": [],
|
|
178
|
+
"listeners": [],
|
|
179
|
+
"styles": [],
|
|
180
|
+
"slots": [
|
|
181
|
+
{
|
|
182
|
+
"name": "heading",
|
|
183
|
+
"docs": "Content is placed as the accordion heading."
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"name": "icon",
|
|
187
|
+
"docs": "Content is placed to the left of the heading."
|
|
188
|
+
}
|
|
189
|
+
],
|
|
190
|
+
"parts": [],
|
|
191
|
+
"dependents": [],
|
|
192
|
+
"dependencies": [
|
|
193
|
+
"ic-typography"
|
|
194
|
+
],
|
|
195
|
+
"dependencyGraph": {
|
|
196
|
+
"ic-accordion": [
|
|
197
|
+
"ic-typography"
|
|
198
|
+
]
|
|
199
|
+
}
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"filePath": "src/components/ic-accordion-group/ic-accordion-group.tsx",
|
|
203
|
+
"encapsulation": "shadow",
|
|
204
|
+
"tag": "ic-accordion-group",
|
|
205
|
+
"readme": "# ic-accordion-title\n\n\n",
|
|
206
|
+
"docs": "",
|
|
207
|
+
"docsTags": [],
|
|
208
|
+
"usage": {},
|
|
209
|
+
"props": [
|
|
210
|
+
{
|
|
211
|
+
"name": "appearance",
|
|
212
|
+
"type": "\"dark\" | \"default\" | \"light\"",
|
|
213
|
+
"complexType": {
|
|
214
|
+
"original": "IcThemeForeground",
|
|
215
|
+
"resolved": "\"dark\" | \"default\" | \"light\"",
|
|
216
|
+
"references": {
|
|
217
|
+
"IcThemeForeground": {
|
|
218
|
+
"location": "import",
|
|
219
|
+
"path": "../../utils/types",
|
|
220
|
+
"id": "src/utils/types.ts::IcThemeForeground"
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
},
|
|
224
|
+
"mutable": false,
|
|
225
|
+
"attr": "appearance",
|
|
226
|
+
"reflectToAttr": false,
|
|
227
|
+
"docs": "The appearance of the accordion group, e.g dark, or light.",
|
|
228
|
+
"docsTags": [],
|
|
229
|
+
"default": "\"default\"",
|
|
230
|
+
"values": [
|
|
231
|
+
{
|
|
232
|
+
"value": "dark",
|
|
233
|
+
"type": "string"
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"value": "default",
|
|
237
|
+
"type": "string"
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"value": "light",
|
|
241
|
+
"type": "string"
|
|
242
|
+
}
|
|
243
|
+
],
|
|
244
|
+
"optional": false,
|
|
245
|
+
"required": false
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"name": "expanded",
|
|
249
|
+
"type": "boolean",
|
|
250
|
+
"complexType": {
|
|
251
|
+
"original": "boolean",
|
|
252
|
+
"resolved": "boolean",
|
|
253
|
+
"references": {}
|
|
254
|
+
},
|
|
255
|
+
"mutable": true,
|
|
256
|
+
"attr": "expanded",
|
|
257
|
+
"reflectToAttr": false,
|
|
258
|
+
"docs": "If `true`, the accordion will load in an expanded state.",
|
|
259
|
+
"docsTags": [],
|
|
260
|
+
"default": "false",
|
|
261
|
+
"values": [
|
|
262
|
+
{
|
|
263
|
+
"type": "boolean"
|
|
264
|
+
}
|
|
265
|
+
],
|
|
266
|
+
"optional": false,
|
|
267
|
+
"required": false
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"name": "groupTitle",
|
|
271
|
+
"type": "string",
|
|
272
|
+
"complexType": {
|
|
273
|
+
"original": "string",
|
|
274
|
+
"resolved": "string",
|
|
275
|
+
"references": {}
|
|
276
|
+
},
|
|
277
|
+
"mutable": false,
|
|
278
|
+
"attr": "group-title",
|
|
279
|
+
"reflectToAttr": false,
|
|
280
|
+
"docs": "The header for the accordion group.",
|
|
281
|
+
"docsTags": [],
|
|
282
|
+
"default": "\"\"",
|
|
283
|
+
"values": [
|
|
284
|
+
{
|
|
285
|
+
"type": "string"
|
|
286
|
+
}
|
|
287
|
+
],
|
|
288
|
+
"optional": false,
|
|
289
|
+
"required": false
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
"name": "singleExpansion",
|
|
116
293
|
"type": "boolean",
|
|
117
294
|
"complexType": {
|
|
118
295
|
"original": "boolean",
|
|
@@ -120,14 +297,612 @@
|
|
|
120
297
|
"references": {}
|
|
121
298
|
},
|
|
122
299
|
"mutable": false,
|
|
123
|
-
"attr": "
|
|
300
|
+
"attr": "single-expansion",
|
|
301
|
+
"reflectToAttr": false,
|
|
302
|
+
"docs": "If `true`, only one accordion will open at a time.",
|
|
303
|
+
"docsTags": [],
|
|
304
|
+
"default": "false",
|
|
305
|
+
"values": [
|
|
306
|
+
{
|
|
307
|
+
"type": "boolean"
|
|
308
|
+
}
|
|
309
|
+
],
|
|
310
|
+
"optional": false,
|
|
311
|
+
"required": false
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"name": "size",
|
|
315
|
+
"type": "\"default\" | \"large\" | \"small\"",
|
|
316
|
+
"complexType": {
|
|
317
|
+
"original": "IcSizes",
|
|
318
|
+
"resolved": "\"default\" | \"large\" | \"small\"",
|
|
319
|
+
"references": {
|
|
320
|
+
"IcSizes": {
|
|
321
|
+
"location": "import",
|
|
322
|
+
"path": "../../utils/types",
|
|
323
|
+
"id": "src/utils/types.ts::IcSizes"
|
|
324
|
+
}
|
|
325
|
+
}
|
|
326
|
+
},
|
|
327
|
+
"mutable": false,
|
|
328
|
+
"attr": "size",
|
|
329
|
+
"reflectToAttr": false,
|
|
330
|
+
"docs": "The size of the accordion.",
|
|
331
|
+
"docsTags": [],
|
|
332
|
+
"default": "\"default\"",
|
|
333
|
+
"values": [
|
|
334
|
+
{
|
|
335
|
+
"value": "default",
|
|
336
|
+
"type": "string"
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"value": "large",
|
|
340
|
+
"type": "string"
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"value": "small",
|
|
344
|
+
"type": "string"
|
|
345
|
+
}
|
|
346
|
+
],
|
|
347
|
+
"optional": true,
|
|
348
|
+
"required": false
|
|
349
|
+
}
|
|
350
|
+
],
|
|
351
|
+
"methods": [],
|
|
352
|
+
"events": [],
|
|
353
|
+
"listeners": [
|
|
354
|
+
{
|
|
355
|
+
"event": "accordionClicked",
|
|
356
|
+
"capture": false,
|
|
357
|
+
"passive": false
|
|
358
|
+
}
|
|
359
|
+
],
|
|
360
|
+
"styles": [],
|
|
361
|
+
"slots": [],
|
|
362
|
+
"parts": [],
|
|
363
|
+
"dependents": [],
|
|
364
|
+
"dependencies": [
|
|
365
|
+
"ic-typography",
|
|
366
|
+
"ic-button"
|
|
367
|
+
],
|
|
368
|
+
"dependencyGraph": {
|
|
369
|
+
"ic-accordion-group": [
|
|
370
|
+
"ic-typography",
|
|
371
|
+
"ic-button"
|
|
372
|
+
],
|
|
373
|
+
"ic-button": [
|
|
374
|
+
"ic-loading-indicator",
|
|
375
|
+
"ic-tooltip"
|
|
376
|
+
],
|
|
377
|
+
"ic-loading-indicator": [
|
|
378
|
+
"ic-typography"
|
|
379
|
+
],
|
|
380
|
+
"ic-tooltip": [
|
|
381
|
+
"ic-typography"
|
|
382
|
+
]
|
|
383
|
+
}
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
"filePath": "src/components/ic-alert/ic-alert.tsx",
|
|
387
|
+
"encapsulation": "shadow",
|
|
388
|
+
"tag": "ic-alert",
|
|
389
|
+
"readme": "# ic-alert\n\n\n",
|
|
390
|
+
"docs": "",
|
|
391
|
+
"docsTags": [
|
|
392
|
+
{
|
|
393
|
+
"name": "slot",
|
|
394
|
+
"text": "message - Content is placed to the right of the title."
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
"name": "slot",
|
|
398
|
+
"text": "action - Content is placed to the right of the message."
|
|
399
|
+
}
|
|
400
|
+
],
|
|
401
|
+
"usage": {},
|
|
402
|
+
"props": [
|
|
403
|
+
{
|
|
404
|
+
"name": "announced",
|
|
405
|
+
"type": "boolean",
|
|
406
|
+
"complexType": {
|
|
407
|
+
"original": "boolean",
|
|
408
|
+
"resolved": "boolean",
|
|
409
|
+
"references": {}
|
|
410
|
+
},
|
|
411
|
+
"mutable": false,
|
|
412
|
+
"attr": "announced",
|
|
413
|
+
"reflectToAttr": false,
|
|
414
|
+
"docs": "If `true`, the alert will have the 'alert' ARIA role and will be announced to screen readers.",
|
|
415
|
+
"docsTags": [],
|
|
416
|
+
"default": "true",
|
|
417
|
+
"values": [
|
|
418
|
+
{
|
|
419
|
+
"type": "boolean"
|
|
420
|
+
}
|
|
421
|
+
],
|
|
422
|
+
"optional": true,
|
|
423
|
+
"required": false
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"name": "dismissible",
|
|
427
|
+
"type": "boolean",
|
|
428
|
+
"complexType": {
|
|
429
|
+
"original": "boolean",
|
|
430
|
+
"resolved": "boolean",
|
|
431
|
+
"references": {}
|
|
432
|
+
},
|
|
433
|
+
"mutable": false,
|
|
434
|
+
"attr": "dismissible",
|
|
435
|
+
"reflectToAttr": false,
|
|
436
|
+
"docs": "If `true`, the alert will have a close icon at the end to dismiss it.",
|
|
437
|
+
"docsTags": [],
|
|
438
|
+
"default": "false",
|
|
439
|
+
"values": [
|
|
440
|
+
{
|
|
441
|
+
"type": "boolean"
|
|
442
|
+
}
|
|
443
|
+
],
|
|
444
|
+
"optional": true,
|
|
445
|
+
"required": false
|
|
446
|
+
},
|
|
447
|
+
{
|
|
448
|
+
"name": "heading",
|
|
449
|
+
"type": "string",
|
|
450
|
+
"complexType": {
|
|
451
|
+
"original": "string",
|
|
452
|
+
"resolved": "string",
|
|
453
|
+
"references": {}
|
|
454
|
+
},
|
|
455
|
+
"mutable": false,
|
|
456
|
+
"attr": "heading",
|
|
457
|
+
"reflectToAttr": false,
|
|
458
|
+
"docs": "The optional title to display at the start of the alert.",
|
|
459
|
+
"docsTags": [],
|
|
460
|
+
"default": "\"\"",
|
|
461
|
+
"values": [
|
|
462
|
+
{
|
|
463
|
+
"type": "string"
|
|
464
|
+
}
|
|
465
|
+
],
|
|
466
|
+
"optional": true,
|
|
467
|
+
"required": false
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
"name": "message",
|
|
471
|
+
"type": "string",
|
|
472
|
+
"complexType": {
|
|
473
|
+
"original": "string",
|
|
474
|
+
"resolved": "string",
|
|
475
|
+
"references": {}
|
|
476
|
+
},
|
|
477
|
+
"mutable": false,
|
|
478
|
+
"attr": "message",
|
|
479
|
+
"reflectToAttr": false,
|
|
480
|
+
"docs": "The main body message of the alert.",
|
|
481
|
+
"docsTags": [],
|
|
482
|
+
"values": [
|
|
483
|
+
{
|
|
484
|
+
"type": "string"
|
|
485
|
+
}
|
|
486
|
+
],
|
|
487
|
+
"optional": true,
|
|
488
|
+
"required": false
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
"name": "titleAbove",
|
|
492
|
+
"type": "boolean",
|
|
493
|
+
"complexType": {
|
|
494
|
+
"original": "boolean",
|
|
495
|
+
"resolved": "boolean",
|
|
496
|
+
"references": {}
|
|
497
|
+
},
|
|
498
|
+
"mutable": false,
|
|
499
|
+
"attr": "title-above",
|
|
500
|
+
"reflectToAttr": false,
|
|
501
|
+
"docs": "If `true`, the title and message will appear above and below instead of inline.",
|
|
502
|
+
"docsTags": [],
|
|
503
|
+
"default": "false",
|
|
504
|
+
"values": [
|
|
505
|
+
{
|
|
506
|
+
"type": "boolean"
|
|
507
|
+
}
|
|
508
|
+
],
|
|
509
|
+
"optional": true,
|
|
510
|
+
"required": false
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
"name": "variant",
|
|
514
|
+
"type": "\"error\" | \"info\" | \"neutral\" | \"success\" | \"warning\"",
|
|
515
|
+
"complexType": {
|
|
516
|
+
"original": "IcStatusVariants",
|
|
517
|
+
"resolved": "\"error\" | \"info\" | \"neutral\" | \"success\" | \"warning\"",
|
|
518
|
+
"references": {
|
|
519
|
+
"IcStatusVariants": {
|
|
520
|
+
"location": "import",
|
|
521
|
+
"path": "../../utils/types",
|
|
522
|
+
"id": "src/utils/types.ts::IcStatusVariants"
|
|
523
|
+
}
|
|
524
|
+
}
|
|
525
|
+
},
|
|
526
|
+
"mutable": false,
|
|
527
|
+
"attr": "variant",
|
|
528
|
+
"reflectToAttr": false,
|
|
529
|
+
"docs": "The variant of the alert which will be rendered.",
|
|
530
|
+
"docsTags": [],
|
|
531
|
+
"default": "\"neutral\"",
|
|
532
|
+
"values": [
|
|
533
|
+
{
|
|
534
|
+
"value": "error",
|
|
535
|
+
"type": "string"
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
"value": "info",
|
|
539
|
+
"type": "string"
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
"value": "neutral",
|
|
543
|
+
"type": "string"
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
"value": "success",
|
|
547
|
+
"type": "string"
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
"value": "warning",
|
|
551
|
+
"type": "string"
|
|
552
|
+
}
|
|
553
|
+
],
|
|
554
|
+
"optional": true,
|
|
555
|
+
"required": false
|
|
556
|
+
}
|
|
557
|
+
],
|
|
558
|
+
"methods": [],
|
|
559
|
+
"events": [
|
|
560
|
+
{
|
|
561
|
+
"event": "dismiss",
|
|
562
|
+
"detail": "void",
|
|
563
|
+
"bubbles": true,
|
|
564
|
+
"complexType": {
|
|
565
|
+
"original": "void",
|
|
566
|
+
"resolved": "void",
|
|
567
|
+
"references": {}
|
|
568
|
+
},
|
|
569
|
+
"cancelable": true,
|
|
570
|
+
"composed": true,
|
|
571
|
+
"docs": "",
|
|
572
|
+
"docsTags": [
|
|
573
|
+
{
|
|
574
|
+
"name": "deprecated",
|
|
575
|
+
"text": "This event should not be used anymore. Use icDismiss instead."
|
|
576
|
+
}
|
|
577
|
+
],
|
|
578
|
+
"deprecation": "This event should not be used anymore. Use icDismiss instead."
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
"event": "icDismiss",
|
|
582
|
+
"detail": "void",
|
|
583
|
+
"bubbles": true,
|
|
584
|
+
"complexType": {
|
|
585
|
+
"original": "void",
|
|
586
|
+
"resolved": "void",
|
|
587
|
+
"references": {}
|
|
588
|
+
},
|
|
589
|
+
"cancelable": true,
|
|
590
|
+
"composed": true,
|
|
591
|
+
"docs": "Is emitted when the user dismisses the alert.",
|
|
592
|
+
"docsTags": []
|
|
593
|
+
}
|
|
594
|
+
],
|
|
595
|
+
"listeners": [
|
|
596
|
+
{
|
|
597
|
+
"event": "icDismiss",
|
|
598
|
+
"capture": true,
|
|
599
|
+
"passive": false
|
|
600
|
+
}
|
|
601
|
+
],
|
|
602
|
+
"styles": [],
|
|
603
|
+
"slots": [
|
|
604
|
+
{
|
|
605
|
+
"name": "action",
|
|
606
|
+
"docs": "Content is placed to the right of the message."
|
|
607
|
+
},
|
|
608
|
+
{
|
|
609
|
+
"name": "message",
|
|
610
|
+
"docs": "Content is placed to the right of the title."
|
|
611
|
+
}
|
|
612
|
+
],
|
|
613
|
+
"parts": [],
|
|
614
|
+
"dependents": [
|
|
615
|
+
"ic-dialog"
|
|
616
|
+
],
|
|
617
|
+
"dependencies": [
|
|
618
|
+
"ic-typography",
|
|
619
|
+
"ic-button"
|
|
620
|
+
],
|
|
621
|
+
"dependencyGraph": {
|
|
622
|
+
"ic-alert": [
|
|
623
|
+
"ic-typography",
|
|
624
|
+
"ic-button"
|
|
625
|
+
],
|
|
626
|
+
"ic-button": [
|
|
627
|
+
"ic-loading-indicator",
|
|
628
|
+
"ic-tooltip"
|
|
629
|
+
],
|
|
630
|
+
"ic-loading-indicator": [
|
|
631
|
+
"ic-typography"
|
|
632
|
+
],
|
|
633
|
+
"ic-tooltip": [
|
|
634
|
+
"ic-typography"
|
|
635
|
+
],
|
|
636
|
+
"ic-dialog": [
|
|
637
|
+
"ic-alert"
|
|
638
|
+
]
|
|
639
|
+
}
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
"filePath": "src/components/ic-back-to-top/ic-back-to-top.tsx",
|
|
643
|
+
"encapsulation": "shadow",
|
|
644
|
+
"tag": "ic-back-to-top",
|
|
645
|
+
"readme": "# ic-back-to-top\n\n\n",
|
|
646
|
+
"docs": "",
|
|
647
|
+
"docsTags": [],
|
|
648
|
+
"usage": {},
|
|
649
|
+
"props": [
|
|
650
|
+
{
|
|
651
|
+
"name": "target",
|
|
652
|
+
"type": "string",
|
|
653
|
+
"complexType": {
|
|
654
|
+
"original": "string",
|
|
655
|
+
"resolved": "string",
|
|
656
|
+
"references": {}
|
|
657
|
+
},
|
|
658
|
+
"mutable": false,
|
|
659
|
+
"attr": "target",
|
|
660
|
+
"reflectToAttr": false,
|
|
661
|
+
"docs": "The ID of the element to jump back to when the link is clicked.",
|
|
662
|
+
"docsTags": [],
|
|
663
|
+
"values": [
|
|
664
|
+
{
|
|
665
|
+
"type": "string"
|
|
666
|
+
}
|
|
667
|
+
],
|
|
668
|
+
"optional": false,
|
|
669
|
+
"required": true
|
|
670
|
+
}
|
|
671
|
+
],
|
|
672
|
+
"methods": [],
|
|
673
|
+
"events": [],
|
|
674
|
+
"listeners": [],
|
|
675
|
+
"styles": [
|
|
676
|
+
{
|
|
677
|
+
"name": "--ic-z-index-back-to-top",
|
|
678
|
+
"annotation": "prop",
|
|
679
|
+
"docs": "z-index of back to top"
|
|
680
|
+
}
|
|
681
|
+
],
|
|
682
|
+
"slots": [],
|
|
683
|
+
"parts": [],
|
|
684
|
+
"dependents": [],
|
|
685
|
+
"dependencies": [
|
|
686
|
+
"ic-typography"
|
|
687
|
+
],
|
|
688
|
+
"dependencyGraph": {
|
|
689
|
+
"ic-back-to-top": [
|
|
690
|
+
"ic-typography"
|
|
691
|
+
]
|
|
692
|
+
}
|
|
693
|
+
},
|
|
694
|
+
{
|
|
695
|
+
"filePath": "src/components/ic-badge/ic-badge.tsx",
|
|
696
|
+
"encapsulation": "shadow",
|
|
697
|
+
"tag": "ic-badge",
|
|
698
|
+
"readme": "# ic-badge\n\n\n",
|
|
699
|
+
"docs": "",
|
|
700
|
+
"docsTags": [],
|
|
701
|
+
"usage": {},
|
|
702
|
+
"props": [
|
|
703
|
+
{
|
|
704
|
+
"name": "accessibleLabel",
|
|
705
|
+
"type": "string",
|
|
706
|
+
"complexType": {
|
|
707
|
+
"original": "string",
|
|
708
|
+
"resolved": "string",
|
|
709
|
+
"references": {}
|
|
710
|
+
},
|
|
711
|
+
"mutable": false,
|
|
712
|
+
"attr": "accessible-label",
|
|
713
|
+
"reflectToAttr": false,
|
|
714
|
+
"docs": "The accessible label of the badge component to provide context for screen reader users.",
|
|
715
|
+
"docsTags": [],
|
|
716
|
+
"values": [
|
|
717
|
+
{
|
|
718
|
+
"type": "string"
|
|
719
|
+
}
|
|
720
|
+
],
|
|
721
|
+
"optional": true,
|
|
722
|
+
"required": false
|
|
723
|
+
},
|
|
724
|
+
{
|
|
725
|
+
"name": "customColor",
|
|
726
|
+
"type": "`#${string}` | `rgb(${string})` | `rgba(${string})`",
|
|
727
|
+
"complexType": {
|
|
728
|
+
"original": "IcColor",
|
|
729
|
+
"resolved": "`#${string}` | `rgb(${string})` | `rgba(${string})`",
|
|
730
|
+
"references": {
|
|
731
|
+
"IcColor": {
|
|
732
|
+
"location": "import",
|
|
733
|
+
"path": "./ic-badge.types",
|
|
734
|
+
"id": "src/components/ic-badge/ic-badge.types.ts::IcColor"
|
|
735
|
+
}
|
|
736
|
+
}
|
|
737
|
+
},
|
|
738
|
+
"mutable": false,
|
|
739
|
+
"attr": "custom-color",
|
|
740
|
+
"reflectToAttr": false,
|
|
741
|
+
"docs": "The custom badge colour. This will only style the badge component if variant=\"custom\".\nCan be a hex value e.g. \"#ff0000\", RGB e.g. \"rgb(255, 0, 0)\", or RGBA e.g. \"rgba(255, 0, 0, 1)\".",
|
|
742
|
+
"docsTags": [],
|
|
743
|
+
"default": "null",
|
|
744
|
+
"values": [
|
|
745
|
+
{
|
|
746
|
+
"type": "`#${string}`"
|
|
747
|
+
},
|
|
748
|
+
{
|
|
749
|
+
"type": "`rgb(${string})`"
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
"type": "`rgba(${string})`"
|
|
753
|
+
}
|
|
754
|
+
],
|
|
755
|
+
"optional": true,
|
|
756
|
+
"required": false
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
"name": "maxNumber",
|
|
760
|
+
"type": "number",
|
|
761
|
+
"complexType": {
|
|
762
|
+
"original": "number",
|
|
763
|
+
"resolved": "number",
|
|
764
|
+
"references": {}
|
|
765
|
+
},
|
|
766
|
+
"mutable": false,
|
|
767
|
+
"attr": "max-number",
|
|
768
|
+
"reflectToAttr": false,
|
|
769
|
+
"docs": "The maximum number shown on the badge appended with a +.\nThis will only be displayed if type=\"text\" and textLabel is not empty.",
|
|
770
|
+
"docsTags": [],
|
|
771
|
+
"values": [
|
|
772
|
+
{
|
|
773
|
+
"type": "number"
|
|
774
|
+
}
|
|
775
|
+
],
|
|
776
|
+
"optional": true,
|
|
777
|
+
"required": false
|
|
778
|
+
},
|
|
779
|
+
{
|
|
780
|
+
"name": "position",
|
|
781
|
+
"type": "\"far\" | \"inline\" | \"near\"",
|
|
782
|
+
"complexType": {
|
|
783
|
+
"original": "IcBadgePositions",
|
|
784
|
+
"resolved": "\"far\" | \"inline\" | \"near\"",
|
|
785
|
+
"references": {
|
|
786
|
+
"IcBadgePositions": {
|
|
787
|
+
"location": "import",
|
|
788
|
+
"path": "./ic-badge.types",
|
|
789
|
+
"id": "src/components/ic-badge/ic-badge.types.ts::IcBadgePositions"
|
|
790
|
+
}
|
|
791
|
+
}
|
|
792
|
+
},
|
|
793
|
+
"mutable": false,
|
|
794
|
+
"attr": "position",
|
|
795
|
+
"reflectToAttr": false,
|
|
796
|
+
"docs": "The positioning of the badge in reference to the parent element.",
|
|
797
|
+
"docsTags": [],
|
|
798
|
+
"default": "\"far\"",
|
|
799
|
+
"values": [
|
|
800
|
+
{
|
|
801
|
+
"value": "far",
|
|
802
|
+
"type": "string"
|
|
803
|
+
},
|
|
804
|
+
{
|
|
805
|
+
"value": "inline",
|
|
806
|
+
"type": "string"
|
|
807
|
+
},
|
|
808
|
+
{
|
|
809
|
+
"value": "near",
|
|
810
|
+
"type": "string"
|
|
811
|
+
}
|
|
812
|
+
],
|
|
813
|
+
"optional": true,
|
|
814
|
+
"required": false
|
|
815
|
+
},
|
|
816
|
+
{
|
|
817
|
+
"name": "size",
|
|
818
|
+
"type": "\"default\" | \"large\" | \"small\"",
|
|
819
|
+
"complexType": {
|
|
820
|
+
"original": "IcSizes",
|
|
821
|
+
"resolved": "\"default\" | \"large\" | \"small\"",
|
|
822
|
+
"references": {
|
|
823
|
+
"IcSizes": {
|
|
824
|
+
"location": "import",
|
|
825
|
+
"path": "../../utils/types",
|
|
826
|
+
"id": "src/utils/types.ts::IcSizes"
|
|
827
|
+
}
|
|
828
|
+
}
|
|
829
|
+
},
|
|
830
|
+
"mutable": false,
|
|
831
|
+
"attr": "size",
|
|
832
|
+
"reflectToAttr": false,
|
|
833
|
+
"docs": "The size of the badge to be displayed.",
|
|
834
|
+
"docsTags": [],
|
|
835
|
+
"default": "\"default\"",
|
|
836
|
+
"values": [
|
|
837
|
+
{
|
|
838
|
+
"value": "default",
|
|
839
|
+
"type": "string"
|
|
840
|
+
},
|
|
841
|
+
{
|
|
842
|
+
"value": "large",
|
|
843
|
+
"type": "string"
|
|
844
|
+
},
|
|
845
|
+
{
|
|
846
|
+
"value": "small",
|
|
847
|
+
"type": "string"
|
|
848
|
+
}
|
|
849
|
+
],
|
|
850
|
+
"optional": true,
|
|
851
|
+
"required": false
|
|
852
|
+
},
|
|
853
|
+
{
|
|
854
|
+
"name": "textLabel",
|
|
855
|
+
"type": "string",
|
|
856
|
+
"complexType": {
|
|
857
|
+
"original": "string",
|
|
858
|
+
"resolved": "string",
|
|
859
|
+
"references": {}
|
|
860
|
+
},
|
|
861
|
+
"mutable": false,
|
|
862
|
+
"attr": "text-label",
|
|
863
|
+
"reflectToAttr": false,
|
|
864
|
+
"docs": "The text displayed in the badge. This will only be displayed if type=\"text\".",
|
|
865
|
+
"docsTags": [],
|
|
866
|
+
"values": [
|
|
867
|
+
{
|
|
868
|
+
"type": "string"
|
|
869
|
+
}
|
|
870
|
+
],
|
|
871
|
+
"optional": true,
|
|
872
|
+
"required": false
|
|
873
|
+
},
|
|
874
|
+
{
|
|
875
|
+
"name": "type",
|
|
876
|
+
"type": "\"dot\" | \"icon\" | \"text\"",
|
|
877
|
+
"complexType": {
|
|
878
|
+
"original": "IcBadgeTypes",
|
|
879
|
+
"resolved": "\"dot\" | \"icon\" | \"text\"",
|
|
880
|
+
"references": {
|
|
881
|
+
"IcBadgeTypes": {
|
|
882
|
+
"location": "import",
|
|
883
|
+
"path": "./ic-badge.types",
|
|
884
|
+
"id": "src/components/ic-badge/ic-badge.types.ts::IcBadgeTypes"
|
|
885
|
+
}
|
|
886
|
+
}
|
|
887
|
+
},
|
|
888
|
+
"mutable": false,
|
|
889
|
+
"attr": "type",
|
|
124
890
|
"reflectToAttr": false,
|
|
125
|
-
"docs": "
|
|
891
|
+
"docs": "The type of badge to be displayed.",
|
|
126
892
|
"docsTags": [],
|
|
127
|
-
"default": "
|
|
893
|
+
"default": "\"text\"",
|
|
128
894
|
"values": [
|
|
129
895
|
{
|
|
130
|
-
"
|
|
896
|
+
"value": "dot",
|
|
897
|
+
"type": "string"
|
|
898
|
+
},
|
|
899
|
+
{
|
|
900
|
+
"value": "icon",
|
|
901
|
+
"type": "string"
|
|
902
|
+
},
|
|
903
|
+
{
|
|
904
|
+
"value": "text",
|
|
905
|
+
"type": "string"
|
|
131
906
|
}
|
|
132
907
|
],
|
|
133
908
|
"optional": true,
|
|
@@ -135,25 +910,29 @@
|
|
|
135
910
|
},
|
|
136
911
|
{
|
|
137
912
|
"name": "variant",
|
|
138
|
-
"type": "\"error\" | \"info\" | \"neutral\" | \"success\" | \"warning\"",
|
|
913
|
+
"type": "\"custom\" | \"error\" | \"info\" | \"light\" | \"neutral\" | \"success\" | \"warning\"",
|
|
139
914
|
"complexType": {
|
|
140
|
-
"original": "
|
|
141
|
-
"resolved": "\"error\" | \"info\" | \"neutral\" | \"success\" | \"warning\"",
|
|
915
|
+
"original": "IcBadgeVariants",
|
|
916
|
+
"resolved": "\"custom\" | \"error\" | \"info\" | \"light\" | \"neutral\" | \"success\" | \"warning\"",
|
|
142
917
|
"references": {
|
|
143
|
-
"
|
|
918
|
+
"IcBadgeVariants": {
|
|
144
919
|
"location": "import",
|
|
145
|
-
"path": "
|
|
146
|
-
"id": "src/
|
|
920
|
+
"path": "./ic-badge.types",
|
|
921
|
+
"id": "src/components/ic-badge/ic-badge.types.ts::IcBadgeVariants"
|
|
147
922
|
}
|
|
148
923
|
}
|
|
149
924
|
},
|
|
150
925
|
"mutable": false,
|
|
151
926
|
"attr": "variant",
|
|
152
927
|
"reflectToAttr": false,
|
|
153
|
-
"docs": "The variant of the
|
|
928
|
+
"docs": "The variant of the badge to be displayed.",
|
|
154
929
|
"docsTags": [],
|
|
155
930
|
"default": "\"neutral\"",
|
|
156
931
|
"values": [
|
|
932
|
+
{
|
|
933
|
+
"value": "custom",
|
|
934
|
+
"type": "string"
|
|
935
|
+
},
|
|
157
936
|
{
|
|
158
937
|
"value": "error",
|
|
159
938
|
"type": "string"
|
|
@@ -162,6 +941,10 @@
|
|
|
162
941
|
"value": "info",
|
|
163
942
|
"type": "string"
|
|
164
943
|
},
|
|
944
|
+
{
|
|
945
|
+
"value": "light",
|
|
946
|
+
"type": "string"
|
|
947
|
+
},
|
|
165
948
|
{
|
|
166
949
|
"value": "neutral",
|
|
167
950
|
"type": "string"
|
|
@@ -179,130 +962,55 @@
|
|
|
179
962
|
"required": false
|
|
180
963
|
}
|
|
181
964
|
],
|
|
182
|
-
"methods": [
|
|
183
|
-
"events": [
|
|
965
|
+
"methods": [
|
|
184
966
|
{
|
|
185
|
-
"
|
|
186
|
-
"
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
"original": "void",
|
|
190
|
-
"resolved": "void",
|
|
191
|
-
"references": {}
|
|
967
|
+
"name": "hideBadge",
|
|
968
|
+
"returns": {
|
|
969
|
+
"type": "Promise<void>",
|
|
970
|
+
"docs": ""
|
|
192
971
|
},
|
|
193
|
-
"cancelable": true,
|
|
194
|
-
"composed": true,
|
|
195
|
-
"docs": "",
|
|
196
|
-
"docsTags": [
|
|
197
|
-
{
|
|
198
|
-
"name": "deprecated",
|
|
199
|
-
"text": "This event should not be used anymore. Use icDismiss instead."
|
|
200
|
-
}
|
|
201
|
-
],
|
|
202
|
-
"deprecation": "This event should not be used anymore. Use icDismiss instead."
|
|
203
|
-
},
|
|
204
|
-
{
|
|
205
|
-
"event": "icDismiss",
|
|
206
|
-
"detail": "void",
|
|
207
|
-
"bubbles": true,
|
|
208
972
|
"complexType": {
|
|
209
|
-
"
|
|
210
|
-
"
|
|
211
|
-
"references": {
|
|
973
|
+
"signature": "() => Promise<void>",
|
|
974
|
+
"parameters": [],
|
|
975
|
+
"references": {
|
|
976
|
+
"Promise": {
|
|
977
|
+
"location": "global",
|
|
978
|
+
"id": "global::Promise"
|
|
979
|
+
}
|
|
980
|
+
},
|
|
981
|
+
"return": "Promise<void>"
|
|
212
982
|
},
|
|
213
|
-
"
|
|
214
|
-
"
|
|
215
|
-
"docs": "
|
|
983
|
+
"signature": "hideBadge() => Promise<void>",
|
|
984
|
+
"parameters": [],
|
|
985
|
+
"docs": "Use to hide the badge.",
|
|
216
986
|
"docsTags": []
|
|
217
|
-
}
|
|
218
|
-
],
|
|
219
|
-
"listeners": [
|
|
220
|
-
{
|
|
221
|
-
"event": "icDismiss",
|
|
222
|
-
"capture": true,
|
|
223
|
-
"passive": false
|
|
224
|
-
}
|
|
225
|
-
],
|
|
226
|
-
"styles": [],
|
|
227
|
-
"slots": [
|
|
228
|
-
{
|
|
229
|
-
"name": "action",
|
|
230
|
-
"docs": "Content is placed to the right of the message."
|
|
231
987
|
},
|
|
232
988
|
{
|
|
233
|
-
"name": "
|
|
234
|
-
"
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
"dependents": [
|
|
239
|
-
"ic-dialog"
|
|
240
|
-
],
|
|
241
|
-
"dependencies": [
|
|
242
|
-
"ic-typography",
|
|
243
|
-
"ic-button"
|
|
244
|
-
],
|
|
245
|
-
"dependencyGraph": {
|
|
246
|
-
"ic-alert": [
|
|
247
|
-
"ic-typography",
|
|
248
|
-
"ic-button"
|
|
249
|
-
],
|
|
250
|
-
"ic-button": [
|
|
251
|
-
"ic-loading-indicator",
|
|
252
|
-
"ic-tooltip"
|
|
253
|
-
],
|
|
254
|
-
"ic-loading-indicator": [
|
|
255
|
-
"ic-typography"
|
|
256
|
-
],
|
|
257
|
-
"ic-tooltip": [
|
|
258
|
-
"ic-typography"
|
|
259
|
-
],
|
|
260
|
-
"ic-dialog": [
|
|
261
|
-
"ic-alert"
|
|
262
|
-
]
|
|
263
|
-
}
|
|
264
|
-
},
|
|
265
|
-
{
|
|
266
|
-
"filePath": "src/components/ic-back-to-top/ic-back-to-top.tsx",
|
|
267
|
-
"encapsulation": "shadow",
|
|
268
|
-
"tag": "ic-back-to-top",
|
|
269
|
-
"readme": "# ic-back-to-top\n\n\n",
|
|
270
|
-
"docs": "",
|
|
271
|
-
"docsTags": [],
|
|
272
|
-
"usage": {},
|
|
273
|
-
"props": [
|
|
274
|
-
{
|
|
275
|
-
"name": "target",
|
|
276
|
-
"type": "string",
|
|
989
|
+
"name": "showBadge",
|
|
990
|
+
"returns": {
|
|
991
|
+
"type": "Promise<void>",
|
|
992
|
+
"docs": ""
|
|
993
|
+
},
|
|
277
994
|
"complexType": {
|
|
278
|
-
"
|
|
279
|
-
"
|
|
280
|
-
"references": {
|
|
995
|
+
"signature": "() => Promise<void>",
|
|
996
|
+
"parameters": [],
|
|
997
|
+
"references": {
|
|
998
|
+
"Promise": {
|
|
999
|
+
"location": "global",
|
|
1000
|
+
"id": "global::Promise"
|
|
1001
|
+
}
|
|
1002
|
+
},
|
|
1003
|
+
"return": "Promise<void>"
|
|
281
1004
|
},
|
|
282
|
-
"
|
|
283
|
-
"
|
|
284
|
-
"
|
|
285
|
-
"
|
|
286
|
-
"docsTags": [],
|
|
287
|
-
"values": [
|
|
288
|
-
{
|
|
289
|
-
"type": "string"
|
|
290
|
-
}
|
|
291
|
-
],
|
|
292
|
-
"optional": false,
|
|
293
|
-
"required": true
|
|
1005
|
+
"signature": "showBadge() => Promise<void>",
|
|
1006
|
+
"parameters": [],
|
|
1007
|
+
"docs": "Use to show the badge.",
|
|
1008
|
+
"docsTags": []
|
|
294
1009
|
}
|
|
295
1010
|
],
|
|
296
|
-
"methods": [],
|
|
297
1011
|
"events": [],
|
|
298
1012
|
"listeners": [],
|
|
299
|
-
"styles": [
|
|
300
|
-
{
|
|
301
|
-
"name": "--ic-z-index-back-to-top",
|
|
302
|
-
"annotation": "prop",
|
|
303
|
-
"docs": "z-index of back to top"
|
|
304
|
-
}
|
|
305
|
-
],
|
|
1013
|
+
"styles": [],
|
|
306
1014
|
"slots": [],
|
|
307
1015
|
"parts": [],
|
|
308
1016
|
"dependents": [],
|
|
@@ -310,7 +1018,7 @@
|
|
|
310
1018
|
"ic-typography"
|
|
311
1019
|
],
|
|
312
1020
|
"dependencyGraph": {
|
|
313
|
-
"ic-
|
|
1021
|
+
"ic-badge": [
|
|
314
1022
|
"ic-typography"
|
|
315
1023
|
]
|
|
316
1024
|
}
|
|
@@ -534,6 +1242,10 @@
|
|
|
534
1242
|
{
|
|
535
1243
|
"name": "slot",
|
|
536
1244
|
"text": "right-icon - Content will be placed to the right of the button label."
|
|
1245
|
+
},
|
|
1246
|
+
{
|
|
1247
|
+
"name": "slot",
|
|
1248
|
+
"text": "badge - Badge component overlaying the top right of the button."
|
|
537
1249
|
}
|
|
538
1250
|
],
|
|
539
1251
|
"usage": {},
|
|
@@ -1197,6 +1909,10 @@
|
|
|
1197
1909
|
}
|
|
1198
1910
|
],
|
|
1199
1911
|
"slots": [
|
|
1912
|
+
{
|
|
1913
|
+
"name": "badge",
|
|
1914
|
+
"docs": "Badge component overlaying the top right of the button."
|
|
1915
|
+
},
|
|
1200
1916
|
{
|
|
1201
1917
|
"name": "icon",
|
|
1202
1918
|
"docs": "Deprecated. This slot should not be used anymore. Use left-icon or right-icon slot instead."
|
|
@@ -1212,6 +1928,7 @@
|
|
|
1212
1928
|
],
|
|
1213
1929
|
"parts": [],
|
|
1214
1930
|
"dependents": [
|
|
1931
|
+
"ic-accordion-group",
|
|
1215
1932
|
"ic-alert",
|
|
1216
1933
|
"ic-card",
|
|
1217
1934
|
"ic-dialog",
|
|
@@ -1242,6 +1959,9 @@
|
|
|
1242
1959
|
"ic-tooltip": [
|
|
1243
1960
|
"ic-typography"
|
|
1244
1961
|
],
|
|
1962
|
+
"ic-accordion-group": [
|
|
1963
|
+
"ic-button"
|
|
1964
|
+
],
|
|
1245
1965
|
"ic-alert": [
|
|
1246
1966
|
"ic-button"
|
|
1247
1967
|
],
|
|
@@ -2421,6 +3141,10 @@
|
|
|
2421
3141
|
{
|
|
2422
3142
|
"name": "slot",
|
|
2423
3143
|
"text": "icon - Content will be rendered at the start of the chip."
|
|
3144
|
+
},
|
|
3145
|
+
{
|
|
3146
|
+
"name": "slot",
|
|
3147
|
+
"text": "badge - Badge component overlaying the top right of the chip."
|
|
2424
3148
|
}
|
|
2425
3149
|
],
|
|
2426
3150
|
"usage": {},
|
|
@@ -2630,6 +3354,10 @@
|
|
|
2630
3354
|
],
|
|
2631
3355
|
"styles": [],
|
|
2632
3356
|
"slots": [
|
|
3357
|
+
{
|
|
3358
|
+
"name": "badge",
|
|
3359
|
+
"docs": "Badge component overlaying the top right of the chip."
|
|
3360
|
+
},
|
|
2633
3361
|
{
|
|
2634
3362
|
"name": "icon",
|
|
2635
3363
|
"docs": "Content will be rendered at the start of the chip."
|
|
@@ -8721,9 +9449,9 @@
|
|
|
8721
9449
|
}
|
|
8722
9450
|
}
|
|
8723
9451
|
},
|
|
8724
|
-
"mutable":
|
|
9452
|
+
"mutable": false,
|
|
8725
9453
|
"attr": "orientation",
|
|
8726
|
-
"reflectToAttr":
|
|
9454
|
+
"reflectToAttr": false,
|
|
8727
9455
|
"docs": "The orientation of the radio buttons in the radio group. If there are more than two radio buttons in a radio group or either of the radio buttons use the `additional-field` slot, then the orientation will always be vertical.",
|
|
8728
9456
|
"docsTags": [],
|
|
8729
9457
|
"default": "\"vertical\"",
|
|
@@ -12495,6 +13223,10 @@
|
|
|
12495
13223
|
{
|
|
12496
13224
|
"name": "slot",
|
|
12497
13225
|
"text": "icon - Content will be rendered next to the tab label."
|
|
13226
|
+
},
|
|
13227
|
+
{
|
|
13228
|
+
"name": "slot",
|
|
13229
|
+
"text": "badge - Badge component displayed inline with the tab."
|
|
12498
13230
|
}
|
|
12499
13231
|
],
|
|
12500
13232
|
"usage": {},
|
|
@@ -12550,6 +13282,10 @@
|
|
|
12550
13282
|
"listeners": [],
|
|
12551
13283
|
"styles": [],
|
|
12552
13284
|
"slots": [
|
|
13285
|
+
{
|
|
13286
|
+
"name": "badge",
|
|
13287
|
+
"docs": "Badge component displayed inline with the tab."
|
|
13288
|
+
},
|
|
12553
13289
|
{
|
|
12554
13290
|
"name": "icon",
|
|
12555
13291
|
"docs": "Content will be rendered next to the tab label."
|
|
@@ -15138,10 +15874,10 @@
|
|
|
15138
15874
|
},
|
|
15139
15875
|
{
|
|
15140
15876
|
"name": "variant",
|
|
15141
|
-
"type": "\"body\" | \"caption\" | \"caption-uppercase\" | \"code-extra-small\" | \"code-large\" | \"code-small\" | \"h1\" | \"h2\" | \"h3\" | \"h4\" | \"label\" | \"label-uppercase\" | \"subtitle-large\" | \"subtitle-small\"",
|
|
15877
|
+
"type": "\"badge\" | \"badge-small\" | \"body\" | \"caption\" | \"caption-uppercase\" | \"code-extra-small\" | \"code-large\" | \"code-small\" | \"h1\" | \"h2\" | \"h3\" | \"h4\" | \"label\" | \"label-uppercase\" | \"subtitle-large\" | \"subtitle-small\"",
|
|
15142
15878
|
"complexType": {
|
|
15143
15879
|
"original": "IcTypographyVariants",
|
|
15144
|
-
"resolved": "\"body\" | \"caption\" | \"caption-uppercase\" | \"code-extra-small\" | \"code-large\" | \"code-small\" | \"h1\" | \"h2\" | \"h3\" | \"h4\" | \"label\" | \"label-uppercase\" | \"subtitle-large\" | \"subtitle-small\"",
|
|
15880
|
+
"resolved": "\"badge\" | \"badge-small\" | \"body\" | \"caption\" | \"caption-uppercase\" | \"code-extra-small\" | \"code-large\" | \"code-small\" | \"h1\" | \"h2\" | \"h3\" | \"h4\" | \"label\" | \"label-uppercase\" | \"subtitle-large\" | \"subtitle-small\"",
|
|
15145
15881
|
"references": {
|
|
15146
15882
|
"IcTypographyVariants": {
|
|
15147
15883
|
"location": "import",
|
|
@@ -15157,6 +15893,14 @@
|
|
|
15157
15893
|
"docsTags": [],
|
|
15158
15894
|
"default": "\"body\"",
|
|
15159
15895
|
"values": [
|
|
15896
|
+
{
|
|
15897
|
+
"value": "badge",
|
|
15898
|
+
"type": "string"
|
|
15899
|
+
},
|
|
15900
|
+
{
|
|
15901
|
+
"value": "badge-small",
|
|
15902
|
+
"type": "string"
|
|
15903
|
+
},
|
|
15160
15904
|
{
|
|
15161
15905
|
"value": "body",
|
|
15162
15906
|
"type": "string"
|
|
@@ -15225,8 +15969,11 @@
|
|
|
15225
15969
|
"slots": [],
|
|
15226
15970
|
"parts": [],
|
|
15227
15971
|
"dependents": [
|
|
15972
|
+
"ic-accordion",
|
|
15973
|
+
"ic-accordion-group",
|
|
15228
15974
|
"ic-alert",
|
|
15229
15975
|
"ic-back-to-top",
|
|
15976
|
+
"ic-badge",
|
|
15230
15977
|
"ic-card",
|
|
15231
15978
|
"ic-checkbox",
|
|
15232
15979
|
"ic-chip",
|
|
@@ -15264,12 +16011,21 @@
|
|
|
15264
16011
|
],
|
|
15265
16012
|
"dependencies": [],
|
|
15266
16013
|
"dependencyGraph": {
|
|
16014
|
+
"ic-accordion": [
|
|
16015
|
+
"ic-typography"
|
|
16016
|
+
],
|
|
16017
|
+
"ic-accordion-group": [
|
|
16018
|
+
"ic-typography"
|
|
16019
|
+
],
|
|
15267
16020
|
"ic-alert": [
|
|
15268
16021
|
"ic-typography"
|
|
15269
16022
|
],
|
|
15270
16023
|
"ic-back-to-top": [
|
|
15271
16024
|
"ic-typography"
|
|
15272
16025
|
],
|
|
16026
|
+
"ic-badge": [
|
|
16027
|
+
"ic-typography"
|
|
16028
|
+
],
|
|
15273
16029
|
"ic-card": [
|
|
15274
16030
|
"ic-typography"
|
|
15275
16031
|
],
|
|
@@ -15376,6 +16132,16 @@
|
|
|
15376
16132
|
}
|
|
15377
16133
|
],
|
|
15378
16134
|
"typeLibrary": {
|
|
16135
|
+
"src/utils/types.ts::IcThemeForeground": {
|
|
16136
|
+
"declaration": "export type IcThemeForeground = \"default\" | \"dark\" | \"light\";",
|
|
16137
|
+
"docstring": "",
|
|
16138
|
+
"path": "src/utils/types.ts"
|
|
16139
|
+
},
|
|
16140
|
+
"src/utils/types.ts::IcSizes": {
|
|
16141
|
+
"declaration": "export type IcSizes = \"default\" | \"large\" | \"small\";",
|
|
16142
|
+
"docstring": "",
|
|
16143
|
+
"path": "src/utils/types.ts"
|
|
16144
|
+
},
|
|
15379
16145
|
"src/utils/types.ts::IcStatusVariants": {
|
|
15380
16146
|
"declaration": "export type IcStatusVariants =\n | \"neutral\"\n | \"info\"\n | \"warning\"\n | \"error\"\n | \"success\";",
|
|
15381
16147
|
"docstring": "",
|
|
@@ -15396,15 +16162,25 @@
|
|
|
15396
16162
|
"docstring": "",
|
|
15397
16163
|
"path": "src/components/ic-footer/ic-footer.types.tsx"
|
|
15398
16164
|
},
|
|
15399
|
-
"src/
|
|
15400
|
-
"declaration": "export type
|
|
16165
|
+
"src/components/ic-badge/ic-badge.types.ts::IcColor": {
|
|
16166
|
+
"declaration": "export type IcColor = RGB | RGBA | HEX;",
|
|
15401
16167
|
"docstring": "",
|
|
15402
|
-
"path": "src/
|
|
16168
|
+
"path": "src/components/ic-badge/ic-badge.types.ts"
|
|
15403
16169
|
},
|
|
15404
|
-
"src/
|
|
15405
|
-
"declaration": "export type
|
|
16170
|
+
"src/components/ic-badge/ic-badge.types.ts::IcBadgePositions": {
|
|
16171
|
+
"declaration": "export type IcBadgePositions = \"far\" | \"near\" | \"inline\";",
|
|
15406
16172
|
"docstring": "",
|
|
15407
|
-
"path": "src/
|
|
16173
|
+
"path": "src/components/ic-badge/ic-badge.types.ts"
|
|
16174
|
+
},
|
|
16175
|
+
"src/components/ic-badge/ic-badge.types.ts::IcBadgeTypes": {
|
|
16176
|
+
"declaration": "export type IcBadgeTypes = \"dot\" | \"text\" | \"icon\";",
|
|
16177
|
+
"docstring": "",
|
|
16178
|
+
"path": "src/components/ic-badge/ic-badge.types.ts"
|
|
16179
|
+
},
|
|
16180
|
+
"src/components/ic-badge/ic-badge.types.ts::IcBadgeVariants": {
|
|
16181
|
+
"declaration": "export type IcBadgeVariants = IcStatusVariants | \"light\" | \"custom\";",
|
|
16182
|
+
"docstring": "",
|
|
16183
|
+
"path": "src/components/ic-badge/ic-badge.types.ts"
|
|
15408
16184
|
},
|
|
15409
16185
|
"src/components/ic-button/ic-button.types.ts::IcButtonTooltipPlacement": {
|
|
15410
16186
|
"declaration": "export type IcButtonTooltipPlacement = \"top\" | \"right\" | \"bottom\" | \"left\";",
|
|
@@ -15421,6 +16197,21 @@
|
|
|
15421
16197
|
"docstring": "",
|
|
15422
16198
|
"path": "src/components/ic-button/ic-button.types.ts"
|
|
15423
16199
|
},
|
|
16200
|
+
"src/components/ic-chip/ic-chip.types.ts::IcChipAppearance": {
|
|
16201
|
+
"declaration": "export type IcChipAppearance = \"filled\" | \"outline\";",
|
|
16202
|
+
"docstring": "",
|
|
16203
|
+
"path": "src/components/ic-chip/ic-chip.types.ts"
|
|
16204
|
+
},
|
|
16205
|
+
"src/utils/types.ts::IcThemeForegroundNoDefault": {
|
|
16206
|
+
"declaration": "export type IcThemeForegroundNoDefault = \"dark\" | \"light\";",
|
|
16207
|
+
"docstring": "",
|
|
16208
|
+
"path": "src/utils/types.ts"
|
|
16209
|
+
},
|
|
16210
|
+
"src/components/ic-tab/ic-tab.types.ts::IcTabClickEventDetail": {
|
|
16211
|
+
"declaration": "export interface IcTabClickEventDetail {\n tabId: string;\n contextId: string;\n position: number;\n}",
|
|
16212
|
+
"docstring": "",
|
|
16213
|
+
"path": "src/components/ic-tab/ic-tab.types.ts"
|
|
16214
|
+
},
|
|
15424
16215
|
"src/utils/types.ts::IcAdditionalFieldTypes": {
|
|
15425
16216
|
"declaration": "export type IcAdditionalFieldTypes = \"static\" | \"dynamic\";",
|
|
15426
16217
|
"docstring": "",
|
|
@@ -15466,18 +16257,13 @@
|
|
|
15466
16257
|
"docstring": "",
|
|
15467
16258
|
"path": "src/utils/types.ts"
|
|
15468
16259
|
},
|
|
15469
|
-
"src/components/ic-chip/ic-chip.types.ts::IcChipAppearance": {
|
|
15470
|
-
"declaration": "export type IcChipAppearance = \"filled\" | \"outline\";",
|
|
15471
|
-
"docstring": "",
|
|
15472
|
-
"path": "src/components/ic-chip/ic-chip.types.ts"
|
|
15473
|
-
},
|
|
15474
16260
|
"src/components/ic-empty-state/ic-empty-state.types.ts::IcEmptyStateAlignment": {
|
|
15475
16261
|
"declaration": "export type IcEmptyStateAlignment = \"left\" | \"center\" | \"right\";",
|
|
15476
16262
|
"docstring": "",
|
|
15477
16263
|
"path": "src/components/ic-empty-state/ic-empty-state.types.ts"
|
|
15478
16264
|
},
|
|
15479
16265
|
"src/utils/types.ts::IcTypographyVariants": {
|
|
15480
|
-
"declaration": "export type IcTypographyVariants =\n | \"h1\"\n | \"h2\"\n | \"h3\"\n | \"h4\"\n | \"subtitle-large\"\n | \"subtitle-small\"\n | \"body\"\n | \"label\"\n | \"label-uppercase\"\n | \"caption\"\n | \"caption-uppercase\"\n | \"code-large\"\n | \"code-small\"\n | \"code-extra-small\";",
|
|
16266
|
+
"declaration": "export type IcTypographyVariants =\n | \"h1\"\n | \"h2\"\n | \"h3\"\n | \"h4\"\n | \"subtitle-large\"\n | \"subtitle-small\"\n | \"body\"\n | \"label\"\n | \"label-uppercase\"\n | \"caption\"\n | \"caption-uppercase\"\n | \"code-large\"\n | \"code-small\"\n | \"code-extra-small\"\n | \"badge\"\n | \"badge-small\";",
|
|
15481
16267
|
"docstring": "",
|
|
15482
16268
|
"path": "src/utils/types.ts"
|
|
15483
16269
|
},
|
|
@@ -15491,11 +16277,6 @@
|
|
|
15491
16277
|
"docstring": "",
|
|
15492
16278
|
"path": "src/components/ic-input-validation/ic-input-validation.types.tsx"
|
|
15493
16279
|
},
|
|
15494
|
-
"src/utils/types.ts::IcThemeForegroundNoDefault": {
|
|
15495
|
-
"declaration": "export type IcThemeForegroundNoDefault = \"dark\" | \"light\";",
|
|
15496
|
-
"docstring": "",
|
|
15497
|
-
"path": "src/utils/types.ts"
|
|
15498
|
-
},
|
|
15499
16280
|
"src/components/ic-loading-indicator/ic-loading-indicator.types.tsx::IcLoadingSizes": {
|
|
15500
16281
|
"declaration": "export type IcLoadingSizes = \"default\" | \"small\" | \"large\" | \"icon\";",
|
|
15501
16282
|
"docstring": "",
|
|
@@ -15621,11 +16402,6 @@
|
|
|
15621
16402
|
"docstring": "",
|
|
15622
16403
|
"path": "src/components/ic-switch/ic-switch.types.ts"
|
|
15623
16404
|
},
|
|
15624
|
-
"src/components/ic-tab/ic-tab.types.ts::IcTabClickEventDetail": {
|
|
15625
|
-
"declaration": "export interface IcTabClickEventDetail {\n tabId: string;\n contextId: string;\n position: number;\n}",
|
|
15626
|
-
"docstring": "",
|
|
15627
|
-
"path": "src/components/ic-tab/ic-tab.types.ts"
|
|
15628
|
-
},
|
|
15629
16405
|
"src/components/ic-tab/ic-tab.types.ts::IcTabSelectEventDetail": {
|
|
15630
16406
|
"declaration": "export interface IcTabSelectEventDetail {\n tabIndex: number;\n}",
|
|
15631
16407
|
"docstring": "",
|