@dative-gpi/foundation-core-components 1.0.146 → 1.0.147
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.
|
@@ -134,25 +134,7 @@
|
|
|
134
134
|
</FSSpan>
|
|
135
135
|
</template>
|
|
136
136
|
<template
|
|
137
|
-
#item.
|
|
138
|
-
>
|
|
139
|
-
<FSSpan
|
|
140
|
-
font="text-overline"
|
|
141
|
-
>
|
|
142
|
-
{{ epochToShortTimeFormat(item.triggerSourceTimestamp) }}
|
|
143
|
-
</FSSpan>
|
|
144
|
-
</template>
|
|
145
|
-
<template
|
|
146
|
-
#item.triggerEnqueuedTimestamp="{ item }"
|
|
147
|
-
>
|
|
148
|
-
<FSSpan
|
|
149
|
-
font="text-overline"
|
|
150
|
-
>
|
|
151
|
-
{{ epochToShortTimeFormat(item.triggerEnqueuedTimestamp) }}
|
|
152
|
-
</FSSpan>
|
|
153
|
-
</template>
|
|
154
|
-
<template
|
|
155
|
-
#item.triggerProcessedTimestamp="{ item }"
|
|
137
|
+
#item.triggerActualTimestamp="{ item }"
|
|
156
138
|
>
|
|
157
139
|
<FSSpan
|
|
158
140
|
font="text-overline"
|
|
@@ -170,30 +152,12 @@
|
|
|
170
152
|
</FSSpan>
|
|
171
153
|
</template>
|
|
172
154
|
<template
|
|
173
|
-
#item.
|
|
174
|
-
>
|
|
175
|
-
<FSSpan
|
|
176
|
-
font="text-overline"
|
|
177
|
-
>
|
|
178
|
-
{{ epochToShortTimeFormat(item.currentSourceTimestamp) }}
|
|
179
|
-
</FSSpan>
|
|
180
|
-
</template>
|
|
181
|
-
<template
|
|
182
|
-
#item.currentEnqueuedTimestamp="{ item }"
|
|
183
|
-
>
|
|
184
|
-
<FSSpan
|
|
185
|
-
font="text-overline"
|
|
186
|
-
>
|
|
187
|
-
{{ epochToShortTimeFormat(item.currentEnqueuedTimestamp) }}
|
|
188
|
-
</FSSpan>
|
|
189
|
-
</template>
|
|
190
|
-
<template
|
|
191
|
-
#item.currentProcessedTimestamp="{ item }"
|
|
155
|
+
#item.currentActualTimestamp="{ item }"
|
|
192
156
|
>
|
|
193
157
|
<FSSpan
|
|
194
158
|
font="text-overline"
|
|
195
159
|
>
|
|
196
|
-
{{ epochToShortTimeFormat(item.
|
|
160
|
+
{{ epochToShortTimeFormat(item.currentActualTimestamp) }}
|
|
197
161
|
</FSSpan>
|
|
198
162
|
</template>
|
|
199
163
|
<template
|
|
@@ -321,7 +285,7 @@ export default defineComponent({
|
|
|
321
285
|
const als = [...alerts.value]
|
|
322
286
|
return als.sort((a: AlertInfos, b: AlertInfos) => {
|
|
323
287
|
return (a.acknowledged === b.acknowledged) ?
|
|
324
|
-
+b.
|
|
288
|
+
+b.currentActualTimestamp! - +a.currentActualTimestamp! : a.acknowledged ? 1 : -1
|
|
325
289
|
});
|
|
326
290
|
});
|
|
327
291
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dative-gpi/foundation-core-components",
|
|
3
3
|
"sideEffects": false,
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.147",
|
|
5
5
|
"description": "",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
"author": "",
|
|
11
11
|
"license": "ISC",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@dative-gpi/foundation-core-domain": "1.0.
|
|
14
|
-
"@dative-gpi/foundation-core-services": "1.0.
|
|
15
|
-
"@dative-gpi/foundation-shared-components": "1.0.
|
|
16
|
-
"@dative-gpi/foundation-shared-domain": "1.0.
|
|
17
|
-
"@dative-gpi/foundation-shared-services": "1.0.
|
|
13
|
+
"@dative-gpi/foundation-core-domain": "1.0.147",
|
|
14
|
+
"@dative-gpi/foundation-core-services": "1.0.147",
|
|
15
|
+
"@dative-gpi/foundation-shared-components": "1.0.147",
|
|
16
|
+
"@dative-gpi/foundation-shared-domain": "1.0.147",
|
|
17
|
+
"@dative-gpi/foundation-shared-services": "1.0.147"
|
|
18
18
|
},
|
|
19
19
|
"peerDependencies": {
|
|
20
20
|
"@dative-gpi/bones-ui": "^1.0.0",
|
|
@@ -26,5 +26,5 @@
|
|
|
26
26
|
"sass": "1.71.1",
|
|
27
27
|
"sass-loader": "13.3.2"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "c31ebe53c7cfd0d156e067fcb57a10f8e48a6ca3"
|
|
30
30
|
}
|