@annalib/anna-core 16.0.11 → 16.0.13
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/esm2020/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +2 -1
- package/fesm2015/annalib-anna-core.mjs +1 -0
- package/fesm2015/annalib-anna-core.mjs.map +1 -1
- package/fesm2020/annalib-anna-core.mjs +1 -0
- package/fesm2020/annalib-anna-core.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -2142,6 +2142,7 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
2142
2142
|
this.tooltipRadioTextMap.set("timeoutDate", "Timeout Date");
|
|
2143
2143
|
this.tooltipRadioTextMap.set("DisplaytSpotStatusBI", "Spot Status");
|
|
2144
2144
|
this.tooltipRadioTextMap.set("LineSpot", "Line.Spot");
|
|
2145
|
+
this.tooltipRadioTextMap.set("LurWindowName", "Political Window");
|
|
2145
2146
|
}
|
|
2146
2147
|
generateTableDataWrapper() {
|
|
2147
2148
|
this.showSkeletonLoading = true;
|