chore: release v0.26.1
This commit is contained in:
@@ -3301,6 +3301,8 @@ export namespace main {
|
||||
style: string;
|
||||
intensity: number;
|
||||
bandmap_lotw: boolean;
|
||||
recent_zebra?: string;
|
||||
recent_zebra_color?: string;
|
||||
configured: boolean;
|
||||
rules: RowColorRule[];
|
||||
|
||||
@@ -3314,6 +3316,8 @@ export namespace main {
|
||||
this.style = source["style"];
|
||||
this.intensity = source["intensity"];
|
||||
this.bandmap_lotw = source["bandmap_lotw"];
|
||||
this.recent_zebra = source["recent_zebra"];
|
||||
this.recent_zebra_color = source["recent_zebra_color"];
|
||||
this.configured = source["configured"];
|
||||
this.rules = this.convertValues(source["rules"], RowColorRule);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user