@eui/core 15.0.0-next.7 → 15.0.0-next.8

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.
@@ -65,16 +65,16 @@
65
65
  <a href="#actionToReducerMap" title="packages/eui/packages/core/src/lib/services/store/reducers/app.reducers.ts" ><b>actionToReducerMap</b>&nbsp;&nbsp;&nbsp;(packages/.../app.reducers.ts)</a>
66
66
  </li>
67
67
  <li>
68
- <a href="#actionToReducerMap" title="packages/eui/packages/core/src/lib/services/store/reducers/locale.reducers.ts" ><b>actionToReducerMap</b>&nbsp;&nbsp;&nbsp;(packages/.../locale.reducers.ts)</a>
68
+ <a href="#actionToReducerMap" title="packages/eui/packages/core/src/lib/services/store/reducers/i18n.reducers.ts" ><b>actionToReducerMap</b>&nbsp;&nbsp;&nbsp;(packages/.../i18n.reducers.ts)</a>
69
69
  </li>
70
70
  <li>
71
- <a href="#actionToReducerMap" title="packages/eui/packages/core/src/lib/services/store/reducers/user.reducers.ts" ><b>actionToReducerMap</b>&nbsp;&nbsp;&nbsp;(packages/.../user.reducers.ts)</a>
71
+ <a href="#actionToReducerMap" title="packages/eui/packages/core/src/lib/services/store/reducers/locale.reducers.ts" ><b>actionToReducerMap</b>&nbsp;&nbsp;&nbsp;(packages/.../locale.reducers.ts)</a>
72
72
  </li>
73
73
  <li>
74
74
  <a href="#actionToReducerMap" title="packages/eui/packages/core/src/lib/services/store/reducers/notifications.reducers.ts" ><b>actionToReducerMap</b>&nbsp;&nbsp;&nbsp;(packages/.../notifications.reducers.ts)</a>
75
75
  </li>
76
76
  <li>
77
- <a href="#actionToReducerMap" title="packages/eui/packages/core/src/lib/services/store/reducers/i18n.reducers.ts" ><b>actionToReducerMap</b>&nbsp;&nbsp;&nbsp;(packages/.../i18n.reducers.ts)</a>
77
+ <a href="#actionToReducerMap" title="packages/eui/packages/core/src/lib/services/store/reducers/user.reducers.ts" ><b>actionToReducerMap</b>&nbsp;&nbsp;&nbsp;(packages/.../user.reducers.ts)</a>
78
78
  </li>
79
79
  <li>
80
80
  <a href="#addApiQueueItem" title="packages/eui/packages/core/src/lib/services/store/reducers/app.reducers.ts" ><b>addApiQueueItem</b>&nbsp;&nbsp;&nbsp;(packages/.../app.reducers.ts)</a>
@@ -613,7 +613,7 @@
613
613
  </tbody>
614
614
  </table>
615
615
  </section>
616
- <h3>packages/eui/packages/core/src/lib/services/store/reducers/locale.reducers.ts</h3>
616
+ <h3>packages/eui/packages/core/src/lib/services/store/reducers/i18n.reducers.ts</h3>
617
617
  <section>
618
618
  <h3></h3> <table class="table table-sm table-bordered">
619
619
  <tbody>
@@ -635,7 +635,7 @@
635
635
  <tr>
636
636
  <td class="col-md-4">
637
637
  <i>Default value : </i><code>{
638
- [CoreLocaleActionTypes.UPDATE_LOCALE_STATE]: updateLocaleState,
638
+ [CoreI18nActionTypes.UPDATE_I18N_STATE]: updateI18nState,
639
639
  }</code>
640
640
  </td>
641
641
  </tr>
@@ -647,22 +647,22 @@
647
647
  <tbody>
648
648
  <tr>
649
649
  <td class="col-md-4">
650
- <a name="coreLocaleReducers"></a>
650
+ <a name="corI18nReducers"></a>
651
651
  <span class="name">
652
- <span ><b>coreLocaleReducers</b></span>
653
- <a href="#coreLocaleReducers"><span class="icon ion-ios-link"></span></a>
652
+ <span ><b>corI18nReducers</b></span>
653
+ <a href="#corI18nReducers"><span class="icon ion-ios-link"></span></a>
654
654
  </span>
655
655
  </td>
656
656
  </tr>
657
657
  <tr>
658
658
  <td class="col-md-4">
659
- <i>Type : </i> <code>LocaleState</code>
659
+ <i>Type : </i> <code>I18nState</code>
660
660
 
661
661
  </td>
662
662
  </tr>
663
663
  <tr>
664
664
  <td class="col-md-4">
665
- <i>Default value : </i><code>(state &#x3D; initialLocaleState, action: CoreLocaleActions) &#x3D;&gt; {
665
+ <i>Default value : </i><code>(state &#x3D; initialI18nState, action: CoreI18nActions) &#x3D;&gt; {
666
666
  if (actionToReducerMap[action.type]) {
667
667
  return actionToReducerMap[action.type](state, action);
668
668
  }
@@ -678,16 +678,16 @@
678
678
  <tbody>
679
679
  <tr>
680
680
  <td class="col-md-4">
681
- <a name="updateLocaleState"></a>
681
+ <a name="updateI18nState"></a>
682
682
  <span class="name">
683
- <span ><b>updateLocaleState</b></span>
684
- <a href="#updateLocaleState"><span class="icon ion-ios-link"></span></a>
683
+ <span ><b>updateI18nState</b></span>
684
+ <a href="#updateI18nState"><span class="icon ion-ios-link"></span></a>
685
685
  </span>
686
686
  </td>
687
687
  </tr>
688
688
  <tr>
689
689
  <td class="col-md-4">
690
- <i>Default value : </i><code>(state: LocaleState, action: UpdateLocaleStateAction): LocaleState &#x3D;&gt; {
690
+ <i>Default value : </i><code>(state: I18nState, action: UpdateI18nStateAction) &#x3D;&gt; {
691
691
  return {
692
692
  ...state,
693
693
  ...action.payload,
@@ -700,7 +700,7 @@
700
700
  </tbody>
701
701
  </table>
702
702
  </section>
703
- <h3>packages/eui/packages/core/src/lib/services/store/reducers/user.reducers.ts</h3>
703
+ <h3>packages/eui/packages/core/src/lib/services/store/reducers/locale.reducers.ts</h3>
704
704
  <section>
705
705
  <h3></h3> <table class="table table-sm table-bordered">
706
706
  <tbody>
@@ -722,11 +722,7 @@
722
722
  <tr>
723
723
  <td class="col-md-4">
724
724
  <i>Default value : </i><code>{
725
- [CoreUserActionTypes.UPDATE_USER_DETAILS]: updateUserDetails,
726
- [CoreUserActionTypes.UPDATE_USER_PREFERENCES]: updateUserPreferences,
727
- [CoreUserActionTypes.UPDATE_USER_STATE]: updateUser,
728
- [CoreUserActionTypes.UPDATE_USER_RIGHTS]: updateUserRights,
729
- [CoreUserActionTypes.UPDATE_USER_DASHBOARD]: updateUserDashboard,
725
+ [CoreLocaleActionTypes.UPDATE_LOCALE_STATE]: updateLocaleState,
730
726
  }</code>
731
727
  </td>
732
728
  </tr>
@@ -738,22 +734,22 @@
738
734
  <tbody>
739
735
  <tr>
740
736
  <td class="col-md-4">
741
- <a name="coreUserReducers"></a>
737
+ <a name="coreLocaleReducers"></a>
742
738
  <span class="name">
743
- <span ><b>coreUserReducers</b></span>
744
- <a href="#coreUserReducers"><span class="icon ion-ios-link"></span></a>
739
+ <span ><b>coreLocaleReducers</b></span>
740
+ <a href="#coreLocaleReducers"><span class="icon ion-ios-link"></span></a>
745
741
  </span>
746
742
  </td>
747
743
  </tr>
748
744
  <tr>
749
745
  <td class="col-md-4">
750
- <i>Type : </i> <code>UserState</code>
746
+ <i>Type : </i> <code>LocaleState</code>
751
747
 
752
748
  </td>
753
749
  </tr>
754
750
  <tr>
755
751
  <td class="col-md-4">
756
- <i>Default value : </i><code>(state &#x3D; initialUserState, action: CoreUserActions) &#x3D;&gt; {
752
+ <i>Default value : </i><code>(state &#x3D; initialLocaleState, action: CoreLocaleActions) &#x3D;&gt; {
757
753
  if (actionToReducerMap[action.type]) {
758
754
  return actionToReducerMap[action.type](state, action);
759
755
  }
@@ -769,21 +765,20 @@
769
765
  <tbody>
770
766
  <tr>
771
767
  <td class="col-md-4">
772
- <a name="updateUser"></a>
768
+ <a name="updateLocaleState"></a>
773
769
  <span class="name">
774
- <span ><b>updateUser</b></span>
775
- <a href="#updateUser"><span class="icon ion-ios-link"></span></a>
770
+ <span ><b>updateLocaleState</b></span>
771
+ <a href="#updateLocaleState"><span class="icon ion-ios-link"></span></a>
776
772
  </span>
777
773
  </td>
778
774
  </tr>
779
775
  <tr>
780
776
  <td class="col-md-4">
781
- <i>Default value : </i><code>(state: UserState, action: UpdateUserStateAction): UserState &#x3D;&gt; {
782
- let fullName &#x3D; action.payload.fullName;
783
- if (!fullName) {
784
- fullName &#x3D; &#x60;${action.payload.firstName || &#x27;&#x27;} ${action.payload.lastName || &#x27;&#x27;}&#x60;.trim();
785
- }
786
- return Object.assign({}, state, action.payload, { fullName });
777
+ <i>Default value : </i><code>(state: LocaleState, action: UpdateLocaleStateAction): LocaleState &#x3D;&gt; {
778
+ return {
779
+ ...state,
780
+ ...action.payload,
781
+ };
787
782
  }</code>
788
783
  </td>
789
784
  </tr>
@@ -791,52 +786,30 @@
791
786
 
792
787
  </tbody>
793
788
  </table>
794
- <table class="table table-sm table-bordered">
789
+ </section>
790
+ <h3>packages/eui/packages/core/src/lib/services/store/reducers/notifications.reducers.ts</h3>
791
+ <section>
792
+ <h3></h3> <table class="table table-sm table-bordered">
795
793
  <tbody>
796
794
  <tr>
797
795
  <td class="col-md-4">
798
- <a name="updateUserDashboard"></a>
796
+ <a name="actionToReducerMap"></a>
799
797
  <span class="name">
800
- <span ><b>updateUserDashboard</b></span>
801
- <a href="#updateUserDashboard"><span class="icon ion-ios-link"></span></a>
798
+ <span ><b>actionToReducerMap</b></span>
799
+ <a href="#actionToReducerMap"><span class="icon ion-ios-link"></span></a>
802
800
  </span>
803
801
  </td>
804
802
  </tr>
805
803
  <tr>
806
804
  <td class="col-md-4">
807
- <i>Default value : </i><code>(state: UserState, action: UpdateUserDashboardAction) &#x3D;&gt; {
808
- // apply the dashboard to preferences
809
- const preferences &#x3D; Object.assign({}, state.preferences, { dashboard: action.payload });
810
- // update the state
811
- return { ...state, preferences };
812
- }</code>
805
+ <i>Type : </i> <code>literal type</code>
806
+
813
807
  </td>
814
808
  </tr>
815
-
816
-
817
- </tbody>
818
- </table>
819
- <table class="table table-sm table-bordered">
820
- <tbody>
821
- <tr>
822
- <td class="col-md-4">
823
- <a name="updateUserDetails"></a>
824
- <span class="name">
825
- <span ><b>updateUserDetails</b></span>
826
- <a href="#updateUserDetails"><span class="icon ion-ios-link"></span></a>
827
- </span>
828
- </td>
829
- </tr>
830
809
  <tr>
831
810
  <td class="col-md-4">
832
- <i>Default value : </i><code>(state: UserState, action: UpdateUserDetailsAction): UserState &#x3D;&gt; {
833
- let fullName &#x3D; action.payload.fullName;
834
- if (!fullName) {
835
- fullName &#x3D; &#x60;${action.payload.firstName || &#x27;&#x27;} ${action.payload.lastName || &#x27;&#x27;}&#x60;.trim();
836
- }
837
- // todo should be checked if state.details is really there
838
- const details &#x3D; Object.assign({}, state.details, action.payload, { fullName });
839
- return Object.assign({}, state, details);
811
+ <i>Default value : </i><code>{
812
+ [CoreNotificationsActionTypes.UPDATE_NOTIFICATIONS_LIST]: updateNotificationsList,
840
813
  }</code>
841
814
  </td>
842
815
  </tr>
@@ -848,19 +821,27 @@
848
821
  <tbody>
849
822
  <tr>
850
823
  <td class="col-md-4">
851
- <a name="updateUserPreferences"></a>
824
+ <a name="coreNotificationsReducers"></a>
852
825
  <span class="name">
853
- <span ><b>updateUserPreferences</b></span>
854
- <a href="#updateUserPreferences"><span class="icon ion-ios-link"></span></a>
826
+ <span ><b>coreNotificationsReducers</b></span>
827
+ <a href="#coreNotificationsReducers"><span class="icon ion-ios-link"></span></a>
855
828
  </span>
856
829
  </td>
857
830
  </tr>
858
831
  <tr>
859
832
  <td class="col-md-4">
860
- <i>Default value : </i><code>(state: UserState, action: UpdateUserPreferencesAction): UserState &#x3D;&gt; {
861
- const preferences &#x3D; Object.assign({}, state.preferences, action.payload);
862
- return Object.assign({}, state, { preferences });
863
- }</code>
833
+ <i>Type : </i> <code>NotificationsState</code>
834
+
835
+ </td>
836
+ </tr>
837
+ <tr>
838
+ <td class="col-md-4">
839
+ <i>Default value : </i><code>(state &#x3D; initialNotificationsState, action: CoreNotificationsActions) &#x3D;&gt; {
840
+ if (actionToReducerMap[action.type]) {
841
+ return actionToReducerMap[action.type](state, action);
842
+ }
843
+ return state;
844
+ }</code>
864
845
  </td>
865
846
  </tr>
866
847
 
@@ -871,17 +852,18 @@
871
852
  <tbody>
872
853
  <tr>
873
854
  <td class="col-md-4">
874
- <a name="updateUserRights"></a>
855
+ <a name="updateNotificationsList"></a>
875
856
  <span class="name">
876
- <span ><b>updateUserRights</b></span>
877
- <a href="#updateUserRights"><span class="icon ion-ios-link"></span></a>
857
+ <span ><b>updateNotificationsList</b></span>
858
+ <a href="#updateNotificationsList"><span class="icon ion-ios-link"></span></a>
878
859
  </span>
879
860
  </td>
880
861
  </tr>
881
862
  <tr>
882
863
  <td class="col-md-4">
883
- <i>Default value : </i><code>(state: UserState, action: UpdateUserRightsAction): UserState &#x3D;&gt;
884
- Object.assign({}, state, { rights: [...action.payload] })</code>
864
+ <i>Default value : </i><code>(state: NotificationsState, action: UpdateNotificationsListAction) &#x3D;&gt; {
865
+ return Object.assign({}, state, { list: [...action.payload] });
866
+ }</code>
885
867
  </td>
886
868
  </tr>
887
869
 
@@ -889,7 +871,7 @@
889
871
  </tbody>
890
872
  </table>
891
873
  </section>
892
- <h3>packages/eui/packages/core/src/lib/services/store/reducers/notifications.reducers.ts</h3>
874
+ <h3>packages/eui/packages/core/src/lib/services/store/reducers/user.reducers.ts</h3>
893
875
  <section>
894
876
  <h3></h3> <table class="table table-sm table-bordered">
895
877
  <tbody>
@@ -911,7 +893,11 @@
911
893
  <tr>
912
894
  <td class="col-md-4">
913
895
  <i>Default value : </i><code>{
914
- [CoreNotificationsActionTypes.UPDATE_NOTIFICATIONS_LIST]: updateNotificationsList,
896
+ [CoreUserActionTypes.UPDATE_USER_DETAILS]: updateUserDetails,
897
+ [CoreUserActionTypes.UPDATE_USER_PREFERENCES]: updateUserPreferences,
898
+ [CoreUserActionTypes.UPDATE_USER_STATE]: updateUser,
899
+ [CoreUserActionTypes.UPDATE_USER_RIGHTS]: updateUserRights,
900
+ [CoreUserActionTypes.UPDATE_USER_DASHBOARD]: updateUserDashboard,
915
901
  }</code>
916
902
  </td>
917
903
  </tr>
@@ -923,22 +909,22 @@
923
909
  <tbody>
924
910
  <tr>
925
911
  <td class="col-md-4">
926
- <a name="coreNotificationsReducers"></a>
912
+ <a name="coreUserReducers"></a>
927
913
  <span class="name">
928
- <span ><b>coreNotificationsReducers</b></span>
929
- <a href="#coreNotificationsReducers"><span class="icon ion-ios-link"></span></a>
914
+ <span ><b>coreUserReducers</b></span>
915
+ <a href="#coreUserReducers"><span class="icon ion-ios-link"></span></a>
930
916
  </span>
931
917
  </td>
932
918
  </tr>
933
919
  <tr>
934
920
  <td class="col-md-4">
935
- <i>Type : </i> <code>NotificationsState</code>
921
+ <i>Type : </i> <code>UserState</code>
936
922
 
937
923
  </td>
938
924
  </tr>
939
925
  <tr>
940
926
  <td class="col-md-4">
941
- <i>Default value : </i><code>(state &#x3D; initialNotificationsState, action: CoreNotificationsActions) &#x3D;&gt; {
927
+ <i>Default value : </i><code>(state &#x3D; initialUserState, action: CoreUserActions) &#x3D;&gt; {
942
928
  if (actionToReducerMap[action.type]) {
943
929
  return actionToReducerMap[action.type](state, action);
944
930
  }
@@ -954,17 +940,21 @@
954
940
  <tbody>
955
941
  <tr>
956
942
  <td class="col-md-4">
957
- <a name="updateNotificationsList"></a>
943
+ <a name="updateUser"></a>
958
944
  <span class="name">
959
- <span ><b>updateNotificationsList</b></span>
960
- <a href="#updateNotificationsList"><span class="icon ion-ios-link"></span></a>
945
+ <span ><b>updateUser</b></span>
946
+ <a href="#updateUser"><span class="icon ion-ios-link"></span></a>
961
947
  </span>
962
948
  </td>
963
949
  </tr>
964
950
  <tr>
965
951
  <td class="col-md-4">
966
- <i>Default value : </i><code>(state: NotificationsState, action: UpdateNotificationsListAction) &#x3D;&gt; {
967
- return Object.assign({}, state, { list: [...action.payload] });
952
+ <i>Default value : </i><code>(state: UserState, action: UpdateUserStateAction): UserState &#x3D;&gt; {
953
+ let fullName &#x3D; action.payload.fullName;
954
+ if (!fullName) {
955
+ fullName &#x3D; &#x60;${action.payload.firstName || &#x27;&#x27;} ${action.payload.lastName || &#x27;&#x27;}&#x60;.trim();
956
+ }
957
+ return Object.assign({}, state, action.payload, { fullName });
968
958
  }</code>
969
959
  </td>
970
960
  </tr>
@@ -972,30 +962,24 @@
972
962
 
973
963
  </tbody>
974
964
  </table>
975
- </section>
976
- <h3>packages/eui/packages/core/src/lib/services/store/reducers/i18n.reducers.ts</h3>
977
- <section>
978
- <h3></h3> <table class="table table-sm table-bordered">
965
+ <table class="table table-sm table-bordered">
979
966
  <tbody>
980
967
  <tr>
981
968
  <td class="col-md-4">
982
- <a name="actionToReducerMap"></a>
969
+ <a name="updateUserDashboard"></a>
983
970
  <span class="name">
984
- <span ><b>actionToReducerMap</b></span>
985
- <a href="#actionToReducerMap"><span class="icon ion-ios-link"></span></a>
971
+ <span ><b>updateUserDashboard</b></span>
972
+ <a href="#updateUserDashboard"><span class="icon ion-ios-link"></span></a>
986
973
  </span>
987
974
  </td>
988
975
  </tr>
989
976
  <tr>
990
977
  <td class="col-md-4">
991
- <i>Type : </i> <code>literal type</code>
992
-
993
- </td>
994
- </tr>
995
- <tr>
996
- <td class="col-md-4">
997
- <i>Default value : </i><code>{
998
- [CoreI18nActionTypes.UPDATE_I18N_STATE]: updateI18nState,
978
+ <i>Default value : </i><code>(state: UserState, action: UpdateUserDashboardAction) &#x3D;&gt; {
979
+ // apply the dashboard to preferences
980
+ const preferences &#x3D; Object.assign({}, state.preferences, { dashboard: action.payload });
981
+ // update the state
982
+ return { ...state, preferences };
999
983
  }</code>
1000
984
  </td>
1001
985
  </tr>
@@ -1007,27 +991,47 @@
1007
991
  <tbody>
1008
992
  <tr>
1009
993
  <td class="col-md-4">
1010
- <a name="corI18nReducers"></a>
994
+ <a name="updateUserDetails"></a>
1011
995
  <span class="name">
1012
- <span ><b>corI18nReducers</b></span>
1013
- <a href="#corI18nReducers"><span class="icon ion-ios-link"></span></a>
996
+ <span ><b>updateUserDetails</b></span>
997
+ <a href="#updateUserDetails"><span class="icon ion-ios-link"></span></a>
1014
998
  </span>
1015
999
  </td>
1016
1000
  </tr>
1017
1001
  <tr>
1018
1002
  <td class="col-md-4">
1019
- <i>Type : </i> <code>I18nState</code>
1020
-
1003
+ <i>Default value : </i><code>(state: UserState, action: UpdateUserDetailsAction): UserState &#x3D;&gt; {
1004
+ let fullName &#x3D; action.payload.fullName;
1005
+ if (!fullName) {
1006
+ fullName &#x3D; &#x60;${action.payload.firstName || &#x27;&#x27;} ${action.payload.lastName || &#x27;&#x27;}&#x60;.trim();
1007
+ }
1008
+ // todo should be checked if state.details is really there
1009
+ const details &#x3D; Object.assign({}, state.details, action.payload, { fullName });
1010
+ return Object.assign({}, state, details);
1011
+ }</code>
1021
1012
  </td>
1022
1013
  </tr>
1014
+
1015
+
1016
+ </tbody>
1017
+ </table>
1018
+ <table class="table table-sm table-bordered">
1019
+ <tbody>
1020
+ <tr>
1021
+ <td class="col-md-4">
1022
+ <a name="updateUserPreferences"></a>
1023
+ <span class="name">
1024
+ <span ><b>updateUserPreferences</b></span>
1025
+ <a href="#updateUserPreferences"><span class="icon ion-ios-link"></span></a>
1026
+ </span>
1027
+ </td>
1028
+ </tr>
1023
1029
  <tr>
1024
1030
  <td class="col-md-4">
1025
- <i>Default value : </i><code>(state &#x3D; initialI18nState, action: CoreI18nActions) &#x3D;&gt; {
1026
- if (actionToReducerMap[action.type]) {
1027
- return actionToReducerMap[action.type](state, action);
1028
- }
1029
- return state;
1030
- }</code>
1031
+ <i>Default value : </i><code>(state: UserState, action: UpdateUserPreferencesAction): UserState &#x3D;&gt; {
1032
+ const preferences &#x3D; Object.assign({}, state.preferences, action.payload);
1033
+ return Object.assign({}, state, { preferences });
1034
+ }</code>
1031
1035
  </td>
1032
1036
  </tr>
1033
1037
 
@@ -1038,21 +1042,17 @@
1038
1042
  <tbody>
1039
1043
  <tr>
1040
1044
  <td class="col-md-4">
1041
- <a name="updateI18nState"></a>
1045
+ <a name="updateUserRights"></a>
1042
1046
  <span class="name">
1043
- <span ><b>updateI18nState</b></span>
1044
- <a href="#updateI18nState"><span class="icon ion-ios-link"></span></a>
1047
+ <span ><b>updateUserRights</b></span>
1048
+ <a href="#updateUserRights"><span class="icon ion-ios-link"></span></a>
1045
1049
  </span>
1046
1050
  </td>
1047
1051
  </tr>
1048
1052
  <tr>
1049
1053
  <td class="col-md-4">
1050
- <i>Default value : </i><code>(state: I18nState, action: UpdateI18nStateAction) &#x3D;&gt; {
1051
- return {
1052
- ...state,
1053
- ...action.payload,
1054
- };
1055
- }</code>
1054
+ <i>Default value : </i><code>(state: UserState, action: UpdateUserRightsAction): UserState &#x3D;&gt;
1055
+ Object.assign({}, state, { rights: [...action.payload] })</code>
1056
1056
  </td>
1057
1057
  </tr>
1058
1058
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/core",
3
- "version": "15.0.0-next.7",
3
+ "version": "15.0.0-next.8",
4
4
  "tag": "next",
5
5
  "description": "eUI core package - holding UI components for Desktop applications",
6
6
  "homepage": "https://eui.ecdevops.eu",