@openproject/primer-view-components 0.69.5-rc.2c8b35fba → 0.69.5-rc.5bd9aa627
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 +0 -44
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openproject/primer-view-components",
|
|
3
|
-
"version": "0.69.5-rc.
|
|
3
|
+
"version": "0.69.5-rc.5bd9aa627",
|
|
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
|
@@ -1194,37 +1194,6 @@
|
|
|
1194
1194
|
],
|
|
1195
1195
|
"slots": [],
|
|
1196
1196
|
"methods": [
|
|
1197
|
-
{
|
|
1198
|
-
"name": "list",
|
|
1199
|
-
"description": "Returns the value of attribute list.",
|
|
1200
|
-
"parameters": [],
|
|
1201
|
-
"return_types": []
|
|
1202
|
-
},
|
|
1203
|
-
{
|
|
1204
|
-
"name": "preload",
|
|
1205
|
-
"description": "Returns the value of attribute preload.",
|
|
1206
|
-
"parameters": [],
|
|
1207
|
-
"return_types": []
|
|
1208
|
-
},
|
|
1209
|
-
{
|
|
1210
|
-
"name": "preload?",
|
|
1211
|
-
"description": "Returns the value of attribute preload.",
|
|
1212
|
-
"parameters": [],
|
|
1213
|
-
"return_types": []
|
|
1214
|
-
},
|
|
1215
|
-
{
|
|
1216
|
-
"name": "with_show_button",
|
|
1217
|
-
"description": "Button to activate the menu.",
|
|
1218
|
-
"parameters": [
|
|
1219
|
-
{
|
|
1220
|
-
"name": "system_arguments",
|
|
1221
|
-
"type": "Hash",
|
|
1222
|
-
"default": "N/A",
|
|
1223
|
-
"description": "The arguments accepted by {{#link_to_component}}Primer::Alpha::Overlay{{/link_to_component}}'s `show_button` slot."
|
|
1224
|
-
}
|
|
1225
|
-
],
|
|
1226
|
-
"return_types": []
|
|
1227
|
-
},
|
|
1228
1197
|
{
|
|
1229
1198
|
"name": "with_item",
|
|
1230
1199
|
"description": "Adds an item to the menu.",
|
|
@@ -1238,19 +1207,6 @@
|
|
|
1238
1207
|
],
|
|
1239
1208
|
"return_types": []
|
|
1240
1209
|
},
|
|
1241
|
-
{
|
|
1242
|
-
"name": "with_divider",
|
|
1243
|
-
"description": "Adds a divider to the list.",
|
|
1244
|
-
"parameters": [
|
|
1245
|
-
{
|
|
1246
|
-
"name": "system_arguments",
|
|
1247
|
-
"type": "Hash",
|
|
1248
|
-
"default": "N/A",
|
|
1249
|
-
"description": "The arguments accepted by {{#link_to_component}}Primer::Alpha::ActionList{{/link_to_component}}'s `divider` slot."
|
|
1250
|
-
}
|
|
1251
|
-
],
|
|
1252
|
-
"return_types": []
|
|
1253
|
-
},
|
|
1254
1210
|
{
|
|
1255
1211
|
"name": "with_avatar_item",
|
|
1256
1212
|
"description": "Adds an avatar item to the menu.",
|