File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed
Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @patternfly/pfe-datetime " : patch
3+ ---
4+
5+ document ` time-zone-name ` attribute
Original file line number Diff line number Diff line change @@ -50,13 +50,14 @@ const INTL_CONFIGS = Object.entries({
5050/**
5151 * @summary Display dates and times in a consistent format
5252 *
53- * @attr {'narrow'|'short'|'long'} weekday
53+ * @attr {'narrow'|'short'|'long'} weekday
5454 * @attr {'numeric'|'2-digit'|'narrow'|'short'|'long'} month
55- * @attr {'numeric'|'2-digit'} day
56- * @attr {'numeric'|'2-digit'} year
57- * @attr {'numeric'|'2-digit'} hour
58- * @attr {'numeric'|'2-digit'} minute
59- * @attr {'numeric'|'2-digit'} second
55+ * @attr {'numeric'|'2-digit'} day
56+ * @attr {'numeric'|'2-digit'} year
57+ * @attr {'numeric'|'2-digit'} hour
58+ * @attr {'numeric'|'2-digit'} minute
59+ * @attr {'numeric'|'2-digit'} second
60+ * @attr {'short'|'long'} time-zone-name
6061 */
6162@customElement ( 'pfe-datetime' ) @pfelement ( )
6263export class PfeDatetime extends LitElement {
You can’t perform that action at this time.
0 commit comments