@anzusystems/common-admin 0.0.47 → 0.0.48

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.
@@ -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;
@@ -11427,7 +11427,8 @@ const sg = () => ({
11427
11427
  variant: "flat"
11428
11428
  },
11429
11429
  VDialog: {
11430
- noClickAnimation: !0
11430
+ noClickAnimation: !0,
11431
+ persistent: !0
11431
11432
  },
11432
11433
  VProgressCircular: {
11433
11434
  color: "primary"