@plusscommunities/pluss-circles-web-groups 1.5.5-beta.2 → 1.5.5-beta.3
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/dist/index.cjs.js +21 -21
- package/dist/index.esm.js +21 -21
- package/dist/index.umd.js +21 -21
- package/package.json +3 -3
- package/src/values.config.js +21 -21
package/dist/index.cjs.js
CHANGED
|
@@ -64,30 +64,30 @@ var _toConsumableArray__default = /*#__PURE__*/_interopDefaultLegacy(_toConsumab
|
|
|
64
64
|
var _slicedToArray__default = /*#__PURE__*/_interopDefaultLegacy(_slicedToArray);
|
|
65
65
|
|
|
66
66
|
var values = {
|
|
67
|
-
featureKey: '
|
|
68
|
-
entityKey: '
|
|
69
|
-
entityName: '
|
|
70
|
-
serviceKey: '
|
|
71
|
-
permission: '
|
|
72
|
-
menuIcon: '
|
|
67
|
+
featureKey: 'circles',
|
|
68
|
+
entityKey: 'circle',
|
|
69
|
+
entityName: 'circle',
|
|
70
|
+
serviceKey: 'circles',
|
|
71
|
+
permission: 'circles',
|
|
72
|
+
menuIcon: 'circle-o',
|
|
73
73
|
isFontAwesome: true,
|
|
74
|
-
reducerKey: '
|
|
75
|
-
actionCircleKey: '
|
|
76
|
-
textFeatureTitle: '
|
|
77
|
-
textAddMenuTitle: '
|
|
78
|
-
textEmptyGroups: "You aren't in any
|
|
74
|
+
reducerKey: 'circles',
|
|
75
|
+
actionCircleKey: 'CIRCLE',
|
|
76
|
+
textFeatureTitle: 'Circles',
|
|
77
|
+
textAddMenuTitle: 'Circle',
|
|
78
|
+
textEmptyGroups: "You aren't in any Circles",
|
|
79
79
|
textEmptyPeople: 'Contacts will show here',
|
|
80
|
-
componentCircles: '
|
|
81
|
-
componentAddCircle: '
|
|
82
|
-
componentCircle: '
|
|
83
|
-
inviteKey: '
|
|
84
|
-
messageKey: '
|
|
85
|
-
chatRoute: '
|
|
86
|
-
updateKeyUserCircles: '
|
|
87
|
-
allowPublicKey: '
|
|
88
|
-
allowPublicKeyDefault:
|
|
80
|
+
componentCircles: 'Circles',
|
|
81
|
+
componentAddCircle: 'AddCircle',
|
|
82
|
+
componentCircle: 'Circle',
|
|
83
|
+
inviteKey: 'circleInvite',
|
|
84
|
+
messageKey: 'circleMessage',
|
|
85
|
+
chatRoute: 'circleChat',
|
|
86
|
+
updateKeyUserCircles: 'userCircles',
|
|
87
|
+
allowPublicKey: 'circleAllowPublicCircles',
|
|
88
|
+
allowPublicKeyDefault: false,
|
|
89
89
|
settings: {
|
|
90
|
-
allowAnyCreate:
|
|
90
|
+
allowAnyCreate: false
|
|
91
91
|
}
|
|
92
92
|
};
|
|
93
93
|
|
package/dist/index.esm.js
CHANGED
|
@@ -21,30 +21,30 @@ import _slicedToArray from '@babel/runtime/helpers/slicedToArray';
|
|
|
21
21
|
import { faUserGroup, faMessage, faUserTie, faUsers, faUsersRectangle, faPeopleArrows } from '@fortawesome/free-solid-svg-icons';
|
|
22
22
|
|
|
23
23
|
var values = {
|
|
24
|
-
featureKey: '
|
|
25
|
-
entityKey: '
|
|
26
|
-
entityName: '
|
|
27
|
-
serviceKey: '
|
|
28
|
-
permission: '
|
|
29
|
-
menuIcon: '
|
|
24
|
+
featureKey: 'circles',
|
|
25
|
+
entityKey: 'circle',
|
|
26
|
+
entityName: 'circle',
|
|
27
|
+
serviceKey: 'circles',
|
|
28
|
+
permission: 'circles',
|
|
29
|
+
menuIcon: 'circle-o',
|
|
30
30
|
isFontAwesome: true,
|
|
31
|
-
reducerKey: '
|
|
32
|
-
actionCircleKey: '
|
|
33
|
-
textFeatureTitle: '
|
|
34
|
-
textAddMenuTitle: '
|
|
35
|
-
textEmptyGroups: "You aren't in any
|
|
31
|
+
reducerKey: 'circles',
|
|
32
|
+
actionCircleKey: 'CIRCLE',
|
|
33
|
+
textFeatureTitle: 'Circles',
|
|
34
|
+
textAddMenuTitle: 'Circle',
|
|
35
|
+
textEmptyGroups: "You aren't in any Circles",
|
|
36
36
|
textEmptyPeople: 'Contacts will show here',
|
|
37
|
-
componentCircles: '
|
|
38
|
-
componentAddCircle: '
|
|
39
|
-
componentCircle: '
|
|
40
|
-
inviteKey: '
|
|
41
|
-
messageKey: '
|
|
42
|
-
chatRoute: '
|
|
43
|
-
updateKeyUserCircles: '
|
|
44
|
-
allowPublicKey: '
|
|
45
|
-
allowPublicKeyDefault:
|
|
37
|
+
componentCircles: 'Circles',
|
|
38
|
+
componentAddCircle: 'AddCircle',
|
|
39
|
+
componentCircle: 'Circle',
|
|
40
|
+
inviteKey: 'circleInvite',
|
|
41
|
+
messageKey: 'circleMessage',
|
|
42
|
+
chatRoute: 'circleChat',
|
|
43
|
+
updateKeyUserCircles: 'userCircles',
|
|
44
|
+
allowPublicKey: 'circleAllowPublicCircles',
|
|
45
|
+
allowPublicKeyDefault: false,
|
|
46
46
|
settings: {
|
|
47
|
-
allowAnyCreate:
|
|
47
|
+
allowAnyCreate: false
|
|
48
48
|
}
|
|
49
49
|
};
|
|
50
50
|
|
package/dist/index.umd.js
CHANGED
|
@@ -44,30 +44,30 @@
|
|
|
44
44
|
var _slicedToArray__default = /*#__PURE__*/_interopDefaultLegacy(_slicedToArray);
|
|
45
45
|
|
|
46
46
|
var values = {
|
|
47
|
-
featureKey: '
|
|
48
|
-
entityKey: '
|
|
49
|
-
entityName: '
|
|
50
|
-
serviceKey: '
|
|
51
|
-
permission: '
|
|
52
|
-
menuIcon: '
|
|
47
|
+
featureKey: 'circles',
|
|
48
|
+
entityKey: 'circle',
|
|
49
|
+
entityName: 'circle',
|
|
50
|
+
serviceKey: 'circles',
|
|
51
|
+
permission: 'circles',
|
|
52
|
+
menuIcon: 'circle-o',
|
|
53
53
|
isFontAwesome: true,
|
|
54
|
-
reducerKey: '
|
|
55
|
-
actionCircleKey: '
|
|
56
|
-
textFeatureTitle: '
|
|
57
|
-
textAddMenuTitle: '
|
|
58
|
-
textEmptyGroups: "You aren't in any
|
|
54
|
+
reducerKey: 'circles',
|
|
55
|
+
actionCircleKey: 'CIRCLE',
|
|
56
|
+
textFeatureTitle: 'Circles',
|
|
57
|
+
textAddMenuTitle: 'Circle',
|
|
58
|
+
textEmptyGroups: "You aren't in any Circles",
|
|
59
59
|
textEmptyPeople: 'Contacts will show here',
|
|
60
|
-
componentCircles: '
|
|
61
|
-
componentAddCircle: '
|
|
62
|
-
componentCircle: '
|
|
63
|
-
inviteKey: '
|
|
64
|
-
messageKey: '
|
|
65
|
-
chatRoute: '
|
|
66
|
-
updateKeyUserCircles: '
|
|
67
|
-
allowPublicKey: '
|
|
68
|
-
allowPublicKeyDefault:
|
|
60
|
+
componentCircles: 'Circles',
|
|
61
|
+
componentAddCircle: 'AddCircle',
|
|
62
|
+
componentCircle: 'Circle',
|
|
63
|
+
inviteKey: 'circleInvite',
|
|
64
|
+
messageKey: 'circleMessage',
|
|
65
|
+
chatRoute: 'circleChat',
|
|
66
|
+
updateKeyUserCircles: 'userCircles',
|
|
67
|
+
allowPublicKey: 'circleAllowPublicCircles',
|
|
68
|
+
allowPublicKeyDefault: false,
|
|
69
69
|
settings: {
|
|
70
|
-
allowAnyCreate:
|
|
70
|
+
allowAnyCreate: false
|
|
71
71
|
}
|
|
72
72
|
};
|
|
73
73
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plusscommunities/pluss-circles-web-groups",
|
|
3
|
-
"version": "1.5.5-beta.
|
|
3
|
+
"version": "1.5.5-beta.3",
|
|
4
4
|
"description": "Extension package to enable circles on Pluss Communities Platform",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"scripts": {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"upload:p": "npm run patch && npm run upload",
|
|
14
14
|
"copy:add": "run(){ ext=${1:-default}; test -f src/values.config.$ext.js || cp src/values.config.default.js src/values.config.$ext.js; }; run",
|
|
15
15
|
"copy:get": "echo $npm_package_name",
|
|
16
|
-
"copy:set": "run(){ target='\\@plusscommunities\\/pluss-circles-web'; ext=${1:-default}; [ $ext == 'default' ] && replace=$target || replace=$target'-'$ext; echo 'Setting target to '$replace; test -f src/values.config.$ext.js && cp -f src/values.config.$ext.js src/values.config.js; sed -i'' -e 's/'$target'.*\"/'$replace'\"/g' package.json; }; run",
|
|
16
|
+
"copy:set": "run(){ target='\\@plusscommunities\\/pluss-circles-web'; ext=${1:-default}; [ $ext == 'default' ] && replace=$target || replace=$target'-'$ext; echo 'Setting target to '$replace; test -f src/values.config.$ext.js && cp -f src/values.config.$ext.js src/values.config.js; sed -i '' -e 's/'$target'.*\"/'$replace'\"/g' package.json; }; run",
|
|
17
17
|
"copy:betaupload": "npm run betapatch; for file in `ls ./src/values.config.*.js`; do dup=`echo $file | sed 's/.*values\\.config\\.\\(.*\\)\\.js/\\1/'`; npm run copy:set $dup; npm run betaupload; done; npm run copy:set;",
|
|
18
18
|
"copy:upload": "npm run patch; for file in `ls ./src/values.config.*.js`; do dup=`echo $file | sed 's/.*values\\.config\\.\\(.*\\)\\.js/\\1/'`; npm run copy:set $dup; npm run upload; done; npm run copy:set;"
|
|
19
19
|
},
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@babel/runtime": "^7.14.0"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
|
-
"@plusscommunities/pluss-core-web": "^1.6.
|
|
40
|
+
"@plusscommunities/pluss-core-web": "^1.6.13-beta.0",
|
|
41
41
|
"@fortawesome/fontawesome-svg-core": "^6.4.0",
|
|
42
42
|
"@fortawesome/free-solid-svg-icons": "^6.4.0",
|
|
43
43
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
package/src/values.config.js
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
const values = {
|
|
2
|
-
featureKey: '
|
|
3
|
-
entityKey: '
|
|
4
|
-
entityName: '
|
|
5
|
-
serviceKey: '
|
|
6
|
-
permission: '
|
|
7
|
-
menuIcon: '
|
|
2
|
+
featureKey: 'circles',
|
|
3
|
+
entityKey: 'circle',
|
|
4
|
+
entityName: 'circle',
|
|
5
|
+
serviceKey: 'circles',
|
|
6
|
+
permission: 'circles',
|
|
7
|
+
menuIcon: 'circle-o',
|
|
8
8
|
isFontAwesome: true,
|
|
9
9
|
|
|
10
|
-
reducerKey: '
|
|
10
|
+
reducerKey: 'circles',
|
|
11
11
|
|
|
12
|
-
actionCircleKey: '
|
|
12
|
+
actionCircleKey: 'CIRCLE',
|
|
13
13
|
|
|
14
|
-
textFeatureTitle: '
|
|
15
|
-
textAddMenuTitle: '
|
|
16
|
-
textEmptyGroups: "You aren't in any
|
|
14
|
+
textFeatureTitle: 'Circles',
|
|
15
|
+
textAddMenuTitle: 'Circle',
|
|
16
|
+
textEmptyGroups: "You aren't in any Circles",
|
|
17
17
|
textEmptyPeople: 'Contacts will show here',
|
|
18
18
|
|
|
19
|
-
componentCircles: '
|
|
20
|
-
componentAddCircle: '
|
|
21
|
-
componentCircle: '
|
|
19
|
+
componentCircles: 'Circles',
|
|
20
|
+
componentAddCircle: 'AddCircle',
|
|
21
|
+
componentCircle: 'Circle',
|
|
22
22
|
|
|
23
|
-
inviteKey: '
|
|
24
|
-
messageKey: '
|
|
25
|
-
chatRoute: '
|
|
26
|
-
updateKeyUserCircles: '
|
|
27
|
-
allowPublicKey: '
|
|
28
|
-
allowPublicKeyDefault:
|
|
23
|
+
inviteKey: 'circleInvite',
|
|
24
|
+
messageKey: 'circleMessage',
|
|
25
|
+
chatRoute: 'circleChat',
|
|
26
|
+
updateKeyUserCircles: 'userCircles',
|
|
27
|
+
allowPublicKey: 'circleAllowPublicCircles',
|
|
28
|
+
allowPublicKeyDefault: false,
|
|
29
29
|
|
|
30
30
|
settings: {
|
|
31
|
-
allowAnyCreate:
|
|
31
|
+
allowAnyCreate: false,
|
|
32
32
|
},
|
|
33
33
|
};
|
|
34
34
|
|