@selfcommunity/react-ui 0.7.0-alpha.34 → 0.7.0-alpha.35
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/cjs/components/UserProfileEdit/Section/PublicInfo.d.ts +10 -0
- package/lib/cjs/components/UserProfileEdit/Section/PublicInfo.d.ts.map +1 -1
- package/lib/cjs/components/UserProfileEdit/Section/PublicInfo.js +5 -1
- package/lib/cjs/components/UserProfileEdit/Section/PublicInfo.js.map +1 -1
- package/lib/cjs/components/UserProfileEdit/Section/SocialAccount.d.ts +24 -0
- package/lib/cjs/components/UserProfileEdit/Section/SocialAccount.d.ts.map +1 -0
- package/lib/cjs/components/UserProfileEdit/Section/SocialAccount.js +113 -0
- package/lib/cjs/components/UserProfileEdit/Section/SocialAccount.js.map +1 -0
- package/lib/cjs/components/UserProfileEdit/index.d.ts +2 -1
- package/lib/cjs/components/UserProfileEdit/index.d.ts.map +1 -1
- package/lib/cjs/components/UserProfileEdit/index.js +3 -1
- package/lib/cjs/components/UserProfileEdit/index.js.map +1 -1
- package/lib/cjs/components/UserProfileInfo/UserProfileInfo.d.ts +6 -0
- package/lib/cjs/components/UserProfileInfo/UserProfileInfo.d.ts.map +1 -1
- package/lib/cjs/components/UserProfileInfo/UserProfileInfo.js +22 -2
- package/lib/cjs/components/UserProfileInfo/UserProfileInfo.js.map +1 -1
- package/lib/cjs/components/UserSocialAssociation/UserSocialAssociation.d.ts +70 -0
- package/lib/cjs/components/UserSocialAssociation/UserSocialAssociation.d.ts.map +1 -0
- package/lib/cjs/components/UserSocialAssociation/UserSocialAssociation.js +192 -0
- package/lib/cjs/components/UserSocialAssociation/UserSocialAssociation.js.map +1 -0
- package/lib/cjs/components/UserSocialAssociation/index.d.ts +4 -0
- package/lib/cjs/components/UserSocialAssociation/index.d.ts.map +1 -0
- package/lib/cjs/components/UserSocialAssociation/index.js +8 -0
- package/lib/cjs/components/UserSocialAssociation/index.js.map +1 -0
- package/lib/cjs/index.d.ts +3 -2
- package/lib/cjs/index.d.ts.map +1 -1
- package/lib/cjs/index.js +5 -2
- package/lib/cjs/index.js.map +1 -1
- package/lib/cjs/types/index.d.ts +2 -2
- package/lib/cjs/types/index.d.ts.map +1 -1
- package/lib/cjs/types/index.js +2 -1
- package/lib/cjs/types/index.js.map +1 -1
- package/lib/cjs/types/user.d.ts +11 -1
- package/lib/cjs/types/user.d.ts.map +1 -1
- package/lib/cjs/types/user.js +12 -1
- package/lib/cjs/types/user.js.map +1 -1
- package/lib/esm/components/UserProfileEdit/Section/PublicInfo.d.ts +10 -0
- package/lib/esm/components/UserProfileEdit/Section/PublicInfo.d.ts.map +1 -1
- package/lib/esm/components/UserProfileEdit/Section/PublicInfo.js +5 -1
- package/lib/esm/components/UserProfileEdit/Section/PublicInfo.js.map +1 -1
- package/lib/esm/components/UserProfileEdit/Section/SocialAccount.d.ts +24 -0
- package/lib/esm/components/UserProfileEdit/Section/SocialAccount.d.ts.map +1 -0
- package/lib/esm/components/UserProfileEdit/Section/SocialAccount.js +84 -0
- package/lib/esm/components/UserProfileEdit/Section/SocialAccount.js.map +1 -0
- package/lib/esm/components/UserProfileEdit/index.d.ts +2 -1
- package/lib/esm/components/UserProfileEdit/index.d.ts.map +1 -1
- package/lib/esm/components/UserProfileEdit/index.js +2 -1
- package/lib/esm/components/UserProfileEdit/index.js.map +1 -1
- package/lib/esm/components/UserProfileInfo/UserProfileInfo.d.ts +6 -0
- package/lib/esm/components/UserProfileInfo/UserProfileInfo.d.ts.map +1 -1
- package/lib/esm/components/UserProfileInfo/UserProfileInfo.js +22 -2
- package/lib/esm/components/UserProfileInfo/UserProfileInfo.js.map +1 -1
- package/lib/esm/components/UserSocialAssociation/UserSocialAssociation.d.ts +70 -0
- package/lib/esm/components/UserSocialAssociation/UserSocialAssociation.d.ts.map +1 -0
- package/lib/esm/components/UserSocialAssociation/UserSocialAssociation.js +163 -0
- package/lib/esm/components/UserSocialAssociation/UserSocialAssociation.js.map +1 -0
- package/lib/esm/components/UserSocialAssociation/index.d.ts +4 -0
- package/lib/esm/components/UserSocialAssociation/index.d.ts.map +1 -0
- package/lib/esm/components/UserSocialAssociation/index.js +3 -0
- package/lib/esm/components/UserSocialAssociation/index.js.map +1 -0
- package/lib/esm/index.d.ts +3 -2
- package/lib/esm/index.d.ts.map +1 -1
- package/lib/esm/index.js +3 -2
- package/lib/esm/index.js.map +1 -1
- package/lib/esm/types/index.d.ts +2 -2
- package/lib/esm/types/index.d.ts.map +1 -1
- package/lib/esm/types/index.js +2 -2
- package/lib/esm/types/index.js.map +1 -1
- package/lib/esm/types/user.d.ts +11 -1
- package/lib/esm/types/user.d.ts.map +1 -1
- package/lib/esm/types/user.js +11 -0
- package/lib/esm/types/user.js.map +1 -1
- package/lib/umd/react-ui.js +2 -2
- package/lib/umd/react-ui.js.map +1 -1
- package/package.json +6 -6
|
@@ -0,0 +1,192 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
26
|
+
var t = {};
|
|
27
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
28
|
+
t[p] = s[p];
|
|
29
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
30
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
31
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
32
|
+
t[p[i]] = s[p[i]];
|
|
33
|
+
}
|
|
34
|
+
return t;
|
|
35
|
+
};
|
|
36
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
37
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
38
|
+
};
|
|
39
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
40
|
+
const react_1 = __importStar(require("react"));
|
|
41
|
+
const styles_1 = require("@mui/material/styles");
|
|
42
|
+
const material_1 = require("@mui/material");
|
|
43
|
+
const react_intl_1 = require("react-intl");
|
|
44
|
+
const react_core_1 = require("@selfcommunity/react-core");
|
|
45
|
+
const classnames_1 = __importDefault(require("classnames"));
|
|
46
|
+
const system_1 = require("@mui/system");
|
|
47
|
+
const Icon_1 = __importDefault(require("@mui/material/Icon"));
|
|
48
|
+
const types_1 = require("../../types");
|
|
49
|
+
const api_services_1 = require("@selfcommunity/api-services");
|
|
50
|
+
const Errors_1 = require("../../constants/Errors");
|
|
51
|
+
const utils_1 = require("@selfcommunity/utils");
|
|
52
|
+
const messages = (0, react_intl_1.defineMessages)({
|
|
53
|
+
socialAdd: {
|
|
54
|
+
id: 'ui.userSocialAssociation.add',
|
|
55
|
+
defaultMessage: 'ui.userSocialAssociation.add'
|
|
56
|
+
},
|
|
57
|
+
socialRemove: {
|
|
58
|
+
id: 'ui.userSocialAssociation.remove',
|
|
59
|
+
defaultMessage: 'ui.userSocialAssociation.remove'
|
|
60
|
+
}
|
|
61
|
+
});
|
|
62
|
+
const PREFIX = 'SCUserSocialAssociation';
|
|
63
|
+
const classes = {
|
|
64
|
+
root: `${PREFIX}-root`,
|
|
65
|
+
editView: `${PREFIX}-edit-view`,
|
|
66
|
+
field: `${PREFIX}-field`
|
|
67
|
+
};
|
|
68
|
+
const Root = (0, styles_1.styled)(material_1.Stack, {
|
|
69
|
+
name: PREFIX,
|
|
70
|
+
slot: 'Root',
|
|
71
|
+
overridesResolver: (props, styles) => styles.root
|
|
72
|
+
})(({ theme }) => ({}));
|
|
73
|
+
const PREFERENCES = [
|
|
74
|
+
react_core_1.SCPreferences.PROVIDERS_FACEBOOK_SIGNIN_ENABLED,
|
|
75
|
+
react_core_1.SCPreferences.PROVIDERS_GOOGLE_SIGNIN_ENABLED,
|
|
76
|
+
react_core_1.SCPreferences.PROVIDERS_TWITTER_SIGNIN_ENABLED,
|
|
77
|
+
react_core_1.SCPreferences.PROVIDERS_LINKEDIN_SIGNIN_ENABLED
|
|
78
|
+
];
|
|
79
|
+
/**
|
|
80
|
+
*
|
|
81
|
+
> API documentation for the Community-JS User Social Association component. Learn about the available props and the CSS API.
|
|
82
|
+
|
|
83
|
+
#### Import
|
|
84
|
+
|
|
85
|
+
```jsx
|
|
86
|
+
import {UserSocialAssociation} from '@selfcommunity/react-ui';
|
|
87
|
+
```
|
|
88
|
+
|
|
89
|
+
#### Component Name
|
|
90
|
+
|
|
91
|
+
The name `SCUserSocialAssociation` can be used when providing style overrides in the theme.
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
#### CSS
|
|
95
|
+
|
|
96
|
+
|Rule Name|Global class|Description|
|
|
97
|
+
|---|---|---|
|
|
98
|
+
|root|.SCUserSocialAssociation-root|Styles applied to the root element.|
|
|
99
|
+
|field|.SCUserSocialAssociation-field|Styles applied to the field element.|
|
|
100
|
+
|
|
101
|
+
* @param inProps
|
|
102
|
+
*/
|
|
103
|
+
function UserSocialAssociation(inProps) {
|
|
104
|
+
// PROPS
|
|
105
|
+
const props = (0, system_1.useThemeProps)({
|
|
106
|
+
props: inProps,
|
|
107
|
+
name: PREFIX
|
|
108
|
+
});
|
|
109
|
+
const { className = null, userId = null, user = null, providers = null, onCreateAssociation = null, onDeleteAssociation = null, isEditView = false, children = null, shouldUpdate } = props, rest = __rest(props, ["className", "userId", "user", "providers", "onCreateAssociation", "onDeleteAssociation", "isEditView", "children", "shouldUpdate"]);
|
|
110
|
+
// HOOKS
|
|
111
|
+
const scUserContext = (0, react_core_1.useSCUser)();
|
|
112
|
+
const { scUser } = (0, react_core_1.useSCFetchUser)({ id: userId, user });
|
|
113
|
+
const { scUserProviders, setSCUserProviders } = (0, react_core_1.useSCFetchUserProviders)({ id: userId || scUser.id, providers });
|
|
114
|
+
// INTL
|
|
115
|
+
const intl = (0, react_intl_1.useIntl)();
|
|
116
|
+
// Compute preferences
|
|
117
|
+
const scPreferences = (0, react_core_1.useSCPreferences)();
|
|
118
|
+
const preferences = (0, react_1.useMemo)(() => {
|
|
119
|
+
const _preferences = {};
|
|
120
|
+
PREFERENCES.map((p) => (_preferences[p] = p in scPreferences.preferences ? scPreferences.preferences[p].value : null));
|
|
121
|
+
return _preferences;
|
|
122
|
+
}, [scPreferences.preferences]);
|
|
123
|
+
// MEMO PROVIDERS
|
|
124
|
+
const isMe = (0, react_1.useMemo)(() => { var _a; return ((_a = scUserContext.user) === null || _a === void 0 ? void 0 : _a.id) === (scUser === null || scUser === void 0 ? void 0 : scUser.id); }, [scUserContext.user, scUser]);
|
|
125
|
+
const _providers = (0, react_1.useMemo)(() => {
|
|
126
|
+
return scUserProviders
|
|
127
|
+
.map((provider) => ({ [provider.provider]: provider }))
|
|
128
|
+
.reduce((prev, provider) => Object.assign(prev, provider), {});
|
|
129
|
+
}, [scUserProviders]);
|
|
130
|
+
const getProviderButtonProps = (name) => {
|
|
131
|
+
var _a, _b, _c;
|
|
132
|
+
if (((_a = _providers[name]) === null || _a === void 0 ? void 0 : _a.profile_url) && ((_b = _providers[name]) === null || _b === void 0 ? void 0 : _b.show_in_profile)) {
|
|
133
|
+
return { component: react_core_1.Link, to: (_c = _providers[name]) === null || _c === void 0 ? void 0 : _c.profile_url, color: 'primary', target: '_blank' };
|
|
134
|
+
}
|
|
135
|
+
else if (_providers[name]) {
|
|
136
|
+
return { color: 'primary' };
|
|
137
|
+
}
|
|
138
|
+
else if (isMe && onCreateAssociation) {
|
|
139
|
+
return { onClick: onCreateAssociation(name) };
|
|
140
|
+
}
|
|
141
|
+
else {
|
|
142
|
+
return { disabled: true };
|
|
143
|
+
}
|
|
144
|
+
};
|
|
145
|
+
const providersEnabled = Object.values(types_1.SCUserSocialAssociations).filter((p) => preferences[`providers.${p}_signin_enabled`]);
|
|
146
|
+
const providersList = (op) => {
|
|
147
|
+
return providersEnabled === null || providersEnabled === void 0 ? void 0 : providersEnabled.filter((p) => { var _a, _b; return (op === '!' ? !((_a = _providers[p]) === null || _a === void 0 ? void 0 : _a.profile_url) : (_b = _providers[p]) === null || _b === void 0 ? void 0 : _b.profile_url); });
|
|
148
|
+
};
|
|
149
|
+
(0, react_1.useEffect)(() => {
|
|
150
|
+
if (shouldUpdate) {
|
|
151
|
+
api_services_1.UserService.getProviderAssociations(scUser.id)
|
|
152
|
+
.then((providers) => {
|
|
153
|
+
setSCUserProviders(providers);
|
|
154
|
+
})
|
|
155
|
+
.catch((err) => {
|
|
156
|
+
utils_1.Logger.error(Errors_1.SCOPE_SC_UI, `User with id ${scUser.id} not found`);
|
|
157
|
+
utils_1.Logger.error(Errors_1.SCOPE_SC_UI, err.message);
|
|
158
|
+
});
|
|
159
|
+
}
|
|
160
|
+
}, [shouldUpdate]);
|
|
161
|
+
// RENDER
|
|
162
|
+
if (isEditView && providersEnabled) {
|
|
163
|
+
return (react_1.default.createElement(Root, Object.assign({ className: (0, classnames_1.default)(classes.editView, className) }, rest, { direction: "column" }),
|
|
164
|
+
providersList().length !== 0 || (providersList('!').length !== 0 && onCreateAssociation) ? children : null,
|
|
165
|
+
providersList('!').length !== 0 && onCreateAssociation && (react_1.default.createElement(material_1.Box, null,
|
|
166
|
+
react_1.default.createElement(material_1.Typography, { variant: "body2" },
|
|
167
|
+
" ",
|
|
168
|
+
intl.formatMessage(messages.socialAdd)),
|
|
169
|
+
providersList('!').map((p, index) => (react_1.default.createElement(react_1.default.Fragment, { key: index },
|
|
170
|
+
react_1.default.createElement(material_1.IconButton, { onClick: onCreateAssociation ? () => onCreateAssociation(p) : null },
|
|
171
|
+
react_1.default.createElement(Icon_1.default, null, p))))))),
|
|
172
|
+
providersList().length !== 0 && (react_1.default.createElement(material_1.Box, null,
|
|
173
|
+
react_1.default.createElement(material_1.Typography, { variant: "body2" },
|
|
174
|
+
" ",
|
|
175
|
+
intl.formatMessage(messages.socialRemove)),
|
|
176
|
+
providersList().map((p, index) => (react_1.default.createElement(react_1.default.Fragment, { key: index },
|
|
177
|
+
react_1.default.createElement(material_1.IconButton, { color: "primary", onClick: () => onDeleteAssociation(p) },
|
|
178
|
+
react_1.default.createElement(Icon_1.default, null, p)))))))));
|
|
179
|
+
}
|
|
180
|
+
return (react_1.default.createElement(Root, Object.assign({ className: (0, classnames_1.default)(classes.root, className) }, rest),
|
|
181
|
+
preferences[react_core_1.SCPreferences.PROVIDERS_FACEBOOK_SIGNIN_ENABLED] && (react_1.default.createElement(material_1.IconButton, Object.assign({}, getProviderButtonProps(types_1.SCUserSocialAssociations.FACEBOOK)),
|
|
182
|
+
react_1.default.createElement(Icon_1.default, null, "facebook"))),
|
|
183
|
+
preferences[react_core_1.SCPreferences.PROVIDERS_GOOGLE_SIGNIN_ENABLED] && (react_1.default.createElement(material_1.IconButton, Object.assign({}, getProviderButtonProps(types_1.SCUserSocialAssociations.GOOGLE)),
|
|
184
|
+
react_1.default.createElement(Icon_1.default, null, "google"))),
|
|
185
|
+
preferences[react_core_1.SCPreferences.PROVIDERS_TWITTER_SIGNIN_ENABLED] && (react_1.default.createElement(material_1.IconButton, Object.assign({}, getProviderButtonProps(types_1.SCUserSocialAssociations.TWITTER)),
|
|
186
|
+
react_1.default.createElement(Icon_1.default, null, "twitter"))),
|
|
187
|
+
preferences[react_core_1.SCPreferences.PROVIDERS_LINKEDIN_SIGNIN_ENABLED] && (react_1.default.createElement(material_1.IconButton, Object.assign({}, getProviderButtonProps(types_1.SCUserSocialAssociations.LINKEDIN)),
|
|
188
|
+
react_1.default.createElement(Icon_1.default, null, "linkedin"))),
|
|
189
|
+
children));
|
|
190
|
+
}
|
|
191
|
+
exports.default = UserSocialAssociation;
|
|
192
|
+
//# sourceMappingURL=UserSocialAssociation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UserSocialAssociation.js","sourceRoot":"","sources":["../../../../src/components/UserSocialAssociation/UserSocialAssociation.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/UserSocialAssociation/index.tsx"],"names":[],"mappings":"AAAA,OAAO,qBAAqB,EAAE,EAAC,0BAA0B,EAAC,MAAM,yBAAyB,CAAC;AAC1F,eAAe,qBAAqB,CAAC;AACrC,OAAO,EAAC,0BAA0B,EAAC,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const UserSocialAssociation_1 = __importDefault(require("./UserSocialAssociation"));
|
|
7
|
+
exports.default = UserSocialAssociation_1.default;
|
|
8
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/UserSocialAssociation/index.tsx"],"names":[],"mappings":";;;;;AAAA,oFAA0F;AAC1F,kBAAe,+BAAqB,CAAC"}
|
package/lib/cjs/index.d.ts
CHANGED
|
@@ -33,6 +33,7 @@ import UserProfileHeader, { UserProfileHeaderProps, UserProfileHeaderSkeleton }
|
|
|
33
33
|
import UserProfileInfo, { UserProfileInfoProps, UserProfileInfoSkeleton } from './components/UserProfileInfo';
|
|
34
34
|
import UserProfileEdit, { UserProfileEditProps, UserProfileEditSectionPublicInfo, UserProfileEditSectionPublicInfoProps, UserProfileEditSectionSettings, UserProfileEditSectionSettingsProps } from './components/UserProfileEdit';
|
|
35
35
|
import UsersFollowed, { UsersFollowedProps, UsersFollowedSkeleton } from './components/UsersFollowed';
|
|
36
|
+
import UserSocialAssociation, { UserSocialAssociationProps } from './components/UserSocialAssociation';
|
|
36
37
|
import UserFollowers, { UserFollowersProps, UserFollowersSkeleton } from './components/UserFollowers';
|
|
37
38
|
import RelatedFeedObjects, { RelatedFeedObjectsProps, RelatedFeedObjectsSkeleton } from './components/RelatedFeedObjects';
|
|
38
39
|
import CommentObject, { CommentObjectProps, CommentObjectSkeleton } from './components/CommentObject';
|
|
@@ -50,7 +51,7 @@ import Notification, { NotificationProps, NotificationSkeleton } from './compone
|
|
|
50
51
|
import AccountRecover, { AccountRecoverProps } from './components/AccountRecover';
|
|
51
52
|
import AccountReset, { AccountResetProps } from './components/AccountReset';
|
|
52
53
|
import AccountVerify, { AccountVerifyProps } from './components/AccountVerify';
|
|
53
|
-
import { SCBroadcastMessageTemplateType, SCCommentsOrderBy, SCFeedObjectActivitiesType, SCFeedObjectTemplateType, SCFeedWidgetType, SCMediaChunkType, SCMediaObjectType, SCNotificationObjectTemplateType, SCHeaderMenuUrlsType, SCUserProfileFields, SCUserProfileSettings } from './types';
|
|
54
|
+
import { SCBroadcastMessageTemplateType, SCCommentsOrderBy, SCFeedObjectActivitiesType, SCFeedObjectTemplateType, SCFeedWidgetType, SCMediaChunkType, SCMediaObjectType, SCNotificationObjectTemplateType, SCHeaderMenuUrlsType, SCUserProfileFields, SCUserProfileSettings, SCUserSocialAssociations } from './types';
|
|
54
55
|
import Widget from './components/Widget';
|
|
55
56
|
import ConfirmDialog from './shared/ConfirmDialog/ConfirmDialog';
|
|
56
57
|
import BaseItem from './shared/BaseItem';
|
|
@@ -88,5 +89,5 @@ import MetadataField from './shared/MetadataField';
|
|
|
88
89
|
/**
|
|
89
90
|
* List all exports
|
|
90
91
|
*/
|
|
91
|
-
export { AccountRecover, AccountRecoverProps, AccountReset, AccountResetProps, AccountVerify, AccountVerifyProps, BroadcastMessages, BroadcastMessagesProps, BroadcastMessagesSkeleton, Category, CategoryProps, CategorySkeleton, CategoryHeader, CategoryHeaderProps, CategoryHeaderSkeleton, Categories, CategoriesProps, CategoriesSkeleton, CategoriesSkeletonProps, CategoriesFollowed, CategoriesFollowedSkeleton, CategoriesPopular, CategoriesPopularSkeleton, CategoriesSuggestion, CategoriesListProps, CategoriesSuggestionSkeleton, ChangeCover, ChangePicture, ChangePictureProps, ChangeCoverProps, Composer, COMPOSER_TYPE_DISCUSSION, COMPOSER_TYPE_POST, ComposerProps, ComposerSkeleton, Editor, EditorProps, EditorSkeleton, FriendshipUserButton, FriendshipButtonProps, Feed, FeedRef, FeedProps, FeedSidebarProps, FeedSkeleton, FollowCategoryButton, FollowCategoryButtonProps, FollowUserButton, FollowUserButtonProps, ConnectionUserButton, FeedObject, FeedObjectProps, FeedObjectSkeleton, FeedUpdates, FeedUpdatesProps, FeedUpdatesSkeleton, GenericSkeleton, AvatarGroupSkeleton, CommentObject, CommentsObject, CommentsObjectProps, CommentObjectProps, CommentsObjectSkeleton, CommentObjectSkeleton, CommentsFeedObject, CommentsFeedObjectProps, CommentsFeedObjectSkeleton, ReplyComment, InlineComposer, InlineComposerProps, InlineComposerSkeleton, Notification, NotificationProps, NotificationSkeleton, PeopleSuggestion, PeopleSuggestionProps, PeopleSuggestionSkeleton, Platform, PlatformProps, PlatformSkeleton, LoyaltyProgram, LoyaltyProgramProps, LoyaltyProgramSkeleton, LoyaltyProgramDetail, LoyaltyProgramDetailSkeleton, LoyaltyProgramDetailProps, TrendingFeed, TrendingFeedProps, TrendingFeedSkeleton, TrendingPeople, TrendingPeopleProps, TrendingPeopleSkeleton, RelatedFeedObjects, RelatedFeedObjectsProps, RelatedFeedObjectsSkeleton, UserProfileHeader, UserProfileHeaderProps, UserProfileHeaderSkeleton, UserProfileInfo, UserProfileInfoProps, UserProfileInfoSkeleton, SCUserProfileFields, SCUserProfileSettings, UserProfileEdit, UserProfileEditProps, UserProfileEditSectionPublicInfo, UserProfileEditSectionPublicInfoProps, UserProfileEditSectionSettings, UserProfileEditSectionSettingsProps, UsersFollowed, UsersFollowedProps, UsersFollowedSkeleton, UserFollowers, UserFollowersProps, UserFollowersSkeleton, CustomAdv, CustomAdvProps, CustomAdvSkeleton, User, UserProps, UserSkeleton, Thread, ThreadProps, ThreadSkeleton, Message, MessageProps, MessageEditor, MessageEditorProps, MessageEditorSkeleton, Snippets, SnippetsProps, SnippetsSkeleton, MessageSkeleton, ToastNotifications, ToastNotificationsProps, ToastNotificationsSkeleton, SnippetNotifications, SnippetNotificationsProps, SnippetNotificationsSkeleton, Widget, SCFeedWidgetType, SCFeedObjectTemplateType, SCCommentsOrderBy, SCFeedObjectActivitiesType, SCMediaObjectType, SCMediaChunkType, SCNotificationObjectTemplateType, SCBroadcastMessageTemplateType, UrlTextField, UsernameTextField, EmailTextField, PasswordTextField, PhoneTextField, MetadataField, ConfirmDialog, MediaChunkUploader, MediaChunkUploaderProps, Document, Image, Link, Share, EditMediaProps, MEDIA_TYPE_EMBED, FACEBOOK_SHARE, TWITTER_SHARE, LINKEDIN_SHARE, DEFAULT_PRELOAD_OFFSET_VIEWPORT, MIN_PRELOAD_OFFSET_VIEWPORT, MAX_PRELOAD_OFFSET_VIEWPORT, ConsentSolution, ConsentSolutionProps, ConsentSolutionSkeleton, ConsentSolutionButton, ConsentSolutionButtonProps, LEGAL_POLICIES, DEFAULT_PAGINATION_QUERY_PARAM_NAME, DEFAULT_PAGINATION_OFFSET, DEFAULT_PAGINATION_LIMIT, DEFAULT_WIDGETS_NUMBER, PollSuggestion, PollSuggestionProps, Incubator, IncubatorProps, IncubatorsList, IncubatorsListProps, IncubatorDetail, IncubatorDetailProps, IncubatorSuggestion, IncubatorSuggestionProps, ContributionUtils, Footer, FooterProps, SCHeaderMenuUrlsType, Header, HeaderProps, HeaderSkeleton, BaseItem };
|
|
92
|
+
export { AccountRecover, AccountRecoverProps, AccountReset, AccountResetProps, AccountVerify, AccountVerifyProps, BroadcastMessages, BroadcastMessagesProps, BroadcastMessagesSkeleton, Category, CategoryProps, CategorySkeleton, CategoryHeader, CategoryHeaderProps, CategoryHeaderSkeleton, Categories, CategoriesProps, CategoriesSkeleton, CategoriesSkeletonProps, CategoriesFollowed, CategoriesFollowedSkeleton, CategoriesPopular, CategoriesPopularSkeleton, CategoriesSuggestion, CategoriesListProps, CategoriesSuggestionSkeleton, ChangeCover, ChangePicture, ChangePictureProps, ChangeCoverProps, Composer, COMPOSER_TYPE_DISCUSSION, COMPOSER_TYPE_POST, ComposerProps, ComposerSkeleton, Editor, EditorProps, EditorSkeleton, FriendshipUserButton, FriendshipButtonProps, Feed, FeedRef, FeedProps, FeedSidebarProps, FeedSkeleton, FollowCategoryButton, FollowCategoryButtonProps, FollowUserButton, FollowUserButtonProps, ConnectionUserButton, FeedObject, FeedObjectProps, FeedObjectSkeleton, FeedUpdates, FeedUpdatesProps, FeedUpdatesSkeleton, GenericSkeleton, AvatarGroupSkeleton, CommentObject, CommentsObject, CommentsObjectProps, CommentObjectProps, CommentsObjectSkeleton, CommentObjectSkeleton, CommentsFeedObject, CommentsFeedObjectProps, CommentsFeedObjectSkeleton, ReplyComment, InlineComposer, InlineComposerProps, InlineComposerSkeleton, Notification, NotificationProps, NotificationSkeleton, PeopleSuggestion, PeopleSuggestionProps, PeopleSuggestionSkeleton, Platform, PlatformProps, PlatformSkeleton, LoyaltyProgram, LoyaltyProgramProps, LoyaltyProgramSkeleton, LoyaltyProgramDetail, LoyaltyProgramDetailSkeleton, LoyaltyProgramDetailProps, TrendingFeed, TrendingFeedProps, TrendingFeedSkeleton, TrendingPeople, TrendingPeopleProps, TrendingPeopleSkeleton, RelatedFeedObjects, RelatedFeedObjectsProps, RelatedFeedObjectsSkeleton, UserProfileHeader, UserProfileHeaderProps, UserProfileHeaderSkeleton, UserProfileInfo, UserProfileInfoProps, UserProfileInfoSkeleton, SCUserProfileFields, SCUserProfileSettings, UserProfileEdit, UserProfileEditProps, UserProfileEditSectionPublicInfo, UserProfileEditSectionPublicInfoProps, UserProfileEditSectionSettings, UserProfileEditSectionSettingsProps, UsersFollowed, UsersFollowedProps, UsersFollowedSkeleton, UserFollowers, UserFollowersProps, UserFollowersSkeleton, UserSocialAssociation, UserSocialAssociationProps, SCUserSocialAssociations, CustomAdv, CustomAdvProps, CustomAdvSkeleton, User, UserProps, UserSkeleton, Thread, ThreadProps, ThreadSkeleton, Message, MessageProps, MessageEditor, MessageEditorProps, MessageEditorSkeleton, Snippets, SnippetsProps, SnippetsSkeleton, MessageSkeleton, ToastNotifications, ToastNotificationsProps, ToastNotificationsSkeleton, SnippetNotifications, SnippetNotificationsProps, SnippetNotificationsSkeleton, Widget, SCFeedWidgetType, SCFeedObjectTemplateType, SCCommentsOrderBy, SCFeedObjectActivitiesType, SCMediaObjectType, SCMediaChunkType, SCNotificationObjectTemplateType, SCBroadcastMessageTemplateType, UrlTextField, UsernameTextField, EmailTextField, PasswordTextField, PhoneTextField, MetadataField, ConfirmDialog, MediaChunkUploader, MediaChunkUploaderProps, Document, Image, Link, Share, EditMediaProps, MEDIA_TYPE_EMBED, FACEBOOK_SHARE, TWITTER_SHARE, LINKEDIN_SHARE, DEFAULT_PRELOAD_OFFSET_VIEWPORT, MIN_PRELOAD_OFFSET_VIEWPORT, MAX_PRELOAD_OFFSET_VIEWPORT, ConsentSolution, ConsentSolutionProps, ConsentSolutionSkeleton, ConsentSolutionButton, ConsentSolutionButtonProps, LEGAL_POLICIES, DEFAULT_PAGINATION_QUERY_PARAM_NAME, DEFAULT_PAGINATION_OFFSET, DEFAULT_PAGINATION_LIMIT, DEFAULT_WIDGETS_NUMBER, PollSuggestion, PollSuggestionProps, Incubator, IncubatorProps, IncubatorsList, IncubatorsListProps, IncubatorDetail, IncubatorDetailProps, IncubatorSuggestion, IncubatorSuggestionProps, ContributionUtils, Footer, FooterProps, SCHeaderMenuUrlsType, Header, HeaderProps, HeaderSkeleton, BaseItem };
|
|
92
93
|
//# sourceMappingURL=index.d.ts.map
|
package/lib/cjs/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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"}
|
package/lib/cjs/index.js
CHANGED
|
@@ -27,8 +27,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.PeopleSuggestionSkeleton = exports.PeopleSuggestion = exports.NotificationSkeleton = exports.Notification = exports.InlineComposerSkeleton = exports.InlineComposer = exports.ReplyComment = exports.CommentsFeedObjectSkeleton = exports.CommentsFeedObject = exports.CommentObjectSkeleton = exports.CommentsObjectSkeleton = exports.CommentsObject = exports.CommentObject = exports.AvatarGroupSkeleton = exports.GenericSkeleton = exports.FeedUpdatesSkeleton = exports.FeedUpdates = exports.FeedObjectSkeleton = exports.FeedObject = exports.ConnectionUserButton = exports.FollowUserButton = exports.FollowCategoryButton = exports.FeedSkeleton = exports.Feed = exports.FriendshipUserButton = exports.EditorSkeleton = exports.Editor = exports.ComposerSkeleton = exports.COMPOSER_TYPE_POST = exports.COMPOSER_TYPE_DISCUSSION = exports.Composer = exports.ChangePicture = exports.ChangeCover = exports.CategoriesSuggestionSkeleton = exports.CategoriesSuggestion = exports.CategoriesPopularSkeleton = exports.CategoriesPopular = exports.CategoriesFollowedSkeleton = exports.CategoriesFollowed = exports.CategoriesSkeleton = exports.Categories = exports.CategoryHeaderSkeleton = exports.CategoryHeader = exports.CategorySkeleton = exports.Category = exports.BroadcastMessagesSkeleton = exports.BroadcastMessages = exports.AccountVerify = exports.AccountReset = exports.AccountRecover = void 0;
|
|
30
|
-
exports.
|
|
31
|
-
exports.BaseItem = exports.HeaderSkeleton = exports.Header = exports.Footer = exports.ContributionUtils = exports.IncubatorSuggestion = exports.IncubatorDetail = exports.IncubatorsList = exports.Incubator = exports.PollSuggestion = exports.DEFAULT_WIDGETS_NUMBER = exports.DEFAULT_PAGINATION_LIMIT = exports.DEFAULT_PAGINATION_OFFSET = exports.DEFAULT_PAGINATION_QUERY_PARAM_NAME = exports.LEGAL_POLICIES = exports.ConsentSolutionButton = exports.ConsentSolutionSkeleton = exports.ConsentSolution = exports.MAX_PRELOAD_OFFSET_VIEWPORT = exports.MIN_PRELOAD_OFFSET_VIEWPORT = exports.DEFAULT_PRELOAD_OFFSET_VIEWPORT = exports.LINKEDIN_SHARE = exports.TWITTER_SHARE = exports.FACEBOOK_SHARE = exports.MEDIA_TYPE_EMBED = exports.Share = exports.Link = exports.Image = exports.Document = exports.MediaChunkUploader = exports.ConfirmDialog = exports.MetadataField = exports.PhoneTextField = exports.PasswordTextField = void 0;
|
|
30
|
+
exports.UrlTextField = exports.SCBroadcastMessageTemplateType = exports.SCNotificationObjectTemplateType = exports.SCFeedObjectActivitiesType = exports.SCCommentsOrderBy = exports.SCFeedObjectTemplateType = exports.Widget = exports.SnippetNotificationsSkeleton = exports.SnippetNotifications = exports.ToastNotificationsSkeleton = exports.ToastNotifications = exports.MessageSkeleton = exports.SnippetsSkeleton = exports.Snippets = exports.MessageEditorSkeleton = exports.MessageEditor = exports.Message = exports.ThreadSkeleton = exports.Thread = exports.UserSkeleton = exports.User = exports.CustomAdvSkeleton = exports.CustomAdv = exports.SCUserSocialAssociations = exports.UserSocialAssociation = exports.UserFollowersSkeleton = exports.UserFollowers = exports.UsersFollowedSkeleton = exports.UsersFollowed = exports.UserProfileEditSectionSettings = exports.UserProfileEditSectionPublicInfo = exports.UserProfileEdit = exports.SCUserProfileSettings = exports.SCUserProfileFields = exports.UserProfileInfoSkeleton = exports.UserProfileInfo = exports.UserProfileHeaderSkeleton = exports.UserProfileHeader = exports.RelatedFeedObjectsSkeleton = exports.RelatedFeedObjects = exports.TrendingPeopleSkeleton = exports.TrendingPeople = exports.TrendingFeedSkeleton = exports.TrendingFeed = exports.LoyaltyProgramDetailSkeleton = exports.LoyaltyProgramDetail = exports.LoyaltyProgramSkeleton = exports.LoyaltyProgram = exports.PlatformSkeleton = exports.Platform = void 0;
|
|
31
|
+
exports.BaseItem = exports.HeaderSkeleton = exports.Header = exports.Footer = exports.ContributionUtils = exports.IncubatorSuggestion = exports.IncubatorDetail = exports.IncubatorsList = exports.Incubator = exports.PollSuggestion = exports.DEFAULT_WIDGETS_NUMBER = exports.DEFAULT_PAGINATION_LIMIT = exports.DEFAULT_PAGINATION_OFFSET = exports.DEFAULT_PAGINATION_QUERY_PARAM_NAME = exports.LEGAL_POLICIES = exports.ConsentSolutionButton = exports.ConsentSolutionSkeleton = exports.ConsentSolution = exports.MAX_PRELOAD_OFFSET_VIEWPORT = exports.MIN_PRELOAD_OFFSET_VIEWPORT = exports.DEFAULT_PRELOAD_OFFSET_VIEWPORT = exports.LINKEDIN_SHARE = exports.TWITTER_SHARE = exports.FACEBOOK_SHARE = exports.MEDIA_TYPE_EMBED = exports.Share = exports.Link = exports.Image = exports.Document = exports.MediaChunkUploader = exports.ConfirmDialog = exports.MetadataField = exports.PhoneTextField = exports.PasswordTextField = exports.EmailTextField = exports.UsernameTextField = void 0;
|
|
32
32
|
/**
|
|
33
33
|
* Components
|
|
34
34
|
*/
|
|
@@ -123,6 +123,8 @@ Object.defineProperty(exports, "UserProfileEditSectionSettings", { enumerable: t
|
|
|
123
123
|
const UsersFollowed_1 = __importStar(require("./components/UsersFollowed"));
|
|
124
124
|
exports.UsersFollowed = UsersFollowed_1.default;
|
|
125
125
|
Object.defineProperty(exports, "UsersFollowedSkeleton", { enumerable: true, get: function () { return UsersFollowed_1.UsersFollowedSkeleton; } });
|
|
126
|
+
const UserSocialAssociation_1 = __importDefault(require("./components/UserSocialAssociation"));
|
|
127
|
+
exports.UserSocialAssociation = UserSocialAssociation_1.default;
|
|
126
128
|
const UserFollowers_1 = __importStar(require("./components/UserFollowers"));
|
|
127
129
|
exports.UserFollowers = UserFollowers_1.default;
|
|
128
130
|
Object.defineProperty(exports, "UserFollowersSkeleton", { enumerable: true, get: function () { return UserFollowers_1.UserFollowersSkeleton; } });
|
|
@@ -178,6 +180,7 @@ Object.defineProperty(exports, "SCFeedObjectTemplateType", { enumerable: true, g
|
|
|
178
180
|
Object.defineProperty(exports, "SCNotificationObjectTemplateType", { enumerable: true, get: function () { return types_1.SCNotificationObjectTemplateType; } });
|
|
179
181
|
Object.defineProperty(exports, "SCUserProfileFields", { enumerable: true, get: function () { return types_1.SCUserProfileFields; } });
|
|
180
182
|
Object.defineProperty(exports, "SCUserProfileSettings", { enumerable: true, get: function () { return types_1.SCUserProfileSettings; } });
|
|
183
|
+
Object.defineProperty(exports, "SCUserSocialAssociations", { enumerable: true, get: function () { return types_1.SCUserSocialAssociations; } });
|
|
181
184
|
const Widget_1 = __importDefault(require("./components/Widget"));
|
|
182
185
|
exports.Widget = Widget_1.default;
|
|
183
186
|
const ConfirmDialog_1 = __importDefault(require("./shared/ConfirmDialog/ConfirmDialog"));
|
package/lib/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;GAEG;AACH,oFAAoH;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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"}
|
package/lib/cjs/types/index.d.ts
CHANGED
|
@@ -5,6 +5,6 @@ import { SCFeedObjectActivitiesType, SCFeedObjectTemplateType } from './feedObje
|
|
|
5
5
|
import { SCNotificationObjectTemplateType } from './notification';
|
|
6
6
|
import { SCBroadcastMessageTemplateType } from './broadcastMessage';
|
|
7
7
|
import { SCHeaderMenuUrlsType } from './headerMenuUrls';
|
|
8
|
-
import { SCUserProfileFields, SCUserProfileSettings } from './user';
|
|
9
|
-
export { SCFeedWidgetType, SCMediaObjectType, SCMediaChunkType, SCCommentsOrderBy, SCFeedObjectActivitiesType, SCFeedObjectTemplateType, SCNotificationObjectTemplateType, SCBroadcastMessageTemplateType, SCHeaderMenuUrlsType, SCUserProfileFields, SCUserProfileSettings };
|
|
8
|
+
import { SCUserProfileFields, SCUserProfileSettings, SCUserSocialAssociations } from './user';
|
|
9
|
+
export { SCFeedWidgetType, SCMediaObjectType, SCMediaChunkType, SCCommentsOrderBy, SCFeedObjectActivitiesType, SCFeedObjectTemplateType, SCNotificationObjectTemplateType, SCBroadcastMessageTemplateType, SCHeaderMenuUrlsType, SCUserProfileFields, SCUserProfileSettings, SCUserSocialAssociations };
|
|
10
10
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,gBAAgB,EAAC,MAAM,QAAQ,CAAC;AACxC,OAAO,EAAC,iBAAiB,EAAE,gBAAgB,EAAC,MAAM,SAAS,CAAC;AAC5D,OAAO,EAAC,iBAAiB,EAAC,MAAM,YAAY,CAAC;AAC7C,OAAO,EAAC,0BAA0B,EAAE,wBAAwB,EAAC,MAAM,cAAc,CAAC;AAClF,OAAO,EAAC,gCAAgC,EAAC,MAAM,gBAAgB,CAAC;AAChE,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,EAAC,oBAAoB,EAAC,MAAM,kBAAkB,CAAC;AACtD,OAAO,EAAC,mBAAmB,EAAE,qBAAqB,EAAC,MAAM,QAAQ,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,gBAAgB,EAAC,MAAM,QAAQ,CAAC;AACxC,OAAO,EAAC,iBAAiB,EAAE,gBAAgB,EAAC,MAAM,SAAS,CAAC;AAC5D,OAAO,EAAC,iBAAiB,EAAC,MAAM,YAAY,CAAC;AAC7C,OAAO,EAAC,0BAA0B,EAAE,wBAAwB,EAAC,MAAM,cAAc,CAAC;AAClF,OAAO,EAAC,gCAAgC,EAAC,MAAM,gBAAgB,CAAC;AAChE,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,EAAC,oBAAoB,EAAC,MAAM,kBAAkB,CAAC;AACtD,OAAO,EAAC,mBAAmB,EAAE,qBAAqB,EAAE,wBAAwB,EAAC,MAAM,QAAQ,CAAC;AAE5F,OAAO,EACL,gBAAgB,EAChB,iBAAiB,EACjB,gBAAgB,EAChB,iBAAiB,EACjB,0BAA0B,EAC1B,wBAAwB,EACxB,gCAAgC,EAChC,8BAA8B,EAC9B,oBAAoB,EACpB,mBAAmB,EACnB,qBAAqB,EACrB,wBAAwB,EACzB,CAAC"}
|
package/lib/cjs/types/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SCUserProfileSettings = exports.SCUserProfileFields = exports.SCBroadcastMessageTemplateType = exports.SCNotificationObjectTemplateType = exports.SCFeedObjectTemplateType = exports.SCFeedObjectActivitiesType = exports.SCCommentsOrderBy = void 0;
|
|
3
|
+
exports.SCUserSocialAssociations = exports.SCUserProfileSettings = exports.SCUserProfileFields = exports.SCBroadcastMessageTemplateType = exports.SCNotificationObjectTemplateType = exports.SCFeedObjectTemplateType = exports.SCFeedObjectActivitiesType = exports.SCCommentsOrderBy = void 0;
|
|
4
4
|
const comments_1 = require("./comments");
|
|
5
5
|
Object.defineProperty(exports, "SCCommentsOrderBy", { enumerable: true, get: function () { return comments_1.SCCommentsOrderBy; } });
|
|
6
6
|
const feedObject_1 = require("./feedObject");
|
|
@@ -13,4 +13,5 @@ Object.defineProperty(exports, "SCBroadcastMessageTemplateType", { enumerable: t
|
|
|
13
13
|
const user_1 = require("./user");
|
|
14
14
|
Object.defineProperty(exports, "SCUserProfileFields", { enumerable: true, get: function () { return user_1.SCUserProfileFields; } });
|
|
15
15
|
Object.defineProperty(exports, "SCUserProfileSettings", { enumerable: true, get: function () { return user_1.SCUserProfileSettings; } });
|
|
16
|
+
Object.defineProperty(exports, "SCUserSocialAssociations", { enumerable: true, get: function () { return user_1.SCUserSocialAssociations; } });
|
|
16
17
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/types/index.ts"],"names":[],"mappings":";;;AAEA,yCAA6C;AAW3C,kGAXM,4BAAiB,OAWN;AAVnB,6CAAkF;AAWhF,2GAXM,uCAA0B,OAWN;AAC1B,yGAZkC,qCAAwB,OAYlC;AAX1B,iDAAgE;AAY9D,iHAZM,+CAAgC,OAYN;AAXlC,yDAAkE;AAYhE,+GAZM,iDAA8B,OAYN;AAVhC,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/types/index.ts"],"names":[],"mappings":";;;AAEA,yCAA6C;AAW3C,kGAXM,4BAAiB,OAWN;AAVnB,6CAAkF;AAWhF,2GAXM,uCAA0B,OAWN;AAC1B,yGAZkC,qCAAwB,OAYlC;AAX1B,iDAAgE;AAY9D,iHAZM,+CAAgC,OAYN;AAXlC,yDAAkE;AAYhE,+GAZM,iDAA8B,OAYN;AAVhC,iCAA4F;AAY1F,oGAZM,0BAAmB,OAYN;AACnB,sGAb2B,4BAAqB,OAa3B;AACrB,yGAdkD,+BAAwB,OAclD"}
|
package/lib/cjs/types/user.d.ts
CHANGED
|
@@ -11,7 +11,8 @@ export declare enum SCUserProfileFields {
|
|
|
11
11
|
DESCRIPTION = "description",
|
|
12
12
|
GENDER = "gender",
|
|
13
13
|
WEBSITE = "website",
|
|
14
|
-
TAGS = "tags"
|
|
14
|
+
TAGS = "tags",
|
|
15
|
+
SOCIAL_ASSOCIATIONS = "social_associations"
|
|
15
16
|
}
|
|
16
17
|
/**
|
|
17
18
|
* User Profile Settings
|
|
@@ -21,4 +22,13 @@ export declare enum SCUserProfileSettings {
|
|
|
21
22
|
INTERACTION = "interaction",
|
|
22
23
|
PRIVATE_MESSAGE = "private_message"
|
|
23
24
|
}
|
|
25
|
+
/**
|
|
26
|
+
* User Profile Settings
|
|
27
|
+
*/
|
|
28
|
+
export declare enum SCUserSocialAssociations {
|
|
29
|
+
GOOGLE = "google",
|
|
30
|
+
FACEBOOK = "facebook",
|
|
31
|
+
TWITTER = "twitter",
|
|
32
|
+
LINKEDIN = "linkedin"
|
|
33
|
+
}
|
|
24
34
|
//# sourceMappingURL=user.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user.d.ts","sourceRoot":"","sources":["../../../src/types/user.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,oBAAY,mBAAmB;IAC7B,QAAQ,aAAa;IACrB,SAAS,cAAc;IACvB,WAAW,gBAAgB;IAC3B,GAAG,QAAQ;IACX,QAAQ,aAAa;IACrB,aAAa,kBAAkB;IAC/B,WAAW,gBAAgB;IAC3B,MAAM,WAAW;IACjB,OAAO,YAAY;IACnB,IAAI,SAAS;
|
|
1
|
+
{"version":3,"file":"user.d.ts","sourceRoot":"","sources":["../../../src/types/user.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,oBAAY,mBAAmB;IAC7B,QAAQ,aAAa;IACrB,SAAS,cAAc;IACvB,WAAW,gBAAgB;IAC3B,GAAG,QAAQ;IACX,QAAQ,aAAa;IACrB,aAAa,kBAAkB;IAC/B,WAAW,gBAAgB;IAC3B,MAAM,WAAW;IACjB,OAAO,YAAY;IACnB,IAAI,SAAS;IACb,mBAAmB,wBAAwB;CAC5C;AAED;;GAEG;AACH,oBAAY,qBAAqB;IAC/B,YAAY,iBAAiB;IAC7B,WAAW,gBAAgB;IAC3B,eAAe,oBAAoB;CACpC;AAED;;GAEG;AACH,oBAAY,wBAAwB;IAClC,MAAM,WAAW;IACjB,QAAQ,aAAa;IACrB,OAAO,YAAY;IACnB,QAAQ,aAAa;CACtB"}
|
package/lib/cjs/types/user.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SCUserProfileSettings = exports.SCUserProfileFields = void 0;
|
|
3
|
+
exports.SCUserSocialAssociations = exports.SCUserProfileSettings = exports.SCUserProfileFields = void 0;
|
|
4
4
|
/**
|
|
5
5
|
* User Profile Fields
|
|
6
6
|
*/
|
|
@@ -16,6 +16,7 @@ var SCUserProfileFields;
|
|
|
16
16
|
SCUserProfileFields["GENDER"] = "gender";
|
|
17
17
|
SCUserProfileFields["WEBSITE"] = "website";
|
|
18
18
|
SCUserProfileFields["TAGS"] = "tags";
|
|
19
|
+
SCUserProfileFields["SOCIAL_ASSOCIATIONS"] = "social_associations";
|
|
19
20
|
})(SCUserProfileFields = exports.SCUserProfileFields || (exports.SCUserProfileFields = {}));
|
|
20
21
|
/**
|
|
21
22
|
* User Profile Settings
|
|
@@ -26,4 +27,14 @@ var SCUserProfileSettings;
|
|
|
26
27
|
SCUserProfileSettings["INTERACTION"] = "interaction";
|
|
27
28
|
SCUserProfileSettings["PRIVATE_MESSAGE"] = "private_message";
|
|
28
29
|
})(SCUserProfileSettings = exports.SCUserProfileSettings || (exports.SCUserProfileSettings = {}));
|
|
30
|
+
/**
|
|
31
|
+
* User Profile Settings
|
|
32
|
+
*/
|
|
33
|
+
var SCUserSocialAssociations;
|
|
34
|
+
(function (SCUserSocialAssociations) {
|
|
35
|
+
SCUserSocialAssociations["GOOGLE"] = "google";
|
|
36
|
+
SCUserSocialAssociations["FACEBOOK"] = "facebook";
|
|
37
|
+
SCUserSocialAssociations["TWITTER"] = "twitter";
|
|
38
|
+
SCUserSocialAssociations["LINKEDIN"] = "linkedin";
|
|
39
|
+
})(SCUserSocialAssociations = exports.SCUserSocialAssociations || (exports.SCUserSocialAssociations = {}));
|
|
29
40
|
//# sourceMappingURL=user.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user.js","sourceRoot":"","sources":["../../../src/types/user.tsx"],"names":[],"mappings":";;;AAAA;;GAEG;AACH,IAAY,
|
|
1
|
+
{"version":3,"file":"user.js","sourceRoot":"","sources":["../../../src/types/user.tsx"],"names":[],"mappings":";;;AAAA;;GAEG;AACH,IAAY,mBAYX;AAZD,WAAY,mBAAmB;IAC7B,4CAAqB,CAAA;IACrB,8CAAuB,CAAA;IACvB,kDAA2B,CAAA;IAC3B,kCAAW,CAAA;IACX,4CAAqB,CAAA;IACrB,sDAA+B,CAAA;IAC/B,kDAA2B,CAAA;IAC3B,wCAAiB,CAAA;IACjB,0CAAmB,CAAA;IACnB,oCAAa,CAAA;IACb,kEAA2C,CAAA;AAC7C,CAAC,EAZW,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAY9B;AAED;;GAEG;AACH,IAAY,qBAIX;AAJD,WAAY,qBAAqB;IAC/B,sDAA6B,CAAA;IAC7B,oDAA2B,CAAA;IAC3B,4DAAmC,CAAA;AACrC,CAAC,EAJW,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAIhC;AAED;;GAEG;AACH,IAAY,wBAKX;AALD,WAAY,wBAAwB;IAClC,6CAAiB,CAAA;IACjB,iDAAqB,CAAA;IACrB,+CAAmB,CAAA;IACnB,iDAAqB,CAAA;AACvB,CAAC,EALW,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAKnC"}
|
|
@@ -19,6 +19,16 @@ export interface PublicInfoProps {
|
|
|
19
19
|
* Callback on edit data with success
|
|
20
20
|
*/
|
|
21
21
|
onEditSuccess?: (editedField?: {}) => void;
|
|
22
|
+
/**
|
|
23
|
+
* Callback on delete social association success
|
|
24
|
+
* @default null
|
|
25
|
+
*/
|
|
26
|
+
onAssociationDelete?: () => void;
|
|
27
|
+
/**
|
|
28
|
+
* Callback on create social association
|
|
29
|
+
* default null
|
|
30
|
+
*/
|
|
31
|
+
onAssociationCreate?: (provider: string) => void;
|
|
22
32
|
/**
|
|
23
33
|
* Any other properties
|
|
24
34
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PublicInfo.d.ts","sourceRoot":"","sources":["../../../../../src/components/UserProfileEdit/Section/PublicInfo.tsx"],"names":[],"mappings":"AAgBA,OAAO,EAAC,mBAAmB,EAAC,MAAM,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"PublicInfo.d.ts","sourceRoot":"","sources":["../../../../../src/components/UserProfileEdit/Section/PublicInfo.tsx"],"names":[],"mappings":"AAgBA,OAAO,EAAC,mBAAmB,EAAC,MAAM,gBAAgB,CAAC;AAwCnD,MAAM,WAAW,eAAe;IAC9B;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,MAAM,CAAC,EAAE,mBAAmB,EAAE,CAAC;IAE/B;;OAEG;IACH,aAAa,CAAC,EAAE,CAAC,WAAW,CAAC,EAAE,EAAE,KAAK,IAAI,CAAC;IAC3C;;;OAGG;IACH,mBAAmB,CAAC,EAAE,MAAM,IAAI,CAAC;IACjC;;;OAGG;IACH,mBAAmB,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IACjD;;OAEG;IACH,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;CAClB;AAID,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,OAAO,EAAE,eAAe,GAAG,GAAG,CAAC,OAAO,CAgPxE"}
|
|
@@ -27,6 +27,7 @@ import { useThemeProps } from '@mui/system';
|
|
|
27
27
|
import { SCUserProfileFields } from '../../../types';
|
|
28
28
|
import MetadataField from '../../../shared/MetadataField';
|
|
29
29
|
import { SCOPE_SC_UI } from '../../../constants/Errors';
|
|
30
|
+
import SocialAccount from './SocialAccount';
|
|
30
31
|
const messages = defineMessages({
|
|
31
32
|
genderMale: {
|
|
32
33
|
id: 'ui.userProfileEditPublicInfo.genderMale',
|
|
@@ -66,7 +67,7 @@ export default function PublicInfo(inProps) {
|
|
|
66
67
|
props: inProps,
|
|
67
68
|
name: PREFIX
|
|
68
69
|
});
|
|
69
|
-
const { id = null, className = null, fields = [...DEFAULT_FIELDS], onEditSuccess = null, editingField } = props, rest = __rest(props, ["id", "className", "fields", "onEditSuccess", "editingField"]);
|
|
70
|
+
const { id = null, className = null, fields = [...DEFAULT_FIELDS], onEditSuccess = null, onAssociationDelete = null, onAssociationCreate = null, editingField } = props, rest = __rest(props, ["id", "className", "fields", "onEditSuccess", "onAssociationDelete", "onAssociationCreate", "editingField"]);
|
|
70
71
|
// CONTEXT
|
|
71
72
|
const scUserContext = useSCUser();
|
|
72
73
|
// PREFERENCES
|
|
@@ -195,6 +196,9 @@ export default function PublicInfo(inProps) {
|
|
|
195
196
|
break;
|
|
196
197
|
case SCUserProfileFields.TAGS:
|
|
197
198
|
return null;
|
|
199
|
+
case SCUserProfileFields.SOCIAL_ASSOCIATIONS:
|
|
200
|
+
return (React.createElement(React.Fragment, { key: field },
|
|
201
|
+
React.createElement(SocialAccount, { user: user, handleAssociation: onAssociationCreate })));
|
|
198
202
|
default:
|
|
199
203
|
if (metadataDefinitions && metadataDefinitions[field]) {
|
|
200
204
|
return (React.createElement(MetadataField, Object.assign({ id: field, key: field }, props, { className: classes.field, name: field, fullWidth: true, label: label, value: user[field] || '', onChange: handleChange, disabled: !isEditing || isSaving, error: _error, helperText: _error, metadata: metadataDefinitions[field] })));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PublicInfo.js","sourceRoot":"","sources":["../../../../../src/components/UserProfileEdit/Section/PublicInfo.tsx"],"names":[],"mappings":";;;;;;;;;;;AAAA,OAAO,KAAK,EAAE,EAAc,SAAS,EAAE,OAAO,
|
|
1
|
+
{"version":3,"file":"PublicInfo.js","sourceRoot":"","sources":["../../../../../src/components/UserProfileEdit/Section/PublicInfo.tsx"],"names":[],"mappings":"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"}
|