@asd20/ui 3.2.423 → 3.2.424

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/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.423",
8
+ "version": "3.2.424",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -71,6 +71,7 @@
71
71
  v-if="publishDateTime"
72
72
  :dateTime="publishDateTime"
73
73
  />
74
+ <br />
74
75
  <span v-if="modifiedDateTime" class="date-prefix">Updated:</span>
75
76
  <asd20-formatted-date
76
77
  v-if="modifiedDateTime"
@@ -70,6 +70,7 @@ query($pageId: uuid!, $now: String) {
70
70
  bodyHtml
71
71
  status
72
72
  publishDateTime
73
+ modifiedDateTime
73
74
  expireDateTime
74
75
  translations
75
76
  images
@@ -276,6 +276,10 @@ export default {
276
276
  if (!this.firstMessage) return ''
277
277
  return this.firstMessage.publishDateTime
278
278
  },
279
+ modifiedDateTime() {
280
+ if (!this.firstMessage) return ''
281
+ return this.firstMessage.modifiedDateTime
282
+ },
279
283
 
280
284
  // categoryNames
281
285
  // get all messages, then get a unique list of category names.