@bigbinary/neeto-team-members-frontend 2.8.16 → 2.8.17

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 CHANGED
@@ -5798,21 +5798,21 @@ var clearSelectedMembers = function clearSelectedMembers(previousCategory, curre
5798
5798
  var defaultNeetoFiltersColumns = function defaultNeetoFiltersColumns() {
5799
5799
  return [{
5800
5800
  key: "email",
5801
- node: "email",
5802
5801
  label: i18next.t("neetoTeamMembers.common.email", constants.SINGULAR),
5803
- type: "multi_option",
5804
- values: []
5802
+ node: "email",
5803
+ showRuleSelector: true,
5804
+ type: "text"
5805
5805
  }, {
5806
5806
  key: "name",
5807
- node: "first_name,last_name",
5808
5807
  label: i18next.t("neetoTeamMembers.common.name"),
5808
+ node: "first_name,last_name",
5809
5809
  type: "text",
5810
5810
  values: ""
5811
5811
  }, {
5812
5812
  key: "role",
5813
- node: "organization_role.name",
5814
- model: "OrganizationRole",
5815
5813
  label: i18next.t("neetoTeamMembers.common.role", constants.SINGULAR),
5814
+ model: "OrganizationRole",
5815
+ node: "organization_role.name",
5816
5816
  type: "multi_option",
5817
5817
  values: []
5818
5818
  }];