@anzusystems/common-admin 0.0.47 → 0.0.49
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 +2 -1
- package/dist/common-admin.es.js +252 -251
- package/dist/common-admin.es.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +2 -2
|
@@ -3841,6 +3841,7 @@ export declare const messagesEn: {
|
|
|
3841
3841
|
forbiddenError: string;
|
|
3842
3842
|
fixValidationErrors: string;
|
|
3843
3843
|
fixApiValidationErrors: string;
|
|
3844
|
+
apiForbiddenOperationError: string;
|
|
3844
3845
|
recordWas: {
|
|
3845
3846
|
created: string;
|
|
3846
3847
|
updated: string;
|
|
@@ -3868,7 +3869,6 @@ export declare const messagesEn: {
|
|
|
3868
3869
|
delete: string;
|
|
3869
3870
|
id: string;
|
|
3870
3871
|
now: string;
|
|
3871
|
-
logout: string;
|
|
3872
3872
|
confirm: string;
|
|
3873
3873
|
copyId: string;
|
|
3874
3874
|
add: string;
|
|
@@ -4844,6 +4844,7 @@ export declare const useCommonVuetifyConfig: () => {
|
|
|
4844
4844
|
};
|
|
4845
4845
|
VDialog: {
|
|
4846
4846
|
noClickAnimation: boolean;
|
|
4847
|
+
persistent: boolean;
|
|
4847
4848
|
};
|
|
4848
4849
|
VProgressCircular: {
|
|
4849
4850
|
color: string;
|