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