This commit is contained in:
@@ -299,7 +299,7 @@ export default {
|
|||||||
{ name: this.lt("GridRowFilterDropDownNotEquals"), id: "!=" }
|
{ name: this.lt("GridRowFilterDropDownNotEquals"), id: "!=" }
|
||||||
],
|
],
|
||||||
dateFilterTokens: [
|
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("DateRangeYesterday"), id: "*yesterday*" },
|
||||||
{ name: this.lt("DateRangeToday"), id: "*today*" },
|
{ name: this.lt("DateRangeToday"), id: "*today*" },
|
||||||
{ name: this.lt("DateRangeTomorrow"), id: "*tomorrow*" },
|
{ name: this.lt("DateRangeTomorrow"), id: "*tomorrow*" },
|
||||||
@@ -328,7 +328,32 @@ export default {
|
|||||||
{ name: this.lt("DateRangePast30Days"), id: "*past30days*" },
|
{ name: this.lt("DateRangePast30Days"), id: "*past30days*" },
|
||||||
{ name: this.lt("DateRangePast24Hours"), id: "*past24hours*" }
|
{ 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: [],
|
integerFilterOperators: [],
|
||||||
boolFilterOperators: [],
|
boolFilterOperators: [],
|
||||||
decimalFilterOperators: [],
|
decimalFilterOperators: [],
|
||||||
|
|||||||
Reference in New Issue
Block a user