@patternfly/pfe-core 5.0.3 → 5.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -67,6 +67,21 @@
67
67
  "description": "All items",
68
68
  "kind": "field"
69
69
  },
70
+ {
71
+ "name": "host",
72
+ "type": {
73
+ "text": "ReactiveControllerHost"
74
+ },
75
+ "kind": "field"
76
+ },
77
+ {
78
+ "name": "options",
79
+ "type": {
80
+ "text": "ActivedescendantControllerOptions\u003cItem\u003e"
81
+ },
82
+ "kind": "field",
83
+ "privacy": "protected"
84
+ },
70
85
  {
71
86
  "return": {
72
87
  "type": {
@@ -181,6 +196,20 @@
181
196
  "default": "new Map\u003cstring, string[]\u003e()",
182
197
  "kind": "field"
183
198
  },
199
+ {
200
+ "name": "host",
201
+ "type": {
202
+ "text": "E"
203
+ },
204
+ "kind": "field"
205
+ },
206
+ {
207
+ "name": "options",
208
+ "type": {
209
+ "text": "Options\u003cE\u003e | undefined"
210
+ },
211
+ "kind": "field"
212
+ },
184
213
  {
185
214
  "return": {
186
215
  "type": {
@@ -395,6 +424,20 @@
395
424
  "static": true,
396
425
  "privacy": "private"
397
426
  },
427
+ {
428
+ "name": "instances",
429
+ "default": "new WeakMap\u003cReactiveControllerHost, ComboboxController\u003cHTMLElement\u003e\u003e()",
430
+ "kind": "field",
431
+ "static": true,
432
+ "privacy": "private"
433
+ },
434
+ {
435
+ "name": "hosts",
436
+ "default": "new Set\u003cReactiveControllerHost\u003e()",
437
+ "kind": "field",
438
+ "static": true,
439
+ "privacy": "private"
440
+ },
398
441
  {
399
442
  "name": "options",
400
443
  "type": {
@@ -426,6 +469,13 @@
426
469
  "description": "The current selection: a list of items",
427
470
  "kind": "field"
428
471
  },
472
+ {
473
+ "name": "host",
474
+ "type": {
475
+ "text": "ReactiveControllerHost"
476
+ },
477
+ "kind": "field"
478
+ },
429
479
  {
430
480
  "return": {
431
481
  "type": {
@@ -453,6 +503,24 @@
453
503
  "name": "hostDisconnected",
454
504
  "kind": "method"
455
505
  },
506
+ {
507
+ "return": {
508
+ "type": {
509
+ "text": "void"
510
+ }
511
+ },
512
+ "name": "disconnect",
513
+ "kind": "method"
514
+ },
515
+ {
516
+ "return": {
517
+ "type": {
518
+ "text": "Promise\u003cvoid\u003e"
519
+ }
520
+ },
521
+ "name": "_onFocusoutElement",
522
+ "kind": "method"
523
+ },
456
524
  {
457
525
  "return": {
458
526
  "type": {
@@ -493,6 +561,13 @@
493
561
  },
494
562
  "kind": "field"
495
563
  },
564
+ {
565
+ "name": "host",
566
+ "type": {
567
+ "text": "ReactiveElement"
568
+ },
569
+ "kind": "field"
570
+ },
496
571
  {
497
572
  "parameters": [
498
573
  {
@@ -600,6 +675,14 @@
600
675
  "readonly": true,
601
676
  "kind": "field"
602
677
  },
678
+ {
679
+ "name": "host",
680
+ "type": {
681
+ "text": "ReactiveControllerHost"
682
+ },
683
+ "kind": "field",
684
+ "privacy": "private"
685
+ },
603
686
  {
604
687
  "return": {
605
688
  "type": {
@@ -650,7 +733,6 @@
650
733
  "declarations": [
651
734
  {
652
735
  "name": "InternalsController",
653
- "description": "reactively forward the internals object's aria mixin prototype",
654
736
  "members": [
655
737
  {
656
738
  "name": "instances",
@@ -1241,6 +1323,21 @@
1241
1323
  "kind": "field",
1242
1324
  "privacy": "private"
1243
1325
  },
1326
+ {
1327
+ "name": "host",
1328
+ "type": {
1329
+ "text": "ReactiveControllerHost"
1330
+ },
1331
+ "kind": "field"
1332
+ },
1333
+ {
1334
+ "name": "options",
1335
+ "type": {
1336
+ "text": "InternalsControllerOptions"
1337
+ },
1338
+ "kind": "field",
1339
+ "privacy": "private"
1340
+ },
1244
1341
  {
1245
1342
  "name": "attachOrRetrieveInternals",
1246
1343
  "description": "Typescript (with experimental decorators) will compile the class\nsuch that the order of operations is:\n1. set up constructor parameter fields\n2. run decorated field setters with initializers as the value\n3. run the rest of the constructor\nBecause of that, `this.internals` may not be available in the decorator setter\nso we cheat here with nullish coalescing assignment operator `??=`;",
@@ -1396,6 +1493,22 @@
1396
1493
  "kind": "field",
1397
1494
  "privacy": "private"
1398
1495
  },
1496
+ {
1497
+ "name": "host",
1498
+ "type": {
1499
+ "text": "ReactiveElement"
1500
+ },
1501
+ "kind": "field",
1502
+ "privacy": "private"
1503
+ },
1504
+ {
1505
+ "name": "options",
1506
+ "type": {
1507
+ "text": "Options | undefined"
1508
+ },
1509
+ "kind": "field",
1510
+ "privacy": "private"
1511
+ },
1399
1512
  {
1400
1513
  "return": {
1401
1514
  "type": {
@@ -1477,7 +1590,7 @@
1477
1590
  },
1478
1591
  {
1479
1592
  "name": "ListboxController",
1480
- "description": "Options for listbox controller",
1593
+ "description": "Implements listbox semantics and accesibility. As there are two recognized\npatterns for implementing keyboard interactions with listbox patterns,\nprovide a secondary controller (either RovingTabindexController or\nActiveDescendantController) to complete the implementation.",
1481
1594
  "members": [
1482
1595
  {
1483
1596
  "name": "instances",
@@ -1551,6 +1664,13 @@
1551
1664
  },
1552
1665
  "kind": "field"
1553
1666
  },
1667
+ {
1668
+ "name": "host",
1669
+ "type": {
1670
+ "text": "ReactiveControllerHost"
1671
+ },
1672
+ "kind": "field"
1673
+ },
1554
1674
  {
1555
1675
  "return": {
1556
1676
  "type": {
@@ -1871,6 +1991,14 @@
1871
1991
  "description": "Local error wrapper that outputs the tag name as a prefix automatically.\nFor use inside a component's function.",
1872
1992
  "kind": "method"
1873
1993
  },
1994
+ {
1995
+ "name": "host",
1996
+ "type": {
1997
+ "text": "ReactiveControllerHost"
1998
+ },
1999
+ "kind": "field",
2000
+ "privacy": "private"
2001
+ },
1874
2002
  {
1875
2003
  "return": {
1876
2004
  "type": {
@@ -1942,6 +2070,21 @@
1942
2070
  "readonly": true,
1943
2071
  "kind": "field"
1944
2072
  },
2073
+ {
2074
+ "name": "host",
2075
+ "type": {
2076
+ "text": "ReactiveElement"
2077
+ },
2078
+ "kind": "field"
2079
+ },
2080
+ {
2081
+ "name": "options",
2082
+ "type": {
2083
+ "text": "Options | undefined"
2084
+ },
2085
+ "kind": "field",
2086
+ "privacy": "private"
2087
+ },
1945
2088
  {
1946
2089
  "parameters": [
1947
2090
  {
@@ -2047,6 +2190,14 @@
2047
2190
  },
2048
2191
  "kind": "field"
2049
2192
  },
2193
+ {
2194
+ "name": "host",
2195
+ "type": {
2196
+ "text": "ReactiveElement"
2197
+ },
2198
+ "kind": "field",
2199
+ "privacy": "private"
2200
+ },
2050
2201
  {
2051
2202
  "return": {
2052
2203
  "type": {
@@ -2096,6 +2247,22 @@
2096
2247
  "kind": "field",
2097
2248
  "privacy": "private"
2098
2249
  },
2250
+ {
2251
+ "name": "host",
2252
+ "type": {
2253
+ "text": "T"
2254
+ },
2255
+ "kind": "field",
2256
+ "privacy": "private"
2257
+ },
2258
+ {
2259
+ "name": "options",
2260
+ "type": {
2261
+ "text": "PropertyObserverOptions\u003cT\u003e"
2262
+ },
2263
+ "kind": "field",
2264
+ "privacy": "private"
2265
+ },
2099
2266
  {
2100
2267
  "return": {
2101
2268
  "type": {
@@ -2177,6 +2344,13 @@
2177
2344
  "name": "items",
2178
2345
  "kind": "field"
2179
2346
  },
2347
+ {
2348
+ "name": "host",
2349
+ "type": {
2350
+ "text": "ReactiveControllerHost"
2351
+ },
2352
+ "kind": "field"
2353
+ },
2180
2354
  {
2181
2355
  "parameters": [
2182
2356
  {
@@ -2238,6 +2412,14 @@
2238
2412
  },
2239
2413
  "kind": "field"
2240
2414
  },
2415
+ {
2416
+ "name": "host",
2417
+ "type": {
2418
+ "text": "ReactiveControllerHost \u0026 HTMLElement"
2419
+ },
2420
+ "kind": "field",
2421
+ "privacy": "private"
2422
+ },
2241
2423
  {
2242
2424
  "return": {
2243
2425
  "type": {
@@ -2331,6 +2513,13 @@
2331
2513
  "kind": "field",
2332
2514
  "static": true
2333
2515
  },
2516
+ {
2517
+ "name": "host",
2518
+ "type": {
2519
+ "text": "ReactiveElement"
2520
+ },
2521
+ "kind": "field"
2522
+ },
2334
2523
  {
2335
2524
  "parameters": [
2336
2525
  {
@@ -2453,6 +2642,28 @@
2453
2642
  {
2454
2643
  "name": "SlotRecord",
2455
2644
  "members": [
2645
+ {
2646
+ "name": "slot",
2647
+ "type": {
2648
+ "text": "HTMLSlotElement"
2649
+ },
2650
+ "kind": "field"
2651
+ },
2652
+ {
2653
+ "name": "name",
2654
+ "type": {
2655
+ "text": "string | symbol"
2656
+ },
2657
+ "kind": "field"
2658
+ },
2659
+ {
2660
+ "name": "host",
2661
+ "type": {
2662
+ "text": "ReactiveElement"
2663
+ },
2664
+ "kind": "field",
2665
+ "privacy": "private"
2666
+ },
2456
2667
  {
2457
2668
  "name": "elements",
2458
2669
  "readonly": true,
@@ -2485,6 +2696,13 @@
2485
2696
  "kind": "field",
2486
2697
  "static": true
2487
2698
  },
2699
+ {
2700
+ "name": "host",
2701
+ "type": {
2702
+ "text": "ReactiveElement"
2703
+ },
2704
+ "kind": "field"
2705
+ },
2488
2706
  {
2489
2707
  "return": {
2490
2708
  "type": {
@@ -2603,6 +2821,23 @@
2603
2821
  "kind": "field",
2604
2822
  "privacy": "private"
2605
2823
  },
2824
+ {
2825
+ "name": "host",
2826
+ "type": {
2827
+ "text": "ReactiveElement"
2828
+ },
2829
+ "kind": "field",
2830
+ "privacy": "private"
2831
+ },
2832
+ {
2833
+ "name": "styles",
2834
+ "description": "These styles will be applied to the host element",
2835
+ "type": {
2836
+ "text": "CSSResultGroup"
2837
+ },
2838
+ "kind": "field",
2839
+ "privacy": "private"
2840
+ },
2606
2841
  {
2607
2842
  "return": {
2608
2843
  "type": {
@@ -2879,7 +3114,6 @@
2879
3114
  },
2880
3115
  {
2881
3116
  "name": "Deprecation",
2882
- "description": "Aliases the decorated field to an existing property, and logs a warning if it is used",
2883
3117
  "members": [
2884
3118
  {
2885
3119
  "name": "logger",
@@ -2898,6 +3132,30 @@
2898
3132
  "kind": "field",
2899
3133
  "privacy": "private"
2900
3134
  },
3135
+ {
3136
+ "name": "host",
3137
+ "type": {
3138
+ "text": "T"
3139
+ },
3140
+ "kind": "field",
3141
+ "privacy": "private"
3142
+ },
3143
+ {
3144
+ "name": "options",
3145
+ "type": {
3146
+ "text": "DeprecationDeclaration\u003cK\u003e"
3147
+ },
3148
+ "kind": "field",
3149
+ "privacy": "private"
3150
+ },
3151
+ {
3152
+ "name": "deprecatedKey",
3153
+ "type": {
3154
+ "text": "string \u0026 keyof T"
3155
+ },
3156
+ "kind": "field",
3157
+ "privacy": "private"
3158
+ },
2901
3159
  {
2902
3160
  "name": "hostUpdate",
2903
3161
  "kind": "method"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@patternfly/pfe-core",
3
- "version": "5.0.3",
3
+ "version": "5.0.4",
4
4
  "license": "MIT",
5
5
  "description": "PatternFly Elements Core Library",
6
6
  "customElements": "custom-elements.json",
@@ -65,7 +65,6 @@
65
65
  "test": "wtr --files './test/*.spec.ts' --config ../../web-test-runner.config.js"
66
66
  },
67
67
  "dependencies": {
68
- "@floating-ui/dom": "^1.6.10",
69
68
  "@lit/context": "^1.1.5",
70
69
  "lit": "^3.3.0"
71
70
  },