@sprucelabs/spruce-calendar-components 22.10.3 → 22.10.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.
|
@@ -1810,90 +1810,6 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
1810
1810
|
interface DidUpdateCalendarEventEmitPayloadEntity extends SchemaEntity<SpruceSchemas.Calendar.v2021_05_19.DidUpdateCalendarEventEmitPayloadSchema> {
|
|
1811
1811
|
}
|
|
1812
1812
|
}
|
|
1813
|
-
namespace SpruceSchemas.Calendar.v2021_05_19 {
|
|
1814
|
-
interface GetCalendarEmitTarget {
|
|
1815
|
-
'organizationId': string;
|
|
1816
|
-
'slug': string;
|
|
1817
|
-
}
|
|
1818
|
-
interface GetCalendarEmitTargetSchema extends SpruceSchema.Schema {
|
|
1819
|
-
id: 'getCalendarEmitTarget';
|
|
1820
|
-
version: 'v2021_05_19';
|
|
1821
|
-
namespace: 'Calendar';
|
|
1822
|
-
name: '';
|
|
1823
|
-
fields: {
|
|
1824
|
-
/** . */
|
|
1825
|
-
'organizationId': {
|
|
1826
|
-
type: 'id';
|
|
1827
|
-
isRequired: true;
|
|
1828
|
-
options: undefined;
|
|
1829
|
-
};
|
|
1830
|
-
/** . */
|
|
1831
|
-
'slug': {
|
|
1832
|
-
type: 'id';
|
|
1833
|
-
isRequired: true;
|
|
1834
|
-
options: undefined;
|
|
1835
|
-
};
|
|
1836
|
-
};
|
|
1837
|
-
}
|
|
1838
|
-
interface GetCalendarEmitTargetEntity extends SchemaEntity<SpruceSchemas.Calendar.v2021_05_19.GetCalendarEmitTargetSchema> {
|
|
1839
|
-
}
|
|
1840
|
-
}
|
|
1841
|
-
namespace SpruceSchemas.Calendar.v2021_05_19 {
|
|
1842
|
-
interface GetCalendarEmitTargetAndPayload {
|
|
1843
|
-
/** Source. */
|
|
1844
|
-
'source'?: SpruceSchemas.SpruceEventUtils.v2021_09_13.EventSource | undefined | null;
|
|
1845
|
-
'target': SpruceSchemas.Calendar.v2021_05_19.GetCalendarEmitTarget;
|
|
1846
|
-
}
|
|
1847
|
-
interface GetCalendarEmitTargetAndPayloadSchema extends SpruceSchema.Schema {
|
|
1848
|
-
id: 'getCalendarEmitTargetAndPayload';
|
|
1849
|
-
version: 'v2021_05_19';
|
|
1850
|
-
namespace: 'Calendar';
|
|
1851
|
-
name: '';
|
|
1852
|
-
fields: {
|
|
1853
|
-
/** Source. */
|
|
1854
|
-
'source': {
|
|
1855
|
-
label: 'Source';
|
|
1856
|
-
type: 'schema';
|
|
1857
|
-
options: {
|
|
1858
|
-
schema: SpruceSchemas.SpruceEventUtils.v2021_09_13.EventSourceSchema;
|
|
1859
|
-
};
|
|
1860
|
-
};
|
|
1861
|
-
/** . */
|
|
1862
|
-
'target': {
|
|
1863
|
-
type: 'schema';
|
|
1864
|
-
isRequired: true;
|
|
1865
|
-
options: {
|
|
1866
|
-
schema: SpruceSchemas.Calendar.v2021_05_19.GetCalendarEmitTargetSchema;
|
|
1867
|
-
};
|
|
1868
|
-
};
|
|
1869
|
-
};
|
|
1870
|
-
}
|
|
1871
|
-
interface GetCalendarEmitTargetAndPayloadEntity extends SchemaEntity<SpruceSchemas.Calendar.v2021_05_19.GetCalendarEmitTargetAndPayloadSchema> {
|
|
1872
|
-
}
|
|
1873
|
-
}
|
|
1874
|
-
namespace SpruceSchemas.Calendar.v2021_05_19 {
|
|
1875
|
-
interface GetCalendarResponsePayload {
|
|
1876
|
-
'calendar': SpruceSchemas.Calendar.v2021_05_19.Calendar;
|
|
1877
|
-
}
|
|
1878
|
-
interface GetCalendarResponsePayloadSchema extends SpruceSchema.Schema {
|
|
1879
|
-
id: 'getCalendarResponsePayload';
|
|
1880
|
-
version: 'v2021_05_19';
|
|
1881
|
-
namespace: 'Calendar';
|
|
1882
|
-
name: '';
|
|
1883
|
-
fields: {
|
|
1884
|
-
/** . */
|
|
1885
|
-
'calendar': {
|
|
1886
|
-
type: 'schema';
|
|
1887
|
-
isRequired: true;
|
|
1888
|
-
options: {
|
|
1889
|
-
schema: SpruceSchemas.Calendar.v2021_05_19.CalendarSchema;
|
|
1890
|
-
};
|
|
1891
|
-
};
|
|
1892
|
-
};
|
|
1893
|
-
}
|
|
1894
|
-
interface GetCalendarResponsePayloadEntity extends SchemaEntity<SpruceSchemas.Calendar.v2021_05_19.GetCalendarResponsePayloadSchema> {
|
|
1895
|
-
}
|
|
1896
|
-
}
|
|
1897
1813
|
namespace SpruceSchemas.Calendar.v2021_05_19 {
|
|
1898
1814
|
interface GetAvailableTimeSlotsEmitTarget {
|
|
1899
1815
|
'organizationId'?: string | undefined | null;
|
|
@@ -2128,6 +2044,90 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
2128
2044
|
interface TimeslotsEntity extends SchemaEntity<SpruceSchemas.Calendar.v2021_05_19.TimeslotsSchema> {
|
|
2129
2045
|
}
|
|
2130
2046
|
}
|
|
2047
|
+
namespace SpruceSchemas.Calendar.v2021_05_19 {
|
|
2048
|
+
interface GetCalendarEmitTarget {
|
|
2049
|
+
'organizationId': string;
|
|
2050
|
+
'slug': string;
|
|
2051
|
+
}
|
|
2052
|
+
interface GetCalendarEmitTargetSchema extends SpruceSchema.Schema {
|
|
2053
|
+
id: 'getCalendarEmitTarget';
|
|
2054
|
+
version: 'v2021_05_19';
|
|
2055
|
+
namespace: 'Calendar';
|
|
2056
|
+
name: '';
|
|
2057
|
+
fields: {
|
|
2058
|
+
/** . */
|
|
2059
|
+
'organizationId': {
|
|
2060
|
+
type: 'id';
|
|
2061
|
+
isRequired: true;
|
|
2062
|
+
options: undefined;
|
|
2063
|
+
};
|
|
2064
|
+
/** . */
|
|
2065
|
+
'slug': {
|
|
2066
|
+
type: 'id';
|
|
2067
|
+
isRequired: true;
|
|
2068
|
+
options: undefined;
|
|
2069
|
+
};
|
|
2070
|
+
};
|
|
2071
|
+
}
|
|
2072
|
+
interface GetCalendarEmitTargetEntity extends SchemaEntity<SpruceSchemas.Calendar.v2021_05_19.GetCalendarEmitTargetSchema> {
|
|
2073
|
+
}
|
|
2074
|
+
}
|
|
2075
|
+
namespace SpruceSchemas.Calendar.v2021_05_19 {
|
|
2076
|
+
interface GetCalendarEmitTargetAndPayload {
|
|
2077
|
+
/** Source. */
|
|
2078
|
+
'source'?: SpruceSchemas.SpruceEventUtils.v2021_09_13.EventSource | undefined | null;
|
|
2079
|
+
'target': SpruceSchemas.Calendar.v2021_05_19.GetCalendarEmitTarget;
|
|
2080
|
+
}
|
|
2081
|
+
interface GetCalendarEmitTargetAndPayloadSchema extends SpruceSchema.Schema {
|
|
2082
|
+
id: 'getCalendarEmitTargetAndPayload';
|
|
2083
|
+
version: 'v2021_05_19';
|
|
2084
|
+
namespace: 'Calendar';
|
|
2085
|
+
name: '';
|
|
2086
|
+
fields: {
|
|
2087
|
+
/** Source. */
|
|
2088
|
+
'source': {
|
|
2089
|
+
label: 'Source';
|
|
2090
|
+
type: 'schema';
|
|
2091
|
+
options: {
|
|
2092
|
+
schema: SpruceSchemas.SpruceEventUtils.v2021_09_13.EventSourceSchema;
|
|
2093
|
+
};
|
|
2094
|
+
};
|
|
2095
|
+
/** . */
|
|
2096
|
+
'target': {
|
|
2097
|
+
type: 'schema';
|
|
2098
|
+
isRequired: true;
|
|
2099
|
+
options: {
|
|
2100
|
+
schema: SpruceSchemas.Calendar.v2021_05_19.GetCalendarEmitTargetSchema;
|
|
2101
|
+
};
|
|
2102
|
+
};
|
|
2103
|
+
};
|
|
2104
|
+
}
|
|
2105
|
+
interface GetCalendarEmitTargetAndPayloadEntity extends SchemaEntity<SpruceSchemas.Calendar.v2021_05_19.GetCalendarEmitTargetAndPayloadSchema> {
|
|
2106
|
+
}
|
|
2107
|
+
}
|
|
2108
|
+
namespace SpruceSchemas.Calendar.v2021_05_19 {
|
|
2109
|
+
interface GetCalendarResponsePayload {
|
|
2110
|
+
'calendar': SpruceSchemas.Calendar.v2021_05_19.Calendar;
|
|
2111
|
+
}
|
|
2112
|
+
interface GetCalendarResponsePayloadSchema extends SpruceSchema.Schema {
|
|
2113
|
+
id: 'getCalendarResponsePayload';
|
|
2114
|
+
version: 'v2021_05_19';
|
|
2115
|
+
namespace: 'Calendar';
|
|
2116
|
+
name: '';
|
|
2117
|
+
fields: {
|
|
2118
|
+
/** . */
|
|
2119
|
+
'calendar': {
|
|
2120
|
+
type: 'schema';
|
|
2121
|
+
isRequired: true;
|
|
2122
|
+
options: {
|
|
2123
|
+
schema: SpruceSchemas.Calendar.v2021_05_19.CalendarSchema;
|
|
2124
|
+
};
|
|
2125
|
+
};
|
|
2126
|
+
};
|
|
2127
|
+
}
|
|
2128
|
+
interface GetCalendarResponsePayloadEntity extends SchemaEntity<SpruceSchemas.Calendar.v2021_05_19.GetCalendarResponsePayloadSchema> {
|
|
2129
|
+
}
|
|
2130
|
+
}
|
|
2131
2131
|
namespace SpruceSchemas.Calendar.v2021_05_19 {
|
|
2132
2132
|
interface GetCalendarEventEmitTarget {
|
|
2133
2133
|
'locationId': string;
|
|
@@ -1810,90 +1810,6 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
1810
1810
|
interface DidUpdateCalendarEventEmitPayloadEntity extends SchemaEntity<SpruceSchemas.Calendar.v2021_05_19.DidUpdateCalendarEventEmitPayloadSchema> {
|
|
1811
1811
|
}
|
|
1812
1812
|
}
|
|
1813
|
-
namespace SpruceSchemas.Calendar.v2021_05_19 {
|
|
1814
|
-
interface GetCalendarEmitTarget {
|
|
1815
|
-
'organizationId': string;
|
|
1816
|
-
'slug': string;
|
|
1817
|
-
}
|
|
1818
|
-
interface GetCalendarEmitTargetSchema extends SpruceSchema.Schema {
|
|
1819
|
-
id: 'getCalendarEmitTarget';
|
|
1820
|
-
version: 'v2021_05_19';
|
|
1821
|
-
namespace: 'Calendar';
|
|
1822
|
-
name: '';
|
|
1823
|
-
fields: {
|
|
1824
|
-
/** . */
|
|
1825
|
-
'organizationId': {
|
|
1826
|
-
type: 'id';
|
|
1827
|
-
isRequired: true;
|
|
1828
|
-
options: undefined;
|
|
1829
|
-
};
|
|
1830
|
-
/** . */
|
|
1831
|
-
'slug': {
|
|
1832
|
-
type: 'id';
|
|
1833
|
-
isRequired: true;
|
|
1834
|
-
options: undefined;
|
|
1835
|
-
};
|
|
1836
|
-
};
|
|
1837
|
-
}
|
|
1838
|
-
interface GetCalendarEmitTargetEntity extends SchemaEntity<SpruceSchemas.Calendar.v2021_05_19.GetCalendarEmitTargetSchema> {
|
|
1839
|
-
}
|
|
1840
|
-
}
|
|
1841
|
-
namespace SpruceSchemas.Calendar.v2021_05_19 {
|
|
1842
|
-
interface GetCalendarEmitTargetAndPayload {
|
|
1843
|
-
/** Source. */
|
|
1844
|
-
'source'?: SpruceSchemas.SpruceEventUtils.v2021_09_13.EventSource | undefined | null;
|
|
1845
|
-
'target': SpruceSchemas.Calendar.v2021_05_19.GetCalendarEmitTarget;
|
|
1846
|
-
}
|
|
1847
|
-
interface GetCalendarEmitTargetAndPayloadSchema extends SpruceSchema.Schema {
|
|
1848
|
-
id: 'getCalendarEmitTargetAndPayload';
|
|
1849
|
-
version: 'v2021_05_19';
|
|
1850
|
-
namespace: 'Calendar';
|
|
1851
|
-
name: '';
|
|
1852
|
-
fields: {
|
|
1853
|
-
/** Source. */
|
|
1854
|
-
'source': {
|
|
1855
|
-
label: 'Source';
|
|
1856
|
-
type: 'schema';
|
|
1857
|
-
options: {
|
|
1858
|
-
schema: SpruceSchemas.SpruceEventUtils.v2021_09_13.EventSourceSchema;
|
|
1859
|
-
};
|
|
1860
|
-
};
|
|
1861
|
-
/** . */
|
|
1862
|
-
'target': {
|
|
1863
|
-
type: 'schema';
|
|
1864
|
-
isRequired: true;
|
|
1865
|
-
options: {
|
|
1866
|
-
schema: SpruceSchemas.Calendar.v2021_05_19.GetCalendarEmitTargetSchema;
|
|
1867
|
-
};
|
|
1868
|
-
};
|
|
1869
|
-
};
|
|
1870
|
-
}
|
|
1871
|
-
interface GetCalendarEmitTargetAndPayloadEntity extends SchemaEntity<SpruceSchemas.Calendar.v2021_05_19.GetCalendarEmitTargetAndPayloadSchema> {
|
|
1872
|
-
}
|
|
1873
|
-
}
|
|
1874
|
-
namespace SpruceSchemas.Calendar.v2021_05_19 {
|
|
1875
|
-
interface GetCalendarResponsePayload {
|
|
1876
|
-
'calendar': SpruceSchemas.Calendar.v2021_05_19.Calendar;
|
|
1877
|
-
}
|
|
1878
|
-
interface GetCalendarResponsePayloadSchema extends SpruceSchema.Schema {
|
|
1879
|
-
id: 'getCalendarResponsePayload';
|
|
1880
|
-
version: 'v2021_05_19';
|
|
1881
|
-
namespace: 'Calendar';
|
|
1882
|
-
name: '';
|
|
1883
|
-
fields: {
|
|
1884
|
-
/** . */
|
|
1885
|
-
'calendar': {
|
|
1886
|
-
type: 'schema';
|
|
1887
|
-
isRequired: true;
|
|
1888
|
-
options: {
|
|
1889
|
-
schema: SpruceSchemas.Calendar.v2021_05_19.CalendarSchema;
|
|
1890
|
-
};
|
|
1891
|
-
};
|
|
1892
|
-
};
|
|
1893
|
-
}
|
|
1894
|
-
interface GetCalendarResponsePayloadEntity extends SchemaEntity<SpruceSchemas.Calendar.v2021_05_19.GetCalendarResponsePayloadSchema> {
|
|
1895
|
-
}
|
|
1896
|
-
}
|
|
1897
1813
|
namespace SpruceSchemas.Calendar.v2021_05_19 {
|
|
1898
1814
|
interface GetAvailableTimeSlotsEmitTarget {
|
|
1899
1815
|
'organizationId'?: string | undefined | null;
|
|
@@ -2128,6 +2044,90 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
2128
2044
|
interface TimeslotsEntity extends SchemaEntity<SpruceSchemas.Calendar.v2021_05_19.TimeslotsSchema> {
|
|
2129
2045
|
}
|
|
2130
2046
|
}
|
|
2047
|
+
namespace SpruceSchemas.Calendar.v2021_05_19 {
|
|
2048
|
+
interface GetCalendarEmitTarget {
|
|
2049
|
+
'organizationId': string;
|
|
2050
|
+
'slug': string;
|
|
2051
|
+
}
|
|
2052
|
+
interface GetCalendarEmitTargetSchema extends SpruceSchema.Schema {
|
|
2053
|
+
id: 'getCalendarEmitTarget';
|
|
2054
|
+
version: 'v2021_05_19';
|
|
2055
|
+
namespace: 'Calendar';
|
|
2056
|
+
name: '';
|
|
2057
|
+
fields: {
|
|
2058
|
+
/** . */
|
|
2059
|
+
'organizationId': {
|
|
2060
|
+
type: 'id';
|
|
2061
|
+
isRequired: true;
|
|
2062
|
+
options: undefined;
|
|
2063
|
+
};
|
|
2064
|
+
/** . */
|
|
2065
|
+
'slug': {
|
|
2066
|
+
type: 'id';
|
|
2067
|
+
isRequired: true;
|
|
2068
|
+
options: undefined;
|
|
2069
|
+
};
|
|
2070
|
+
};
|
|
2071
|
+
}
|
|
2072
|
+
interface GetCalendarEmitTargetEntity extends SchemaEntity<SpruceSchemas.Calendar.v2021_05_19.GetCalendarEmitTargetSchema> {
|
|
2073
|
+
}
|
|
2074
|
+
}
|
|
2075
|
+
namespace SpruceSchemas.Calendar.v2021_05_19 {
|
|
2076
|
+
interface GetCalendarEmitTargetAndPayload {
|
|
2077
|
+
/** Source. */
|
|
2078
|
+
'source'?: SpruceSchemas.SpruceEventUtils.v2021_09_13.EventSource | undefined | null;
|
|
2079
|
+
'target': SpruceSchemas.Calendar.v2021_05_19.GetCalendarEmitTarget;
|
|
2080
|
+
}
|
|
2081
|
+
interface GetCalendarEmitTargetAndPayloadSchema extends SpruceSchema.Schema {
|
|
2082
|
+
id: 'getCalendarEmitTargetAndPayload';
|
|
2083
|
+
version: 'v2021_05_19';
|
|
2084
|
+
namespace: 'Calendar';
|
|
2085
|
+
name: '';
|
|
2086
|
+
fields: {
|
|
2087
|
+
/** Source. */
|
|
2088
|
+
'source': {
|
|
2089
|
+
label: 'Source';
|
|
2090
|
+
type: 'schema';
|
|
2091
|
+
options: {
|
|
2092
|
+
schema: SpruceSchemas.SpruceEventUtils.v2021_09_13.EventSourceSchema;
|
|
2093
|
+
};
|
|
2094
|
+
};
|
|
2095
|
+
/** . */
|
|
2096
|
+
'target': {
|
|
2097
|
+
type: 'schema';
|
|
2098
|
+
isRequired: true;
|
|
2099
|
+
options: {
|
|
2100
|
+
schema: SpruceSchemas.Calendar.v2021_05_19.GetCalendarEmitTargetSchema;
|
|
2101
|
+
};
|
|
2102
|
+
};
|
|
2103
|
+
};
|
|
2104
|
+
}
|
|
2105
|
+
interface GetCalendarEmitTargetAndPayloadEntity extends SchemaEntity<SpruceSchemas.Calendar.v2021_05_19.GetCalendarEmitTargetAndPayloadSchema> {
|
|
2106
|
+
}
|
|
2107
|
+
}
|
|
2108
|
+
namespace SpruceSchemas.Calendar.v2021_05_19 {
|
|
2109
|
+
interface GetCalendarResponsePayload {
|
|
2110
|
+
'calendar': SpruceSchemas.Calendar.v2021_05_19.Calendar;
|
|
2111
|
+
}
|
|
2112
|
+
interface GetCalendarResponsePayloadSchema extends SpruceSchema.Schema {
|
|
2113
|
+
id: 'getCalendarResponsePayload';
|
|
2114
|
+
version: 'v2021_05_19';
|
|
2115
|
+
namespace: 'Calendar';
|
|
2116
|
+
name: '';
|
|
2117
|
+
fields: {
|
|
2118
|
+
/** . */
|
|
2119
|
+
'calendar': {
|
|
2120
|
+
type: 'schema';
|
|
2121
|
+
isRequired: true;
|
|
2122
|
+
options: {
|
|
2123
|
+
schema: SpruceSchemas.Calendar.v2021_05_19.CalendarSchema;
|
|
2124
|
+
};
|
|
2125
|
+
};
|
|
2126
|
+
};
|
|
2127
|
+
}
|
|
2128
|
+
interface GetCalendarResponsePayloadEntity extends SchemaEntity<SpruceSchemas.Calendar.v2021_05_19.GetCalendarResponsePayloadSchema> {
|
|
2129
|
+
}
|
|
2130
|
+
}
|
|
2131
2131
|
namespace SpruceSchemas.Calendar.v2021_05_19 {
|
|
2132
2132
|
interface GetCalendarEventEmitTarget {
|
|
2133
2133
|
'locationId': string;
|
|
@@ -77,15 +77,23 @@ export default class PersonSelectToolViewController extends AbstractViewControll
|
|
|
77
77
|
});
|
|
78
78
|
}
|
|
79
79
|
ListVc() {
|
|
80
|
+
const team = this.people.getTeam();
|
|
81
|
+
team.sort((a, b) => {
|
|
82
|
+
return a.casualName > b.casualName ? 1 : -1;
|
|
83
|
+
});
|
|
80
84
|
return this.Controller('list', {
|
|
81
|
-
columnWidths: ['fill'],
|
|
82
|
-
rows:
|
|
85
|
+
columnWidths: ['content', 'fill'],
|
|
86
|
+
rows: team.map((p) => this.renderRow(p)),
|
|
83
87
|
});
|
|
84
88
|
}
|
|
85
89
|
renderRow(person) {
|
|
90
|
+
var _a;
|
|
86
91
|
return {
|
|
87
92
|
id: person.id,
|
|
88
93
|
cells: [
|
|
94
|
+
{
|
|
95
|
+
avatars: ((_a = person.avatar) === null || _a === void 0 ? void 0 : _a.mUri) ? [person.avatar.mUri] : undefined,
|
|
96
|
+
},
|
|
89
97
|
{
|
|
90
98
|
text: {
|
|
91
99
|
content: person.id === this.loggedInPersonId ? 'You' : person.casualName,
|
|
@@ -68,15 +68,23 @@ class PersonSelectToolViewController extends heartwood_view_controllers_1.Abstra
|
|
|
68
68
|
return this.updatePromise;
|
|
69
69
|
}
|
|
70
70
|
ListVc() {
|
|
71
|
+
const team = this.people.getTeam();
|
|
72
|
+
team.sort((a, b) => {
|
|
73
|
+
return a.casualName > b.casualName ? 1 : -1;
|
|
74
|
+
});
|
|
71
75
|
return this.Controller('list', {
|
|
72
|
-
columnWidths: ['fill'],
|
|
73
|
-
rows:
|
|
76
|
+
columnWidths: ['content', 'fill'],
|
|
77
|
+
rows: team.map((p) => this.renderRow(p)),
|
|
74
78
|
});
|
|
75
79
|
}
|
|
76
80
|
renderRow(person) {
|
|
81
|
+
var _a;
|
|
77
82
|
return {
|
|
78
83
|
id: person.id,
|
|
79
84
|
cells: [
|
|
85
|
+
{
|
|
86
|
+
avatars: ((_a = person.avatar) === null || _a === void 0 ? void 0 : _a.mUri) ? [person.avatar.mUri] : undefined,
|
|
87
|
+
},
|
|
80
88
|
{
|
|
81
89
|
text: {
|
|
82
90
|
content: person.id === this.loggedInPersonId ? 'You' : person.casualName,
|