@livetiles/reach-plugin-types 0.5.0-preview.13 → 0.5.0-preview.130
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/lib/index.d.ts +516 -67
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -306,6 +306,7 @@ declare module "libs/shared/util/environment/src/EnvironmentConfig" {
|
|
|
306
306
|
buildId: string;
|
|
307
307
|
useAzureAdFunctionality: boolean;
|
|
308
308
|
envName: string;
|
|
309
|
+
mobileTeamsHost?: string;
|
|
309
310
|
}
|
|
310
311
|
type OperatingSystem = 'ios' | 'android' | 'windows' | 'mac' | 'unknown';
|
|
311
312
|
interface DeviceInfo {
|
|
@@ -1026,6 +1027,233 @@ declare module "libs/reach/util/common/src/resources/ResourceContextProvider" {
|
|
|
1026
1027
|
language?: string;
|
|
1027
1028
|
}>;
|
|
1028
1029
|
}
|
|
1030
|
+
declare module "libs/reach/util/common/src/resources/lazy-date-fns/locales/ar-dz.async" {
|
|
1031
|
+
import locale from 'date-fns/locale/ar-DZ';
|
|
1032
|
+
export default locale;
|
|
1033
|
+
}
|
|
1034
|
+
declare module "libs/reach/util/common/src/resources/lazy-date-fns/locales/ar-ma.async" {
|
|
1035
|
+
import locale from 'date-fns/locale/ar-MA';
|
|
1036
|
+
export default locale;
|
|
1037
|
+
}
|
|
1038
|
+
declare module "libs/reach/util/common/src/resources/lazy-date-fns/locales/ar-sa.async" {
|
|
1039
|
+
import locale from 'date-fns/locale/ar-SA';
|
|
1040
|
+
export default locale;
|
|
1041
|
+
}
|
|
1042
|
+
declare module "libs/reach/util/common/src/resources/lazy-date-fns/locales/bg.async" {
|
|
1043
|
+
import locale from 'date-fns/locale/bg';
|
|
1044
|
+
export default locale;
|
|
1045
|
+
}
|
|
1046
|
+
declare module "libs/reach/util/common/src/resources/lazy-date-fns/locales/bn.async" {
|
|
1047
|
+
import locale from 'date-fns/locale/bn';
|
|
1048
|
+
export default locale;
|
|
1049
|
+
}
|
|
1050
|
+
declare module "libs/reach/util/common/src/resources/lazy-date-fns/locales/ca.async" {
|
|
1051
|
+
import locale from 'date-fns/locale/ca';
|
|
1052
|
+
export default locale;
|
|
1053
|
+
}
|
|
1054
|
+
declare module "libs/reach/util/common/src/resources/lazy-date-fns/locales/cs.async" {
|
|
1055
|
+
import locale from 'date-fns/locale/cs';
|
|
1056
|
+
export default locale;
|
|
1057
|
+
}
|
|
1058
|
+
declare module "libs/reach/util/common/src/resources/lazy-date-fns/locales/da.async" {
|
|
1059
|
+
import locale from 'date-fns/locale/da';
|
|
1060
|
+
export default locale;
|
|
1061
|
+
}
|
|
1062
|
+
declare module "libs/reach/util/common/src/resources/lazy-date-fns/locales/de.async" {
|
|
1063
|
+
import locale from 'date-fns/locale/de';
|
|
1064
|
+
export default locale;
|
|
1065
|
+
}
|
|
1066
|
+
declare module "libs/reach/util/common/src/resources/lazy-date-fns/locales/el.async" {
|
|
1067
|
+
import locale from 'date-fns/locale/el';
|
|
1068
|
+
export default locale;
|
|
1069
|
+
}
|
|
1070
|
+
declare module "libs/reach/util/common/src/resources/lazy-date-fns/locales/en-au.async" {
|
|
1071
|
+
import locale from 'date-fns/locale/en-AU';
|
|
1072
|
+
export default locale;
|
|
1073
|
+
}
|
|
1074
|
+
declare module "libs/reach/util/common/src/resources/lazy-date-fns/locales/en-ca.async" {
|
|
1075
|
+
import locale from 'date-fns/locale/en-CA';
|
|
1076
|
+
export default locale;
|
|
1077
|
+
}
|
|
1078
|
+
declare module "libs/reach/util/common/src/resources/lazy-date-fns/locales/en-gb.async" {
|
|
1079
|
+
import locale from 'date-fns/locale/en-GB';
|
|
1080
|
+
export default locale;
|
|
1081
|
+
}
|
|
1082
|
+
declare module "libs/reach/util/common/src/resources/lazy-date-fns/locales/en-nz.async" {
|
|
1083
|
+
import locale from 'date-fns/locale/en-NZ';
|
|
1084
|
+
export default locale;
|
|
1085
|
+
}
|
|
1086
|
+
declare module "libs/reach/util/common/src/resources/lazy-date-fns/locales/es.async" {
|
|
1087
|
+
import locale from 'date-fns/locale/es';
|
|
1088
|
+
export default locale;
|
|
1089
|
+
}
|
|
1090
|
+
declare module "libs/reach/util/common/src/resources/lazy-date-fns/locales/et.async" {
|
|
1091
|
+
import locale from 'date-fns/locale/et';
|
|
1092
|
+
export default locale;
|
|
1093
|
+
}
|
|
1094
|
+
declare module "libs/reach/util/common/src/resources/lazy-date-fns/locales/fa-ir.async" {
|
|
1095
|
+
import locale from 'date-fns/locale/fa-IR';
|
|
1096
|
+
export default locale;
|
|
1097
|
+
}
|
|
1098
|
+
declare module "libs/reach/util/common/src/resources/lazy-date-fns/locales/fi.async" {
|
|
1099
|
+
import locale from 'date-fns/locale/fi';
|
|
1100
|
+
export default locale;
|
|
1101
|
+
}
|
|
1102
|
+
declare module "libs/reach/util/common/src/resources/lazy-date-fns/locales/fr-ca.async" {
|
|
1103
|
+
import locale from 'date-fns/locale/fr-CA';
|
|
1104
|
+
export default locale;
|
|
1105
|
+
}
|
|
1106
|
+
declare module "libs/reach/util/common/src/resources/lazy-date-fns/locales/fr-ch.async" {
|
|
1107
|
+
import locale from 'date-fns/locale/fr-CH';
|
|
1108
|
+
export default locale;
|
|
1109
|
+
}
|
|
1110
|
+
declare module "libs/reach/util/common/src/resources/lazy-date-fns/locales/fr.async" {
|
|
1111
|
+
import locale from 'date-fns/locale/fr';
|
|
1112
|
+
export default locale;
|
|
1113
|
+
}
|
|
1114
|
+
declare module "libs/reach/util/common/src/resources/lazy-date-fns/locales/gu.async" {
|
|
1115
|
+
import locale from 'date-fns/locale/gu';
|
|
1116
|
+
export default locale;
|
|
1117
|
+
}
|
|
1118
|
+
declare module "libs/reach/util/common/src/resources/lazy-date-fns/locales/he.async" {
|
|
1119
|
+
import locale from 'date-fns/locale/he';
|
|
1120
|
+
export default locale;
|
|
1121
|
+
}
|
|
1122
|
+
declare module "libs/reach/util/common/src/resources/lazy-date-fns/locales/hi.async" {
|
|
1123
|
+
import locale from 'date-fns/locale/hi';
|
|
1124
|
+
export default locale;
|
|
1125
|
+
}
|
|
1126
|
+
declare module "libs/reach/util/common/src/resources/lazy-date-fns/locales/hr.async" {
|
|
1127
|
+
import locale from 'date-fns/locale/hr';
|
|
1128
|
+
export default locale;
|
|
1129
|
+
}
|
|
1130
|
+
declare module "libs/reach/util/common/src/resources/lazy-date-fns/locales/hu.async" {
|
|
1131
|
+
import locale from 'date-fns/locale/hu';
|
|
1132
|
+
export default locale;
|
|
1133
|
+
}
|
|
1134
|
+
declare module "libs/reach/util/common/src/resources/lazy-date-fns/locales/id.async" {
|
|
1135
|
+
import locale from 'date-fns/locale/id';
|
|
1136
|
+
export default locale;
|
|
1137
|
+
}
|
|
1138
|
+
declare module "libs/reach/util/common/src/resources/lazy-date-fns/locales/it.async" {
|
|
1139
|
+
import locale from 'date-fns/locale/it';
|
|
1140
|
+
export default locale;
|
|
1141
|
+
}
|
|
1142
|
+
declare module "libs/reach/util/common/src/resources/lazy-date-fns/locales/ja.async" {
|
|
1143
|
+
import locale from 'date-fns/locale/ja';
|
|
1144
|
+
export default locale;
|
|
1145
|
+
}
|
|
1146
|
+
declare module "libs/reach/util/common/src/resources/lazy-date-fns/locales/kn.async" {
|
|
1147
|
+
import locale from 'date-fns/locale/kn';
|
|
1148
|
+
export default locale;
|
|
1149
|
+
}
|
|
1150
|
+
declare module "libs/reach/util/common/src/resources/lazy-date-fns/locales/ko.async" {
|
|
1151
|
+
import locale from 'date-fns/locale/ko';
|
|
1152
|
+
export default locale;
|
|
1153
|
+
}
|
|
1154
|
+
declare module "libs/reach/util/common/src/resources/lazy-date-fns/locales/lt.async" {
|
|
1155
|
+
import locale from 'date-fns/locale/lt';
|
|
1156
|
+
export default locale;
|
|
1157
|
+
}
|
|
1158
|
+
declare module "libs/reach/util/common/src/resources/lazy-date-fns/locales/lv.async" {
|
|
1159
|
+
import locale from 'date-fns/locale/lv';
|
|
1160
|
+
export default locale;
|
|
1161
|
+
}
|
|
1162
|
+
declare module "libs/reach/util/common/src/resources/lazy-date-fns/locales/ms.async" {
|
|
1163
|
+
import locale from 'date-fns/locale/ms';
|
|
1164
|
+
export default locale;
|
|
1165
|
+
}
|
|
1166
|
+
declare module "libs/reach/util/common/src/resources/lazy-date-fns/locales/nb.async" {
|
|
1167
|
+
import locale from 'date-fns/locale/nb';
|
|
1168
|
+
export default locale;
|
|
1169
|
+
}
|
|
1170
|
+
declare module "libs/reach/util/common/src/resources/lazy-date-fns/locales/nl-be.async" {
|
|
1171
|
+
import locale from 'date-fns/locale/nl-BE';
|
|
1172
|
+
export default locale;
|
|
1173
|
+
}
|
|
1174
|
+
declare module "libs/reach/util/common/src/resources/lazy-date-fns/locales/nl.async" {
|
|
1175
|
+
import locale from 'date-fns/locale/nl';
|
|
1176
|
+
export default locale;
|
|
1177
|
+
}
|
|
1178
|
+
declare module "libs/reach/util/common/src/resources/lazy-date-fns/locales/pl.async" {
|
|
1179
|
+
import locale from 'date-fns/locale/pl';
|
|
1180
|
+
export default locale;
|
|
1181
|
+
}
|
|
1182
|
+
declare module "libs/reach/util/common/src/resources/lazy-date-fns/locales/pt-br.async" {
|
|
1183
|
+
import locale from 'date-fns/locale/pt-BR';
|
|
1184
|
+
export default locale;
|
|
1185
|
+
}
|
|
1186
|
+
declare module "libs/reach/util/common/src/resources/lazy-date-fns/locales/pt.async" {
|
|
1187
|
+
import locale from 'date-fns/locale/pt';
|
|
1188
|
+
export default locale;
|
|
1189
|
+
}
|
|
1190
|
+
declare module "libs/reach/util/common/src/resources/lazy-date-fns/locales/ro.async" {
|
|
1191
|
+
import locale from 'date-fns/locale/ro';
|
|
1192
|
+
export default locale;
|
|
1193
|
+
}
|
|
1194
|
+
declare module "libs/reach/util/common/src/resources/lazy-date-fns/locales/ru.async" {
|
|
1195
|
+
import locale from 'date-fns/locale/ru';
|
|
1196
|
+
export default locale;
|
|
1197
|
+
}
|
|
1198
|
+
declare module "libs/reach/util/common/src/resources/lazy-date-fns/locales/sk.async" {
|
|
1199
|
+
import locale from 'date-fns/locale/sk';
|
|
1200
|
+
export default locale;
|
|
1201
|
+
}
|
|
1202
|
+
declare module "libs/reach/util/common/src/resources/lazy-date-fns/locales/sl.async" {
|
|
1203
|
+
import locale from 'date-fns/locale/sl';
|
|
1204
|
+
export default locale;
|
|
1205
|
+
}
|
|
1206
|
+
declare module "libs/reach/util/common/src/resources/lazy-date-fns/locales/sr-latn.async" {
|
|
1207
|
+
import locale from 'date-fns/locale/sr-Latn';
|
|
1208
|
+
export default locale;
|
|
1209
|
+
}
|
|
1210
|
+
declare module "libs/reach/util/common/src/resources/lazy-date-fns/locales/sr.async" {
|
|
1211
|
+
import locale from 'date-fns/locale/sr';
|
|
1212
|
+
export default locale;
|
|
1213
|
+
}
|
|
1214
|
+
declare module "libs/reach/util/common/src/resources/lazy-date-fns/locales/sv.async" {
|
|
1215
|
+
import locale from 'date-fns/locale/sv';
|
|
1216
|
+
export default locale;
|
|
1217
|
+
}
|
|
1218
|
+
declare module "libs/reach/util/common/src/resources/lazy-date-fns/locales/ta.async" {
|
|
1219
|
+
import locale from 'date-fns/locale/ta';
|
|
1220
|
+
export default locale;
|
|
1221
|
+
}
|
|
1222
|
+
declare module "libs/reach/util/common/src/resources/lazy-date-fns/locales/te.async" {
|
|
1223
|
+
import locale from 'date-fns/locale/te';
|
|
1224
|
+
export default locale;
|
|
1225
|
+
}
|
|
1226
|
+
declare module "libs/reach/util/common/src/resources/lazy-date-fns/locales/th.async" {
|
|
1227
|
+
import locale from 'date-fns/locale/th';
|
|
1228
|
+
export default locale;
|
|
1229
|
+
}
|
|
1230
|
+
declare module "libs/reach/util/common/src/resources/lazy-date-fns/locales/tr.async" {
|
|
1231
|
+
import locale from 'date-fns/locale/tr';
|
|
1232
|
+
export default locale;
|
|
1233
|
+
}
|
|
1234
|
+
declare module "libs/reach/util/common/src/resources/lazy-date-fns/locales/uk.async" {
|
|
1235
|
+
import locale from 'date-fns/locale/uk';
|
|
1236
|
+
export default locale;
|
|
1237
|
+
}
|
|
1238
|
+
declare module "libs/reach/util/common/src/resources/lazy-date-fns/locales/vi.async" {
|
|
1239
|
+
import locale from 'date-fns/locale/vi';
|
|
1240
|
+
export default locale;
|
|
1241
|
+
}
|
|
1242
|
+
declare module "libs/reach/util/common/src/resources/lazy-date-fns/locales/zh-cn.async" {
|
|
1243
|
+
import locale from 'date-fns/locale/zh-CN';
|
|
1244
|
+
export default locale;
|
|
1245
|
+
}
|
|
1246
|
+
declare module "libs/reach/util/common/src/resources/lazy-date-fns/locales/zh-tw.async" {
|
|
1247
|
+
import locale from 'date-fns/locale/zh-TW';
|
|
1248
|
+
export default locale;
|
|
1249
|
+
}
|
|
1250
|
+
declare module "libs/reach/util/common/src/resources/lazy-date-fns/locales/en-us.async" {
|
|
1251
|
+
import locale from 'date-fns/locale/en-US';
|
|
1252
|
+
export default locale;
|
|
1253
|
+
}
|
|
1254
|
+
declare module "libs/reach/util/common/src/resources/LazyDateFnsLocaleImporter" {
|
|
1255
|
+
export function importDateFnsLocaleAsync(locale: string): Promise<typeof import("libs/reach/util/common/src/resources/lazy-date-fns/locales/ar-dz.async")>;
|
|
1256
|
+
}
|
|
1029
1257
|
declare module "libs/reach/util/common/src/user/features/FeatureSet" {
|
|
1030
1258
|
export const orderedFeatureSet: string[];
|
|
1031
1259
|
export class FeatureSet {
|
|
@@ -1236,6 +1464,7 @@ declare module "libs/reach/util/common/src/user/Subscription" {
|
|
|
1236
1464
|
primaryColor: string;
|
|
1237
1465
|
secondaryColor: string;
|
|
1238
1466
|
useHighlightColorOnWhiteBackground?: boolean;
|
|
1467
|
+
customFontColors?: string[];
|
|
1239
1468
|
}
|
|
1240
1469
|
export interface WebHook {
|
|
1241
1470
|
id: string;
|
|
@@ -1274,9 +1503,19 @@ declare module "libs/reach/util/common/src/user/Subscription" {
|
|
|
1274
1503
|
subscriptionId: string;
|
|
1275
1504
|
subscriptionName: string;
|
|
1276
1505
|
}
|
|
1277
|
-
export
|
|
1278
|
-
|
|
1279
|
-
|
|
1506
|
+
export enum ExtensionArea {
|
|
1507
|
+
global = "Global",
|
|
1508
|
+
page = "Page",
|
|
1509
|
+
eventEditorFeedbackSection = "EventEditorFeedbackSection",
|
|
1510
|
+
eventDetailViewSection = "EventDetailViewSection",
|
|
1511
|
+
itemEditor = "ItemEditor"
|
|
1512
|
+
}
|
|
1513
|
+
export type InlinePlugin = {
|
|
1514
|
+
area: ExtensionArea.itemEditor;
|
|
1515
|
+
objectButton: PluginObjectButton;
|
|
1516
|
+
};
|
|
1517
|
+
export type PagePlugin = {
|
|
1518
|
+
area: ExtensionArea.page;
|
|
1280
1519
|
route: string;
|
|
1281
1520
|
navigationNode?: {
|
|
1282
1521
|
componentName?: string;
|
|
@@ -1286,7 +1525,20 @@ declare module "libs/reach/util/common/src/user/Subscription" {
|
|
|
1286
1525
|
[key: string]: string;
|
|
1287
1526
|
};
|
|
1288
1527
|
};
|
|
1289
|
-
}
|
|
1528
|
+
};
|
|
1529
|
+
export type PluginExtension = {
|
|
1530
|
+
area: ExtensionArea;
|
|
1531
|
+
componentName: string;
|
|
1532
|
+
} & (InlinePlugin | PagePlugin);
|
|
1533
|
+
export type PluginObjectButton = {
|
|
1534
|
+
buttonLabel: {
|
|
1535
|
+
defaultLabel: string;
|
|
1536
|
+
translations?: {
|
|
1537
|
+
[key: string]: string;
|
|
1538
|
+
};
|
|
1539
|
+
};
|
|
1540
|
+
iconName: string;
|
|
1541
|
+
};
|
|
1290
1542
|
export interface PluginNotificationDefinitions {
|
|
1291
1543
|
key: string;
|
|
1292
1544
|
title: string;
|
|
@@ -1390,6 +1642,8 @@ declare module "libs/reach/util/common/src/user/User" {
|
|
|
1390
1642
|
pluginNotifications: {
|
|
1391
1643
|
[key: string]: NotificationType;
|
|
1392
1644
|
};
|
|
1645
|
+
newsEditor: NotificationType;
|
|
1646
|
+
eventEditor: NotificationType;
|
|
1393
1647
|
}
|
|
1394
1648
|
export interface RequestUser extends BasicUserInformation {
|
|
1395
1649
|
tenantId: string;
|
|
@@ -1490,6 +1744,7 @@ declare module "libs/reach/util/common/src/user/User" {
|
|
|
1490
1744
|
user: UserSummary;
|
|
1491
1745
|
type: SubscriptionJoinResultType;
|
|
1492
1746
|
message?: string;
|
|
1747
|
+
isSuccess?: boolean;
|
|
1493
1748
|
}
|
|
1494
1749
|
export interface UserActivationResult {
|
|
1495
1750
|
type: UserActivationResultType;
|
|
@@ -2521,6 +2776,8 @@ declare module "libs/reach/util/common/src/user/useUserAdminApi" {
|
|
|
2521
2776
|
updateUserAvatarByUPN: (upn: string, subscriptionId: string, file?: File) => Promise<unknown>;
|
|
2522
2777
|
deleteUserAvatarByUPN: (upn: string) => Promise<unknown>;
|
|
2523
2778
|
importUsers: (file: File) => Promise<SubscriptionJoinResult[]>;
|
|
2779
|
+
refreshApiKey: (apiKeyId: string, expiryDate: string) => Promise<Response>;
|
|
2780
|
+
requestApiKey: (email: string, displayName: string, expiryDate: string) => Promise<Response>;
|
|
2524
2781
|
};
|
|
2525
2782
|
}
|
|
2526
2783
|
declare module "libs/reach/util/common/src/user/useCurrentUserCache" {
|
|
@@ -2817,17 +3074,15 @@ declare module "libs/reach/util/common/src/Models" {
|
|
|
2817
3074
|
}
|
|
2818
3075
|
}
|
|
2819
3076
|
declare module "libs/reach/util/common/src/plugins/usePluginExtensions" {
|
|
2820
|
-
import { PluginExtension, WebPluginDefinition } from "libs/reach/util/common/src/user/Subscription";
|
|
3077
|
+
import { ExtensionArea, PluginExtension, WebPluginDefinition } from "libs/reach/util/common/src/user/Subscription";
|
|
2821
3078
|
import { PageNavigationNodeProps } from "libs/reach/util/common/src/Models";
|
|
2822
|
-
export enum ExtensionArea {
|
|
2823
|
-
global = "Global",
|
|
2824
|
-
page = "Page",
|
|
2825
|
-
eventEditorFeedbackSection = "EventEditorFeedbackSection",
|
|
2826
|
-
eventDetailViewSection = "EventDetailViewSection"
|
|
2827
|
-
}
|
|
2828
3079
|
export interface PluginNavigationNodeProps {
|
|
2829
3080
|
navigationNodeProps?: PageNavigationNodeProps;
|
|
2830
3081
|
}
|
|
3082
|
+
export type EmbeddedPluginProps = PluginProps & {
|
|
3083
|
+
isEditMode?: boolean;
|
|
3084
|
+
componentInstanceId: string;
|
|
3085
|
+
};
|
|
2831
3086
|
export type PluginProps = Omit<WebPluginDefinition, 'extensions'> & PluginExtension;
|
|
2832
3087
|
type DevPlugin = {
|
|
2833
3088
|
pluginId: string;
|
|
@@ -2881,22 +3136,11 @@ declare module "libs/reach/util/common/src/plugins/PluginWrapper" {
|
|
|
2881
3136
|
}
|
|
2882
3137
|
declare module "libs/reach/util/common/src/plugins/Plugins" {
|
|
2883
3138
|
import { FC } from 'react';
|
|
2884
|
-
import { ExtensionArea } from "libs/reach/util/common/src/
|
|
3139
|
+
import { ExtensionArea } from "libs/reach/util/common/src/user/Subscription";
|
|
2885
3140
|
export const Plugins: FC<{
|
|
2886
3141
|
area: ExtensionArea;
|
|
2887
3142
|
} & any>;
|
|
2888
3143
|
}
|
|
2889
|
-
declare module "libs/reach/util/common/src/plugins/index" {
|
|
2890
|
-
export * from "libs/reach/util/common/src/plugins/PluginContext";
|
|
2891
|
-
export * from "libs/reach/util/common/src/plugins/PluginWrapper";
|
|
2892
|
-
export * from "libs/reach/util/common/src/plugins/Plugins";
|
|
2893
|
-
export * from "libs/reach/util/common/src/plugins/SystemJSHelper";
|
|
2894
|
-
export * from "libs/reach/util/common/src/plugins/usePluginApi";
|
|
2895
|
-
export * from "libs/reach/util/common/src/plugins/usePluginExtensions";
|
|
2896
|
-
export * from "libs/reach/util/common/src/plugins/usePluginDeviceStore";
|
|
2897
|
-
export * from "libs/reach/util/common/src/plugins/usePluginSubscriptionStore";
|
|
2898
|
-
export * from "libs/reach/util/common/src/plugins/usePluginUserStore";
|
|
2899
|
-
}
|
|
2900
3144
|
declare module "libs/reach/util/common/src/theme/ColorGenerator" {
|
|
2901
3145
|
export class Color {
|
|
2902
3146
|
private r;
|
|
@@ -3099,7 +3343,7 @@ declare module "libs/reach/util/common/src/Variables" {
|
|
|
3099
3343
|
export const videoAttachmentRoundedCornerSize = 20;
|
|
3100
3344
|
export const inlinePageBannerRoundedCornerSize = 5;
|
|
3101
3345
|
export const feedbackButtonHeight = 32;
|
|
3102
|
-
export const mainScrollableContainerSelector = "lt-reach-main-content";
|
|
3346
|
+
export const mainScrollableContainerSelector = "[data-lt-reach-main-content=\"true\"]";
|
|
3103
3347
|
export const statusColors: {
|
|
3104
3348
|
draft: string;
|
|
3105
3349
|
ready: string;
|
|
@@ -3113,6 +3357,25 @@ declare module "libs/reach/util/common/src/Variables" {
|
|
|
3113
3357
|
export const managePagesRowHeight = 40;
|
|
3114
3358
|
export const mobilePreviewWidth = 414;
|
|
3115
3359
|
}
|
|
3360
|
+
declare module "libs/reach/util/common/src/plugins/Plugin" {
|
|
3361
|
+
import { FC } from 'react';
|
|
3362
|
+
import { PluginProps } from "libs/reach/util/common/src/plugins/usePluginExtensions";
|
|
3363
|
+
export const Plugin: FC<PluginProps & {
|
|
3364
|
+
showDetailedErrorMessage?: boolean;
|
|
3365
|
+
} & any>;
|
|
3366
|
+
}
|
|
3367
|
+
declare module "libs/reach/util/common/src/plugins/index" {
|
|
3368
|
+
export * from "libs/reach/util/common/src/plugins/PluginContext";
|
|
3369
|
+
export * from "libs/reach/util/common/src/plugins/PluginWrapper";
|
|
3370
|
+
export * from "libs/reach/util/common/src/plugins/Plugins";
|
|
3371
|
+
export * from "libs/reach/util/common/src/plugins/Plugin";
|
|
3372
|
+
export * from "libs/reach/util/common/src/plugins/SystemJSHelper";
|
|
3373
|
+
export * from "libs/reach/util/common/src/plugins/usePluginApi";
|
|
3374
|
+
export * from "libs/reach/util/common/src/plugins/usePluginExtensions";
|
|
3375
|
+
export * from "libs/reach/util/common/src/plugins/usePluginDeviceStore";
|
|
3376
|
+
export * from "libs/reach/util/common/src/plugins/usePluginSubscriptionStore";
|
|
3377
|
+
export * from "libs/reach/util/common/src/plugins/usePluginUserStore";
|
|
3378
|
+
}
|
|
3116
3379
|
declare module "libs/reach/util/common/src/notification/NotificationContext" {
|
|
3117
3380
|
import { FC, ReactNode } from 'react';
|
|
3118
3381
|
import { ToastOptions } from 'react-toastify';
|
|
@@ -3215,6 +3478,15 @@ declare module "libs/reach/util/common/src/ImageDetails" {
|
|
|
3215
3478
|
width?: number;
|
|
3216
3479
|
height?: number;
|
|
3217
3480
|
}
|
|
3481
|
+
export interface ImageWithAlignment extends ImageDetails {
|
|
3482
|
+
imageAlignment?: ImageAlignment;
|
|
3483
|
+
}
|
|
3484
|
+
export enum ImageAlignment {
|
|
3485
|
+
Default = "default",
|
|
3486
|
+
Left = "left",
|
|
3487
|
+
Right = "right",
|
|
3488
|
+
Center = "center"
|
|
3489
|
+
}
|
|
3218
3490
|
}
|
|
3219
3491
|
declare module "libs/reach/util/common/src/MainContentPanelContext" {
|
|
3220
3492
|
export interface MainPanelContextType {
|
|
@@ -3265,6 +3537,35 @@ declare module "libs/reach/util/common/src/ForbiddenErrorTriggerAction" {
|
|
|
3265
3537
|
static create(): GenericAccessDeniedTriggerAction;
|
|
3266
3538
|
}
|
|
3267
3539
|
}
|
|
3540
|
+
declare module "libs/reach/util/common/src/useModalRouting" {
|
|
3541
|
+
export interface ModalRouting {
|
|
3542
|
+
isActive: boolean;
|
|
3543
|
+
itemId: string;
|
|
3544
|
+
backgroundLocation: any;
|
|
3545
|
+
}
|
|
3546
|
+
export function useModalRouting(): {
|
|
3547
|
+
isModalRoutingActive: boolean;
|
|
3548
|
+
modalItemId: string;
|
|
3549
|
+
backgroundLocation: any;
|
|
3550
|
+
};
|
|
3551
|
+
export function useModalRoutingSettings(): (itemId: string) => {
|
|
3552
|
+
modalRouting: {
|
|
3553
|
+
isActive: boolean;
|
|
3554
|
+
itemId: string;
|
|
3555
|
+
backgroundLocation: {
|
|
3556
|
+
state: {
|
|
3557
|
+
modalRouting: {
|
|
3558
|
+
isActive: boolean;
|
|
3559
|
+
};
|
|
3560
|
+
};
|
|
3561
|
+
pathname: string;
|
|
3562
|
+
search: string;
|
|
3563
|
+
hash: string;
|
|
3564
|
+
key?: string;
|
|
3565
|
+
};
|
|
3566
|
+
};
|
|
3567
|
+
};
|
|
3568
|
+
}
|
|
3268
3569
|
declare module "libs/reach/util/common/src/index" {
|
|
3269
3570
|
export { initializeIcons } from 'office-ui-fabric-react';
|
|
3270
3571
|
export * from "libs/reach/util/common/src/FocusStyles";
|
|
@@ -3274,6 +3575,7 @@ declare module "libs/reach/util/common/src/index" {
|
|
|
3274
3575
|
export * from "libs/reach/util/common/src/SortDirection";
|
|
3275
3576
|
export * from "libs/reach/util/common/src/useCacheLanguageApi";
|
|
3276
3577
|
export * from "libs/reach/util/common/src/resources/ResourceContextProvider";
|
|
3578
|
+
export * from "libs/reach/util/common/src/resources/LazyDateFnsLocaleImporter";
|
|
3277
3579
|
export * from "libs/reach/util/common/src/user/index";
|
|
3278
3580
|
export * from "libs/reach/util/common/src/plugins/index";
|
|
3279
3581
|
export * from "libs/reach/util/common/src/theme/index";
|
|
@@ -3292,6 +3594,7 @@ declare module "libs/reach/util/common/src/index" {
|
|
|
3292
3594
|
export * from "libs/reach/util/common/src/useBaseRoute";
|
|
3293
3595
|
export * from "libs/reach/util/common/src/ForbiddenErrorTriggerAction";
|
|
3294
3596
|
export * from "libs/reach/util/common/src/AccessDeniedIntercept";
|
|
3597
|
+
export * from "libs/reach/util/common/src/useModalRouting";
|
|
3295
3598
|
}
|
|
3296
3599
|
declare module "libs/reach/ui/common/src/Link" {
|
|
3297
3600
|
import { Link as RouterLink } from 'react-router-dom';
|
|
@@ -3428,7 +3731,7 @@ declare module "libs/reach/ui/common/src/PeoplePicker" {
|
|
|
3428
3731
|
export const PeoplePicker: FC<Props>;
|
|
3429
3732
|
}
|
|
3430
3733
|
declare module "libs/reach/ui/common/src/plugins/reach-core" {
|
|
3431
|
-
import { Account, AccountType, PluginNavigationNodeProps, PluginProps, PluginStorage, PluginStore, useAccountApi, useCurrentUser, useNotificationContext, usePluginDeviceStore, usePluginSettings, usePluginSubscriptionStore, usePluginSubscriptionStoreValue, usePluginUserStore, usePluginUserStoreValue, useReachApiEndPoints, useSubscriptionHandlePathBuilder, useSubscriptionWebAppUrl, useTheme } from "libs/reach/util/common/src/index";
|
|
3734
|
+
import { Account, AccountType, PluginNavigationNodeProps, PluginProps, PluginStorage, PluginStore, useAccountApi, useCurrentUser, useNotificationContext, usePluginDeviceStore, usePluginSettings, usePluginSubscriptionStore, usePluginSubscriptionStoreValue, usePluginUserStore, usePluginUserStoreValue, useReachApiEndPoints, useSubscriptionHandlePathBuilder, useSubscriptionWebAppUrl, useTheme, EmbeddedPluginProps } from "libs/reach/util/common/src/index";
|
|
3432
3735
|
import { LinkContext, ResourceContext } from "libs/reach/util/context/src/index";
|
|
3433
3736
|
import { useAuthenticationContext } from "libs/shared/util/authentication/src/index";
|
|
3434
3737
|
import { createId, logger } from "libs/shared/util/common/src/index";
|
|
@@ -3445,7 +3748,7 @@ declare module "libs/reach/ui/common/src/plugins/reach-core" {
|
|
|
3445
3748
|
* @deprecated Please use `usePluginDeviceStore` instead
|
|
3446
3749
|
*/
|
|
3447
3750
|
usePluginDeviceStore as usePluginStorage, usePluginDeviceStore, usePluginSubscriptionStore, usePluginSubscriptionStoreValue, usePluginUserStore, usePluginUserStoreValue, useReachApiEndPoints, AccountType, PeoplePicker, GutterToggle, EditorSettingsDialogWithFixedWidth as EditorSettingsDialog, Spinner, SelectionMode, EditorHighlight, useTheme, useSubscriptionHandlePathBuilder, useSubscriptionWebAppUrl, };
|
|
3448
|
-
export type { Account, PluginNavigationNodeProps, PluginProps, PluginStorage, PluginStore, };
|
|
3751
|
+
export type { Account, PluginNavigationNodeProps, PluginProps, PluginStorage, PluginStore, EmbeddedPluginProps, };
|
|
3449
3752
|
}
|
|
3450
3753
|
declare module "libs/reach/ui/common/src/content-keyword-utils" {
|
|
3451
3754
|
import { CurrentUser, Keyword, KeywordGroup, KeywordsByGroupId } from "libs/reach/util/common/src/index";
|
|
@@ -3716,7 +4019,9 @@ declare module "libs/reach/ui/common/src/common/UiUtils" {
|
|
|
3716
4019
|
}[]>;
|
|
3717
4020
|
export function getFileIcon(filename: string): string;
|
|
3718
4021
|
export function getIconColor(fileIcon: string): "#1C5FC0" | "#138147" | "#CA4B27" | "#1C5FBF" | "#CF1700" | "#000";
|
|
4022
|
+
export function getFileIconHorizontalTransform(fileIcon: string): -55 | -50;
|
|
3719
4023
|
export function getFileIconByExtension(extension: string): "Page" | "Video" | "MusicInCollectionFill" | "VisioDocument" | "ZipFolder" | "PDF" | "WordDocument" | "ExcelDocument" | "PowerPointDocument" | "FileImage";
|
|
4024
|
+
export function getMainScrollableContainer(): HTMLElement;
|
|
3720
4025
|
}
|
|
3721
4026
|
declare module "libs/reach/ui/common/src/common/useFileAccessTokenApi" {
|
|
3722
4027
|
export function useFileAccessTokenApi(): {
|
|
@@ -4026,7 +4331,7 @@ declare module "libs/reach/ui/common/src/common/ToggleWithLabel" {
|
|
|
4026
4331
|
export const ToggleWithLabel: FC<IToggleProps>;
|
|
4027
4332
|
}
|
|
4028
4333
|
declare module "libs/reach/ui/common/src/common/UnreadCommentHighlight" {
|
|
4029
|
-
export const unreadCommentHighlight: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<import("styled-components").DefaultTheme>>;
|
|
4334
|
+
export const unreadCommentHighlight: (top?: string) => import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<import("styled-components").DefaultTheme>>;
|
|
4030
4335
|
}
|
|
4031
4336
|
declare module "libs/reach/ui/common/src/common/UserUtility" {
|
|
4032
4337
|
import { CurrentUser, UserGroup } from "libs/reach/util/common/src/index";
|
|
@@ -4345,6 +4650,9 @@ declare module "libs/reach/ui/common/src/common/grid/Grid" {
|
|
|
4345
4650
|
className?: string;
|
|
4346
4651
|
}>;
|
|
4347
4652
|
}
|
|
4653
|
+
declare module "libs/reach/ui/common/src/common/hooks/useIsMounted" {
|
|
4654
|
+
export const useIsMounted: () => () => boolean;
|
|
4655
|
+
}
|
|
4348
4656
|
declare module "libs/reach/ui/common/src/common/hooks/usePagination" {
|
|
4349
4657
|
import { PaginatedList } from "libs/reach/util/common/src/index";
|
|
4350
4658
|
import { DependencyList, SetStateAction } from 'react';
|
|
@@ -4825,6 +5133,7 @@ declare module "libs/reach/ui/common/src/common/index" {
|
|
|
4825
5133
|
export * from "libs/reach/ui/common/src/common/grid/Grid";
|
|
4826
5134
|
export * from "libs/reach/ui/common/src/common/hooks/usePagination";
|
|
4827
5135
|
export * from "libs/reach/ui/common/src/common/hooks/useUserPropertyDefinitionsHandler";
|
|
5136
|
+
export * from "libs/reach/ui/common/src/common/hooks/useIsMounted";
|
|
4828
5137
|
export * from "libs/reach/ui/common/src/common/icon-with-callout/IconWithCallout";
|
|
4829
5138
|
export * from "libs/reach/ui/common/src/common/inlineObjectsClassNames";
|
|
4830
5139
|
export * from "libs/reach/ui/common/src/common/isNullOrWhitespaceUtil";
|
|
@@ -4908,7 +5217,7 @@ declare module "libs/reach/ui/common/src/index" {
|
|
|
4908
5217
|
export * from "libs/reach/ui/common/src/ColorEditor";
|
|
4909
5218
|
}
|
|
4910
5219
|
declare module "apps/reach-app/src/app/chrome/CloseButton" {
|
|
4911
|
-
import { FC } from 'react';
|
|
5220
|
+
import { FC, DependencyList } from 'react';
|
|
4912
5221
|
export interface Props {
|
|
4913
5222
|
navigateTo: string;
|
|
4914
5223
|
onClose?: () => void;
|
|
@@ -4917,7 +5226,7 @@ declare module "apps/reach-app/src/app/chrome/CloseButton" {
|
|
|
4917
5226
|
className?: string;
|
|
4918
5227
|
}
|
|
4919
5228
|
export const CloseButton: FC<Props>;
|
|
4920
|
-
export function useEscapeOnClose(onClose: () => void): void;
|
|
5229
|
+
export function useEscapeOnClose(onClose: () => void, deps?: DependencyList): void;
|
|
4921
5230
|
}
|
|
4922
5231
|
declare module "apps/reach-app/src/app/common/LogoStyles" {
|
|
4923
5232
|
export const LogoHostStyle: (size?: {
|
|
@@ -4981,8 +5290,9 @@ declare module "apps/reach-app/src/app/SkipLinksContext" {
|
|
|
4981
5290
|
export const SkipLinksContextProvider: FC;
|
|
4982
5291
|
}
|
|
4983
5292
|
declare module "apps/reach-app/src/app/useAddSkipLinks" {
|
|
5293
|
+
import { DependencyList } from 'react';
|
|
4984
5294
|
import { SkipLink } from "apps/reach-app/src/app/SkipLinksContext";
|
|
4985
|
-
export function useAddSkipLinks(
|
|
5295
|
+
export function useAddSkipLinks(skipLinks: SkipLink[], deps?: DependencyList): void;
|
|
4986
5296
|
}
|
|
4987
5297
|
declare module "apps/reach-app/src/app/chrome/MainContentPanel" {
|
|
4988
5298
|
import { FC } from 'react';
|
|
@@ -5033,6 +5343,8 @@ declare module "apps/reach-app/src/app/chrome/BasicPage" {
|
|
|
5033
5343
|
closeButtonOptions?: CloseButtonOptions;
|
|
5034
5344
|
showSearchBox?: boolean;
|
|
5035
5345
|
disableScrollableContainerFocus?: boolean;
|
|
5346
|
+
asModal?: boolean;
|
|
5347
|
+
domIdentifier?: string;
|
|
5036
5348
|
}
|
|
5037
5349
|
export const BasicPage: FC<Props>;
|
|
5038
5350
|
}
|
|
@@ -5189,6 +5501,14 @@ declare module "apps/reach-app/src/app/admin/themes/ThemeContrastPreview" {
|
|
|
5189
5501
|
foregroundColor: string;
|
|
5190
5502
|
}>;
|
|
5191
5503
|
}
|
|
5504
|
+
declare module "apps/reach-app/src/app/admin/themes/CustomFontColors" {
|
|
5505
|
+
import { FC } from 'react';
|
|
5506
|
+
import { Theme } from "libs/reach/util/common/src/index";
|
|
5507
|
+
export const CustomFontColors: FC<{
|
|
5508
|
+
theme: Theme;
|
|
5509
|
+
onApply?: (colors: string[]) => void;
|
|
5510
|
+
}>;
|
|
5511
|
+
}
|
|
5192
5512
|
declare module "apps/reach-app/src/app/admin/themes/Themes" {
|
|
5193
5513
|
import { FC } from 'react';
|
|
5194
5514
|
export const Themes: FC;
|
|
@@ -6269,6 +6589,15 @@ declare module "apps/reach-app/src/app/admin/users/EditUserButton" {
|
|
|
6269
6589
|
onSaved: (newProperties: UpdatableUserProperties) => void;
|
|
6270
6590
|
}>;
|
|
6271
6591
|
}
|
|
6592
|
+
declare module "apps/reach-app/src/app/admin/users/GenerateApiKeyDialog" {
|
|
6593
|
+
import { FC } from 'react';
|
|
6594
|
+
import { UserItem } from "apps/reach-app/src/app/admin/users/UserList";
|
|
6595
|
+
export const GenerateApiKeyDialog: FC<{
|
|
6596
|
+
onApiKeyAdded?: () => void;
|
|
6597
|
+
onDismiss: () => void;
|
|
6598
|
+
user?: UserItem;
|
|
6599
|
+
}>;
|
|
6600
|
+
}
|
|
6272
6601
|
declare module "apps/reach-app/src/app/admin/users/UserList" {
|
|
6273
6602
|
import { Account, GroupRoles, GroupUser, SortDefinition, UpdatableUserProperties, UserSummary } from "libs/reach/util/common/src/index";
|
|
6274
6603
|
import './UserList.scss';
|
|
@@ -6292,7 +6621,12 @@ declare module "apps/reach-app/src/app/admin/users/UserList" {
|
|
|
6292
6621
|
isLoading?: boolean;
|
|
6293
6622
|
isEmpty?: boolean;
|
|
6294
6623
|
emptyPlaceholder?: ReactNode;
|
|
6624
|
+
onKeyChanged?: () => void;
|
|
6295
6625
|
}
|
|
6626
|
+
export type UserItem = Account & UserSummary & GroupUser & {
|
|
6627
|
+
accountType: string;
|
|
6628
|
+
lastLogin: string | JSX.Element;
|
|
6629
|
+
};
|
|
6296
6630
|
export const UserList: FC<Props>;
|
|
6297
6631
|
}
|
|
6298
6632
|
declare module "apps/reach-app/src/app/InfiniteScrollingStatus" {
|
|
@@ -6325,12 +6659,6 @@ declare module "apps/reach-app/src/app/admin/users/ExportUserButton" {
|
|
|
6325
6659
|
className?: string;
|
|
6326
6660
|
}>;
|
|
6327
6661
|
}
|
|
6328
|
-
declare module "apps/reach-app/src/app/admin/users/GenerateApiKeyButton" {
|
|
6329
|
-
import { FC } from 'react';
|
|
6330
|
-
export const GenerateApiKeyButton: FC<{
|
|
6331
|
-
onApiKeyAdded: () => void;
|
|
6332
|
-
}>;
|
|
6333
|
-
}
|
|
6334
6662
|
declare module "apps/reach-app/src/app/admin/users/invite-users-csv/ImportUsersPreview" {
|
|
6335
6663
|
import { FC } from 'react';
|
|
6336
6664
|
import { SubscriptionJoinResultType } from "libs/reach/util/common/src/index";
|
|
@@ -6350,18 +6678,42 @@ declare module "apps/reach-app/src/app/admin/users/invite-users-csv/ImportUsersP
|
|
|
6350
6678
|
}
|
|
6351
6679
|
declare module "apps/reach-app/src/app/admin/users/invite-users-csv/useUserCsvInviter" {
|
|
6352
6680
|
import { UserImport } from "apps/reach-app/src/app/admin/users/invite-users-csv/ImportUsersPreview";
|
|
6681
|
+
export enum ValidationStatus {
|
|
6682
|
+
Valid = 0,
|
|
6683
|
+
WithErrors = 1,
|
|
6684
|
+
WithUserErrors = 2
|
|
6685
|
+
}
|
|
6686
|
+
export type CsvValidation = {
|
|
6687
|
+
Status?: ValidationStatus;
|
|
6688
|
+
Message?: string;
|
|
6689
|
+
InvalidItems?: string[];
|
|
6690
|
+
};
|
|
6353
6691
|
export function useUserCsvInviter(): {
|
|
6354
6692
|
invitedUsers: UserImport[];
|
|
6355
6693
|
isValidating: boolean;
|
|
6356
6694
|
isCsvValid: boolean;
|
|
6357
6695
|
parseCsvFile: (csvFile: File) => void;
|
|
6358
|
-
|
|
6359
|
-
|
|
6696
|
+
csvValidation: CsvValidation;
|
|
6697
|
+
setCsvValidation: (status: ValidationStatus, message: string, invalidItems?: string[]) => void;
|
|
6360
6698
|
inviteUsers: (onSuccess?: () => void) => Promise<void>;
|
|
6361
6699
|
isParserReady: boolean;
|
|
6362
|
-
|
|
6700
|
+
isInviting: boolean;
|
|
6701
|
+
canInvite: boolean;
|
|
6702
|
+
csvFile: File;
|
|
6363
6703
|
};
|
|
6364
6704
|
}
|
|
6705
|
+
declare module "apps/reach-app/src/app/admin/users/invite-users-csv/csvUtils" {
|
|
6706
|
+
export function createCsvUrl(header: string, content: string): string;
|
|
6707
|
+
}
|
|
6708
|
+
declare module "apps/reach-app/src/app/admin/users/invite-users-csv/CsvFileValidationResult" {
|
|
6709
|
+
import { FC } from 'react';
|
|
6710
|
+
import { CsvValidation } from "apps/reach-app/src/app/admin/users/invite-users-csv/useUserCsvInviter";
|
|
6711
|
+
import { UserImport } from "apps/reach-app/src/app/admin/users/invite-users-csv/ImportUsersPreview";
|
|
6712
|
+
export const CsvFileValidationResult: FC<{
|
|
6713
|
+
csvValidation: CsvValidation;
|
|
6714
|
+
invitedUsers: UserImport[];
|
|
6715
|
+
}>;
|
|
6716
|
+
}
|
|
6365
6717
|
declare module "apps/reach-app/src/app/admin/users/invite-users-csv/ImportUserButton" {
|
|
6366
6718
|
import { FC } from 'react';
|
|
6367
6719
|
export const ImportUserButton: FC<{
|
|
@@ -6399,29 +6751,28 @@ declare module "libs/reach/feature/content/src/forms/NeutralCheckbox" {
|
|
|
6399
6751
|
}
|
|
6400
6752
|
declare module "libs/reach/feature/content/src/common/AppTriggerActions" {
|
|
6401
6753
|
import { AppTriggerAction, EventResponse, ForbiddenErrorTriggerAction } from "libs/reach/util/common/src/index";
|
|
6402
|
-
export class
|
|
6754
|
+
export class EventOnBehalfOfResponseTriggerAction implements AppTriggerAction {
|
|
6403
6755
|
static type: string;
|
|
6404
6756
|
type: string;
|
|
6405
6757
|
itemId: string;
|
|
6406
6758
|
response: EventResponse;
|
|
6407
6759
|
locationId: string;
|
|
6408
6760
|
onBehalfOfUpn: string;
|
|
6409
|
-
static create(itemId: string, response: EventResponse, locationId: string, onBehalfOfUpn?: string):
|
|
6761
|
+
static create(itemId: string, response: EventResponse, locationId: string, onBehalfOfUpn?: string): EventOnBehalfOfResponseTriggerAction;
|
|
6410
6762
|
}
|
|
6411
|
-
export class
|
|
6763
|
+
export class EventResponseTriggerAction implements AppTriggerAction {
|
|
6412
6764
|
static type: string;
|
|
6413
6765
|
type: string;
|
|
6414
|
-
|
|
6766
|
+
itemId: string;
|
|
6415
6767
|
response: EventResponse;
|
|
6416
|
-
static create(
|
|
6768
|
+
static create(itemId: string, response: EventResponse): EventResponseTriggerAction;
|
|
6417
6769
|
}
|
|
6418
|
-
export class
|
|
6770
|
+
export class RegisterFullSeriesTriggerAction implements AppTriggerAction {
|
|
6419
6771
|
static type: string;
|
|
6420
6772
|
type: string;
|
|
6421
6773
|
recurrenceSeriesId: string;
|
|
6422
|
-
|
|
6423
|
-
|
|
6424
|
-
static create(recurrenceSeriesId: string, itemId: string, isLiked: boolean): LikeFullSeriesTriggerAction;
|
|
6774
|
+
response: EventResponse;
|
|
6775
|
+
static create(recurrenceSeriesId: string, response: EventResponse): RegisterFullSeriesTriggerAction;
|
|
6425
6776
|
}
|
|
6426
6777
|
export class FollowCommentsTriggerAction implements AppTriggerAction {
|
|
6427
6778
|
static type: string;
|
|
@@ -6436,6 +6787,14 @@ declare module "libs/reach/feature/content/src/common/AppTriggerActions" {
|
|
|
6436
6787
|
followByDefault: boolean;
|
|
6437
6788
|
static create(followState: boolean): AutoFollowPostsTriggerAction;
|
|
6438
6789
|
}
|
|
6790
|
+
export class AutoLikeItemTriggerAction implements AppTriggerAction {
|
|
6791
|
+
static type: string;
|
|
6792
|
+
type: string;
|
|
6793
|
+
recurrenceSeriesId: string;
|
|
6794
|
+
isLiked: boolean;
|
|
6795
|
+
likeCount: number;
|
|
6796
|
+
static create(recurrenceSeriesId: string, isLiked: boolean, likeCount: number): AutoLikeItemTriggerAction;
|
|
6797
|
+
}
|
|
6439
6798
|
export class DeletedItemsTriggerAction implements AppTriggerAction {
|
|
6440
6799
|
static type: string;
|
|
6441
6800
|
type: string;
|
|
@@ -6456,6 +6815,18 @@ declare module "libs/reach/feature/content/src/common/AppTriggerActions" {
|
|
|
6456
6815
|
type: string;
|
|
6457
6816
|
static create(): StreamMarkAllAsReadAction;
|
|
6458
6817
|
}
|
|
6818
|
+
export class RefetchItemAction implements AppTriggerAction {
|
|
6819
|
+
static type: string;
|
|
6820
|
+
type: string;
|
|
6821
|
+
itemId: string;
|
|
6822
|
+
static create(itemId: string): RefetchItemAction;
|
|
6823
|
+
}
|
|
6824
|
+
export class RefetchStreamItemAction implements AppTriggerAction {
|
|
6825
|
+
static type: string;
|
|
6826
|
+
type: string;
|
|
6827
|
+
itemId: string;
|
|
6828
|
+
static create(itemId: string): RefetchStreamItemAction;
|
|
6829
|
+
}
|
|
6459
6830
|
}
|
|
6460
6831
|
declare module "libs/reach/feature/content/src/comments/CommentFilter" {
|
|
6461
6832
|
export interface CommentFilter {
|
|
@@ -6615,7 +6986,7 @@ declare module "libs/reach/feature/content/src/filter/BaseFilterDefinition" {
|
|
|
6615
6986
|
import { SourceFilterDefinition } from "libs/reach/feature/content/src/filter/SourceFilterDefinition";
|
|
6616
6987
|
import { KeywordsFilterDefinition } from "libs/reach/feature/content/src/filter/KeywordsFilterDefinition";
|
|
6617
6988
|
import { BeforePublishingDateFilterDefinition } from "libs/reach/feature/content/src/filter/BeforePublishingDateFilterDefinition";
|
|
6618
|
-
export interface PublishableItemFilterDefinition extends IndexableFilterDefinition, BaseFilterDefinition, BeforePublishingDateFilterDefinition, OwnerFilterDefinition, SourceFilterDefinition, KeywordsFilterDefinition {
|
|
6989
|
+
export interface PublishableItemFilterDefinition extends IndexableFilterDefinition, BaseFilterDefinition, BeforePublishingDateFilterDefinition, OwnerFilterDefinition, SourceFilterDefinition, KeywordsFilterDefinition, ItemIdsFilterDefinition {
|
|
6619
6990
|
}
|
|
6620
6991
|
export interface BaseFilterDefinition {
|
|
6621
6992
|
search?: string;
|
|
@@ -6623,6 +6994,9 @@ declare module "libs/reach/feature/content/src/filter/BaseFilterDefinition" {
|
|
|
6623
6994
|
pageSize?: string | number;
|
|
6624
6995
|
groupId?: string;
|
|
6625
6996
|
}
|
|
6997
|
+
export interface ItemIdsFilterDefinition {
|
|
6998
|
+
itemIds?: string;
|
|
6999
|
+
}
|
|
6626
7000
|
export interface IndexableFilterDefinition {
|
|
6627
7001
|
[key: string]: any;
|
|
6628
7002
|
}
|
|
@@ -7110,6 +7484,7 @@ declare module "libs/reach/feature/content/src/news/NewsService" {
|
|
|
7110
7484
|
declare module "libs/reach/feature/content/src/common/cards/ClickableOverlay" {
|
|
7111
7485
|
import { FC, MouseEvent } from 'react';
|
|
7112
7486
|
import { ItemResourceTypes } from "libs/reach/util/common/src/index";
|
|
7487
|
+
import { LocationState } from 'history';
|
|
7113
7488
|
export const ClickableOverlay: FC<{
|
|
7114
7489
|
itemId: string;
|
|
7115
7490
|
itemType: ItemResourceTypes;
|
|
@@ -7120,6 +7495,19 @@ declare module "libs/reach/feature/content/src/common/cards/ClickableOverlay" {
|
|
|
7120
7495
|
onClick?: (event: MouseEvent<unknown>) => unknown;
|
|
7121
7496
|
openTargetInNewWindow?: boolean;
|
|
7122
7497
|
isExternalContent?: boolean;
|
|
7498
|
+
locationState?: LocationState;
|
|
7499
|
+
}>;
|
|
7500
|
+
}
|
|
7501
|
+
declare module "libs/reach/feature/content/src/common/modal-routing/ClickableOverlayWithModalRouting" {
|
|
7502
|
+
import { ItemResourceTypes } from "libs/reach/util/common/src/index";
|
|
7503
|
+
import { FC } from 'react';
|
|
7504
|
+
export const ClickableOverlayWithModalRouting: FC<{
|
|
7505
|
+
itemId: string;
|
|
7506
|
+
itemType: ItemResourceTypes;
|
|
7507
|
+
baseRoute: string;
|
|
7508
|
+
title?: string;
|
|
7509
|
+
isExternalContent?: boolean;
|
|
7510
|
+
targetUrl?: string;
|
|
7123
7511
|
}>;
|
|
7124
7512
|
}
|
|
7125
7513
|
declare module "libs/reach/feature/content/src/common/item-tile/PostItemTile" {
|
|
@@ -7130,6 +7518,7 @@ declare module "libs/reach/feature/content/src/common/item-tile/PostItemTile" {
|
|
|
7130
7518
|
targetUrl?: string;
|
|
7131
7519
|
readOnly?: boolean;
|
|
7132
7520
|
backgroundColor?: string;
|
|
7521
|
+
enableModalRouting?: boolean;
|
|
7133
7522
|
className?: string;
|
|
7134
7523
|
}>;
|
|
7135
7524
|
}
|
|
@@ -7226,6 +7615,7 @@ declare module "libs/reach/feature/content/src/common/banner/PublishableItemBann
|
|
|
7226
7615
|
height?: number;
|
|
7227
7616
|
hidePlayerIfActive?: boolean;
|
|
7228
7617
|
className?: string;
|
|
7618
|
+
documentIconName?: string;
|
|
7229
7619
|
}
|
|
7230
7620
|
export const PublishableItemBanner: FC<Props>;
|
|
7231
7621
|
}
|
|
@@ -7464,10 +7854,12 @@ declare module "libs/reach/feature/content/src/common/detail/events/useEventRegi
|
|
|
7464
7854
|
}
|
|
7465
7855
|
declare module "libs/reach/feature/content/src/common/detail/events/controls/EventUserRegistration" {
|
|
7466
7856
|
import { FC } from 'react';
|
|
7857
|
+
import { EventResponse } from "libs/reach/util/common/src/index";
|
|
7467
7858
|
export const EventUserRegistration: FC<{
|
|
7468
7859
|
disabled?: boolean;
|
|
7469
7860
|
hideInfoMessage?: boolean;
|
|
7470
7861
|
showNoRegistrationRequired?: boolean;
|
|
7862
|
+
onToggleRegister?: (itemId: string, response: EventResponse, isFullSeriesRegistration: boolean) => unknown;
|
|
7471
7863
|
className?: string;
|
|
7472
7864
|
}>;
|
|
7473
7865
|
}
|
|
@@ -7537,8 +7929,7 @@ declare module "libs/reach/feature/content/src/common/cards/CardLikeButton" {
|
|
|
7537
7929
|
export const CardLikeButton: FC<{
|
|
7538
7930
|
item: NewsItem | EventItem;
|
|
7539
7931
|
itemResourceType: ItemResourceTypes;
|
|
7540
|
-
|
|
7541
|
-
onLiked?: (isLiked: boolean) => unknown;
|
|
7932
|
+
onToggleLike?: (isLiked: boolean, likeCount: number) => void;
|
|
7542
7933
|
className?: string;
|
|
7543
7934
|
}>;
|
|
7544
7935
|
}
|
|
@@ -7560,6 +7951,18 @@ declare module "libs/reach/feature/content/src/events/EventRecurrenceSeriesInfoN
|
|
|
7560
7951
|
className?: string;
|
|
7561
7952
|
}>;
|
|
7562
7953
|
}
|
|
7954
|
+
declare module "libs/reach/feature/content/src/common/modal-routing/LinkWithModalRouting" {
|
|
7955
|
+
import { FC } from 'react';
|
|
7956
|
+
export const LinkWithModalRouting: FC<{
|
|
7957
|
+
url: string;
|
|
7958
|
+
itemId: string;
|
|
7959
|
+
hash?: string;
|
|
7960
|
+
onClick?: (e: React.MouseEvent) => unknown;
|
|
7961
|
+
ariaHidden?: boolean;
|
|
7962
|
+
ariaLabel?: string;
|
|
7963
|
+
className?: string;
|
|
7964
|
+
}>;
|
|
7965
|
+
}
|
|
7563
7966
|
declare module "libs/reach/feature/content/src/events/list/EventCard" {
|
|
7564
7967
|
import { FC } from 'react';
|
|
7565
7968
|
import { EventItem } from "libs/reach/util/common/src/index";
|
|
@@ -7578,6 +7981,7 @@ declare module "libs/reach/feature/content/src/events/list/EventCard" {
|
|
|
7578
7981
|
allowFilterByChannels?: boolean;
|
|
7579
7982
|
showFeedbackButtons?: boolean;
|
|
7580
7983
|
readOnly?: boolean;
|
|
7984
|
+
enableModalRouting?: boolean;
|
|
7581
7985
|
className?: string;
|
|
7582
7986
|
}>;
|
|
7583
7987
|
}
|
|
@@ -7628,7 +8032,8 @@ declare module "libs/reach/feature/content/src/common/body/TextViewer" {
|
|
|
7628
8032
|
Contact = "contact",
|
|
7629
8033
|
InlinePageList = "inline-page-list",
|
|
7630
8034
|
UrlPreview = "url-preview",
|
|
7631
|
-
ActionButton = "action-button"
|
|
8035
|
+
ActionButton = "action-button",
|
|
8036
|
+
InlinePlugin = "inline-plugin"
|
|
7632
8037
|
}
|
|
7633
8038
|
export interface HtmlComponentMapper {
|
|
7634
8039
|
component: FC<any>;
|
|
@@ -7770,7 +8175,10 @@ declare module "libs/reach/feature/content/src/common/item-tile/Title" {
|
|
|
7770
8175
|
resourceKey?: string;
|
|
7771
8176
|
resourceValues?: string;
|
|
7772
8177
|
className?: string;
|
|
8178
|
+
enableModalRouting?: boolean;
|
|
8179
|
+
itemId?: string;
|
|
7773
8180
|
isOverrideLink: boolean;
|
|
8181
|
+
icon?: string;
|
|
7774
8182
|
}>;
|
|
7775
8183
|
}
|
|
7776
8184
|
declare module "libs/reach/feature/content/src/common/breadcrumb/utils" {
|
|
@@ -7829,6 +8237,7 @@ declare module "libs/reach/feature/content/src/common/item-tile/PageItemTile" {
|
|
|
7829
8237
|
onClick?: (event: React.MouseEvent<unknown>, isTitleClicked?: boolean) => unknown;
|
|
7830
8238
|
onKeywordClick?: (keyword: string) => unknown;
|
|
7831
8239
|
openTargetInNewWindow?: boolean;
|
|
8240
|
+
enableModalRouting?: boolean;
|
|
7832
8241
|
className?: string;
|
|
7833
8242
|
}
|
|
7834
8243
|
export const PageItemTile: FC<Props>;
|
|
@@ -7874,6 +8283,7 @@ declare module "libs/reach/feature/content/src/common/item-tile/PublishableItemT
|
|
|
7874
8283
|
onClick?: (event: MouseEvent<unknown>, isTitleClicked?: boolean) => unknown;
|
|
7875
8284
|
styleDefinition?: StyleDefinition;
|
|
7876
8285
|
readOnly?: boolean;
|
|
8286
|
+
enableModalRouting?: boolean;
|
|
7877
8287
|
className?: string;
|
|
7878
8288
|
}
|
|
7879
8289
|
export const PublishableItemTileWrapper: FC<Props>;
|
|
@@ -7917,6 +8327,7 @@ declare module "libs/reach/feature/content/src/common/item-tile/NewsItemTile" {
|
|
|
7917
8327
|
onKeywordClick?: (keyword: string) => unknown;
|
|
7918
8328
|
styleDefinition?: StyleDefinition;
|
|
7919
8329
|
readOnly?: boolean;
|
|
8330
|
+
enableModalRouting?: boolean;
|
|
7920
8331
|
className?: string;
|
|
7921
8332
|
}
|
|
7922
8333
|
export const NewsItemTile: FC<Props>;
|
|
@@ -7942,6 +8353,7 @@ declare module "libs/reach/feature/content/src/common/item-tile/EmbeddedObjectTi
|
|
|
7942
8353
|
previewTheme?: CommentInputTheme;
|
|
7943
8354
|
buttons?: ReactNode;
|
|
7944
8355
|
groupIds?: string[];
|
|
8356
|
+
enableModalRouting?: boolean;
|
|
7945
8357
|
className?: string;
|
|
7946
8358
|
}>;
|
|
7947
8359
|
export const EmbeddedObjectAccessDeniedTile: FC<{
|
|
@@ -7958,6 +8370,7 @@ declare module "libs/reach/feature/content/src/common/EmbeddedObjectList" {
|
|
|
7958
8370
|
attachments: Attachment[];
|
|
7959
8371
|
onDeleteClick?: (attachment: Attachment) => void;
|
|
7960
8372
|
previewTheme?: CommentInputTheme;
|
|
8373
|
+
enableModalRouting?: boolean;
|
|
7961
8374
|
className?: string;
|
|
7962
8375
|
}>;
|
|
7963
8376
|
}
|
|
@@ -8118,6 +8531,7 @@ declare module "libs/reach/feature/content/src/common/body/InlineObjectToolbar"
|
|
|
8118
8531
|
import { FC, ReactNode } from 'react';
|
|
8119
8532
|
export const InlineObjectToolbar: FC<{
|
|
8120
8533
|
onDelete?: () => void;
|
|
8534
|
+
deleteAriaLabelResourceKey?: string;
|
|
8121
8535
|
additionalButtons?: ReactNode;
|
|
8122
8536
|
}>;
|
|
8123
8537
|
export const InlineObjectToolbarWrapper: FC<{
|
|
@@ -8125,15 +8539,18 @@ declare module "libs/reach/feature/content/src/common/body/InlineObjectToolbar"
|
|
|
8125
8539
|
}>;
|
|
8126
8540
|
}
|
|
8127
8541
|
declare module "libs/reach/feature/content/src/common/body/ImageToolbar" {
|
|
8128
|
-
import { FC } from 'react';
|
|
8542
|
+
import { FC, ReactNode } from 'react';
|
|
8543
|
+
import { ImageAlignment } from "libs/reach/util/common/src/index";
|
|
8129
8544
|
export const ImageToolbar: FC<{
|
|
8130
8545
|
onDelete?: () => void;
|
|
8131
8546
|
onFullScreen?: (e: React.MouseEvent<any>) => void;
|
|
8132
8547
|
onClose?: (e: React.MouseEvent<any>) => void;
|
|
8133
8548
|
onCrop?: (e: React.MouseEvent<any>) => void;
|
|
8549
|
+
onAlignment?: (e: React.MouseEvent<any>, alignment: ImageAlignment) => void;
|
|
8134
8550
|
showFullScreenButton?: boolean;
|
|
8135
8551
|
showCloseButton?: boolean;
|
|
8136
8552
|
showCropButton?: boolean;
|
|
8553
|
+
alignmentButtons?: ReactNode;
|
|
8137
8554
|
}>;
|
|
8138
8555
|
}
|
|
8139
8556
|
declare module "libs/reach/feature/content/src/common/body/PhotoGallery" {
|
|
@@ -8260,6 +8677,15 @@ declare module "libs/reach/feature/content/src/comments/EditCommentWithAttachmen
|
|
|
8260
8677
|
export const EditCommentWithAttachments: FC<Props>;
|
|
8261
8678
|
export function isClientAttachment(value: ClientAttachment | Attachment): value is ClientAttachment;
|
|
8262
8679
|
}
|
|
8680
|
+
declare module "libs/reach/feature/content/src/news/bookmark-button/BookmarkButton" {
|
|
8681
|
+
import { FC } from 'react';
|
|
8682
|
+
import { PublishableItem } from "libs/reach/util/common/src/index";
|
|
8683
|
+
export const BookmarkButton: FC<{
|
|
8684
|
+
item: PublishableItem;
|
|
8685
|
+
isReadOnly?: boolean;
|
|
8686
|
+
className?: string;
|
|
8687
|
+
}>;
|
|
8688
|
+
}
|
|
8263
8689
|
declare module "libs/reach/feature/content/src/common/cards/CardStatisticItem" {
|
|
8264
8690
|
import { FC } from 'react';
|
|
8265
8691
|
export const CardStatisticItem: FC<{
|
|
@@ -8277,13 +8703,14 @@ declare module "libs/reach/feature/content/src/common/cards/CardStatisticItem" {
|
|
|
8277
8703
|
};
|
|
8278
8704
|
}>;
|
|
8279
8705
|
}
|
|
8280
|
-
declare module "libs/reach/feature/content/src/
|
|
8706
|
+
declare module "libs/reach/feature/content/src/common/cards/CardCommentButton" {
|
|
8707
|
+
import { EventItem, ItemResourceTypes, NewsItem } from "libs/reach/util/common/src/index";
|
|
8281
8708
|
import { FC } from 'react';
|
|
8282
|
-
|
|
8283
|
-
|
|
8284
|
-
|
|
8285
|
-
|
|
8286
|
-
|
|
8709
|
+
export const CardCommentButton: FC<{
|
|
8710
|
+
item: NewsItem | EventItem;
|
|
8711
|
+
itemResourceType: ItemResourceTypes;
|
|
8712
|
+
targetRoute: string;
|
|
8713
|
+
enableModalRouting?: boolean;
|
|
8287
8714
|
}>;
|
|
8288
8715
|
}
|
|
8289
8716
|
declare module "libs/reach/feature/content/src/common/cards/CardFooter" {
|
|
@@ -8291,11 +8718,9 @@ declare module "libs/reach/feature/content/src/common/cards/CardFooter" {
|
|
|
8291
8718
|
import { EventItem, ItemResourceTypes, NewsItem } from "libs/reach/util/common/src/index";
|
|
8292
8719
|
export const CardFooter: FC<{
|
|
8293
8720
|
item: NewsItem | EventItem;
|
|
8294
|
-
showComments: boolean;
|
|
8295
8721
|
targetRoute: string;
|
|
8296
8722
|
itemResourceType: ItemResourceTypes;
|
|
8297
|
-
|
|
8298
|
-
onLiked?: (isLiked: boolean) => unknown;
|
|
8723
|
+
enableModalRouting?: boolean;
|
|
8299
8724
|
}>;
|
|
8300
8725
|
export const CardFooterHost: import("styled-components").StyledComponent<"footer", import("styled-components").DefaultTheme, {}, never>;
|
|
8301
8726
|
}
|
|
@@ -8346,6 +8771,7 @@ declare module "libs/reach/feature/content/src/common/breadcrumb/PageBreadcrumb"
|
|
|
8346
8771
|
target?: string;
|
|
8347
8772
|
language?: string;
|
|
8348
8773
|
hideCurrentPageNode?: boolean;
|
|
8774
|
+
homeTargetUrlOverride?: string;
|
|
8349
8775
|
className?: string;
|
|
8350
8776
|
}>;
|
|
8351
8777
|
}
|
|
@@ -8594,7 +9020,6 @@ declare module "libs/reach/feature/content/src/news/list-view/NewsCard" {
|
|
|
8594
9020
|
item: NewsItem;
|
|
8595
9021
|
baseRoute: string;
|
|
8596
9022
|
language: string;
|
|
8597
|
-
showComments: boolean;
|
|
8598
9023
|
highlight: boolean;
|
|
8599
9024
|
className?: string;
|
|
8600
9025
|
}
|
|
@@ -8701,6 +9126,7 @@ declare module "libs/reach/feature/content/src/common/body/InlineUrlPreview" {
|
|
|
8701
9126
|
}
|
|
8702
9127
|
declare module "libs/reach/feature/content/src/common/body/InlineImage" {
|
|
8703
9128
|
import { HtmlComponentMapper } from "libs/reach/feature/content/src/common/body/TextViewer";
|
|
9129
|
+
export const ImageAlignmentStyles: (alignment: string, width: number, preventFloat?: boolean) => string | import("styled-components").FlattenSimpleInterpolation;
|
|
8704
9130
|
export const InlineImageMapper: HtmlComponentMapper;
|
|
8705
9131
|
}
|
|
8706
9132
|
declare module "libs/reach/feature/content/src/common/body/InlineContact" {
|
|
@@ -8919,6 +9345,10 @@ declare module "libs/reach/feature/content/src/common/body/InlineActionButtonLis
|
|
|
8919
9345
|
}
|
|
8920
9346
|
export const InlineActionButtonMapper: HtmlComponentMapper;
|
|
8921
9347
|
}
|
|
9348
|
+
declare module "libs/reach/feature/content/src/common/body/InlineObjectPluginView" {
|
|
9349
|
+
import { HtmlComponentMapper } from "libs/reach/feature/content/src/common/body/TextViewer";
|
|
9350
|
+
export const InlineObjectPluginMapper: HtmlComponentMapper;
|
|
9351
|
+
}
|
|
8922
9352
|
declare module "libs/reach/feature/content/src/common/detail/events/controls/EventDetailViewPeopleInfo" {
|
|
8923
9353
|
import { FC } from 'react';
|
|
8924
9354
|
export const EventDetailViewPeopleInfo: FC;
|
|
@@ -9138,6 +9568,7 @@ declare module "libs/reach/feature/content/src/comments/CommentWithReplies" {
|
|
|
9138
9568
|
readOnly?: boolean;
|
|
9139
9569
|
trimContent?: boolean;
|
|
9140
9570
|
showReplyBox?: boolean;
|
|
9571
|
+
enableModalRouting?: boolean;
|
|
9141
9572
|
className?: string;
|
|
9142
9573
|
}>;
|
|
9143
9574
|
}
|
|
@@ -9160,6 +9591,7 @@ declare module "libs/reach/feature/content/src/comments/CommentList" {
|
|
|
9160
9591
|
onReply?: (comment: Comment, commentSender?: Account) => void;
|
|
9161
9592
|
readOnly?: boolean;
|
|
9162
9593
|
trimContent?: boolean;
|
|
9594
|
+
enableModalRouting?: boolean;
|
|
9163
9595
|
className?: string;
|
|
9164
9596
|
}
|
|
9165
9597
|
export const CommentList: FC<CommentListProps>;
|
|
@@ -9219,6 +9651,7 @@ declare module "libs/reach/feature/content/src/comments/PagedCommentsSection" {
|
|
|
9219
9651
|
showReplyBox?: boolean;
|
|
9220
9652
|
trimContent?: boolean;
|
|
9221
9653
|
title?: ReactNode;
|
|
9654
|
+
enableModalRouting?: boolean;
|
|
9222
9655
|
className?: string;
|
|
9223
9656
|
};
|
|
9224
9657
|
export const PagedCommentsSection: FC<Props>;
|
|
@@ -9487,6 +9920,7 @@ declare module "libs/reach/feature/content/src/common/banner/Banner" {
|
|
|
9487
9920
|
layoutMode?: ItemTileLayoutMode;
|
|
9488
9921
|
bannerDefaultWidth?: number;
|
|
9489
9922
|
showPlaceholderIfNoBannerInfo?: boolean;
|
|
9923
|
+
documentIconName?: string;
|
|
9490
9924
|
}>;
|
|
9491
9925
|
}
|
|
9492
9926
|
declare module "libs/reach/feature/content/src/common/language-selector/LanguageSelector" {
|
|
@@ -9648,6 +10082,13 @@ declare module "libs/reach/feature/content/src/common/hooks/useCommonEditorApi"
|
|
|
9648
10082
|
getTaskViewCounts: (type: ItemResourceTypes, groupId?: string) => Promise<TaskSummary>;
|
|
9649
10083
|
};
|
|
9650
10084
|
}
|
|
10085
|
+
declare module "libs/reach/feature/content/src/common/hooks/useClickOutside" {
|
|
10086
|
+
interface IClickHandles {
|
|
10087
|
+
onInsideClick: () => void;
|
|
10088
|
+
onOutsideClick: () => void;
|
|
10089
|
+
}
|
|
10090
|
+
export function useClickOutside<T extends HTMLElement>({ onInsideClick, onOutsideClick, }: IClickHandles): import("react").MutableRefObject<T>;
|
|
10091
|
+
}
|
|
9651
10092
|
declare module "libs/reach/feature/content/src/common/sidebar/SidebarIcon" {
|
|
9652
10093
|
import { LocationDescriptor } from 'history';
|
|
9653
10094
|
import { FC, ReactNode } from 'react';
|
|
@@ -9751,7 +10192,7 @@ declare module "libs/reach/feature/content/src/common/ContentWithShowMoreButton"
|
|
|
9751
10192
|
import { FC } from 'react';
|
|
9752
10193
|
export const ContentWithShowMoreButton: FC<{
|
|
9753
10194
|
domIdentifier: string;
|
|
9754
|
-
trimContent
|
|
10195
|
+
trimContent?: boolean;
|
|
9755
10196
|
className?: string;
|
|
9756
10197
|
}>;
|
|
9757
10198
|
}
|
|
@@ -9816,6 +10257,7 @@ declare module "libs/reach/feature/content/src/common/index" {
|
|
|
9816
10257
|
export * from "libs/reach/feature/content/src/common/body/ItemBodyWrapper";
|
|
9817
10258
|
export * from "libs/reach/feature/content/src/common/body/InlineFileList";
|
|
9818
10259
|
export * from "libs/reach/feature/content/src/common/body/InlineActionButtonList";
|
|
10260
|
+
export * from "libs/reach/feature/content/src/common/body/InlineObjectPluginView";
|
|
9819
10261
|
export * from "libs/reach/feature/content/src/common/body/inline-action-button/InlineActionButtonStyles";
|
|
9820
10262
|
export * from "libs/reach/feature/content/src/common/detail/events/controls/EventMetaInfo";
|
|
9821
10263
|
export * from "libs/reach/feature/content/src/common/detail/events/controls/EventRegistrationButton";
|
|
@@ -9869,6 +10311,7 @@ declare module "libs/reach/feature/content/src/common/index" {
|
|
|
9869
10311
|
export * from "libs/reach/feature/content/src/common/hooks/useExternalContentHandler";
|
|
9870
10312
|
export * from "libs/reach/feature/content/src/common/hooks/useCommonEditorApi";
|
|
9871
10313
|
export * from "libs/reach/feature/content/src/common/hooks/usePageViewTracker";
|
|
10314
|
+
export * from "libs/reach/feature/content/src/common/hooks/useClickOutside";
|
|
9872
10315
|
export * from "libs/reach/feature/content/src/common/TargetLinkOverrideContext";
|
|
9873
10316
|
export * from "libs/reach/feature/content/src/common/sidebar/BaseSidebarItem";
|
|
9874
10317
|
export * from "libs/reach/feature/content/src/common/sidebar/SidebarGroup";
|
|
@@ -9898,13 +10341,13 @@ declare module "libs/reach/feature/content/src/comments/CommentDisplay" {
|
|
|
9898
10341
|
mentionSearchHandler: (searchText: string) => Promise<Account[]>;
|
|
9899
10342
|
getHashtagFilterRoute?: (hashtag: string) => string;
|
|
9900
10343
|
highlight?: boolean;
|
|
9901
|
-
isInitialLiked?: boolean;
|
|
9902
10344
|
hasUnreadReplies?: boolean;
|
|
9903
10345
|
onReplyIconClick?: () => void;
|
|
9904
10346
|
onReply?: (comment: Comment, commentSender?: Account) => void;
|
|
9905
10347
|
replyCount?: number;
|
|
9906
10348
|
readOnly?: boolean;
|
|
9907
10349
|
trimContent?: boolean;
|
|
10350
|
+
enableModalRouting?: boolean;
|
|
9908
10351
|
className?: string;
|
|
9909
10352
|
}
|
|
9910
10353
|
export const CommentDisplay: FC<Props>;
|
|
@@ -10132,6 +10575,7 @@ declare module "libs/reach/feature/content/src/posts/PostReplies" {
|
|
|
10132
10575
|
onReplyAdded: () => void;
|
|
10133
10576
|
onReplyDeleted: () => void;
|
|
10134
10577
|
trimContent?: boolean;
|
|
10578
|
+
enableModalRouting?: boolean;
|
|
10135
10579
|
}
|
|
10136
10580
|
export const PostReplies: FC<Props>;
|
|
10137
10581
|
}
|
|
@@ -10199,6 +10643,7 @@ declare module "libs/reach/feature/content/src/posts/PostDisplay" {
|
|
|
10199
10643
|
baseTargetUrl?: string;
|
|
10200
10644
|
}
|
|
10201
10645
|
export const PostDisplay: FC<Props>;
|
|
10646
|
+
export const PostDisplayWithModalRouting: FC<Props>;
|
|
10202
10647
|
}
|
|
10203
10648
|
declare module "libs/reach/feature/content/src/posts/PostGroupsPicker" {
|
|
10204
10649
|
import { FC } from 'react';
|
|
@@ -11057,6 +11502,7 @@ declare module "libs/reach/feature/content/src/stream/streamUtils" {
|
|
|
11057
11502
|
poll?: import("@livetiles/reach/util/common").Poll;
|
|
11058
11503
|
searchHighlights?: import("@livetiles/reach/util/common").SearchHighlightSummary;
|
|
11059
11504
|
})[];
|
|
11505
|
+
export function updateStreamItemStatistics(items: StreamItem[], updatedItem: StreamItem): StreamItem[];
|
|
11060
11506
|
}
|
|
11061
11507
|
declare module "libs/reach/feature/content/src/stream/useStreamItemsQuery" {
|
|
11062
11508
|
import { StreamItem } from "libs/reach/feature/content/src/stream/streamUtils";
|
|
@@ -11081,6 +11527,7 @@ declare module "libs/reach/feature/content/src/stream/useStreamItemsQuery" {
|
|
|
11081
11527
|
};
|
|
11082
11528
|
refresh: () => Promise<void>;
|
|
11083
11529
|
isLoadingFirstPage: boolean;
|
|
11530
|
+
refetchItem: (itemId: string) => Promise<void>;
|
|
11084
11531
|
};
|
|
11085
11532
|
export function hasFilter(filter?: StreamFilterDefinition): boolean;
|
|
11086
11533
|
export const getStreamQuery: (filter?: StreamFilterDefinition, allChannels?: Channel[]) => DocumentNode;
|
|
@@ -11801,7 +12248,7 @@ declare module "apps/reach-app/src/app/chrome/Page" {
|
|
|
11801
12248
|
import { CloseButtonOptions } from "apps/reach-app/src/app/chrome/Header";
|
|
11802
12249
|
import { SearchBoxProps } from "libs/reach/ui/common/src/index";
|
|
11803
12250
|
import { MainContentPanelProps } from "apps/reach-app/src/app/chrome/MainContentPanel";
|
|
11804
|
-
export interface
|
|
12251
|
+
export interface PageProps extends SearchBoxProps {
|
|
11805
12252
|
className?: string;
|
|
11806
12253
|
headerContents?: JSX.Element;
|
|
11807
12254
|
headerToolbar?: HeaderToolbarTypeHack;
|
|
@@ -11819,12 +12266,14 @@ declare module "apps/reach-app/src/app/chrome/Page" {
|
|
|
11819
12266
|
submenuContents?: JSX.Element;
|
|
11820
12267
|
submenuClassName?: string;
|
|
11821
12268
|
disableScrollableContainerFocus?: boolean;
|
|
12269
|
+
asModal?: boolean;
|
|
12270
|
+
domIdentifier?: string;
|
|
11822
12271
|
}
|
|
11823
12272
|
export enum MenuNavigationMode {
|
|
11824
12273
|
Collapse = 0,
|
|
11825
12274
|
KeepOpen = 1
|
|
11826
12275
|
}
|
|
11827
|
-
export const Page: FC<
|
|
12276
|
+
export const Page: FC<PageProps>;
|
|
11828
12277
|
}
|
|
11829
12278
|
declare module "apps/reach-app/src/plugins/reach-chrome" {
|
|
11830
12279
|
import { Page } from "apps/reach-app/src/app/chrome/Page";
|