@bigbinary/neeto-team-members-frontend 2.8.21 → 2.8.22
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 +1 -19
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +1 -19
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/src/translations/en.json +0 -4
package/dist/index.cjs.js
CHANGED
|
@@ -5658,14 +5658,6 @@ var getDefaultAlertMessage = function getDefaultAlertMessage(_ref4) {
|
|
|
5658
5658
|
})
|
|
5659
5659
|
});
|
|
5660
5660
|
};
|
|
5661
|
-
var renderInvitedStatus = function renderInvitedStatus(inviteStatus) {
|
|
5662
|
-
var statuses = {
|
|
5663
|
-
not_invited: i18next__default["default"].t("neetoTeamMembers.common.notInvited"),
|
|
5664
|
-
pending: i18next__default["default"].t("neetoTeamMembers.common.pending"),
|
|
5665
|
-
confirmed: i18next__default["default"].t("neetoTeamMembers.common.joined")
|
|
5666
|
-
};
|
|
5667
|
-
return statuses[inviteStatus];
|
|
5668
|
-
};
|
|
5669
5661
|
var getDefaultColumns = function getDefaultColumns(_ref5) {
|
|
5670
5662
|
var config = _ref5.config,
|
|
5671
5663
|
displayStatusTag = _ref5.displayStatusTag,
|
|
@@ -5699,15 +5691,6 @@ var getDefaultColumns = function getDefaultColumns(_ref5) {
|
|
|
5699
5691
|
sorter: true,
|
|
5700
5692
|
width: "200px",
|
|
5701
5693
|
title: i18next__default["default"].t("neetoTeamMembers.common.role", constants.SINGULAR)
|
|
5702
|
-
}, {
|
|
5703
|
-
dataIndex: "inviteStatus",
|
|
5704
|
-
key: "invite_status",
|
|
5705
|
-
sorter: true,
|
|
5706
|
-
width: "150px",
|
|
5707
|
-
title: i18next__default["default"].t("neetoTeamMembers.common.inviteStatus"),
|
|
5708
|
-
render: function render(inviteStatus) {
|
|
5709
|
-
return renderInvitedStatus(inviteStatus);
|
|
5710
|
-
}
|
|
5711
5694
|
}];
|
|
5712
5695
|
};
|
|
5713
5696
|
var getSearchParams = function getSearchParams(_ref6, filter) {
|
|
@@ -6770,8 +6753,7 @@ var Right = reactUtils.withT(function (_ref2) {
|
|
|
6770
6753
|
},
|
|
6771
6754
|
onChange: function onChange(_, hiddenColumns) {
|
|
6772
6755
|
return setHiddenColumns(hiddenColumns);
|
|
6773
|
-
}
|
|
6774
|
-
initialValue: ["inviteStatus"]
|
|
6756
|
+
}
|
|
6775
6757
|
},
|
|
6776
6758
|
filterProps: {
|
|
6777
6759
|
columns: filterColumns,
|