@patternfly/elements 2.0.0 → 2.0.2
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/custom-elements.json +130 -123
- package/package.json +2 -2
- package/pf-accordion/BaseAccordionHeader.d.ts +2 -2
- package/pf-accordion/BaseAccordionHeader.js +29 -23
- package/pf-accordion/BaseAccordionHeader.js.map +1 -1
- package/pf-accordion/BaseAccordionPanel.css +1 -0
- package/pf-accordion/BaseAccordionPanel.js +1 -1
- package/pf-accordion/pf-accordion-header.js.map +1 -1
- package/pf-accordion/pf-accordion-panel.js.map +1 -1
- package/pf-accordion/pf-accordion.d.ts +1 -2
- package/pf-accordion/pf-accordion.js +1 -2
- package/pf-accordion/pf-accordion.js.map +1 -1
- package/pf-avatar/BaseAvatar.js.map +1 -1
- package/pf-avatar/pf-avatar.d.ts +1 -2
- package/pf-avatar/pf-avatar.js +1 -2
- package/pf-avatar/pf-avatar.js.map +1 -1
- package/pf-badge/pf-badge.js.map +1 -1
- package/pf-button/BaseButton.js.map +1 -1
- package/pf-button/pf-button.d.ts +6 -8
- package/pf-button/pf-button.js +6 -8
- package/pf-button/pf-button.js.map +1 -1
- package/pf-card/pf-card.d.ts +5 -2
- package/pf-card/pf-card.js +5 -2
- package/pf-card/pf-card.js.map +1 -1
- package/pf-clipboard-copy/pf-clipboard-copy.css +21 -1
- package/pf-clipboard-copy/pf-clipboard-copy.d.ts +2 -1
- package/pf-clipboard-copy/pf-clipboard-copy.js +13 -10
- package/pf-clipboard-copy/pf-clipboard-copy.js.map +1 -1
- package/pf-code-block/pf-code-block.d.ts +2 -0
- package/pf-code-block/pf-code-block.js +2 -0
- package/pf-code-block/pf-code-block.js.map +1 -1
- package/pf-icon/BaseIcon.js.map +1 -1
- package/pf-icon/pf-icon.d.ts +2 -1
- package/pf-icon/pf-icon.js +2 -1
- package/pf-icon/pf-icon.js.map +1 -1
- package/pf-jump-links/pf-jump-links-item.d.ts +3 -2
- package/pf-jump-links/pf-jump-links-item.js +2 -7
- package/pf-jump-links/pf-jump-links-item.js.map +1 -1
- package/pf-jump-links/pf-jump-links.d.ts +9 -4
- package/pf-jump-links/pf-jump-links.js +20 -17
- package/pf-jump-links/pf-jump-links.js.map +1 -1
- package/pf-label/pf-label.d.ts +2 -1
- package/pf-label/pf-label.js +2 -1
- package/pf-label/pf-label.js.map +1 -1
- package/pf-modal/pf-modal.d.ts +2 -2
- package/pf-modal/pf-modal.js +2 -2
- package/pf-modal/pf-modal.js.map +1 -1
- package/pf-panel/pf-panel.d.ts +5 -1
- package/pf-panel/pf-panel.js +5 -1
- package/pf-panel/pf-panel.js.map +1 -1
- package/pf-progress-stepper/pf-progress-step.js.map +1 -1
- package/pf-progress-stepper/pf-progress-stepper.d.ts +1 -1
- package/pf-progress-stepper/pf-progress-stepper.js +1 -1
- package/pf-progress-stepper/pf-progress-stepper.js.map +1 -1
- package/pf-spinner/BaseSpinner.js.map +1 -1
- package/pf-spinner/pf-spinner.d.ts +3 -0
- package/pf-spinner/pf-spinner.js +3 -0
- package/pf-spinner/pf-spinner.js.map +1 -1
- package/pf-switch/pf-switch.d.ts +6 -1
- package/pf-switch/pf-switch.js +6 -1
- package/pf-switch/pf-switch.js.map +1 -1
- package/pf-tabs/BaseTabs.js.map +1 -1
- package/pf-tabs/pf-tab.d.ts +1 -1
- package/pf-tabs/pf-tab.js +1 -1
- package/pf-tabs/pf-tab.js.map +1 -1
- package/pf-tabs/pf-tabs.d.ts +1 -3
- package/pf-tabs/pf-tabs.js +1 -3
- package/pf-tabs/pf-tabs.js.map +1 -1
- package/pf-tile/pf-tile.d.ts +5 -1
- package/pf-tile/pf-tile.js +5 -1
- package/pf-tile/pf-tile.js.map +1 -1
- package/pf-timestamp/pf-timestamp.d.ts +3 -0
- package/pf-timestamp/pf-timestamp.js +3 -0
- package/pf-timestamp/pf-timestamp.js.map +1 -1
- package/pf-tooltip/BaseTooltip.js.map +1 -1
- package/pf-tooltip/pf-tooltip.d.ts +3 -4
- package/pf-tooltip/pf-tooltip.js +3 -4
- package/pf-tooltip/pf-tooltip.js.map +1 -1
- package/pfe.min.js +113 -113
- package/pfe.min.js.map +3 -3
package/custom-elements.json
CHANGED
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
"kind": "field",
|
|
144
144
|
"name": "bordered",
|
|
145
145
|
"type": {
|
|
146
|
-
"text": "'true'|'false' | undefined"
|
|
146
|
+
"text": "'true' | 'false' | undefined"
|
|
147
147
|
},
|
|
148
148
|
"attribute": "bordered",
|
|
149
149
|
"reflects": true
|
|
@@ -218,9 +218,8 @@
|
|
|
218
218
|
"kind": "field",
|
|
219
219
|
"name": "headingText",
|
|
220
220
|
"type": {
|
|
221
|
-
"text": "string"
|
|
221
|
+
"text": "string | undefined"
|
|
222
222
|
},
|
|
223
|
-
"default": "''",
|
|
224
223
|
"attribute": "heading-text",
|
|
225
224
|
"reflects": true,
|
|
226
225
|
"inheritedFrom": {
|
|
@@ -232,9 +231,8 @@
|
|
|
232
231
|
"kind": "field",
|
|
233
232
|
"name": "headingTag",
|
|
234
233
|
"type": {
|
|
235
|
-
"text": "string"
|
|
234
|
+
"text": "string | undefined"
|
|
236
235
|
},
|
|
237
|
-
"default": "'h3'",
|
|
238
236
|
"attribute": "heading-tag",
|
|
239
237
|
"reflects": true,
|
|
240
238
|
"inheritedFrom": {
|
|
@@ -264,6 +262,18 @@
|
|
|
264
262
|
"module": "pf-accordion/BaseAccordionHeader.js"
|
|
265
263
|
}
|
|
266
264
|
},
|
|
265
|
+
{
|
|
266
|
+
"kind": "field",
|
|
267
|
+
"name": "#header",
|
|
268
|
+
"privacy": "private",
|
|
269
|
+
"type": {
|
|
270
|
+
"text": "HTMLElement | undefined"
|
|
271
|
+
},
|
|
272
|
+
"inheritedFrom": {
|
|
273
|
+
"name": "BaseAccordionHeader",
|
|
274
|
+
"module": "pf-accordion/BaseAccordionHeader.js"
|
|
275
|
+
}
|
|
276
|
+
},
|
|
267
277
|
{
|
|
268
278
|
"kind": "method",
|
|
269
279
|
"name": "#initHeader",
|
|
@@ -273,12 +283,21 @@
|
|
|
273
283
|
"module": "pf-accordion/BaseAccordionHeader.js"
|
|
274
284
|
}
|
|
275
285
|
},
|
|
286
|
+
{
|
|
287
|
+
"kind": "method",
|
|
288
|
+
"name": "#renderHeaderContent",
|
|
289
|
+
"privacy": "private",
|
|
290
|
+
"inheritedFrom": {
|
|
291
|
+
"name": "BaseAccordionHeader",
|
|
292
|
+
"module": "pf-accordion/BaseAccordionHeader.js"
|
|
293
|
+
}
|
|
294
|
+
},
|
|
276
295
|
{
|
|
277
296
|
"kind": "method",
|
|
278
297
|
"name": "#getOrCreateHeader",
|
|
279
298
|
"return": {
|
|
280
299
|
"type": {
|
|
281
|
-
"text": "HTMLElement|undefined"
|
|
300
|
+
"text": "HTMLElement | undefined"
|
|
282
301
|
}
|
|
283
302
|
},
|
|
284
303
|
"privacy": "private",
|
|
@@ -318,7 +337,7 @@
|
|
|
318
337
|
{
|
|
319
338
|
"name": "bordered",
|
|
320
339
|
"type": {
|
|
321
|
-
"text": "'true'|'false' | undefined"
|
|
340
|
+
"text": "'true' | 'false' | undefined"
|
|
322
341
|
},
|
|
323
342
|
"fieldName": "bordered"
|
|
324
343
|
},
|
|
@@ -351,9 +370,8 @@
|
|
|
351
370
|
{
|
|
352
371
|
"name": "heading-text",
|
|
353
372
|
"type": {
|
|
354
|
-
"text": "string"
|
|
373
|
+
"text": "string | undefined"
|
|
355
374
|
},
|
|
356
|
-
"default": "''",
|
|
357
375
|
"fieldName": "headingText",
|
|
358
376
|
"inheritedFrom": {
|
|
359
377
|
"name": "BaseAccordionHeader",
|
|
@@ -363,9 +381,8 @@
|
|
|
363
381
|
{
|
|
364
382
|
"name": "heading-tag",
|
|
365
383
|
"type": {
|
|
366
|
-
"text": "string"
|
|
384
|
+
"text": "string | undefined"
|
|
367
385
|
},
|
|
368
|
-
"default": "'h3'",
|
|
369
386
|
"fieldName": "headingTag",
|
|
370
387
|
"inheritedFrom": {
|
|
371
388
|
"name": "BaseAccordionHeader",
|
|
@@ -486,7 +503,7 @@
|
|
|
486
503
|
"kind": "field",
|
|
487
504
|
"name": "bordered",
|
|
488
505
|
"type": {
|
|
489
|
-
"text": "'true'|'false' | undefined"
|
|
506
|
+
"text": "'true' | 'false' | undefined"
|
|
490
507
|
},
|
|
491
508
|
"attribute": "bordered",
|
|
492
509
|
"reflects": true
|
|
@@ -510,7 +527,7 @@
|
|
|
510
527
|
{
|
|
511
528
|
"name": "bordered",
|
|
512
529
|
"type": {
|
|
513
|
-
"text": "'true'|'false' | undefined"
|
|
530
|
+
"text": "'true' | 'false' | undefined"
|
|
514
531
|
},
|
|
515
532
|
"fieldName": "bordered"
|
|
516
533
|
},
|
|
@@ -560,7 +577,7 @@
|
|
|
560
577
|
"declarations": [
|
|
561
578
|
{
|
|
562
579
|
"kind": "class",
|
|
563
|
-
"description": "
|
|
580
|
+
"description": "An accordion is an interactive container that expands and collapses to hide or reveal nested content. It takes advantage of progressive disclosure to help reduce page scrolling, by allowing users to choose whether they want to show or hide more detailed information as needed.",
|
|
564
581
|
"name": "PfAccordion",
|
|
565
582
|
"cssProperties": [
|
|
566
583
|
{
|
|
@@ -1286,14 +1303,14 @@
|
|
|
1286
1303
|
"declarations": [
|
|
1287
1304
|
{
|
|
1288
1305
|
"kind": "class",
|
|
1289
|
-
"description": "
|
|
1306
|
+
"description": "An avatar is a visual used to represent a user. It may contain an image or a placeholder graphic.",
|
|
1290
1307
|
"name": "PfAvatar",
|
|
1291
1308
|
"members": [
|
|
1292
1309
|
{
|
|
1293
1310
|
"kind": "field",
|
|
1294
1311
|
"name": "size",
|
|
1295
1312
|
"type": {
|
|
1296
|
-
"text": "'sm'|'md'|'lg'|'xl'"
|
|
1313
|
+
"text": "'sm' | 'md' | 'lg' | 'xl'"
|
|
1297
1314
|
},
|
|
1298
1315
|
"default": "'sm'",
|
|
1299
1316
|
"description": "Size of the Avatar",
|
|
@@ -1308,7 +1325,7 @@
|
|
|
1308
1325
|
"kind": "field",
|
|
1309
1326
|
"name": "border",
|
|
1310
1327
|
"type": {
|
|
1311
|
-
"text": "'light'|'dark' | undefined"
|
|
1328
|
+
"text": "'light' | 'dark' | undefined"
|
|
1312
1329
|
},
|
|
1313
1330
|
"description": "Whether to display a border around the avatar",
|
|
1314
1331
|
"attribute": "border",
|
|
@@ -1362,7 +1379,7 @@
|
|
|
1362
1379
|
{
|
|
1363
1380
|
"name": "size",
|
|
1364
1381
|
"type": {
|
|
1365
|
-
"text": "'sm'|'md'|'lg'|'xl'"
|
|
1382
|
+
"text": "'sm' | 'md' | 'lg' | 'xl'"
|
|
1366
1383
|
},
|
|
1367
1384
|
"default": "'sm'",
|
|
1368
1385
|
"description": "Size of the Avatar",
|
|
@@ -1375,7 +1392,7 @@
|
|
|
1375
1392
|
{
|
|
1376
1393
|
"name": "border",
|
|
1377
1394
|
"type": {
|
|
1378
|
-
"text": "'light'|'dark' | undefined"
|
|
1395
|
+
"text": "'light' | 'dark' | undefined"
|
|
1379
1396
|
},
|
|
1380
1397
|
"description": "Whether to display a border around the avatar",
|
|
1381
1398
|
"fieldName": "border"
|
|
@@ -1591,7 +1608,7 @@
|
|
|
1591
1608
|
{
|
|
1592
1609
|
"name": "state",
|
|
1593
1610
|
"type": {
|
|
1594
|
-
"text": "'unread'|'read' | undefined"
|
|
1611
|
+
"text": "'unread' | 'read' | undefined"
|
|
1595
1612
|
},
|
|
1596
1613
|
"description": "Denotes the state-of-affairs this badge represents\nOptions include read and unread",
|
|
1597
1614
|
"fieldName": "state"
|
|
@@ -1652,7 +1669,7 @@
|
|
|
1652
1669
|
"declarations": [
|
|
1653
1670
|
{
|
|
1654
1671
|
"kind": "class",
|
|
1655
|
-
"description": "Buttons
|
|
1672
|
+
"description": "A button is a box area or text that communicates and triggers user actions when\nclicked or selected. Buttons can be used to communicate and immediately trigger\nactions a user can take in an application, like submitting a form, canceling a\nprocess, or creating a new object. Buttons can also be used to take a user to a\nnew location, like another page inside of a web application, or an external site\nsuch as help or documentation..",
|
|
1656
1673
|
"name": "PfButton",
|
|
1657
1674
|
"cssProperties": [
|
|
1658
1675
|
{
|
|
@@ -2291,21 +2308,6 @@
|
|
|
2291
2308
|
"default": "transparent"
|
|
2292
2309
|
}
|
|
2293
2310
|
],
|
|
2294
|
-
"cssParts": [
|
|
2295
|
-
{
|
|
2296
|
-
"description": "Container for the state slot.",
|
|
2297
|
-
"name": "state"
|
|
2298
|
-
}
|
|
2299
|
-
],
|
|
2300
|
-
"slots": [
|
|
2301
|
-
{
|
|
2302
|
-
"description": "Contains the button's icon or state indicator, e.g. a spinner.",
|
|
2303
|
-
"name": "icon"
|
|
2304
|
-
},
|
|
2305
|
-
{
|
|
2306
|
-
"description": "Must contain exactly one `<button>` element as the only content not assigned to a named slot."
|
|
2307
|
-
}
|
|
2308
|
-
],
|
|
2309
2311
|
"members": [
|
|
2310
2312
|
{
|
|
2311
2313
|
"kind": "field",
|
|
@@ -2461,7 +2463,7 @@
|
|
|
2461
2463
|
"kind": "field",
|
|
2462
2464
|
"name": "type",
|
|
2463
2465
|
"type": {
|
|
2464
|
-
"text": "'button'|'submit'|'reset' | undefined"
|
|
2466
|
+
"text": "'button' | 'submit' | 'reset' | undefined"
|
|
2465
2467
|
},
|
|
2466
2468
|
"attribute": "type",
|
|
2467
2469
|
"reflects": true,
|
|
@@ -2588,7 +2590,7 @@
|
|
|
2588
2590
|
{
|
|
2589
2591
|
"name": "size",
|
|
2590
2592
|
"type": {
|
|
2591
|
-
"text": "'small'|'large' | undefined"
|
|
2593
|
+
"text": "'small' | 'large' | undefined"
|
|
2592
2594
|
},
|
|
2593
2595
|
"fieldName": "size"
|
|
2594
2596
|
},
|
|
@@ -2633,7 +2635,7 @@
|
|
|
2633
2635
|
{
|
|
2634
2636
|
"name": "type",
|
|
2635
2637
|
"type": {
|
|
2636
|
-
"text": "'button'|'submit'|'reset' | undefined"
|
|
2638
|
+
"text": "'button' | 'submit' | 'reset' | undefined"
|
|
2637
2639
|
},
|
|
2638
2640
|
"fieldName": "type",
|
|
2639
2641
|
"inheritedFrom": {
|
|
@@ -2736,7 +2738,7 @@
|
|
|
2736
2738
|
"declarations": [
|
|
2737
2739
|
{
|
|
2738
2740
|
"kind": "class",
|
|
2739
|
-
"description": "
|
|
2741
|
+
"description": "A card is a square or rectangular container that can contain any kind of content.\nCards symbolize units of information, and each one acts as an entry point for\nusers to access more details. For example, in dashboards and catalog views, cards\nfunction as a preview of a detailed page. Cards may also be used in data displays\nlike card views, or for positioning content on a page.",
|
|
2740
2742
|
"name": "PfCard",
|
|
2741
2743
|
"cssProperties": [
|
|
2742
2744
|
{
|
|
@@ -3040,7 +3042,7 @@
|
|
|
3040
3042
|
"declarations": [
|
|
3041
3043
|
{
|
|
3042
3044
|
"kind": "class",
|
|
3043
|
-
"description": "
|
|
3045
|
+
"description": "The clipboard copy component allows users to quickly and easily copy content to their clipboard.",
|
|
3044
3046
|
"name": "PfClipboardCopy",
|
|
3045
3047
|
"slots": [
|
|
3046
3048
|
{
|
|
@@ -3424,7 +3426,7 @@
|
|
|
3424
3426
|
"declarations": [
|
|
3425
3427
|
{
|
|
3426
3428
|
"kind": "class",
|
|
3427
|
-
"description": "",
|
|
3429
|
+
"description": "A code block is a component that contains 2 or more lines of read-only code. The code in a code block can be copied to the clipboard.",
|
|
3428
3430
|
"name": "PfCodeBlock",
|
|
3429
3431
|
"cssProperties": [
|
|
3430
3432
|
{
|
|
@@ -3606,7 +3608,7 @@
|
|
|
3606
3608
|
"declarations": [
|
|
3607
3609
|
{
|
|
3608
3610
|
"kind": "class",
|
|
3609
|
-
"description": "
|
|
3611
|
+
"description": "An icon component is a container that allows for icons of varying dimensions to\nseamlessly replace each other without shifting surrounding content.",
|
|
3610
3612
|
"name": "PfIcon",
|
|
3611
3613
|
"cssParts": [
|
|
3612
3614
|
{
|
|
@@ -3762,7 +3764,7 @@
|
|
|
3762
3764
|
"kind": "field",
|
|
3763
3765
|
"name": "loading",
|
|
3764
3766
|
"type": {
|
|
3765
|
-
"text": "'idle'|'lazy'|'eager' | undefined"
|
|
3767
|
+
"text": "'idle' | 'lazy' | 'eager' | undefined"
|
|
3766
3768
|
},
|
|
3767
3769
|
"default": "'lazy'",
|
|
3768
3770
|
"description": "Controls how eager the element will be to load the icon data\n- `eager`: eagerly load the icon, blocking the main thread\n- `idle`: wait for the browser to attain an idle state before loading\n- `lazy` (default): wait for the element to enter the viewport before loading",
|
|
@@ -3874,7 +3876,7 @@
|
|
|
3874
3876
|
{
|
|
3875
3877
|
"name": "size",
|
|
3876
3878
|
"type": {
|
|
3877
|
-
"text": "'sm'|'md'|'lg'|'xl'"
|
|
3879
|
+
"text": "'sm' | 'md' | 'lg' | 'xl'"
|
|
3878
3880
|
},
|
|
3879
3881
|
"default": "'sm'",
|
|
3880
3882
|
"description": "Size of the icon",
|
|
@@ -3905,7 +3907,7 @@
|
|
|
3905
3907
|
{
|
|
3906
3908
|
"name": "loading",
|
|
3907
3909
|
"type": {
|
|
3908
|
-
"text": "'idle'|'lazy'|'eager' | undefined"
|
|
3910
|
+
"text": "'idle' | 'lazy' | 'eager' | undefined"
|
|
3909
3911
|
},
|
|
3910
3912
|
"default": "'lazy'",
|
|
3911
3913
|
"description": "Controls how eager the element will be to load the icon data\n- `eager`: eagerly load the icon, blocking the main thread\n- `idle`: wait for the browser to attain an idle state before loading\n- `lazy` (default): wait for the element to enter the viewport before loading",
|
|
@@ -3995,10 +3997,13 @@
|
|
|
3995
3997
|
"members": [
|
|
3996
3998
|
{
|
|
3997
3999
|
"kind": "field",
|
|
3998
|
-
"name": "
|
|
4000
|
+
"name": "shadowRootOptions",
|
|
3999
4001
|
"type": {
|
|
4000
|
-
"text": "
|
|
4001
|
-
}
|
|
4002
|
+
"text": "ShadowRootInit"
|
|
4003
|
+
},
|
|
4004
|
+
"static": true,
|
|
4005
|
+
"default": "{ ...LitElement.shadowRootOptions, delegatesFocus: true }",
|
|
4006
|
+
"readonly": true
|
|
4002
4007
|
},
|
|
4003
4008
|
{
|
|
4004
4009
|
"kind": "field",
|
|
@@ -4007,6 +4012,7 @@
|
|
|
4007
4012
|
"text": "boolean"
|
|
4008
4013
|
},
|
|
4009
4014
|
"default": "false",
|
|
4015
|
+
"description": "Whether this item is active.",
|
|
4010
4016
|
"attribute": "active",
|
|
4011
4017
|
"reflects": true
|
|
4012
4018
|
},
|
|
@@ -4016,6 +4022,7 @@
|
|
|
4016
4022
|
"type": {
|
|
4017
4023
|
"text": "string | undefined"
|
|
4018
4024
|
},
|
|
4025
|
+
"description": "hypertext reference for this link",
|
|
4019
4026
|
"attribute": "href",
|
|
4020
4027
|
"reflects": true
|
|
4021
4028
|
},
|
|
@@ -4025,15 +4032,6 @@
|
|
|
4025
4032
|
"privacy": "private",
|
|
4026
4033
|
"default": "new InternalsController(this, {\n role: 'listitem'\n })"
|
|
4027
4034
|
},
|
|
4028
|
-
{
|
|
4029
|
-
"kind": "method",
|
|
4030
|
-
"name": "focus",
|
|
4031
|
-
"return": {
|
|
4032
|
-
"type": {
|
|
4033
|
-
"text": "void"
|
|
4034
|
-
}
|
|
4035
|
-
}
|
|
4036
|
-
},
|
|
4037
4035
|
{
|
|
4038
4036
|
"kind": "method",
|
|
4039
4037
|
"name": "activeChanged",
|
|
@@ -4071,6 +4069,7 @@
|
|
|
4071
4069
|
"text": "boolean"
|
|
4072
4070
|
},
|
|
4073
4071
|
"default": "false",
|
|
4072
|
+
"description": "Whether this item is active.",
|
|
4074
4073
|
"fieldName": "active"
|
|
4075
4074
|
},
|
|
4076
4075
|
{
|
|
@@ -4078,6 +4077,7 @@
|
|
|
4078
4077
|
"type": {
|
|
4079
4078
|
"text": "string | undefined"
|
|
4080
4079
|
},
|
|
4080
|
+
"description": "hypertext reference for this link",
|
|
4081
4081
|
"fieldName": "href"
|
|
4082
4082
|
}
|
|
4083
4083
|
],
|
|
@@ -4162,7 +4162,7 @@
|
|
|
4162
4162
|
"declarations": [
|
|
4163
4163
|
{
|
|
4164
4164
|
"kind": "class",
|
|
4165
|
-
"description": "
|
|
4165
|
+
"description": "Jump links allow users to navigate to sections within a page.",
|
|
4166
4166
|
"name": "PfJumpLinks",
|
|
4167
4167
|
"cssProperties": [
|
|
4168
4168
|
{
|
|
@@ -4291,13 +4291,6 @@
|
|
|
4291
4291
|
}
|
|
4292
4292
|
],
|
|
4293
4293
|
"members": [
|
|
4294
|
-
{
|
|
4295
|
-
"kind": "field",
|
|
4296
|
-
"name": "_items",
|
|
4297
|
-
"type": {
|
|
4298
|
-
"text": "PfJumpLinksItem[]"
|
|
4299
|
-
}
|
|
4300
|
-
},
|
|
4301
4294
|
{
|
|
4302
4295
|
"kind": "field",
|
|
4303
4296
|
"name": "expandable",
|
|
@@ -4305,6 +4298,7 @@
|
|
|
4305
4298
|
"text": "boolean"
|
|
4306
4299
|
},
|
|
4307
4300
|
"default": "false",
|
|
4301
|
+
"description": "Whether the element features a disclosure widget around the nav items",
|
|
4308
4302
|
"attribute": "expandable",
|
|
4309
4303
|
"reflects": true
|
|
4310
4304
|
},
|
|
@@ -4315,6 +4309,7 @@
|
|
|
4315
4309
|
"text": "boolean"
|
|
4316
4310
|
},
|
|
4317
4311
|
"default": "false",
|
|
4312
|
+
"description": "Whether the expandable element's disclosure widget is expanded",
|
|
4318
4313
|
"attribute": "expanded",
|
|
4319
4314
|
"reflects": true
|
|
4320
4315
|
},
|
|
@@ -4325,6 +4320,7 @@
|
|
|
4325
4320
|
"text": "boolean"
|
|
4326
4321
|
},
|
|
4327
4322
|
"default": "false",
|
|
4323
|
+
"description": "Whether the layout of children is vertical or horizontal.",
|
|
4328
4324
|
"attribute": "vertical",
|
|
4329
4325
|
"reflects": true
|
|
4330
4326
|
},
|
|
@@ -4335,6 +4331,7 @@
|
|
|
4335
4331
|
"text": "boolean"
|
|
4336
4332
|
},
|
|
4337
4333
|
"default": "false",
|
|
4334
|
+
"description": "Whether to center children.",
|
|
4338
4335
|
"attribute": "centered",
|
|
4339
4336
|
"reflects": true
|
|
4340
4337
|
},
|
|
@@ -4345,6 +4342,7 @@
|
|
|
4345
4342
|
"text": "number"
|
|
4346
4343
|
},
|
|
4347
4344
|
"default": "0",
|
|
4345
|
+
"description": "Offset to add to the scroll position, potentially for a masthead which content scrolls under.",
|
|
4348
4346
|
"attribute": "offset"
|
|
4349
4347
|
},
|
|
4350
4348
|
{
|
|
@@ -4353,19 +4351,12 @@
|
|
|
4353
4351
|
"type": {
|
|
4354
4352
|
"text": "string | undefined"
|
|
4355
4353
|
},
|
|
4354
|
+
"description": "Label to add to nav element.",
|
|
4356
4355
|
"attribute": "label"
|
|
4357
4356
|
},
|
|
4358
4357
|
{
|
|
4359
4358
|
"kind": "field",
|
|
4360
|
-
"name": "#
|
|
4361
|
-
"privacy": "private",
|
|
4362
|
-
"type": {
|
|
4363
|
-
"text": "PfJumpLinksItem[]"
|
|
4364
|
-
}
|
|
4365
|
-
},
|
|
4366
|
-
{
|
|
4367
|
-
"kind": "field",
|
|
4368
|
-
"name": "#init",
|
|
4359
|
+
"name": "#initialized",
|
|
4369
4360
|
"privacy": "private",
|
|
4370
4361
|
"type": {
|
|
4371
4362
|
"text": "boolean"
|
|
@@ -4386,7 +4377,7 @@
|
|
|
4386
4377
|
},
|
|
4387
4378
|
{
|
|
4388
4379
|
"kind": "method",
|
|
4389
|
-
"name": "#
|
|
4380
|
+
"name": "#updateItems",
|
|
4390
4381
|
"privacy": "private"
|
|
4391
4382
|
},
|
|
4392
4383
|
{
|
|
@@ -4432,6 +4423,7 @@
|
|
|
4432
4423
|
"text": "boolean"
|
|
4433
4424
|
},
|
|
4434
4425
|
"default": "false",
|
|
4426
|
+
"description": "Whether the element features a disclosure widget around the nav items",
|
|
4435
4427
|
"fieldName": "expandable"
|
|
4436
4428
|
},
|
|
4437
4429
|
{
|
|
@@ -4440,6 +4432,7 @@
|
|
|
4440
4432
|
"text": "boolean"
|
|
4441
4433
|
},
|
|
4442
4434
|
"default": "false",
|
|
4435
|
+
"description": "Whether the expandable element's disclosure widget is expanded",
|
|
4443
4436
|
"fieldName": "expanded"
|
|
4444
4437
|
},
|
|
4445
4438
|
{
|
|
@@ -4448,6 +4441,7 @@
|
|
|
4448
4441
|
"text": "boolean"
|
|
4449
4442
|
},
|
|
4450
4443
|
"default": "false",
|
|
4444
|
+
"description": "Whether the layout of children is vertical or horizontal.",
|
|
4451
4445
|
"fieldName": "vertical"
|
|
4452
4446
|
},
|
|
4453
4447
|
{
|
|
@@ -4456,6 +4450,7 @@
|
|
|
4456
4450
|
"text": "boolean"
|
|
4457
4451
|
},
|
|
4458
4452
|
"default": "false",
|
|
4453
|
+
"description": "Whether to center children.",
|
|
4459
4454
|
"fieldName": "centered"
|
|
4460
4455
|
},
|
|
4461
4456
|
{
|
|
@@ -4464,6 +4459,7 @@
|
|
|
4464
4459
|
"text": "number"
|
|
4465
4460
|
},
|
|
4466
4461
|
"default": "0",
|
|
4462
|
+
"description": "Offset to add to the scroll position, potentially for a masthead which content scrolls under.",
|
|
4467
4463
|
"fieldName": "offset"
|
|
4468
4464
|
},
|
|
4469
4465
|
{
|
|
@@ -4471,6 +4467,7 @@
|
|
|
4471
4467
|
"type": {
|
|
4472
4468
|
"text": "string | undefined"
|
|
4473
4469
|
},
|
|
4470
|
+
"description": "Label to add to nav element.",
|
|
4474
4471
|
"fieldName": "label"
|
|
4475
4472
|
}
|
|
4476
4473
|
],
|
|
@@ -4521,7 +4518,7 @@
|
|
|
4521
4518
|
"declarations": [
|
|
4522
4519
|
{
|
|
4523
4520
|
"kind": "class",
|
|
4524
|
-
"description": "
|
|
4521
|
+
"description": "The label component allows users to add specific element captions for user\nclarity and convenience.",
|
|
4525
4522
|
"name": "PfLabel",
|
|
4526
4523
|
"cssProperties": [
|
|
4527
4524
|
{
|
|
@@ -5148,7 +5145,7 @@
|
|
|
5148
5145
|
},
|
|
5149
5146
|
{
|
|
5150
5147
|
"kind": "class",
|
|
5151
|
-
"description": "
|
|
5148
|
+
"description": "A modal displays important information to a user without requiring them to navigate\nto a new page.",
|
|
5152
5149
|
"name": "PfModal",
|
|
5153
5150
|
"cssProperties": [
|
|
5154
5151
|
{
|
|
@@ -5663,7 +5660,7 @@
|
|
|
5663
5660
|
"declarations": [
|
|
5664
5661
|
{
|
|
5665
5662
|
"kind": "class",
|
|
5666
|
-
"description": "
|
|
5663
|
+
"description": "The panel component is a container that supports flexible content layouts. It can\nbe used to house other components such as fields, forms, videos, buttons, and more.\nThe panel should not be confused with the [drawer](https://www.patternfly.org/v4/components/drawer/design-guidelines/)\ncomponent, which allows you to surface information via a collapsable container.",
|
|
5667
5664
|
"name": "PfPanel",
|
|
5668
5665
|
"slots": [
|
|
5669
5666
|
{
|
|
@@ -5694,7 +5691,7 @@
|
|
|
5694
5691
|
"kind": "field",
|
|
5695
5692
|
"name": "variant",
|
|
5696
5693
|
"type": {
|
|
5697
|
-
"text": "'raised'|'bordered' | undefined"
|
|
5694
|
+
"text": "'raised' | 'bordered' | undefined"
|
|
5698
5695
|
},
|
|
5699
5696
|
"attribute": "variant",
|
|
5700
5697
|
"reflects": true
|
|
@@ -5718,7 +5715,7 @@
|
|
|
5718
5715
|
{
|
|
5719
5716
|
"name": "variant",
|
|
5720
5717
|
"type": {
|
|
5721
|
-
"text": "'raised'|'bordered' | undefined"
|
|
5718
|
+
"text": "'raised' | 'bordered' | undefined"
|
|
5722
5719
|
},
|
|
5723
5720
|
"fieldName": "variant"
|
|
5724
5721
|
}
|
|
@@ -5822,7 +5819,7 @@
|
|
|
5822
5819
|
"kind": "field",
|
|
5823
5820
|
"name": "variant",
|
|
5824
5821
|
"type": {
|
|
5825
|
-
"text": "'pending'|'info'|'success'|'warning'|'danger' | undefined"
|
|
5822
|
+
"text": "'pending' | 'info' | 'success' | 'warning' | 'danger' | undefined"
|
|
5826
5823
|
},
|
|
5827
5824
|
"description": "Describes the state of the current item",
|
|
5828
5825
|
"attribute": "variant",
|
|
@@ -5880,7 +5877,7 @@
|
|
|
5880
5877
|
{
|
|
5881
5878
|
"name": "variant",
|
|
5882
5879
|
"type": {
|
|
5883
|
-
"text": "'pending'|'info'|'success'|'warning'|'danger' | undefined"
|
|
5880
|
+
"text": "'pending' | 'info' | 'success' | 'warning' | 'danger' | undefined"
|
|
5884
5881
|
},
|
|
5885
5882
|
"description": "Describes the state of the current item",
|
|
5886
5883
|
"fieldName": "variant"
|
|
@@ -5928,7 +5925,7 @@
|
|
|
5928
5925
|
"declarations": [
|
|
5929
5926
|
{
|
|
5930
5927
|
"kind": "class",
|
|
5931
|
-
"description": "A
|
|
5928
|
+
"description": "A progress stepper displays a timeline of tasks in a workflow and tracks the user's current progress through this workflow.",
|
|
5932
5929
|
"name": "PfProgressStepper",
|
|
5933
5930
|
"members": [
|
|
5934
5931
|
{
|
|
@@ -6076,7 +6073,7 @@
|
|
|
6076
6073
|
"declarations": [
|
|
6077
6074
|
{
|
|
6078
6075
|
"kind": "class",
|
|
6079
|
-
"description": "",
|
|
6076
|
+
"description": "A spinner is used to indicate to users that an action is in progress. For actions\nthat may take a long time, use a progress bar instead.",
|
|
6080
6077
|
"name": "PfSpinner",
|
|
6081
6078
|
"cssProperties": [
|
|
6082
6079
|
{
|
|
@@ -6184,7 +6181,7 @@
|
|
|
6184
6181
|
"kind": "field",
|
|
6185
6182
|
"name": "diameter",
|
|
6186
6183
|
"type": {
|
|
6187
|
-
"text": "`${string}${'px'|'%'|'rem'|'em'|'fr'|'pt'}` | undefined"
|
|
6184
|
+
"text": "`${string}${'px' | '%' | 'rem' | 'em' | 'fr' | 'pt'}` | undefined"
|
|
6188
6185
|
},
|
|
6189
6186
|
"description": "Custom diameter of spinner set as CSS variable",
|
|
6190
6187
|
"attribute": "diameter",
|
|
@@ -6218,7 +6215,7 @@
|
|
|
6218
6215
|
{
|
|
6219
6216
|
"name": "diameter",
|
|
6220
6217
|
"type": {
|
|
6221
|
-
"text": "`${string}${'px'|'%'|'rem'|'em'|'fr'|'pt'}` | undefined"
|
|
6218
|
+
"text": "`${string}${'px' | '%' | 'rem' | 'em' | 'fr' | 'pt'}` | undefined"
|
|
6222
6219
|
},
|
|
6223
6220
|
"description": "Custom diameter of spinner set as CSS variable",
|
|
6224
6221
|
"fieldName": "diameter",
|
|
@@ -6263,7 +6260,7 @@
|
|
|
6263
6260
|
"declarations": [
|
|
6264
6261
|
{
|
|
6265
6262
|
"kind": "class",
|
|
6266
|
-
"description": "
|
|
6263
|
+
"description": "A switch toggles the state of a setting (between on and off). Switches and\ncheckboxes can often be used interchangeably, but the switch provides a more\nexplicit, visible representation on a setting.",
|
|
6267
6264
|
"name": "PfSwitch",
|
|
6268
6265
|
"cssProperties": [
|
|
6269
6266
|
{
|
|
@@ -6631,6 +6628,19 @@
|
|
|
6631
6628
|
}
|
|
6632
6629
|
}
|
|
6633
6630
|
],
|
|
6631
|
+
"events": [
|
|
6632
|
+
{
|
|
6633
|
+
"name": "change",
|
|
6634
|
+
"type": {
|
|
6635
|
+
"text": "Event"
|
|
6636
|
+
},
|
|
6637
|
+
"description": "Fires when the switch selection changes.",
|
|
6638
|
+
"inheritedFrom": {
|
|
6639
|
+
"name": "BaseSwitch",
|
|
6640
|
+
"module": "pf-switch/BaseSwitch.ts"
|
|
6641
|
+
}
|
|
6642
|
+
}
|
|
6643
|
+
],
|
|
6634
6644
|
"superclass": {
|
|
6635
6645
|
"name": "BaseSwitch",
|
|
6636
6646
|
"module": "/pf-switch/BaseSwitch.js"
|
|
@@ -6674,18 +6684,6 @@
|
|
|
6674
6684
|
}
|
|
6675
6685
|
}
|
|
6676
6686
|
],
|
|
6677
|
-
"events": [
|
|
6678
|
-
{
|
|
6679
|
-
"name": "change",
|
|
6680
|
-
"type": {
|
|
6681
|
-
"text": "Event"
|
|
6682
|
-
},
|
|
6683
|
-
"inheritedFrom": {
|
|
6684
|
-
"name": "BaseSwitch",
|
|
6685
|
-
"module": "pf-switch/BaseSwitch.ts"
|
|
6686
|
-
}
|
|
6687
|
-
}
|
|
6688
|
-
],
|
|
6689
6687
|
"demos": [
|
|
6690
6688
|
{
|
|
6691
6689
|
"url": "https://patternflyelements.org/components/switch/demo/",
|
|
@@ -6799,7 +6797,7 @@
|
|
|
6799
6797
|
"declarations": [
|
|
6800
6798
|
{
|
|
6801
6799
|
"kind": "class",
|
|
6802
|
-
"description": "
|
|
6800
|
+
"description": "Tab",
|
|
6803
6801
|
"name": "PfTab",
|
|
6804
6802
|
"cssProperties": [
|
|
6805
6803
|
{
|
|
@@ -7190,7 +7188,7 @@
|
|
|
7190
7188
|
"declarations": [
|
|
7191
7189
|
{
|
|
7192
7190
|
"kind": "class",
|
|
7193
|
-
"description": "Tabs allow users to navigate between views within the same page or context.
|
|
7191
|
+
"description": "Tabs allow users to navigate between views within the same page or context.",
|
|
7194
7192
|
"name": "PfTabs",
|
|
7195
7193
|
"cssProperties": [
|
|
7196
7194
|
{
|
|
@@ -7669,7 +7667,7 @@
|
|
|
7669
7667
|
"declarations": [
|
|
7670
7668
|
{
|
|
7671
7669
|
"kind": "class",
|
|
7672
|
-
"description": "
|
|
7670
|
+
"description": "A tile component is a form of selection that can be used in place of a\nradio button and is commonly used in forms. A tile appears visually similar to a\n[selectable card](../card/). However, tiles are used specifically when the user is selecting\na static option, whereas a selectable card triggers an action or opens a quickstart\nor sidebar to provide additional information.",
|
|
7673
7671
|
"name": "PfTile",
|
|
7674
7672
|
"cssProperties": [
|
|
7675
7673
|
{
|
|
@@ -7886,7 +7884,7 @@
|
|
|
7886
7884
|
"declarations": [
|
|
7887
7885
|
{
|
|
7888
7886
|
"kind": "class",
|
|
7889
|
-
"description": "",
|
|
7887
|
+
"description": "A timestamp provides consistent formats for displaying date and time values.",
|
|
7890
7888
|
"name": "PfTimestamp",
|
|
7891
7889
|
"members": [
|
|
7892
7890
|
{
|
|
@@ -8097,7 +8095,7 @@
|
|
|
8097
8095
|
"declarations": [
|
|
8098
8096
|
{
|
|
8099
8097
|
"kind": "class",
|
|
8100
|
-
"description": "
|
|
8098
|
+
"description": "A tooltip is in-app messaging used to identify elements on a page with short,\nclarifying text.",
|
|
8101
8099
|
"name": "PfTooltip",
|
|
8102
8100
|
"cssProperties": [
|
|
8103
8101
|
{
|
|
@@ -8317,7 +8315,7 @@
|
|
|
8317
8315
|
"name": "BaseTooltip",
|
|
8318
8316
|
"module": "/pf-tooltip/BaseTooltip.js"
|
|
8319
8317
|
},
|
|
8320
|
-
"summary": "Toggle the
|
|
8318
|
+
"summary": "Toggle the visibility of helpful or contextual information.",
|
|
8321
8319
|
"tagName": "pf-tooltip",
|
|
8322
8320
|
"customElement": true,
|
|
8323
8321
|
"demos": [
|
|
@@ -8942,9 +8940,8 @@
|
|
|
8942
8940
|
"kind": "field",
|
|
8943
8941
|
"name": "headingText",
|
|
8944
8942
|
"type": {
|
|
8945
|
-
"text": "string"
|
|
8943
|
+
"text": "string | undefined"
|
|
8946
8944
|
},
|
|
8947
|
-
"default": "''",
|
|
8948
8945
|
"attribute": "heading-text",
|
|
8949
8946
|
"reflects": true
|
|
8950
8947
|
},
|
|
@@ -8952,9 +8949,8 @@
|
|
|
8952
8949
|
"kind": "field",
|
|
8953
8950
|
"name": "headingTag",
|
|
8954
8951
|
"type": {
|
|
8955
|
-
"text": "string"
|
|
8952
|
+
"text": "string | undefined"
|
|
8956
8953
|
},
|
|
8957
|
-
"default": "'h3'",
|
|
8958
8954
|
"attribute": "heading-tag",
|
|
8959
8955
|
"reflects": true
|
|
8960
8956
|
},
|
|
@@ -8972,6 +8968,14 @@
|
|
|
8972
8968
|
"privacy": "private",
|
|
8973
8969
|
"default": "new Logger(this)"
|
|
8974
8970
|
},
|
|
8971
|
+
{
|
|
8972
|
+
"kind": "field",
|
|
8973
|
+
"name": "#header",
|
|
8974
|
+
"privacy": "private",
|
|
8975
|
+
"type": {
|
|
8976
|
+
"text": "HTMLElement | undefined"
|
|
8977
|
+
}
|
|
8978
|
+
},
|
|
8975
8979
|
{
|
|
8976
8980
|
"kind": "method",
|
|
8977
8981
|
"name": "#initHeader",
|
|
@@ -8987,12 +8991,17 @@
|
|
|
8987
8991
|
},
|
|
8988
8992
|
"description": "Template hook: before </button>"
|
|
8989
8993
|
},
|
|
8994
|
+
{
|
|
8995
|
+
"kind": "method",
|
|
8996
|
+
"name": "#renderHeaderContent",
|
|
8997
|
+
"privacy": "private"
|
|
8998
|
+
},
|
|
8990
8999
|
{
|
|
8991
9000
|
"kind": "method",
|
|
8992
9001
|
"name": "#getOrCreateHeader",
|
|
8993
9002
|
"return": {
|
|
8994
9003
|
"type": {
|
|
8995
|
-
"text": "HTMLElement|undefined"
|
|
9004
|
+
"text": "HTMLElement | undefined"
|
|
8996
9005
|
}
|
|
8997
9006
|
},
|
|
8998
9007
|
"privacy": "private"
|
|
@@ -9023,17 +9032,15 @@
|
|
|
9023
9032
|
{
|
|
9024
9033
|
"name": "heading-text",
|
|
9025
9034
|
"type": {
|
|
9026
|
-
"text": "string"
|
|
9035
|
+
"text": "string | undefined"
|
|
9027
9036
|
},
|
|
9028
|
-
"default": "''",
|
|
9029
9037
|
"fieldName": "headingText"
|
|
9030
9038
|
},
|
|
9031
9039
|
{
|
|
9032
9040
|
"name": "heading-tag",
|
|
9033
9041
|
"type": {
|
|
9034
|
-
"text": "string"
|
|
9042
|
+
"text": "string | undefined"
|
|
9035
9043
|
},
|
|
9036
|
-
"default": "'h3'",
|
|
9037
9044
|
"fieldName": "headingTag"
|
|
9038
9045
|
}
|
|
9039
9046
|
],
|
|
@@ -9164,7 +9171,7 @@
|
|
|
9164
9171
|
"kind": "field",
|
|
9165
9172
|
"name": "size",
|
|
9166
9173
|
"type": {
|
|
9167
|
-
"text": "'sm'|'md'|'lg'|'xl'"
|
|
9174
|
+
"text": "'sm' | 'md' | 'lg' | 'xl'"
|
|
9168
9175
|
},
|
|
9169
9176
|
"default": "'sm'",
|
|
9170
9177
|
"description": "Size of the Avatar",
|
|
@@ -9204,7 +9211,7 @@
|
|
|
9204
9211
|
{
|
|
9205
9212
|
"name": "size",
|
|
9206
9213
|
"type": {
|
|
9207
|
-
"text": "'sm'|'md'|'lg'|'xl'"
|
|
9214
|
+
"text": "'sm' | 'md' | 'lg' | 'xl'"
|
|
9208
9215
|
},
|
|
9209
9216
|
"default": "'sm'",
|
|
9210
9217
|
"description": "Size of the Avatar",
|
|
@@ -9357,7 +9364,7 @@
|
|
|
9357
9364
|
"kind": "field",
|
|
9358
9365
|
"name": "type",
|
|
9359
9366
|
"type": {
|
|
9360
|
-
"text": "'button'|'submit'|'reset' | undefined"
|
|
9367
|
+
"text": "'button' | 'submit' | 'reset' | undefined"
|
|
9361
9368
|
},
|
|
9362
9369
|
"attribute": "type",
|
|
9363
9370
|
"reflects": true
|
|
@@ -9459,7 +9466,7 @@
|
|
|
9459
9466
|
{
|
|
9460
9467
|
"name": "type",
|
|
9461
9468
|
"type": {
|
|
9462
|
-
"text": "'button'|'submit'|'reset' | undefined"
|
|
9469
|
+
"text": "'button' | 'submit' | 'reset' | undefined"
|
|
9463
9470
|
},
|
|
9464
9471
|
"fieldName": "type"
|
|
9465
9472
|
},
|
|
@@ -9819,7 +9826,7 @@
|
|
|
9819
9826
|
"kind": "field",
|
|
9820
9827
|
"name": "loading",
|
|
9821
9828
|
"type": {
|
|
9822
|
-
"text": "'idle'|'lazy'|'eager' | undefined"
|
|
9829
|
+
"text": "'idle' | 'lazy' | 'eager' | undefined"
|
|
9823
9830
|
},
|
|
9824
9831
|
"default": "'lazy'",
|
|
9825
9832
|
"description": "Controls how eager the element will be to load the icon data\n- `eager`: eagerly load the icon, blocking the main thread\n- `idle`: wait for the browser to attain an idle state before loading\n- `lazy` (default): wait for the element to enter the viewport before loading",
|
|
@@ -9905,7 +9912,7 @@
|
|
|
9905
9912
|
{
|
|
9906
9913
|
"name": "loading",
|
|
9907
9914
|
"type": {
|
|
9908
|
-
"text": "'idle'|'lazy'|'eager' | undefined"
|
|
9915
|
+
"text": "'idle' | 'lazy' | 'eager' | undefined"
|
|
9909
9916
|
},
|
|
9910
9917
|
"default": "'lazy'",
|
|
9911
9918
|
"description": "Controls how eager the element will be to load the icon data\n- `eager`: eagerly load the icon, blocking the main thread\n- `idle`: wait for the browser to attain an idle state before loading\n- `lazy` (default): wait for the element to enter the viewport before loading",
|
|
@@ -10118,7 +10125,7 @@
|
|
|
10118
10125
|
"kind": "field",
|
|
10119
10126
|
"name": "diameter",
|
|
10120
10127
|
"type": {
|
|
10121
|
-
"text": "`${string}${'px'|'%'|'rem'|'em'|'fr'|'pt'}` | undefined"
|
|
10128
|
+
"text": "`${string}${'px' | '%' | 'rem' | 'em' | 'fr' | 'pt'}` | undefined"
|
|
10122
10129
|
},
|
|
10123
10130
|
"description": "Custom diameter of spinner set as CSS variable",
|
|
10124
10131
|
"attribute": "diameter",
|
|
@@ -10138,7 +10145,7 @@
|
|
|
10138
10145
|
{
|
|
10139
10146
|
"name": "diameter",
|
|
10140
10147
|
"type": {
|
|
10141
|
-
"text": "`${string}${'px'|'%'|'rem'|'em'|'fr'|'pt'}` | undefined"
|
|
10148
|
+
"text": "`${string}${'px' | '%' | 'rem' | 'em' | 'fr' | 'pt'}` | undefined"
|
|
10142
10149
|
},
|
|
10143
10150
|
"description": "Custom diameter of spinner set as CSS variable",
|
|
10144
10151
|
"fieldName": "diameter"
|