@annalib/anna-core 31.0.7 → 31.0.8
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/esm2022/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +4 -1
- package/fesm2022/annalib-anna-core.mjs +3 -0
- package/fesm2022/annalib-anna-core.mjs.map +1 -1
- package/lib/anna-core-shared-lib/services/anna-date-time-format.service.d.ts +2 -2
- package/package.json +1 -1
|
@@ -4835,6 +4835,9 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
4835
4835
|
this.tooltipRadioTextMap.set("scheduledADUs", "$ Scheduled ADUs");
|
|
4836
4836
|
this.tooltipRadioTextMap.set("postedADUs", "$ Posted ADUs");
|
|
4837
4837
|
this.tooltipRadioTextMap.set("bookedVal", "$ Booked");
|
|
4838
|
+
this.tooltipRadioTextMap.set("station", "Station");
|
|
4839
|
+
this.tooltipRadioTextMap.set("networkAffiliate", "Network Affiliate");
|
|
4840
|
+
this.tooltipRadioTextMap.set("market", "Market");
|
|
4838
4841
|
}
|
|
4839
4842
|
selectOrUnselectCheckbox(rowData, columnKeys, isCheckboxSelected) {
|
|
4840
4843
|
rowData[columnKeys] = !rowData[columnKeys];
|