@livetiles/reach-plugin-types 0.5.0-preview.9 → 0.5.0-preview.90
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 +520 -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 {
|
|
@@ -1274,9 +1502,19 @@ declare module "libs/reach/util/common/src/user/Subscription" {
|
|
|
1274
1502
|
subscriptionId: string;
|
|
1275
1503
|
subscriptionName: string;
|
|
1276
1504
|
}
|
|
1277
|
-
export
|
|
1278
|
-
|
|
1279
|
-
|
|
1505
|
+
export enum ExtensionArea {
|
|
1506
|
+
global = "Global",
|
|
1507
|
+
page = "Page",
|
|
1508
|
+
eventEditorFeedbackSection = "EventEditorFeedbackSection",
|
|
1509
|
+
eventDetailViewSection = "EventDetailViewSection",
|
|
1510
|
+
itemEditor = "ItemEditor"
|
|
1511
|
+
}
|
|
1512
|
+
export type InlinePlugin = {
|
|
1513
|
+
area: ExtensionArea.itemEditor;
|
|
1514
|
+
objectButton: PluginObjectButton;
|
|
1515
|
+
};
|
|
1516
|
+
export type PagePlugin = {
|
|
1517
|
+
area: ExtensionArea.page;
|
|
1280
1518
|
route: string;
|
|
1281
1519
|
navigationNode?: {
|
|
1282
1520
|
componentName?: string;
|
|
@@ -1286,7 +1524,20 @@ declare module "libs/reach/util/common/src/user/Subscription" {
|
|
|
1286
1524
|
[key: string]: string;
|
|
1287
1525
|
};
|
|
1288
1526
|
};
|
|
1289
|
-
}
|
|
1527
|
+
};
|
|
1528
|
+
export type PluginExtension = {
|
|
1529
|
+
area: ExtensionArea;
|
|
1530
|
+
componentName: string;
|
|
1531
|
+
} & (InlinePlugin | PagePlugin);
|
|
1532
|
+
export type PluginObjectButton = {
|
|
1533
|
+
buttonLabel: {
|
|
1534
|
+
defaultLabel: string;
|
|
1535
|
+
translations?: {
|
|
1536
|
+
[key: string]: string;
|
|
1537
|
+
};
|
|
1538
|
+
};
|
|
1539
|
+
iconName: string;
|
|
1540
|
+
};
|
|
1290
1541
|
export interface PluginNotificationDefinitions {
|
|
1291
1542
|
key: string;
|
|
1292
1543
|
title: string;
|
|
@@ -1443,6 +1694,7 @@ declare module "libs/reach/util/common/src/user/User" {
|
|
|
1443
1694
|
subscriptionId: string;
|
|
1444
1695
|
tenantId: string;
|
|
1445
1696
|
expires?: string;
|
|
1697
|
+
hasPrivateEmail?: boolean;
|
|
1446
1698
|
}
|
|
1447
1699
|
export interface HashUser {
|
|
1448
1700
|
id: string;
|
|
@@ -1489,6 +1741,7 @@ declare module "libs/reach/util/common/src/user/User" {
|
|
|
1489
1741
|
user: UserSummary;
|
|
1490
1742
|
type: SubscriptionJoinResultType;
|
|
1491
1743
|
message?: string;
|
|
1744
|
+
isSuccess?: boolean;
|
|
1492
1745
|
}
|
|
1493
1746
|
export interface UserActivationResult {
|
|
1494
1747
|
type: UserActivationResultType;
|
|
@@ -2520,6 +2773,8 @@ declare module "libs/reach/util/common/src/user/useUserAdminApi" {
|
|
|
2520
2773
|
updateUserAvatarByUPN: (upn: string, subscriptionId: string, file?: File) => Promise<unknown>;
|
|
2521
2774
|
deleteUserAvatarByUPN: (upn: string) => Promise<unknown>;
|
|
2522
2775
|
importUsers: (file: File) => Promise<SubscriptionJoinResult[]>;
|
|
2776
|
+
refreshApiKey: (apiKeyId: string, expiryDate: string) => Promise<Response>;
|
|
2777
|
+
requestApiKey: (email: string, displayName: string, expiryDate: string) => Promise<Response>;
|
|
2523
2778
|
};
|
|
2524
2779
|
}
|
|
2525
2780
|
declare module "libs/reach/util/common/src/user/useCurrentUserCache" {
|
|
@@ -2816,17 +3071,15 @@ declare module "libs/reach/util/common/src/Models" {
|
|
|
2816
3071
|
}
|
|
2817
3072
|
}
|
|
2818
3073
|
declare module "libs/reach/util/common/src/plugins/usePluginExtensions" {
|
|
2819
|
-
import { PluginExtension, WebPluginDefinition } from "libs/reach/util/common/src/user/Subscription";
|
|
3074
|
+
import { ExtensionArea, PluginExtension, WebPluginDefinition } from "libs/reach/util/common/src/user/Subscription";
|
|
2820
3075
|
import { PageNavigationNodeProps } from "libs/reach/util/common/src/Models";
|
|
2821
|
-
export enum ExtensionArea {
|
|
2822
|
-
global = "Global",
|
|
2823
|
-
page = "Page",
|
|
2824
|
-
eventEditorFeedbackSection = "EventEditorFeedbackSection",
|
|
2825
|
-
eventDetailViewSection = "EventDetailViewSection"
|
|
2826
|
-
}
|
|
2827
3076
|
export interface PluginNavigationNodeProps {
|
|
2828
3077
|
navigationNodeProps?: PageNavigationNodeProps;
|
|
2829
3078
|
}
|
|
3079
|
+
export type EmbeddedPluginProps = PluginProps & {
|
|
3080
|
+
isEditMode?: boolean;
|
|
3081
|
+
componentInstanceId: string;
|
|
3082
|
+
};
|
|
2830
3083
|
export type PluginProps = Omit<WebPluginDefinition, 'extensions'> & PluginExtension;
|
|
2831
3084
|
type DevPlugin = {
|
|
2832
3085
|
pluginId: string;
|
|
@@ -2880,22 +3133,11 @@ declare module "libs/reach/util/common/src/plugins/PluginWrapper" {
|
|
|
2880
3133
|
}
|
|
2881
3134
|
declare module "libs/reach/util/common/src/plugins/Plugins" {
|
|
2882
3135
|
import { FC } from 'react';
|
|
2883
|
-
import { ExtensionArea } from "libs/reach/util/common/src/
|
|
3136
|
+
import { ExtensionArea } from "libs/reach/util/common/src/user/Subscription";
|
|
2884
3137
|
export const Plugins: FC<{
|
|
2885
3138
|
area: ExtensionArea;
|
|
2886
3139
|
} & any>;
|
|
2887
3140
|
}
|
|
2888
|
-
declare module "libs/reach/util/common/src/plugins/index" {
|
|
2889
|
-
export * from "libs/reach/util/common/src/plugins/PluginContext";
|
|
2890
|
-
export * from "libs/reach/util/common/src/plugins/PluginWrapper";
|
|
2891
|
-
export * from "libs/reach/util/common/src/plugins/Plugins";
|
|
2892
|
-
export * from "libs/reach/util/common/src/plugins/SystemJSHelper";
|
|
2893
|
-
export * from "libs/reach/util/common/src/plugins/usePluginApi";
|
|
2894
|
-
export * from "libs/reach/util/common/src/plugins/usePluginExtensions";
|
|
2895
|
-
export * from "libs/reach/util/common/src/plugins/usePluginDeviceStore";
|
|
2896
|
-
export * from "libs/reach/util/common/src/plugins/usePluginSubscriptionStore";
|
|
2897
|
-
export * from "libs/reach/util/common/src/plugins/usePluginUserStore";
|
|
2898
|
-
}
|
|
2899
3141
|
declare module "libs/reach/util/common/src/theme/ColorGenerator" {
|
|
2900
3142
|
export class Color {
|
|
2901
3143
|
private r;
|
|
@@ -3098,7 +3340,7 @@ declare module "libs/reach/util/common/src/Variables" {
|
|
|
3098
3340
|
export const videoAttachmentRoundedCornerSize = 20;
|
|
3099
3341
|
export const inlinePageBannerRoundedCornerSize = 5;
|
|
3100
3342
|
export const feedbackButtonHeight = 32;
|
|
3101
|
-
export const mainScrollableContainerSelector = "lt-reach-main-content";
|
|
3343
|
+
export const mainScrollableContainerSelector = "[data-lt-reach-main-content=\"true\"]";
|
|
3102
3344
|
export const statusColors: {
|
|
3103
3345
|
draft: string;
|
|
3104
3346
|
ready: string;
|
|
@@ -3112,6 +3354,25 @@ declare module "libs/reach/util/common/src/Variables" {
|
|
|
3112
3354
|
export const managePagesRowHeight = 40;
|
|
3113
3355
|
export const mobilePreviewWidth = 414;
|
|
3114
3356
|
}
|
|
3357
|
+
declare module "libs/reach/util/common/src/plugins/Plugin" {
|
|
3358
|
+
import { FC } from 'react';
|
|
3359
|
+
import { PluginProps } from "libs/reach/util/common/src/plugins/usePluginExtensions";
|
|
3360
|
+
export const Plugin: FC<PluginProps & {
|
|
3361
|
+
showDetailedErrorMessage?: boolean;
|
|
3362
|
+
} & any>;
|
|
3363
|
+
}
|
|
3364
|
+
declare module "libs/reach/util/common/src/plugins/index" {
|
|
3365
|
+
export * from "libs/reach/util/common/src/plugins/PluginContext";
|
|
3366
|
+
export * from "libs/reach/util/common/src/plugins/PluginWrapper";
|
|
3367
|
+
export * from "libs/reach/util/common/src/plugins/Plugins";
|
|
3368
|
+
export * from "libs/reach/util/common/src/plugins/Plugin";
|
|
3369
|
+
export * from "libs/reach/util/common/src/plugins/SystemJSHelper";
|
|
3370
|
+
export * from "libs/reach/util/common/src/plugins/usePluginApi";
|
|
3371
|
+
export * from "libs/reach/util/common/src/plugins/usePluginExtensions";
|
|
3372
|
+
export * from "libs/reach/util/common/src/plugins/usePluginDeviceStore";
|
|
3373
|
+
export * from "libs/reach/util/common/src/plugins/usePluginSubscriptionStore";
|
|
3374
|
+
export * from "libs/reach/util/common/src/plugins/usePluginUserStore";
|
|
3375
|
+
}
|
|
3115
3376
|
declare module "libs/reach/util/common/src/notification/NotificationContext" {
|
|
3116
3377
|
import { FC, ReactNode } from 'react';
|
|
3117
3378
|
import { ToastOptions } from 'react-toastify';
|
|
@@ -3214,6 +3475,15 @@ declare module "libs/reach/util/common/src/ImageDetails" {
|
|
|
3214
3475
|
width?: number;
|
|
3215
3476
|
height?: number;
|
|
3216
3477
|
}
|
|
3478
|
+
export interface ImageWithAlignment extends ImageDetails {
|
|
3479
|
+
imageAlignment?: ImageAlignment;
|
|
3480
|
+
}
|
|
3481
|
+
export enum ImageAlignment {
|
|
3482
|
+
Default = "default",
|
|
3483
|
+
Left = "left",
|
|
3484
|
+
Right = "right",
|
|
3485
|
+
Center = "center"
|
|
3486
|
+
}
|
|
3217
3487
|
}
|
|
3218
3488
|
declare module "libs/reach/util/common/src/MainContentPanelContext" {
|
|
3219
3489
|
export interface MainPanelContextType {
|
|
@@ -3264,6 +3534,35 @@ declare module "libs/reach/util/common/src/ForbiddenErrorTriggerAction" {
|
|
|
3264
3534
|
static create(): GenericAccessDeniedTriggerAction;
|
|
3265
3535
|
}
|
|
3266
3536
|
}
|
|
3537
|
+
declare module "libs/reach/util/common/src/useModalRouting" {
|
|
3538
|
+
export interface ModalRouting {
|
|
3539
|
+
isActive: boolean;
|
|
3540
|
+
itemId: string;
|
|
3541
|
+
backgroundLocation: any;
|
|
3542
|
+
}
|
|
3543
|
+
export function useModalRouting(): {
|
|
3544
|
+
isModalRoutingActive: boolean;
|
|
3545
|
+
modalItemId: string;
|
|
3546
|
+
backgroundLocation: any;
|
|
3547
|
+
};
|
|
3548
|
+
export function useModalRoutingSettings(): (itemId: string) => {
|
|
3549
|
+
modalRouting: {
|
|
3550
|
+
isActive: boolean;
|
|
3551
|
+
itemId: string;
|
|
3552
|
+
backgroundLocation: {
|
|
3553
|
+
state: {
|
|
3554
|
+
modalRouting: {
|
|
3555
|
+
isActive: boolean;
|
|
3556
|
+
};
|
|
3557
|
+
};
|
|
3558
|
+
pathname: string;
|
|
3559
|
+
search: string;
|
|
3560
|
+
hash: string;
|
|
3561
|
+
key?: string;
|
|
3562
|
+
};
|
|
3563
|
+
};
|
|
3564
|
+
};
|
|
3565
|
+
}
|
|
3267
3566
|
declare module "libs/reach/util/common/src/index" {
|
|
3268
3567
|
export { initializeIcons } from 'office-ui-fabric-react';
|
|
3269
3568
|
export * from "libs/reach/util/common/src/FocusStyles";
|
|
@@ -3273,6 +3572,7 @@ declare module "libs/reach/util/common/src/index" {
|
|
|
3273
3572
|
export * from "libs/reach/util/common/src/SortDirection";
|
|
3274
3573
|
export * from "libs/reach/util/common/src/useCacheLanguageApi";
|
|
3275
3574
|
export * from "libs/reach/util/common/src/resources/ResourceContextProvider";
|
|
3575
|
+
export * from "libs/reach/util/common/src/resources/LazyDateFnsLocaleImporter";
|
|
3276
3576
|
export * from "libs/reach/util/common/src/user/index";
|
|
3277
3577
|
export * from "libs/reach/util/common/src/plugins/index";
|
|
3278
3578
|
export * from "libs/reach/util/common/src/theme/index";
|
|
@@ -3291,6 +3591,7 @@ declare module "libs/reach/util/common/src/index" {
|
|
|
3291
3591
|
export * from "libs/reach/util/common/src/useBaseRoute";
|
|
3292
3592
|
export * from "libs/reach/util/common/src/ForbiddenErrorTriggerAction";
|
|
3293
3593
|
export * from "libs/reach/util/common/src/AccessDeniedIntercept";
|
|
3594
|
+
export * from "libs/reach/util/common/src/useModalRouting";
|
|
3294
3595
|
}
|
|
3295
3596
|
declare module "libs/reach/ui/common/src/Link" {
|
|
3296
3597
|
import { Link as RouterLink } from 'react-router-dom';
|
|
@@ -3427,7 +3728,7 @@ declare module "libs/reach/ui/common/src/PeoplePicker" {
|
|
|
3427
3728
|
export const PeoplePicker: FC<Props>;
|
|
3428
3729
|
}
|
|
3429
3730
|
declare module "libs/reach/ui/common/src/plugins/reach-core" {
|
|
3430
|
-
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";
|
|
3731
|
+
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";
|
|
3431
3732
|
import { LinkContext, ResourceContext } from "libs/reach/util/context/src/index";
|
|
3432
3733
|
import { useAuthenticationContext } from "libs/shared/util/authentication/src/index";
|
|
3433
3734
|
import { createId, logger } from "libs/shared/util/common/src/index";
|
|
@@ -3444,7 +3745,7 @@ declare module "libs/reach/ui/common/src/plugins/reach-core" {
|
|
|
3444
3745
|
* @deprecated Please use `usePluginDeviceStore` instead
|
|
3445
3746
|
*/
|
|
3446
3747
|
usePluginDeviceStore as usePluginStorage, usePluginDeviceStore, usePluginSubscriptionStore, usePluginSubscriptionStoreValue, usePluginUserStore, usePluginUserStoreValue, useReachApiEndPoints, AccountType, PeoplePicker, GutterToggle, EditorSettingsDialogWithFixedWidth as EditorSettingsDialog, Spinner, SelectionMode, EditorHighlight, useTheme, useSubscriptionHandlePathBuilder, useSubscriptionWebAppUrl, };
|
|
3447
|
-
export type { Account, PluginNavigationNodeProps, PluginProps, PluginStorage, PluginStore, };
|
|
3748
|
+
export type { Account, PluginNavigationNodeProps, PluginProps, PluginStorage, PluginStore, EmbeddedPluginProps, };
|
|
3448
3749
|
}
|
|
3449
3750
|
declare module "libs/reach/ui/common/src/content-keyword-utils" {
|
|
3450
3751
|
import { CurrentUser, Keyword, KeywordGroup, KeywordsByGroupId } from "libs/reach/util/common/src/index";
|
|
@@ -3715,7 +4016,9 @@ declare module "libs/reach/ui/common/src/common/UiUtils" {
|
|
|
3715
4016
|
}[]>;
|
|
3716
4017
|
export function getFileIcon(filename: string): string;
|
|
3717
4018
|
export function getIconColor(fileIcon: string): "#1C5FC0" | "#138147" | "#CA4B27" | "#1C5FBF" | "#CF1700" | "#000";
|
|
4019
|
+
export function getFileIconHorizontalTransform(fileIcon: string): -55 | -50;
|
|
3718
4020
|
export function getFileIconByExtension(extension: string): "Page" | "Video" | "MusicInCollectionFill" | "VisioDocument" | "ZipFolder" | "PDF" | "WordDocument" | "ExcelDocument" | "PowerPointDocument" | "FileImage";
|
|
4021
|
+
export function getMainScrollableContainer(): HTMLElement;
|
|
3719
4022
|
}
|
|
3720
4023
|
declare module "libs/reach/ui/common/src/common/useFileAccessTokenApi" {
|
|
3721
4024
|
export function useFileAccessTokenApi(): {
|
|
@@ -4025,7 +4328,7 @@ declare module "libs/reach/ui/common/src/common/ToggleWithLabel" {
|
|
|
4025
4328
|
export const ToggleWithLabel: FC<IToggleProps>;
|
|
4026
4329
|
}
|
|
4027
4330
|
declare module "libs/reach/ui/common/src/common/UnreadCommentHighlight" {
|
|
4028
|
-
export const unreadCommentHighlight: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<import("styled-components").DefaultTheme>>;
|
|
4331
|
+
export const unreadCommentHighlight: (top?: string) => import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<import("styled-components").DefaultTheme>>;
|
|
4029
4332
|
}
|
|
4030
4333
|
declare module "libs/reach/ui/common/src/common/UserUtility" {
|
|
4031
4334
|
import { CurrentUser, UserGroup } from "libs/reach/util/common/src/index";
|
|
@@ -4344,6 +4647,9 @@ declare module "libs/reach/ui/common/src/common/grid/Grid" {
|
|
|
4344
4647
|
className?: string;
|
|
4345
4648
|
}>;
|
|
4346
4649
|
}
|
|
4650
|
+
declare module "libs/reach/ui/common/src/common/hooks/useIsMounted" {
|
|
4651
|
+
export const useIsMounted: () => () => boolean;
|
|
4652
|
+
}
|
|
4347
4653
|
declare module "libs/reach/ui/common/src/common/hooks/usePagination" {
|
|
4348
4654
|
import { PaginatedList } from "libs/reach/util/common/src/index";
|
|
4349
4655
|
import { DependencyList, SetStateAction } from 'react';
|
|
@@ -4824,6 +5130,7 @@ declare module "libs/reach/ui/common/src/common/index" {
|
|
|
4824
5130
|
export * from "libs/reach/ui/common/src/common/grid/Grid";
|
|
4825
5131
|
export * from "libs/reach/ui/common/src/common/hooks/usePagination";
|
|
4826
5132
|
export * from "libs/reach/ui/common/src/common/hooks/useUserPropertyDefinitionsHandler";
|
|
5133
|
+
export * from "libs/reach/ui/common/src/common/hooks/useIsMounted";
|
|
4827
5134
|
export * from "libs/reach/ui/common/src/common/icon-with-callout/IconWithCallout";
|
|
4828
5135
|
export * from "libs/reach/ui/common/src/common/inlineObjectsClassNames";
|
|
4829
5136
|
export * from "libs/reach/ui/common/src/common/isNullOrWhitespaceUtil";
|
|
@@ -4907,7 +5214,7 @@ declare module "libs/reach/ui/common/src/index" {
|
|
|
4907
5214
|
export * from "libs/reach/ui/common/src/ColorEditor";
|
|
4908
5215
|
}
|
|
4909
5216
|
declare module "apps/reach-app/src/app/chrome/CloseButton" {
|
|
4910
|
-
import { FC } from 'react';
|
|
5217
|
+
import { FC, DependencyList } from 'react';
|
|
4911
5218
|
export interface Props {
|
|
4912
5219
|
navigateTo: string;
|
|
4913
5220
|
onClose?: () => void;
|
|
@@ -4916,7 +5223,7 @@ declare module "apps/reach-app/src/app/chrome/CloseButton" {
|
|
|
4916
5223
|
className?: string;
|
|
4917
5224
|
}
|
|
4918
5225
|
export const CloseButton: FC<Props>;
|
|
4919
|
-
export function useEscapeOnClose(onClose: () => void): void;
|
|
5226
|
+
export function useEscapeOnClose(onClose: () => void, deps?: DependencyList): void;
|
|
4920
5227
|
}
|
|
4921
5228
|
declare module "apps/reach-app/src/app/common/LogoStyles" {
|
|
4922
5229
|
export const LogoHostStyle: (size?: {
|
|
@@ -4980,8 +5287,9 @@ declare module "apps/reach-app/src/app/SkipLinksContext" {
|
|
|
4980
5287
|
export const SkipLinksContextProvider: FC;
|
|
4981
5288
|
}
|
|
4982
5289
|
declare module "apps/reach-app/src/app/useAddSkipLinks" {
|
|
5290
|
+
import { DependencyList } from 'react';
|
|
4983
5291
|
import { SkipLink } from "apps/reach-app/src/app/SkipLinksContext";
|
|
4984
|
-
export function useAddSkipLinks(
|
|
5292
|
+
export function useAddSkipLinks(skipLinks: SkipLink[], deps?: DependencyList): void;
|
|
4985
5293
|
}
|
|
4986
5294
|
declare module "apps/reach-app/src/app/chrome/MainContentPanel" {
|
|
4987
5295
|
import { FC } from 'react';
|
|
@@ -5032,6 +5340,8 @@ declare module "apps/reach-app/src/app/chrome/BasicPage" {
|
|
|
5032
5340
|
closeButtonOptions?: CloseButtonOptions;
|
|
5033
5341
|
showSearchBox?: boolean;
|
|
5034
5342
|
disableScrollableContainerFocus?: boolean;
|
|
5343
|
+
asModal?: boolean;
|
|
5344
|
+
domIdentifier?: string;
|
|
5035
5345
|
}
|
|
5036
5346
|
export const BasicPage: FC<Props>;
|
|
5037
5347
|
}
|
|
@@ -6268,6 +6578,15 @@ declare module "apps/reach-app/src/app/admin/users/EditUserButton" {
|
|
|
6268
6578
|
onSaved: (newProperties: UpdatableUserProperties) => void;
|
|
6269
6579
|
}>;
|
|
6270
6580
|
}
|
|
6581
|
+
declare module "apps/reach-app/src/app/admin/users/GenerateApiKeyDialog" {
|
|
6582
|
+
import { FC } from 'react';
|
|
6583
|
+
import { UserItem } from "apps/reach-app/src/app/admin/users/UserList";
|
|
6584
|
+
export const GenerateApiKeyDialog: FC<{
|
|
6585
|
+
onApiKeyAdded?: () => void;
|
|
6586
|
+
onDismiss: () => void;
|
|
6587
|
+
user?: UserItem;
|
|
6588
|
+
}>;
|
|
6589
|
+
}
|
|
6271
6590
|
declare module "apps/reach-app/src/app/admin/users/UserList" {
|
|
6272
6591
|
import { Account, GroupRoles, GroupUser, SortDefinition, UpdatableUserProperties, UserSummary } from "libs/reach/util/common/src/index";
|
|
6273
6592
|
import './UserList.scss';
|
|
@@ -6291,7 +6610,12 @@ declare module "apps/reach-app/src/app/admin/users/UserList" {
|
|
|
6291
6610
|
isLoading?: boolean;
|
|
6292
6611
|
isEmpty?: boolean;
|
|
6293
6612
|
emptyPlaceholder?: ReactNode;
|
|
6613
|
+
onKeyChanged?: () => void;
|
|
6294
6614
|
}
|
|
6615
|
+
export type UserItem = Account & UserSummary & GroupUser & {
|
|
6616
|
+
accountType: string;
|
|
6617
|
+
lastLogin: string | JSX.Element;
|
|
6618
|
+
};
|
|
6295
6619
|
export const UserList: FC<Props>;
|
|
6296
6620
|
}
|
|
6297
6621
|
declare module "apps/reach-app/src/app/InfiniteScrollingStatus" {
|
|
@@ -6324,12 +6648,6 @@ declare module "apps/reach-app/src/app/admin/users/ExportUserButton" {
|
|
|
6324
6648
|
className?: string;
|
|
6325
6649
|
}>;
|
|
6326
6650
|
}
|
|
6327
|
-
declare module "apps/reach-app/src/app/admin/users/GenerateApiKeyButton" {
|
|
6328
|
-
import { FC } from 'react';
|
|
6329
|
-
export const GenerateApiKeyButton: FC<{
|
|
6330
|
-
onApiKeyAdded: () => void;
|
|
6331
|
-
}>;
|
|
6332
|
-
}
|
|
6333
6651
|
declare module "apps/reach-app/src/app/admin/users/invite-users-csv/ImportUsersPreview" {
|
|
6334
6652
|
import { FC } from 'react';
|
|
6335
6653
|
import { SubscriptionJoinResultType } from "libs/reach/util/common/src/index";
|
|
@@ -6339,6 +6657,7 @@ declare module "apps/reach-app/src/app/admin/users/invite-users-csv/ImportUsersP
|
|
|
6339
6657
|
export interface UserImport {
|
|
6340
6658
|
displayName?: string;
|
|
6341
6659
|
email?: string;
|
|
6660
|
+
hasPrivateEmail?: boolean;
|
|
6342
6661
|
importResult?: SubscriptionJoinResultType | GenericErrorType;
|
|
6343
6662
|
errorMessage?: string;
|
|
6344
6663
|
}
|
|
@@ -6348,18 +6667,42 @@ declare module "apps/reach-app/src/app/admin/users/invite-users-csv/ImportUsersP
|
|
|
6348
6667
|
}
|
|
6349
6668
|
declare module "apps/reach-app/src/app/admin/users/invite-users-csv/useUserCsvInviter" {
|
|
6350
6669
|
import { UserImport } from "apps/reach-app/src/app/admin/users/invite-users-csv/ImportUsersPreview";
|
|
6670
|
+
export enum ValidationStatus {
|
|
6671
|
+
Valid = 0,
|
|
6672
|
+
WithErrors = 1,
|
|
6673
|
+
WithUserErrors = 2
|
|
6674
|
+
}
|
|
6675
|
+
export type CsvValidation = {
|
|
6676
|
+
Status?: ValidationStatus;
|
|
6677
|
+
Message?: string;
|
|
6678
|
+
InvalidItems?: string[];
|
|
6679
|
+
};
|
|
6351
6680
|
export function useUserCsvInviter(): {
|
|
6352
6681
|
invitedUsers: UserImport[];
|
|
6353
6682
|
isValidating: boolean;
|
|
6354
6683
|
isCsvValid: boolean;
|
|
6355
6684
|
parseCsvFile: (csvFile: File) => void;
|
|
6356
|
-
|
|
6357
|
-
|
|
6685
|
+
csvValidation: CsvValidation;
|
|
6686
|
+
setCsvValidation: (status: ValidationStatus, message: string, invalidItems?: string[]) => void;
|
|
6358
6687
|
inviteUsers: (onSuccess?: () => void) => Promise<void>;
|
|
6359
6688
|
isParserReady: boolean;
|
|
6360
|
-
|
|
6689
|
+
isInviting: boolean;
|
|
6690
|
+
canInvite: boolean;
|
|
6691
|
+
csvFile: File;
|
|
6361
6692
|
};
|
|
6362
6693
|
}
|
|
6694
|
+
declare module "apps/reach-app/src/app/admin/users/invite-users-csv/csvUtils" {
|
|
6695
|
+
export function createCsvUrl(header: string, content: string): string;
|
|
6696
|
+
}
|
|
6697
|
+
declare module "apps/reach-app/src/app/admin/users/invite-users-csv/CsvFileValidationResult" {
|
|
6698
|
+
import { FC } from 'react';
|
|
6699
|
+
import { CsvValidation } from "apps/reach-app/src/app/admin/users/invite-users-csv/useUserCsvInviter";
|
|
6700
|
+
import { UserImport } from "apps/reach-app/src/app/admin/users/invite-users-csv/ImportUsersPreview";
|
|
6701
|
+
export const CsvFileValidationResult: FC<{
|
|
6702
|
+
csvValidation: CsvValidation;
|
|
6703
|
+
invitedUsers: UserImport[];
|
|
6704
|
+
}>;
|
|
6705
|
+
}
|
|
6363
6706
|
declare module "apps/reach-app/src/app/admin/users/invite-users-csv/ImportUserButton" {
|
|
6364
6707
|
import { FC } from 'react';
|
|
6365
6708
|
export const ImportUserButton: FC<{
|
|
@@ -6397,29 +6740,28 @@ declare module "libs/reach/feature/content/src/forms/NeutralCheckbox" {
|
|
|
6397
6740
|
}
|
|
6398
6741
|
declare module "libs/reach/feature/content/src/common/AppTriggerActions" {
|
|
6399
6742
|
import { AppTriggerAction, EventResponse, ForbiddenErrorTriggerAction } from "libs/reach/util/common/src/index";
|
|
6400
|
-
export class
|
|
6743
|
+
export class EventOnBehalfOfResponseTriggerAction implements AppTriggerAction {
|
|
6401
6744
|
static type: string;
|
|
6402
6745
|
type: string;
|
|
6403
6746
|
itemId: string;
|
|
6404
6747
|
response: EventResponse;
|
|
6405
6748
|
locationId: string;
|
|
6406
6749
|
onBehalfOfUpn: string;
|
|
6407
|
-
static create(itemId: string, response: EventResponse, locationId: string, onBehalfOfUpn?: string):
|
|
6750
|
+
static create(itemId: string, response: EventResponse, locationId: string, onBehalfOfUpn?: string): EventOnBehalfOfResponseTriggerAction;
|
|
6408
6751
|
}
|
|
6409
|
-
export class
|
|
6752
|
+
export class EventResponseTriggerAction implements AppTriggerAction {
|
|
6410
6753
|
static type: string;
|
|
6411
6754
|
type: string;
|
|
6412
|
-
|
|
6755
|
+
itemId: string;
|
|
6413
6756
|
response: EventResponse;
|
|
6414
|
-
static create(
|
|
6757
|
+
static create(itemId: string, response: EventResponse): EventResponseTriggerAction;
|
|
6415
6758
|
}
|
|
6416
|
-
export class
|
|
6759
|
+
export class RegisterFullSeriesTriggerAction implements AppTriggerAction {
|
|
6417
6760
|
static type: string;
|
|
6418
6761
|
type: string;
|
|
6419
6762
|
recurrenceSeriesId: string;
|
|
6420
|
-
|
|
6421
|
-
|
|
6422
|
-
static create(recurrenceSeriesId: string, itemId: string, isLiked: boolean): LikeFullSeriesTriggerAction;
|
|
6763
|
+
response: EventResponse;
|
|
6764
|
+
static create(recurrenceSeriesId: string, response: EventResponse): RegisterFullSeriesTriggerAction;
|
|
6423
6765
|
}
|
|
6424
6766
|
export class FollowCommentsTriggerAction implements AppTriggerAction {
|
|
6425
6767
|
static type: string;
|
|
@@ -6434,6 +6776,14 @@ declare module "libs/reach/feature/content/src/common/AppTriggerActions" {
|
|
|
6434
6776
|
followByDefault: boolean;
|
|
6435
6777
|
static create(followState: boolean): AutoFollowPostsTriggerAction;
|
|
6436
6778
|
}
|
|
6779
|
+
export class AutoLikeItemTriggerAction implements AppTriggerAction {
|
|
6780
|
+
static type: string;
|
|
6781
|
+
type: string;
|
|
6782
|
+
recurrenceSeriesId: string;
|
|
6783
|
+
isLiked: boolean;
|
|
6784
|
+
likeCount: number;
|
|
6785
|
+
static create(recurrenceSeriesId: string, isLiked: boolean, likeCount: number): AutoLikeItemTriggerAction;
|
|
6786
|
+
}
|
|
6437
6787
|
export class DeletedItemsTriggerAction implements AppTriggerAction {
|
|
6438
6788
|
static type: string;
|
|
6439
6789
|
type: string;
|
|
@@ -6454,6 +6804,18 @@ declare module "libs/reach/feature/content/src/common/AppTriggerActions" {
|
|
|
6454
6804
|
type: string;
|
|
6455
6805
|
static create(): StreamMarkAllAsReadAction;
|
|
6456
6806
|
}
|
|
6807
|
+
export class RefetchItemAction implements AppTriggerAction {
|
|
6808
|
+
static type: string;
|
|
6809
|
+
type: string;
|
|
6810
|
+
itemId: string;
|
|
6811
|
+
static create(itemId: string): RefetchItemAction;
|
|
6812
|
+
}
|
|
6813
|
+
export class RefetchStreamItemAction implements AppTriggerAction {
|
|
6814
|
+
static type: string;
|
|
6815
|
+
type: string;
|
|
6816
|
+
itemId: string;
|
|
6817
|
+
static create(itemId: string): RefetchStreamItemAction;
|
|
6818
|
+
}
|
|
6457
6819
|
}
|
|
6458
6820
|
declare module "libs/reach/feature/content/src/comments/CommentFilter" {
|
|
6459
6821
|
export interface CommentFilter {
|
|
@@ -6613,7 +6975,7 @@ declare module "libs/reach/feature/content/src/filter/BaseFilterDefinition" {
|
|
|
6613
6975
|
import { SourceFilterDefinition } from "libs/reach/feature/content/src/filter/SourceFilterDefinition";
|
|
6614
6976
|
import { KeywordsFilterDefinition } from "libs/reach/feature/content/src/filter/KeywordsFilterDefinition";
|
|
6615
6977
|
import { BeforePublishingDateFilterDefinition } from "libs/reach/feature/content/src/filter/BeforePublishingDateFilterDefinition";
|
|
6616
|
-
export interface PublishableItemFilterDefinition extends IndexableFilterDefinition, BaseFilterDefinition, BeforePublishingDateFilterDefinition, OwnerFilterDefinition, SourceFilterDefinition, KeywordsFilterDefinition {
|
|
6978
|
+
export interface PublishableItemFilterDefinition extends IndexableFilterDefinition, BaseFilterDefinition, BeforePublishingDateFilterDefinition, OwnerFilterDefinition, SourceFilterDefinition, KeywordsFilterDefinition, ItemIdsFilterDefinition {
|
|
6617
6979
|
}
|
|
6618
6980
|
export interface BaseFilterDefinition {
|
|
6619
6981
|
search?: string;
|
|
@@ -6621,6 +6983,9 @@ declare module "libs/reach/feature/content/src/filter/BaseFilterDefinition" {
|
|
|
6621
6983
|
pageSize?: string | number;
|
|
6622
6984
|
groupId?: string;
|
|
6623
6985
|
}
|
|
6986
|
+
export interface ItemIdsFilterDefinition {
|
|
6987
|
+
itemIds?: string;
|
|
6988
|
+
}
|
|
6624
6989
|
export interface IndexableFilterDefinition {
|
|
6625
6990
|
[key: string]: any;
|
|
6626
6991
|
}
|
|
@@ -7108,6 +7473,7 @@ declare module "libs/reach/feature/content/src/news/NewsService" {
|
|
|
7108
7473
|
declare module "libs/reach/feature/content/src/common/cards/ClickableOverlay" {
|
|
7109
7474
|
import { FC, MouseEvent } from 'react';
|
|
7110
7475
|
import { ItemResourceTypes } from "libs/reach/util/common/src/index";
|
|
7476
|
+
import { LocationState } from 'history';
|
|
7111
7477
|
export const ClickableOverlay: FC<{
|
|
7112
7478
|
itemId: string;
|
|
7113
7479
|
itemType: ItemResourceTypes;
|
|
@@ -7118,6 +7484,19 @@ declare module "libs/reach/feature/content/src/common/cards/ClickableOverlay" {
|
|
|
7118
7484
|
onClick?: (event: MouseEvent<unknown>) => unknown;
|
|
7119
7485
|
openTargetInNewWindow?: boolean;
|
|
7120
7486
|
isExternalContent?: boolean;
|
|
7487
|
+
locationState?: LocationState;
|
|
7488
|
+
}>;
|
|
7489
|
+
}
|
|
7490
|
+
declare module "libs/reach/feature/content/src/common/modal-routing/ClickableOverlayWithModalRouting" {
|
|
7491
|
+
import { ItemResourceTypes } from "libs/reach/util/common/src/index";
|
|
7492
|
+
import { FC } from 'react';
|
|
7493
|
+
export const ClickableOverlayWithModalRouting: FC<{
|
|
7494
|
+
itemId: string;
|
|
7495
|
+
itemType: ItemResourceTypes;
|
|
7496
|
+
baseRoute: string;
|
|
7497
|
+
title?: string;
|
|
7498
|
+
isExternalContent?: boolean;
|
|
7499
|
+
targetUrl?: string;
|
|
7121
7500
|
}>;
|
|
7122
7501
|
}
|
|
7123
7502
|
declare module "libs/reach/feature/content/src/common/item-tile/PostItemTile" {
|
|
@@ -7128,6 +7507,7 @@ declare module "libs/reach/feature/content/src/common/item-tile/PostItemTile" {
|
|
|
7128
7507
|
targetUrl?: string;
|
|
7129
7508
|
readOnly?: boolean;
|
|
7130
7509
|
backgroundColor?: string;
|
|
7510
|
+
enableModalRouting?: boolean;
|
|
7131
7511
|
className?: string;
|
|
7132
7512
|
}>;
|
|
7133
7513
|
}
|
|
@@ -7224,6 +7604,7 @@ declare module "libs/reach/feature/content/src/common/banner/PublishableItemBann
|
|
|
7224
7604
|
height?: number;
|
|
7225
7605
|
hidePlayerIfActive?: boolean;
|
|
7226
7606
|
className?: string;
|
|
7607
|
+
documentIconName?: string;
|
|
7227
7608
|
}
|
|
7228
7609
|
export const PublishableItemBanner: FC<Props>;
|
|
7229
7610
|
}
|
|
@@ -7462,10 +7843,12 @@ declare module "libs/reach/feature/content/src/common/detail/events/useEventRegi
|
|
|
7462
7843
|
}
|
|
7463
7844
|
declare module "libs/reach/feature/content/src/common/detail/events/controls/EventUserRegistration" {
|
|
7464
7845
|
import { FC } from 'react';
|
|
7846
|
+
import { EventResponse } from "libs/reach/util/common/src/index";
|
|
7465
7847
|
export const EventUserRegistration: FC<{
|
|
7466
7848
|
disabled?: boolean;
|
|
7467
7849
|
hideInfoMessage?: boolean;
|
|
7468
7850
|
showNoRegistrationRequired?: boolean;
|
|
7851
|
+
onToggleRegister?: (itemId: string, response: EventResponse, isFullSeriesRegistration: boolean) => unknown;
|
|
7469
7852
|
className?: string;
|
|
7470
7853
|
}>;
|
|
7471
7854
|
}
|
|
@@ -7535,8 +7918,7 @@ declare module "libs/reach/feature/content/src/common/cards/CardLikeButton" {
|
|
|
7535
7918
|
export const CardLikeButton: FC<{
|
|
7536
7919
|
item: NewsItem | EventItem;
|
|
7537
7920
|
itemResourceType: ItemResourceTypes;
|
|
7538
|
-
|
|
7539
|
-
onLiked?: (isLiked: boolean) => unknown;
|
|
7921
|
+
onToggleLike?: (isLiked: boolean, likeCount: number) => void;
|
|
7540
7922
|
className?: string;
|
|
7541
7923
|
}>;
|
|
7542
7924
|
}
|
|
@@ -7558,6 +7940,18 @@ declare module "libs/reach/feature/content/src/events/EventRecurrenceSeriesInfoN
|
|
|
7558
7940
|
className?: string;
|
|
7559
7941
|
}>;
|
|
7560
7942
|
}
|
|
7943
|
+
declare module "libs/reach/feature/content/src/common/modal-routing/LinkWithModalRouting" {
|
|
7944
|
+
import { FC } from 'react';
|
|
7945
|
+
export const LinkWithModalRouting: FC<{
|
|
7946
|
+
url: string;
|
|
7947
|
+
itemId: string;
|
|
7948
|
+
hash?: string;
|
|
7949
|
+
onClick?: (e: React.MouseEvent) => unknown;
|
|
7950
|
+
ariaHidden?: boolean;
|
|
7951
|
+
ariaLabel?: string;
|
|
7952
|
+
className?: string;
|
|
7953
|
+
}>;
|
|
7954
|
+
}
|
|
7561
7955
|
declare module "libs/reach/feature/content/src/events/list/EventCard" {
|
|
7562
7956
|
import { FC } from 'react';
|
|
7563
7957
|
import { EventItem } from "libs/reach/util/common/src/index";
|
|
@@ -7576,6 +7970,7 @@ declare module "libs/reach/feature/content/src/events/list/EventCard" {
|
|
|
7576
7970
|
allowFilterByChannels?: boolean;
|
|
7577
7971
|
showFeedbackButtons?: boolean;
|
|
7578
7972
|
readOnly?: boolean;
|
|
7973
|
+
enableModalRouting?: boolean;
|
|
7579
7974
|
className?: string;
|
|
7580
7975
|
}>;
|
|
7581
7976
|
}
|
|
@@ -7626,7 +8021,8 @@ declare module "libs/reach/feature/content/src/common/body/TextViewer" {
|
|
|
7626
8021
|
Contact = "contact",
|
|
7627
8022
|
InlinePageList = "inline-page-list",
|
|
7628
8023
|
UrlPreview = "url-preview",
|
|
7629
|
-
ActionButton = "action-button"
|
|
8024
|
+
ActionButton = "action-button",
|
|
8025
|
+
InlinePlugin = "inline-plugin"
|
|
7630
8026
|
}
|
|
7631
8027
|
export interface HtmlComponentMapper {
|
|
7632
8028
|
component: FC<any>;
|
|
@@ -7768,7 +8164,10 @@ declare module "libs/reach/feature/content/src/common/item-tile/Title" {
|
|
|
7768
8164
|
resourceKey?: string;
|
|
7769
8165
|
resourceValues?: string;
|
|
7770
8166
|
className?: string;
|
|
8167
|
+
enableModalRouting?: boolean;
|
|
8168
|
+
itemId?: string;
|
|
7771
8169
|
isOverrideLink: boolean;
|
|
8170
|
+
icon?: string;
|
|
7772
8171
|
}>;
|
|
7773
8172
|
}
|
|
7774
8173
|
declare module "libs/reach/feature/content/src/common/breadcrumb/utils" {
|
|
@@ -7827,6 +8226,7 @@ declare module "libs/reach/feature/content/src/common/item-tile/PageItemTile" {
|
|
|
7827
8226
|
onClick?: (event: React.MouseEvent<unknown>, isTitleClicked?: boolean) => unknown;
|
|
7828
8227
|
onKeywordClick?: (keyword: string) => unknown;
|
|
7829
8228
|
openTargetInNewWindow?: boolean;
|
|
8229
|
+
enableModalRouting?: boolean;
|
|
7830
8230
|
className?: string;
|
|
7831
8231
|
}
|
|
7832
8232
|
export const PageItemTile: FC<Props>;
|
|
@@ -7872,6 +8272,7 @@ declare module "libs/reach/feature/content/src/common/item-tile/PublishableItemT
|
|
|
7872
8272
|
onClick?: (event: MouseEvent<unknown>, isTitleClicked?: boolean) => unknown;
|
|
7873
8273
|
styleDefinition?: StyleDefinition;
|
|
7874
8274
|
readOnly?: boolean;
|
|
8275
|
+
enableModalRouting?: boolean;
|
|
7875
8276
|
className?: string;
|
|
7876
8277
|
}
|
|
7877
8278
|
export const PublishableItemTileWrapper: FC<Props>;
|
|
@@ -7915,6 +8316,7 @@ declare module "libs/reach/feature/content/src/common/item-tile/NewsItemTile" {
|
|
|
7915
8316
|
onKeywordClick?: (keyword: string) => unknown;
|
|
7916
8317
|
styleDefinition?: StyleDefinition;
|
|
7917
8318
|
readOnly?: boolean;
|
|
8319
|
+
enableModalRouting?: boolean;
|
|
7918
8320
|
className?: string;
|
|
7919
8321
|
}
|
|
7920
8322
|
export const NewsItemTile: FC<Props>;
|
|
@@ -7940,6 +8342,7 @@ declare module "libs/reach/feature/content/src/common/item-tile/EmbeddedObjectTi
|
|
|
7940
8342
|
previewTheme?: CommentInputTheme;
|
|
7941
8343
|
buttons?: ReactNode;
|
|
7942
8344
|
groupIds?: string[];
|
|
8345
|
+
enableModalRouting?: boolean;
|
|
7943
8346
|
className?: string;
|
|
7944
8347
|
}>;
|
|
7945
8348
|
export const EmbeddedObjectAccessDeniedTile: FC<{
|
|
@@ -7956,6 +8359,7 @@ declare module "libs/reach/feature/content/src/common/EmbeddedObjectList" {
|
|
|
7956
8359
|
attachments: Attachment[];
|
|
7957
8360
|
onDeleteClick?: (attachment: Attachment) => void;
|
|
7958
8361
|
previewTheme?: CommentInputTheme;
|
|
8362
|
+
enableModalRouting?: boolean;
|
|
7959
8363
|
className?: string;
|
|
7960
8364
|
}>;
|
|
7961
8365
|
}
|
|
@@ -8116,6 +8520,7 @@ declare module "libs/reach/feature/content/src/common/body/InlineObjectToolbar"
|
|
|
8116
8520
|
import { FC, ReactNode } from 'react';
|
|
8117
8521
|
export const InlineObjectToolbar: FC<{
|
|
8118
8522
|
onDelete?: () => void;
|
|
8523
|
+
deleteAriaLabelResourceKey?: string;
|
|
8119
8524
|
additionalButtons?: ReactNode;
|
|
8120
8525
|
}>;
|
|
8121
8526
|
export const InlineObjectToolbarWrapper: FC<{
|
|
@@ -8123,15 +8528,18 @@ declare module "libs/reach/feature/content/src/common/body/InlineObjectToolbar"
|
|
|
8123
8528
|
}>;
|
|
8124
8529
|
}
|
|
8125
8530
|
declare module "libs/reach/feature/content/src/common/body/ImageToolbar" {
|
|
8126
|
-
import { FC } from 'react';
|
|
8531
|
+
import { FC, ReactNode } from 'react';
|
|
8532
|
+
import { ImageAlignment } from "libs/reach/util/common/src/index";
|
|
8127
8533
|
export const ImageToolbar: FC<{
|
|
8128
8534
|
onDelete?: () => void;
|
|
8129
8535
|
onFullScreen?: (e: React.MouseEvent<any>) => void;
|
|
8130
8536
|
onClose?: (e: React.MouseEvent<any>) => void;
|
|
8131
8537
|
onCrop?: (e: React.MouseEvent<any>) => void;
|
|
8538
|
+
onAlignment?: (e: React.MouseEvent<any>, alignment: ImageAlignment) => void;
|
|
8132
8539
|
showFullScreenButton?: boolean;
|
|
8133
8540
|
showCloseButton?: boolean;
|
|
8134
8541
|
showCropButton?: boolean;
|
|
8542
|
+
alignmentButtons?: ReactNode;
|
|
8135
8543
|
}>;
|
|
8136
8544
|
}
|
|
8137
8545
|
declare module "libs/reach/feature/content/src/common/body/PhotoGallery" {
|
|
@@ -8258,6 +8666,15 @@ declare module "libs/reach/feature/content/src/comments/EditCommentWithAttachmen
|
|
|
8258
8666
|
export const EditCommentWithAttachments: FC<Props>;
|
|
8259
8667
|
export function isClientAttachment(value: ClientAttachment | Attachment): value is ClientAttachment;
|
|
8260
8668
|
}
|
|
8669
|
+
declare module "libs/reach/feature/content/src/news/bookmark-button/BookmarkButton" {
|
|
8670
|
+
import { FC } from 'react';
|
|
8671
|
+
import { PublishableItem } from "libs/reach/util/common/src/index";
|
|
8672
|
+
export const BookmarkButton: FC<{
|
|
8673
|
+
item: PublishableItem;
|
|
8674
|
+
isReadOnly?: boolean;
|
|
8675
|
+
className?: string;
|
|
8676
|
+
}>;
|
|
8677
|
+
}
|
|
8261
8678
|
declare module "libs/reach/feature/content/src/common/cards/CardStatisticItem" {
|
|
8262
8679
|
import { FC } from 'react';
|
|
8263
8680
|
export const CardStatisticItem: FC<{
|
|
@@ -8275,13 +8692,14 @@ declare module "libs/reach/feature/content/src/common/cards/CardStatisticItem" {
|
|
|
8275
8692
|
};
|
|
8276
8693
|
}>;
|
|
8277
8694
|
}
|
|
8278
|
-
declare module "libs/reach/feature/content/src/
|
|
8695
|
+
declare module "libs/reach/feature/content/src/common/cards/CardCommentButton" {
|
|
8696
|
+
import { EventItem, ItemResourceTypes, NewsItem } from "libs/reach/util/common/src/index";
|
|
8279
8697
|
import { FC } from 'react';
|
|
8280
|
-
|
|
8281
|
-
|
|
8282
|
-
|
|
8283
|
-
|
|
8284
|
-
|
|
8698
|
+
export const CardCommentButton: FC<{
|
|
8699
|
+
item: NewsItem | EventItem;
|
|
8700
|
+
itemResourceType: ItemResourceTypes;
|
|
8701
|
+
targetRoute: string;
|
|
8702
|
+
enableModalRouting?: boolean;
|
|
8285
8703
|
}>;
|
|
8286
8704
|
}
|
|
8287
8705
|
declare module "libs/reach/feature/content/src/common/cards/CardFooter" {
|
|
@@ -8289,11 +8707,9 @@ declare module "libs/reach/feature/content/src/common/cards/CardFooter" {
|
|
|
8289
8707
|
import { EventItem, ItemResourceTypes, NewsItem } from "libs/reach/util/common/src/index";
|
|
8290
8708
|
export const CardFooter: FC<{
|
|
8291
8709
|
item: NewsItem | EventItem;
|
|
8292
|
-
showComments: boolean;
|
|
8293
8710
|
targetRoute: string;
|
|
8294
8711
|
itemResourceType: ItemResourceTypes;
|
|
8295
|
-
|
|
8296
|
-
onLiked?: (isLiked: boolean) => unknown;
|
|
8712
|
+
enableModalRouting?: boolean;
|
|
8297
8713
|
}>;
|
|
8298
8714
|
export const CardFooterHost: import("styled-components").StyledComponent<"footer", import("styled-components").DefaultTheme, {}, never>;
|
|
8299
8715
|
}
|
|
@@ -8592,7 +9008,6 @@ declare module "libs/reach/feature/content/src/news/list-view/NewsCard" {
|
|
|
8592
9008
|
item: NewsItem;
|
|
8593
9009
|
baseRoute: string;
|
|
8594
9010
|
language: string;
|
|
8595
|
-
showComments: boolean;
|
|
8596
9011
|
highlight: boolean;
|
|
8597
9012
|
className?: string;
|
|
8598
9013
|
}
|
|
@@ -8699,6 +9114,7 @@ declare module "libs/reach/feature/content/src/common/body/InlineUrlPreview" {
|
|
|
8699
9114
|
}
|
|
8700
9115
|
declare module "libs/reach/feature/content/src/common/body/InlineImage" {
|
|
8701
9116
|
import { HtmlComponentMapper } from "libs/reach/feature/content/src/common/body/TextViewer";
|
|
9117
|
+
export const ImageAlignmentStyles: (alignment: string, width: number) => import("styled-components").FlattenSimpleInterpolation | "";
|
|
8702
9118
|
export const InlineImageMapper: HtmlComponentMapper;
|
|
8703
9119
|
}
|
|
8704
9120
|
declare module "libs/reach/feature/content/src/common/body/InlineContact" {
|
|
@@ -8917,6 +9333,10 @@ declare module "libs/reach/feature/content/src/common/body/InlineActionButtonLis
|
|
|
8917
9333
|
}
|
|
8918
9334
|
export const InlineActionButtonMapper: HtmlComponentMapper;
|
|
8919
9335
|
}
|
|
9336
|
+
declare module "libs/reach/feature/content/src/common/body/InlineObjectPluginView" {
|
|
9337
|
+
import { HtmlComponentMapper } from "libs/reach/feature/content/src/common/body/TextViewer";
|
|
9338
|
+
export const InlineObjectPluginMapper: HtmlComponentMapper;
|
|
9339
|
+
}
|
|
8920
9340
|
declare module "libs/reach/feature/content/src/common/detail/events/controls/EventDetailViewPeopleInfo" {
|
|
8921
9341
|
import { FC } from 'react';
|
|
8922
9342
|
export const EventDetailViewPeopleInfo: FC;
|
|
@@ -9136,6 +9556,7 @@ declare module "libs/reach/feature/content/src/comments/CommentWithReplies" {
|
|
|
9136
9556
|
readOnly?: boolean;
|
|
9137
9557
|
trimContent?: boolean;
|
|
9138
9558
|
showReplyBox?: boolean;
|
|
9559
|
+
enableModalRouting?: boolean;
|
|
9139
9560
|
className?: string;
|
|
9140
9561
|
}>;
|
|
9141
9562
|
}
|
|
@@ -9158,6 +9579,7 @@ declare module "libs/reach/feature/content/src/comments/CommentList" {
|
|
|
9158
9579
|
onReply?: (comment: Comment, commentSender?: Account) => void;
|
|
9159
9580
|
readOnly?: boolean;
|
|
9160
9581
|
trimContent?: boolean;
|
|
9582
|
+
enableModalRouting?: boolean;
|
|
9161
9583
|
className?: string;
|
|
9162
9584
|
}
|
|
9163
9585
|
export const CommentList: FC<CommentListProps>;
|
|
@@ -9217,6 +9639,7 @@ declare module "libs/reach/feature/content/src/comments/PagedCommentsSection" {
|
|
|
9217
9639
|
showReplyBox?: boolean;
|
|
9218
9640
|
trimContent?: boolean;
|
|
9219
9641
|
title?: ReactNode;
|
|
9642
|
+
enableModalRouting?: boolean;
|
|
9220
9643
|
className?: string;
|
|
9221
9644
|
};
|
|
9222
9645
|
export const PagedCommentsSection: FC<Props>;
|
|
@@ -9485,6 +9908,7 @@ declare module "libs/reach/feature/content/src/common/banner/Banner" {
|
|
|
9485
9908
|
layoutMode?: ItemTileLayoutMode;
|
|
9486
9909
|
bannerDefaultWidth?: number;
|
|
9487
9910
|
showPlaceholderIfNoBannerInfo?: boolean;
|
|
9911
|
+
documentIconName?: string;
|
|
9488
9912
|
}>;
|
|
9489
9913
|
}
|
|
9490
9914
|
declare module "libs/reach/feature/content/src/common/language-selector/LanguageSelector" {
|
|
@@ -9646,6 +10070,13 @@ declare module "libs/reach/feature/content/src/common/hooks/useCommonEditorApi"
|
|
|
9646
10070
|
getTaskViewCounts: (type: ItemResourceTypes, groupId?: string) => Promise<TaskSummary>;
|
|
9647
10071
|
};
|
|
9648
10072
|
}
|
|
10073
|
+
declare module "libs/reach/feature/content/src/common/hooks/useClickOutside" {
|
|
10074
|
+
interface IClickHandles {
|
|
10075
|
+
onInsideClick: () => void;
|
|
10076
|
+
onOutsideClick: () => void;
|
|
10077
|
+
}
|
|
10078
|
+
export function useClickOutside<T extends HTMLElement>({ onInsideClick, onOutsideClick, }: IClickHandles): import("react").MutableRefObject<T>;
|
|
10079
|
+
}
|
|
9649
10080
|
declare module "libs/reach/feature/content/src/common/sidebar/SidebarIcon" {
|
|
9650
10081
|
import { LocationDescriptor } from 'history';
|
|
9651
10082
|
import { FC, ReactNode } from 'react';
|
|
@@ -9749,7 +10180,7 @@ declare module "libs/reach/feature/content/src/common/ContentWithShowMoreButton"
|
|
|
9749
10180
|
import { FC } from 'react';
|
|
9750
10181
|
export const ContentWithShowMoreButton: FC<{
|
|
9751
10182
|
domIdentifier: string;
|
|
9752
|
-
trimContent
|
|
10183
|
+
trimContent?: boolean;
|
|
9753
10184
|
className?: string;
|
|
9754
10185
|
}>;
|
|
9755
10186
|
}
|
|
@@ -9814,6 +10245,7 @@ declare module "libs/reach/feature/content/src/common/index" {
|
|
|
9814
10245
|
export * from "libs/reach/feature/content/src/common/body/ItemBodyWrapper";
|
|
9815
10246
|
export * from "libs/reach/feature/content/src/common/body/InlineFileList";
|
|
9816
10247
|
export * from "libs/reach/feature/content/src/common/body/InlineActionButtonList";
|
|
10248
|
+
export * from "libs/reach/feature/content/src/common/body/InlineObjectPluginView";
|
|
9817
10249
|
export * from "libs/reach/feature/content/src/common/body/inline-action-button/InlineActionButtonStyles";
|
|
9818
10250
|
export * from "libs/reach/feature/content/src/common/detail/events/controls/EventMetaInfo";
|
|
9819
10251
|
export * from "libs/reach/feature/content/src/common/detail/events/controls/EventRegistrationButton";
|
|
@@ -9867,6 +10299,7 @@ declare module "libs/reach/feature/content/src/common/index" {
|
|
|
9867
10299
|
export * from "libs/reach/feature/content/src/common/hooks/useExternalContentHandler";
|
|
9868
10300
|
export * from "libs/reach/feature/content/src/common/hooks/useCommonEditorApi";
|
|
9869
10301
|
export * from "libs/reach/feature/content/src/common/hooks/usePageViewTracker";
|
|
10302
|
+
export * from "libs/reach/feature/content/src/common/hooks/useClickOutside";
|
|
9870
10303
|
export * from "libs/reach/feature/content/src/common/TargetLinkOverrideContext";
|
|
9871
10304
|
export * from "libs/reach/feature/content/src/common/sidebar/BaseSidebarItem";
|
|
9872
10305
|
export * from "libs/reach/feature/content/src/common/sidebar/SidebarGroup";
|
|
@@ -9896,13 +10329,13 @@ declare module "libs/reach/feature/content/src/comments/CommentDisplay" {
|
|
|
9896
10329
|
mentionSearchHandler: (searchText: string) => Promise<Account[]>;
|
|
9897
10330
|
getHashtagFilterRoute?: (hashtag: string) => string;
|
|
9898
10331
|
highlight?: boolean;
|
|
9899
|
-
isInitialLiked?: boolean;
|
|
9900
10332
|
hasUnreadReplies?: boolean;
|
|
9901
10333
|
onReplyIconClick?: () => void;
|
|
9902
10334
|
onReply?: (comment: Comment, commentSender?: Account) => void;
|
|
9903
10335
|
replyCount?: number;
|
|
9904
10336
|
readOnly?: boolean;
|
|
9905
10337
|
trimContent?: boolean;
|
|
10338
|
+
enableModalRouting?: boolean;
|
|
9906
10339
|
className?: string;
|
|
9907
10340
|
}
|
|
9908
10341
|
export const CommentDisplay: FC<Props>;
|
|
@@ -10130,6 +10563,7 @@ declare module "libs/reach/feature/content/src/posts/PostReplies" {
|
|
|
10130
10563
|
onReplyAdded: () => void;
|
|
10131
10564
|
onReplyDeleted: () => void;
|
|
10132
10565
|
trimContent?: boolean;
|
|
10566
|
+
enableModalRouting?: boolean;
|
|
10133
10567
|
}
|
|
10134
10568
|
export const PostReplies: FC<Props>;
|
|
10135
10569
|
}
|
|
@@ -10197,6 +10631,7 @@ declare module "libs/reach/feature/content/src/posts/PostDisplay" {
|
|
|
10197
10631
|
baseTargetUrl?: string;
|
|
10198
10632
|
}
|
|
10199
10633
|
export const PostDisplay: FC<Props>;
|
|
10634
|
+
export const PostDisplayWithModalRouting: FC<Props>;
|
|
10200
10635
|
}
|
|
10201
10636
|
declare module "libs/reach/feature/content/src/posts/PostGroupsPicker" {
|
|
10202
10637
|
import { FC } from 'react';
|
|
@@ -11055,6 +11490,7 @@ declare module "libs/reach/feature/content/src/stream/streamUtils" {
|
|
|
11055
11490
|
poll?: import("@livetiles/reach/util/common").Poll;
|
|
11056
11491
|
searchHighlights?: import("@livetiles/reach/util/common").SearchHighlightSummary;
|
|
11057
11492
|
})[];
|
|
11493
|
+
export function updateStreamItemStatistics(items: StreamItem[], updatedItem: StreamItem): StreamItem[];
|
|
11058
11494
|
}
|
|
11059
11495
|
declare module "libs/reach/feature/content/src/stream/useStreamItemsQuery" {
|
|
11060
11496
|
import { StreamItem } from "libs/reach/feature/content/src/stream/streamUtils";
|
|
@@ -11079,6 +11515,7 @@ declare module "libs/reach/feature/content/src/stream/useStreamItemsQuery" {
|
|
|
11079
11515
|
};
|
|
11080
11516
|
refresh: () => Promise<void>;
|
|
11081
11517
|
isLoadingFirstPage: boolean;
|
|
11518
|
+
refetchItem: (itemId: string) => Promise<void>;
|
|
11082
11519
|
};
|
|
11083
11520
|
export function hasFilter(filter?: StreamFilterDefinition): boolean;
|
|
11084
11521
|
export const getStreamQuery: (filter?: StreamFilterDefinition, allChannels?: Channel[]) => DocumentNode;
|
|
@@ -11221,6 +11658,19 @@ declare module "libs/reach/feature/content/src/editor/useShareTokenEditorApi" {
|
|
|
11221
11658
|
deleteShareToken: (newsId: string, tokenType?: ShareTokenType) => Promise<any>;
|
|
11222
11659
|
};
|
|
11223
11660
|
}
|
|
11661
|
+
declare module "libs/reach/feature/content/src/editor/useEventsEditorApi" {
|
|
11662
|
+
import { EventCancelReasons, EventCancelInformation, EventItem } from "libs/reach/util/common/src/index";
|
|
11663
|
+
import { PublishableItem } from "libs/reach/util/common/src/index";
|
|
11664
|
+
export function useEventsEditorApi(): {
|
|
11665
|
+
getEvent: (eventId: string) => Promise<EventItem>;
|
|
11666
|
+
cancelEvent: (id: string, reasons: EventCancelReasons) => Promise<EventCancelInformation>;
|
|
11667
|
+
uncancelEvent: (id: string) => Promise<unknown>;
|
|
11668
|
+
unpublishEvent: (id: string, leaseId: string) => Promise<unknown>;
|
|
11669
|
+
deleteEventPermanently: (eventId: string) => any;
|
|
11670
|
+
saveEvent: (subscriptionId: string, event: PublishableItem, createLease: boolean) => Promise<EventItem>;
|
|
11671
|
+
deleteModifiedRecurrence: (eventId: string) => any;
|
|
11672
|
+
};
|
|
11673
|
+
}
|
|
11224
11674
|
declare module "libs/reach/feature/content/src/editor/index" {
|
|
11225
11675
|
export * from "libs/reach/feature/content/src/editor/EditorListItem";
|
|
11226
11676
|
export * from "libs/reach/feature/content/src/editor/NewsEditorItem";
|
|
@@ -11230,6 +11680,7 @@ declare module "libs/reach/feature/content/src/editor/index" {
|
|
|
11230
11680
|
export * from "libs/reach/feature/content/src/editor/useEditorApi";
|
|
11231
11681
|
export * from "libs/reach/feature/content/src/editor/useNewsEditorApi";
|
|
11232
11682
|
export * from "libs/reach/feature/content/src/editor/useShareTokenEditorApi";
|
|
11683
|
+
export * from "libs/reach/feature/content/src/editor/useEventsEditorApi";
|
|
11233
11684
|
}
|
|
11234
11685
|
declare module "libs/reach/feature/content/src/public-user/index" {
|
|
11235
11686
|
export * from "libs/reach/feature/content/src/public-user/PublicUserFullAccessButton";
|
|
@@ -11785,7 +12236,7 @@ declare module "apps/reach-app/src/app/chrome/Page" {
|
|
|
11785
12236
|
import { CloseButtonOptions } from "apps/reach-app/src/app/chrome/Header";
|
|
11786
12237
|
import { SearchBoxProps } from "libs/reach/ui/common/src/index";
|
|
11787
12238
|
import { MainContentPanelProps } from "apps/reach-app/src/app/chrome/MainContentPanel";
|
|
11788
|
-
export interface
|
|
12239
|
+
export interface PageProps extends SearchBoxProps {
|
|
11789
12240
|
className?: string;
|
|
11790
12241
|
headerContents?: JSX.Element;
|
|
11791
12242
|
headerToolbar?: HeaderToolbarTypeHack;
|
|
@@ -11803,12 +12254,14 @@ declare module "apps/reach-app/src/app/chrome/Page" {
|
|
|
11803
12254
|
submenuContents?: JSX.Element;
|
|
11804
12255
|
submenuClassName?: string;
|
|
11805
12256
|
disableScrollableContainerFocus?: boolean;
|
|
12257
|
+
asModal?: boolean;
|
|
12258
|
+
domIdentifier?: string;
|
|
11806
12259
|
}
|
|
11807
12260
|
export enum MenuNavigationMode {
|
|
11808
12261
|
Collapse = 0,
|
|
11809
12262
|
KeepOpen = 1
|
|
11810
12263
|
}
|
|
11811
|
-
export const Page: FC<
|
|
12264
|
+
export const Page: FC<PageProps>;
|
|
11812
12265
|
}
|
|
11813
12266
|
declare module "apps/reach-app/src/plugins/reach-chrome" {
|
|
11814
12267
|
import { Page } from "apps/reach-app/src/app/chrome/Page";
|