@annalib/anna-core 31.9.0 → 31.9.1
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 +5 -1
- package/fesm2022/annalib-anna-core.mjs +4 -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
|
@@ -5103,6 +5103,10 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
5103
5103
|
this.tooltipRadioTextMap.set("projectedGi", "Projected GI");
|
|
5104
5104
|
this.tooltipRadioTextMap.set("postedGi", "Posted GI");
|
|
5105
5105
|
this.tooltipRadioTextMap.set("len", "Len");
|
|
5106
|
+
this.tooltipRadioTextMap.set("previousProgramSellerProgramName", "Seller Program");
|
|
5107
|
+
this.tooltipRadioTextMap.set("previousProgramInventoryCode", "Inventory Code");
|
|
5108
|
+
this.tooltipRadioTextMap.set("newProgramSellerProgramName", "Seller Program");
|
|
5109
|
+
this.tooltipRadioTextMap.set("newProgramInventoryCode", "Inventory Code");
|
|
5106
5110
|
}
|
|
5107
5111
|
selectOrUnselectCheckbox(rowData, columnKeys, isCheckboxSelected) {
|
|
5108
5112
|
rowData[columnKeys] = !rowData[columnKeys];
|