@omnia/fx-models 8.0.361-dev → 8.0.362-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.
@@ -91,7 +91,7 @@ export type ODialogButtonInstance = {
|
|
91
91
|
};
|
92
92
|
export type ODialogBuiltinButtons = Extract<OOxideButtonPresets, "create" | "ok" | "cancel" | "save" | "retry">;
|
93
93
|
/** Divider */
|
94
|
-
export declare const OPageDividerTypeDefinitions: readonly ["default", "prominent", "label"];
|
94
|
+
export declare const OPageDividerTypeDefinitions: readonly ["default", "prominent", "label", "form"];
|
95
95
|
export type OPageDividerTypes = typeof OPageDividerTypeDefinitions[number];
|
96
96
|
export declare const OPageDividerTypesName = "OPageDividerTypes";
|
97
97
|
/** Expansion Panel */
|
@@ -57,7 +57,7 @@ exports.ODialogTypeDefinitions = ["create-cancel", "save-cancel", "confirm", "ok
|
|
57
57
|
exports.ODialogTypesName = "ODialogTypes";
|
58
58
|
exports.ODialogSizeDefinitions = ["x-small", "small", "medium", "large", "full"];
|
59
59
|
/** Divider */
|
60
|
-
exports.OPageDividerTypeDefinitions = ["default", "prominent", "label"];
|
60
|
+
exports.OPageDividerTypeDefinitions = ["default", "prominent", "label", "form"];
|
61
61
|
exports.OPageDividerTypesName = "OPageDividerTypes";
|
62
62
|
/** Expansion Panel */
|
63
63
|
exports.OPanelTypeDefinitions = ["default", "navigation", "section"];
|