@annalib/anna-core 31.0.3 → 31.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/esm2022/lib/anna-core-shared-lib/constants/shared.constant.mjs +2 -1
- package/esm2022/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +1 -4
- package/fesm2022/annalib-anna-core.mjs +1 -3
- package/fesm2022/annalib-anna-core.mjs.map +1 -1
- package/lib/anna-core-shared-lib/constants/shared.constant.d.ts +1 -0
- package/lib/anna-core-shared-lib/services/anna-date-time-format.service.d.ts +2 -2
- package/package.json +1 -1
|
@@ -4835,9 +4835,6 @@ 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");
|
|
4841
4838
|
}
|
|
4842
4839
|
selectOrUnselectCheckbox(rowData, columnKeys, isCheckboxSelected) {
|
|
4843
4840
|
rowData[columnKeys] = !rowData[columnKeys];
|
|
@@ -6003,6 +6000,7 @@ class ErrorCodes {
|
|
|
6003
6000
|
static { this.SUCCESS_CODE_PATCH = 204; }
|
|
6004
6001
|
static { this.NO_CONTENT = 204; }
|
|
6005
6002
|
static { this.under_review = 409; }
|
|
6003
|
+
static { this.UNAUTHORIZED_ACCESS = 401; }
|
|
6006
6004
|
}
|
|
6007
6005
|
var Days;
|
|
6008
6006
|
(function (Days) {
|