@getflip/swirl-components 0.63.1 → 0.64.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (137) hide show
  1. package/components.json +537 -2
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/swirl-action-list_3.cjs.entry.js +7 -3
  4. package/dist/cjs/swirl-app-layout_7.cjs.entry.js +1 -1
  5. package/dist/cjs/swirl-autocomplete.cjs.entry.js +1 -1
  6. package/dist/cjs/swirl-banner.cjs.entry.js +1 -1
  7. package/dist/cjs/swirl-button.cjs.entry.js +2 -2
  8. package/dist/cjs/swirl-carousel.cjs.entry.js +1 -1
  9. package/dist/cjs/swirl-chip.cjs.entry.js +1 -1
  10. package/dist/cjs/swirl-components.cjs.js +1 -1
  11. package/dist/cjs/swirl-console-layout.cjs.entry.js +1 -1
  12. package/dist/cjs/swirl-date-input.cjs.entry.js +1 -1
  13. package/dist/cjs/swirl-file-viewer_7.cjs.entry.js +1 -1
  14. package/dist/cjs/swirl-form-control.cjs.entry.js +1 -1
  15. package/dist/cjs/swirl-icon-check-small_3.cjs.entry.js +107 -0
  16. package/dist/cjs/swirl-icon-error_3.cjs.entry.js +1 -1
  17. package/dist/cjs/swirl-inline-status.cjs.entry.js +1 -1
  18. package/dist/cjs/swirl-lightbox.cjs.entry.js +1 -1
  19. package/dist/cjs/swirl-menu-item.cjs.entry.js +120 -0
  20. package/dist/cjs/swirl-menu.cjs.entry.js +303 -0
  21. package/dist/cjs/{swirl-icon-check-small_4.cjs.entry.js → swirl-option-list.cjs.entry.js} +1 -100
  22. package/dist/cjs/swirl-pagination.cjs.entry.js +1 -1
  23. package/dist/cjs/swirl-pdf-reader.cjs.entry.js +1 -1
  24. package/dist/cjs/swirl-popover.cjs.entry.js +6 -3
  25. package/dist/cjs/swirl-resource-list-file-item.cjs.entry.js +1 -1
  26. package/dist/cjs/swirl-search.cjs.entry.js +1 -1
  27. package/dist/cjs/swirl-select.cjs.entry.js +1 -1
  28. package/dist/cjs/swirl-shell-layout.cjs.entry.js +1 -1
  29. package/dist/cjs/swirl-table-column.cjs.entry.js +1 -1
  30. package/dist/cjs/swirl-table-row.cjs.entry.js +1 -1
  31. package/dist/cjs/swirl-table.cjs.entry.js +1 -1
  32. package/dist/cjs/swirl-text-input.cjs.entry.js +1 -1
  33. package/dist/cjs/swirl-toast.cjs.entry.js +1 -1
  34. package/dist/cjs/{utils-f1b4e064.js → utils-c00c09b9.js} +18 -0
  35. package/dist/collection/collection-manifest.json +2 -0
  36. package/dist/collection/components/swirl-action-list-item/swirl-action-list-item.css +13 -0
  37. package/dist/collection/components/swirl-action-list-item/swirl-action-list-item.js +56 -1
  38. package/dist/collection/components/swirl-action-list-item/swirl-action-list-item.stories.js +1 -0
  39. package/dist/collection/components/swirl-button/swirl-button.css +4 -0
  40. package/dist/collection/components/swirl-menu/swirl-menu.css +98 -0
  41. package/dist/collection/components/swirl-menu/swirl-menu.js +638 -0
  42. package/dist/collection/components/swirl-menu/swirl-menu.stories.js +59 -0
  43. package/dist/collection/components/swirl-menu-item/swirl-menu-item.css +11 -0
  44. package/dist/collection/components/swirl-menu-item/swirl-menu-item.js +301 -0
  45. package/dist/collection/components/swirl-menu-item/swirl-menu-item.stories.js +20 -0
  46. package/dist/collection/components/swirl-option-list-item/swirl-option-list-item.css +2 -1
  47. package/dist/collection/components/swirl-option-list-item/swirl-option-list-item.js +25 -1
  48. package/dist/collection/components/swirl-popover/swirl-popover.js +5 -2
  49. package/dist/collection/utils.js +17 -0
  50. package/dist/components/swirl-action-list-item2.js +9 -2
  51. package/dist/components/swirl-button2.js +1 -1
  52. package/dist/components/swirl-menu-item.d.ts +11 -0
  53. package/dist/components/swirl-menu-item.js +177 -0
  54. package/dist/components/swirl-menu.d.ts +11 -0
  55. package/dist/components/swirl-menu.js +348 -0
  56. package/dist/components/swirl-option-list-item2.js +4 -2
  57. package/dist/components/swirl-popover2.js +5 -2
  58. package/dist/components/utils.js +18 -1
  59. package/dist/esm/loader.js +1 -1
  60. package/dist/esm/swirl-action-list_3.entry.js +7 -3
  61. package/dist/esm/swirl-app-layout_7.entry.js +1 -1
  62. package/dist/esm/swirl-autocomplete.entry.js +1 -1
  63. package/dist/esm/swirl-banner.entry.js +1 -1
  64. package/dist/esm/swirl-button.entry.js +2 -2
  65. package/dist/esm/swirl-carousel.entry.js +1 -1
  66. package/dist/esm/swirl-chip.entry.js +1 -1
  67. package/dist/esm/swirl-components.js +1 -1
  68. package/dist/esm/swirl-console-layout.entry.js +1 -1
  69. package/dist/esm/swirl-date-input.entry.js +1 -1
  70. package/dist/esm/swirl-file-viewer_7.entry.js +1 -1
  71. package/dist/esm/swirl-form-control.entry.js +1 -1
  72. package/dist/esm/swirl-icon-check-small_3.entry.js +101 -0
  73. package/dist/esm/swirl-icon-error_3.entry.js +1 -1
  74. package/dist/esm/swirl-inline-status.entry.js +1 -1
  75. package/dist/esm/swirl-lightbox.entry.js +1 -1
  76. package/dist/esm/swirl-menu-item.entry.js +116 -0
  77. package/dist/esm/swirl-menu.entry.js +299 -0
  78. package/dist/esm/{swirl-icon-check-small_4.entry.js → swirl-option-list.entry.js} +3 -99
  79. package/dist/esm/swirl-pagination.entry.js +1 -1
  80. package/dist/esm/swirl-pdf-reader.entry.js +1 -1
  81. package/dist/esm/swirl-popover.entry.js +6 -3
  82. package/dist/esm/swirl-resource-list-file-item.entry.js +1 -1
  83. package/dist/esm/swirl-search.entry.js +1 -1
  84. package/dist/esm/swirl-select.entry.js +1 -1
  85. package/dist/esm/swirl-shell-layout.entry.js +1 -1
  86. package/dist/esm/swirl-table-column.entry.js +1 -1
  87. package/dist/esm/swirl-table-row.entry.js +1 -1
  88. package/dist/esm/swirl-table.entry.js +1 -1
  89. package/dist/esm/swirl-text-input.entry.js +1 -1
  90. package/dist/esm/swirl-toast.entry.js +1 -1
  91. package/dist/esm/{utils-61f188cc.js → utils-bc84f36e.js} +18 -1
  92. package/dist/swirl-components/{p-8dfc39cb.entry.js → p-0923d414.entry.js} +1 -1
  93. package/dist/swirl-components/{p-6ff9eaeb.entry.js → p-0bbb5fc1.entry.js} +1 -1
  94. package/dist/swirl-components/p-10982642.entry.js +1 -0
  95. package/dist/swirl-components/p-15a0c3b7.entry.js +1 -0
  96. package/dist/swirl-components/{p-61a52a24.entry.js → p-3a65de25.entry.js} +1 -1
  97. package/dist/swirl-components/{p-9426ae2f.entry.js → p-3f771d50.entry.js} +1 -1
  98. package/dist/swirl-components/{p-7412f5ee.entry.js → p-4a4de053.entry.js} +1 -1
  99. package/dist/swirl-components/{p-9b0a9699.entry.js → p-55b1272e.entry.js} +1 -1
  100. package/dist/swirl-components/{p-315bb135.entry.js → p-5e3b655e.entry.js} +1 -1
  101. package/dist/swirl-components/{p-f5a94ea4.entry.js → p-6374ba81.entry.js} +1 -1
  102. package/dist/swirl-components/p-646e00de.js +1 -0
  103. package/dist/swirl-components/{p-9ad9ce19.entry.js → p-67c5bd0b.entry.js} +1 -1
  104. package/dist/swirl-components/{p-64b92967.entry.js → p-6837305a.entry.js} +1 -1
  105. package/dist/swirl-components/{p-793efeb4.entry.js → p-72551401.entry.js} +1 -1
  106. package/dist/swirl-components/{p-ec92d2e5.entry.js → p-853c0b12.entry.js} +1 -1
  107. package/dist/swirl-components/p-8b24d376.entry.js +1 -0
  108. package/dist/swirl-components/{p-5b691374.entry.js → p-8d998dbc.entry.js} +1 -1
  109. package/dist/swirl-components/{p-063afb09.entry.js → p-96ef492c.entry.js} +1 -1
  110. package/dist/swirl-components/{p-4f44b9e7.entry.js → p-994c100c.entry.js} +1 -1
  111. package/dist/swirl-components/{p-c2d3b142.entry.js → p-9ffbe866.entry.js} +1 -1
  112. package/dist/swirl-components/{p-d463715d.entry.js → p-a40d9dad.entry.js} +1 -1
  113. package/dist/swirl-components/{p-3a763e22.entry.js → p-a478559c.entry.js} +1 -1
  114. package/dist/swirl-components/{p-40546623.entry.js → p-a57959f0.entry.js} +1 -1
  115. package/dist/swirl-components/{p-457e9e49.entry.js → p-a5a28ec0.entry.js} +1 -1
  116. package/dist/swirl-components/{p-4820eae0.entry.js → p-a7c6a435.entry.js} +1 -1
  117. package/dist/swirl-components/p-ba73baae.entry.js +7 -0
  118. package/dist/swirl-components/{p-77daca19.entry.js → p-bbe3144e.entry.js} +1 -1
  119. package/dist/swirl-components/{p-c009d887.entry.js → p-c18d7dce.entry.js} +1 -1
  120. package/dist/swirl-components/{p-e5cec3a4.entry.js → p-c6e03bee.entry.js} +1 -1
  121. package/dist/swirl-components/p-e67ac70c.entry.js +1 -0
  122. package/dist/swirl-components/p-f5be17c6.entry.js +1 -0
  123. package/dist/swirl-components/swirl-components.esm.js +1 -1
  124. package/dist/types/components/swirl-action-list-item/swirl-action-list-item.d.ts +3 -0
  125. package/dist/types/components/swirl-menu/swirl-menu.d.ts +78 -0
  126. package/dist/types/components/swirl-menu/swirl-menu.stories.d.ts +14 -0
  127. package/dist/types/components/swirl-menu-item/swirl-menu-item.d.ts +35 -0
  128. package/dist/types/components/swirl-menu-item/swirl-menu-item.stories.d.ts +14 -0
  129. package/dist/types/components/swirl-option-list-item/swirl-option-list-item.d.ts +2 -0
  130. package/dist/types/components.d.ts +114 -2
  131. package/dist/types/utils.d.ts +1 -0
  132. package/package.json +1 -1
  133. package/vscode-data.json +118 -0
  134. package/dist/swirl-components/p-438b3941.js +0 -1
  135. package/dist/swirl-components/p-5a715e12.entry.js +0 -1
  136. package/dist/swirl-components/p-5e837595.entry.js +0 -8
  137. package/dist/swirl-components/p-f1f97749.entry.js +0 -1
package/components.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2023-05-26T07:00:17",
2
+ "timestamp": "2023-05-26T13:43:13",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "3.0.0",
@@ -158,6 +158,22 @@
158
158
  "docsTags": [],
159
159
  "usage": {},
160
160
  "props": [
161
+ {
162
+ "name": "badge",
163
+ "type": "string",
164
+ "mutable": false,
165
+ "attr": "badge",
166
+ "reflectToAttr": false,
167
+ "docs": "",
168
+ "docsTags": [],
169
+ "values": [
170
+ {
171
+ "type": "string"
172
+ }
173
+ ],
174
+ "optional": true,
175
+ "required": false
176
+ },
161
177
  {
162
178
  "name": "description",
163
179
  "type": "string",
@@ -281,6 +297,38 @@
281
297
  ],
282
298
  "optional": true,
283
299
  "required": false
300
+ },
301
+ {
302
+ "name": "swirlAriaExpanded",
303
+ "type": "string",
304
+ "mutable": false,
305
+ "attr": "swirl-aria-expanded",
306
+ "reflectToAttr": false,
307
+ "docs": "",
308
+ "docsTags": [],
309
+ "values": [
310
+ {
311
+ "type": "string"
312
+ }
313
+ ],
314
+ "optional": true,
315
+ "required": false
316
+ },
317
+ {
318
+ "name": "swirlAriaHaspopup",
319
+ "type": "string",
320
+ "mutable": false,
321
+ "attr": "swirl-aria-haspopup",
322
+ "reflectToAttr": false,
323
+ "docs": "",
324
+ "docsTags": [],
325
+ "values": [
326
+ {
327
+ "type": "string"
328
+ }
329
+ ],
330
+ "optional": true,
331
+ "required": false
284
332
  }
285
333
  ],
286
334
  "methods": [],
@@ -296,6 +344,7 @@
296
344
  ],
297
345
  "dependents": [
298
346
  "swirl-lightbox",
347
+ "swirl-menu-item",
299
348
  "swirl-pdf-reader"
300
349
  ],
301
350
  "dependencies": [],
@@ -303,6 +352,9 @@
303
352
  "swirl-lightbox": [
304
353
  "swirl-action-list-item"
305
354
  ],
355
+ "swirl-menu-item": [
356
+ "swirl-action-list-item"
357
+ ],
306
358
  "swirl-pdf-reader": [
307
359
  "swirl-action-list-item"
308
360
  ]
@@ -2755,6 +2807,7 @@
2755
2807
  "swirl-console-layout",
2756
2808
  "swirl-dialog",
2757
2809
  "swirl-file-uploader",
2810
+ "swirl-menu",
2758
2811
  "swirl-modal",
2759
2812
  "swirl-pagination",
2760
2813
  "swirl-pdf-reader",
@@ -2785,6 +2838,9 @@
2785
2838
  "swirl-file-uploader": [
2786
2839
  "swirl-button"
2787
2840
  ],
2841
+ "swirl-menu": [
2842
+ "swirl-button"
2843
+ ],
2788
2844
  "swirl-modal": [
2789
2845
  "swirl-button"
2790
2846
  ],
@@ -6761,6 +6817,7 @@
6761
6817
  "swirl-app-layout",
6762
6818
  "swirl-console-layout",
6763
6819
  "swirl-empty-state",
6820
+ "swirl-menu",
6764
6821
  "swirl-modal"
6765
6822
  ],
6766
6823
  "dependencies": [],
@@ -6777,6 +6834,9 @@
6777
6834
  "swirl-empty-state": [
6778
6835
  "swirl-heading"
6779
6836
  ],
6837
+ "swirl-menu": [
6838
+ "swirl-heading"
6839
+ ],
6780
6840
  "swirl-modal": [
6781
6841
  "swirl-heading"
6782
6842
  ]
@@ -14345,6 +14405,455 @@
14345
14405
  "dependencies": [],
14346
14406
  "dependencyGraph": {}
14347
14407
  },
14408
+ {
14409
+ "filePath": "./src/components/swirl-menu/swirl-menu.tsx",
14410
+ "encapsulation": "shadow",
14411
+ "tag": "swirl-menu",
14412
+ "docs": "",
14413
+ "docsTags": [],
14414
+ "usage": {},
14415
+ "props": [
14416
+ {
14417
+ "name": "active",
14418
+ "type": "boolean",
14419
+ "mutable": true,
14420
+ "attr": "active",
14421
+ "reflectToAttr": false,
14422
+ "docs": "",
14423
+ "docsTags": [],
14424
+ "default": "true",
14425
+ "values": [
14426
+ {
14427
+ "type": "boolean"
14428
+ }
14429
+ ],
14430
+ "optional": true,
14431
+ "required": false
14432
+ },
14433
+ {
14434
+ "name": "label",
14435
+ "type": "string",
14436
+ "mutable": false,
14437
+ "attr": "label",
14438
+ "reflectToAttr": false,
14439
+ "docs": "",
14440
+ "docsTags": [],
14441
+ "values": [
14442
+ {
14443
+ "type": "string"
14444
+ }
14445
+ ],
14446
+ "optional": false,
14447
+ "required": true
14448
+ },
14449
+ {
14450
+ "name": "level",
14451
+ "type": "number",
14452
+ "mutable": true,
14453
+ "attr": "level",
14454
+ "reflectToAttr": false,
14455
+ "docs": "",
14456
+ "docsTags": [],
14457
+ "default": "0",
14458
+ "values": [
14459
+ {
14460
+ "type": "number"
14461
+ }
14462
+ ],
14463
+ "optional": true,
14464
+ "required": false
14465
+ },
14466
+ {
14467
+ "name": "mobileBackButtonLabel",
14468
+ "type": "string",
14469
+ "mutable": false,
14470
+ "attr": "mobile-back-button-label",
14471
+ "reflectToAttr": false,
14472
+ "docs": "",
14473
+ "docsTags": [],
14474
+ "default": "\"Back\"",
14475
+ "values": [
14476
+ {
14477
+ "type": "string"
14478
+ }
14479
+ ],
14480
+ "optional": true,
14481
+ "required": false
14482
+ },
14483
+ {
14484
+ "name": "mobileCloseMenuButtonLabel",
14485
+ "type": "string",
14486
+ "mutable": false,
14487
+ "attr": "mobile-close-menu-button-label",
14488
+ "reflectToAttr": false,
14489
+ "docs": "",
14490
+ "docsTags": [],
14491
+ "default": "\"Close menu\"",
14492
+ "values": [
14493
+ {
14494
+ "type": "string"
14495
+ }
14496
+ ],
14497
+ "optional": true,
14498
+ "required": false
14499
+ },
14500
+ {
14501
+ "name": "mobileDoneButtonLabel",
14502
+ "type": "string",
14503
+ "mutable": false,
14504
+ "attr": "mobile-done-button-label",
14505
+ "reflectToAttr": false,
14506
+ "docs": "",
14507
+ "docsTags": [],
14508
+ "default": "\"Done\"",
14509
+ "values": [
14510
+ {
14511
+ "type": "string"
14512
+ }
14513
+ ],
14514
+ "optional": true,
14515
+ "required": false
14516
+ },
14517
+ {
14518
+ "name": "value",
14519
+ "type": "string",
14520
+ "mutable": false,
14521
+ "attr": "value",
14522
+ "reflectToAttr": false,
14523
+ "docs": "",
14524
+ "docsTags": [],
14525
+ "values": [
14526
+ {
14527
+ "type": "string"
14528
+ }
14529
+ ],
14530
+ "optional": true,
14531
+ "required": false
14532
+ },
14533
+ {
14534
+ "name": "variant",
14535
+ "type": "\"action\" | \"selection\"",
14536
+ "mutable": false,
14537
+ "attr": "variant",
14538
+ "reflectToAttr": false,
14539
+ "docs": "",
14540
+ "docsTags": [],
14541
+ "default": "\"action\"",
14542
+ "values": [
14543
+ {
14544
+ "value": "action",
14545
+ "type": "string"
14546
+ },
14547
+ {
14548
+ "value": "selection",
14549
+ "type": "string"
14550
+ }
14551
+ ],
14552
+ "optional": true,
14553
+ "required": false
14554
+ }
14555
+ ],
14556
+ "methods": [
14557
+ {
14558
+ "name": "activateMenuItem",
14559
+ "returns": {
14560
+ "type": "Promise<void>",
14561
+ "docs": ""
14562
+ },
14563
+ "signature": "activateMenuItem(menuItem: HTMLSwirlMenuItemElement) => Promise<void>",
14564
+ "parameters": [],
14565
+ "docs": "Activate a menu item with a sub menu. Only callable on a root menu.",
14566
+ "docsTags": [
14567
+ {
14568
+ "name": "returns"
14569
+ }
14570
+ ]
14571
+ },
14572
+ {
14573
+ "name": "close",
14574
+ "returns": {
14575
+ "type": "Promise<void>",
14576
+ "docs": ""
14577
+ },
14578
+ "signature": "close() => Promise<void>",
14579
+ "parameters": [],
14580
+ "docs": "Close and reset the menu. Only callable on a root menu.",
14581
+ "docsTags": [
14582
+ {
14583
+ "name": "returns"
14584
+ }
14585
+ ]
14586
+ },
14587
+ {
14588
+ "name": "focusFirstItem",
14589
+ "returns": {
14590
+ "type": "Promise<void>",
14591
+ "docs": ""
14592
+ },
14593
+ "signature": "focusFirstItem() => Promise<void>",
14594
+ "parameters": [],
14595
+ "docs": "Focus the first menu item.",
14596
+ "docsTags": [
14597
+ {
14598
+ "name": "returns"
14599
+ }
14600
+ ]
14601
+ },
14602
+ {
14603
+ "name": "focusItemAtIndex",
14604
+ "returns": {
14605
+ "type": "Promise<void>",
14606
+ "docs": ""
14607
+ },
14608
+ "signature": "focusItemAtIndex(index: number) => Promise<void>",
14609
+ "parameters": [],
14610
+ "docs": "Focus the menu item at index.",
14611
+ "docsTags": [
14612
+ {
14613
+ "name": "returns"
14614
+ }
14615
+ ]
14616
+ },
14617
+ {
14618
+ "name": "goBack",
14619
+ "returns": {
14620
+ "type": "Promise<void>",
14621
+ "docs": ""
14622
+ },
14623
+ "signature": "goBack() => Promise<void>",
14624
+ "parameters": [],
14625
+ "docs": "Collapse the currently active sub menu. Only callable on a root menu.",
14626
+ "docsTags": [
14627
+ {
14628
+ "name": "returns"
14629
+ }
14630
+ ]
14631
+ },
14632
+ {
14633
+ "name": "updateSelection",
14634
+ "returns": {
14635
+ "type": "Promise<void>",
14636
+ "docs": ""
14637
+ },
14638
+ "signature": "updateSelection(item: HTMLSwirlOptionListItemElement) => Promise<void>",
14639
+ "parameters": [],
14640
+ "docs": "Update the selection of a menu with variant \"selection\".",
14641
+ "docsTags": [
14642
+ {
14643
+ "name": "returns"
14644
+ }
14645
+ ]
14646
+ }
14647
+ ],
14648
+ "events": [
14649
+ {
14650
+ "event": "done",
14651
+ "detail": "void",
14652
+ "bubbles": true,
14653
+ "cancelable": true,
14654
+ "composed": true,
14655
+ "docs": "",
14656
+ "docsTags": []
14657
+ },
14658
+ {
14659
+ "event": "valueChange",
14660
+ "detail": "string",
14661
+ "bubbles": true,
14662
+ "cancelable": true,
14663
+ "composed": true,
14664
+ "docs": "",
14665
+ "docsTags": []
14666
+ }
14667
+ ],
14668
+ "listeners": [],
14669
+ "styles": [],
14670
+ "slots": [],
14671
+ "parts": [],
14672
+ "dependents": [],
14673
+ "dependencies": [
14674
+ "swirl-button",
14675
+ "swirl-heading"
14676
+ ],
14677
+ "dependencyGraph": {
14678
+ "swirl-menu": [
14679
+ "swirl-button",
14680
+ "swirl-heading"
14681
+ ]
14682
+ }
14683
+ },
14684
+ {
14685
+ "filePath": "./src/components/swirl-menu-item/swirl-menu-item.tsx",
14686
+ "encapsulation": "shadow",
14687
+ "tag": "swirl-menu-item",
14688
+ "docs": "",
14689
+ "docsTags": [],
14690
+ "usage": {},
14691
+ "props": [
14692
+ {
14693
+ "name": "description",
14694
+ "type": "string",
14695
+ "mutable": false,
14696
+ "attr": "description",
14697
+ "reflectToAttr": false,
14698
+ "docs": "",
14699
+ "docsTags": [],
14700
+ "values": [
14701
+ {
14702
+ "type": "string"
14703
+ }
14704
+ ],
14705
+ "optional": true,
14706
+ "required": false
14707
+ },
14708
+ {
14709
+ "name": "disabled",
14710
+ "type": "boolean",
14711
+ "mutable": false,
14712
+ "attr": "disabled",
14713
+ "reflectToAttr": false,
14714
+ "docs": "",
14715
+ "docsTags": [],
14716
+ "values": [
14717
+ {
14718
+ "type": "boolean"
14719
+ }
14720
+ ],
14721
+ "optional": true,
14722
+ "required": false
14723
+ },
14724
+ {
14725
+ "name": "expanded",
14726
+ "type": "boolean",
14727
+ "mutable": false,
14728
+ "attr": "expanded",
14729
+ "reflectToAttr": false,
14730
+ "docs": "",
14731
+ "docsTags": [],
14732
+ "values": [
14733
+ {
14734
+ "type": "boolean"
14735
+ }
14736
+ ],
14737
+ "optional": true,
14738
+ "required": false
14739
+ },
14740
+ {
14741
+ "name": "icon",
14742
+ "type": "string",
14743
+ "mutable": false,
14744
+ "attr": "icon",
14745
+ "reflectToAttr": false,
14746
+ "docs": "",
14747
+ "docsTags": [],
14748
+ "values": [
14749
+ {
14750
+ "type": "string"
14751
+ }
14752
+ ],
14753
+ "optional": true,
14754
+ "required": false
14755
+ },
14756
+ {
14757
+ "name": "intent",
14758
+ "type": "\"critical\" | \"default\"",
14759
+ "mutable": false,
14760
+ "attr": "intent",
14761
+ "reflectToAttr": false,
14762
+ "docs": "",
14763
+ "docsTags": [],
14764
+ "default": "\"default\"",
14765
+ "values": [
14766
+ {
14767
+ "value": "critical",
14768
+ "type": "string"
14769
+ },
14770
+ {
14771
+ "value": "default",
14772
+ "type": "string"
14773
+ }
14774
+ ],
14775
+ "optional": true,
14776
+ "required": false
14777
+ },
14778
+ {
14779
+ "name": "label",
14780
+ "type": "string",
14781
+ "mutable": false,
14782
+ "attr": "label",
14783
+ "reflectToAttr": false,
14784
+ "docs": "",
14785
+ "docsTags": [],
14786
+ "values": [
14787
+ {
14788
+ "type": "string"
14789
+ }
14790
+ ],
14791
+ "optional": false,
14792
+ "required": true
14793
+ },
14794
+ {
14795
+ "name": "value",
14796
+ "type": "string",
14797
+ "mutable": false,
14798
+ "attr": "value",
14799
+ "reflectToAttr": false,
14800
+ "docs": "",
14801
+ "docsTags": [],
14802
+ "values": [
14803
+ {
14804
+ "type": "string"
14805
+ }
14806
+ ],
14807
+ "optional": true,
14808
+ "required": false
14809
+ }
14810
+ ],
14811
+ "methods": [
14812
+ {
14813
+ "name": "getParentMenu",
14814
+ "returns": {
14815
+ "type": "Promise<HTMLSwirlMenuElement>",
14816
+ "docs": ""
14817
+ },
14818
+ "signature": "getParentMenu() => Promise<HTMLSwirlMenuElement>",
14819
+ "parameters": [],
14820
+ "docs": "Get the items parent menu",
14821
+ "docsTags": []
14822
+ },
14823
+ {
14824
+ "name": "getSubMenu",
14825
+ "returns": {
14826
+ "type": "Promise<HTMLSwirlMenuElement>",
14827
+ "docs": ""
14828
+ },
14829
+ "signature": "getSubMenu() => Promise<HTMLSwirlMenuElement>",
14830
+ "parameters": [],
14831
+ "docs": "Get the items sub menu",
14832
+ "docsTags": []
14833
+ }
14834
+ ],
14835
+ "events": [],
14836
+ "listeners": [],
14837
+ "styles": [],
14838
+ "slots": [],
14839
+ "parts": [],
14840
+ "dependents": [],
14841
+ "dependencies": [
14842
+ "swirl-action-list-item",
14843
+ "swirl-option-list-item"
14844
+ ],
14845
+ "dependencyGraph": {
14846
+ "swirl-menu-item": [
14847
+ "swirl-action-list-item",
14848
+ "swirl-option-list-item"
14849
+ ],
14850
+ "swirl-option-list-item": [
14851
+ "swirl-icon-check-strong",
14852
+ "swirl-icon-check-small",
14853
+ "swirl-icon-drag-handle"
14854
+ ]
14855
+ }
14856
+ },
14348
14857
  {
14349
14858
  "filePath": "./src/components/swirl-modal/swirl-modal.tsx",
14350
14859
  "encapsulation": "none",
@@ -14961,6 +15470,28 @@
14961
15470
  "optional": true,
14962
15471
  "required": false
14963
15472
  },
15473
+ {
15474
+ "name": "swirlAriaRole",
15475
+ "type": "\"menuitemradio\" | \"option\"",
15476
+ "mutable": false,
15477
+ "attr": "swirl-aria-role",
15478
+ "reflectToAttr": false,
15479
+ "docs": "",
15480
+ "docsTags": [],
15481
+ "default": "\"option\"",
15482
+ "values": [
15483
+ {
15484
+ "value": "menuitemradio",
15485
+ "type": "string"
15486
+ },
15487
+ {
15488
+ "value": "option",
15489
+ "type": "string"
15490
+ }
15491
+ ],
15492
+ "optional": true,
15493
+ "required": false
15494
+ },
14964
15495
  {
14965
15496
  "name": "value",
14966
15497
  "type": "string",
@@ -15005,7 +15536,8 @@
15005
15536
  ],
15006
15537
  "dependents": [
15007
15538
  "file-manager",
15008
- "swirl-autocomplete"
15539
+ "swirl-autocomplete",
15540
+ "swirl-menu-item"
15009
15541
  ],
15010
15542
  "dependencies": [
15011
15543
  "swirl-icon-check-strong",
@@ -15023,6 +15555,9 @@
15023
15555
  ],
15024
15556
  "swirl-autocomplete": [
15025
15557
  "swirl-option-list-item"
15558
+ ],
15559
+ "swirl-menu-item": [
15560
+ "swirl-option-list-item"
15026
15561
  ]
15027
15562
  }
15028
15563
  },