@skyux/popovers 5.6.1 → 5.6.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.
Files changed (2) hide show
  1. package/documentation.json +3 -90
  2. package/package.json +6 -6
@@ -326,29 +326,7 @@
326
326
  }
327
327
  }
328
328
  ],
329
- "children": [
330
- {
331
- "id": 338,
332
- "name": "constructor",
333
- "kind": 512,
334
- "kindString": "Constructor",
335
- "flags": {},
336
- "signatures": [
337
- {
338
- "id": 339,
339
- "name": "new SkyDropdownModule",
340
- "kind": 16384,
341
- "kindString": "Constructor signature",
342
- "flags": {},
343
- "type": {
344
- "type": "reference",
345
- "id": 337,
346
- "name": "SkyDropdownModule"
347
- }
348
- }
349
- ]
350
- }
351
- ],
329
+ "children": [],
352
330
  "groups": [
353
331
  {
354
332
  "title": "Constructors",
@@ -386,29 +364,7 @@
386
364
  }
387
365
  }
388
366
  ],
389
- "children": [
390
- {
391
- "id": 341,
392
- "name": "constructor",
393
- "kind": 512,
394
- "kindString": "Constructor",
395
- "flags": {},
396
- "signatures": [
397
- {
398
- "id": 342,
399
- "name": "new SkyPopoverModule",
400
- "kind": 16384,
401
- "kindString": "Constructor signature",
402
- "flags": {},
403
- "type": {
404
- "type": "reference",
405
- "id": 340,
406
- "name": "SkyPopoverModule"
407
- }
408
- }
409
- ]
410
- }
411
- ],
367
+ "children": [],
412
368
  "groups": [
413
369
  {
414
370
  "title": "Constructors",
@@ -524,27 +480,6 @@
524
480
  }
525
481
  ]
526
482
  },
527
- {
528
- "id": 16,
529
- "name": "elementRef",
530
- "kind": 1024,
531
- "kindString": "Property",
532
- "flags": {
533
- "isPublic": true
534
- },
535
- "type": {
536
- "type": "reference",
537
- "typeArguments": [
538
- {
539
- "type": "intrinsic",
540
- "name": "any"
541
- }
542
- ],
543
- "qualifiedName": "ElementRef",
544
- "package": "@angular/core",
545
- "name": "ElementRef"
546
- }
547
- },
548
483
  {
549
484
  "id": 13,
550
485
  "name": "isActive",
@@ -913,29 +848,7 @@
913
848
  }
914
849
  }
915
850
  ],
916
- "children": [
917
- {
918
- "id": 27,
919
- "name": "constructor",
920
- "kind": 512,
921
- "kindString": "Constructor",
922
- "flags": {},
923
- "signatures": [
924
- {
925
- "id": 28,
926
- "name": "SkyDropdownButtonComponent",
927
- "kind": 16384,
928
- "kindString": "Constructor signature",
929
- "flags": {},
930
- "type": {
931
- "type": "reference",
932
- "id": 26,
933
- "name": "SkyDropdownButtonComponent"
934
- }
935
- }
936
- ]
937
- }
938
- ],
851
+ "children": [],
939
852
  "groups": [
940
853
  {
941
854
  "title": "Constructors",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/popovers",
3
- "version": "5.6.1",
3
+ "version": "5.6.2",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -20,11 +20,11 @@
20
20
  "@angular/common": "^12.2.16",
21
21
  "@angular/core": "^12.2.16",
22
22
  "@angular/platform-browser": "^12.2.16",
23
- "@skyux-sdk/testing": "5.6.1",
24
- "@skyux/core": "5.6.1",
25
- "@skyux/i18n": "5.6.1",
26
- "@skyux/indicators": "5.6.1",
27
- "@skyux/theme": "5.6.1"
23
+ "@skyux-sdk/testing": "5.6.2",
24
+ "@skyux/core": "5.6.2",
25
+ "@skyux/i18n": "5.6.2",
26
+ "@skyux/indicators": "5.6.2",
27
+ "@skyux/theme": "5.6.2"
28
28
  },
29
29
  "dependencies": {
30
30
  "tslib": "^2.3.1"