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