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

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/i18n.reducers.ts" ><b>actionToReducerMap</b>&nbsp;&nbsp;&nbsp;(packages/.../i18n.reducers.ts)</a>
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>
69
69
  </li>
70
70
  <li>
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>
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>
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/user.reducers.ts" ><b>actionToReducerMap</b>&nbsp;&nbsp;&nbsp;(packages/.../user.reducers.ts)</a>
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>
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/i18n.reducers.ts</h3>
616
+ <h3>packages/eui/packages/core/src/lib/services/store/reducers/locale.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
- [CoreI18nActionTypes.UPDATE_I18N_STATE]: updateI18nState,
638
+ [CoreLocaleActionTypes.UPDATE_LOCALE_STATE]: updateLocaleState,
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="corI18nReducers"></a>
650
+ <a name="coreLocaleReducers"></a>
651
651
  <span class="name">
652
- <span ><b>corI18nReducers</b></span>
653
- <a href="#corI18nReducers"><span class="icon ion-ios-link"></span></a>
652
+ <span ><b>coreLocaleReducers</b></span>
653
+ <a href="#coreLocaleReducers"><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>I18nState</code>
659
+ <i>Type : </i> <code>LocaleState</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; initialI18nState, action: CoreI18nActions) &#x3D;&gt; {
665
+ <i>Default value : </i><code>(state &#x3D; initialLocaleState, action: CoreLocaleActions) &#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="updateI18nState"></a>
681
+ <a name="updateLocaleState"></a>
682
682
  <span class="name">
683
- <span ><b>updateI18nState</b></span>
684
- <a href="#updateI18nState"><span class="icon ion-ios-link"></span></a>
683
+ <span ><b>updateLocaleState</b></span>
684
+ <a href="#updateLocaleState"><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: I18nState, action: UpdateI18nStateAction) &#x3D;&gt; {
690
+ <i>Default value : </i><code>(state: LocaleState, action: UpdateLocaleStateAction): LocaleState &#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/locale.reducers.ts</h3>
703
+ <h3>packages/eui/packages/core/src/lib/services/store/reducers/user.reducers.ts</h3>
704
704
  <section>
705
705
  <h3></h3> <table class="table table-sm table-bordered">
706
706
  <tbody>
@@ -722,7 +722,11 @@
722
722
  <tr>
723
723
  <td class="col-md-4">
724
724
  <i>Default value : </i><code>{
725
- [CoreLocaleActionTypes.UPDATE_LOCALE_STATE]: updateLocaleState,
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,
726
730
  }</code>
727
731
  </td>
728
732
  </tr>
@@ -734,22 +738,22 @@
734
738
  <tbody>
735
739
  <tr>
736
740
  <td class="col-md-4">
737
- <a name="coreLocaleReducers"></a>
741
+ <a name="coreUserReducers"></a>
738
742
  <span class="name">
739
- <span ><b>coreLocaleReducers</b></span>
740
- <a href="#coreLocaleReducers"><span class="icon ion-ios-link"></span></a>
743
+ <span ><b>coreUserReducers</b></span>
744
+ <a href="#coreUserReducers"><span class="icon ion-ios-link"></span></a>
741
745
  </span>
742
746
  </td>
743
747
  </tr>
744
748
  <tr>
745
749
  <td class="col-md-4">
746
- <i>Type : </i> <code>LocaleState</code>
750
+ <i>Type : </i> <code>UserState</code>
747
751
 
748
752
  </td>
749
753
  </tr>
750
754
  <tr>
751
755
  <td class="col-md-4">
752
- <i>Default value : </i><code>(state &#x3D; initialLocaleState, action: CoreLocaleActions) &#x3D;&gt; {
756
+ <i>Default value : </i><code>(state &#x3D; initialUserState, action: CoreUserActions) &#x3D;&gt; {
753
757
  if (actionToReducerMap[action.type]) {
754
758
  return actionToReducerMap[action.type](state, action);
755
759
  }
@@ -765,20 +769,21 @@
765
769
  <tbody>
766
770
  <tr>
767
771
  <td class="col-md-4">
768
- <a name="updateLocaleState"></a>
772
+ <a name="updateUser"></a>
769
773
  <span class="name">
770
- <span ><b>updateLocaleState</b></span>
771
- <a href="#updateLocaleState"><span class="icon ion-ios-link"></span></a>
774
+ <span ><b>updateUser</b></span>
775
+ <a href="#updateUser"><span class="icon ion-ios-link"></span></a>
772
776
  </span>
773
777
  </td>
774
778
  </tr>
775
779
  <tr>
776
780
  <td class="col-md-4">
777
- <i>Default value : </i><code>(state: LocaleState, action: UpdateLocaleStateAction): LocaleState &#x3D;&gt; {
778
- return {
779
- ...state,
780
- ...action.payload,
781
- };
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 });
782
787
  }</code>
783
788
  </td>
784
789
  </tr>
@@ -786,30 +791,24 @@
786
791
 
787
792
  </tbody>
788
793
  </table>
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">
794
+ <table class="table table-sm table-bordered">
793
795
  <tbody>
794
796
  <tr>
795
797
  <td class="col-md-4">
796
- <a name="actionToReducerMap"></a>
798
+ <a name="updateUserDashboard"></a>
797
799
  <span class="name">
798
- <span ><b>actionToReducerMap</b></span>
799
- <a href="#actionToReducerMap"><span class="icon ion-ios-link"></span></a>
800
+ <span ><b>updateUserDashboard</b></span>
801
+ <a href="#updateUserDashboard"><span class="icon ion-ios-link"></span></a>
800
802
  </span>
801
803
  </td>
802
804
  </tr>
803
805
  <tr>
804
806
  <td class="col-md-4">
805
- <i>Type : </i> <code>literal type</code>
806
-
807
- </td>
808
- </tr>
809
- <tr>
810
- <td class="col-md-4">
811
- <i>Default value : </i><code>{
812
- [CoreNotificationsActionTypes.UPDATE_NOTIFICATIONS_LIST]: updateNotificationsList,
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 };
813
812
  }</code>
814
813
  </td>
815
814
  </tr>
@@ -821,27 +820,47 @@
821
820
  <tbody>
822
821
  <tr>
823
822
  <td class="col-md-4">
824
- <a name="coreNotificationsReducers"></a>
823
+ <a name="updateUserDetails"></a>
825
824
  <span class="name">
826
- <span ><b>coreNotificationsReducers</b></span>
827
- <a href="#coreNotificationsReducers"><span class="icon ion-ios-link"></span></a>
825
+ <span ><b>updateUserDetails</b></span>
826
+ <a href="#updateUserDetails"><span class="icon ion-ios-link"></span></a>
828
827
  </span>
829
828
  </td>
830
829
  </tr>
831
830
  <tr>
832
831
  <td class="col-md-4">
833
- <i>Type : </i> <code>NotificationsState</code>
834
-
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);
840
+ }</code>
835
841
  </td>
836
842
  </tr>
843
+
844
+
845
+ </tbody>
846
+ </table>
847
+ <table class="table table-sm table-bordered">
848
+ <tbody>
849
+ <tr>
850
+ <td class="col-md-4">
851
+ <a name="updateUserPreferences"></a>
852
+ <span class="name">
853
+ <span ><b>updateUserPreferences</b></span>
854
+ <a href="#updateUserPreferences"><span class="icon ion-ios-link"></span></a>
855
+ </span>
856
+ </td>
857
+ </tr>
837
858
  <tr>
838
859
  <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>
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>
845
864
  </td>
846
865
  </tr>
847
866
 
@@ -852,18 +871,17 @@
852
871
  <tbody>
853
872
  <tr>
854
873
  <td class="col-md-4">
855
- <a name="updateNotificationsList"></a>
874
+ <a name="updateUserRights"></a>
856
875
  <span class="name">
857
- <span ><b>updateNotificationsList</b></span>
858
- <a href="#updateNotificationsList"><span class="icon ion-ios-link"></span></a>
876
+ <span ><b>updateUserRights</b></span>
877
+ <a href="#updateUserRights"><span class="icon ion-ios-link"></span></a>
859
878
  </span>
860
879
  </td>
861
880
  </tr>
862
881
  <tr>
863
882
  <td class="col-md-4">
864
- <i>Default value : </i><code>(state: NotificationsState, action: UpdateNotificationsListAction) &#x3D;&gt; {
865
- return Object.assign({}, state, { list: [...action.payload] });
866
- }</code>
883
+ <i>Default value : </i><code>(state: UserState, action: UpdateUserRightsAction): UserState &#x3D;&gt;
884
+ Object.assign({}, state, { rights: [...action.payload] })</code>
867
885
  </td>
868
886
  </tr>
869
887
 
@@ -871,7 +889,7 @@
871
889
  </tbody>
872
890
  </table>
873
891
  </section>
874
- <h3>packages/eui/packages/core/src/lib/services/store/reducers/user.reducers.ts</h3>
892
+ <h3>packages/eui/packages/core/src/lib/services/store/reducers/notifications.reducers.ts</h3>
875
893
  <section>
876
894
  <h3></h3> <table class="table table-sm table-bordered">
877
895
  <tbody>
@@ -893,11 +911,7 @@
893
911
  <tr>
894
912
  <td class="col-md-4">
895
913
  <i>Default value : </i><code>{
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,
914
+ [CoreNotificationsActionTypes.UPDATE_NOTIFICATIONS_LIST]: updateNotificationsList,
901
915
  }</code>
902
916
  </td>
903
917
  </tr>
@@ -909,22 +923,22 @@
909
923
  <tbody>
910
924
  <tr>
911
925
  <td class="col-md-4">
912
- <a name="coreUserReducers"></a>
926
+ <a name="coreNotificationsReducers"></a>
913
927
  <span class="name">
914
- <span ><b>coreUserReducers</b></span>
915
- <a href="#coreUserReducers"><span class="icon ion-ios-link"></span></a>
928
+ <span ><b>coreNotificationsReducers</b></span>
929
+ <a href="#coreNotificationsReducers"><span class="icon ion-ios-link"></span></a>
916
930
  </span>
917
931
  </td>
918
932
  </tr>
919
933
  <tr>
920
934
  <td class="col-md-4">
921
- <i>Type : </i> <code>UserState</code>
935
+ <i>Type : </i> <code>NotificationsState</code>
922
936
 
923
937
  </td>
924
938
  </tr>
925
939
  <tr>
926
940
  <td class="col-md-4">
927
- <i>Default value : </i><code>(state &#x3D; initialUserState, action: CoreUserActions) &#x3D;&gt; {
941
+ <i>Default value : </i><code>(state &#x3D; initialNotificationsState, action: CoreNotificationsActions) &#x3D;&gt; {
928
942
  if (actionToReducerMap[action.type]) {
929
943
  return actionToReducerMap[action.type](state, action);
930
944
  }
@@ -940,21 +954,17 @@
940
954
  <tbody>
941
955
  <tr>
942
956
  <td class="col-md-4">
943
- <a name="updateUser"></a>
957
+ <a name="updateNotificationsList"></a>
944
958
  <span class="name">
945
- <span ><b>updateUser</b></span>
946
- <a href="#updateUser"><span class="icon ion-ios-link"></span></a>
959
+ <span ><b>updateNotificationsList</b></span>
960
+ <a href="#updateNotificationsList"><span class="icon ion-ios-link"></span></a>
947
961
  </span>
948
962
  </td>
949
963
  </tr>
950
964
  <tr>
951
965
  <td class="col-md-4">
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 });
966
+ <i>Default value : </i><code>(state: NotificationsState, action: UpdateNotificationsListAction) &#x3D;&gt; {
967
+ return Object.assign({}, state, { list: [...action.payload] });
958
968
  }</code>
959
969
  </td>
960
970
  </tr>
@@ -962,52 +972,30 @@
962
972
 
963
973
  </tbody>
964
974
  </table>
965
- <table class="table table-sm table-bordered">
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">
966
979
  <tbody>
967
980
  <tr>
968
981
  <td class="col-md-4">
969
- <a name="updateUserDashboard"></a>
982
+ <a name="actionToReducerMap"></a>
970
983
  <span class="name">
971
- <span ><b>updateUserDashboard</b></span>
972
- <a href="#updateUserDashboard"><span class="icon ion-ios-link"></span></a>
984
+ <span ><b>actionToReducerMap</b></span>
985
+ <a href="#actionToReducerMap"><span class="icon ion-ios-link"></span></a>
973
986
  </span>
974
987
  </td>
975
988
  </tr>
976
989
  <tr>
977
990
  <td class="col-md-4">
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 };
983
- }</code>
991
+ <i>Type : </i> <code>literal type</code>
992
+
984
993
  </td>
985
994
  </tr>
986
-
987
-
988
- </tbody>
989
- </table>
990
- <table class="table table-sm table-bordered">
991
- <tbody>
992
- <tr>
993
- <td class="col-md-4">
994
- <a name="updateUserDetails"></a>
995
- <span class="name">
996
- <span ><b>updateUserDetails</b></span>
997
- <a href="#updateUserDetails"><span class="icon ion-ios-link"></span></a>
998
- </span>
999
- </td>
1000
- </tr>
1001
995
  <tr>
1002
996
  <td class="col-md-4">
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);
997
+ <i>Default value : </i><code>{
998
+ [CoreI18nActionTypes.UPDATE_I18N_STATE]: updateI18nState,
1011
999
  }</code>
1012
1000
  </td>
1013
1001
  </tr>
@@ -1019,19 +1007,27 @@
1019
1007
  <tbody>
1020
1008
  <tr>
1021
1009
  <td class="col-md-4">
1022
- <a name="updateUserPreferences"></a>
1010
+ <a name="corI18nReducers"></a>
1023
1011
  <span class="name">
1024
- <span ><b>updateUserPreferences</b></span>
1025
- <a href="#updateUserPreferences"><span class="icon ion-ios-link"></span></a>
1012
+ <span ><b>corI18nReducers</b></span>
1013
+ <a href="#corI18nReducers"><span class="icon ion-ios-link"></span></a>
1026
1014
  </span>
1027
1015
  </td>
1028
1016
  </tr>
1029
1017
  <tr>
1030
1018
  <td class="col-md-4">
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>
1019
+ <i>Type : </i> <code>I18nState</code>
1020
+
1021
+ </td>
1022
+ </tr>
1023
+ <tr>
1024
+ <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>
1035
1031
  </td>
1036
1032
  </tr>
1037
1033
 
@@ -1042,17 +1038,21 @@
1042
1038
  <tbody>
1043
1039
  <tr>
1044
1040
  <td class="col-md-4">
1045
- <a name="updateUserRights"></a>
1041
+ <a name="updateI18nState"></a>
1046
1042
  <span class="name">
1047
- <span ><b>updateUserRights</b></span>
1048
- <a href="#updateUserRights"><span class="icon ion-ios-link"></span></a>
1043
+ <span ><b>updateI18nState</b></span>
1044
+ <a href="#updateI18nState"><span class="icon ion-ios-link"></span></a>
1049
1045
  </span>
1050
1046
  </td>
1051
1047
  </tr>
1052
1048
  <tr>
1053
1049
  <td class="col-md-4">
1054
- <i>Default value : </i><code>(state: UserState, action: UpdateUserRightsAction): UserState &#x3D;&gt;
1055
- Object.assign({}, state, { rights: [...action.payload] })</code>
1050
+ <i>Default value : </i><code>(state: I18nState, action: UpdateI18nStateAction) &#x3D;&gt; {
1051
+ return {
1052
+ ...state,
1053
+ ...action.payload,
1054
+ };
1055
+ }</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.6",
3
+ "version": "15.0.0-next.7",
4
4
  "tag": "next",
5
5
  "description": "eUI core package - holding UI components for Desktop applications",
6
6
  "homepage": "https://eui.ecdevops.eu",