@integrativedesigndevelopment/dashboard-core 0.0.2

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.
Files changed (88) hide show
  1. package/README.md +775 -0
  2. package/dist/actions/pluginActions.d.ts +48 -0
  3. package/dist/actions/pluginActions.d.ts.map +1 -0
  4. package/dist/actions/types.d.ts +17 -0
  5. package/dist/actions/types.d.ts.map +1 -0
  6. package/dist/components/ActivityProvider/index.d.ts +10 -0
  7. package/dist/components/ActivityProvider/index.d.ts.map +1 -0
  8. package/dist/components/CancelActionButton/index.d.ts +11 -0
  9. package/dist/components/CancelActionButton/index.d.ts.map +1 -0
  10. package/dist/components/ConfirmActionButton/index.d.ts +12 -0
  11. package/dist/components/ConfirmActionButton/index.d.ts.map +1 -0
  12. package/dist/components/ErrorBoundary/index.d.ts +18 -0
  13. package/dist/components/ErrorBoundary/index.d.ts.map +1 -0
  14. package/dist/components/IDDLink/index.d.ts +10 -0
  15. package/dist/components/IDDLink/index.d.ts.map +1 -0
  16. package/dist/components/IDDLinkInputItem/index.d.ts +18 -0
  17. package/dist/components/IDDLinkInputItem/index.d.ts.map +1 -0
  18. package/dist/components/Layout/SimpleLayout.d.ts +8 -0
  19. package/dist/components/Layout/SimpleLayout.d.ts.map +1 -0
  20. package/dist/components/Layout/index.d.ts +8 -0
  21. package/dist/components/Layout/index.d.ts.map +1 -0
  22. package/dist/components/Password/index.d.ts +15 -0
  23. package/dist/components/Password/index.d.ts.map +1 -0
  24. package/dist/components/SimpleButton/index.d.ts +10 -0
  25. package/dist/components/SimpleButton/index.d.ts.map +1 -0
  26. package/dist/components/TextInput/index.d.ts +16 -0
  27. package/dist/components/TextInput/index.d.ts.map +1 -0
  28. package/dist/components/helpers.d.ts +5 -0
  29. package/dist/components/helpers.d.ts.map +1 -0
  30. package/dist/components/index.d.ts +16 -0
  31. package/dist/components/index.d.ts.map +1 -0
  32. package/dist/config/index.d.ts +23 -0
  33. package/dist/config/index.d.ts.map +1 -0
  34. package/dist/hooks/index.d.ts +3 -0
  35. package/dist/hooks/index.d.ts.map +1 -0
  36. package/dist/hooks/useAsyncOperation.d.ts +12 -0
  37. package/dist/hooks/useAsyncOperation.d.ts.map +1 -0
  38. package/dist/hooks/useUpdateUser.d.ts +32 -0
  39. package/dist/hooks/useUpdateUser.d.ts.map +1 -0
  40. package/dist/hooks/useUserManagement.d.ts +51 -0
  41. package/dist/hooks/useUserManagement.d.ts.map +1 -0
  42. package/dist/index.d.ts +16 -0
  43. package/dist/index.d.ts.map +1 -0
  44. package/dist/index.esm.js +14 -0
  45. package/dist/index.esm.js.map +1 -0
  46. package/dist/index.js +14 -0
  47. package/dist/index.js.map +1 -0
  48. package/dist/metrics/clsMetrics.d.ts +3 -0
  49. package/dist/metrics/clsMetrics.d.ts.map +1 -0
  50. package/dist/metrics/fcpMetrics.d.ts +3 -0
  51. package/dist/metrics/fcpMetrics.d.ts.map +1 -0
  52. package/dist/metrics/fidMetrics.d.ts +3 -0
  53. package/dist/metrics/fidMetrics.d.ts.map +1 -0
  54. package/dist/metrics/index.d.ts +3 -0
  55. package/dist/metrics/index.d.ts.map +1 -0
  56. package/dist/metrics/lcpMetrics.d.ts +3 -0
  57. package/dist/metrics/lcpMetrics.d.ts.map +1 -0
  58. package/dist/metrics/ttfbMetrics.d.ts +3 -0
  59. package/dist/metrics/ttfbMetrics.d.ts.map +1 -0
  60. package/dist/plugin-system/DashboardProvider.d.ts +14 -0
  61. package/dist/plugin-system/DashboardProvider.d.ts.map +1 -0
  62. package/dist/plugin-system/PluginManager.d.ts +9 -0
  63. package/dist/plugin-system/PluginManager.d.ts.map +1 -0
  64. package/dist/plugin-system/core/Dashboard/Icon.d.ts +6 -0
  65. package/dist/plugin-system/core/Dashboard/Icon.d.ts.map +1 -0
  66. package/dist/plugin-system/core/Dashboard/index.d.ts +4 -0
  67. package/dist/plugin-system/core/Dashboard/index.d.ts.map +1 -0
  68. package/dist/plugin-system/core/Dashboard/tab0.d.ts +8 -0
  69. package/dist/plugin-system/core/Dashboard/tab0.d.ts.map +1 -0
  70. package/dist/plugin-system/core/Dashboard/views/DashboardView/index.d.ts +3 -0
  71. package/dist/plugin-system/core/Dashboard/views/DashboardView/index.d.ts.map +1 -0
  72. package/dist/plugin-system/index.d.ts +6 -0
  73. package/dist/plugin-system/index.d.ts.map +1 -0
  74. package/dist/plugin-system/plugin_manifest.d.ts +2 -0
  75. package/dist/plugin-system/plugin_manifest.d.ts.map +1 -0
  76. package/dist/plugin-system/types.d.ts +76 -0
  77. package/dist/plugin-system/types.d.ts.map +1 -0
  78. package/dist/services/errorServices.d.ts +37 -0
  79. package/dist/services/errorServices.d.ts.map +1 -0
  80. package/dist/types/index.d.ts +66 -0
  81. package/dist/types/index.d.ts.map +1 -0
  82. package/dist/utils/array-safety.d.ts +32 -0
  83. package/dist/utils/array-safety.d.ts.map +1 -0
  84. package/dist/utils/fromReq.d.ts +3 -0
  85. package/dist/utils/fromReq.d.ts.map +1 -0
  86. package/dist/utils/helpers.d.ts +27 -0
  87. package/dist/utils/helpers.d.ts.map +1 -0
  88. package/package.json +59 -0
package/dist/index.js ADDED
@@ -0,0 +1,14 @@
1
+ "use strict";var e=require("react/jsx-runtime"),t=require("@integrativedesigndevelopment/idd-common"),n=require("react"),r=require("@integrativedesigndevelopment/idd-icons");const i={SET_PLUGINS:"set_plugins",SET_CURRENT_PLUGIN:"set_current_plugin",SET_CURRENT_TAB:"set_current_tab",SET_CURRENT_STATE:"set_current_state",SET_CURRENT_VIEW:"set_current_view",SET_CURRENT_ITEM:"set_current_item",COLLAPSED_TOGGLE:"toggle_collapsed",SET_COLOR_MODE:"set_color_mode",TOGGLE_NOTIFICATIONS:"toggle_notifications",SET_SETTING:"set_setting",SET_JWT:"SET_JWT",SET_USER:"SET_USER",RESET:"reset"},s=e=>({type:i.SET_CURRENT_PLUGIN,payload:e}),o=e=>({type:i.SET_CURRENT_TAB,payload:e}),a=e=>({type:i.SET_CURRENT_STATE,payload:e});class c extends n.Component{constructor(){super(...arguments),this.state={hasError:!1}}static getDerivedStateFromError(e){return{hasError:!0,error:e}}componentDidCatch(e,t){console.error("ErrorBoundary caught an error:",e,t)}render(){return this.state.hasError?this.props.fallback||e.jsx("div",{className:"flex items-center justify-center h-full w-full p-4",children:e.jsxs("div",{className:"text-center",children:[e.jsx("h2",{className:"text-xl font-semibold mb-2",children:"Something went wrong"}),e.jsx("p",{className:"text-gray-600 mb-4",children:"An error occurred while loading this component."}),e.jsx("button",{onClick:()=>this.setState({hasError:!1,error:void 0}),className:"px-4 py-2 bg-blue-500 text-white rounded hover:bg-blue-600",children:"Try again"})]})}):this.props.children}}const l={title:"IDD Dashboard",pages:[],plugins:["Dashboard"],categories:[],sub_categories:{},style:{colors:{"idd-red":"#DD3150","idd-red-20":"#F6CBD3","idd-orange":"#D1823B","idd-orange-20":"#F3DFCE","idd-yellow":"#D9C982","idd-yellow-20":"#F4EFDA","idd-green":"#98BD83","idd-green-20":"#E5EEE0","idd-blue":"#00A89D","idd-blue-20":"#6F6F5","idd-purple":"#4040D8","idd-purple-20":"#CFCFF5","idd-brown":"#7A6C53","idd-brown-20":"#F2F0EE","idd-black":"#19191c","idd-black-20":"#C5C5C6","idd-grey":"#6D6E81","idd-grey-20":"#DCDCE1","idd-white":"#fff","idd-transparent":"transparent","idd-primary-color":"#292929","idd-secondary-color":"#5f696d","idd-tertiary-color":"#d8dfe7","idd-tertiary-color-20":"#ECECEC","idd-active-color":"#ad0000","idd-inactive-color":"#DCDCE1","idd-primary-background":"#ad0000","idd-secondary-background":"#f2f0ee","idd-tertiary-background":"#F6F6F9","idd-active-background":"#7a6c53","idd-inactive-background":"#7a6c531a","idd-shadow-color":"rgba(50,69,71,0.17)"},fontFamily:{"idd-primary-font":"Gotham-Book","idd-primary-font-light":"Gotham-Light","idd-primary-font-regular":"Gotham-Book","idd-primary-font-medium":"Gotham-Medium","idd-primary-font-bold":"Gotham-Bold","idd-secondary-font":"Rubik-Regular","idd-secondary-font-light":"Rubik-Light","idd-secondary-font-regular":"Rubik-Regular","idd-secondary-font-medium":"Rubik-Medium","idd-secondary-font-bold":"Rubik-Bold"},fontStyle:{"idd-font-style":"normal"},fontWeight:{"idd-light-font-weight":"300","idd-regular-font-weight":"normal","idd-medium-font-weight":"medium","idd-bold-font-weight":"bold"},fontSize:{"idd-primary-font-size":"1rem","idd-xtrasmall-font-size":"0.25rem","idd-small-font-size":"0.5rem","idd-medium-font-size":"1.125rem","idd-large-font-size":"1.25rem","idd-xtralarge-font-size":"1.5rem"},letterSpacing:{"idd-character-spacing":"0","idd-body-character-spacing":"0.05"},lineHeight:{"idd-primary-line-spacing":"1.5"},backgroundImage:{"gradient-radial":"radial-gradient(var(--tw-gradient-stops))","gradient-conic":"conic-gradient(from 180deg at 50% 50%, var(--tw-gradient-stops))","signup-theme":"linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/signup-theme.png')"},borderRadius:{"idd-border-radius":"0.3125rem"}}};let u=l;const d=()=>u,p=()=>d();var h=function(e,t){return h=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},h(e,t)};function f(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}h(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}var m=function(){return m=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},m.apply(this,arguments)};function E(e,t,n,r){return new(n||(n=Promise))((function(i,s){function o(e){try{c(r.next(e))}catch(e){s(e)}}function a(e){try{c(r.throw(e))}catch(e){s(e)}}function c(e){var t;e.done?i(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(o,a)}c((r=r.apply(e,t||[])).next())}))}function g(e,t,n){if(n||2===arguments.length)for(var r,i=0,s=t.length;i<s;i++)!r&&i in t||(r||(r=Array.prototype.slice.call(t,0,i)),r[i]=t[i]);return e.concat(r||Array.prototype.slice.call(t))}"function"==typeof SuppressedError&&SuppressedError;var y="Invariant Violation",v=Object.setPrototypeOf,T=void 0===v?function(e,t){return e.__proto__=t,e}:v,x=function(e){function t(n){void 0===n&&(n=y);var r=e.call(this,"number"==typeof n?y+": "+n+" (see https://github.com/apollographql/invariant-packages)":n)||this;return r.framesToPop=1,r.name=y,T(r,t.prototype),r}return f(t,e),t}(Error);function N(e,t){if(!e)throw new x(t)}var b=["debug","log","warn","error","silent"],I=b.indexOf("log");function _(e){return function(){if(b.indexOf(e)>=I)return(console[e]||console.log).apply(console,arguments)}}!function(e){e.debug=_("debug"),e.log=_("log"),e.warn=_("warn"),e.error=_("error")}(N||(N={}));var D="3.13.8";function C(e){try{return e()}catch(e){}}var O=C((function(){return globalThis}))||C((function(){return window}))||C((function(){return self}))||C((function(){return global}))||C((function(){return C.constructor("return this")()})),k=new Map;function A(e,t){var n,r,i=(n="stringifyForDisplay",r=k.get(n)||1,k.set(n,r+1),"".concat(n,":").concat(r,":").concat(Math.random().toString(36).slice(2)));return JSON.stringify(e,(function(e,t){return void 0===t?i:t}),t).split(JSON.stringify(i)).join("<undefined>")}function S(e){return function(t){for(var n=[],r=1;r<arguments.length;r++)n[r-1]=arguments[r];if("number"==typeof t){var i=t;(t=F(i))||(t=j(i,n),n=[])}e.apply(void 0,[t].concat(n))}}var w=Object.assign((function(e,t){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];e||N(e,F(t,n)||j(t,n))}),{debug:S(N.debug),log:S(N.log),warn:S(N.warn),error:S(N.error)}),R=Symbol.for("ApolloErrorMessageHandler_"+D);function L(e){if("string"==typeof e)return e;try{return A(e,2).slice(0,1e3)}catch(e){return"<non-serializable>"}}function F(e,t){if(void 0===t&&(t=[]),e)return O[R]&&O[R](e,t.map(L))}function j(e,t){if(void 0===t&&(t=[]),e)return"An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#".concat(encodeURIComponent(JSON.stringify({version:D,message:e,args:t.map(L)})))}function P(e,t){if(!Boolean(e))throw new Error(t)}function M(e,t){if(!Boolean(e))throw new Error("Unexpected invariant triggered.")}const U=/\r\n|[\n\r]/g;function B(e,t){let n=0,r=1;for(const i of e.body.matchAll(U)){if("number"==typeof i.index||M(!1),i.index>=t)break;n=i.index+i[0].length,r+=1}return{line:r,column:t+1-n}}function V(e,t){const n=e.locationOffset.column-1,r="".padStart(n)+e.body,i=t.line-1,s=e.locationOffset.line-1,o=t.line+s,a=1===t.line?n:0,c=t.column+a,l=`${e.name}:${o}:${c}\n`,u=r.split(/\r\n|[\n\r]/g),d=u[i];if(d.length>120){const e=Math.floor(c/80),t=c%80,n=[];for(let e=0;e<d.length;e+=80)n.push(d.slice(e,e+80));return l+G([[`${o} |`,n[0]],...n.slice(1,e+1).map((e=>["|",e])),["|","^".padStart(t)],["|",n[e+1]]])}return l+G([[o-1+" |",u[i-1]],[`${o} |`,d],["|","^".padStart(c)],[`${o+1} |`,u[i+1]]])}function G(e){const t=e.filter((([e,t])=>void 0!==t)),n=Math.max(...t.map((([e])=>e.length)));return t.map((([e,t])=>e.padStart(n)+(t?" "+t:""))).join("\n")}class z extends Error{constructor(e,...t){var n,r,i;const{nodes:s,source:o,positions:a,path:c,originalError:l,extensions:u}=function(e){const t=e[0];return null==t||"kind"in t||"length"in t?{nodes:t,source:e[1],positions:e[2],path:e[3],originalError:e[4],extensions:e[5]}:t}(t);super(e),this.name="GraphQLError",this.path=null!=c?c:void 0,this.originalError=null!=l?l:void 0,this.nodes=$(Array.isArray(s)?s:s?[s]:void 0);const d=$(null===(n=this.nodes)||void 0===n?void 0:n.map((e=>e.loc)).filter((e=>null!=e)));this.source=null!=o?o:null==d||null===(r=d[0])||void 0===r?void 0:r.source,this.positions=null!=a?a:null==d?void 0:d.map((e=>e.start)),this.locations=a&&o?a.map((e=>B(o,e))):null==d?void 0:d.map((e=>B(e.source,e.start)));const p="object"==typeof(h=null==l?void 0:l.extensions)&&null!==h?null==l?void 0:l.extensions:void 0;var h;this.extensions=null!==(i=null!=u?u:p)&&void 0!==i?i:Object.create(null),Object.defineProperties(this,{message:{writable:!0,enumerable:!0},name:{enumerable:!1},nodes:{enumerable:!1},source:{enumerable:!1},positions:{enumerable:!1},originalError:{enumerable:!1}}),null!=l&&l.stack?Object.defineProperty(this,"stack",{value:l.stack,writable:!0,configurable:!0}):Error.captureStackTrace?Error.captureStackTrace(this,z):Object.defineProperty(this,"stack",{value:Error().stack,writable:!0,configurable:!0})}get[Symbol.toStringTag](){return"GraphQLError"}toString(){let e=this.message;if(this.nodes)for(const n of this.nodes)n.loc&&(e+="\n\n"+V((t=n.loc).source,B(t.source,t.start)));else if(this.source&&this.locations)for(const t of this.locations)e+="\n\n"+V(this.source,t);var t;return e}toJSON(){const e={message:this.message};return null!=this.locations&&(e.locations=this.locations),null!=this.path&&(e.path=this.path),null!=this.extensions&&Object.keys(this.extensions).length>0&&(e.extensions=this.extensions),e}}function $(e){return void 0===e||0===e.length?void 0:e}function K(e,t,n){return new z(`Syntax Error: ${n}`,{source:e,positions:[t]})}class Y{constructor(e,t,n){this.start=e.start,this.end=t.end,this.startToken=e,this.endToken=t,this.source=n}get[Symbol.toStringTag](){return"Location"}toJSON(){return{start:this.start,end:this.end}}}class J{constructor(e,t,n,r,i,s){this.kind=e,this.start=t,this.end=n,this.line=r,this.column=i,this.value=s,this.prev=null,this.next=null}get[Symbol.toStringTag](){return"Token"}toJSON(){return{kind:this.kind,value:this.value,line:this.line,column:this.column}}}var q,Q,W,X;function H(e){return e>=48&&e<=57}function Z(e){return e>=97&&e<=122||e>=65&&e<=90}function ee(e){return Z(e)||95===e}function te(e){return Z(e)||H(e)||95===e}function ne(e){var t;let n=Number.MAX_SAFE_INTEGER,r=null,i=-1;for(let t=0;t<e.length;++t){var s;const o=e[t],a=re(o);a!==o.length&&(r=null!==(s=r)&&void 0!==s?s:t,i=t,0!==t&&a<n&&(n=a))}return e.map(((e,t)=>0===t?e:e.slice(n))).slice(null!==(t=r)&&void 0!==t?t:0,i+1)}function re(e){let t=0;for(;t<e.length&&(9===(n=e.charCodeAt(t))||32===n);)++t;var n;return t}new Set(Object.keys({Name:[],Document:["definitions"],OperationDefinition:["name","variableDefinitions","directives","selectionSet"],VariableDefinition:["variable","type","defaultValue","directives"],Variable:["name"],SelectionSet:["selections"],Field:["alias","name","arguments","directives","selectionSet"],Argument:["name","value"],FragmentSpread:["name","directives"],InlineFragment:["typeCondition","directives","selectionSet"],FragmentDefinition:["name","variableDefinitions","typeCondition","directives","selectionSet"],IntValue:[],FloatValue:[],StringValue:[],BooleanValue:[],NullValue:[],EnumValue:[],ListValue:["values"],ObjectValue:["fields"],ObjectField:["name","value"],Directive:["name","arguments"],NamedType:["name"],ListType:["type"],NonNullType:["type"],SchemaDefinition:["description","directives","operationTypes"],OperationTypeDefinition:["type"],ScalarTypeDefinition:["description","name","directives"],ObjectTypeDefinition:["description","name","interfaces","directives","fields"],FieldDefinition:["description","name","arguments","type","directives"],InputValueDefinition:["description","name","type","defaultValue","directives"],InterfaceTypeDefinition:["description","name","interfaces","directives","fields"],UnionTypeDefinition:["description","name","directives","types"],EnumTypeDefinition:["description","name","directives","values"],EnumValueDefinition:["description","name","directives"],InputObjectTypeDefinition:["description","name","directives","fields"],DirectiveDefinition:["description","name","arguments","locations"],SchemaExtension:["directives","operationTypes"],ScalarTypeExtension:["name","directives"],ObjectTypeExtension:["name","interfaces","directives","fields"],InterfaceTypeExtension:["name","interfaces","directives","fields"],UnionTypeExtension:["name","directives","types"],EnumTypeExtension:["name","directives","values"],InputObjectTypeExtension:["name","directives","fields"]})),function(e){e.QUERY="query",e.MUTATION="mutation",e.SUBSCRIPTION="subscription"}(q||(q={})),function(e){e.QUERY="QUERY",e.MUTATION="MUTATION",e.SUBSCRIPTION="SUBSCRIPTION",e.FIELD="FIELD",e.FRAGMENT_DEFINITION="FRAGMENT_DEFINITION",e.FRAGMENT_SPREAD="FRAGMENT_SPREAD",e.INLINE_FRAGMENT="INLINE_FRAGMENT",e.VARIABLE_DEFINITION="VARIABLE_DEFINITION",e.SCHEMA="SCHEMA",e.SCALAR="SCALAR",e.OBJECT="OBJECT",e.FIELD_DEFINITION="FIELD_DEFINITION",e.ARGUMENT_DEFINITION="ARGUMENT_DEFINITION",e.INTERFACE="INTERFACE",e.UNION="UNION",e.ENUM="ENUM",e.ENUM_VALUE="ENUM_VALUE",e.INPUT_OBJECT="INPUT_OBJECT",e.INPUT_FIELD_DEFINITION="INPUT_FIELD_DEFINITION"}(Q||(Q={})),function(e){e.NAME="Name",e.DOCUMENT="Document",e.OPERATION_DEFINITION="OperationDefinition",e.VARIABLE_DEFINITION="VariableDefinition",e.SELECTION_SET="SelectionSet",e.FIELD="Field",e.ARGUMENT="Argument",e.FRAGMENT_SPREAD="FragmentSpread",e.INLINE_FRAGMENT="InlineFragment",e.FRAGMENT_DEFINITION="FragmentDefinition",e.VARIABLE="Variable",e.INT="IntValue",e.FLOAT="FloatValue",e.STRING="StringValue",e.BOOLEAN="BooleanValue",e.NULL="NullValue",e.ENUM="EnumValue",e.LIST="ListValue",e.OBJECT="ObjectValue",e.OBJECT_FIELD="ObjectField",e.DIRECTIVE="Directive",e.NAMED_TYPE="NamedType",e.LIST_TYPE="ListType",e.NON_NULL_TYPE="NonNullType",e.SCHEMA_DEFINITION="SchemaDefinition",e.OPERATION_TYPE_DEFINITION="OperationTypeDefinition",e.SCALAR_TYPE_DEFINITION="ScalarTypeDefinition",e.OBJECT_TYPE_DEFINITION="ObjectTypeDefinition",e.FIELD_DEFINITION="FieldDefinition",e.INPUT_VALUE_DEFINITION="InputValueDefinition",e.INTERFACE_TYPE_DEFINITION="InterfaceTypeDefinition",e.UNION_TYPE_DEFINITION="UnionTypeDefinition",e.ENUM_TYPE_DEFINITION="EnumTypeDefinition",e.ENUM_VALUE_DEFINITION="EnumValueDefinition",e.INPUT_OBJECT_TYPE_DEFINITION="InputObjectTypeDefinition",e.DIRECTIVE_DEFINITION="DirectiveDefinition",e.SCHEMA_EXTENSION="SchemaExtension",e.SCALAR_TYPE_EXTENSION="ScalarTypeExtension",e.OBJECT_TYPE_EXTENSION="ObjectTypeExtension",e.INTERFACE_TYPE_EXTENSION="InterfaceTypeExtension",e.UNION_TYPE_EXTENSION="UnionTypeExtension",e.ENUM_TYPE_EXTENSION="EnumTypeExtension",e.INPUT_OBJECT_TYPE_EXTENSION="InputObjectTypeExtension"}(W||(W={})),function(e){e.SOF="<SOF>",e.EOF="<EOF>",e.BANG="!",e.DOLLAR="$",e.AMP="&",e.PAREN_L="(",e.PAREN_R=")",e.SPREAD="...",e.COLON=":",e.EQUALS="=",e.AT="@",e.BRACKET_L="[",e.BRACKET_R="]",e.BRACE_L="{",e.PIPE="|",e.BRACE_R="}",e.NAME="Name",e.INT="Int",e.FLOAT="Float",e.STRING="String",e.BLOCK_STRING="BlockString",e.COMMENT="Comment"}(X||(X={}));class ie{constructor(e){const t=new J(X.SOF,0,0,0,0);this.source=e,this.lastToken=t,this.token=t,this.line=1,this.lineStart=0}get[Symbol.toStringTag](){return"Lexer"}advance(){this.lastToken=this.token;return this.token=this.lookahead()}lookahead(){let e=this.token;if(e.kind!==X.EOF)do{if(e.next)e=e.next;else{const t=de(this,e.end);e.next=t,t.prev=e,e=t}}while(e.kind===X.COMMENT);return e}}function se(e){return e>=0&&e<=55295||e>=57344&&e<=1114111}function oe(e,t){return ae(e.charCodeAt(t))&&ce(e.charCodeAt(t+1))}function ae(e){return e>=55296&&e<=56319}function ce(e){return e>=56320&&e<=57343}function le(e,t){const n=e.source.body.codePointAt(t);if(void 0===n)return X.EOF;if(n>=32&&n<=126){const e=String.fromCodePoint(n);return'"'===e?"'\"'":`"${e}"`}return"U+"+n.toString(16).toUpperCase().padStart(4,"0")}function ue(e,t,n,r,i){const s=e.line,o=1+n-e.lineStart;return new J(t,n,r,s,o,i)}function de(e,t){const n=e.source.body,r=n.length;let i=t;for(;i<r;){const t=n.charCodeAt(i);switch(t){case 65279:case 9:case 32:case 44:++i;continue;case 10:++i,++e.line,e.lineStart=i;continue;case 13:10===n.charCodeAt(i+1)?i+=2:++i,++e.line,e.lineStart=i;continue;case 35:return pe(e,i);case 33:return ue(e,X.BANG,i,i+1);case 36:return ue(e,X.DOLLAR,i,i+1);case 38:return ue(e,X.AMP,i,i+1);case 40:return ue(e,X.PAREN_L,i,i+1);case 41:return ue(e,X.PAREN_R,i,i+1);case 46:if(46===n.charCodeAt(i+1)&&46===n.charCodeAt(i+2))return ue(e,X.SPREAD,i,i+3);break;case 58:return ue(e,X.COLON,i,i+1);case 61:return ue(e,X.EQUALS,i,i+1);case 64:return ue(e,X.AT,i,i+1);case 91:return ue(e,X.BRACKET_L,i,i+1);case 93:return ue(e,X.BRACKET_R,i,i+1);case 123:return ue(e,X.BRACE_L,i,i+1);case 124:return ue(e,X.PIPE,i,i+1);case 125:return ue(e,X.BRACE_R,i,i+1);case 34:return 34===n.charCodeAt(i+1)&&34===n.charCodeAt(i+2)?xe(e,i):me(e,i)}if(H(t)||45===t)return he(e,i,t);if(ee(t))return Ne(e,i);throw K(e.source,i,39===t?"Unexpected single quote character ('), did you mean to use a double quote (\")?":se(t)||oe(n,i)?`Unexpected character: ${le(e,i)}.`:`Invalid character: ${le(e,i)}.`)}return ue(e,X.EOF,r,r)}function pe(e,t){const n=e.source.body,r=n.length;let i=t+1;for(;i<r;){const e=n.charCodeAt(i);if(10===e||13===e)break;if(se(e))++i;else{if(!oe(n,i))break;i+=2}}return ue(e,X.COMMENT,t,i,n.slice(t+1,i))}function he(e,t,n){const r=e.source.body;let i=t,s=n,o=!1;if(45===s&&(s=r.charCodeAt(++i)),48===s){if(s=r.charCodeAt(++i),H(s))throw K(e.source,i,`Invalid number, unexpected digit after 0: ${le(e,i)}.`)}else i=fe(e,i,s),s=r.charCodeAt(i);if(46===s&&(o=!0,s=r.charCodeAt(++i),i=fe(e,i,s),s=r.charCodeAt(i)),69!==s&&101!==s||(o=!0,s=r.charCodeAt(++i),43!==s&&45!==s||(s=r.charCodeAt(++i)),i=fe(e,i,s),s=r.charCodeAt(i)),46===s||ee(s))throw K(e.source,i,`Invalid number, expected digit but got: ${le(e,i)}.`);return ue(e,o?X.FLOAT:X.INT,t,i,r.slice(t,i))}function fe(e,t,n){if(!H(n))throw K(e.source,t,`Invalid number, expected digit but got: ${le(e,t)}.`);const r=e.source.body;let i=t+1;for(;H(r.charCodeAt(i));)++i;return i}function me(e,t){const n=e.source.body,r=n.length;let i=t+1,s=i,o="";for(;i<r;){const r=n.charCodeAt(i);if(34===r)return o+=n.slice(s,i),ue(e,X.STRING,t,i+1,o);if(92!==r){if(10===r||13===r)break;if(se(r))++i;else{if(!oe(n,i))throw K(e.source,i,`Invalid character within String: ${le(e,i)}.`);i+=2}}else{o+=n.slice(s,i);const t=117===n.charCodeAt(i+1)?123===n.charCodeAt(i+2)?Ee(e,i):ge(e,i):Te(e,i);o+=t.value,i+=t.size,s=i}}throw K(e.source,i,"Unterminated string.")}function Ee(e,t){const n=e.source.body;let r=0,i=3;for(;i<12;){const e=n.charCodeAt(t+i++);if(125===e){if(i<5||!se(r))break;return{value:String.fromCodePoint(r),size:i}}if(r=r<<4|ve(e),r<0)break}throw K(e.source,t,`Invalid Unicode escape sequence: "${n.slice(t,t+i)}".`)}function ge(e,t){const n=e.source.body,r=ye(n,t+2);if(se(r))return{value:String.fromCodePoint(r),size:6};if(ae(r)&&92===n.charCodeAt(t+6)&&117===n.charCodeAt(t+7)){const e=ye(n,t+8);if(ce(e))return{value:String.fromCodePoint(r,e),size:12}}throw K(e.source,t,`Invalid Unicode escape sequence: "${n.slice(t,t+6)}".`)}function ye(e,t){return ve(e.charCodeAt(t))<<12|ve(e.charCodeAt(t+1))<<8|ve(e.charCodeAt(t+2))<<4|ve(e.charCodeAt(t+3))}function ve(e){return e>=48&&e<=57?e-48:e>=65&&e<=70?e-55:e>=97&&e<=102?e-87:-1}function Te(e,t){const n=e.source.body;switch(n.charCodeAt(t+1)){case 34:return{value:'"',size:2};case 92:return{value:"\\",size:2};case 47:return{value:"/",size:2};case 98:return{value:"\b",size:2};case 102:return{value:"\f",size:2};case 110:return{value:"\n",size:2};case 114:return{value:"\r",size:2};case 116:return{value:"\t",size:2}}throw K(e.source,t,`Invalid character escape sequence: "${n.slice(t,t+2)}".`)}function xe(e,t){const n=e.source.body,r=n.length;let i=e.lineStart,s=t+3,o=s,a="";const c=[];for(;s<r;){const r=n.charCodeAt(s);if(34===r&&34===n.charCodeAt(s+1)&&34===n.charCodeAt(s+2)){a+=n.slice(o,s),c.push(a);const r=ue(e,X.BLOCK_STRING,t,s+3,ne(c).join("\n"));return e.line+=c.length-1,e.lineStart=i,r}if(92!==r||34!==n.charCodeAt(s+1)||34!==n.charCodeAt(s+2)||34!==n.charCodeAt(s+3))if(10!==r&&13!==r)if(se(r))++s;else{if(!oe(n,s))throw K(e.source,s,`Invalid character within String: ${le(e,s)}.`);s+=2}else a+=n.slice(o,s),c.push(a),13===r&&10===n.charCodeAt(s+1)?s+=2:++s,a="",o=s,i=s;else a+=n.slice(o,s),o=s+1,s+=4}throw K(e.source,s,"Unterminated string.")}function Ne(e,t){const n=e.source.body,r=n.length;let i=t+1;for(;i<r;){if(!te(n.charCodeAt(i)))break;++i}return ue(e,X.NAME,t,i,n.slice(t,i))}function be(e){return Ie(e,[])}function Ie(e,t){switch(typeof e){case"string":return JSON.stringify(e);case"function":return e.name?`[function ${e.name}]`:"[function]";case"object":return function(e,t){if(null===e)return"null";if(t.includes(e))return"[Circular]";const n=[...t,e];if(function(e){return"function"==typeof e.toJSON}(e)){const t=e.toJSON();if(t!==e)return"string"==typeof t?t:Ie(t,n)}else if(Array.isArray(e))return function(e,t){if(0===e.length)return"[]";if(t.length>2)return"[Array]";const n=Math.min(10,e.length),r=e.length-n,i=[];for(let r=0;r<n;++r)i.push(Ie(e[r],t));1===r?i.push("... 1 more item"):r>1&&i.push(`... ${r} more items`);return"["+i.join(", ")+"]"}(e,n);return function(e,t){const n=Object.entries(e);if(0===n.length)return"{}";if(t.length>2)return"["+function(e){const t=Object.prototype.toString.call(e).replace(/^\[object /,"").replace(/]$/,"");if("Object"===t&&"function"==typeof e.constructor){const t=e.constructor.name;if("string"==typeof t&&""!==t)return t}return t}(e)+"]";const r=n.map((([e,n])=>e+": "+Ie(n,t)));return"{ "+r.join(", ")+" }"}(e,n)}(e,t);default:return String(e)}}const _e=globalThis.process&&"production"===process.env.NODE_ENV?function(e,t){return e instanceof t}:function(e,t){if(e instanceof t)return!0;if("object"==typeof e&&null!==e){var n;const r=t.prototype[Symbol.toStringTag];if(r===(Symbol.toStringTag in e?e[Symbol.toStringTag]:null===(n=e.constructor)||void 0===n?void 0:n.name)){const t=be(e);throw new Error(`Cannot use ${r} "${t}" from another module or realm.\n\nEnsure that there is only one instance of "graphql" in the node_modules\ndirectory. If different versions of "graphql" are the dependencies of other\nrelied on modules, use "resolutions" to ensure only one version is installed.\n\nhttps://yarnpkg.com/en/docs/selective-version-resolutions\n\nDuplicate "graphql" modules cannot be used at the same time since different\nversions may have different capabilities and behavior. The data from one\nversion used in the function from another could produce confusing and\nspurious results.`)}}return!1};class De{constructor(e,t="GraphQL request",n={line:1,column:1}){"string"==typeof e||P(!1,`Body must be a string. Received: ${be(e)}.`),this.body=e,this.name=t,this.locationOffset=n,this.locationOffset.line>0||P(!1,"line in locationOffset is 1-indexed and must be positive."),this.locationOffset.column>0||P(!1,"column in locationOffset is 1-indexed and must be positive.")}get[Symbol.toStringTag](){return"Source"}}class Ce{constructor(e,t={}){const n=function(e){return _e(e,De)}(e)?e:new De(e);this._lexer=new ie(n),this._options=t,this._tokenCounter=0}get tokenCount(){return this._tokenCounter}parseName(){const e=this.expectToken(X.NAME);return this.node(e,{kind:W.NAME,value:e.value})}parseDocument(){return this.node(this._lexer.token,{kind:W.DOCUMENT,definitions:this.many(X.SOF,this.parseDefinition,X.EOF)})}parseDefinition(){if(this.peek(X.BRACE_L))return this.parseOperationDefinition();const e=this.peekDescription(),t=e?this._lexer.lookahead():this._lexer.token;if(t.kind===X.NAME){switch(t.value){case"schema":return this.parseSchemaDefinition();case"scalar":return this.parseScalarTypeDefinition();case"type":return this.parseObjectTypeDefinition();case"interface":return this.parseInterfaceTypeDefinition();case"union":return this.parseUnionTypeDefinition();case"enum":return this.parseEnumTypeDefinition();case"input":return this.parseInputObjectTypeDefinition();case"directive":return this.parseDirectiveDefinition()}if(e)throw K(this._lexer.source,this._lexer.token.start,"Unexpected description, descriptions are supported only on type definitions.");switch(t.value){case"query":case"mutation":case"subscription":return this.parseOperationDefinition();case"fragment":return this.parseFragmentDefinition();case"extend":return this.parseTypeSystemExtension()}}throw this.unexpected(t)}parseOperationDefinition(){const e=this._lexer.token;if(this.peek(X.BRACE_L))return this.node(e,{kind:W.OPERATION_DEFINITION,operation:q.QUERY,name:void 0,variableDefinitions:[],directives:[],selectionSet:this.parseSelectionSet()});const t=this.parseOperationType();let n;return this.peek(X.NAME)&&(n=this.parseName()),this.node(e,{kind:W.OPERATION_DEFINITION,operation:t,name:n,variableDefinitions:this.parseVariableDefinitions(),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet()})}parseOperationType(){const e=this.expectToken(X.NAME);switch(e.value){case"query":return q.QUERY;case"mutation":return q.MUTATION;case"subscription":return q.SUBSCRIPTION}throw this.unexpected(e)}parseVariableDefinitions(){return this.optionalMany(X.PAREN_L,this.parseVariableDefinition,X.PAREN_R)}parseVariableDefinition(){return this.node(this._lexer.token,{kind:W.VARIABLE_DEFINITION,variable:this.parseVariable(),type:(this.expectToken(X.COLON),this.parseTypeReference()),defaultValue:this.expectOptionalToken(X.EQUALS)?this.parseConstValueLiteral():void 0,directives:this.parseConstDirectives()})}parseVariable(){const e=this._lexer.token;return this.expectToken(X.DOLLAR),this.node(e,{kind:W.VARIABLE,name:this.parseName()})}parseSelectionSet(){return this.node(this._lexer.token,{kind:W.SELECTION_SET,selections:this.many(X.BRACE_L,this.parseSelection,X.BRACE_R)})}parseSelection(){return this.peek(X.SPREAD)?this.parseFragment():this.parseField()}parseField(){const e=this._lexer.token,t=this.parseName();let n,r;return this.expectOptionalToken(X.COLON)?(n=t,r=this.parseName()):r=t,this.node(e,{kind:W.FIELD,alias:n,name:r,arguments:this.parseArguments(!1),directives:this.parseDirectives(!1),selectionSet:this.peek(X.BRACE_L)?this.parseSelectionSet():void 0})}parseArguments(e){const t=e?this.parseConstArgument:this.parseArgument;return this.optionalMany(X.PAREN_L,t,X.PAREN_R)}parseArgument(e=!1){const t=this._lexer.token,n=this.parseName();return this.expectToken(X.COLON),this.node(t,{kind:W.ARGUMENT,name:n,value:this.parseValueLiteral(e)})}parseConstArgument(){return this.parseArgument(!0)}parseFragment(){const e=this._lexer.token;this.expectToken(X.SPREAD);const t=this.expectOptionalKeyword("on");return!t&&this.peek(X.NAME)?this.node(e,{kind:W.FRAGMENT_SPREAD,name:this.parseFragmentName(),directives:this.parseDirectives(!1)}):this.node(e,{kind:W.INLINE_FRAGMENT,typeCondition:t?this.parseNamedType():void 0,directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet()})}parseFragmentDefinition(){const e=this._lexer.token;return this.expectKeyword("fragment"),!0===this._options.allowLegacyFragmentVariables?this.node(e,{kind:W.FRAGMENT_DEFINITION,name:this.parseFragmentName(),variableDefinitions:this.parseVariableDefinitions(),typeCondition:(this.expectKeyword("on"),this.parseNamedType()),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet()}):this.node(e,{kind:W.FRAGMENT_DEFINITION,name:this.parseFragmentName(),typeCondition:(this.expectKeyword("on"),this.parseNamedType()),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet()})}parseFragmentName(){if("on"===this._lexer.token.value)throw this.unexpected();return this.parseName()}parseValueLiteral(e){const t=this._lexer.token;switch(t.kind){case X.BRACKET_L:return this.parseList(e);case X.BRACE_L:return this.parseObject(e);case X.INT:return this.advanceLexer(),this.node(t,{kind:W.INT,value:t.value});case X.FLOAT:return this.advanceLexer(),this.node(t,{kind:W.FLOAT,value:t.value});case X.STRING:case X.BLOCK_STRING:return this.parseStringLiteral();case X.NAME:switch(this.advanceLexer(),t.value){case"true":return this.node(t,{kind:W.BOOLEAN,value:!0});case"false":return this.node(t,{kind:W.BOOLEAN,value:!1});case"null":return this.node(t,{kind:W.NULL});default:return this.node(t,{kind:W.ENUM,value:t.value})}case X.DOLLAR:if(e){if(this.expectToken(X.DOLLAR),this._lexer.token.kind===X.NAME){const e=this._lexer.token.value;throw K(this._lexer.source,t.start,`Unexpected variable "$${e}" in constant value.`)}throw this.unexpected(t)}return this.parseVariable();default:throw this.unexpected()}}parseConstValueLiteral(){return this.parseValueLiteral(!0)}parseStringLiteral(){const e=this._lexer.token;return this.advanceLexer(),this.node(e,{kind:W.STRING,value:e.value,block:e.kind===X.BLOCK_STRING})}parseList(e){return this.node(this._lexer.token,{kind:W.LIST,values:this.any(X.BRACKET_L,(()=>this.parseValueLiteral(e)),X.BRACKET_R)})}parseObject(e){return this.node(this._lexer.token,{kind:W.OBJECT,fields:this.any(X.BRACE_L,(()=>this.parseObjectField(e)),X.BRACE_R)})}parseObjectField(e){const t=this._lexer.token,n=this.parseName();return this.expectToken(X.COLON),this.node(t,{kind:W.OBJECT_FIELD,name:n,value:this.parseValueLiteral(e)})}parseDirectives(e){const t=[];for(;this.peek(X.AT);)t.push(this.parseDirective(e));return t}parseConstDirectives(){return this.parseDirectives(!0)}parseDirective(e){const t=this._lexer.token;return this.expectToken(X.AT),this.node(t,{kind:W.DIRECTIVE,name:this.parseName(),arguments:this.parseArguments(e)})}parseTypeReference(){const e=this._lexer.token;let t;if(this.expectOptionalToken(X.BRACKET_L)){const n=this.parseTypeReference();this.expectToken(X.BRACKET_R),t=this.node(e,{kind:W.LIST_TYPE,type:n})}else t=this.parseNamedType();return this.expectOptionalToken(X.BANG)?this.node(e,{kind:W.NON_NULL_TYPE,type:t}):t}parseNamedType(){return this.node(this._lexer.token,{kind:W.NAMED_TYPE,name:this.parseName()})}peekDescription(){return this.peek(X.STRING)||this.peek(X.BLOCK_STRING)}parseDescription(){if(this.peekDescription())return this.parseStringLiteral()}parseSchemaDefinition(){const e=this._lexer.token,t=this.parseDescription();this.expectKeyword("schema");const n=this.parseConstDirectives(),r=this.many(X.BRACE_L,this.parseOperationTypeDefinition,X.BRACE_R);return this.node(e,{kind:W.SCHEMA_DEFINITION,description:t,directives:n,operationTypes:r})}parseOperationTypeDefinition(){const e=this._lexer.token,t=this.parseOperationType();this.expectToken(X.COLON);const n=this.parseNamedType();return this.node(e,{kind:W.OPERATION_TYPE_DEFINITION,operation:t,type:n})}parseScalarTypeDefinition(){const e=this._lexer.token,t=this.parseDescription();this.expectKeyword("scalar");const n=this.parseName(),r=this.parseConstDirectives();return this.node(e,{kind:W.SCALAR_TYPE_DEFINITION,description:t,name:n,directives:r})}parseObjectTypeDefinition(){const e=this._lexer.token,t=this.parseDescription();this.expectKeyword("type");const n=this.parseName(),r=this.parseImplementsInterfaces(),i=this.parseConstDirectives(),s=this.parseFieldsDefinition();return this.node(e,{kind:W.OBJECT_TYPE_DEFINITION,description:t,name:n,interfaces:r,directives:i,fields:s})}parseImplementsInterfaces(){return this.expectOptionalKeyword("implements")?this.delimitedMany(X.AMP,this.parseNamedType):[]}parseFieldsDefinition(){return this.optionalMany(X.BRACE_L,this.parseFieldDefinition,X.BRACE_R)}parseFieldDefinition(){const e=this._lexer.token,t=this.parseDescription(),n=this.parseName(),r=this.parseArgumentDefs();this.expectToken(X.COLON);const i=this.parseTypeReference(),s=this.parseConstDirectives();return this.node(e,{kind:W.FIELD_DEFINITION,description:t,name:n,arguments:r,type:i,directives:s})}parseArgumentDefs(){return this.optionalMany(X.PAREN_L,this.parseInputValueDef,X.PAREN_R)}parseInputValueDef(){const e=this._lexer.token,t=this.parseDescription(),n=this.parseName();this.expectToken(X.COLON);const r=this.parseTypeReference();let i;this.expectOptionalToken(X.EQUALS)&&(i=this.parseConstValueLiteral());const s=this.parseConstDirectives();return this.node(e,{kind:W.INPUT_VALUE_DEFINITION,description:t,name:n,type:r,defaultValue:i,directives:s})}parseInterfaceTypeDefinition(){const e=this._lexer.token,t=this.parseDescription();this.expectKeyword("interface");const n=this.parseName(),r=this.parseImplementsInterfaces(),i=this.parseConstDirectives(),s=this.parseFieldsDefinition();return this.node(e,{kind:W.INTERFACE_TYPE_DEFINITION,description:t,name:n,interfaces:r,directives:i,fields:s})}parseUnionTypeDefinition(){const e=this._lexer.token,t=this.parseDescription();this.expectKeyword("union");const n=this.parseName(),r=this.parseConstDirectives(),i=this.parseUnionMemberTypes();return this.node(e,{kind:W.UNION_TYPE_DEFINITION,description:t,name:n,directives:r,types:i})}parseUnionMemberTypes(){return this.expectOptionalToken(X.EQUALS)?this.delimitedMany(X.PIPE,this.parseNamedType):[]}parseEnumTypeDefinition(){const e=this._lexer.token,t=this.parseDescription();this.expectKeyword("enum");const n=this.parseName(),r=this.parseConstDirectives(),i=this.parseEnumValuesDefinition();return this.node(e,{kind:W.ENUM_TYPE_DEFINITION,description:t,name:n,directives:r,values:i})}parseEnumValuesDefinition(){return this.optionalMany(X.BRACE_L,this.parseEnumValueDefinition,X.BRACE_R)}parseEnumValueDefinition(){const e=this._lexer.token,t=this.parseDescription(),n=this.parseEnumValueName(),r=this.parseConstDirectives();return this.node(e,{kind:W.ENUM_VALUE_DEFINITION,description:t,name:n,directives:r})}parseEnumValueName(){if("true"===this._lexer.token.value||"false"===this._lexer.token.value||"null"===this._lexer.token.value)throw K(this._lexer.source,this._lexer.token.start,`${Oe(this._lexer.token)} is reserved and cannot be used for an enum value.`);return this.parseName()}parseInputObjectTypeDefinition(){const e=this._lexer.token,t=this.parseDescription();this.expectKeyword("input");const n=this.parseName(),r=this.parseConstDirectives(),i=this.parseInputFieldsDefinition();return this.node(e,{kind:W.INPUT_OBJECT_TYPE_DEFINITION,description:t,name:n,directives:r,fields:i})}parseInputFieldsDefinition(){return this.optionalMany(X.BRACE_L,this.parseInputValueDef,X.BRACE_R)}parseTypeSystemExtension(){const e=this._lexer.lookahead();if(e.kind===X.NAME)switch(e.value){case"schema":return this.parseSchemaExtension();case"scalar":return this.parseScalarTypeExtension();case"type":return this.parseObjectTypeExtension();case"interface":return this.parseInterfaceTypeExtension();case"union":return this.parseUnionTypeExtension();case"enum":return this.parseEnumTypeExtension();case"input":return this.parseInputObjectTypeExtension()}throw this.unexpected(e)}parseSchemaExtension(){const e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("schema");const t=this.parseConstDirectives(),n=this.optionalMany(X.BRACE_L,this.parseOperationTypeDefinition,X.BRACE_R);if(0===t.length&&0===n.length)throw this.unexpected();return this.node(e,{kind:W.SCHEMA_EXTENSION,directives:t,operationTypes:n})}parseScalarTypeExtension(){const e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("scalar");const t=this.parseName(),n=this.parseConstDirectives();if(0===n.length)throw this.unexpected();return this.node(e,{kind:W.SCALAR_TYPE_EXTENSION,name:t,directives:n})}parseObjectTypeExtension(){const e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("type");const t=this.parseName(),n=this.parseImplementsInterfaces(),r=this.parseConstDirectives(),i=this.parseFieldsDefinition();if(0===n.length&&0===r.length&&0===i.length)throw this.unexpected();return this.node(e,{kind:W.OBJECT_TYPE_EXTENSION,name:t,interfaces:n,directives:r,fields:i})}parseInterfaceTypeExtension(){const e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("interface");const t=this.parseName(),n=this.parseImplementsInterfaces(),r=this.parseConstDirectives(),i=this.parseFieldsDefinition();if(0===n.length&&0===r.length&&0===i.length)throw this.unexpected();return this.node(e,{kind:W.INTERFACE_TYPE_EXTENSION,name:t,interfaces:n,directives:r,fields:i})}parseUnionTypeExtension(){const e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("union");const t=this.parseName(),n=this.parseConstDirectives(),r=this.parseUnionMemberTypes();if(0===n.length&&0===r.length)throw this.unexpected();return this.node(e,{kind:W.UNION_TYPE_EXTENSION,name:t,directives:n,types:r})}parseEnumTypeExtension(){const e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("enum");const t=this.parseName(),n=this.parseConstDirectives(),r=this.parseEnumValuesDefinition();if(0===n.length&&0===r.length)throw this.unexpected();return this.node(e,{kind:W.ENUM_TYPE_EXTENSION,name:t,directives:n,values:r})}parseInputObjectTypeExtension(){const e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("input");const t=this.parseName(),n=this.parseConstDirectives(),r=this.parseInputFieldsDefinition();if(0===n.length&&0===r.length)throw this.unexpected();return this.node(e,{kind:W.INPUT_OBJECT_TYPE_EXTENSION,name:t,directives:n,fields:r})}parseDirectiveDefinition(){const e=this._lexer.token,t=this.parseDescription();this.expectKeyword("directive"),this.expectToken(X.AT);const n=this.parseName(),r=this.parseArgumentDefs(),i=this.expectOptionalKeyword("repeatable");this.expectKeyword("on");const s=this.parseDirectiveLocations();return this.node(e,{kind:W.DIRECTIVE_DEFINITION,description:t,name:n,arguments:r,repeatable:i,locations:s})}parseDirectiveLocations(){return this.delimitedMany(X.PIPE,this.parseDirectiveLocation)}parseDirectiveLocation(){const e=this._lexer.token,t=this.parseName();if(Object.prototype.hasOwnProperty.call(Q,t.value))return t;throw this.unexpected(e)}node(e,t){return!0!==this._options.noLocation&&(t.loc=new Y(e,this._lexer.lastToken,this._lexer.source)),t}peek(e){return this._lexer.token.kind===e}expectToken(e){const t=this._lexer.token;if(t.kind===e)return this.advanceLexer(),t;throw K(this._lexer.source,t.start,`Expected ${ke(e)}, found ${Oe(t)}.`)}expectOptionalToken(e){return this._lexer.token.kind===e&&(this.advanceLexer(),!0)}expectKeyword(e){const t=this._lexer.token;if(t.kind!==X.NAME||t.value!==e)throw K(this._lexer.source,t.start,`Expected "${e}", found ${Oe(t)}.`);this.advanceLexer()}expectOptionalKeyword(e){const t=this._lexer.token;return t.kind===X.NAME&&t.value===e&&(this.advanceLexer(),!0)}unexpected(e){const t=null!=e?e:this._lexer.token;return K(this._lexer.source,t.start,`Unexpected ${Oe(t)}.`)}any(e,t,n){this.expectToken(e);const r=[];for(;!this.expectOptionalToken(n);)r.push(t.call(this));return r}optionalMany(e,t,n){if(this.expectOptionalToken(e)){const e=[];do{e.push(t.call(this))}while(!this.expectOptionalToken(n));return e}return[]}many(e,t,n){this.expectToken(e);const r=[];do{r.push(t.call(this))}while(!this.expectOptionalToken(n));return r}delimitedMany(e,t){this.expectOptionalToken(e);const n=[];do{n.push(t.call(this))}while(this.expectOptionalToken(e));return n}advanceLexer(){const{maxTokens:e}=this._options,t=this._lexer.advance();if(t.kind!==X.EOF&&(++this._tokenCounter,void 0!==e&&this._tokenCounter>e))throw K(this._lexer.source,t.start,`Document contains more that ${e} tokens. Parsing aborted.`)}}function Oe(e){const t=e.value;return ke(e.kind)+(null!=t?` "${t}"`:"")}function ke(e){return function(e){return e===X.BANG||e===X.DOLLAR||e===X.AMP||e===X.PAREN_L||e===X.PAREN_R||e===X.SPREAD||e===X.COLON||e===X.EQUALS||e===X.AT||e===X.BRACKET_L||e===X.BRACKET_R||e===X.BRACE_L||e===X.PIPE||e===X.BRACE_R}(e)?`"${e}"`:e}C((function(){return navigator.product}));var Ae="function"==typeof Symbol&&"function"==typeof Symbol.for,Se="function"==typeof C((function(){return window.document.createElement}));function we(){}C((function(){return navigator.userAgent.indexOf("jsdom")>=0}));const Re=we,Le="undefined"!=typeof WeakRef?WeakRef:function(e){return{deref:()=>e}},Fe="undefined"!=typeof WeakMap?WeakMap:Map,je="undefined"!=typeof FinalizationRegistry?FinalizationRegistry:function(){return{register:we,unregister:we}};class Pe{constructor(e=1/0,t=Re){this.max=e,this.dispose=t,this.map=new Fe,this.newest=null,this.oldest=null,this.unfinalizedNodes=new Set,this.finalizationScheduled=!1,this.size=0,this.finalize=()=>{const e=this.unfinalizedNodes.values();for(let t=0;t<10024;t++){const t=e.next().value;if(!t)break;this.unfinalizedNodes.delete(t);const n=t.key;delete t.key,t.keyRef=new Le(n),this.registry.register(n,t,t)}this.unfinalizedNodes.size>0?queueMicrotask(this.finalize):this.finalizationScheduled=!1},this.registry=new je(this.deleteNode.bind(this))}has(e){return this.map.has(e)}get(e){const t=this.getNode(e);return t&&t.value}getNode(e){const t=this.map.get(e);if(t&&t!==this.newest){const{older:e,newer:n}=t;n&&(n.older=e),e&&(e.newer=n),t.older=this.newest,t.older.newer=t,t.newer=null,this.newest=t,t===this.oldest&&(this.oldest=n)}return t}set(e,t){let n=this.getNode(e);return n?n.value=t:(n={key:e,value:t,newer:null,older:this.newest},this.newest&&(this.newest.newer=n),this.newest=n,this.oldest=this.oldest||n,this.scheduleFinalization(n),this.map.set(e,n),this.size++,n.value)}clean(){for(;this.oldest&&this.size>this.max;)this.deleteNode(this.oldest)}deleteNode(e){e===this.newest&&(this.newest=e.older),e===this.oldest&&(this.oldest=e.newer),e.newer&&(e.newer.older=e.older),e.older&&(e.older.newer=e.newer),this.size--;const t=e.key||e.keyRef&&e.keyRef.deref();this.dispose(e.value,t),e.keyRef?this.registry.unregister(e):this.unfinalizedNodes.delete(e),t&&this.map.delete(t)}delete(e){const t=this.map.get(e);return!!t&&(this.deleteNode(t),!0)}scheduleFinalization(e){this.unfinalizedNodes.add(e),this.finalizationScheduled||(this.finalizationScheduled=!0,queueMicrotask(this.finalize))}}var Me=new WeakSet;var Ue=function(e,t){var n=new Pe(e,t);return n.set=function(e,t){var n=Pe.prototype.set.call(this,e,t);return function(e){e.size<=(e.max||-1)||Me.has(e)||(Me.add(e),setTimeout((function(){e.clean(),Me.delete(e)}),100))}(this),n},n},Be=Symbol.for("apollo.cacheSize"),Ve=m({},O[Be]);function Ge(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var n=Object.create(null);return e.forEach((function(e){e&&Object.keys(e).forEach((function(t){var r=e[t];void 0!==r&&(n[t]=r)}))})),n}var ze=function(e){function t(n){var r,i,s=n.graphQLErrors,o=n.protocolErrors,a=n.clientErrors,c=n.networkError,l=n.errorMessage,u=n.extraInfo,d=e.call(this,l)||this;return d.name="ApolloError",d.graphQLErrors=s||[],d.protocolErrors=o||[],d.clientErrors=a||[],d.networkError=c||null,d.message=l||(i=g(g(g([],(r=d).graphQLErrors,!0),r.clientErrors,!0),r.protocolErrors,!0),r.networkError&&i.push(r.networkError),i.map((function(e){return null!==(t=e)&&"object"==typeof t&&e.message||"Error message not found.";var t})).join("\n")),d.extraInfo=u,d.cause=g(g(g([c],s||[],!0),o||[],!0),a||[],!0).find((function(e){return!!e}))||null,d.__proto__=t.prototype,d}return f(t,e),t}(Error);const{toString:$e,hasOwnProperty:Ke}=Object.prototype,Ye=Function.prototype.toString,Je=new Map;function qe(e,t){try{return Qe(e,t)}finally{Je.clear()}}function Qe(e,t){if(e===t)return!0;const n=$e.call(e);if(n!==$e.call(t))return!1;switch(n){case"[object Array]":if(e.length!==t.length)return!1;case"[object Object]":{if(Ze(e,t))return!0;const n=We(e),r=We(t),i=n.length;if(i!==r.length)return!1;for(let e=0;e<i;++e)if(!Ke.call(t,n[e]))return!1;for(let r=0;r<i;++r){const i=n[r];if(!Qe(e[i],t[i]))return!1}return!0}case"[object Error]":return e.name===t.name&&e.message===t.message;case"[object Number]":if(e!=e)return t!=t;case"[object Boolean]":case"[object Date]":return+e===+t;case"[object RegExp]":case"[object String]":return e==`${t}`;case"[object Map]":case"[object Set]":{if(e.size!==t.size)return!1;if(Ze(e,t))return!0;const r=e.entries(),i="[object Map]"===n;for(;;){const e=r.next();if(e.done)break;const[n,s]=e.value;if(!t.has(n))return!1;if(i&&!Qe(s,t.get(n)))return!1}return!0}case"[object Uint16Array]":case"[object Uint8Array]":case"[object Uint32Array]":case"[object Int32Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object ArrayBuffer]":e=new Uint8Array(e),t=new Uint8Array(t);case"[object DataView]":{let n=e.byteLength;if(n===t.byteLength)for(;n--&&e[n]===t[n];);return-1===n}case"[object AsyncFunction]":case"[object GeneratorFunction]":case"[object AsyncGeneratorFunction]":case"[object Function]":{const n=Ye.call(e);return n===Ye.call(t)&&!function(e,t){const n=e.length-t.length;return n>=0&&e.indexOf(t,n)===n}(n,He)}}return!1}function We(e){return Object.keys(e).filter(Xe,e)}function Xe(e){return void 0!==this[e]}const He="{ [native code] }";function Ze(e,t){let n=Je.get(e);if(n){if(n.has(t))return!0}else Je.set(e,n=new Set);return n.add(t),!1}var et=new Map,tt=new Map,nt=!0,rt=!1;function it(e){return e.replace(/[\s,]+/g," ").trim()}function st(e){var t=new Set,n=[];return e.definitions.forEach((function(e){if("FragmentDefinition"===e.kind){var r=e.name.value,i=it((o=e.loc).source.body.substring(o.start,o.end)),s=tt.get(r);s&&!s.has(i)?nt&&console.warn("Warning: fragment with name "+r+" already exists.\ngraphql-tag enforces all fragment names across your application to be unique; read more about\nthis in the docs: http://dev.apollodata.com/core/fragments.html#unique-names"):s||tt.set(r,s=new Set),s.add(i),t.has(i)||(t.add(i),n.push(e))}else n.push(e);var o})),m(m({},e),{definitions:n})}function ot(e){var t=it(e);if(!et.has(t)){var n=function(e,t){const n=new Ce(e,t),r=n.parseDocument();return Object.defineProperty(r,"tokenCount",{enumerable:!1,value:n.tokenCount}),r}(e,{experimentalFragmentVariables:rt,allowLegacyFragmentVariables:rt});if(!n||"Document"!==n.kind)throw new Error("Not a valid GraphQL document.");et.set(t,function(e){var t=new Set(e.definitions);t.forEach((function(e){e.loc&&delete e.loc,Object.keys(e).forEach((function(n){var r=e[n];r&&"object"==typeof r&&t.add(r)}))}));var n=e.loc;return n&&(delete n.startToken,delete n.endToken),e}(st(n)))}return et.get(t)}function at(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];"string"==typeof e&&(e=[e]);var r=e[0];return t.forEach((function(t,n){t&&"Document"===t.kind?r+=t.loc.source.body:r+=t,r+=e[n+1]})),ot(r)}var ct,lt=at,ut=function(){et.clear(),tt.clear()},dt=function(){nt=!1},pt=function(){rt=!0},ht=function(){rt=!1};(ct=at||(at={})).gql=lt,ct.resetCaches=ut,ct.disableFragmentWarnings=dt,ct.enableExperimentalFragmentVariables=pt,ct.disableExperimentalFragmentVariables=ht,at.default=at;var ft,mt={exports:{}};var Et,gt,yt,vt=(ft||(ft=1,(Et=mt).exports.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=void 0,Et.exports.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=void 0,Et.exports.__SERVER_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=void 0,Object.assign(Et.exports,n)),mt.exports),Tt=Ae?Symbol.for("__APOLLO_CONTEXT__"):"__APOLLO_CONTEXT__";function xt(e){var t=vt.useContext(function(){w(!0,54);var e=vt.createContext[Tt];return e||(Object.defineProperty(vt.createContext,Tt,{value:e=vt.createContext({}),enumerable:!1,writable:!1,configurable:!0}),e.displayName="ApolloContext"),e}()).client;return w(!!t,58),t}function Nt(e){var t;switch(e){case gt.Query:t="Query";break;case gt.Mutation:t="Mutation";break;case gt.Subscription:t="Subscription"}return t}function bt(e){yt||(yt=new Ue(Ve.parser||1e3));var t,n,r=yt.get(e);if(r)return r;w(!!e&&!!e.kind,70,e);for(var i=[],s=[],o=[],a=[],c=0,l=e.definitions;c<l.length;c++){var u=l[c];if("FragmentDefinition"!==u.kind){if("OperationDefinition"===u.kind)switch(u.operation){case"query":s.push(u);break;case"mutation":o.push(u);break;case"subscription":a.push(u)}}else i.push(u)}w(!i.length||s.length||o.length||a.length,71),w(s.length+o.length+a.length<=1,72,e,s.length,a.length,o.length),n=s.length?gt.Query:gt.Mutation,s.length||o.length||(n=gt.Subscription);var d=s.length?s:o.length?o:a;w(1===d.length,73,e,d.length);var p=d[0];t=p.variableDefinitions||[];var h={name:p.name&&"Name"===p.name.kind?p.name.value:"data",type:n,variables:t};return yt.set(e,h),h}!function(e){e[e.Query=0]="Query",e[e.Mutation=1]="Mutation",e[e.Subscription=2]="Subscription"}(gt||(gt={})),bt.resetCache=function(){yt=void 0};var It=Se?vt.useLayoutEffect:vt.useEffect;function _t(e,t){var n,r,i,s,o,a=xt();n=e,r=gt.Mutation,i=bt(n),s=Nt(r),o=Nt(i.type),w(i.type===r,74,s,s,o);var c=vt.useState({called:!1,loading:!1,client:a}),l=c[0],u=c[1],d=vt.useRef({result:l,mutationId:0,isMounted:!0,client:a,mutation:e,options:t});It((function(){Object.assign(d.current,{client:a,options:t,mutation:e})}));var p=vt.useCallback((function(e){void 0===e&&(e={});var t=d.current,n=t.options,r=t.mutation,i=m(m({},n),{mutation:r}),s=e.client||d.current.client;d.current.result.loading||i.ignoreResults||!d.current.isMounted||u(d.current.result={loading:!0,error:void 0,data:void 0,called:!0,client:s});var o=++d.current.mutationId,a=function(e,t){return Ge(e,t,t.variables&&{variables:Ge(m(m({},e&&e.variables),t.variables))})}(i,e);return s.mutate(a).then((function(t){var n,r,i=t.data,c=t.errors,l=c&&c.length>0?new ze({graphQLErrors:c}):void 0,p=e.onError||(null===(n=d.current.options)||void 0===n?void 0:n.onError);if(l&&p&&p(l,a),o===d.current.mutationId&&!a.ignoreResults){var h={called:!0,loading:!1,data:i,error:l,client:s};d.current.isMounted&&!qe(d.current.result,h)&&u(d.current.result=h)}var f=e.onCompleted||(null===(r=d.current.options)||void 0===r?void 0:r.onCompleted);return l||null==f||f(t.data,a),t}),(function(t){var n;if(o===d.current.mutationId&&d.current.isMounted){var r={loading:!1,error:t,data:void 0,called:!0,client:s};qe(d.current.result,r)||u(d.current.result=r)}var i=e.onError||(null===(n=d.current.options)||void 0===n?void 0:n.onError);if(i)return i(t,a),{data:void 0,errors:t};throw t}))}),[]),h=vt.useCallback((function(){if(d.current.isMounted){var e={called:!1,loading:!1,client:d.current.client};Object.assign(d.current,{mutationId:0,result:e}),u(e)}}),[]);return vt.useEffect((function(){var e=d.current;return e.isMounted=!0,function(){e.isMounted=!1}}),[]),[p,m({reset:h},l)]}const Dt=at`
2
+ mutation UpdateUser($input: Update_Auth_Input!) {
3
+ update_auth(input: $input) {
4
+ _id
5
+ firstName
6
+ lastName
7
+ email
8
+ role
9
+ dateAdded
10
+ projects
11
+ }
12
+ }
13
+ `,Ct=[],Ot=n.createContext(void 0);function kt(e){return Array.isArray(e)?e:[]}function At(e){return/<[a-z][\s\S]*>/i.test(e)}function St(e,t){for(let n=0;n<e.length;n++){let r=!1;if(r=At(e[n]),r){const r={text:e[n],hasLinks:!0};t.push(r)}else{const r={text:e[n],hasLinks:!1};t.push(r)}}}const wt=n.createContext(null),Rt=()=>{const e=n.useContext(wt);if(!e)throw new Error("useError must be used within an ErrorProvider");return e},Lt=({error:n,onClose:i})=>e.jsxs("div",{className:`text-white p-4 rounded-lg shadow-lg ring-2 ${(()=>{switch(n.type){case"success":return"ring-idd-green";case"warning":return"ring-idd-yellow";case"info":return"ring-idd-purple";default:return"ring-idd-active-color"}})()} flex items-start gap-3 max-w-md`,children:[e.jsx("div",{className:"flex-shrink-0 mt-0.5",children:(()=>{switch(n.type){case"success":return e.jsx(r.IDDOutlineCheckmarkIcon,{});case"warning":default:return e.jsx(r.IDDOutlineWarningIcon,{});case"info":return e.jsx(r.IDDInfoIcon,{})}})()}),e.jsx("div",{className:"flex-1 min-w-0",children:e.jsxs("div",{className:"font-idd-primary-font-regular text-lg leading-relaxed",children:[e.jsx("span",{className:"font-idd-primary-font-bold text-lg",children:(()=>{switch(n.type){case"success":return"Success: ";case"warning":return"Warning: ";case"info":return"Info: ";default:return"Error: "}})()})," ",n.message]})}),e.jsx(t.IDDButton,{buttonClass:"border-0 bg-idd-transparent ms-auto",onPress:()=>i(n.id),"aria-label":"Close",children:e.jsx(r.IDDXIcon,{})})]});exports.ActionTypes=i,exports.CancelActionButton=({children:n,onPress:r=()=>{},disabled:i=!1,className:s="w-auto"})=>e.jsx(t.IDDButton,{type:"button",onPress:r,disabled:i,buttonClass:`font-idd-primary-font-medium text-idd-primary-font-size text-idd-active-color text-center py-2 px-5 bg-idd-tertiary-background hover:bg-idd-active-color hover:text-idd-white focus:bg-idd-active-color focus:text-idd-white focus-visible:bg-idd-active-color focus-visible:text-idd-white focus:outline-none focus-visible:outline-none rounded-sm ${s}`,children:n}),exports.ConfirmActionButton=({children:n,onPress:r=()=>{},disabled:i=!1,type:s="submit",className:o="w-full"})=>e.jsx(t.IDDButton,{type:s,buttonClass:`font-idd-primary-font-medium text-idd-primary-font-size text-idd-black text-center py-2 px-5 bg-idd-tertiary-background hover:bg-idd-active-color hover:text-idd-white focus:bg-idd-active-color focus:text-idd-white focus-visible:bg-idd-active-color focus-visible:text-idd-white focus:outline-none focus-visible:outline-none rounded-sm ${o}`,onPress:r,disabled:i,children:n}),exports.ContentItem=({type:t,style:n,text:r,items:i,orderedListStyle:s="",unorderedListStyle:o="",paragraphStyle:a=""})=>{if("list"===t){if("ordered"===n){const t=[];return i&&St(i,t),e.jsx("ol",{className:s,children:t.map(((t,n)=>t.hasLinks?e.jsx("li",{dangerouslySetInnerHTML:{__html:t.text}},n):e.jsx("li",{children:t.text},n)))})}{const t=[];return i&&St(i,t),e.jsx("ul",{className:o,children:t.map(((t,n)=>t.hasLinks?e.jsx("li",{dangerouslySetInnerHTML:{__html:t.text}},n):e.jsx("li",{children:t.text},n)))})}}{let t;return r?(t=At(r),t?e.jsx("p",{className:a,dangerouslySetInnerHTML:{__html:r}}):e.jsx("p",{className:a,children:r})):e.jsx("p",{className:a,children:r})}},exports.DashboardProvider=({config:t,children:r})=>{const[i,s]=n.useState(t),o={config:i,updateConfig:e=>{s((t=>Object.assign(Object.assign({},t),e)))}};return e.jsx(Ot.Provider,{value:o,children:r})},exports.ErrorBoundary=c,exports.ErrorProvider=({children:t})=>{const[r,i]=n.useState([]),s=n.useRef(new Map),o=n.useCallback((e=>{const t=s.current.get(e);t&&(clearTimeout(t),s.current.delete(e)),i((t=>t.filter((t=>t.id!==e))))}),[]),a=n.useCallback(((e,t="error",n=!0,r=1e4)=>{const a=`error_${Date.now()}_${Math.random().toString(36).substr(2,9)}`,c={id:a,type:t,message:e,timestamp:Date.now(),autoHide:n,duration:r};if(i((n=>n.some((n=>n.message===e&&n.type===t))?n:[...n,c])),n&&r){const e=setTimeout((()=>{o(a)}),r);s.current.set(a,e)}return a}),[o]),c=n.useCallback((()=>{s.current.forEach((e=>{clearTimeout(e)})),s.current.clear(),i([])}),[]),l=n.useCallback(((e,t=!0)=>a(e,"error",t)),[a]),u=n.useCallback(((e,t=!0)=>a(e,"success",t)),[a]),d=n.useCallback(((e,t=!0)=>a(e,"warning",t)),[a]),p=n.useCallback(((e,t=!0)=>a(e,"info",t)),[a]);n.useEffect((()=>()=>{s.current.forEach((e=>{clearTimeout(e)})),s.current.clear()}),[]);const h={errors:r,addError:a,removeError:o,clearErrors:c,showError:l,showSuccess:u,showWarning:d,showInfo:p};return e.jsx(wt.Provider,{value:h,children:t})},exports.ErrorToast=Lt,exports.ErrorToastContainer=()=>{const{errors:t,removeError:n}=Rt();return 0===t.length?null:e.jsx("div",{className:"fixed bottom-10 right-10 flex flex-col gap-3",style:{zIndex:1e3},children:t.map((t=>e.jsx("div",{className:"bg-idd-white mt-3",children:e.jsx(Lt,{error:t,onClose:n})},t.id)))})},exports.IDDLinkInputItem=({id:i,idsArray:s,onDelete:o=()=>{},onBlur:a=()=>{},link:c,className:l=""})=>{const u=p(),d=t.useTailwindConfig(u.style),[h,f]=n.useState(d.colors["idd-black"]),[m,E]=n.useState({id:"",text:"",url:""});return n.useEffect((()=>{c&&(c.path&&c.path.length>0?E({id:c.id,text:c.text,url:c.path}):E(c))}),[c]),e.jsxs("div",{className:`flex justify-between items-center ${l}`,onBlur:e=>{e.stopPropagation(),a(m)},children:[e.jsx(t.IDDInput,{id:`link-${i}`,componentClass:"w-[45%]",type:"text",label:"Link Text",labelClass:"text-capitalize",showLabel:!!(m&&m.text&&m.text.length>0),placeholder:"Link Text",value:m.text,inputClass:"ps-3 active-primary-black",onChange:e=>{E(Object.assign(Object.assign({},m),{text:e.target.value}))}}),e.jsx(t.IDDInput,{id:`url-${i}`,componentClass:"w-45",type:"url",label:"URL",showLabel:!!(m&&m.url&&m.url.length>0),placeholder:"URL",value:m.url,inputClass:"ps-3 active-primary-black",onChange:e=>{E(Object.assign(Object.assign({},m),{url:e.target.value}))}}),e.jsx(t.IDDButton,{id:`removeLink-${i}`,onPress:()=>{if(s){let e=[...s];e=e.filter((e=>e!==i)),E({id:"",text:"",url:""}),o(e)}},onMouseEnter:()=>f("var(--idd-red)"),onFocus:()=>f("var(--idd-red)"),onMouseLeave:()=>f("var(--idd-primary-black)"),onBlur:()=>f("var(--idd-primary-black)"),isSecondary:!0,buttonClass:"flex items-center justify-center border-0 rounded-sm w-[1.5625rem] h-[1.5625rem] p-0",children:e.jsxs(n.Fragment,{children:[e.jsx("span",{className:"sr-only",children:"remove link"}),e.jsx(r.IDDXIcon,{wrapperClass:"flex justify-center items-center",color:h})]})})]})},exports.Layout=({children:t,className:n="flex items-center justify-center min-h-screen w-full p-5"})=>e.jsx(c,{children:e.jsx("div",{className:`bg-signup-theme bg-cover bg-center bg-no-repeat ${n}`,children:t})}),exports.Password=({onChange:i=()=>{},label:s="Password",value:o,componentClass:a="",appendToInputClass:c="",error:l="",errorColor:u="",isErrorOnlyColor:d=!0})=>{const[h,f]=n.useState(!1),[m,E]=n.useState(!1),g=p(),y=t.useTailwindConfig(g.style);return e.jsx(t.IDDInput,{label:s,value:o,type:h?"text":"password",componentClass:a,appendToInputClass:`me-4 ${c}`,activeTextColor:y.colors["idd-black"],inactiveTextColor:!o||"string"==typeof o&&0===o.length?y.colors["idd-grey"]:y.colors["idd-black"],activeColor:y.colors["idd-black"],inactiveColor:!o||"string"==typeof o&&0===o.length?y.colors["idd-grey"]:y.colors["idd-black"],activeLabelColor:y.colors["idd-black"],inactiveLabelColor:!o||"string"==typeof o&&0===o.length?y.colors["idd-grey"]:y.colors["idd-black"],errors:l,errorColor:d?!o||"string"==typeof o&&0===o.length?y.colors["idd-grey"]:y.colors["idd-black"]:u,errorClass:"font-idd-primary-font text-idd-primary-font-size !mb-0",errorStyle:d?{color:y.colors["idd-active-color"]}:{},onFocus:()=>E(!0),onBlur:()=>E(!1),appendToInput:e.jsx(t.IDDButton,{buttonClass:"p-1 rounded-sm focus:outline focus-visible:outline focus:outline-1 focus-visible:outline-1offset-1 focus:outline-idd-black focus-visible:outline-idd-black",onPress:()=>f(!h),children:e.jsxs(n.Fragment,{children:[e.jsx("span",{className:"sr-only",children:h?"password shown":"password hidden"}),h?e.jsx(r.IDDShowPasswordIcon,{color:m?y.colors["idd-black"]:y.colors["idd-grey"]}):e.jsx(r.IDDHidePasswordIcon,{color:m?y.colors["idd-black"]:y.colors["idd-grey"]})]})}),onChange:e=>{i&&i(e)}})},exports.PluginManager=({plugins:t,children:r})=>{const[i,s]=n.useState(t.length>0?t[0].id:null),[o,a]=n.useState(0);return e.jsxs("div",{className:"plugin-manager",children:[r,0===t.length?null:e.jsxs("div",{className:"plugin-list mb-4",children:[e.jsx("h3",{className:"text-lg font-semibold mb-2",children:"Available Plugins:"}),e.jsx("div",{className:"space-x-2",children:t.map((t=>e.jsx("button",{onClick:()=>{s(t.id),a(0)},className:"px-3 py-1 rounded "+(i===t.id?"bg-blue-500 text-white":"bg-gray-200 text-gray-700 hover:bg-gray-300"),children:t.name},t.id)))})]}),e.jsx("div",{className:"plugin-content",children:(()=>{if(!i||0===t.length)return null;const e=t.find((e=>e.id===i));if(!e||!e.tabs||0===e.tabs.length)return null;return(e.tabs[o]||e.tabs[0]).content})()})]})},exports.SimpleButton=({children:t,onClick:n,className:r="",disabled:i=!1})=>e.jsx("button",{onClick:n,disabled:i,className:`px-4 py-2 rounded bg-blue-500 text-white hover:bg-blue-600 disabled:opacity-50 ${r}`,children:t}),exports.TextInput=({label:n,onChange:r=()=>{},value:i,placeholder:s,type:o="text",readOnly:a=!1,error:c="",errorColor:l="",isErrorOnlyColor:u=!0})=>{const d=p(),h=t.useTailwindConfig(d.style);return e.jsx(t.IDDInput,{label:n,value:i,onChange:r,placeholder:s,type:o,readOnly:a,activeColor:a?h.colors["idd-grey"]:h.colors["idd-black"],inactiveColor:!i||"string"==typeof i&&0===i.length?h.colors["idd-grey"]:h.colors["idd-black"],activeLabelColor:a?h.colors["idd-grey"]:h.colors["idd-black"],inactiveLabelColor:!i||"string"==typeof i&&0===i.length?h.colors["idd-grey"]:h.colors["idd-black"],activeTextColor:a?h.colors["idd-grey"]:h.colors["idd-black"],inactiveTextColor:!i||"string"==typeof i&&0===i.length?h.colors["idd-grey"]:h.colors["idd-black"],inputWrapperClass:"w-full h-[3.125rem] rounded-sm",inputClass:a?"pointer-events-none":"",errors:c,errorColor:u?!i||"string"==typeof i&&0===i.length?h.colors["idd-grey"]:h.colors["idd-black"]:l,errorClass:"font-idd-primary-font text-idd-primary-font-size !mb-0",errorStyle:u?{color:h.colors["idd-active-color"]}:{}})},exports.defaultConfig=l,exports.ensureArray=kt,exports.flatten=function e(t){return(t||[]).reduce(((t,n)=>t.concat(Array.isArray(n)?e(n):n)),[])},exports.getArraysDiff=function(e,t){const n=t||[];return(e||[]).filter((e=>!n.includes(e)))},exports.getConfig=d,exports.getLocationString=e=>{let t="";return e&&(t=e.address_1&&e.address_1.length>0?e.address_1+", ":"",e.address_2&&e.address_2.length>0?t+=e.address_2+", ":t+="",e.city&&e.city.length>0?t+=e.city+", ":t+="",e.state&&e.state.length>0?t+=e.state:t+="",e.zip&&e.zip.length>0&&(t+=" "+e.zip)),t},exports.get_all_plugins=e=>Ct.flatMap((e=>Array.isArray(e)?e:[e])),exports.isNonEmptyArray=function(e){return Array.isArray(e)&&e.length>0},exports.isURL=function(e){return/^(?:\w+:)?\/\/([^\s.]+\.\S{2}|localhost[:?\d]*)\S*$/.test(e)},exports.mapUserRole=e=>"EVALUATOR"===e?"MODERATOR":e,exports.resetReducer=()=>({type:i.RESET}),exports.safeFilter=function(e,t){return kt(e).filter(t)},exports.safeFind=function(e,t){return kt(e).find(t)},exports.safeLength=function(e){return kt(e).length},exports.safeMap=function(e,t){return kt(e).map(t)},exports.safeSome=function(e,t){return kt(e).some(t)},exports.setConfig=e=>{u=Object.assign(Object.assign({},l),e)},exports.setCurrentItem=e=>({type:i.SET_CURRENT_ITEM,payload:e}),exports.setCurrentPlugin=s,exports.setCurrentPluginAndTab=(e,t)=>(n,r)=>{n(s(e)),n(o(0));const{session:i}=r(),c=[...i.currentState||[]],l=c.findIndex((t=>t.pluginID===e));-1!==l?c[l]={pluginID:e,tabID:t}:c.push({pluginID:e,tabID:t}),n(a(c))},exports.setCurrentState=a,exports.setCurrentTab=o,exports.setCurrentTabAndState=(e,t)=>(n,r)=>{n(o(e));const{session:i}=r(),s=i.current.id,c=[...i.currentState||[]],l=c.findIndex((e=>e.pluginID===s));-1!==l?c[l]={pluginID:s,tabID:t}:c.push({pluginID:s,tabID:t}),n(a(c))},exports.setCurrentView=e=>({type:i.SET_CURRENT_VIEW,payload:e}),exports.setPlugins=e=>({type:i.SET_PLUGINS,payload:e}),exports.setSetting=(e,t)=>({type:i.SET_SETTING,payload:{key:e,value:t}}),exports.toggleCollapsed=()=>({type:i.COLLAPSED_TOGGLE}),exports.toggleNotifications=()=>({type:i.TOGGLE_NOTIFICATIONS}),exports.truncate=(e,t)=>e&&e.length>t?e.slice(0,t)+"...":e,exports.useConfig=p,exports.useDashboard=()=>{const e=n.useContext(Ot);if(!e)throw new Error("useDashboard must be used within a DashboardProvider");return e},exports.useError=Rt,exports.useErrorBoundary=()=>{const{showError:e}=Rt();return{handleError:n.useCallback(((t,n)=>{console.error("Error caught by boundary:",t,n),e("An unexpected error occurred. Please try again.")}),[e])}},exports.useUpdateUser=()=>{const[e,{loading:t,error:n}]=_t(Dt);return{updateUser:t=>E(void 0,void 0,void 0,(function*(){try{const{data:n}=yield e({variables:{input:t}});return(null==n?void 0:n.update_auth)||null}catch(e){throw console.log("Error updating user:",e),e}})),loading:t,error:n}},exports.useWindowDimensions=()=>{const[e,t]=n.useState({width:0,height:0});return n.useEffect((()=>{function e(){t({width:window.innerWidth,height:window.innerHeight})}return e(),window.addEventListener("resize",e),()=>window.removeEventListener("resize",e)}),[]),e};
14
+ //# sourceMappingURL=index.js.map