@omnia/fx-models 8.0.530-dev → 8.0.532-dev
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.
|
@@ -11,7 +11,7 @@ export declare const OButtonAffixDefinitions: readonly ["prefix", "subfix"];
|
|
|
11
11
|
export type OButtonAffix = typeof OButtonAffixDefinitions[number];
|
|
12
12
|
export declare const OButtonAffixName = "OButtonAffix";
|
|
13
13
|
/** Dialog */
|
|
14
|
-
export declare const ODialogTypeDefinitions: readonly ["create-cancel", "save-cancel", "confirm", "ok-cancel", "default", "app", "retry"];
|
|
14
|
+
export declare const ODialogTypeDefinitions: readonly ["create-cancel", "save-cancel", "confirm", "ok-cancel", "default", "app", "retry", "container"];
|
|
15
15
|
export type ODialogTypes = typeof ODialogTypeDefinitions[number];
|
|
16
16
|
export declare const ODialogTypesName = "ODialogTypes";
|
|
17
17
|
export declare const ODialogSizeDefinitions: readonly ["x-small", "small", "medium", "large", "full"];
|
|
@@ -10,7 +10,7 @@ exports.OButtonVariantsName = "OButtonVariants";
|
|
|
10
10
|
exports.OButtonAffixDefinitions = ["prefix", "subfix"];
|
|
11
11
|
exports.OButtonAffixName = "OButtonAffix";
|
|
12
12
|
/** Dialog */
|
|
13
|
-
exports.ODialogTypeDefinitions = ["create-cancel", "save-cancel", "confirm", "ok-cancel", "default", "app", "retry"];
|
|
13
|
+
exports.ODialogTypeDefinitions = ["create-cancel", "save-cancel", "confirm", "ok-cancel", "default", "app", "retry", "container"];
|
|
14
14
|
exports.ODialogTypesName = "ODialogTypes";
|
|
15
15
|
exports.ODialogSizeDefinitions = ["x-small", "small", "medium", "large", "full"];
|
|
16
16
|
/**Icon */
|