@oicl/openbridge-webcomponents-full-bundle 2.0.0-next.142 → 2.0.0-next.143
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/bundle/openbridge-webcomponents.bundle.js +2 -2
- package/bundle/openbridge-webcomponents.bundle.js.map +1 -1
- package/custom-elements.json +1 -1
- package/dist/components/alert-list-details/alert-list-details.js +2 -2
- package/dist/components/alert-list-details/alert-list-details.js.map +1 -1
- package/package.json +1 -1
- package/src/components/alert-list-details/alert-list-details.ts +2 -2
|
@@ -85256,7 +85256,7 @@ let ObcAlertListDetails = class extends i$4 {
|
|
|
85256
85256
|
if (this.small) {
|
|
85257
85257
|
const columns = [
|
|
85258
85258
|
{
|
|
85259
|
-
label: "
|
|
85259
|
+
label: "Status",
|
|
85260
85260
|
key: "status",
|
|
85261
85261
|
sortDirection: "desc",
|
|
85262
85262
|
sortable: true,
|
|
@@ -85284,7 +85284,7 @@ let ObcAlertListDetails = class extends i$4 {
|
|
|
85284
85284
|
} else {
|
|
85285
85285
|
const columns = [
|
|
85286
85286
|
{
|
|
85287
|
-
label: "
|
|
85287
|
+
label: "Status",
|
|
85288
85288
|
key: "status",
|
|
85289
85289
|
sortDirection: "desc",
|
|
85290
85290
|
sortable: true,
|