@grexx/grexxlinter 0.2.549 → 0.2.595

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.
@@ -79,6 +79,124 @@
79
79
  "valueIsField": false,
80
80
  "isEmpty": false
81
81
  }
82
+ ],
83
+ "optionsWhen": [
84
+ {
85
+ "when": {
86
+ "op": "and",
87
+ "items": [
88
+ {
89
+ "op": "cmp",
90
+ "field": "toPage",
91
+ "fieldName": "To page",
92
+ "operator": "!==",
93
+ "value": "",
94
+ "valueIsField": false,
95
+ "isEmpty": true
96
+ },
97
+ {
98
+ "op": "cmp",
99
+ "field": "toTriggerType",
100
+ "fieldName": "To type",
101
+ "operator": "==",
102
+ "value": "page",
103
+ "valueIsField": false,
104
+ "isEmpty": false
105
+ }
106
+ ]
107
+ },
108
+ "source": {
109
+ "kind": "objects",
110
+ "type": [
111
+ "activity"
112
+ ]
113
+ }
114
+ },
115
+ {
116
+ "when": {
117
+ "op": "cmp",
118
+ "field": "toTriggerType",
119
+ "fieldName": "To type",
120
+ "operator": "==",
121
+ "value": "attributeValue",
122
+ "valueIsField": false,
123
+ "isEmpty": false
124
+ },
125
+ "source": {
126
+ "kind": "objects",
127
+ "type": [
128
+ "activity"
129
+ ]
130
+ }
131
+ },
132
+ {
133
+ "when": {
134
+ "op": "cmp",
135
+ "field": "toTriggerType",
136
+ "fieldName": "To type",
137
+ "operator": "==",
138
+ "value": "casesInDataset",
139
+ "valueIsField": false,
140
+ "isEmpty": false
141
+ },
142
+ "source": {
143
+ "kind": "objects",
144
+ "type": [
145
+ "activity"
146
+ ]
147
+ }
148
+ },
149
+ {
150
+ "when": {
151
+ "op": "cmp",
152
+ "field": "toTriggerType",
153
+ "fieldName": "To type",
154
+ "operator": "==",
155
+ "value": "currentCase",
156
+ "valueIsField": false,
157
+ "isEmpty": false
158
+ },
159
+ "source": {
160
+ "kind": "objects",
161
+ "type": [
162
+ "activity"
163
+ ]
164
+ }
165
+ },
166
+ {
167
+ "when": {
168
+ "op": "cmp",
169
+ "field": "toTriggerType",
170
+ "fieldName": "To type",
171
+ "operator": "==",
172
+ "value": "foreachItem",
173
+ "valueIsField": false,
174
+ "isEmpty": false
175
+ },
176
+ "source": {
177
+ "kind": "objects",
178
+ "type": [
179
+ "activity"
180
+ ]
181
+ }
182
+ },
183
+ {
184
+ "when": {
185
+ "op": "cmp",
186
+ "field": "toTriggerType",
187
+ "fieldName": "To type",
188
+ "operator": "==",
189
+ "value": "parent",
190
+ "valueIsField": false,
191
+ "isEmpty": false
192
+ },
193
+ "source": {
194
+ "kind": "objects",
195
+ "type": [
196
+ "activity"
197
+ ]
198
+ }
199
+ }
82
200
  ]
83
201
  },
84
202
  "activityTag": {
@@ -593,6 +711,263 @@
593
711
  }
594
712
  ]
595
713
  }
714
+ ],
715
+ "messageWhen": [
716
+ {
717
+ "when": {
718
+ "op": "and",
719
+ "items": [
720
+ {
721
+ "op": "or",
722
+ "items": [
723
+ {
724
+ "op": "cmp",
725
+ "field": "toTriggerType",
726
+ "fieldName": "To type",
727
+ "operator": "==",
728
+ "value": "attributeValue",
729
+ "valueIsField": false,
730
+ "isEmpty": false
731
+ },
732
+ {
733
+ "op": "cmp",
734
+ "field": "toTriggerType",
735
+ "fieldName": "To type",
736
+ "operator": "==",
737
+ "value": "casesInDataset",
738
+ "valueIsField": false,
739
+ "isEmpty": false
740
+ },
741
+ {
742
+ "op": "cmp",
743
+ "field": "toTriggerType",
744
+ "fieldName": "To type",
745
+ "operator": "==",
746
+ "value": "page",
747
+ "valueIsField": false,
748
+ "isEmpty": false
749
+ },
750
+ {
751
+ "op": "cmp",
752
+ "field": "toTriggerType",
753
+ "fieldName": "To type",
754
+ "operator": "==",
755
+ "value": "parent",
756
+ "valueIsField": false,
757
+ "isEmpty": false
758
+ }
759
+ ]
760
+ },
761
+ {
762
+ "op": "or",
763
+ "items": [
764
+ {
765
+ "op": "cmp",
766
+ "field": "type",
767
+ "fieldName": "Type",
768
+ "operator": "==",
769
+ "value": "cancel",
770
+ "valueIsField": false,
771
+ "isEmpty": false
772
+ },
773
+ {
774
+ "op": "cmp",
775
+ "field": "type",
776
+ "fieldName": "Type",
777
+ "operator": "==",
778
+ "value": "disable",
779
+ "valueIsField": false,
780
+ "isEmpty": false
781
+ },
782
+ {
783
+ "op": "cmp",
784
+ "field": "type",
785
+ "fieldName": "Type",
786
+ "operator": "==",
787
+ "value": "enable",
788
+ "valueIsField": false,
789
+ "isEmpty": false
790
+ },
791
+ {
792
+ "op": "cmp",
793
+ "field": "type",
794
+ "fieldName": "Type",
795
+ "operator": "==",
796
+ "value": "finish",
797
+ "valueIsField": false,
798
+ "isEmpty": false
799
+ },
800
+ {
801
+ "op": "cmp",
802
+ "field": "type",
803
+ "fieldName": "Type",
804
+ "operator": "==",
805
+ "value": "submit",
806
+ "valueIsField": false,
807
+ "isEmpty": false
808
+ }
809
+ ]
810
+ }
811
+ ]
812
+ },
813
+ "message": "<b>Cancel, Enable, Disable and Close can only be done on current case.</b>"
814
+ }
815
+ ],
816
+ "setValueWhen": [
817
+ {
818
+ "when": {
819
+ "op": "and",
820
+ "items": [
821
+ {
822
+ "op": "or",
823
+ "items": [
824
+ {
825
+ "op": "and",
826
+ "items": [
827
+ {
828
+ "op": "cmp",
829
+ "field": "toTriggerType",
830
+ "fieldName": "To type",
831
+ "operator": "!=",
832
+ "value": "attributeValue",
833
+ "valueIsField": false,
834
+ "isEmpty": false
835
+ },
836
+ {
837
+ "op": "cmp",
838
+ "field": "toTriggerType",
839
+ "fieldName": "To type",
840
+ "operator": "!=",
841
+ "value": "casesInDataset",
842
+ "valueIsField": false,
843
+ "isEmpty": false
844
+ },
845
+ {
846
+ "op": "cmp",
847
+ "field": "toTriggerType",
848
+ "fieldName": "To type",
849
+ "operator": "!=",
850
+ "value": "page",
851
+ "valueIsField": false,
852
+ "isEmpty": false
853
+ },
854
+ {
855
+ "op": "cmp",
856
+ "field": "toTriggerType",
857
+ "fieldName": "To type",
858
+ "operator": "!=",
859
+ "value": "parent",
860
+ "valueIsField": false,
861
+ "isEmpty": false
862
+ }
863
+ ]
864
+ },
865
+ {
866
+ "op": "and",
867
+ "items": [
868
+ {
869
+ "op": "cmp",
870
+ "field": "type",
871
+ "fieldName": "Type",
872
+ "operator": "!=",
873
+ "value": "cancel",
874
+ "valueIsField": false,
875
+ "isEmpty": false
876
+ },
877
+ {
878
+ "op": "cmp",
879
+ "field": "type",
880
+ "fieldName": "Type",
881
+ "operator": "!=",
882
+ "value": "disable",
883
+ "valueIsField": false,
884
+ "isEmpty": false
885
+ },
886
+ {
887
+ "op": "cmp",
888
+ "field": "type",
889
+ "fieldName": "Type",
890
+ "operator": "!=",
891
+ "value": "enable",
892
+ "valueIsField": false,
893
+ "isEmpty": false
894
+ },
895
+ {
896
+ "op": "cmp",
897
+ "field": "type",
898
+ "fieldName": "Type",
899
+ "operator": "!=",
900
+ "value": "finish",
901
+ "valueIsField": false,
902
+ "isEmpty": false
903
+ },
904
+ {
905
+ "op": "cmp",
906
+ "field": "type",
907
+ "fieldName": "Type",
908
+ "operator": "!=",
909
+ "value": "submit",
910
+ "valueIsField": false,
911
+ "isEmpty": false
912
+ }
913
+ ]
914
+ }
915
+ ]
916
+ },
917
+ {
918
+ "op": "or",
919
+ "items": [
920
+ {
921
+ "op": "cmp",
922
+ "field": "type",
923
+ "fieldName": "Type",
924
+ "operator": "==",
925
+ "value": "cancel",
926
+ "valueIsField": false,
927
+ "isEmpty": false
928
+ },
929
+ {
930
+ "op": "cmp",
931
+ "field": "type",
932
+ "fieldName": "Type",
933
+ "operator": "==",
934
+ "value": "disable",
935
+ "valueIsField": false,
936
+ "isEmpty": false
937
+ },
938
+ {
939
+ "op": "cmp",
940
+ "field": "type",
941
+ "fieldName": "Type",
942
+ "operator": "==",
943
+ "value": "enable",
944
+ "valueIsField": false,
945
+ "isEmpty": false
946
+ },
947
+ {
948
+ "op": "cmp",
949
+ "field": "type",
950
+ "fieldName": "Type",
951
+ "operator": "==",
952
+ "value": "finish",
953
+ "valueIsField": false,
954
+ "isEmpty": false
955
+ },
956
+ {
957
+ "op": "cmp",
958
+ "field": "type",
959
+ "fieldName": "Type",
960
+ "operator": "==",
961
+ "value": "submit",
962
+ "valueIsField": false,
963
+ "isEmpty": false
964
+ }
965
+ ]
966
+ }
967
+ ]
968
+ },
969
+ "value": "currentCase"
970
+ }
596
971
  ]
597
972
  }
598
973
  }