@grexx/grexxlinter 0.2.418 → 0.2.545
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/cli.js +1 -1
- package/package.json +1 -1
- package/schemas/activity.behavior.json +921 -0
- package/schemas/activityAttribute.behavior.json +47 -0
- package/schemas/activityRight.behavior.json +8 -0
- package/schemas/agent.behavior.json +91 -0
- package/schemas/agentTool.behavior.json +58 -0
- package/schemas/attribute.behavior.json +761 -0
- package/schemas/casetype.behavior.json +269 -0
- package/schemas/catchBlock.behavior.json +30 -0
- package/schemas/container.behavior.json +16 -0
- package/schemas/customThrow.behavior.json +30 -0
- package/schemas/dataRetentionProfile.behavior.json +157 -0
- package/schemas/dataset.behavior.json +359 -0
- package/schemas/datasetColumn.behavior.json +629 -0
- package/schemas/datasetCondition.behavior.json +361 -0
- package/schemas/datasetRight.behavior.json +8 -0
- package/schemas/datasource.behavior.json +8 -0
- package/schemas/directRole.behavior.json +59 -0
- package/schemas/fileUploadProfile.behavior.json +5 -0
- package/schemas/forEach.behavior.json +116 -0
- package/schemas/formAction.behavior.json +262 -0
- package/schemas/formActionAi.behavior.json +52 -0
- package/schemas/formRight.behavior.json +8 -0
- package/schemas/formfield.behavior.json +1028 -0
- package/schemas/gridColumn.schema.json +1 -1
- package/schemas/indirectRole.behavior.json +59 -0
- package/schemas/llmModel.behavior.json +8 -0
- package/schemas/mapping.behavior.json +216 -0
- package/schemas/menuItem.behavior.json +221 -0
- package/schemas/metadata.behavior.json +89 -0
- package/schemas/navigation.behavior.json +33 -0
- package/schemas/picklist.behavior.json +58 -0
- package/schemas/platformAttribute.behavior.json +377 -0
- package/schemas/platformRole.behavior.json +130 -0
- package/schemas/pluginLibrary.behavior.json +8 -0
- package/schemas/requestContext.behavior.json +100 -0
- package/schemas/roleName.behavior.json +5 -0
- package/schemas/securityProfile.behavior.json +8 -0
- package/schemas/securityRequirement.behavior.json +5 -0
- package/schemas/simpleCondition.behavior.json +319 -0
- package/schemas/taskQueue.behavior.json +5 -0
- package/schemas/template/date-function.schema.json +1 -1
- package/schemas/template/html.schema.json +1 -1
- package/schemas/template/if.schema.json +1 -1
- package/schemas/template/iterator.schema.json +1 -1
- package/schemas/template/multivalue.schema.json +1 -1
- package/schemas/template/picklist.schema.json +1 -1
- package/schemas/template/util.schema.json +1 -1
- package/schemas/template.behavior.json +5 -0
- package/schemas/trigger.behavior.json +294 -0
- package/schemas/tryBlock.behavior.json +30 -0
- package/schemas/view.behavior.json +159 -0
- package/schemas/while.behavior.json +30 -0
- package/schemas/widget.behavior.json +1213 -0
- package/schemas/widgetRight.behavior.json +8 -0
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
{
|
|
2
|
+
"progressTemplate": {
|
|
3
|
+
"baseline": "MAY",
|
|
4
|
+
"enabledWhen": [
|
|
5
|
+
{
|
|
6
|
+
"op": "cmp",
|
|
7
|
+
"field": "showProgress",
|
|
8
|
+
"fieldName": "Show progress",
|
|
9
|
+
"operator": "==",
|
|
10
|
+
"value": "true",
|
|
11
|
+
"valueIsField": false,
|
|
12
|
+
"isEmpty": false
|
|
13
|
+
}
|
|
14
|
+
]
|
|
15
|
+
},
|
|
16
|
+
"progressTitle": {
|
|
17
|
+
"baseline": "MAY",
|
|
18
|
+
"enabledWhen": [
|
|
19
|
+
{
|
|
20
|
+
"op": "cmp",
|
|
21
|
+
"field": "showProgress",
|
|
22
|
+
"fieldName": "Show progress",
|
|
23
|
+
"operator": "==",
|
|
24
|
+
"value": "true",
|
|
25
|
+
"valueIsField": false,
|
|
26
|
+
"isEmpty": false
|
|
27
|
+
}
|
|
28
|
+
]
|
|
29
|
+
}
|
|
30
|
+
}
|
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
{
|
|
2
|
+
"leftNavigation": {
|
|
3
|
+
"baseline": "MAY",
|
|
4
|
+
"enabledWhen": [
|
|
5
|
+
{
|
|
6
|
+
"op": "cmp",
|
|
7
|
+
"field": null,
|
|
8
|
+
"fieldName": "«template»",
|
|
9
|
+
"operator": ">",
|
|
10
|
+
"value": "0",
|
|
11
|
+
"valueIsField": false,
|
|
12
|
+
"isEmpty": false
|
|
13
|
+
}
|
|
14
|
+
]
|
|
15
|
+
},
|
|
16
|
+
"leftNavigationItems": {
|
|
17
|
+
"baseline": "MUST_NOT",
|
|
18
|
+
"enabledWhen": [
|
|
19
|
+
{
|
|
20
|
+
"op": "and",
|
|
21
|
+
"items": [
|
|
22
|
+
{
|
|
23
|
+
"op": "cmp",
|
|
24
|
+
"field": null,
|
|
25
|
+
"fieldName": "«template»",
|
|
26
|
+
"operator": ">",
|
|
27
|
+
"value": "0",
|
|
28
|
+
"valueIsField": false,
|
|
29
|
+
"isEmpty": false
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"op": "cmp",
|
|
33
|
+
"field": "leftNavigation",
|
|
34
|
+
"fieldName": "Left navigation",
|
|
35
|
+
"operator": "!==",
|
|
36
|
+
"value": "",
|
|
37
|
+
"valueIsField": false,
|
|
38
|
+
"isEmpty": true
|
|
39
|
+
}
|
|
40
|
+
]
|
|
41
|
+
}
|
|
42
|
+
]
|
|
43
|
+
},
|
|
44
|
+
"name": {
|
|
45
|
+
"baseline": "MUST"
|
|
46
|
+
},
|
|
47
|
+
"hasSeparatePathForArchive": {
|
|
48
|
+
"baseline": "MAY",
|
|
49
|
+
"enabledWhen": [
|
|
50
|
+
{
|
|
51
|
+
"op": "cmp",
|
|
52
|
+
"field": null,
|
|
53
|
+
"fieldName": "Type of devParentCase",
|
|
54
|
+
"operator": "!=",
|
|
55
|
+
"value": "page",
|
|
56
|
+
"valueIsField": false,
|
|
57
|
+
"isEmpty": false
|
|
58
|
+
}
|
|
59
|
+
]
|
|
60
|
+
},
|
|
61
|
+
"rightNavigation": {
|
|
62
|
+
"baseline": "MAY",
|
|
63
|
+
"enabledWhen": [
|
|
64
|
+
{
|
|
65
|
+
"op": "cmp",
|
|
66
|
+
"field": null,
|
|
67
|
+
"fieldName": "«template»",
|
|
68
|
+
"operator": ">",
|
|
69
|
+
"value": "0",
|
|
70
|
+
"valueIsField": false,
|
|
71
|
+
"isEmpty": false
|
|
72
|
+
}
|
|
73
|
+
]
|
|
74
|
+
},
|
|
75
|
+
"rightNavigationItems": {
|
|
76
|
+
"baseline": "MUST_NOT",
|
|
77
|
+
"enabledWhen": [
|
|
78
|
+
{
|
|
79
|
+
"op": "and",
|
|
80
|
+
"items": [
|
|
81
|
+
{
|
|
82
|
+
"op": "cmp",
|
|
83
|
+
"field": null,
|
|
84
|
+
"fieldName": "«template»",
|
|
85
|
+
"operator": ">",
|
|
86
|
+
"value": "0",
|
|
87
|
+
"valueIsField": false,
|
|
88
|
+
"isEmpty": false
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"op": "cmp",
|
|
92
|
+
"field": "rightNavigation",
|
|
93
|
+
"fieldName": "Right navigation",
|
|
94
|
+
"operator": "!==",
|
|
95
|
+
"value": "",
|
|
96
|
+
"valueIsField": false,
|
|
97
|
+
"isEmpty": true
|
|
98
|
+
}
|
|
99
|
+
]
|
|
100
|
+
}
|
|
101
|
+
]
|
|
102
|
+
},
|
|
103
|
+
"topNavigation": {
|
|
104
|
+
"baseline": "MAY",
|
|
105
|
+
"enabledWhen": [
|
|
106
|
+
{
|
|
107
|
+
"op": "cmp",
|
|
108
|
+
"field": null,
|
|
109
|
+
"fieldName": "«template»",
|
|
110
|
+
"operator": ">",
|
|
111
|
+
"value": "0",
|
|
112
|
+
"valueIsField": false,
|
|
113
|
+
"isEmpty": false
|
|
114
|
+
}
|
|
115
|
+
]
|
|
116
|
+
},
|
|
117
|
+
"topNavigationItems": {
|
|
118
|
+
"baseline": "MUST_NOT",
|
|
119
|
+
"enabledWhen": [
|
|
120
|
+
{
|
|
121
|
+
"op": "and",
|
|
122
|
+
"items": [
|
|
123
|
+
{
|
|
124
|
+
"op": "cmp",
|
|
125
|
+
"field": null,
|
|
126
|
+
"fieldName": "«template»",
|
|
127
|
+
"operator": ">",
|
|
128
|
+
"value": "0",
|
|
129
|
+
"valueIsField": false,
|
|
130
|
+
"isEmpty": false
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"op": "cmp",
|
|
134
|
+
"field": "topNavigation",
|
|
135
|
+
"fieldName": "Top navigation",
|
|
136
|
+
"operator": "!==",
|
|
137
|
+
"value": "",
|
|
138
|
+
"valueIsField": false,
|
|
139
|
+
"isEmpty": true
|
|
140
|
+
}
|
|
141
|
+
]
|
|
142
|
+
}
|
|
143
|
+
]
|
|
144
|
+
},
|
|
145
|
+
"closedPath": {
|
|
146
|
+
"baseline": "MAY",
|
|
147
|
+
"enabledWhen": [
|
|
148
|
+
{
|
|
149
|
+
"op": "cmp",
|
|
150
|
+
"field": "hasSeparatePathForArchive",
|
|
151
|
+
"fieldName": "Release URL paths when closing",
|
|
152
|
+
"operator": "!=",
|
|
153
|
+
"value": "false",
|
|
154
|
+
"valueIsField": false,
|
|
155
|
+
"isEmpty": false
|
|
156
|
+
}
|
|
157
|
+
]
|
|
158
|
+
}
|
|
159
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
{
|
|
2
|
+
"progressTemplate": {
|
|
3
|
+
"baseline": "MUST_NOT",
|
|
4
|
+
"enabledWhen": [
|
|
5
|
+
{
|
|
6
|
+
"op": "cmp",
|
|
7
|
+
"field": "showProgress",
|
|
8
|
+
"fieldName": "Show Progress",
|
|
9
|
+
"operator": "==",
|
|
10
|
+
"value": "true",
|
|
11
|
+
"valueIsField": false,
|
|
12
|
+
"isEmpty": false
|
|
13
|
+
}
|
|
14
|
+
]
|
|
15
|
+
},
|
|
16
|
+
"progressTitle": {
|
|
17
|
+
"baseline": "MUST_NOT",
|
|
18
|
+
"enabledWhen": [
|
|
19
|
+
{
|
|
20
|
+
"op": "cmp",
|
|
21
|
+
"field": "showProgress",
|
|
22
|
+
"fieldName": "Show Progress",
|
|
23
|
+
"operator": "==",
|
|
24
|
+
"value": "true",
|
|
25
|
+
"valueIsField": false,
|
|
26
|
+
"isEmpty": false
|
|
27
|
+
}
|
|
28
|
+
]
|
|
29
|
+
}
|
|
30
|
+
}
|