This commit is contained in:
2020-02-19 23:16:21 +00:00
parent e78b015f2e
commit ae5080d579

View File

@@ -299,7 +299,7 @@ export default {
{ name: this.lt("GridRowFilterDropDownNotEquals"), id: "!=" }
],
dateFilterTokens: [
{ name: this.lt("SelectItem"), id: "*select*" },
{ name: this.lt("SelectItem"), id: "*select*" }, //If select then use entry in date /time picker
{ name: this.lt("DateRangeYesterday"), id: "*yesterday*" },
{ name: this.lt("DateRangeToday"), id: "*today*" },
{ name: this.lt("DateRangeTomorrow"), id: "*tomorrow*" },
@@ -328,7 +328,32 @@ export default {
{ name: this.lt("DateRangePast30Days"), id: "*past30days*" },
{ name: this.lt("DateRangePast24Hours"), id: "*past24hours*" }
],
stringFilterOperators: [], //maybe this one contains by Specific ID? Easy thing to do would be to say fuck it and it must be just text, no id filter TBD
stringFilterOperators: [
{ name: this.lt("GridRowFilterDropDownEquals"), id: "=" },
{ name: this.lt("GridRowFilterDropDownGreaterThan"), id: ">" },
{
name: this.lt("GridRowFilterDropDownGreaterThanOrEqualTo"),
id: ">="
},
{ name: this.lt("GridRowFilterDropDownLessThan"), id: "<" },
{ name: this.lt("GridRowFilterDropDownLessThanOrEqualTo"), id: "<=" },
{ name: this.lt("GridRowFilterDropDownNotEquals"), id: "!=" },
{ name: this.lt("GridRowFilterDropDownDoesNotContain"), id: "!-%-" },
{ name: this.lt("GridRowFilterDropDownContains"), id: "-%-" },
{ name: this.lt("XXXXX"), id: "XXX" },
{ name: this.lt("XXXXX"), id: "XXX" },
{ name: this.lt("XXXXX"), id: "XXX" },
{ name: this.lt("XXXXX"), id: "XXX" },
{ name: this.lt("XXXXX"), id: "XXX" },
{ name: this.lt("XXXXX"), id: "XXX" },
{ name: this.lt("XXXXX"), id: "XXX" },
{ name: this.lt("XXXXX"), id: "XXX" },
{ name: this.lt("XXXXX"), id: "XXX" },
{ name: this.lt("XXXXX"), id: "XXX" },
{ name: this.lt("XXXXX"), id: "XXX" },
{ name: this.lt("XXXXX"), id: "XXX" },
{ name: this.lt("XXXXX"), id: "XXX" }
], //maybe this one contains by Specific ID? Easy thing to do would be to say fuck it and it must be just text, no id filter TBD
integerFilterOperators: [],
boolFilterOperators: [],
decimalFilterOperators: [],