jamespot-front-business 1.3.1 → 1.3.3

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/dist/esm.js CHANGED
@@ -3458,6 +3458,26 @@ const widgetArticleTitleContent = {
3458
3458
  backgroundColor: 'transparent',
3459
3459
  };
3460
3460
 
3461
+ const widgetCalendarCalDavDefinition = {
3462
+ label: 'WIDGET_Calendar_CalDav',
3463
+ description: 'WIDGET_Calendar_CalDav_Text',
3464
+ name: WidgetsName.CalendarCalDav,
3465
+ img: '/img/fast-intranet/widget-calendar-calDav.png',
3466
+ available: true,
3467
+ displayLevel: [1, 3],
3468
+ panel: {
3469
+ useWrapper: true,
3470
+ useEditor: true,
3471
+ useSelection: true,
3472
+ useWidgets: false,
3473
+ },
3474
+ };
3475
+ const widgetCalendarCalDavContent = {
3476
+ calEventsLimit: false,
3477
+ calEventsLimitValue: 10,
3478
+ calEventsPromptStatus: 'shared',
3479
+ };
3480
+
3461
3481
  const widgetCheckListDefinition = {
3462
3482
  label: WIDGET_CHECK_LIST_LABEL,
3463
3483
  description: WIDGET_CHECK_LIST_DESCRIPTION,
@@ -3476,6 +3496,26 @@ const widgetCheckListContent = {
3476
3496
  edit: false,
3477
3497
  };
3478
3498
 
3499
+ const widgetContactCardDavDefinition = {
3500
+ label: 'WIDGET_Contact_CardDav',
3501
+ description: 'WIDGET_Contact_CardDav_Text',
3502
+ name: WidgetsName.ContactCardDav,
3503
+ img: '/img/fast-intranet/widget-contact-cardDav.png',
3504
+ available: true,
3505
+ displayLevel: [1, 3],
3506
+ panel: {
3507
+ useWrapper: true,
3508
+ useEditor: true,
3509
+ useSelection: true,
3510
+ useWidgets: false,
3511
+ },
3512
+ };
3513
+ const widgetContactCardDavContent = {
3514
+ contactLimit: false,
3515
+ contactLimitValue: 10,
3516
+ contactPromptStatus: 'shared',
3517
+ };
3518
+
3479
3519
  const widgetDatasourceTableDefinition = {
3480
3520
  label: 'WIDGET_Datasource_Table',
3481
3521
  description: 'WIDGET_Datasource_Table_Description',
@@ -3498,6 +3538,26 @@ const widgetDatasourceTaleContent = {
3498
3538
  limit: 20,
3499
3539
  };
3500
3540
 
3541
+ const widgetEmailsImapDefinition = {
3542
+ label: 'WIDGET_Email_IMAP',
3543
+ description: 'WIDGET_Email_IMAP_Text',
3544
+ name: WidgetsName.EmailsImap,
3545
+ img: '/img/fast-intranet/widget-emails-imap.png',
3546
+ available: true,
3547
+ displayLevel: [1, 2, 3],
3548
+ panel: {
3549
+ useWrapper: true,
3550
+ useEditor: true,
3551
+ useSelection: true,
3552
+ useWidgets: false,
3553
+ },
3554
+ };
3555
+ const widgetEmailsImapContent = {
3556
+ emailsLimit: false,
3557
+ emailsLimitValue: 10,
3558
+ emailsPromptStatus: 'shared',
3559
+ };
3560
+
3501
3561
  const widgetExcelDatasourceTableDefinition = {
3502
3562
  label: 'WIDGET_Excel_Datasource_Table',
3503
3563
  description: 'WIDGET_Excel_Datasource_Table_Text',
@@ -3520,6 +3580,40 @@ const widgetExcelDatasourceTaleContent = {
3520
3580
  limit: 20,
3521
3581
  };
3522
3582
 
3583
+ const widgetExtensionDefinition = {
3584
+ label: 'WIDGET_Extension',
3585
+ description: 'WIDGET_Extension_Description',
3586
+ name: WidgetsName.Extension,
3587
+ img: '/img/article-widget-thumbnail/widget-extension.png',
3588
+ available: true,
3589
+ panel: {
3590
+ useWrapper: false,
3591
+ useEditor: true,
3592
+ useSelection: false,
3593
+ useWidgets: false,
3594
+ },
3595
+ };
3596
+ const widgetExtensionContent = {
3597
+ extensionName: '',
3598
+ };
3599
+
3600
+ const widgetLuccaAbsenceDefinition = {
3601
+ label: 'WIDGET_Lucca_Absence',
3602
+ description: 'WIDGET_Lucca_Absence_Text',
3603
+ name: WidgetsName.LuccaAbsence,
3604
+ img: '/img/fast-intranet/widget-lucca-absence.png',
3605
+ available: true,
3606
+ panel: {
3607
+ useWrapper: true,
3608
+ useEditor: true,
3609
+ useSelection: true,
3610
+ useWidgets: false,
3611
+ },
3612
+ };
3613
+ const widgetLuccaAbsenceContent = {
3614
+ url: '',
3615
+ };
3616
+
3523
3617
  const widgetPresenceDefinition = {
3524
3618
  label: 'WIDGET_Presence',
3525
3619
  description: 'WIDGET_Presence_Text',
@@ -3562,83 +3656,6 @@ const widgetQuickSurveyContent = {
3562
3656
  isNotDisabled: false,
3563
3657
  };
3564
3658
 
3565
- const widgetCalendarCalDavDefinition = {
3566
- label: 'WIDGET_Calendar_CalDav',
3567
- description: 'WIDGET_Calendar_CalDav_Text',
3568
- name: WidgetsName.CalendarCalDav,
3569
- img: '/img/fast-intranet/widget-calendar-calDav.png',
3570
- available: true,
3571
- displayLevel: [1, 3],
3572
- panel: {
3573
- useWrapper: true,
3574
- useEditor: true,
3575
- useSelection: true,
3576
- useWidgets: false,
3577
- },
3578
- };
3579
- const widgetCalendarCalDavContent = {
3580
- calEventsLimit: false,
3581
- calEventsLimitValue: 10,
3582
- calEventsPromptStatus: 'shared',
3583
- };
3584
-
3585
- const widgetContactCardDavDefinition = {
3586
- label: 'WIDGET_Contact_CardDav',
3587
- description: 'WIDGET_Contact_CardDav_Text',
3588
- name: WidgetsName.ContactCardDav,
3589
- img: '/img/fast-intranet/widget-contact-cardDav.png',
3590
- available: true,
3591
- displayLevel: [1, 3],
3592
- panel: {
3593
- useWrapper: true,
3594
- useEditor: true,
3595
- useSelection: true,
3596
- useWidgets: false,
3597
- },
3598
- };
3599
- const widgetContactCardDavContent = {
3600
- contactLimit: false,
3601
- contactLimitValue: 10,
3602
- contactPromptStatus: 'shared',
3603
- };
3604
-
3605
- const widgetEmailsImapDefinition = {
3606
- label: 'WIDGET_Email_IMAP',
3607
- description: 'WIDGET_Email_IMAP_Text',
3608
- name: WidgetsName.EmailsImap,
3609
- img: '/img/fast-intranet/widget-emails-imap.png',
3610
- available: true,
3611
- displayLevel: [1, 2, 3],
3612
- panel: {
3613
- useWrapper: true,
3614
- useEditor: true,
3615
- useSelection: true,
3616
- useWidgets: false,
3617
- },
3618
- };
3619
- const widgetEmailsImapContent = {
3620
- emailsLimit: false,
3621
- emailsLimitValue: 10,
3622
- emailsPromptStatus: 'shared',
3623
- };
3624
-
3625
- const widgetLuccaAbsenceDefinition = {
3626
- label: 'WIDGET_Lucca_Absence',
3627
- description: 'WIDGET_Lucca_Absence_Text',
3628
- name: WidgetsName.LuccaAbsence,
3629
- img: '/img/fast-intranet/widget-lucca-absence.png',
3630
- available: true,
3631
- panel: {
3632
- useWrapper: true,
3633
- useEditor: true,
3634
- useSelection: true,
3635
- useWidgets: false,
3636
- },
3637
- };
3638
- const widgetLuccaAbsenceContent = {
3639
- url: '',
3640
- };
3641
-
3642
3659
  const widgetUserProfileDefinition = {
3643
3660
  label: WIDGET_USER_PROFILE,
3644
3661
  description: WIDGET_USER_PROFILE,
@@ -3692,6 +3709,8 @@ function widgetDefinition(name) {
3692
3709
  return widgetEmailsImapDefinition;
3693
3710
  case 'widget-user-profil':
3694
3711
  return widgetUserProfileDefinition;
3712
+ case 'widget-extension':
3713
+ return widgetExtensionDefinition;
3695
3714
  }
3696
3715
  }
3697
3716
 
@@ -3780,6 +3799,10 @@ function content(name) {
3780
3799
  return {
3781
3800
  ...widgetUserProfileContent,
3782
3801
  };
3802
+ case 'widget-extension':
3803
+ return {
3804
+ ...widgetExtensionContent,
3805
+ };
3783
3806
  }
3784
3807
  }
3785
3808