aiware-js 1.0.0-master.797 → 1.0.0-master.798
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/js-core.esm.js +1 -1
- package/js-core.esm.js.gz +0 -0
- package/js-core.esm47.js +2 -2
- package/js-core.esm47.js.gz +0 -0
- package/js-core.umd.js +3 -3
- package/js-core.umd.js.gz +0 -0
- package/locales/en.json +1 -1
- package/locales/es.json +1 -1
- package/locales/fr.json +1 -1
- package/package.json +1 -1
package/js-core.esm.js
CHANGED
|
@@ -1528,4 +1528,4 @@ createScheduledJob(input:{
|
|
|
1528
1528
|
}
|
|
1529
1529
|
`)}),n},[]).join("\r\n")}
|
|
1530
1530
|
}
|
|
1531
|
-
`,l={entityId:t,entityType:e};try{a=yield baseGraphQLApi({query:s,operationName:n,variables:l,graphEndpoint:u,token:d})}catch(e){i=!0}if(a.errors){if(0===(o=a.errors.filter(({message:e})=>e.includes(' does not exist in "AuthPermissionType" enum.')).map(({message:e})=>{var t='Value "',n=e.substring(t.length).indexOf('"');return e.substring(t.length,t.length+n)})).length)throw i=!0,a={},new Error((null==(f=(a.errors||[])[0])?void 0:f.message)||"Error")}else i=!0}const c=a.data||{};return Object.keys(c).map(e=>{var t=e.split("__");return 3===t.length?{fetchedTargetEntityType:t[0],fetchedTargetGroupType:t[1],fetchedTargetAction:t[2],hasPermission:c[e][0].hasPermission}:{fetchedTargetEntityType:t[0],fetchedTargetAction:t[1],hasPermission:c[e][0].hasPermission}}).reduce((e,t)=>{var n=t.fetchedTargetGroupType||t.fetchedTargetEntityType;return t.hasPermission&&(e[n]||(e[n]={}),e[n][t.fetchedTargetAction]=t.hasPermission),e},{})})}function getMyRights(t){return __awaiter(this,void 0,void 0,function*(){var e="getMyRights";return(yield baseGraphQLApiWithError(Object.assign({query:"\n query getMyRights {\n myRights {\n operations\n }\n }\n ",operationName:e},t))).myRights.operations})}const selectPermissionsByEntity=(t,n,r)=>e=>{return t&&n&&(e=e[namespace].permissionsByObject[t])&&e[n]?e[n][r||t]:void 0},selectMyRights=e=>e[namespace].rights;var index=Object.freeze({__proto__:null,selectPermissionsByEntity:selectPermissionsByEntity,selectMyRights:selectMyRights});function*fetchObjectPermissions(t){var{entityId:t,entityType:n}=t.payload,i=yield select(selectApiConfigs$2),e=yield select(graphEndpointSelector),o=yield select(sessionTokenSelector),a=yield select(selectIsOLPEnabled),r=yield select(selectPermissionsByEntity(n,t));if(!r||"success"!==r.status&&"pending"!==r.status){yield put(actions.fetchObjectPermissionsStarted({entityId:t,entityType:n}));try{let r={};if(a)r=yield call$j(getObjectPermissions,e,o,{entityType:n,entityId:t});else{let e=yield select(selectMyRights);if("success"!==e.status&&"pending"!==e.status){yield put(actions.fetchMyRightsStarted);try{var s=yield call$j(getMyRights,i);yield put(actions.fetchMyRightsSucceeded(s)),e=yield select(selectMyRights)}catch(e){throw yield put(actions.fetchMyRightsFailed),e}}else"pending"===e.status&&(yield take([actions.fetchMyRightsFailed,actions.fetchMyRightsSucceeded]),e=yield select(selectMyRights));const l=e["myRights"];getPermissionTypesToQuery(n).forEach(n=>{var{action:e,resource:t}=n.targetActions.reduce((e,t)=>(e.action[t.targetAction]=convertPermissionsToRights(t.resource||n.targetObjectType,t.targetAction,l),e.resource=t.resource,e),{action:{}});r[t||n.targetObjectType]=e})}yield put(actions.fetchObjectPermissionsSucceeded({entityId:t,entityType:n,permissions:r}))}catch(e){actions.fetchObjectPermissionsFailed({entityId:t,entityType:n})}}}function*watchPermissionsStart(){yield takeEvery$1(actions.fetchObjectPermissionsStart.type,fetchObjectPermissions)}function*rootSaga(){yield all([watchPermissionsStart()])}function getPermissionsModule(){return{id:namespace,reducerMap:{[namespace]:permissionsReducer},sagas:[rootSaga],initialActions:[]}}const useOrganizationPermissions=e=>{const t=react$1.exports.useRef(),n=useDispatch(),r=null==(o=useSelector(userSelector$2).organization)?void 0:o.organizationId,i=useSelector(selectPermissionsByEntity(EAuthResourceType.Organization,String(r),e));react$1.exports.useEffect(()=>{!r||i&&"failure"!==i.status&&"idle"!==i.status&&t.current===r||(t.current=r,n(actions.fetchObjectPermissionsStart({entityType:EAuthResourceType.Organization,entityId:String(r)})))},[n,r,i]);var o=react$1.exports.useCallback(e=>{return!isPermissionLoading(i)&&hasPermission(i,e)},[i]);return{permissions:i,hasPermission:o}},rateLimiter=new RateLimiter,checkAndDecodeBase64String=t=>{if(null==t||!t.trim())return t;try{return window.btoa(window.atob(t))==t?window.atob(t):t}catch(e){return t}};function SnackbarRenderer(){return jsxRuntime.exports.jsx(Provider$2,Object.assign({store:store$5},{children:jsxRuntime.exports.jsx(DynamicModuleLoader,Object.assign({modules:[getSnackbarModule()]},{children:jsxRuntime.exports.jsx(CustomSnackbar,{})}))}))}store$5.addModules([getWidgetsModule(),getPanelsModule(registry,registryLookup),getDataModule(),getConfigModule(),getAuthModule(),getPermissionsModule()]);let hasLoaded=!1;const AppBarPreLoader=()=>{var e=useSelector(authSelector);return(null==(e=null==e?void 0:e.user)?void 0:e.token)&&!hasLoaded&&(hasLoaded=!0,setTimeout(()=>{store$5.addModules([getAppbarPanelModule()])},0)),null};function ApplicationDialogPreLoader(){var e=useSelector(authSelector);return(null==(e=null==e?void 0:e.user)?void 0:e.token)&&hasLoaded?jsxRuntime.exports.jsx(ApplicationDialog,{}):null}const authHelpers={updateToken(e){e?store$5.dispatch(updateTokenRequest({token:e})):console.error("[AiWARE JS]: Please provide a valid token!")},logout(e){"function"==typeof e?(e(),setTimeout(()=>{store$5.dispatch(logout())},1e3)):store$5.dispatch(logout())},reportAppActivity(e){rateLimiter.checkIfCanCall(e)&&store$5.dispatch(updateActivityStatus$1())}};function PortalRenderer(){return jsxRuntime.exports.jsxs(jsxRuntime.exports.Fragment,{children:[jsxRuntime.exports.jsx(SupportCenterPixel,{}),jsxRuntime.exports.jsx(Provider$2,Object.assign({store:store$5},{children:jsxRuntime.exports.jsx(AppBarPreLoader,{})}))]})}function ApplicationDialogRenderer(){return jsxRuntime.exports.jsx(jsxRuntime.exports.Fragment,{children:jsxRuntime.exports.jsx(Provider$2,Object.assign({store:store$5},{children:jsxRuntime.exports.jsx(AIWareIntlProvider,{children:jsxRuntime.exports.jsx(ApplicationDialogPreLoader,{})})}))})}const ThemeInitializer=()=>(useTheme(),null),root=getElement("aiWARE"),reactDOMroot=(root.classList.add("aiware-el"),client$1.createRoot(root)),mountWidget=("_auth"===window.name?handleImplicitRedirect(window.location.hash,window.opener):reactDOMroot.render(jsxRuntime.exports.jsx(AIWareCacheProvider,{children:jsxRuntime.exports.jsxs(AIWareThemeProvider$1,{children:[jsxRuntime.exports.jsx(PortalRenderer,{}),jsxRuntime.exports.jsx(SnackbarRenderer,{}),jsxRuntime.exports.jsx(ApplicationDialogRenderer,{}),jsxRuntime.exports.jsx(ThemeInitializer,{})]})})),(e,t)=>{var n=getUniqueID(),{name:e,elementId:r,config:i}=e;return e&&r&&i||console.error("[aiwarejs-error]: `mountWidget` function should include all the following params: name, elementId, config"),store$5.dispatch(mountWidget$1({elementId:r,widgetName:e,widgetConfig:i,widgetId:n,onComplete:t})),n}),unmountWidget=e=>(store$5.dispatch(unmountWidget$1(e)),!0),mountPanel=(e,t)=>{const n=e.panelId||getUniqueID();var{microFrontend:e,panelConfig:r}=e;store$5.dispatch(mountPanel$1({microFrontend:e,panelId:n,panelConfig:r}));const i=[...(null==(e=null==r?void 0:r.header)?void 0:e.actions)||[],...(null==(e=null==r?void 0:r.footer)?void 0:e.actions)||[]].filter(e=>e.submit).map(e=>e.action);r={id:n,sagas:[function*(){yield takeEvery$1(i.map(e=>e.type),function*(){var e=(yield select(e=>e.data.find(e=>e.id===n)))["data"];t&&t(e)})}]};return store$5.addModule(r),n},unmountPanel=e=>(store$5.dispatch(unmountPanel$1(e)),!0),hidePanel=e=>(store$5.dispatch(hidePanel$1(e)),!0),unmountAllPanel=()=>{store$5.dispatch(unmountAllPanel$1(""))};function init(e,t){var n,e=validateConfig(e);e?(n=e["authToken"],n=checkAndDecodeBase64String(n||""),store$5.dispatch(getInitConfig(Object.assign(Object.assign({},e),{authToken:n,onComplete:t})))):console.error("@aiware/js initialization failed. Please pass valid configuration object.")}function helpCenter(){var e=new HelpCenter$2({actions:{setCustomKnowledgeBaseUrlAction:setCustomKnowledgeBaseUrl,setCustomDocsUrlAction:setCustomDocsUrl,updateSelectedTabAction:updateSelectedTab}});return{openKnowledgeBasePanel:e.openKnowledgeBasePanel.bind(e),openDocsPanel:e.openDocsPanel.bind(e)}}function dataCenter(){var e=new DataCenter$1;return{openImporterPanel:e.openImporterPanel.bind(e)}}function handleEvents(){function n(e){if(!e||"string"!=typeof e)throw new SdkError("Please provide a valid event name!");if(!SdkEvents[e])throw new SdkError("Unknown event: "+e)}return{on:function(e,t){n(e),sdkEventManager.on.call(sdkEventManager,e,t)},off:function(e){n(e),sdkEventManager.off.call(sdkEventManager,e)}}}const mountPanelForResponse=e=>mountPanelForResponse$1(e,store$5),aiwareEvents=handleEvents();window&&(window.aiWare_initTesting=()=>{window.aiWare_store=store$5,window.aiWare_theme={darkTheme:darkTheme$1,lightTheme:lightTheme$1}},window.aiware={init:init,auth:authHelpers,helpCenter:helpCenter(),dataCenter:dataCenter(),on:aiwareEvents.on,off:aiwareEvents.off,hidePanel:hidePanel,unmountPanel:unmountPanel,store:store$5,registry:registry,registerComponent:registerComponent,AvailableWidgets:AvailableWidgets,mountPanelAction:mountPanel$1,unmountPanelAction:unmountPanel$1,hidePanelAction:hidePanel$1,updatePanelMicroFrontendPropsAction:updatePanelMicroFrontendProps,setData:setData,mountWidget:mountWidget,mountPanel:mountPanel,mountPanelForResponse:mountPanelForResponse,unmountWidget:unmountWidget,version:"sdk_release_version",commit:"15a1f48ca",releaseDate:"2023-08-23T15:39:45.840Z"});export{Divider$1 as $,AIWareIntlProvider as A,Box$1 as B,devErrorLogger as C,useLocation as D,DynamicModuleLoader as E,FormattedMessage$1 as F,Button$1 as G,useSearchParams as H,authErrorMessage as I,Grid$1 as J,FormControl$1 as K,LoadingButton$1 as L,TextField$1 as M,classNames as N,resetPasswordRequest as O,Provider$2 as P,InputLabel$1 as Q,Routes as R,Switch$1 as S,Typography$1 as T,OutlinedInput$1 as U,InputAdornment$1 as V,IconButton$1 as W,Select$1 as X,Location as Y,MenuItem$1 as Z,_extends$3 as _,generateUtilityClasses as a,FormLabel$1 as a$,enableBetaFeatures as a0,Popover$1 as a1,all as a2,CheckmarkFilled as a3,Bullet as a4,debounce_1 as a5,takeEvery$1 as a6,call$j as a7,put as a8,createTheme$1 as a9,graphEndpointSelector as aA,controllerNodeRedImageSelector as aB,controllerUrlSelector as aC,automateControllerUrlSelector as aD,flowCenterDialogSelector as aE,automateUrlSelector as aF,Portal$1 as aG,flowCenterDialogReducer as aH,List$2 as aI,ListItem$1 as aJ,ListItemIcon$1 as aK,ListItemText$1 as aL,flowCenterDialogAction as aM,img$p as aN,img$q as aO,img$s as aP,img$t as aQ,Tooltip$1 as aR,img$j as aS,img$I as aT,Skeleton$1 as aU,takeLatest$1 as aV,fetchAllTags as aW,select as aX,fetchFlows as aY,fetchTemplateGallery as aZ,isRevisionsExistOnServerRequest as a_,systemStyled as aa,useThemeProps$1 as ab,useId as ac,useControlled$1 as ad,usePreviousProps$1 as ae,useEventCallback as af,setRef as ag,inputClasses$1 as ah,inputBaseClasses$1 as ai,outlinedInputClasses$1 as aj,filledInputClasses$1 as ak,Popper$1 as al,alpha as am,ListSubheader$1 as an,ClearIcon as ao,ArrowDropDownIcon as ap,Chip$1 as aq,createBox$1 as ar,createAction as as,createReducer as at,ENGINE_OWNER_TYPES as au,ENGINE_FILTER_TYPES as av,preferredLanguageSelector as aw,baseUrlSelector as ax,rootApiSelector as ay,sessionTokenSelector as az,styled$1 as b,Bookmark as b$,default_1$d as b0,FormGroup$1 as b1,FormControlLabel$1 as b2,Checkbox$1 as b3,fetchTemplateGalleryFallback as b4,Card$1 as b5,CardContent$1 as b6,img$n as b7,CardActions$1 as b8,flowStyles as b9,img$k as bA,img$m as bB,img$W as bC,Tabs$2 as bD,Tab$2 as bE,deleteEngine as bF,fetchEngine as bG,img$l as bH,AIWareFormatMessage as bI,FormattedDate as bJ,fetchVeritoneGraphQLApi as bK,useTheme as bL,KeyboardArrowRight as bM,KeyboardArrowLeft as bN,InputUnstyled as bO,isHostComponent as bP,getDefaultExportFromNamespaceIfNotNamed as bQ,commonjsRequire as bR,reactDom as bS,Transition$1 as bT,_defineProperty$x as bU,__awaiter$e as bV,__generator$2 as bW,__spread as bX,React5 as bY,TransitionGroup$1 as bZ,connect$1 as b_,NoResults as ba,CircularProgress$1 as bb,img$d as bc,Dialog$1 as bd,setApiEndpoint as be,TableContainer$1 as bf,Table$1 as bg,TableHead$1 as bh,TableRow$1 as bi,TableCell$1 as bj,TableSortLabel$1 as bk,TableBody$1 as bl,img$i as bm,default_1 as bn,ClickAwayListener as bo,Fade$1 as bp,img$u as bq,img$r as br,img$S as bs,img$E as bt,DialogTitle$1 as bu,DialogContent$1 as bv,DialogActions$1 as bw,Snackbar$1 as bx,default_1$6 as by,Search$1 as bz,Paper$1 as c,hidePanel$1 as c$,EngineFlagIcons as c0,createAsyncThunk as c1,withStyles as c2,getConfigModule as c3,getAuthModule as c4,getSnackbarModule as c5,AIWareCacheProvider as c6,img$T as c7,img$f as c8,img$e as c9,_baseIteratee as cA,isArrayLike_1 as cB,toInteger_1 as cC,_typeof$D as cD,_assertThisInitialized$x as cE,_setPrototypeOf$z as cF,_toPropertyKey as cG,_inheritsLoose$2 as cH,hoistNonReactStatics_cjs as cI,commonjsGlobal$2 as cJ,combineReducers as cK,createSelector$1 as cL,fork as cM,statusPill as cN,AIWareThemeProvider$1 as cO,LocalizationProvider as cP,AdapterDateFns as cQ,CalendarPicker as cR,Stack$4 as cS,Close$1 as cT,FullscreenExit as cU,Fullscreen as cV,TabPanel as cW,default_1$8 as cX,unmountPanel$1 as cY,AvailableComponents as cZ,delay$1 as c_,isEmpty_1 as ca,Backdrop$1 as cb,getDefaultMiddleware as cc,isNil_1 as cd,UpDown as ce,Icon$1 as cf,get_1 as cg,map_1 as ch,keys_1 as ci,RadioGroup$1 as cj,Avatar$1 as ck,img$y as cl,baseGraphQLApi as cm,FormHelperText$2 as cn,img$h as co,StyledEngineProvider as cp,ThemeProvider as cq,lightTheme$1 as cr,CssBaseline as cs,Hide as ct,has_1 as cu,showMessage as cv,MessageSeverity as cw,Radio$2 as cx,createSvgIcon$2 as cy,_createCompounder as cz,capitalize$2 as d,EditList as d$,mountPanel$1 as d0,DialogContentText$1 as d1,userSelector$2 as d2,MoreVert$1 as d3,Menu$1 as d4,Edit as d5,Upload as d6,Delete$1 as d7,CustomTabs as d8,useBackupImg as d9,isString_1 as dA,_baseGet as dB,_baseSlice as dC,_castPath as dD,_toKey as dE,_isIndex as dF,channel$2 as dG,useIntl as dH,VideoCamera as dI,Image$1 as dJ,Sound as dK,Description as dL,toNumber_1 as dM,ProgressStepper as dN,size_1 as dO,take as dP,CurlyBraces as dQ,UnknownDocument as dR,VariableSizeList as dS,sdkEventManager as dT,SdkEvents as dU,SdkError as dV,EngineClassIcons as dW,Mode2 as dX,EngineModeIcons as dY,DeploymentModelIcons as dZ,guid as d_,img$1B as da,validate as db,configSelector as dc,baseGraphQLApiWithError as dd,VerifiedFilled as de,Add as df,ExpandLess$1 as dg,ExpandMore$1 as dh,Collapse$1 as di,img$18 as dj,Filter$1 as dk,DynamicTable as dl,useTheme$3 as dm,getThemeProps as dn,useEnhancedEffect$3 as dp,React as dq,_arrayPush as dr,isArray_1 as ds,_baseToString as dt,_baseTrim as du,_castSlice as dv,_stringToArray as dw,toString_1 as dx,ReactIs as dy,upperFirst_1 as dz,_objectWithoutPropertiesLoose$2 as e,actions as e$,ButtonBase$1 as e0,isObject_1 as e1,_arrayMap as e2,_Symbol as e3,isArguments_1 as e4,_baseEach as e5,_arrayFilter as e6,_getNative as e7,eq_1 as e8,_root as e9,img$1z as eA,img$L as eB,authSelector as eC,ListItemAvatar$1 as eD,emphasize as eE,useSlotProps as eF,_arraySome as eG,EntityType as eH,generateState as eI,injectIntl as eJ,ErrorBoundary$1 as eK,EPermissionAction as eL,Process as eM,Information as eN,Download as eO,NewFolder as eP,SpecialFolder as eQ,User as eR,Source as eS,Search$2 as eT,selectIsOLPEnabled as eU,ListItemSecondaryAction$1 as eV,getLibraryModule as eW,cmsUrlSelector as eX,SearchStructuredData as eY,Grow$1 as eZ,index as e_,_Uint8Array as ea,_overArg as eb,_isPrototype as ec,isObjectLike_1 as ed,_baseGetTag as ee,_arrayLikeKeys as ef,isBuffer$4 as eg,isFunction_1 as eh,isTypedArray_1 as ei,_Stack as ej,_baseFor as ek,identity_1 as el,_isIterateeCall as em,isSymbol_1 as en,_baseMap as eo,_baseUnary as ep,_Set as eq,_setToArray as er,_SetCache as es,_cacheHas as et,img$P as eu,img$O as ev,img$1x as ew,img$1w as ex,img$1v as ey,img$M as ez,clsx as f,initialConfigSelector as f$,hasPermission as f0,UserAddFilled as f1,MenuList$1 as f2,MoveFolder as f3,EAuthResourceType as f4,Slide$1 as f5,img$b as f6,selectApiConfigs$2 as f7,selectPanelByPanelName as f8,FullScreenContainer as f9,useDoubleClick as fA,FolderFilled as fB,Time as fC,img$A as fD,Undefined as fE,PodcastSource as fF,YoutubeSource as fG,TVSource as fH,RadioSource as fI,selectOrgId as fJ,navSectionStyles as fK,selectIsUserAdmin as fL,AvatarGroup$1 as fM,index$1 as fN,ErrorState$2 as fO,Stepper$1 as fP,StepConnector$1 as fQ,Step$1 as fR,StepLabel$1 as fS,isEqual_1 as fT,NullState$2 as fU,Group as fV,PermissionChangedAction as fW,Lock as fX,useOrganizationPermissions as fY,EAuthSubResourceType as fZ,AddGroup as f_,EngineCategoryIcons as fa,isPermissionLoading as fb,Settings$2 as fc,Hamburger as fd,List as fe,enginesFilter as ff,panelsSelector as fg,Badge$1 as fh,MoreHor as fi,convertEntityToAuthResource as fj,AutoSizer as fk,InfiniteLoader as fl,FixedSizeList as fm,selectUserOrgEdgeVersion as fn,EditAttributes as fo,gqlIntrospection as fp,ProcessingDetail as fq,img$x as fr,img$z as fs,img$5 as ft,FilterRemove as fu,AlarmTwo as fv,tableInfiniteScroll as fw,CheckCircle as fx,FolderOpen as fy,Voice as fz,generateUtilityClass as g,Folder as g$,EMessageTypes as g0,errors as g1,ConfirmationModal as g2,EnumHelpers as g3,formatBytes as g4,LinearProgress$1 as g5,NotInterested as g6,mountPanelForResponse$1 as g7,default_1$9 as g8,tableStyles as g9,Copy as gA,ArrowForward as gB,Modal$1 as gC,Slider$1 as gD,getDefaultExportFromCjs as gE,_getSymbols as gF,stubArray_1 as gG,_baseGetAllKeys as gH,_getTag as gI,_nodeUtil as gJ,_getAllKeys as gK,_castFunction as gL,Article as gM,Task as gN,View as gO,_objectSpread2 as gP,serialize as gQ,stringify$2 as gR,compile as gS,isNumber_1 as gT,Check as gU,EngineIconsRenderer as gV,FormattedRelativeTime$1 as gW,BottomQueue as gX,TopQueue as gY,Pause as gZ,Cancel as g_,ArrowDown as ga,ArrowUp as gb,useInterval as gc,Iam as gd,safeFormatMessage as ge,contextMenuStyles as gf,Users as gg,SecurityGroup as gh,getOrganizationPanelModule as gi,Lock2 as gj,EApplicationConfigLevel as gk,NoApps as gl,EApplicationConfigType as gm,green$1 as gn,md5 as go,selectIsSuperAdmin as gp,organizations_selector as gq,actions$5 as gr,AddUser as gs,selectors as gt,LibraryDropdown as gu,Remove as gv,Save as gw,Input$3 as gx,getElement as gy,client$1 as gz,composeClasses as h,Hidden as h0,dateRangeFilter as h1,statusFilter as h2,TableLoadingState as h3,setDuration as h4,resetDuration as h5,createStack as h6,toFinite_1 as h7,_baseForOwn as h8,_arrayReduce as h9,AutomateNode as hA,Clear as hB,ExpandLess as hC,ExpandMore as hD,registry as hE,registerComponent as hF,AvailableWidgets as hG,updatePanelMicroFrontendProps as hH,setData as hI,root as hJ,mountWidget as hK,unmountWidget as hL,mountPanel as hM,unmountPanel as hN,hidePanel as hO,unmountAllPanel as hP,init as hQ,aiwareEvents as hR,hasIn_1 as ha,now_1 as hb,useSyncExternalStoreExports as hc,Engines as hd,EngineComponentLoader as he,imageUpload as hf,characterCountTextField as hg,tabsClasses$1 as hh,Packages as hi,Resources$1 as hj,selectUserCanCreatePackage as hk,PackagesAvatar as hl,actionChannel as hm,cancelled as hn,flush$4 as ho,cancel as hp,tableSearchComponents as hq,FlowTemplate as hr,Node as hs,Palette as ht,FlowCenter2 as hu,ArrowBack as hv,Schema as hw,panelComponents as hx,img$4 as hy,img$w as hz,createSvgIcon$1 as i,jsxRuntime as j,interopRequireDefault as k,createSlice as l,makeStyles as m,Route as n,useDispatch as o,useSelector as p,authStatusSelector as q,react$1 as r,store$5 as s,authContextSelector as t,useThemeProps as u,AuthContext as v,lodash as w,Alert$1 as x,betaFeaturesSelector as y,useNavigate as z};
|
|
1531
|
+
`,l={entityId:t,entityType:e};try{a=yield baseGraphQLApi({query:s,operationName:n,variables:l,graphEndpoint:u,token:d})}catch(e){i=!0}if(a.errors){if(0===(o=a.errors.filter(({message:e})=>e.includes(' does not exist in "AuthPermissionType" enum.')).map(({message:e})=>{var t='Value "',n=e.substring(t.length).indexOf('"');return e.substring(t.length,t.length+n)})).length)throw i=!0,a={},new Error((null==(f=(a.errors||[])[0])?void 0:f.message)||"Error")}else i=!0}const c=a.data||{};return Object.keys(c).map(e=>{var t=e.split("__");return 3===t.length?{fetchedTargetEntityType:t[0],fetchedTargetGroupType:t[1],fetchedTargetAction:t[2],hasPermission:c[e][0].hasPermission}:{fetchedTargetEntityType:t[0],fetchedTargetAction:t[1],hasPermission:c[e][0].hasPermission}}).reduce((e,t)=>{var n=t.fetchedTargetGroupType||t.fetchedTargetEntityType;return t.hasPermission&&(e[n]||(e[n]={}),e[n][t.fetchedTargetAction]=t.hasPermission),e},{})})}function getMyRights(t){return __awaiter(this,void 0,void 0,function*(){var e="getMyRights";return(yield baseGraphQLApiWithError(Object.assign({query:"\n query getMyRights {\n myRights {\n operations\n }\n }\n ",operationName:e},t))).myRights.operations})}const selectPermissionsByEntity=(t,n,r)=>e=>{return t&&n&&(e=e[namespace].permissionsByObject[t])&&e[n]?e[n][r||t]:void 0},selectMyRights=e=>e[namespace].rights;var index=Object.freeze({__proto__:null,selectPermissionsByEntity:selectPermissionsByEntity,selectMyRights:selectMyRights});function*fetchObjectPermissions(t){var{entityId:t,entityType:n}=t.payload,i=yield select(selectApiConfigs$2),e=yield select(graphEndpointSelector),o=yield select(sessionTokenSelector),a=yield select(selectIsOLPEnabled),r=yield select(selectPermissionsByEntity(n,t));if(!r||"success"!==r.status&&"pending"!==r.status){yield put(actions.fetchObjectPermissionsStarted({entityId:t,entityType:n}));try{let r={};if(a)r=yield call$j(getObjectPermissions,e,o,{entityType:n,entityId:t});else{let e=yield select(selectMyRights);if("success"!==e.status&&"pending"!==e.status){yield put(actions.fetchMyRightsStarted);try{var s=yield call$j(getMyRights,i);yield put(actions.fetchMyRightsSucceeded(s)),e=yield select(selectMyRights)}catch(e){throw yield put(actions.fetchMyRightsFailed),e}}else"pending"===e.status&&(yield take([actions.fetchMyRightsFailed,actions.fetchMyRightsSucceeded]),e=yield select(selectMyRights));const l=e["myRights"];getPermissionTypesToQuery(n).forEach(n=>{var{action:e,resource:t}=n.targetActions.reduce((e,t)=>(e.action[t.targetAction]=convertPermissionsToRights(t.resource||n.targetObjectType,t.targetAction,l),e.resource=t.resource,e),{action:{}});r[t||n.targetObjectType]=e})}yield put(actions.fetchObjectPermissionsSucceeded({entityId:t,entityType:n,permissions:r}))}catch(e){actions.fetchObjectPermissionsFailed({entityId:t,entityType:n})}}}function*watchPermissionsStart(){yield takeEvery$1(actions.fetchObjectPermissionsStart.type,fetchObjectPermissions)}function*rootSaga(){yield all([watchPermissionsStart()])}function getPermissionsModule(){return{id:namespace,reducerMap:{[namespace]:permissionsReducer},sagas:[rootSaga],initialActions:[]}}const useOrganizationPermissions=e=>{const t=react$1.exports.useRef(),n=useDispatch(),r=null==(o=useSelector(userSelector$2).organization)?void 0:o.organizationId,i=useSelector(selectPermissionsByEntity(EAuthResourceType.Organization,String(r),e));react$1.exports.useEffect(()=>{!r||i&&"failure"!==i.status&&"idle"!==i.status&&t.current===r||(t.current=r,n(actions.fetchObjectPermissionsStart({entityType:EAuthResourceType.Organization,entityId:String(r)})))},[n,r,i]);var o=react$1.exports.useCallback(e=>{return!isPermissionLoading(i)&&hasPermission(i,e)},[i]);return{permissions:i,hasPermission:o}},rateLimiter=new RateLimiter,checkAndDecodeBase64String=t=>{if(null==t||!t.trim())return t;try{return window.btoa(window.atob(t))==t?window.atob(t):t}catch(e){return t}};function SnackbarRenderer(){return jsxRuntime.exports.jsx(Provider$2,Object.assign({store:store$5},{children:jsxRuntime.exports.jsx(DynamicModuleLoader,Object.assign({modules:[getSnackbarModule()]},{children:jsxRuntime.exports.jsx(CustomSnackbar,{})}))}))}store$5.addModules([getWidgetsModule(),getPanelsModule(registry,registryLookup),getDataModule(),getConfigModule(),getAuthModule(),getPermissionsModule()]);let hasLoaded=!1;const AppBarPreLoader=()=>{var e=useSelector(authSelector);return(null==(e=null==e?void 0:e.user)?void 0:e.token)&&!hasLoaded&&(hasLoaded=!0,setTimeout(()=>{store$5.addModules([getAppbarPanelModule()])},0)),null};function ApplicationDialogPreLoader(){var e=useSelector(authSelector);return(null==(e=null==e?void 0:e.user)?void 0:e.token)&&hasLoaded?jsxRuntime.exports.jsx(ApplicationDialog,{}):null}const authHelpers={updateToken(e){e?store$5.dispatch(updateTokenRequest({token:e})):console.error("[AiWARE JS]: Please provide a valid token!")},logout(e){"function"==typeof e?(e(),setTimeout(()=>{store$5.dispatch(logout())},1e3)):store$5.dispatch(logout())},reportAppActivity(e){rateLimiter.checkIfCanCall(e)&&store$5.dispatch(updateActivityStatus$1())}};function PortalRenderer(){return jsxRuntime.exports.jsxs(jsxRuntime.exports.Fragment,{children:[jsxRuntime.exports.jsx(SupportCenterPixel,{}),jsxRuntime.exports.jsx(Provider$2,Object.assign({store:store$5},{children:jsxRuntime.exports.jsx(AppBarPreLoader,{})}))]})}function ApplicationDialogRenderer(){return jsxRuntime.exports.jsx(jsxRuntime.exports.Fragment,{children:jsxRuntime.exports.jsx(Provider$2,Object.assign({store:store$5},{children:jsxRuntime.exports.jsx(AIWareIntlProvider,{children:jsxRuntime.exports.jsx(ApplicationDialogPreLoader,{})})}))})}const ThemeInitializer=()=>(useTheme(),null),root=getElement("aiWARE"),reactDOMroot=(root.classList.add("aiware-el"),client$1.createRoot(root)),mountWidget=("_auth"===window.name?handleImplicitRedirect(window.location.hash,window.opener):reactDOMroot.render(jsxRuntime.exports.jsx(AIWareCacheProvider,{children:jsxRuntime.exports.jsxs(AIWareThemeProvider$1,{children:[jsxRuntime.exports.jsx(PortalRenderer,{}),jsxRuntime.exports.jsx(SnackbarRenderer,{}),jsxRuntime.exports.jsx(ApplicationDialogRenderer,{}),jsxRuntime.exports.jsx(ThemeInitializer,{})]})})),(e,t)=>{var n=getUniqueID(),{name:e,elementId:r,config:i}=e;return e&&r&&i||console.error("[aiwarejs-error]: `mountWidget` function should include all the following params: name, elementId, config"),store$5.dispatch(mountWidget$1({elementId:r,widgetName:e,widgetConfig:i,widgetId:n,onComplete:t})),n}),unmountWidget=e=>(store$5.dispatch(unmountWidget$1(e)),!0),mountPanel=(e,t)=>{const n=e.panelId||getUniqueID();var{microFrontend:e,panelConfig:r}=e;store$5.dispatch(mountPanel$1({microFrontend:e,panelId:n,panelConfig:r}));const i=[...(null==(e=null==r?void 0:r.header)?void 0:e.actions)||[],...(null==(e=null==r?void 0:r.footer)?void 0:e.actions)||[]].filter(e=>e.submit).map(e=>e.action);r={id:n,sagas:[function*(){yield takeEvery$1(i.map(e=>e.type),function*(){var e=(yield select(e=>e.data.find(e=>e.id===n)))["data"];t&&t(e)})}]};return store$5.addModule(r),n},unmountPanel=e=>(store$5.dispatch(unmountPanel$1(e)),!0),hidePanel=e=>(store$5.dispatch(hidePanel$1(e)),!0),unmountAllPanel=()=>{store$5.dispatch(unmountAllPanel$1(""))};function init(e,t){var n,e=validateConfig(e);e?(n=e["authToken"],n=checkAndDecodeBase64String(n||""),store$5.dispatch(getInitConfig(Object.assign(Object.assign({},e),{authToken:n,onComplete:t})))):console.error("@aiware/js initialization failed. Please pass valid configuration object.")}function helpCenter(){var e=new HelpCenter$2({actions:{setCustomKnowledgeBaseUrlAction:setCustomKnowledgeBaseUrl,setCustomDocsUrlAction:setCustomDocsUrl,updateSelectedTabAction:updateSelectedTab}});return{openKnowledgeBasePanel:e.openKnowledgeBasePanel.bind(e),openDocsPanel:e.openDocsPanel.bind(e)}}function dataCenter(){var e=new DataCenter$1;return{openImporterPanel:e.openImporterPanel.bind(e)}}function handleEvents(){function n(e){if(!e||"string"!=typeof e)throw new SdkError("Please provide a valid event name!");if(!SdkEvents[e])throw new SdkError("Unknown event: "+e)}return{on:function(e,t){n(e),sdkEventManager.on.call(sdkEventManager,e,t)},off:function(e){n(e),sdkEventManager.off.call(sdkEventManager,e)}}}const mountPanelForResponse=e=>mountPanelForResponse$1(e,store$5),aiwareEvents=handleEvents();window&&(window.aiWare_initTesting=()=>{window.aiWare_store=store$5,window.aiWare_theme={darkTheme:darkTheme$1,lightTheme:lightTheme$1}},window.aiware={init:init,auth:authHelpers,helpCenter:helpCenter(),dataCenter:dataCenter(),on:aiwareEvents.on,off:aiwareEvents.off,hidePanel:hidePanel,unmountPanel:unmountPanel,store:store$5,registry:registry,registerComponent:registerComponent,AvailableWidgets:AvailableWidgets,mountPanelAction:mountPanel$1,unmountPanelAction:unmountPanel$1,hidePanelAction:hidePanel$1,updatePanelMicroFrontendPropsAction:updatePanelMicroFrontendProps,setData:setData,mountWidget:mountWidget,mountPanel:mountPanel,mountPanelForResponse:mountPanelForResponse,unmountWidget:unmountWidget,version:"sdk_release_version",commit:"facbf5387",releaseDate:"2023-08-23T16:45:51.010Z"});export{Divider$1 as $,AIWareIntlProvider as A,Box$1 as B,devErrorLogger as C,useLocation as D,DynamicModuleLoader as E,FormattedMessage$1 as F,Button$1 as G,useSearchParams as H,authErrorMessage as I,Grid$1 as J,FormControl$1 as K,LoadingButton$1 as L,TextField$1 as M,classNames as N,resetPasswordRequest as O,Provider$2 as P,InputLabel$1 as Q,Routes as R,Switch$1 as S,Typography$1 as T,OutlinedInput$1 as U,InputAdornment$1 as V,IconButton$1 as W,Select$1 as X,Location as Y,MenuItem$1 as Z,_extends$3 as _,generateUtilityClasses as a,FormLabel$1 as a$,enableBetaFeatures as a0,Popover$1 as a1,all as a2,CheckmarkFilled as a3,Bullet as a4,debounce_1 as a5,takeEvery$1 as a6,call$j as a7,put as a8,createTheme$1 as a9,graphEndpointSelector as aA,controllerNodeRedImageSelector as aB,controllerUrlSelector as aC,automateControllerUrlSelector as aD,flowCenterDialogSelector as aE,automateUrlSelector as aF,Portal$1 as aG,flowCenterDialogReducer as aH,List$2 as aI,ListItem$1 as aJ,ListItemIcon$1 as aK,ListItemText$1 as aL,flowCenterDialogAction as aM,img$p as aN,img$q as aO,img$s as aP,img$t as aQ,Tooltip$1 as aR,img$j as aS,img$I as aT,Skeleton$1 as aU,takeLatest$1 as aV,fetchAllTags as aW,select as aX,fetchFlows as aY,fetchTemplateGallery as aZ,isRevisionsExistOnServerRequest as a_,systemStyled as aa,useThemeProps$1 as ab,useId as ac,useControlled$1 as ad,usePreviousProps$1 as ae,useEventCallback as af,setRef as ag,inputClasses$1 as ah,inputBaseClasses$1 as ai,outlinedInputClasses$1 as aj,filledInputClasses$1 as ak,Popper$1 as al,alpha as am,ListSubheader$1 as an,ClearIcon as ao,ArrowDropDownIcon as ap,Chip$1 as aq,createBox$1 as ar,createAction as as,createReducer as at,ENGINE_OWNER_TYPES as au,ENGINE_FILTER_TYPES as av,preferredLanguageSelector as aw,baseUrlSelector as ax,rootApiSelector as ay,sessionTokenSelector as az,styled$1 as b,Bookmark as b$,default_1$d as b0,FormGroup$1 as b1,FormControlLabel$1 as b2,Checkbox$1 as b3,fetchTemplateGalleryFallback as b4,Card$1 as b5,CardContent$1 as b6,img$n as b7,CardActions$1 as b8,flowStyles as b9,img$k as bA,img$m as bB,img$W as bC,Tabs$2 as bD,Tab$2 as bE,deleteEngine as bF,fetchEngine as bG,img$l as bH,AIWareFormatMessage as bI,FormattedDate as bJ,fetchVeritoneGraphQLApi as bK,useTheme as bL,KeyboardArrowRight as bM,KeyboardArrowLeft as bN,InputUnstyled as bO,isHostComponent as bP,getDefaultExportFromNamespaceIfNotNamed as bQ,commonjsRequire as bR,reactDom as bS,Transition$1 as bT,_defineProperty$x as bU,__awaiter$e as bV,__generator$2 as bW,__spread as bX,React5 as bY,TransitionGroup$1 as bZ,connect$1 as b_,NoResults as ba,CircularProgress$1 as bb,img$d as bc,Dialog$1 as bd,setApiEndpoint as be,TableContainer$1 as bf,Table$1 as bg,TableHead$1 as bh,TableRow$1 as bi,TableCell$1 as bj,TableSortLabel$1 as bk,TableBody$1 as bl,img$i as bm,default_1 as bn,ClickAwayListener as bo,Fade$1 as bp,img$u as bq,img$r as br,img$S as bs,img$E as bt,DialogTitle$1 as bu,DialogContent$1 as bv,DialogActions$1 as bw,Snackbar$1 as bx,default_1$6 as by,Search$1 as bz,Paper$1 as c,hidePanel$1 as c$,EngineFlagIcons as c0,createAsyncThunk as c1,withStyles as c2,getConfigModule as c3,getAuthModule as c4,getSnackbarModule as c5,AIWareCacheProvider as c6,img$T as c7,img$f as c8,img$e as c9,_baseIteratee as cA,isArrayLike_1 as cB,toInteger_1 as cC,_typeof$D as cD,_assertThisInitialized$x as cE,_setPrototypeOf$z as cF,_toPropertyKey as cG,_inheritsLoose$2 as cH,hoistNonReactStatics_cjs as cI,commonjsGlobal$2 as cJ,combineReducers as cK,createSelector$1 as cL,fork as cM,statusPill as cN,AIWareThemeProvider$1 as cO,LocalizationProvider as cP,AdapterDateFns as cQ,CalendarPicker as cR,Stack$4 as cS,Close$1 as cT,FullscreenExit as cU,Fullscreen as cV,TabPanel as cW,default_1$8 as cX,unmountPanel$1 as cY,AvailableComponents as cZ,delay$1 as c_,isEmpty_1 as ca,Backdrop$1 as cb,getDefaultMiddleware as cc,isNil_1 as cd,UpDown as ce,Icon$1 as cf,get_1 as cg,map_1 as ch,keys_1 as ci,RadioGroup$1 as cj,Avatar$1 as ck,img$y as cl,baseGraphQLApi as cm,FormHelperText$2 as cn,img$h as co,StyledEngineProvider as cp,ThemeProvider as cq,lightTheme$1 as cr,CssBaseline as cs,Hide as ct,has_1 as cu,showMessage as cv,MessageSeverity as cw,Radio$2 as cx,createSvgIcon$2 as cy,_createCompounder as cz,capitalize$2 as d,EditList as d$,mountPanel$1 as d0,DialogContentText$1 as d1,userSelector$2 as d2,MoreVert$1 as d3,Menu$1 as d4,Edit as d5,Upload as d6,Delete$1 as d7,CustomTabs as d8,useBackupImg as d9,isString_1 as dA,_baseGet as dB,_baseSlice as dC,_castPath as dD,_toKey as dE,_isIndex as dF,channel$2 as dG,useIntl as dH,VideoCamera as dI,Image$1 as dJ,Sound as dK,Description as dL,toNumber_1 as dM,ProgressStepper as dN,size_1 as dO,take as dP,CurlyBraces as dQ,UnknownDocument as dR,VariableSizeList as dS,sdkEventManager as dT,SdkEvents as dU,SdkError as dV,EngineClassIcons as dW,Mode2 as dX,EngineModeIcons as dY,DeploymentModelIcons as dZ,guid as d_,img$1B as da,validate as db,configSelector as dc,baseGraphQLApiWithError as dd,VerifiedFilled as de,Add as df,ExpandLess$1 as dg,ExpandMore$1 as dh,Collapse$1 as di,img$18 as dj,Filter$1 as dk,DynamicTable as dl,useTheme$3 as dm,getThemeProps as dn,useEnhancedEffect$3 as dp,React as dq,_arrayPush as dr,isArray_1 as ds,_baseToString as dt,_baseTrim as du,_castSlice as dv,_stringToArray as dw,toString_1 as dx,ReactIs as dy,upperFirst_1 as dz,_objectWithoutPropertiesLoose$2 as e,actions as e$,ButtonBase$1 as e0,isObject_1 as e1,_arrayMap as e2,_Symbol as e3,isArguments_1 as e4,_baseEach as e5,_arrayFilter as e6,_getNative as e7,eq_1 as e8,_root as e9,img$1z as eA,img$L as eB,authSelector as eC,ListItemAvatar$1 as eD,emphasize as eE,useSlotProps as eF,_arraySome as eG,EntityType as eH,generateState as eI,injectIntl as eJ,ErrorBoundary$1 as eK,EPermissionAction as eL,Process as eM,Information as eN,Download as eO,NewFolder as eP,SpecialFolder as eQ,User as eR,Source as eS,Search$2 as eT,selectIsOLPEnabled as eU,ListItemSecondaryAction$1 as eV,getLibraryModule as eW,cmsUrlSelector as eX,SearchStructuredData as eY,Grow$1 as eZ,index as e_,_Uint8Array as ea,_overArg as eb,_isPrototype as ec,isObjectLike_1 as ed,_baseGetTag as ee,_arrayLikeKeys as ef,isBuffer$4 as eg,isFunction_1 as eh,isTypedArray_1 as ei,_Stack as ej,_baseFor as ek,identity_1 as el,_isIterateeCall as em,isSymbol_1 as en,_baseMap as eo,_baseUnary as ep,_Set as eq,_setToArray as er,_SetCache as es,_cacheHas as et,img$P as eu,img$O as ev,img$1x as ew,img$1w as ex,img$1v as ey,img$M as ez,clsx as f,initialConfigSelector as f$,hasPermission as f0,UserAddFilled as f1,MenuList$1 as f2,MoveFolder as f3,EAuthResourceType as f4,Slide$1 as f5,img$b as f6,selectApiConfigs$2 as f7,selectPanelByPanelName as f8,FullScreenContainer as f9,useDoubleClick as fA,FolderFilled as fB,Time as fC,img$A as fD,Undefined as fE,PodcastSource as fF,YoutubeSource as fG,TVSource as fH,RadioSource as fI,selectOrgId as fJ,navSectionStyles as fK,selectIsUserAdmin as fL,AvatarGroup$1 as fM,index$1 as fN,ErrorState$2 as fO,Stepper$1 as fP,StepConnector$1 as fQ,Step$1 as fR,StepLabel$1 as fS,isEqual_1 as fT,NullState$2 as fU,Group as fV,PermissionChangedAction as fW,Lock as fX,useOrganizationPermissions as fY,EAuthSubResourceType as fZ,AddGroup as f_,EngineCategoryIcons as fa,isPermissionLoading as fb,Settings$2 as fc,Hamburger as fd,List as fe,enginesFilter as ff,panelsSelector as fg,Badge$1 as fh,MoreHor as fi,convertEntityToAuthResource as fj,AutoSizer as fk,InfiniteLoader as fl,FixedSizeList as fm,selectUserOrgEdgeVersion as fn,EditAttributes as fo,gqlIntrospection as fp,ProcessingDetail as fq,img$x as fr,img$z as fs,img$5 as ft,FilterRemove as fu,AlarmTwo as fv,tableInfiniteScroll as fw,CheckCircle as fx,FolderOpen as fy,Voice as fz,generateUtilityClass as g,Folder as g$,EMessageTypes as g0,errors as g1,ConfirmationModal as g2,EnumHelpers as g3,formatBytes as g4,LinearProgress$1 as g5,NotInterested as g6,mountPanelForResponse$1 as g7,default_1$9 as g8,tableStyles as g9,Copy as gA,ArrowForward as gB,Modal$1 as gC,Slider$1 as gD,getDefaultExportFromCjs as gE,_getSymbols as gF,stubArray_1 as gG,_baseGetAllKeys as gH,_getTag as gI,_nodeUtil as gJ,_getAllKeys as gK,_castFunction as gL,Article as gM,Task as gN,View as gO,_objectSpread2 as gP,serialize as gQ,stringify$2 as gR,compile as gS,isNumber_1 as gT,Check as gU,EngineIconsRenderer as gV,FormattedRelativeTime$1 as gW,BottomQueue as gX,TopQueue as gY,Pause as gZ,Cancel as g_,ArrowDown as ga,ArrowUp as gb,useInterval as gc,Iam as gd,safeFormatMessage as ge,contextMenuStyles as gf,Users as gg,SecurityGroup as gh,getOrganizationPanelModule as gi,Lock2 as gj,EApplicationConfigLevel as gk,NoApps as gl,EApplicationConfigType as gm,green$1 as gn,md5 as go,selectIsSuperAdmin as gp,organizations_selector as gq,actions$5 as gr,AddUser as gs,selectors as gt,LibraryDropdown as gu,Remove as gv,Save as gw,Input$3 as gx,getElement as gy,client$1 as gz,composeClasses as h,Hidden as h0,dateRangeFilter as h1,statusFilter as h2,TableLoadingState as h3,setDuration as h4,resetDuration as h5,createStack as h6,toFinite_1 as h7,_baseForOwn as h8,_arrayReduce as h9,AutomateNode as hA,Clear as hB,ExpandLess as hC,ExpandMore as hD,registry as hE,registerComponent as hF,AvailableWidgets as hG,updatePanelMicroFrontendProps as hH,setData as hI,root as hJ,mountWidget as hK,unmountWidget as hL,mountPanel as hM,unmountPanel as hN,hidePanel as hO,unmountAllPanel as hP,init as hQ,aiwareEvents as hR,hasIn_1 as ha,now_1 as hb,useSyncExternalStoreExports as hc,Engines as hd,EngineComponentLoader as he,imageUpload as hf,characterCountTextField as hg,tabsClasses$1 as hh,Packages as hi,Resources$1 as hj,selectUserCanCreatePackage as hk,PackagesAvatar as hl,actionChannel as hm,cancelled as hn,flush$4 as ho,cancel as hp,tableSearchComponents as hq,FlowTemplate as hr,Node as hs,Palette as ht,FlowCenter2 as hu,ArrowBack as hv,Schema as hw,panelComponents as hx,img$4 as hy,img$w as hz,createSvgIcon$1 as i,jsxRuntime as j,interopRequireDefault as k,createSlice as l,makeStyles as m,Route as n,useDispatch as o,useSelector as p,authStatusSelector as q,react$1 as r,store$5 as s,authContextSelector as t,useThemeProps as u,AuthContext as v,lodash as w,Alert$1 as x,betaFeaturesSelector as y,useNavigate as z};
|
package/js-core.esm.js.gz
CHANGED
|
Binary file
|