@annalib/anna-core 19.0.4 → 19.0.5
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 +1 -3
- package/fesm2015/annalib-anna-core.mjs +0 -2
- package/fesm2015/annalib-anna-core.mjs.map +1 -1
- package/fesm2020/annalib-anna-core.mjs +0 -2
- package/fesm2020/annalib-anna-core.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -3716,8 +3716,6 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
3716
3716
|
this.tooltipRadioTextMap.set("DisplaytSpotStatusBI", "Spot Status");
|
|
3717
3717
|
this.tooltipRadioTextMap.set("LineSpot", "Line.Spot");
|
|
3718
3718
|
this.tooltipRadioTextMap.set("LurWindowName", "Political Window");
|
|
3719
|
-
this.tooltipRadioTextMap.set("daypart", "Daypart");
|
|
3720
|
-
this.tooltipRadioTextMap.set("programName", "ProgramName");
|
|
3721
3719
|
}
|
|
3722
3720
|
selectOrUnselectCheckbox(rowData, columnKeys, isCheckboxSelected) {
|
|
3723
3721
|
rowData[columnKeys] = !rowData[columnKeys];
|