aiware-js 1.0.0-master.723 → 1.0.0-master.724

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. package/index.esm.css +92 -92
  2. package/index.esm.css.gz +0 -0
  3. package/index.esm.js +1 -1
  4. package/index.esm.js.gz +0 -0
  5. package/index.esm.min.css +92 -92
  6. package/index.esm.min.css.gz +0 -0
  7. package/js-core.esm.js +1 -1
  8. package/js-core.esm.js.gz +0 -0
  9. package/js-core.esm50.js +5 -5
  10. package/js-core.esm50.js.gz +0 -0
  11. package/js-core.esm55.js +2 -2
  12. package/js-core.esm55.js.gz +0 -0
  13. package/js-core.esm56.js +2 -2
  14. package/js-core.esm56.js.gz +0 -0
  15. package/js-core.esm57.js +1 -1
  16. package/js-core.esm57.js.gz +0 -0
  17. package/js-core.esm58.js +1 -1
  18. package/js-core.esm58.js.gz +0 -0
  19. package/js-core.esm59.js +1 -1
  20. package/js-core.esm59.js.gz +0 -0
  21. package/js-core.esm60.js +1 -1
  22. package/js-core.esm60.js.gz +0 -0
  23. package/js-core.esm61.js +1 -1
  24. package/js-core.esm61.js.gz +0 -0
  25. package/js-core.esm62.js +1 -1
  26. package/js-core.esm62.js.gz +0 -0
  27. package/js-core.esm63.js +1 -1
  28. package/js-core.esm63.js.gz +0 -0
  29. package/js-core.esm66.js +1 -1
  30. package/js-core.esm66.js.gz +0 -0
  31. package/js-core.esm67.js +1 -1
  32. package/js-core.esm67.js.gz +0 -0
  33. package/js-core.esm69.js +1 -1
  34. package/js-core.esm69.js.gz +0 -0
  35. package/js-core.esm80.js +1 -1
  36. package/js-core.esm80.js.gz +0 -0
  37. package/js-core.esm82.js +1 -1
  38. package/js-core.esm82.js.gz +0 -0
  39. package/js-core.esm83.js +1 -1
  40. package/js-core.esm83.js.gz +0 -0
  41. package/js-core.esm86.js +1 -1
  42. package/js-core.esm86.js.gz +0 -0
  43. package/js-core.esm87.js +1 -1
  44. package/js-core.esm87.js.gz +0 -0
  45. package/js-core.esm91.js +1 -1
  46. package/js-core.esm91.js.gz +0 -0
  47. package/js-core.umd.js +62 -62
  48. package/js-core.umd.js.gz +0 -0
  49. package/locales/es.json +1 -1
  50. package/locales/fr.json +1 -1
  51. package/package.json +1 -1
package/index.esm.css CHANGED
@@ -288,6 +288,98 @@
288
288
  background-color: #fff;
289
289
  }
290
290
 
291
+ /* dosis-200normal - latin */
292
+ @font-face {
293
+ font-family: 'Dosis';
294
+ font-style: normal;
295
+ font-display: swap;
296
+ font-weight: 200;
297
+ src:
298
+ local('Dosis Extra Light '),
299
+ local('Dosis-Extra Light'),
300
+ url('./files/dosis-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
301
+ url('./files/dosis-latin-200.woff') format('woff'); /* Modern Browsers */
302
+ }
303
+
304
+ /* dosis-300normal - latin */
305
+ @font-face {
306
+ font-family: 'Dosis';
307
+ font-style: normal;
308
+ font-display: swap;
309
+ font-weight: 300;
310
+ src:
311
+ local('Dosis Light '),
312
+ local('Dosis-Light'),
313
+ url('./files/dosis-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
314
+ url('./files/dosis-latin-300.woff') format('woff'); /* Modern Browsers */
315
+ }
316
+
317
+ /* dosis-400normal - latin */
318
+ @font-face {
319
+ font-family: 'Dosis';
320
+ font-style: normal;
321
+ font-display: swap;
322
+ font-weight: 400;
323
+ src:
324
+ local('Dosis Regular '),
325
+ local('Dosis-Regular'),
326
+ url('./files/dosis-latin-400.woff2') format('woff2'), /* Super Modern Browsers */
327
+ url('./files/dosis-latin-400.woff') format('woff'); /* Modern Browsers */
328
+ }
329
+
330
+ /* dosis-500normal - latin */
331
+ @font-face {
332
+ font-family: 'Dosis';
333
+ font-style: normal;
334
+ font-display: swap;
335
+ font-weight: 500;
336
+ src:
337
+ local('Dosis Medium '),
338
+ local('Dosis-Medium'),
339
+ url('./files/dosis-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
340
+ url('./files/dosis-latin-500.woff') format('woff'); /* Modern Browsers */
341
+ }
342
+
343
+ /* dosis-600normal - latin */
344
+ @font-face {
345
+ font-family: 'Dosis';
346
+ font-style: normal;
347
+ font-display: swap;
348
+ font-weight: 600;
349
+ src:
350
+ local('Dosis SemiBold '),
351
+ local('Dosis-SemiBold'),
352
+ url('./files/dosis-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
353
+ url('./files/dosis-latin-600.woff') format('woff'); /* Modern Browsers */
354
+ }
355
+
356
+ /* dosis-700normal - latin */
357
+ @font-face {
358
+ font-family: 'Dosis';
359
+ font-style: normal;
360
+ font-display: swap;
361
+ font-weight: 700;
362
+ src:
363
+ local('Dosis Bold '),
364
+ local('Dosis-Bold'),
365
+ url('./files/dosis-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
366
+ url('./files/dosis-latin-700.woff') format('woff'); /* Modern Browsers */
367
+ }
368
+
369
+ /* dosis-800normal - latin */
370
+ @font-face {
371
+ font-family: 'Dosis';
372
+ font-style: normal;
373
+ font-display: swap;
374
+ font-weight: 800;
375
+ src:
376
+ local('Dosis ExtraBold '),
377
+ local('Dosis-ExtraBold'),
378
+ url('./files/dosis-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
379
+ url('./files/dosis-latin-800.woff') format('woff'); /* Modern Browsers */
380
+ }
381
+
382
+
291
383
  /* nunito-200normal - latin */
292
384
  @font-face {
293
385
  font-family: 'Nunito';
@@ -471,98 +563,6 @@
471
563
  }
472
564
 
473
565
 
474
- /* dosis-200normal - latin */
475
- @font-face {
476
- font-family: 'Dosis';
477
- font-style: normal;
478
- font-display: swap;
479
- font-weight: 200;
480
- src:
481
- local('Dosis Extra Light '),
482
- local('Dosis-Extra Light'),
483
- url('./files/dosis-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
484
- url('./files/dosis-latin-200.woff') format('woff'); /* Modern Browsers */
485
- }
486
-
487
- /* dosis-300normal - latin */
488
- @font-face {
489
- font-family: 'Dosis';
490
- font-style: normal;
491
- font-display: swap;
492
- font-weight: 300;
493
- src:
494
- local('Dosis Light '),
495
- local('Dosis-Light'),
496
- url('./files/dosis-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
497
- url('./files/dosis-latin-300.woff') format('woff'); /* Modern Browsers */
498
- }
499
-
500
- /* dosis-400normal - latin */
501
- @font-face {
502
- font-family: 'Dosis';
503
- font-style: normal;
504
- font-display: swap;
505
- font-weight: 400;
506
- src:
507
- local('Dosis Regular '),
508
- local('Dosis-Regular'),
509
- url('./files/dosis-latin-400.woff2') format('woff2'), /* Super Modern Browsers */
510
- url('./files/dosis-latin-400.woff') format('woff'); /* Modern Browsers */
511
- }
512
-
513
- /* dosis-500normal - latin */
514
- @font-face {
515
- font-family: 'Dosis';
516
- font-style: normal;
517
- font-display: swap;
518
- font-weight: 500;
519
- src:
520
- local('Dosis Medium '),
521
- local('Dosis-Medium'),
522
- url('./files/dosis-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
523
- url('./files/dosis-latin-500.woff') format('woff'); /* Modern Browsers */
524
- }
525
-
526
- /* dosis-600normal - latin */
527
- @font-face {
528
- font-family: 'Dosis';
529
- font-style: normal;
530
- font-display: swap;
531
- font-weight: 600;
532
- src:
533
- local('Dosis SemiBold '),
534
- local('Dosis-SemiBold'),
535
- url('./files/dosis-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
536
- url('./files/dosis-latin-600.woff') format('woff'); /* Modern Browsers */
537
- }
538
-
539
- /* dosis-700normal - latin */
540
- @font-face {
541
- font-family: 'Dosis';
542
- font-style: normal;
543
- font-display: swap;
544
- font-weight: 700;
545
- src:
546
- local('Dosis Bold '),
547
- local('Dosis-Bold'),
548
- url('./files/dosis-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
549
- url('./files/dosis-latin-700.woff') format('woff'); /* Modern Browsers */
550
- }
551
-
552
- /* dosis-800normal - latin */
553
- @font-face {
554
- font-family: 'Dosis';
555
- font-style: normal;
556
- font-display: swap;
557
- font-weight: 800;
558
- src:
559
- local('Dosis ExtraBold '),
560
- local('Dosis-ExtraBold'),
561
- url('./files/dosis-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
562
- url('./files/dosis-latin-800.woff') format('woff'); /* Modern Browsers */
563
- }
564
-
565
-
566
566
  /*!
567
567
  * Cropper.js v1.5.9
568
568
  * https://fengyuanchen.github.io/cropperjs
package/index.esm.css.gz CHANGED
Binary file
package/index.esm.js CHANGED
@@ -1 +1 @@
1
- export{gU as AvailableWidgets,h3 as aiwareEvents,h0 as hidePanel,cz as hidePanelAction,h2 as init,g_ as mountPanel,cA as mountPanelAction,gY as mountWidget,gT as registerComponent,gS as registry,gX as root,gW as setData,s as store,h1 as unmountAllPanel,g$ as unmountPanel,cw as unmountPanelAction,gZ as unmountWidget,gV as updatePanelMicroFrontendPropsAction}from"./js-core.esm.js";
1
+ export{gW as AvailableWidgets,h5 as aiwareEvents,h2 as hidePanel,cz as hidePanelAction,h4 as init,h0 as mountPanel,cA as mountPanelAction,g_ as mountWidget,gV as registerComponent,gU as registry,gZ as root,gY as setData,s as store,h3 as unmountAllPanel,h1 as unmountPanel,cw as unmountPanelAction,g$ as unmountWidget,gX as updatePanelMicroFrontendPropsAction}from"./js-core.esm.js";
package/index.esm.js.gz CHANGED
Binary file
package/index.esm.min.css CHANGED
@@ -288,6 +288,98 @@
288
288
  background-color: #fff;
289
289
  }
290
290
 
291
+ /* dosis-200normal - latin */
292
+ @font-face {
293
+ font-family: 'Dosis';
294
+ font-style: normal;
295
+ font-display: swap;
296
+ font-weight: 200;
297
+ src:
298
+ local('Dosis Extra Light '),
299
+ local('Dosis-Extra Light'),
300
+ url('./files/dosis-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
301
+ url('./files/dosis-latin-200.woff') format('woff'); /* Modern Browsers */
302
+ }
303
+
304
+ /* dosis-300normal - latin */
305
+ @font-face {
306
+ font-family: 'Dosis';
307
+ font-style: normal;
308
+ font-display: swap;
309
+ font-weight: 300;
310
+ src:
311
+ local('Dosis Light '),
312
+ local('Dosis-Light'),
313
+ url('./files/dosis-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
314
+ url('./files/dosis-latin-300.woff') format('woff'); /* Modern Browsers */
315
+ }
316
+
317
+ /* dosis-400normal - latin */
318
+ @font-face {
319
+ font-family: 'Dosis';
320
+ font-style: normal;
321
+ font-display: swap;
322
+ font-weight: 400;
323
+ src:
324
+ local('Dosis Regular '),
325
+ local('Dosis-Regular'),
326
+ url('./files/dosis-latin-400.woff2') format('woff2'), /* Super Modern Browsers */
327
+ url('./files/dosis-latin-400.woff') format('woff'); /* Modern Browsers */
328
+ }
329
+
330
+ /* dosis-500normal - latin */
331
+ @font-face {
332
+ font-family: 'Dosis';
333
+ font-style: normal;
334
+ font-display: swap;
335
+ font-weight: 500;
336
+ src:
337
+ local('Dosis Medium '),
338
+ local('Dosis-Medium'),
339
+ url('./files/dosis-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
340
+ url('./files/dosis-latin-500.woff') format('woff'); /* Modern Browsers */
341
+ }
342
+
343
+ /* dosis-600normal - latin */
344
+ @font-face {
345
+ font-family: 'Dosis';
346
+ font-style: normal;
347
+ font-display: swap;
348
+ font-weight: 600;
349
+ src:
350
+ local('Dosis SemiBold '),
351
+ local('Dosis-SemiBold'),
352
+ url('./files/dosis-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
353
+ url('./files/dosis-latin-600.woff') format('woff'); /* Modern Browsers */
354
+ }
355
+
356
+ /* dosis-700normal - latin */
357
+ @font-face {
358
+ font-family: 'Dosis';
359
+ font-style: normal;
360
+ font-display: swap;
361
+ font-weight: 700;
362
+ src:
363
+ local('Dosis Bold '),
364
+ local('Dosis-Bold'),
365
+ url('./files/dosis-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
366
+ url('./files/dosis-latin-700.woff') format('woff'); /* Modern Browsers */
367
+ }
368
+
369
+ /* dosis-800normal - latin */
370
+ @font-face {
371
+ font-family: 'Dosis';
372
+ font-style: normal;
373
+ font-display: swap;
374
+ font-weight: 800;
375
+ src:
376
+ local('Dosis ExtraBold '),
377
+ local('Dosis-ExtraBold'),
378
+ url('./files/dosis-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
379
+ url('./files/dosis-latin-800.woff') format('woff'); /* Modern Browsers */
380
+ }
381
+
382
+
291
383
  /* nunito-200normal - latin */
292
384
  @font-face {
293
385
  font-family: 'Nunito';
@@ -471,98 +563,6 @@
471
563
  }
472
564
 
473
565
 
474
- /* dosis-200normal - latin */
475
- @font-face {
476
- font-family: 'Dosis';
477
- font-style: normal;
478
- font-display: swap;
479
- font-weight: 200;
480
- src:
481
- local('Dosis Extra Light '),
482
- local('Dosis-Extra Light'),
483
- url('./files/dosis-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
484
- url('./files/dosis-latin-200.woff') format('woff'); /* Modern Browsers */
485
- }
486
-
487
- /* dosis-300normal - latin */
488
- @font-face {
489
- font-family: 'Dosis';
490
- font-style: normal;
491
- font-display: swap;
492
- font-weight: 300;
493
- src:
494
- local('Dosis Light '),
495
- local('Dosis-Light'),
496
- url('./files/dosis-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
497
- url('./files/dosis-latin-300.woff') format('woff'); /* Modern Browsers */
498
- }
499
-
500
- /* dosis-400normal - latin */
501
- @font-face {
502
- font-family: 'Dosis';
503
- font-style: normal;
504
- font-display: swap;
505
- font-weight: 400;
506
- src:
507
- local('Dosis Regular '),
508
- local('Dosis-Regular'),
509
- url('./files/dosis-latin-400.woff2') format('woff2'), /* Super Modern Browsers */
510
- url('./files/dosis-latin-400.woff') format('woff'); /* Modern Browsers */
511
- }
512
-
513
- /* dosis-500normal - latin */
514
- @font-face {
515
- font-family: 'Dosis';
516
- font-style: normal;
517
- font-display: swap;
518
- font-weight: 500;
519
- src:
520
- local('Dosis Medium '),
521
- local('Dosis-Medium'),
522
- url('./files/dosis-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
523
- url('./files/dosis-latin-500.woff') format('woff'); /* Modern Browsers */
524
- }
525
-
526
- /* dosis-600normal - latin */
527
- @font-face {
528
- font-family: 'Dosis';
529
- font-style: normal;
530
- font-display: swap;
531
- font-weight: 600;
532
- src:
533
- local('Dosis SemiBold '),
534
- local('Dosis-SemiBold'),
535
- url('./files/dosis-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
536
- url('./files/dosis-latin-600.woff') format('woff'); /* Modern Browsers */
537
- }
538
-
539
- /* dosis-700normal - latin */
540
- @font-face {
541
- font-family: 'Dosis';
542
- font-style: normal;
543
- font-display: swap;
544
- font-weight: 700;
545
- src:
546
- local('Dosis Bold '),
547
- local('Dosis-Bold'),
548
- url('./files/dosis-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
549
- url('./files/dosis-latin-700.woff') format('woff'); /* Modern Browsers */
550
- }
551
-
552
- /* dosis-800normal - latin */
553
- @font-face {
554
- font-family: 'Dosis';
555
- font-style: normal;
556
- font-display: swap;
557
- font-weight: 800;
558
- src:
559
- local('Dosis ExtraBold '),
560
- local('Dosis-ExtraBold'),
561
- url('./files/dosis-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
562
- url('./files/dosis-latin-800.woff') format('woff'); /* Modern Browsers */
563
- }
564
-
565
-
566
566
  /*!
567
567
  * Cropper.js v1.5.9
568
568
  * https://fengyuanchen.github.io/cropperjs
Binary file
package/js-core.esm.js CHANGED
@@ -1483,4 +1483,4 @@ createScheduledJob(input:{
1483
1483
  }
1484
1484
  `)}),n},[]).join("\r\n")}
1485
1485
  }
1486
- `,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$i(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$i(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.exports.useRef(),n=useDispatch(),r=null==(o=useSelector(userSelector$2).organization)?void 0:o.organizationId,i=useSelector(selectPermissionsByEntity(EAuthResourceType.Organization,String(r),e));react.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.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$4},{children:jsxRuntime.exports.jsx(DynamicModuleLoader,Object.assign({modules:[getSnackbarModule()]},{children:jsxRuntime.exports.jsx(CustomSnackbar,{})}))}))}store$4.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$4.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$4.dispatch(updateTokenRequest({token:e})):console.error("[AiWARE JS]: Please provide a valid token!")},logout(e){"function"==typeof e?(e(),setTimeout(()=>{store$4.dispatch(logout())},1e3)):store$4.dispatch(logout())},reportAppActivity(e){rateLimiter.checkIfCanCall(e)&&store$4.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$4},{children:jsxRuntime.exports.jsx(AppBarPreLoader,{})}))]})}function ApplicationDialogRenderer(){return jsxRuntime.exports.jsx(jsxRuntime.exports.Fragment,{children:jsxRuntime.exports.jsx(Provider$2,Object.assign({store:store$4},{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$4.dispatch(mountWidget$1({elementId:r,widgetName:e,widgetConfig:i,widgetId:n,onComplete:t})),n}),unmountWidget=e=>(store$4.dispatch(unmountWidget$1(e)),!0),mountPanel=(e,t)=>{const n=e.panelId||getUniqueID();var{microFrontend:e,panelConfig:r}=e;store$4.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$4.addModule(r),n},unmountPanel=e=>(store$4.dispatch(unmountPanel$1(e)),!0),hidePanel=e=>(store$4.dispatch(hidePanel$1(e)),!0),unmountAllPanel=()=>{store$4.dispatch(unmountAllPanel$1(""))};function init(e,t){var n;validateConfig(e)&&(n=e["authToken"],n=checkAndDecodeBase64String(n||""),store$4.dispatch(getInitConfig(Object.assign(Object.assign({},e),{authToken:n,onComplete:t}))))}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$4),aiwareEvents=handleEvents();window&&(window.aiWare_initTesting=()=>{window.aiWare_store=store$4,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$4,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:"52a59dc58",releaseDate:"2023-07-17T18:38:23.019Z"});export{createReducer as $,AIWareIntlProvider as A,Box$1 as B,FormControl$1 as C,TextField$1 as D,classNames as E,FormattedMessage$1 as F,Grid$1 as G,resetPasswordRequest as H,InputLabel$1 as I,InputAdornment$1 as J,IconButton$1 as K,LoadingButton$1 as L,Select$1 as M,Location as N,OutlinedInput$1 as O,Provider$2 as P,MenuItem$1 as Q,Routes as R,Switch$1 as S,Typography$1 as T,Button$1 as U,Divider$1 as V,createTheme$1 as W,systemStyled as X,useThemeProps$1 as Y,createAction as Z,_extends$2 as _,generateUtilityClasses as a,Popper$1 as a$,createSlice as a0,ENGINE_OWNER_TYPES as a1,ENGINE_FILTER_TYPES as a2,DynamicModuleLoader as a3,preferredLanguageSelector as a4,baseUrlSelector as a5,rootApiSelector as a6,sessionTokenSelector as a7,graphEndpointSelector as a8,controllerNodeRedImageSelector as a9,fetchTemplateGallery as aA,isRevisionsExistOnServerRequest as aB,FormLabel$1 as aC,default_1$b as aD,FormGroup$1 as aE,FormControlLabel$1 as aF,Checkbox$1 as aG,fetchTemplateGalleryFallback as aH,Card$1 as aI,CardContent$1 as aJ,img$m as aK,CardActions$1 as aL,flowStyles as aM,NoResults as aN,CircularProgress$1 as aO,img$c as aP,Dialog$1 as aQ,setApiEndpoint as aR,TableContainer$1 as aS,Table$1 as aT,TableHead$1 as aU,TableRow$1 as aV,TableCell$1 as aW,TableSortLabel$1 as aX,TableBody$1 as aY,img$h as aZ,default_1 as a_,controllerUrlSelector as aa,automateControllerUrlSelector as ab,flowCenterDialogSelector as ac,automateUrlSelector as ad,Portal$1 as ae,flowCenterDialogReducer as af,List$2 as ag,ListItem$1 as ah,ListItemIcon$1 as ai,ListItemText$1 as aj,flowCenterDialogAction as ak,all as al,img$o as am,img$p as an,img$r as ao,img$s as ap,Tooltip$1 as aq,img$i as ar,img$H as as,Skeleton$1 as at,takeLatest$1 as au,fetchAllTags as av,put as aw,select as ax,fetchFlows as ay,call$i as az,styled$1 as b,RadioGroup$1 as b$,ClickAwayListener as b0,Fade$1 as b1,img$t as b2,img$q as b3,img$R as b4,img$D as b5,DialogTitle$1 as b6,DialogContent$1 as b7,DialogActions$1 as b8,Snackbar$1 as b9,reactDom as bA,Transition$1 as bB,__awaiter$d as bC,__generator$2 as bD,__spread as bE,TransitionGroup$1 as bF,connect$1 as bG,Bookmark as bH,EngineFlagIcons as bI,createAsyncThunk as bJ,withStyles as bK,getConfigModule as bL,getAuthModule as bM,getSnackbarModule as bN,AIWareCacheProvider as bO,img$S as bP,img$e as bQ,img$d as bR,isEmpty_1 as bS,Backdrop$1 as bT,getDefaultMiddleware as bU,isNil_1 as bV,UpDown as bW,Icon$1 as bX,get_1 as bY,map_1 as bZ,keys_1 as b_,default_1$6 as ba,img$j as bb,img$l as bc,img$V as bd,Tabs$2 as be,Tab$2 as bf,deleteEngine as bg,fetchEngine as bh,img$k as bi,AIWareFormatMessage as bj,FormattedDate as bk,fetchVeritoneGraphQLApi as bl,useTheme as bm,KeyboardArrowRight as bn,KeyboardArrowLeft as bo,useId as bp,InputUnstyled as bq,isHostComponent as br,getDefaultExportFromNamespaceIfNotNamed as bs,commonjsRequire as bt,_typeof$4 as bu,_inheritsLoose$2 as bv,_assertThisInitialized$1 as bw,React as bx,hoistNonReactStatics_cjs as by,_defineProperty$1 as bz,Paper$1 as c,isArray_1 as c$,Avatar$1 as c0,img$x as c1,baseGraphQLApi as c2,FormHelperText$2 as c3,img$g as c4,StyledEngineProvider as c5,ThemeProvider as c6,lightTheme$1 as c7,CssBaseline as c8,Hide as c9,mountPanel$1 as cA,DialogContentText$1 as cB,userSelector$2 as cC,MoreVert$1 as cD,Menu$1 as cE,Edit as cF,Upload as cG,Delete as cH,CustomTabs as cI,useBackupImg as cJ,img$1A as cK,validate as cL,configSelector as cM,baseGraphQLApiWithError as cN,VerifiedFilled as cO,Add as cP,ExpandLess as cQ,ExpandMore as cR,Collapse$1 as cS,img$17 as cT,Filter$1 as cU,DynamicTable as cV,useTheme$3 as cW,getThemeProps as cX,useEnhancedEffect$1 as cY,React$1 as cZ,_arrayPush as c_,has_1 as ca,showMessage as cb,MessageSeverity as cc,Radio$2 as cd,createSvgIcon$2 as ce,_createCompounder as cf,_baseIteratee as cg,isArrayLike_1 as ch,toInteger_1 as ci,_toPropertyKey as cj,_setPrototypeOf$3 as ck,commonjsGlobal$1 as cl,combineReducers as cm,createSelector$1 as cn,fork as co,AIWareThemeProvider$1 as cp,Stack$4 as cq,Close$1 as cr,FullscreenExit as cs,Fullscreen as ct,TabPanel as cu,default_1$8 as cv,unmountPanel$1 as cw,AvailableComponents as cx,delay$1 as cy,hidePanel$1 as cz,capitalize$2 as d,isArguments_1 as d$,_baseToString as d0,_baseTrim as d1,_castSlice as d2,_stringToArray as d3,toString_1 as d4,ReactIs as d5,upperFirst_1 as d6,isString_1 as d7,_baseGet as d8,_baseSlice as d9,useTheme$2 as dA,useControlled as dB,useEventCallback as dC,ButtonBase$1 as dD,useForkRef as dE,getDefaultExportFromCjs as dF,isObject_1 as dG,MoreHor as dH,takeEvery$1 as dI,EngineCategoryIcons as dJ,selectApiConfigs$2 as dK,Chip$1 as dL,Badge$1 as dM,panelsSelector as dN,tabsClasses$1 as dO,AlarmTwo as dP,EditList as dQ,usePreviousProps$1 as dR,setRef as dS,inputClasses$1 as dT,inputBaseClasses$1 as dU,outlinedInputClasses$1 as dV,filledInputClasses$1 as dW,ClearIcon as dX,ArrowDropDownIcon as dY,_arrayMap as dZ,_Symbol as d_,_castPath as da,_toKey as db,_isIndex as dc,channel$1 as dd,useIntl as de,VideoCamera as df,Image$1 as dg,Sound as dh,Description as di,toNumber_1 as dj,ProgressStepper as dk,size_1 as dl,take as dm,CurlyBraces as dn,UnknownDocument as dp,sdkEventManager as dq,SdkEvents as dr,SdkError as ds,EngineClassIcons as dt,Mode2 as du,EngineModeIcons as dv,DeploymentModelIcons as dw,guid as dx,forceReflow as dy,alpha as dz,_objectWithoutPropertiesLoose$2 as e,actions as e$,_baseEach as e0,_arrayFilter as e1,_getNative as e2,eq_1 as e3,_root as e4,_Uint8Array as e5,_overArg as e6,_isPrototype as e7,isObjectLike_1 as e8,_baseGetTag as e9,img$L as eA,img$1y as eB,img$K as eC,authSelector as eD,ListItemAvatar$1 as eE,emphasize as eF,useSlotProps as eG,_arraySome as eH,EntityType as eI,injectIntl as eJ,ErrorBoundary$1 as eK,EPermissionAction as eL,Process as eM,Information as eN,NewFolder as eO,SpecialFolder as eP,User as eQ,Source as eR,Search$1 as eS,selectIsOLPEnabled as eT,ListItemSecondaryAction$1 as eU,getLibraryModule as eV,cmsUrlSelector as eW,betaFeaturesSelector as eX,SearchStructuredData as eY,Grow$1 as eZ,index as e_,_arrayLikeKeys as ea,isBuffer$3 as eb,isFunction_1 as ec,isTypedArray_1 as ed,_Stack as ee,_baseFor as ef,identity_1 as eg,_isIterateeCall as eh,isSymbol_1 as ei,_baseMap as ej,_baseUnary as ek,memoizeOne as el,createBox$1 as em,StepperContext$1 as en,StepContext$1 as eo,SvgIcon$1 as ep,StepConnector$1 as eq,_Set as er,_setToArray as es,_SetCache as et,_cacheHas as eu,img$O as ev,img$N as ew,img$1w as ex,img$1v as ey,img$1u as ez,clsx as f,green$1 as f$,hasPermission as f0,UserAddFilled as f1,Popover$1 as f2,MenuList$1 as f3,MoveFolder as f4,EAuthResourceType as f5,Slide$1 as f6,img$a as f7,selectPanelByPanelName as f8,FullScreenContainer as f9,selectOrgId as fA,selectIsUserAdmin as fB,AvatarGroup$1 as fC,ErrorState$2 as fD,NullState$2 as fE,Group as fF,PermissionChangedAction as fG,Lock as fH,useOrganizationPermissions as fI,EAuthSubResourceType as fJ,AddGroup as fK,initialConfigSelector as fL,ConfirmationModal as fM,EnumHelpers as fN,formatBytes as fO,LinearProgress$1 as fP,NotInterested as fQ,mountPanelForResponse$1 as fR,ArrowDown as fS,ArrowUp as fT,useInterval as fU,Iam as fV,Users as fW,SecurityGroup as fX,getOrganizationPanelModule as fY,Lock2 as fZ,NoApps as f_,isPermissionLoading as fa,Settings$2 as fb,Hamburger as fc,List as fd,Download as fe,convertEntityToAuthResource as ff,selectUserOrgEdgeVersion as fg,EditAttributes as fh,gqlIntrospection as fi,ProcessingDetail as fj,img$w as fk,img$y as fl,img$4 as fm,FilterRemove as fn,CheckCircle as fo,FolderOpen as fp,Voice as fq,useDoubleClick as fr,FolderFilled as fs,Time as ft,img$z as fu,Undefined as fv,PodcastSource as fw,YoutubeSource as fx,TVSource as fy,RadioSource as fz,generateUtilityClass as g,unmountPanel as g$,md5 as g0,selectIsSuperAdmin as g1,organizations_selector as g2,actions$5 as g3,AddUser as g4,selectors as g5,LibraryDropdown as g6,Remove as g7,Save as g8,Input$3 as g9,Hidden as gA,toFinite_1 as gB,_baseForOwn as gC,_arrayReduce as gD,hasIn_1 as gE,useSyncExternalStoreExports as gF,getTabPanelWidthBySize as gG,Packages as gH,Resources$1 as gI,selectUserCanCreatePackage as gJ,Engines as gK,PackagesAvatar as gL,actionChannel as gM,cancelled as gN,flush$3 as gO,cancel as gP,img$v as gQ,FlowCenter2 as gR,registry as gS,registerComponent as gT,AvailableWidgets as gU,updatePanelMicroFrontendProps as gV,setData as gW,root as gX,mountWidget as gY,unmountWidget as gZ,mountPanel as g_,Copy as ga,ArrowForward as gb,Modal$1 as gc,_baseIsEqual as gd,Slider$1 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,Check as gt,FormattedRelativeTime$1 as gu,BottomQueue as gv,TopQueue as gw,Pause as gx,Cancel as gy,Folder as gz,composeClasses as h,hidePanel as h0,unmountAllPanel as h1,init as h2,aiwareEvents as h3,createSvgIcon$1 as i,jsxRuntime as j,interopRequireDefault as k,Route as l,makeStyles as m,useDispatch as n,useSelector as o,authStatusSelector as p,authContextSelector as q,react as r,store$4 as s,AuthContext as t,useThemeProps as u,lodash as v,Alert$1 as w,useNavigate as x,useLocation as y,authErrorMessage as z};
1486
+ `,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$i(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$i(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.exports.useRef(),n=useDispatch(),r=null==(o=useSelector(userSelector$2).organization)?void 0:o.organizationId,i=useSelector(selectPermissionsByEntity(EAuthResourceType.Organization,String(r),e));react.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.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$4},{children:jsxRuntime.exports.jsx(DynamicModuleLoader,Object.assign({modules:[getSnackbarModule()]},{children:jsxRuntime.exports.jsx(CustomSnackbar,{})}))}))}store$4.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$4.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$4.dispatch(updateTokenRequest({token:e})):console.error("[AiWARE JS]: Please provide a valid token!")},logout(e){"function"==typeof e?(e(),setTimeout(()=>{store$4.dispatch(logout())},1e3)):store$4.dispatch(logout())},reportAppActivity(e){rateLimiter.checkIfCanCall(e)&&store$4.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$4},{children:jsxRuntime.exports.jsx(AppBarPreLoader,{})}))]})}function ApplicationDialogRenderer(){return jsxRuntime.exports.jsx(jsxRuntime.exports.Fragment,{children:jsxRuntime.exports.jsx(Provider$2,Object.assign({store:store$4},{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$4.dispatch(mountWidget$1({elementId:r,widgetName:e,widgetConfig:i,widgetId:n,onComplete:t})),n}),unmountWidget=e=>(store$4.dispatch(unmountWidget$1(e)),!0),mountPanel=(e,t)=>{const n=e.panelId||getUniqueID();var{microFrontend:e,panelConfig:r}=e;store$4.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$4.addModule(r),n},unmountPanel=e=>(store$4.dispatch(unmountPanel$1(e)),!0),hidePanel=e=>(store$4.dispatch(hidePanel$1(e)),!0),unmountAllPanel=()=>{store$4.dispatch(unmountAllPanel$1(""))};function init(e,t){var n;validateConfig(e)&&(n=e["authToken"],n=checkAndDecodeBase64String(n||""),store$4.dispatch(getInitConfig(Object.assign(Object.assign({},e),{authToken:n,onComplete:t}))))}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$4),aiwareEvents=handleEvents();window&&(window.aiWare_initTesting=()=>{window.aiWare_store=store$4,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$4,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:"ef7138995",releaseDate:"2023-07-18T17:29:30.046Z"});export{createReducer as $,AIWareIntlProvider as A,Box$1 as B,FormControl$1 as C,TextField$1 as D,classNames as E,FormattedMessage$1 as F,Grid$1 as G,resetPasswordRequest as H,InputLabel$1 as I,InputAdornment$1 as J,IconButton$1 as K,LoadingButton$1 as L,Select$1 as M,Location as N,OutlinedInput$1 as O,Provider$2 as P,MenuItem$1 as Q,Routes as R,Switch$1 as S,Typography$1 as T,Button$1 as U,Divider$1 as V,createTheme$1 as W,systemStyled as X,useThemeProps$1 as Y,createAction as Z,_extends$2 as _,generateUtilityClasses as a,Popper$1 as a$,createSlice as a0,ENGINE_OWNER_TYPES as a1,ENGINE_FILTER_TYPES as a2,DynamicModuleLoader as a3,preferredLanguageSelector as a4,baseUrlSelector as a5,rootApiSelector as a6,sessionTokenSelector as a7,graphEndpointSelector as a8,controllerNodeRedImageSelector as a9,fetchTemplateGallery as aA,isRevisionsExistOnServerRequest as aB,FormLabel$1 as aC,default_1$b as aD,FormGroup$1 as aE,FormControlLabel$1 as aF,Checkbox$1 as aG,fetchTemplateGalleryFallback as aH,Card$1 as aI,CardContent$1 as aJ,img$m as aK,CardActions$1 as aL,flowStyles as aM,NoResults as aN,CircularProgress$1 as aO,img$c as aP,Dialog$1 as aQ,setApiEndpoint as aR,TableContainer$1 as aS,Table$1 as aT,TableHead$1 as aU,TableRow$1 as aV,TableCell$1 as aW,TableSortLabel$1 as aX,TableBody$1 as aY,img$h as aZ,default_1 as a_,controllerUrlSelector as aa,automateControllerUrlSelector as ab,flowCenterDialogSelector as ac,automateUrlSelector as ad,Portal$1 as ae,flowCenterDialogReducer as af,List$2 as ag,ListItem$1 as ah,ListItemIcon$1 as ai,ListItemText$1 as aj,flowCenterDialogAction as ak,all as al,img$o as am,img$p as an,img$r as ao,img$s as ap,Tooltip$1 as aq,img$i as ar,img$H as as,Skeleton$1 as at,takeLatest$1 as au,fetchAllTags as av,put as aw,select as ax,fetchFlows as ay,call$i as az,styled$1 as b,RadioGroup$1 as b$,ClickAwayListener as b0,Fade$1 as b1,img$t as b2,img$q as b3,img$R as b4,img$D as b5,DialogTitle$1 as b6,DialogContent$1 as b7,DialogActions$1 as b8,Snackbar$1 as b9,reactDom as bA,Transition$1 as bB,__awaiter$d as bC,__generator$2 as bD,__spread as bE,TransitionGroup$1 as bF,connect$1 as bG,Bookmark as bH,EngineFlagIcons as bI,createAsyncThunk as bJ,withStyles as bK,getConfigModule as bL,getAuthModule as bM,getSnackbarModule as bN,AIWareCacheProvider as bO,img$S as bP,img$e as bQ,img$d as bR,isEmpty_1 as bS,Backdrop$1 as bT,getDefaultMiddleware as bU,isNil_1 as bV,UpDown as bW,Icon$1 as bX,get_1 as bY,map_1 as bZ,keys_1 as b_,default_1$6 as ba,img$j as bb,img$l as bc,img$V as bd,Tabs$2 as be,Tab$2 as bf,deleteEngine as bg,fetchEngine as bh,img$k as bi,AIWareFormatMessage as bj,FormattedDate as bk,fetchVeritoneGraphQLApi as bl,useTheme as bm,KeyboardArrowRight as bn,KeyboardArrowLeft as bo,useId as bp,InputUnstyled as bq,isHostComponent as br,getDefaultExportFromNamespaceIfNotNamed as bs,commonjsRequire as bt,_typeof$4 as bu,_inheritsLoose$2 as bv,_assertThisInitialized$1 as bw,React as bx,hoistNonReactStatics_cjs as by,_defineProperty$1 as bz,Paper$1 as c,isArray_1 as c$,Avatar$1 as c0,img$x as c1,baseGraphQLApi as c2,FormHelperText$2 as c3,img$g as c4,StyledEngineProvider as c5,ThemeProvider as c6,lightTheme$1 as c7,CssBaseline as c8,Hide as c9,mountPanel$1 as cA,DialogContentText$1 as cB,userSelector$2 as cC,MoreVert$1 as cD,Menu$1 as cE,Edit as cF,Upload as cG,Delete as cH,CustomTabs as cI,useBackupImg as cJ,img$1A as cK,validate as cL,configSelector as cM,baseGraphQLApiWithError as cN,VerifiedFilled as cO,Add as cP,ExpandLess as cQ,ExpandMore as cR,Collapse$1 as cS,img$17 as cT,Filter$1 as cU,DynamicTable as cV,useTheme$3 as cW,getThemeProps as cX,useEnhancedEffect$1 as cY,React$1 as cZ,_arrayPush as c_,has_1 as ca,showMessage as cb,MessageSeverity as cc,Radio$2 as cd,createSvgIcon$2 as ce,_createCompounder as cf,_baseIteratee as cg,isArrayLike_1 as ch,toInteger_1 as ci,_toPropertyKey as cj,_setPrototypeOf$3 as ck,commonjsGlobal$1 as cl,combineReducers as cm,createSelector$1 as cn,fork as co,AIWareThemeProvider$1 as cp,Stack$4 as cq,Close$1 as cr,FullscreenExit as cs,Fullscreen as ct,TabPanel as cu,default_1$8 as cv,unmountPanel$1 as cw,AvailableComponents as cx,delay$1 as cy,hidePanel$1 as cz,capitalize$2 as d,isArguments_1 as d$,_baseToString as d0,_baseTrim as d1,_castSlice as d2,_stringToArray as d3,toString_1 as d4,ReactIs as d5,upperFirst_1 as d6,isString_1 as d7,_baseGet as d8,_baseSlice as d9,useTheme$2 as dA,useControlled as dB,useEventCallback as dC,ButtonBase$1 as dD,useForkRef as dE,getDefaultExportFromCjs as dF,isObject_1 as dG,MoreHor as dH,takeEvery$1 as dI,EngineCategoryIcons as dJ,selectApiConfigs$2 as dK,Chip$1 as dL,Badge$1 as dM,panelsSelector as dN,tabsClasses$1 as dO,AlarmTwo as dP,EditList as dQ,usePreviousProps$1 as dR,setRef as dS,inputClasses$1 as dT,inputBaseClasses$1 as dU,outlinedInputClasses$1 as dV,filledInputClasses$1 as dW,ClearIcon as dX,ArrowDropDownIcon as dY,_arrayMap as dZ,_Symbol as d_,_castPath as da,_toKey as db,_isIndex as dc,channel$1 as dd,useIntl as de,VideoCamera as df,Image$1 as dg,Sound as dh,Description as di,toNumber_1 as dj,ProgressStepper as dk,size_1 as dl,take as dm,CurlyBraces as dn,UnknownDocument as dp,sdkEventManager as dq,SdkEvents as dr,SdkError as ds,EngineClassIcons as dt,Mode2 as du,EngineModeIcons as dv,DeploymentModelIcons as dw,guid as dx,forceReflow as dy,alpha as dz,_objectWithoutPropertiesLoose$2 as e,actions as e$,_baseEach as e0,_arrayFilter as e1,_getNative as e2,eq_1 as e3,_root as e4,_Uint8Array as e5,_overArg as e6,_isPrototype as e7,isObjectLike_1 as e8,_baseGetTag as e9,img$L as eA,img$1y as eB,img$K as eC,authSelector as eD,ListItemAvatar$1 as eE,emphasize as eF,useSlotProps as eG,_arraySome as eH,EntityType as eI,injectIntl as eJ,ErrorBoundary$1 as eK,EPermissionAction as eL,Process as eM,Information as eN,NewFolder as eO,SpecialFolder as eP,User as eQ,Source as eR,Search$1 as eS,selectIsOLPEnabled as eT,ListItemSecondaryAction$1 as eU,getLibraryModule as eV,cmsUrlSelector as eW,betaFeaturesSelector as eX,SearchStructuredData as eY,Grow$1 as eZ,index as e_,_arrayLikeKeys as ea,isBuffer$3 as eb,isFunction_1 as ec,isTypedArray_1 as ed,_Stack as ee,_baseFor as ef,identity_1 as eg,_isIterateeCall as eh,isSymbol_1 as ei,_baseMap as ej,_baseUnary as ek,memoizeOne as el,createBox$1 as em,StepperContext$1 as en,StepContext$1 as eo,SvgIcon$1 as ep,StepConnector$1 as eq,_Set as er,_setToArray as es,_SetCache as et,_cacheHas as eu,img$O as ev,img$N as ew,img$1w as ex,img$1v as ey,img$1u as ez,clsx as f,green$1 as f$,hasPermission as f0,UserAddFilled as f1,Popover$1 as f2,MenuList$1 as f3,MoveFolder as f4,EAuthResourceType as f5,Slide$1 as f6,img$a as f7,selectPanelByPanelName as f8,FullScreenContainer as f9,selectOrgId as fA,selectIsUserAdmin as fB,AvatarGroup$1 as fC,ErrorState$2 as fD,NullState$2 as fE,Group as fF,PermissionChangedAction as fG,Lock as fH,useOrganizationPermissions as fI,EAuthSubResourceType as fJ,AddGroup as fK,initialConfigSelector as fL,ConfirmationModal as fM,EnumHelpers as fN,formatBytes as fO,LinearProgress$1 as fP,NotInterested as fQ,mountPanelForResponse$1 as fR,ArrowDown as fS,ArrowUp as fT,useInterval as fU,Iam as fV,Users as fW,SecurityGroup as fX,getOrganizationPanelModule as fY,Lock2 as fZ,NoApps as f_,isPermissionLoading as fa,Settings$2 as fb,Hamburger as fc,List as fd,Download as fe,convertEntityToAuthResource as ff,selectUserOrgEdgeVersion as fg,EditAttributes as fh,gqlIntrospection as fi,ProcessingDetail as fj,img$w as fk,img$y as fl,img$4 as fm,FilterRemove as fn,CheckCircle as fo,FolderOpen as fp,Voice as fq,useDoubleClick as fr,FolderFilled as fs,Time as ft,img$z as fu,Undefined as fv,PodcastSource as fw,YoutubeSource as fx,TVSource as fy,RadioSource as fz,generateUtilityClass as g,unmountWidget as g$,md5 as g0,selectIsSuperAdmin as g1,organizations_selector as g2,actions$5 as g3,AddUser as g4,selectors as g5,LibraryDropdown as g6,Remove as g7,Save as g8,Input$3 as g9,Cancel as gA,Folder as gB,Hidden as gC,toFinite_1 as gD,_baseForOwn as gE,_arrayReduce as gF,hasIn_1 as gG,useSyncExternalStoreExports as gH,getTabPanelWidthBySize as gI,Packages as gJ,Resources$1 as gK,selectUserCanCreatePackage as gL,Engines as gM,PackagesAvatar as gN,actionChannel as gO,cancelled as gP,flush$3 as gQ,cancel as gR,img$v as gS,FlowCenter2 as gT,registry as gU,registerComponent as gV,AvailableWidgets as gW,updatePanelMicroFrontendProps as gX,setData as gY,root as gZ,mountWidget as g_,getElement as ga,client$1 as gb,Copy as gc,ArrowForward as gd,Modal$1 as ge,_baseIsEqual as gf,Slider$1 as gg,_getSymbols as gh,stubArray_1 as gi,_baseGetAllKeys as gj,_getTag as gk,_nodeUtil as gl,_getAllKeys as gm,_castFunction as gn,Article as go,Task as gp,View as gq,_objectSpread2 as gr,serialize as gs,stringify$2 as gt,compile as gu,Check as gv,FormattedRelativeTime$1 as gw,BottomQueue as gx,TopQueue as gy,Pause as gz,composeClasses as h,mountPanel as h0,unmountPanel as h1,hidePanel as h2,unmountAllPanel as h3,init as h4,aiwareEvents as h5,createSvgIcon$1 as i,jsxRuntime as j,interopRequireDefault as k,Route as l,makeStyles as m,useDispatch as n,useSelector as o,authStatusSelector as p,authContextSelector as q,react as r,store$4 as s,AuthContext as t,useThemeProps as u,lodash as v,Alert$1 as w,useNavigate as x,useLocation as y,authErrorMessage as z};
package/js-core.esm.js.gz CHANGED
Binary file