@anzusystems/common-admin 0.0.26 → 0.0.27
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 +4 -0
- package/dist/common-admin.es.js +746 -742
- package/dist/common-admin.es.js.map +1 -1
- package/package.json +3 -3
|
@@ -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;
|
|
@@ -3049,6 +3051,8 @@ export declare const messagesSk: {
|
|
|
3049
3051
|
Upload: string;
|
|
3050
3052
|
};
|
|
3051
3053
|
model: {
|
|
3054
|
+
system: string;
|
|
3055
|
+
notSelected: string;
|
|
3052
3056
|
boolean: {
|
|
3053
3057
|
true: string;
|
|
3054
3058
|
false: string;
|