@bigbinary/neeto-team-members-frontend 4.2.6 → 4.3.0
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/README.md +25 -29
- package/dist/Groups.js +767 -0
- package/dist/Groups.js.map +1 -0
- package/dist/ManageMember.js +55 -0
- package/dist/ManageMember.js.map +1 -0
- package/dist/MembersDropdown.js +220 -0
- package/dist/MembersDropdown.js.map +1 -0
- package/dist/Permissions-6735df34.js +223 -0
- package/dist/Permissions-6735df34.js.map +1 -0
- package/dist/Permissions-952ec2fa.js +235 -0
- package/dist/Permissions-952ec2fa.js.map +1 -0
- package/dist/Permissions.js +16 -0
- package/dist/Permissions.js.map +1 -0
- package/dist/Profile.js +961 -0
- package/dist/Profile.js.map +1 -0
- package/dist/Roles.js +2353 -0
- package/dist/Roles.js.map +1 -0
- package/dist/RolesRadioGroup-3aa7b822.js +297 -0
- package/dist/RolesRadioGroup-3aa7b822.js.map +1 -0
- package/dist/RolesRadioGroup-94aca05f.js +337 -0
- package/dist/RolesRadioGroup-94aca05f.js.map +1 -0
- package/dist/RolesRadioGroup.js +22 -0
- package/dist/RolesRadioGroup.js.map +1 -0
- package/dist/TeamMembers.js +817 -0
- package/dist/TeamMembers.js.map +1 -0
- package/dist/TeamsAndMembersDropdown.js +414 -0
- package/dist/TeamsAndMembersDropdown.js.map +1 -0
- package/dist/TeamsDropdown.js +110 -0
- package/dist/TeamsDropdown.js.map +1 -0
- package/dist/_commonjsHelpers-1789f0cf.js +8 -0
- package/dist/_commonjsHelpers-1789f0cf.js.map +1 -0
- package/dist/_commonjsHelpers-b3309d7b.js +11 -0
- package/dist/_commonjsHelpers-b3309d7b.js.map +1 -0
- package/dist/cjs/Groups.js +812 -0
- package/dist/cjs/Groups.js.map +1 -0
- package/dist/cjs/ManageMember.js +61 -0
- package/dist/cjs/ManageMember.js.map +1 -0
- package/dist/cjs/MembersDropdown.js +231 -0
- package/dist/cjs/MembersDropdown.js.map +1 -0
- package/dist/cjs/Permissions.js +22 -0
- package/dist/cjs/Permissions.js.map +1 -0
- package/dist/cjs/Profile.js +1003 -0
- package/dist/cjs/Profile.js.map +1 -0
- package/dist/cjs/Roles.js +2382 -0
- package/dist/cjs/Roles.js.map +1 -0
- package/dist/cjs/RolesRadioGroup.js +28 -0
- package/dist/cjs/RolesRadioGroup.js.map +1 -0
- package/dist/cjs/TeamMembers.js +837 -0
- package/dist/cjs/TeamMembers.js.map +1 -0
- package/dist/cjs/TeamsAndMembersDropdown.js +427 -0
- package/dist/cjs/TeamsAndMembersDropdown.js.map +1 -0
- package/dist/cjs/TeamsDropdown.js +119 -0
- package/dist/cjs/TeamsDropdown.js.map +1 -0
- package/dist/cjs/constants.js +15 -0
- package/dist/cjs/constants.js.map +1 -0
- package/dist/cjs/hooks.js +28 -0
- package/dist/cjs/hooks.js.map +1 -0
- package/dist/cjs/index.js +124 -0
- package/dist/cjs/index.js.map +1 -0
- package/dist/cjs/utils.js +544 -0
- package/dist/cjs/utils.js.map +1 -0
- package/dist/constants-2685e5d6.js +57 -0
- package/dist/constants-2685e5d6.js.map +1 -0
- package/dist/constants-576b89ac.js +45 -0
- package/dist/constants-576b89ac.js.map +1 -0
- package/dist/constants.js +4 -0
- package/dist/constants.js.map +1 -0
- package/dist/defineProperty-2cb3c6e2.js +43 -0
- package/dist/defineProperty-2cb3c6e2.js.map +1 -0
- package/dist/defineProperty-9b13c73c.js +46 -0
- package/dist/defineProperty-9b13c73c.js.map +1 -0
- package/dist/hooks.js +18 -0
- package/dist/hooks.js.map +1 -0
- package/dist/index-2757050a.js +1022 -0
- package/dist/index-2757050a.js.map +1 -0
- package/dist/index-5f1a8667.js +179 -0
- package/dist/index-5f1a8667.js.map +1 -0
- package/dist/index-7b978a0f.js +149 -0
- package/dist/index-7b978a0f.js.map +1 -0
- package/dist/index-9d0683d6.js +137 -0
- package/dist/index-9d0683d6.js.map +1 -0
- package/dist/index-cbfbc296.js +167 -0
- package/dist/index-cbfbc296.js.map +1 -0
- package/dist/index-f4f1d674.js +981 -0
- package/dist/index-f4f1d674.js.map +1 -0
- package/dist/index.js +97 -10060
- package/dist/index.js.map +1 -1
- package/dist/inject-css-80a5faa3.js +6 -0
- package/dist/inject-css-80a5faa3.js.map +1 -0
- package/dist/inject-css-c86de496.js +4 -0
- package/dist/inject-css-c86de496.js.map +1 -0
- package/dist/objectWithoutProperties-2fed2d7d.js +33 -0
- package/dist/objectWithoutProperties-2fed2d7d.js.map +1 -0
- package/dist/objectWithoutProperties-a0edb288.js +31 -0
- package/dist/objectWithoutProperties-a0edb288.js.map +1 -0
- package/dist/queryClient-71ecdd08.js +14 -0
- package/dist/queryClient-71ecdd08.js.map +1 -0
- package/dist/queryClient-febad37e.js +16 -0
- package/dist/queryClient-febad37e.js.map +1 -0
- package/dist/slicedToArray-6674c4b8.js +44 -0
- package/dist/slicedToArray-6674c4b8.js.map +1 -0
- package/dist/slicedToArray-8e69d42b.js +46 -0
- package/dist/slicedToArray-8e69d42b.js.map +1 -0
- package/dist/toConsumableArray-0e395868.js +20 -0
- package/dist/toConsumableArray-0e395868.js.map +1 -0
- package/dist/toConsumableArray-e41a15ba.js +22 -0
- package/dist/toConsumableArray-e41a15ba.js.map +1 -0
- package/dist/unsupportedIterableToArray-7c7192e5.js +17 -0
- package/dist/unsupportedIterableToArray-7c7192e5.js.map +1 -0
- package/dist/unsupportedIterableToArray-fa2816fd.js +20 -0
- package/dist/unsupportedIterableToArray-fa2816fd.js.map +1 -0
- package/dist/useMembersSidenav-68b9f94e.js +17 -0
- package/dist/useMembersSidenav-68b9f94e.js.map +1 -0
- package/dist/useMembersSidenav-7aaa6f93.js +23 -0
- package/dist/useMembersSidenav-7aaa6f93.js.map +1 -0
- package/dist/useTeamsApi-6254d23b.js +2208 -0
- package/dist/useTeamsApi-6254d23b.js.map +1 -0
- package/dist/useTeamsApi-da997902.js +2194 -0
- package/dist/useTeamsApi-da997902.js.map +1 -0
- package/dist/utils-531cc50b.js +41 -0
- package/dist/utils-531cc50b.js.map +1 -0
- package/dist/utils-d5dc0b0b.js +45 -0
- package/dist/utils-d5dc0b0b.js.map +1 -0
- package/dist/utils.js +538 -0
- package/dist/utils.js.map +1 -0
- package/dist/withReactQuery-efba53ba.js +21 -0
- package/dist/withReactQuery-efba53ba.js.map +1 -0
- package/dist/withReactQuery-f0b38396.js +19 -0
- package/dist/withReactQuery-f0b38396.js.map +1 -0
- package/package.json +15 -3
- package/dist/index.cjs.js +0 -10157
- package/dist/index.cjs.js.map +0 -1
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { t } from 'i18next';
|
|
2
|
+
import { DEFAULT_PAGE_INDEX } from '@bigbinary/neeto-commons-frontend/constants';
|
|
3
|
+
|
|
4
|
+
var DEFAULT_PAGE_SIZE = 30;
|
|
5
|
+
var ADMIN_ROLE_NAME = "Admin";
|
|
6
|
+
var OWNER_ROLE_NAME = "Owner";
|
|
7
|
+
var ADMIN_ROLES = [ADMIN_ROLE_NAME, OWNER_ROLE_NAME];
|
|
8
|
+
var MANAGE_MEMBERS_PERMISSION = "members.manage_members";
|
|
9
|
+
var MANAGE_ROLES_PERMISSION = "settings.manage_roles";
|
|
10
|
+
var VIEW_MEMBERS_PERMISSION = "members.view_members";
|
|
11
|
+
var VIEW_ROLES_PERMISSION = "settings.view_roles";
|
|
12
|
+
var QUERY_KEYS = {
|
|
13
|
+
PERMISSIONS: "neeto-team-members-permissions",
|
|
14
|
+
ROLES: "neeto-team-members-roles",
|
|
15
|
+
GLOBAL_ROLES: "neeto-team-members-global-roles",
|
|
16
|
+
TEAMS: "neeto-team-members-teams",
|
|
17
|
+
TEAMS_DEPENDENCIES: "neeto-team-members-teams-dependencies",
|
|
18
|
+
COUNTRIES_LIST: "countries-list",
|
|
19
|
+
USER_PROFILE: "user-profile",
|
|
20
|
+
CREATION_STATUS: "creation-status",
|
|
21
|
+
GROUPS: "groups",
|
|
22
|
+
GROUP_MEMBERS: "group-members"
|
|
23
|
+
};
|
|
24
|
+
var BASE_URL = "team_members";
|
|
25
|
+
var DATE_FORMAT_OPTIONS = [{
|
|
26
|
+
label: t("neetoTeamMembers.profile.common.mmddyy"),
|
|
27
|
+
value: "%m/%d/%Y"
|
|
28
|
+
}, {
|
|
29
|
+
label: t("neetoTeamMembers.profile.common.ddmmyy"),
|
|
30
|
+
value: "%d/%m/%Y"
|
|
31
|
+
}, {
|
|
32
|
+
label: t("neetoTeamMembers.profile.common.yymmdd"),
|
|
33
|
+
value: "%Y/%m/%d"
|
|
34
|
+
}];
|
|
35
|
+
var SUBSCRIPTION_PLANS = Object.freeze({
|
|
36
|
+
PRO: "pro",
|
|
37
|
+
FREE: "free"
|
|
38
|
+
});
|
|
39
|
+
var DEFAULT_PAGE_PROPERTIES = {
|
|
40
|
+
size: DEFAULT_PAGE_SIZE,
|
|
41
|
+
index: DEFAULT_PAGE_INDEX
|
|
42
|
+
};
|
|
43
|
+
|
|
44
|
+
export { ADMIN_ROLES as A, BASE_URL as B, DEFAULT_PAGE_PROPERTIES as D, MANAGE_MEMBERS_PERMISSION as M, QUERY_KEYS as Q, SUBSCRIPTION_PLANS as S, VIEW_MEMBERS_PERMISSION as V, MANAGE_ROLES_PERMISSION as a, VIEW_ROLES_PERMISSION as b, DATE_FORMAT_OPTIONS as c, ADMIN_ROLE_NAME as d };
|
|
45
|
+
//# sourceMappingURL=constants-576b89ac.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constants-576b89ac.js","sources":["../app/javascript/src/common/constants.js"],"sourcesContent":["import { t } from \"i18next\";\nimport { DEFAULT_PAGE_INDEX } from \"neetocommons/constants\";\n\nexport const DEFAULT_PAGE_SIZE = 30;\nexport const ADMIN_ROLE_NAME = \"Admin\";\nexport const OWNER_ROLE_NAME = \"Owner\";\nexport const ADMIN_ROLES = [ADMIN_ROLE_NAME, OWNER_ROLE_NAME];\n\nexport const MANAGE_MEMBERS_PERMISSION = \"members.manage_members\";\nexport const MANAGE_ROLES_PERMISSION = \"settings.manage_roles\";\nexport const VIEW_MEMBERS_PERMISSION = \"members.view_members\";\nexport const VIEW_ROLES_PERMISSION = \"settings.view_roles\";\n\nexport const QUERY_KEYS = {\n PERMISSIONS: \"neeto-team-members-permissions\",\n ROLES: \"neeto-team-members-roles\",\n GLOBAL_ROLES: \"neeto-team-members-global-roles\",\n TEAMS: \"neeto-team-members-teams\",\n TEAMS_DEPENDENCIES: \"neeto-team-members-teams-dependencies\",\n COUNTRIES_LIST: \"countries-list\",\n USER_PROFILE: \"user-profile\",\n CREATION_STATUS: \"creation-status\",\n GROUPS: \"groups\",\n GROUP_MEMBERS: \"group-members\",\n};\n\nexport const BASE_URL = \"team_members\";\n\nexport const DATE_FORMAT_OPTIONS = [\n { label: t(\"neetoTeamMembers.profile.common.mmddyy\"), value: \"%m/%d/%Y\" },\n { label: t(\"neetoTeamMembers.profile.common.ddmmyy\"), value: \"%d/%m/%Y\" },\n { label: t(\"neetoTeamMembers.profile.common.yymmdd\"), value: \"%Y/%m/%d\" },\n];\n\nexport const SUBSCRIPTION_PLANS = Object.freeze({\n PRO: \"pro\",\n FREE: \"free\",\n});\n\nexport const DEFAULT_PAGE_PROPERTIES = {\n size: DEFAULT_PAGE_SIZE,\n index: DEFAULT_PAGE_INDEX,\n};\n"],"names":["DEFAULT_PAGE_SIZE","ADMIN_ROLE_NAME","OWNER_ROLE_NAME","ADMIN_ROLES","MANAGE_MEMBERS_PERMISSION","MANAGE_ROLES_PERMISSION","VIEW_MEMBERS_PERMISSION","VIEW_ROLES_PERMISSION","QUERY_KEYS","PERMISSIONS","ROLES","GLOBAL_ROLES","TEAMS","TEAMS_DEPENDENCIES","COUNTRIES_LIST","USER_PROFILE","CREATION_STATUS","GROUPS","GROUP_MEMBERS","BASE_URL","DATE_FORMAT_OPTIONS","label","t","value","SUBSCRIPTION_PLANS","Object","freeze","PRO","FREE","DEFAULT_PAGE_PROPERTIES","size","index","DEFAULT_PAGE_INDEX"],"mappings":";;;AAGO,IAAMA,iBAAiB,GAAG,EAAE,CAAA;AAC5B,IAAMC,eAAe,GAAG,QAAO;AAC/B,IAAMC,eAAe,GAAG,OAAO,CAAA;IACzBC,WAAW,GAAG,CAACF,eAAe,EAAEC,eAAe,EAAC;AAEtD,IAAME,yBAAyB,GAAG,yBAAwB;AAC1D,IAAMC,uBAAuB,GAAG,wBAAuB;AACvD,IAAMC,uBAAuB,GAAG,uBAAsB;AACtD,IAAMC,qBAAqB,GAAG,sBAAqB;AAEnD,IAAMC,UAAU,GAAG;AACxBC,EAAAA,WAAW,EAAE,gCAAgC;AAC7CC,EAAAA,KAAK,EAAE,0BAA0B;AACjCC,EAAAA,YAAY,EAAE,iCAAiC;AAC/CC,EAAAA,KAAK,EAAE,0BAA0B;AACjCC,EAAAA,kBAAkB,EAAE,uCAAuC;AAC3DC,EAAAA,cAAc,EAAE,gBAAgB;AAChCC,EAAAA,YAAY,EAAE,cAAc;AAC5BC,EAAAA,eAAe,EAAE,iBAAiB;AAClCC,EAAAA,MAAM,EAAE,QAAQ;AAChBC,EAAAA,aAAa,EAAE,eAAA;AACjB,EAAC;AAEM,IAAMC,QAAQ,GAAG,eAAc;AAE/B,IAAMC,mBAAmB,GAAG,CACjC;AAAEC,EAAAA,KAAK,EAAEC,CAAC,CAAC,wCAAwC,CAAC;AAAEC,EAAAA,KAAK,EAAE,UAAA;AAAW,CAAC,EACzE;AAAEF,EAAAA,KAAK,EAAEC,CAAC,CAAC,wCAAwC,CAAC;AAAEC,EAAAA,KAAK,EAAE,UAAA;AAAW,CAAC,EACzE;AAAEF,EAAAA,KAAK,EAAEC,CAAC,CAAC,wCAAwC,CAAC;AAAEC,EAAAA,KAAK,EAAE,UAAA;AAAW,CAAC,EAC1E;IAEYC,kBAAkB,GAAGC,MAAM,CAACC,MAAM,CAAC;AAC9CC,EAAAA,GAAG,EAAE,KAAK;AACVC,EAAAA,IAAI,EAAE,MAAA;AACR,CAAC,EAAC;AAEK,IAAMC,uBAAuB,GAAG;AACrCC,EAAAA,IAAI,EAAE9B,iBAAiB;AACvB+B,EAAAA,KAAK,EAAEC,kBAAAA;AACT;;;;"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export { M as MANAGE_MEMBERS_PERMISSION, a as MANAGE_ROLES_PERMISSION, V as VIEW_MEMBERS_PERMISSION, b as VIEW_ROLES_PERMISSION } from './constants-576b89ac.js';
|
|
2
|
+
import 'i18next';
|
|
3
|
+
import '@bigbinary/neeto-commons-frontend/constants';
|
|
4
|
+
//# sourceMappingURL=constants.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constants.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
function _typeof(o) {
|
|
2
|
+
"@babel/helpers - typeof";
|
|
3
|
+
|
|
4
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
|
|
5
|
+
return typeof o;
|
|
6
|
+
} : function (o) {
|
|
7
|
+
return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
|
|
8
|
+
}, _typeof(o);
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
function _toPrimitive(input, hint) {
|
|
12
|
+
if (_typeof(input) !== "object" || input === null) return input;
|
|
13
|
+
var prim = input[Symbol.toPrimitive];
|
|
14
|
+
if (prim !== undefined) {
|
|
15
|
+
var res = prim.call(input, hint || "default");
|
|
16
|
+
if (_typeof(res) !== "object") return res;
|
|
17
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
18
|
+
}
|
|
19
|
+
return (hint === "string" ? String : Number)(input);
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
function _toPropertyKey(arg) {
|
|
23
|
+
var key = _toPrimitive(arg, "string");
|
|
24
|
+
return _typeof(key) === "symbol" ? key : String(key);
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
function _defineProperty(obj, key, value) {
|
|
28
|
+
key = _toPropertyKey(key);
|
|
29
|
+
if (key in obj) {
|
|
30
|
+
Object.defineProperty(obj, key, {
|
|
31
|
+
value: value,
|
|
32
|
+
enumerable: true,
|
|
33
|
+
configurable: true,
|
|
34
|
+
writable: true
|
|
35
|
+
});
|
|
36
|
+
} else {
|
|
37
|
+
obj[key] = value;
|
|
38
|
+
}
|
|
39
|
+
return obj;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
export { _typeof as _, _defineProperty as a };
|
|
43
|
+
//# sourceMappingURL=defineProperty-2cb3c6e2.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"defineProperty-2cb3c6e2.js","sources":["../node_modules/@babel/runtime/helpers/esm/typeof.js","../node_modules/@babel/runtime/helpers/esm/toPrimitive.js","../node_modules/@babel/runtime/helpers/esm/toPropertyKey.js","../node_modules/@babel/runtime/helpers/esm/defineProperty.js"],"sourcesContent":["export default function _typeof(o) {\n \"@babel/helpers - typeof\";\n\n return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (o) {\n return typeof o;\n } : function (o) {\n return o && \"function\" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? \"symbol\" : typeof o;\n }, _typeof(o);\n}","import _typeof from \"./typeof.js\";\nexport default function _toPrimitive(input, hint) {\n if (_typeof(input) !== \"object\" || input === null) return input;\n var prim = input[Symbol.toPrimitive];\n if (prim !== undefined) {\n var res = prim.call(input, hint || \"default\");\n if (_typeof(res) !== \"object\") return res;\n throw new TypeError(\"@@toPrimitive must return a primitive value.\");\n }\n return (hint === \"string\" ? String : Number)(input);\n}","import _typeof from \"./typeof.js\";\nimport toPrimitive from \"./toPrimitive.js\";\nexport default function _toPropertyKey(arg) {\n var key = toPrimitive(arg, \"string\");\n return _typeof(key) === \"symbol\" ? key : String(key);\n}","import toPropertyKey from \"./toPropertyKey.js\";\nexport default function _defineProperty(obj, key, value) {\n key = toPropertyKey(key);\n if (key in obj) {\n Object.defineProperty(obj, key, {\n value: value,\n enumerable: true,\n configurable: true,\n writable: true\n });\n } else {\n obj[key] = value;\n }\n return obj;\n}"],"names":["toPrimitive","toPropertyKey"],"mappings":"AAAe,SAAS,OAAO,CAAC,CAAC,EAAE;AACnC,EAAE,yBAAyB,CAAC;AAC5B;AACA,EAAE,OAAO,OAAO,GAAG,UAAU,IAAI,OAAO,MAAM,IAAI,QAAQ,IAAI,OAAO,MAAM,CAAC,QAAQ,GAAG,UAAU,CAAC,EAAE;AACpG,IAAI,OAAO,OAAO,CAAC,CAAC;AACpB,GAAG,GAAG,UAAU,CAAC,EAAE;AACnB,IAAI,OAAO,CAAC,IAAI,UAAU,IAAI,OAAO,MAAM,IAAI,CAAC,CAAC,WAAW,KAAK,MAAM,IAAI,CAAC,KAAK,MAAM,CAAC,SAAS,GAAG,QAAQ,GAAG,OAAO,CAAC,CAAC;AACxH,GAAG,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC;AAChB;;ACPe,SAAS,YAAY,CAAC,KAAK,EAAE,IAAI,EAAE;AAClD,EAAE,IAAI,OAAO,CAAC,KAAK,CAAC,KAAK,QAAQ,IAAI,KAAK,KAAK,IAAI,EAAE,OAAO,KAAK,CAAC;AAClE,EAAE,IAAI,IAAI,GAAG,KAAK,CAAC,MAAM,CAAC,WAAW,CAAC,CAAC;AACvC,EAAE,IAAI,IAAI,KAAK,SAAS,EAAE;AAC1B,IAAI,IAAI,GAAG,GAAG,IAAI,CAAC,IAAI,CAAC,KAAK,EAAE,IAAI,IAAI,SAAS,CAAC,CAAC;AAClD,IAAI,IAAI,OAAO,CAAC,GAAG,CAAC,KAAK,QAAQ,EAAE,OAAO,GAAG,CAAC;AAC9C,IAAI,MAAM,IAAI,SAAS,CAAC,8CAA8C,CAAC,CAAC;AACxE,GAAG;AACH,EAAE,OAAO,CAAC,IAAI,KAAK,QAAQ,GAAG,MAAM,GAAG,MAAM,EAAE,KAAK,CAAC,CAAC;AACtD;;ACRe,SAAS,cAAc,CAAC,GAAG,EAAE;AAC5C,EAAE,IAAI,GAAG,GAAGA,YAAW,CAAC,GAAG,EAAE,QAAQ,CAAC,CAAC;AACvC,EAAE,OAAO,OAAO,CAAC,GAAG,CAAC,KAAK,QAAQ,GAAG,GAAG,GAAG,MAAM,CAAC,GAAG,CAAC,CAAC;AACvD;;ACJe,SAAS,eAAe,CAAC,GAAG,EAAE,GAAG,EAAE,KAAK,EAAE;AACzD,EAAE,GAAG,GAAGC,cAAa,CAAC,GAAG,CAAC,CAAC;AAC3B,EAAE,IAAI,GAAG,IAAI,GAAG,EAAE;AAClB,IAAI,MAAM,CAAC,cAAc,CAAC,GAAG,EAAE,GAAG,EAAE;AACpC,MAAM,KAAK,EAAE,KAAK;AAClB,MAAM,UAAU,EAAE,IAAI;AACtB,MAAM,YAAY,EAAE,IAAI;AACxB,MAAM,QAAQ,EAAE,IAAI;AACpB,KAAK,CAAC,CAAC;AACP,GAAG,MAAM;AACT,IAAI,GAAG,CAAC,GAAG,CAAC,GAAG,KAAK,CAAC;AACrB,GAAG;AACH,EAAE,OAAO,GAAG,CAAC;AACb;;;;"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
function _typeof(o) {
|
|
4
|
+
"@babel/helpers - typeof";
|
|
5
|
+
|
|
6
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
|
|
7
|
+
return typeof o;
|
|
8
|
+
} : function (o) {
|
|
9
|
+
return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
|
|
10
|
+
}, _typeof(o);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
function _toPrimitive(input, hint) {
|
|
14
|
+
if (_typeof(input) !== "object" || input === null) return input;
|
|
15
|
+
var prim = input[Symbol.toPrimitive];
|
|
16
|
+
if (prim !== undefined) {
|
|
17
|
+
var res = prim.call(input, hint || "default");
|
|
18
|
+
if (_typeof(res) !== "object") return res;
|
|
19
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
20
|
+
}
|
|
21
|
+
return (hint === "string" ? String : Number)(input);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
function _toPropertyKey(arg) {
|
|
25
|
+
var key = _toPrimitive(arg, "string");
|
|
26
|
+
return _typeof(key) === "symbol" ? key : String(key);
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
function _defineProperty(obj, key, value) {
|
|
30
|
+
key = _toPropertyKey(key);
|
|
31
|
+
if (key in obj) {
|
|
32
|
+
Object.defineProperty(obj, key, {
|
|
33
|
+
value: value,
|
|
34
|
+
enumerable: true,
|
|
35
|
+
configurable: true,
|
|
36
|
+
writable: true
|
|
37
|
+
});
|
|
38
|
+
} else {
|
|
39
|
+
obj[key] = value;
|
|
40
|
+
}
|
|
41
|
+
return obj;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
exports._defineProperty = _defineProperty;
|
|
45
|
+
exports._typeof = _typeof;
|
|
46
|
+
//# sourceMappingURL=defineProperty-9b13c73c.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"defineProperty-9b13c73c.js","sources":["../node_modules/@babel/runtime/helpers/esm/typeof.js","../node_modules/@babel/runtime/helpers/esm/toPrimitive.js","../node_modules/@babel/runtime/helpers/esm/toPropertyKey.js","../node_modules/@babel/runtime/helpers/esm/defineProperty.js"],"sourcesContent":["export default function _typeof(o) {\n \"@babel/helpers - typeof\";\n\n return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (o) {\n return typeof o;\n } : function (o) {\n return o && \"function\" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? \"symbol\" : typeof o;\n }, _typeof(o);\n}","import _typeof from \"./typeof.js\";\nexport default function _toPrimitive(input, hint) {\n if (_typeof(input) !== \"object\" || input === null) return input;\n var prim = input[Symbol.toPrimitive];\n if (prim !== undefined) {\n var res = prim.call(input, hint || \"default\");\n if (_typeof(res) !== \"object\") return res;\n throw new TypeError(\"@@toPrimitive must return a primitive value.\");\n }\n return (hint === \"string\" ? String : Number)(input);\n}","import _typeof from \"./typeof.js\";\nimport toPrimitive from \"./toPrimitive.js\";\nexport default function _toPropertyKey(arg) {\n var key = toPrimitive(arg, \"string\");\n return _typeof(key) === \"symbol\" ? key : String(key);\n}","import toPropertyKey from \"./toPropertyKey.js\";\nexport default function _defineProperty(obj, key, value) {\n key = toPropertyKey(key);\n if (key in obj) {\n Object.defineProperty(obj, key, {\n value: value,\n enumerable: true,\n configurable: true,\n writable: true\n });\n } else {\n obj[key] = value;\n }\n return obj;\n}"],"names":["toPrimitive","toPropertyKey"],"mappings":";;AAAe,SAAS,OAAO,CAAC,CAAC,EAAE;AACnC,EAAE,yBAAyB,CAAC;AAC5B;AACA,EAAE,OAAO,OAAO,GAAG,UAAU,IAAI,OAAO,MAAM,IAAI,QAAQ,IAAI,OAAO,MAAM,CAAC,QAAQ,GAAG,UAAU,CAAC,EAAE;AACpG,IAAI,OAAO,OAAO,CAAC,CAAC;AACpB,GAAG,GAAG,UAAU,CAAC,EAAE;AACnB,IAAI,OAAO,CAAC,IAAI,UAAU,IAAI,OAAO,MAAM,IAAI,CAAC,CAAC,WAAW,KAAK,MAAM,IAAI,CAAC,KAAK,MAAM,CAAC,SAAS,GAAG,QAAQ,GAAG,OAAO,CAAC,CAAC;AACxH,GAAG,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC;AAChB;;ACPe,SAAS,YAAY,CAAC,KAAK,EAAE,IAAI,EAAE;AAClD,EAAE,IAAI,OAAO,CAAC,KAAK,CAAC,KAAK,QAAQ,IAAI,KAAK,KAAK,IAAI,EAAE,OAAO,KAAK,CAAC;AAClE,EAAE,IAAI,IAAI,GAAG,KAAK,CAAC,MAAM,CAAC,WAAW,CAAC,CAAC;AACvC,EAAE,IAAI,IAAI,KAAK,SAAS,EAAE;AAC1B,IAAI,IAAI,GAAG,GAAG,IAAI,CAAC,IAAI,CAAC,KAAK,EAAE,IAAI,IAAI,SAAS,CAAC,CAAC;AAClD,IAAI,IAAI,OAAO,CAAC,GAAG,CAAC,KAAK,QAAQ,EAAE,OAAO,GAAG,CAAC;AAC9C,IAAI,MAAM,IAAI,SAAS,CAAC,8CAA8C,CAAC,CAAC;AACxE,GAAG;AACH,EAAE,OAAO,CAAC,IAAI,KAAK,QAAQ,GAAG,MAAM,GAAG,MAAM,EAAE,KAAK,CAAC,CAAC;AACtD;;ACRe,SAAS,cAAc,CAAC,GAAG,EAAE;AAC5C,EAAE,IAAI,GAAG,GAAGA,YAAW,CAAC,GAAG,EAAE,QAAQ,CAAC,CAAC;AACvC,EAAE,OAAO,OAAO,CAAC,GAAG,CAAC,KAAK,QAAQ,GAAG,GAAG,GAAG,MAAM,CAAC,GAAG,CAAC,CAAC;AACvD;;ACJe,SAAS,eAAe,CAAC,GAAG,EAAE,GAAG,EAAE,KAAK,EAAE;AACzD,EAAE,GAAG,GAAGC,cAAa,CAAC,GAAG,CAAC,CAAC;AAC3B,EAAE,IAAI,GAAG,IAAI,GAAG,EAAE;AAClB,IAAI,MAAM,CAAC,cAAc,CAAC,GAAG,EAAE,GAAG,EAAE;AACpC,MAAM,KAAK,EAAE,KAAK;AAClB,MAAM,UAAU,EAAE,IAAI;AACtB,MAAM,YAAY,EAAE,IAAI;AACxB,MAAM,QAAQ,EAAE,IAAI;AACpB,KAAK,CAAC,CAAC;AACP,GAAG,MAAM;AACT,IAAI,GAAG,CAAC,GAAG,CAAC,GAAG,KAAK,CAAC;AACrB,GAAG;AACH,EAAE,OAAO,GAAG,CAAC;AACb;;;;;"}
|
package/dist/hooks.js
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export { u as useFetchMembers, a as useFetchMembersCountsPerCategory } from './useTeamsApi-da997902.js';
|
|
2
|
+
export { u as useMembersSidenav } from './useMembersSidenav-68b9f94e.js';
|
|
3
|
+
import './objectWithoutProperties-a0edb288.js';
|
|
4
|
+
import './defineProperty-2cb3c6e2.js';
|
|
5
|
+
import '@tanstack/react-query';
|
|
6
|
+
import '@bigbinary/neeto-commons-frontend/react-utils';
|
|
7
|
+
import 'ramda';
|
|
8
|
+
import 'axios';
|
|
9
|
+
import '@bigbinary/neeto-cist';
|
|
10
|
+
import './_commonjsHelpers-1789f0cf.js';
|
|
11
|
+
import 'util';
|
|
12
|
+
import './constants-576b89ac.js';
|
|
13
|
+
import 'i18next';
|
|
14
|
+
import '@bigbinary/neeto-commons-frontend/constants';
|
|
15
|
+
import './queryClient-71ecdd08.js';
|
|
16
|
+
import '@bigbinary/neeto-commons-frontend/initializers';
|
|
17
|
+
import '@bigbinary/neeto-icons/UserCircle';
|
|
18
|
+
//# sourceMappingURL=hooks.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hooks.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;"}
|