@anzusystems/common-admin 0.0.26 → 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.
@@ -2745,6 +2745,8 @@ export declare const messagesEn: {
2745
2745
  upload: string;
2746
2746
  };
2747
2747
  model: {
2748
+ system: string;
2749
+ notSelected: string;
2748
2750
  boolean: {
2749
2751
  true: string;
2750
2752
  false: string;
@@ -2766,16 +2768,36 @@ export declare const messagesEn: {
2766
2768
  auto: string;
2767
2769
  };
2768
2770
  datatable: {
2771
+ config: string;
2769
2772
  displayCols: string;
2770
2773
  itemsPerPage: string;
2771
2774
  from: string;
2772
2775
  noDataText: string;
2776
+ ordering: {
2777
+ title: string;
2778
+ mostRelevant: string;
2779
+ mostRecent: string;
2780
+ oldest: string;
2781
+ };
2773
2782
  };
2774
2783
  modal: {
2775
2784
  confirmDelete: string;
2776
2785
  hide: string;
2777
2786
  show: string;
2778
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
+ };
2779
2801
  };
2780
2802
  anzuUser: {
2781
2803
  meta: {
@@ -3041,7 +3063,6 @@ export declare const messagesSk: {
3041
3063
  delete: string;
3042
3064
  id: string;
3043
3065
  now: string;
3044
- logout: string;
3045
3066
  confirm: string;
3046
3067
  copyId: string;
3047
3068
  add: string;
@@ -3049,6 +3070,8 @@ export declare const messagesSk: {
3049
3070
  Upload: string;
3050
3071
  };
3051
3072
  model: {
3073
+ system: string;
3074
+ notSelected: string;
3052
3075
  boolean: {
3053
3076
  true: string;
3054
3077
  false: string;
@@ -3070,16 +3093,36 @@ export declare const messagesSk: {
3070
3093
  auto: string;
3071
3094
  };
3072
3095
  datatable: {
3096
+ config: string;
3073
3097
  displayCols: string;
3074
3098
  itemsPerPage: string;
3075
3099
  from: string;
3076
3100
  noDataText: string;
3101
+ ordering: {
3102
+ title: string;
3103
+ mostRelevant: string;
3104
+ mostRecent: string;
3105
+ oldest: string;
3106
+ };
3077
3107
  };
3078
3108
  modal: {
3079
3109
  confirmDelete: string;
3080
3110
  hide: string;
3081
3111
  show: string;
3082
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
+ };
3083
3126
  };
3084
3127
  anzuUser: {
3085
3128
  meta: {