@anzusystems/common-admin 0.0.27 → 0.0.29

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,52 @@ 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
+ logoutText: string;
2795
+ logoutConfirm: string;
2796
+ settings: string;
2797
+ };
2798
+ breadcrumb: {
2799
+ detail: string;
2800
+ edit: string;
2801
+ create: string;
2802
+ };
2803
+ login: {
2804
+ text: string;
2805
+ button: string;
2806
+ };
2807
+ notFound: {
2808
+ title: string;
2809
+ text: string;
2810
+ backButton: string;
2811
+ };
2812
+ unauthorized: {
2813
+ title: string;
2814
+ text: string;
2815
+ backButton: string;
2816
+ };
2781
2817
  };
2782
2818
  anzuUser: {
2783
2819
  meta: {
@@ -3043,7 +3079,6 @@ export declare const messagesSk: {
3043
3079
  delete: string;
3044
3080
  id: string;
3045
3081
  now: string;
3046
- logout: string;
3047
3082
  confirm: string;
3048
3083
  copyId: string;
3049
3084
  add: string;
@@ -3074,16 +3109,52 @@ export declare const messagesSk: {
3074
3109
  auto: string;
3075
3110
  };
3076
3111
  datatable: {
3112
+ config: string;
3077
3113
  displayCols: string;
3078
3114
  itemsPerPage: string;
3079
3115
  from: string;
3080
3116
  noDataText: string;
3117
+ ordering: {
3118
+ title: string;
3119
+ mostRelevant: string;
3120
+ mostRecent: string;
3121
+ oldest: string;
3122
+ };
3081
3123
  };
3082
3124
  modal: {
3083
3125
  confirmDelete: string;
3084
3126
  hide: string;
3085
3127
  show: string;
3086
3128
  };
3129
+ adminSwitcher: {
3130
+ button: string;
3131
+ };
3132
+ currentUser: {
3133
+ button: string;
3134
+ logout: string;
3135
+ logoutText: string;
3136
+ logoutConfirm: string;
3137
+ settings: string;
3138
+ };
3139
+ breadcrumb: {
3140
+ detail: string;
3141
+ edit: string;
3142
+ create: string;
3143
+ };
3144
+ login: {
3145
+ text: string;
3146
+ button: string;
3147
+ };
3148
+ notFound: {
3149
+ title: string;
3150
+ text: string;
3151
+ backButton: string;
3152
+ };
3153
+ unauthorized: {
3154
+ title: string;
3155
+ text: string;
3156
+ backButton: string;
3157
+ };
3087
3158
  };
3088
3159
  anzuUser: {
3089
3160
  meta: {