@openproject/primer-view-components 0.91.0 → 0.91.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/app/assets/javascripts/primer_view_components.js +1 -1
- package/app/assets/javascripts/primer_view_components.js.map +1 -1
- package/app/components/primer/alpha/action_menu/action_menu_element.js +1 -0
- package/package.json +1 -1
- package/static/info_arch.json +13 -0
- package/static/previews.json +13 -0
|
@@ -480,6 +480,7 @@ _ActionMenuElement_handleItemActivated = function _ActionMenuElement_handleItemA
|
|
|
480
480
|
_ActionMenuElement_handleIncludeFragmentReplaced = function _ActionMenuElement_handleIncludeFragmentReplaced() {
|
|
481
481
|
__classPrivateFieldGet(this, _ActionMenuElement_instances, "a", _ActionMenuElement_firstItem_get)?.focus();
|
|
482
482
|
__classPrivateFieldGet(this, _ActionMenuElement_instances, "m", _ActionMenuElement_softDisableItems).call(this);
|
|
483
|
+
this.overlay?.update();
|
|
483
484
|
// async items have loaded, so component is ready
|
|
484
485
|
this.setAttribute('data-ready', 'true');
|
|
485
486
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openproject/primer-view-components",
|
|
3
|
-
"version": "0.91.
|
|
3
|
+
"version": "0.91.1",
|
|
4
4
|
"description": "ViewComponents of the Primer Design System for OpenProject",
|
|
5
5
|
"main": "app/assets/javascripts/primer_view_components.js",
|
|
6
6
|
"module": "app/components/primer/primer.js",
|
package/static/info_arch.json
CHANGED
|
@@ -1438,6 +1438,19 @@
|
|
|
1438
1438
|
]
|
|
1439
1439
|
}
|
|
1440
1440
|
},
|
|
1441
|
+
{
|
|
1442
|
+
"preview_path": "primer/alpha/action_menu/with_deferred_content_near_bottom_of_viewport",
|
|
1443
|
+
"name": "with_deferred_content_near_bottom_of_viewport",
|
|
1444
|
+
"snapshot": "false",
|
|
1445
|
+
"skip_rules": {
|
|
1446
|
+
"wont_fix": [
|
|
1447
|
+
"region"
|
|
1448
|
+
],
|
|
1449
|
+
"will_fix": [
|
|
1450
|
+
"color-contrast"
|
|
1451
|
+
]
|
|
1452
|
+
}
|
|
1453
|
+
},
|
|
1441
1454
|
{
|
|
1442
1455
|
"preview_path": "primer/alpha/action_menu/with_deferred_preloaded_content",
|
|
1443
1456
|
"name": "with_deferred_preloaded_content",
|
package/static/previews.json
CHANGED
|
@@ -632,6 +632,19 @@
|
|
|
632
632
|
]
|
|
633
633
|
}
|
|
634
634
|
},
|
|
635
|
+
{
|
|
636
|
+
"preview_path": "primer/alpha/action_menu/with_deferred_content_near_bottom_of_viewport",
|
|
637
|
+
"name": "with_deferred_content_near_bottom_of_viewport",
|
|
638
|
+
"snapshot": "false",
|
|
639
|
+
"skip_rules": {
|
|
640
|
+
"wont_fix": [
|
|
641
|
+
"region"
|
|
642
|
+
],
|
|
643
|
+
"will_fix": [
|
|
644
|
+
"color-contrast"
|
|
645
|
+
]
|
|
646
|
+
}
|
|
647
|
+
},
|
|
635
648
|
{
|
|
636
649
|
"preview_path": "primer/alpha/action_menu/with_deferred_preloaded_content",
|
|
637
650
|
"name": "with_deferred_preloaded_content",
|