@anzusystems/common-admin 0.0.25 → 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 +5 -1
- package/dist/common-admin.es.js +874 -869
- package/dist/common-admin.es.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +5 -5
|
@@ -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;
|
|
@@ -3452,7 +3456,7 @@ export declare const SubjectScopeSymbol: InjectionKey<string>;
|
|
|
3452
3456
|
|
|
3453
3457
|
export declare const SystemScopeSymbol: InjectionKey<string>;
|
|
3454
3458
|
|
|
3455
|
-
declare enum Theme {
|
|
3459
|
+
export declare enum Theme {
|
|
3456
3460
|
Light = "light",
|
|
3457
3461
|
Dark = "dark"
|
|
3458
3462
|
}
|