@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
|
@@ -3712,8 +3712,6 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
3712
3712
|
this.tooltipRadioTextMap.set("DisplaytSpotStatusBI", "Spot Status");
|
|
3713
3713
|
this.tooltipRadioTextMap.set("LineSpot", "Line.Spot");
|
|
3714
3714
|
this.tooltipRadioTextMap.set("LurWindowName", "Political Window");
|
|
3715
|
-
this.tooltipRadioTextMap.set("daypart", "Daypart");
|
|
3716
|
-
this.tooltipRadioTextMap.set("programName", "ProgramName");
|
|
3717
3715
|
}
|
|
3718
3716
|
selectOrUnselectCheckbox(rowData, columnKeys, isCheckboxSelected) {
|
|
3719
3717
|
rowData[columnKeys] = !rowData[columnKeys];
|