@anzusystems/common-admin 1.47.0-beta.311 → 1.47.0-beta.312
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.d.ts
CHANGED
|
@@ -18514,6 +18514,7 @@ export declare const useCommonVuetifyConfig: () => {
|
|
|
18514
18514
|
VDialog: {
|
|
18515
18515
|
noClickAnimation: boolean;
|
|
18516
18516
|
persistent: boolean;
|
|
18517
|
+
scrollable: boolean;
|
|
18517
18518
|
};
|
|
18518
18519
|
VProgressCircular: {
|
|
18519
18520
|
color: string;
|
package/dist/common-admin.js
CHANGED
|
@@ -21023,7 +21023,8 @@ const pK = {
|
|
|
21023
21023
|
},
|
|
21024
21024
|
VDialog: {
|
|
21025
21025
|
noClickAnimation: !0,
|
|
21026
|
-
persistent: !0
|
|
21026
|
+
persistent: !0,
|
|
21027
|
+
scrollable: !0
|
|
21027
21028
|
},
|
|
21028
21029
|
VProgressCircular: {
|
|
21029
21030
|
color: "primary"
|