@anzusystems/common-admin 0.0.28 → 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.
- package/dist/common-admin.es.d.ts +34 -2
- package/dist/common-admin.es.js +811 -779
- package/dist/common-admin.es.js.map +1 -1
- package/package.json +1 -1
|
@@ -2791,13 +2791,29 @@ export declare const messagesEn: {
|
|
|
2791
2791
|
currentUser: {
|
|
2792
2792
|
button: string;
|
|
2793
2793
|
logout: string;
|
|
2794
|
+
logoutText: string;
|
|
2795
|
+
logoutConfirm: string;
|
|
2794
2796
|
settings: string;
|
|
2795
2797
|
};
|
|
2796
|
-
|
|
2798
|
+
breadcrumb: {
|
|
2797
2799
|
detail: string;
|
|
2798
2800
|
edit: string;
|
|
2799
2801
|
create: string;
|
|
2800
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
|
+
};
|
|
2801
2817
|
};
|
|
2802
2818
|
anzuUser: {
|
|
2803
2819
|
meta: {
|
|
@@ -3116,13 +3132,29 @@ export declare const messagesSk: {
|
|
|
3116
3132
|
currentUser: {
|
|
3117
3133
|
button: string;
|
|
3118
3134
|
logout: string;
|
|
3135
|
+
logoutText: string;
|
|
3136
|
+
logoutConfirm: string;
|
|
3119
3137
|
settings: string;
|
|
3120
3138
|
};
|
|
3121
|
-
|
|
3139
|
+
breadcrumb: {
|
|
3122
3140
|
detail: string;
|
|
3123
3141
|
edit: string;
|
|
3124
3142
|
create: string;
|
|
3125
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
|
+
};
|
|
3126
3158
|
};
|
|
3127
3159
|
anzuUser: {
|
|
3128
3160
|
meta: {
|