@anzusystems/common-admin 0.0.27 → 0.0.28

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.
@@ -2768,16 +2768,36 @@ export declare const messagesEn: {
2768
2768
  auto: string;
2769
2769
  };
2770
2770
  datatable: {
2771
+ config: string;
2771
2772
  displayCols: string;
2772
2773
  itemsPerPage: string;
2773
2774
  from: string;
2774
2775
  noDataText: string;
2776
+ ordering: {
2777
+ title: string;
2778
+ mostRelevant: string;
2779
+ mostRecent: string;
2780
+ oldest: string;
2781
+ };
2775
2782
  };
2776
2783
  modal: {
2777
2784
  confirmDelete: string;
2778
2785
  hide: string;
2779
2786
  show: string;
2780
2787
  };
2788
+ adminSwitcher: {
2789
+ button: string;
2790
+ };
2791
+ currentUser: {
2792
+ button: string;
2793
+ logout: string;
2794
+ settings: string;
2795
+ };
2796
+ breadcrumbs: {
2797
+ detail: string;
2798
+ edit: string;
2799
+ create: string;
2800
+ };
2781
2801
  };
2782
2802
  anzuUser: {
2783
2803
  meta: {
@@ -3043,7 +3063,6 @@ export declare const messagesSk: {
3043
3063
  delete: string;
3044
3064
  id: string;
3045
3065
  now: string;
3046
- logout: string;
3047
3066
  confirm: string;
3048
3067
  copyId: string;
3049
3068
  add: string;
@@ -3074,16 +3093,36 @@ export declare const messagesSk: {
3074
3093
  auto: string;
3075
3094
  };
3076
3095
  datatable: {
3096
+ config: string;
3077
3097
  displayCols: string;
3078
3098
  itemsPerPage: string;
3079
3099
  from: string;
3080
3100
  noDataText: string;
3101
+ ordering: {
3102
+ title: string;
3103
+ mostRelevant: string;
3104
+ mostRecent: string;
3105
+ oldest: string;
3106
+ };
3081
3107
  };
3082
3108
  modal: {
3083
3109
  confirmDelete: string;
3084
3110
  hide: string;
3085
3111
  show: string;
3086
3112
  };
3113
+ adminSwitcher: {
3114
+ button: string;
3115
+ };
3116
+ currentUser: {
3117
+ button: string;
3118
+ logout: string;
3119
+ settings: string;
3120
+ };
3121
+ breadcrumbs: {
3122
+ detail: string;
3123
+ edit: string;
3124
+ create: string;
3125
+ };
3087
3126
  };
3088
3127
  anzuUser: {
3089
3128
  meta: {