@openproject/primer-view-components 0.38.0-rc.c51346e1 → 0.38.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.
- package/package.json +1 -1
- package/static/info_arch.json +9 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openproject/primer-view-components",
|
|
3
|
-
"version": "0.38.0
|
|
3
|
+
"version": "0.38.0",
|
|
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
|
@@ -17312,6 +17312,9 @@
|
|
|
17312
17312
|
"description": "Returns the value of attribute css_class.",
|
|
17313
17313
|
"parameters": [
|
|
17314
17314
|
|
|
17315
|
+
],
|
|
17316
|
+
"return_types": [
|
|
17317
|
+
|
|
17315
17318
|
]
|
|
17316
17319
|
}
|
|
17317
17320
|
],
|
|
@@ -17654,6 +17657,9 @@
|
|
|
17654
17657
|
"description": "transform anchor tag strings to {href, text} objects\ne.g \"\\u003ca href=\\\"/admin\\\"\\u003eAdministration\\u003c/a\\u003e\"",
|
|
17655
17658
|
"parameters": [
|
|
17656
17659
|
|
|
17660
|
+
],
|
|
17661
|
+
"return_types": [
|
|
17662
|
+
|
|
17657
17663
|
]
|
|
17658
17664
|
},
|
|
17659
17665
|
{
|
|
@@ -17661,6 +17667,9 @@
|
|
|
17661
17667
|
"description": "Check if the item is an anchor tag string e.g \"\\u003ca href=\\\"/admin\\\"\\u003eAdministration\\u003c/a\\u003e\"",
|
|
17662
17668
|
"parameters": [
|
|
17663
17669
|
|
|
17670
|
+
],
|
|
17671
|
+
"return_types": [
|
|
17672
|
+
"Boolean"
|
|
17664
17673
|
]
|
|
17665
17674
|
}
|
|
17666
17675
|
],
|