aiware-js 1.0.0-master.887 → 1.0.0-master.888
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.esm4.js +2 -2
- package/js-core.esm4.js.gz +0 -0
- package/js-core.umd.css +92 -92
- package/js-core.umd.css.gz +0 -0
- package/js-core.umd.js +2 -2
- package/js-core.umd.js.gz +0 -0
- package/js-core.umd.min.css +92 -92
- package/js-core.umd.min.css.gz +0 -0
- 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$2([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:"9413dc88e",releaseDate:"2023-10-10T21:14:22.543Z"});export{IconButton$1 as $,AIWareIntlProvider as A,Box$1 as B,useLocation as C,DynamicModuleLoader as D,Button$1 as E,FormattedMessage$1 as F,useSearchParams as G,img$5 as H,StyledEngineProvider as I,Fade$1 as J,classNames as K,LinearProgress$1 as L,getAppbarPanelModule as M,LoadingButton$1 as N,authErrorMessage as O,Provider$2 as P,Grid$1 as Q,Routes as R,Switch$1 as S,Typography$1 as T,FormControl$1 as U,TextField$1 as V,resetPasswordRequest as W,InputLabel$1 as X,OutlinedInput$1 as Y,InputAdornment$1 as Z,_extends$5 as _,generateUtilityClasses as a,img$k as a$,Select$1 as a0,Location as a1,MenuItem$1 as a2,Divider$1 as a3,Popover$1 as a4,applicationSelector as a5,setUser as a6,logoutUser$1 as a7,all$2 as a8,Stack$4 as a9,createBox$1 as aA,createAction as aB,createReducer as aC,ENGINE_OWNER_TYPES as aD,ENGINE_FILTER_TYPES as aE,preferredLanguageSelector as aF,baseUrlSelector as aG,rootApiSelector as aH,sessionTokenSelector as aI,graphEndpointSelector as aJ,controllerNodeRedImageSelector as aK,controllerUrlSelector as aL,automateControllerUrlSelector as aM,flowCenterDialogSelector as aN,automateUrlSelector as aO,Portal$1 as aP,flowCenterDialogReducer as aQ,List$2 as aR,ListItem$1 as aS,ListItemIcon$1 as aT,ListItemText$1 as aU,flowCenterDialogAction as aV,img$q as aW,img$r as aX,img$t as aY,img$u as aZ,Tooltip$1 as a_,CheckmarkFilled as aa,Bullet as ab,takeEvery$1 as ac,select as ad,call$j as ae,put as af,showMessage as ag,MessageSeverity as ah,createTheme$1 as ai,systemStyled as aj,useThemeProps$1 as ak,useId as al,useControlled$1 as am,usePreviousProps$1 as an,useEventCallback as ao,setRef as ap,inputClasses$1 as aq,inputBaseClasses$1 as ar,outlinedInputClasses$1 as as,filledInputClasses$1 as at,Popper$1 as au,alpha as av,ListSubheader$1 as aw,ClearIcon as ax,ArrowDropDownIcon as ay,Chip$1 as az,styled$1 as b,_setPrototypeOf$z as b$,img$J as b0,Skeleton$1 as b1,takeLatest$1 as b2,fetchAllTags as b3,fetchFlows as b4,fetchTemplateGallery as b5,isRevisionsExistOnServerRequest as b6,FormLabel$1 as b7,default_1$e as b8,FormGroup$1 as b9,img$F as bA,DialogTitle$1 as bB,DialogContent$1 as bC,DialogActions$1 as bD,Snackbar$1 as bE,default_1$6 as bF,Search$1 as bG,img$l as bH,img$n as bI,img$X as bJ,Tabs$2 as bK,Tab$2 as bL,deleteEngine as bM,fetchEngine as bN,img$m as bO,AIWareFormatMessage as bP,FormattedDate as bQ,fetchVeritoneGraphQLApi as bR,useTheme as bS,KeyboardArrowRight as bT,KeyboardArrowLeft as bU,InputUnstyled as bV,isHostComponent as bW,getDefaultExportFromNamespaceIfNotNamed as bX,commonjsRequire as bY,_typeof$D as bZ,_assertThisInitialized$x as b_,FormControlLabel$1 as ba,Checkbox$1 as bb,fetchTemplateGalleryFallback as bc,Card$1 as bd,CardContent$1 as be,img$o as bf,CardActions$1 as bg,flowStyles as bh,NoResults as bi,CircularProgress$1 as bj,img$e as bk,Dialog$1 as bl,setApiEndpoint as bm,TableContainer$1 as bn,Table$1 as bo,TableHead$1 as bp,TableRow$1 as bq,TableCell$1 as br,TableSortLabel$1 as bs,TableBody$1 as bt,img$j as bu,default_1 as bv,ClickAwayListener as bw,img$v as bx,img$s as by,img$T as bz,Paper$1 as c,TabPanel as c$,reactDom as c0,Transition$1 as c1,_defineProperty$x as c2,__awaiter$e as c3,__generator$2 as c4,__spread as c5,React5 as c6,PropTypes as c7,TransitionGroup$1 as c8,connect$1 as c9,default_1$9 as cA,Controller as cB,FormHelperText$2 as cC,img$i as cD,ThemeProvider as cE,lightTheme$1 as cF,CssBaseline as cG,Hide as cH,has_1 as cI,Radio$2 as cJ,createSvgIcon$2 as cK,_createCompounder as cL,_toPropertyKey as cM,_inheritsLoose$2 as cN,hoistNonReactStatics_cjs as cO,commonjsGlobal$2 as cP,combineReducers as cQ,createSelector$1 as cR,fork as cS,statusPill as cT,AIWareThemeProvider$1 as cU,LocalizationProvider as cV,AdapterDateFns as cW,CalendarPicker as cX,Close$1 as cY,FullscreenExit as cZ,Fullscreen as c_,Bookmark as ca,EngineFlagIcons as cb,createAsyncThunk as cc,withStyles as cd,getConfigModule as ce,getAuthModule as cf,getSnackbarModule as cg,AIWareCacheProvider as ch,img$U as ci,img$g as cj,img$f as ck,isEmpty_1 as cl,find_1 as cm,Backdrop$1 as cn,getDefaultMiddleware as co,isNil_1 as cp,useForm as cq,UpDown as cr,Icon$1 as cs,get_1 as ct,map_1 as cu,keys_1 as cv,RadioGroup$1 as cw,Avatar$1 as cx,img$z as cy,baseGraphQLApi as cz,capitalize$2 as d,findIndex_1 as d$,ReactMarkdown as d0,default_1$8 as d1,unmountPanel$1 as d2,AvailableComponents as d3,delay$1 as d4,hidePanel$1 as d5,mountPanel$1 as d6,DialogContentText$1 as d7,userSelector$2 as d8,MoreVert$1 as d9,isObject_1 as dA,_toKey as dB,_baseIteratee as dC,_baseToString as dD,_baseTrim as dE,_castSlice as dF,_stringToArray as dG,toString_1 as dH,upperFirst_1 as dI,_arrayMap as dJ,isArrayLike_1 as dK,isString_1 as dL,toInteger_1 as dM,_baseGet as dN,_baseSlice as dO,channel$2 as dP,useFormContext as dQ,useIntl as dR,useFieldArray as dS,VideoCamera as dT,Image$1 as dU,Sound as dV,Description as dW,toNumber_1 as dX,FormProvider as dY,ProgressStepper as dZ,size_1 as d_,Menu$1 as da,Edit as db,Upload as dc,Delete$1 as dd,CustomTabs as de,useBackupImg as df,img$1C as dg,validate as dh,img$19 as di,baseGraphQLApiWithError as dj,VerifiedFilled as dk,Add as dl,ExpandLess$1 as dm,ExpandMore$1 as dn,Collapse$1 as dp,Filter$1 as dq,DynamicTable as dr,useTheme$3 as ds,getThemeProps as dt,useEnhancedEffect$3 as du,React as dv,_arrayPush as dw,isArray_1 as dx,_castPath as dy,_isIndex as dz,_objectWithoutPropertiesLoose$2 as e,Information as e$,take as e0,CurlyBraces as e1,UnknownDocument as e2,VariableSizeList as e3,sdkEventManager as e4,SdkEvents as e5,SdkError as e6,distributionTypes as e7,EngineClassIcons as e8,Mode2 as e9,isSymbol_1 as eA,_baseMap as eB,_baseUnary as eC,_baseFindIndex as eD,_Set as eE,_setToArray as eF,_SetCache as eG,_cacheHas as eH,img$Q as eI,img$P as eJ,img$1y as eK,img$1x as eL,img$1w as eM,img$N as eN,img$1A as eO,img$M as eP,authSelector as eQ,ListItemAvatar$1 as eR,emphasize as eS,useSlotProps as eT,_arraySome as eU,EntityType as eV,generateState as eW,injectIntl as eX,ErrorBoundary$1 as eY,EPermissionAction as eZ,Process as e_,EngineModeIcons as ea,DeploymentModelIcons as eb,markdown as ec,guid as ed,EditList as ee,ButtonBase$1 as ef,_Symbol as eg,isArguments_1 as eh,_baseEach as ei,_arrayFilter as ej,_getNative as ek,eq_1 as el,_root as em,_Uint8Array as en,_overArg as eo,_isPrototype as ep,isObjectLike_1 as eq,_baseGetTag as er,_arrayLikeKeys as es,isBuffer$5 as et,isFunction_1 as eu,isTypedArray_1 as ev,_Stack as ew,_baseFor as ex,identity_1 as ey,_isIterateeCall as ez,clsx as f,selectOrgId as f$,Download as f0,NewFolder as f1,SpecialFolder as f2,User as f3,Source as f4,Search$2 as f5,selectIsOLPEnabled as f6,ListItemSecondaryAction$1 as f7,getLibraryModule as f8,cmsUrlSelector as f9,convertEntityToAuthResource as fA,AutoSizer as fB,InfiniteLoader as fC,FixedSizeList as fD,selectUserOrgEdgeVersion as fE,EditAttributes as fF,imageUpload as fG,gqlIntrospection as fH,ProcessingDetail as fI,img$y as fJ,img$A as fK,img$6 as fL,FilterRemove as fM,AlarmTwo as fN,tableInfiniteScroll as fO,CheckCircle as fP,FolderOpen as fQ,Voice as fR,useDoubleClick as fS,FolderFilled as fT,Time as fU,img$B as fV,Undefined as fW,PodcastSource as fX,YoutubeSource as fY,TVSource as fZ,RadioSource as f_,debounce_1 as fa,SearchStructuredData as fb,Grow$1 as fc,configSelector as fd,index as fe,betaFeaturesSelector as ff,actions as fg,hasPermission as fh,UserAddFilled as fi,MenuList$1 as fj,MoveFolder as fk,EAuthResourceType as fl,Slide$1 as fm,img$c as fn,selectApiConfigs$2 as fo,selectPanelByPanelName as fp,FullScreenContainer as fq,EngineCategoryIcons as fr,isPermissionLoading as fs,Settings$2 as ft,Hamburger as fu,List as fv,enginesFilter as fw,panelsSelector as fx,Badge$1 as fy,MoreHor as fz,generateUtilityClass as g,_getAllKeys as g$,navSectionStyles as g0,PermissionsList as g1,selectIsUserAdmin as g2,AvatarGroup$1 as g3,index$1 as g4,ErrorState$2 as g5,Stepper$1 as g6,StepConnector$1 as g7,Step$1 as g8,StepLabel$1 as g9,SecurityGroup as gA,getOrganizationPanelModule as gB,Lock2 as gC,EApplicationConfigLevel as gD,NoApps as gE,EApplicationConfigType as gF,green$1 as gG,md5 as gH,selectIsSuperAdmin as gI,organizations_selector as gJ,actions$5 as gK,AddUser as gL,selectors as gM,LibraryDropdown as gN,Remove as gO,Save as gP,Input$3 as gQ,getElement as gR,client$1 as gS,Copy as gT,ArrowForward as gU,Modal$1 as gV,_getSymbols as gW,stubArray_1 as gX,_baseGetAllKeys as gY,_getTag as gZ,_nodeUtil as g_,isEqual_1 as ga,NullState$2 as gb,Group as gc,PermissionChangedAction as gd,Lock as ge,useOrganizationPermissions as gf,EAuthSubResourceType as gg,AddGroup as gh,initialConfigSelector as gi,EMessageTypes as gj,errors as gk,ConfirmationModal as gl,panelComponents as gm,EnumHelpers as gn,formatBytes as go,NotInterested as gp,mountPanelForResponse$1 as gq,default_1$a as gr,tableStyles as gs,ArrowDown as gt,ArrowUp as gu,useInterval as gv,Iam as gw,safeFormatMessage as gx,contextMenuStyles as gy,Users as gz,composeClasses as h,init as h$,_castFunction as h0,Slider$1 as h1,getDefaultExportFromCjs as h2,Article as h3,Task as h4,View as h5,isNumber_1 as h6,Check as h7,EngineIconsRenderer as h8,FormattedRelativeTime$1 as h9,tableSearchComponents as hA,cancel as hB,FlowTemplate as hC,Node as hD,Palette as hE,FlowCenter2 as hF,ArrowBack as hG,Schema$1 as hH,truncatedString as hI,img$1 as hJ,img$x as hK,AutomateNode as hL,Clear as hM,ExpandLess as hN,ExpandMore as hO,registry as hP,registerComponent as hQ,AvailableWidgets as hR,updatePanelMicroFrontendProps as hS,setData as hT,root as hU,mountWidget as hV,unmountWidget as hW,mountPanel as hX,unmountPanel as hY,hidePanel as hZ,unmountAllPanel as h_,BottomQueue as ha,TopQueue as hb,Pause as hc,Cancel as hd,Folder as he,Hidden as hf,dateRangeFilter as hg,statusFilter as hh,TableLoadingState as hi,setDuration as hj,resetDuration as hk,ButtonGroupContext$1 as hl,useSyncExternalStoreExports as hm,Engines as hn,EngineComponentLoader as ho,EngineFieldType as hp,characterCountTextField as hq,createStack as hr,tabsClasses$1 as hs,Packages as ht,Resources$1 as hu,selectUserCanCreatePackage as hv,PackagesAvatar as hw,actionChannel as hx,cancelled as hy,flush$4 as hz,createSvgIcon$1 as i,aiwareEvents as i0,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,useNavigate as y,devErrorLogger 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$2([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:"12a152665",releaseDate:"2023-10-11T16:06:16.618Z"});export{IconButton$1 as $,AIWareIntlProvider as A,Box$1 as B,useLocation as C,DynamicModuleLoader as D,Button$1 as E,FormattedMessage$1 as F,useSearchParams as G,img$5 as H,StyledEngineProvider as I,Fade$1 as J,classNames as K,LinearProgress$1 as L,getAppbarPanelModule as M,LoadingButton$1 as N,authErrorMessage as O,Provider$2 as P,Grid$1 as Q,Routes as R,Switch$1 as S,Typography$1 as T,FormControl$1 as U,TextField$1 as V,resetPasswordRequest as W,InputLabel$1 as X,OutlinedInput$1 as Y,InputAdornment$1 as Z,_extends$5 as _,generateUtilityClasses as a,img$k as a$,Select$1 as a0,Location as a1,MenuItem$1 as a2,Divider$1 as a3,Popover$1 as a4,applicationSelector as a5,setUser as a6,logoutUser$1 as a7,all$2 as a8,Stack$4 as a9,createBox$1 as aA,createAction as aB,createReducer as aC,ENGINE_OWNER_TYPES as aD,ENGINE_FILTER_TYPES as aE,preferredLanguageSelector as aF,baseUrlSelector as aG,rootApiSelector as aH,sessionTokenSelector as aI,graphEndpointSelector as aJ,controllerNodeRedImageSelector as aK,controllerUrlSelector as aL,automateControllerUrlSelector as aM,flowCenterDialogSelector as aN,automateUrlSelector as aO,Portal$1 as aP,flowCenterDialogReducer as aQ,List$2 as aR,ListItem$1 as aS,ListItemIcon$1 as aT,ListItemText$1 as aU,flowCenterDialogAction as aV,img$q as aW,img$r as aX,img$t as aY,img$u as aZ,Tooltip$1 as a_,CheckmarkFilled as aa,Bullet as ab,takeEvery$1 as ac,select as ad,call$j as ae,put as af,showMessage as ag,MessageSeverity as ah,createTheme$1 as ai,systemStyled as aj,useThemeProps$1 as ak,useId as al,useControlled$1 as am,usePreviousProps$1 as an,useEventCallback as ao,setRef as ap,inputClasses$1 as aq,inputBaseClasses$1 as ar,outlinedInputClasses$1 as as,filledInputClasses$1 as at,Popper$1 as au,alpha as av,ListSubheader$1 as aw,ClearIcon as ax,ArrowDropDownIcon as ay,Chip$1 as az,styled$1 as b,_setPrototypeOf$z as b$,img$J as b0,Skeleton$1 as b1,takeLatest$1 as b2,fetchAllTags as b3,fetchFlows as b4,fetchTemplateGallery as b5,isRevisionsExistOnServerRequest as b6,FormLabel$1 as b7,default_1$e as b8,FormGroup$1 as b9,img$F as bA,DialogTitle$1 as bB,DialogContent$1 as bC,DialogActions$1 as bD,Snackbar$1 as bE,default_1$6 as bF,Search$1 as bG,img$l as bH,img$n as bI,img$X as bJ,Tabs$2 as bK,Tab$2 as bL,deleteEngine as bM,fetchEngine as bN,img$m as bO,AIWareFormatMessage as bP,FormattedDate as bQ,fetchVeritoneGraphQLApi as bR,useTheme as bS,KeyboardArrowRight as bT,KeyboardArrowLeft as bU,InputUnstyled as bV,isHostComponent as bW,getDefaultExportFromNamespaceIfNotNamed as bX,commonjsRequire as bY,_typeof$D as bZ,_assertThisInitialized$x as b_,FormControlLabel$1 as ba,Checkbox$1 as bb,fetchTemplateGalleryFallback as bc,Card$1 as bd,CardContent$1 as be,img$o as bf,CardActions$1 as bg,flowStyles as bh,NoResults as bi,CircularProgress$1 as bj,img$e as bk,Dialog$1 as bl,setApiEndpoint as bm,TableContainer$1 as bn,Table$1 as bo,TableHead$1 as bp,TableRow$1 as bq,TableCell$1 as br,TableSortLabel$1 as bs,TableBody$1 as bt,img$j as bu,default_1 as bv,ClickAwayListener as bw,img$v as bx,img$s as by,img$T as bz,Paper$1 as c,TabPanel as c$,reactDom as c0,Transition$1 as c1,_defineProperty$x as c2,__awaiter$e as c3,__generator$2 as c4,__spread as c5,React5 as c6,PropTypes as c7,TransitionGroup$1 as c8,connect$1 as c9,default_1$9 as cA,Controller as cB,FormHelperText$2 as cC,img$i as cD,ThemeProvider as cE,lightTheme$1 as cF,CssBaseline as cG,Hide as cH,has_1 as cI,Radio$2 as cJ,createSvgIcon$2 as cK,_createCompounder as cL,_toPropertyKey as cM,_inheritsLoose$2 as cN,hoistNonReactStatics_cjs as cO,commonjsGlobal$2 as cP,combineReducers as cQ,createSelector$1 as cR,fork as cS,statusPill as cT,AIWareThemeProvider$1 as cU,LocalizationProvider as cV,AdapterDateFns as cW,CalendarPicker as cX,Close$1 as cY,FullscreenExit as cZ,Fullscreen as c_,Bookmark as ca,EngineFlagIcons as cb,createAsyncThunk as cc,withStyles as cd,getConfigModule as ce,getAuthModule as cf,getSnackbarModule as cg,AIWareCacheProvider as ch,img$U as ci,img$g as cj,img$f as ck,isEmpty_1 as cl,find_1 as cm,Backdrop$1 as cn,getDefaultMiddleware as co,isNil_1 as cp,useForm as cq,UpDown as cr,Icon$1 as cs,get_1 as ct,map_1 as cu,keys_1 as cv,RadioGroup$1 as cw,Avatar$1 as cx,img$z as cy,baseGraphQLApi as cz,capitalize$2 as d,findIndex_1 as d$,ReactMarkdown as d0,default_1$8 as d1,unmountPanel$1 as d2,AvailableComponents as d3,delay$1 as d4,hidePanel$1 as d5,mountPanel$1 as d6,DialogContentText$1 as d7,userSelector$2 as d8,MoreVert$1 as d9,isObject_1 as dA,_toKey as dB,_baseIteratee as dC,_baseToString as dD,_baseTrim as dE,_castSlice as dF,_stringToArray as dG,toString_1 as dH,upperFirst_1 as dI,_arrayMap as dJ,isArrayLike_1 as dK,isString_1 as dL,toInteger_1 as dM,_baseGet as dN,_baseSlice as dO,channel$2 as dP,useFormContext as dQ,useIntl as dR,useFieldArray as dS,VideoCamera as dT,Image$1 as dU,Sound as dV,Description as dW,toNumber_1 as dX,FormProvider as dY,ProgressStepper as dZ,size_1 as d_,Menu$1 as da,Edit as db,Upload as dc,Delete$1 as dd,CustomTabs as de,useBackupImg as df,img$1C as dg,validate as dh,img$19 as di,baseGraphQLApiWithError as dj,VerifiedFilled as dk,Add as dl,ExpandLess$1 as dm,ExpandMore$1 as dn,Collapse$1 as dp,Filter$1 as dq,DynamicTable as dr,useTheme$3 as ds,getThemeProps as dt,useEnhancedEffect$3 as du,React as dv,_arrayPush as dw,isArray_1 as dx,_castPath as dy,_isIndex as dz,_objectWithoutPropertiesLoose$2 as e,Information as e$,take as e0,CurlyBraces as e1,UnknownDocument as e2,VariableSizeList as e3,sdkEventManager as e4,SdkEvents as e5,SdkError as e6,distributionTypes as e7,EngineClassIcons as e8,Mode2 as e9,isSymbol_1 as eA,_baseMap as eB,_baseUnary as eC,_baseFindIndex as eD,_Set as eE,_setToArray as eF,_SetCache as eG,_cacheHas as eH,img$Q as eI,img$P as eJ,img$1y as eK,img$1x as eL,img$1w as eM,img$N as eN,img$1A as eO,img$M as eP,authSelector as eQ,ListItemAvatar$1 as eR,emphasize as eS,useSlotProps as eT,_arraySome as eU,EntityType as eV,generateState as eW,injectIntl as eX,ErrorBoundary$1 as eY,EPermissionAction as eZ,Process as e_,EngineModeIcons as ea,DeploymentModelIcons as eb,markdown as ec,guid as ed,EditList as ee,ButtonBase$1 as ef,_Symbol as eg,isArguments_1 as eh,_baseEach as ei,_arrayFilter as ej,_getNative as ek,eq_1 as el,_root as em,_Uint8Array as en,_overArg as eo,_isPrototype as ep,isObjectLike_1 as eq,_baseGetTag as er,_arrayLikeKeys as es,isBuffer$5 as et,isFunction_1 as eu,isTypedArray_1 as ev,_Stack as ew,_baseFor as ex,identity_1 as ey,_isIterateeCall as ez,clsx as f,selectOrgId as f$,Download as f0,NewFolder as f1,SpecialFolder as f2,User as f3,Source as f4,Search$2 as f5,selectIsOLPEnabled as f6,ListItemSecondaryAction$1 as f7,getLibraryModule as f8,cmsUrlSelector as f9,convertEntityToAuthResource as fA,AutoSizer as fB,InfiniteLoader as fC,FixedSizeList as fD,selectUserOrgEdgeVersion as fE,EditAttributes as fF,imageUpload as fG,gqlIntrospection as fH,ProcessingDetail as fI,img$y as fJ,img$A as fK,img$6 as fL,FilterRemove as fM,AlarmTwo as fN,tableInfiniteScroll as fO,CheckCircle as fP,FolderOpen as fQ,Voice as fR,useDoubleClick as fS,FolderFilled as fT,Time as fU,img$B as fV,Undefined as fW,PodcastSource as fX,YoutubeSource as fY,TVSource as fZ,RadioSource as f_,debounce_1 as fa,SearchStructuredData as fb,Grow$1 as fc,configSelector as fd,index as fe,betaFeaturesSelector as ff,actions as fg,hasPermission as fh,UserAddFilled as fi,MenuList$1 as fj,MoveFolder as fk,EAuthResourceType as fl,Slide$1 as fm,img$c as fn,selectApiConfigs$2 as fo,selectPanelByPanelName as fp,FullScreenContainer as fq,EngineCategoryIcons as fr,isPermissionLoading as fs,Settings$2 as ft,Hamburger as fu,List as fv,enginesFilter as fw,panelsSelector as fx,Badge$1 as fy,MoreHor as fz,generateUtilityClass as g,_getAllKeys as g$,navSectionStyles as g0,PermissionsList as g1,selectIsUserAdmin as g2,AvatarGroup$1 as g3,index$1 as g4,ErrorState$2 as g5,Stepper$1 as g6,StepConnector$1 as g7,Step$1 as g8,StepLabel$1 as g9,SecurityGroup as gA,getOrganizationPanelModule as gB,Lock2 as gC,EApplicationConfigLevel as gD,NoApps as gE,EApplicationConfigType as gF,green$1 as gG,md5 as gH,selectIsSuperAdmin as gI,organizations_selector as gJ,actions$5 as gK,AddUser as gL,selectors as gM,LibraryDropdown as gN,Remove as gO,Save as gP,Input$3 as gQ,getElement as gR,client$1 as gS,Copy as gT,ArrowForward as gU,Modal$1 as gV,_getSymbols as gW,stubArray_1 as gX,_baseGetAllKeys as gY,_getTag as gZ,_nodeUtil as g_,isEqual_1 as ga,NullState$2 as gb,Group as gc,PermissionChangedAction as gd,Lock as ge,useOrganizationPermissions as gf,EAuthSubResourceType as gg,AddGroup as gh,initialConfigSelector as gi,EMessageTypes as gj,errors as gk,ConfirmationModal as gl,panelComponents as gm,EnumHelpers as gn,formatBytes as go,NotInterested as gp,mountPanelForResponse$1 as gq,default_1$a as gr,tableStyles as gs,ArrowDown as gt,ArrowUp as gu,useInterval as gv,Iam as gw,safeFormatMessage as gx,contextMenuStyles as gy,Users as gz,composeClasses as h,init as h$,_castFunction as h0,Slider$1 as h1,getDefaultExportFromCjs as h2,Article as h3,Task as h4,View as h5,isNumber_1 as h6,Check as h7,EngineIconsRenderer as h8,FormattedRelativeTime$1 as h9,tableSearchComponents as hA,cancel as hB,FlowTemplate as hC,Node as hD,Palette as hE,FlowCenter2 as hF,ArrowBack as hG,Schema$1 as hH,truncatedString as hI,img$1 as hJ,img$x as hK,AutomateNode as hL,Clear as hM,ExpandLess as hN,ExpandMore as hO,registry as hP,registerComponent as hQ,AvailableWidgets as hR,updatePanelMicroFrontendProps as hS,setData as hT,root as hU,mountWidget as hV,unmountWidget as hW,mountPanel as hX,unmountPanel as hY,hidePanel as hZ,unmountAllPanel as h_,BottomQueue as ha,TopQueue as hb,Pause as hc,Cancel as hd,Folder as he,Hidden as hf,dateRangeFilter as hg,statusFilter as hh,TableLoadingState as hi,setDuration as hj,resetDuration as hk,ButtonGroupContext$1 as hl,useSyncExternalStoreExports as hm,Engines as hn,EngineComponentLoader as ho,EngineFieldType as hp,characterCountTextField as hq,createStack as hr,tabsClasses$1 as hs,Packages as ht,Resources$1 as hu,selectUserCanCreatePackage as hv,PackagesAvatar as hw,actionChannel as hx,cancelled as hy,flush$4 as hz,createSvgIcon$1 as i,aiwareEvents as i0,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,useNavigate as y,devErrorLogger as z};
|
package/js-core.esm.js.gz
CHANGED
|
Binary file
|