-
-
Notifications
You must be signed in to change notification settings - Fork 115
/
Copy path.meta-storm.xml
84 lines (78 loc) · 2.55 KB
/
.meta-storm.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<?xml version="1.0" encoding="UTF-8" ?>
<meta-storm xmlns="meta-storm">
<definitions>
<classMethod
class="\MoonShine\Contracts\UI\HasIconContract"
method="icon"
argument="0"
>
<files extension="blade.php" xpath="$project/vendor/moonshine/moonshine/src/UI/resources/views/icons"/>
<stopCompletion />
</classMethod>
<classMethod
class="\MoonShine\UI\Components\ActionButton"
method="method"
argument="0"
>
<methods xpath="$containingClass" private="false" protected="false" static="false" />
<stopCompletion />
</classMethod>
<classMethod
class="\MoonShine\Contracts\UI\FormBuilderContract"
method="asyncMethod"
argument="0"
>
<methods xpath="$containingClass" private="false" protected="false" static="false" />
<stopCompletion />
</classMethod>
<classMethod
class="\MoonShine\Laravel\Fields\Relationships\ModelRelationField"
method="make"
argument="1"
>
<methods xpath="$containingClass.$model" />
<stopCompletion />
</classMethod>
<classMethod
class="\MoonShine\Contracts\UI\FieldContract"
method="make"
argument="1"
>
<arrayValues xpath="$containingClass.$model.$fillable" />
<stopCompletion />
</classMethod>
<classMethod
class="\MoonShine\UI\Components\Layout\Flex"
method="itemsAlign"
argument="0"
>
<collection name="items-align" argument="0" />
<stopCompletion />
</classMethod>
<classMethod
class="\MoonShine\UI\Components\Layout\Flex"
method="justifyAlign"
argument="0"
>
<collection name="justify-align" argument="0" />
<stopCompletion />
</classMethod>
</definitions>
<collections>
<strings name="items-align">
<value>start</value>
<value>end</value>
<value>center</value>
<value>stretch</value>
<value>baseline</value>
</strings>
<strings name="justify-align">
<value>start</value>
<value>end</value>
<value>center</value>
<value>between</value>
<value>around</value>
<value>evenly</value>
</strings>
</collections>
</meta-storm>