@omnia/fx-models 8.0.232-dev → 8.0.234-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.
package/Enums.d.ts
CHANGED
package/Enums.js
CHANGED
@@ -812,6 +812,7 @@ var PersistentDiskTypes;
|
|
812
812
|
PersistentDiskTypes["Standard"] = "Standard";
|
813
813
|
PersistentDiskTypes["Premium"] = "Premium";
|
814
814
|
PersistentDiskTypes["NFS"] = "NFS";
|
815
|
+
PersistentDiskTypes["SMB"] = "SMB";
|
815
816
|
})(PersistentDiskTypes || (exports.PersistentDiskTypes = PersistentDiskTypes = {}));
|
816
817
|
var StatusFilter;
|
817
818
|
(function (StatusFilter) {
|
@@ -38,7 +38,7 @@ export declare const OAlertTypeDefinitions: readonly ["success", "info", "warnin
|
|
38
38
|
export type OAlertTypes = typeof OAlertTypeDefinitions[number];
|
39
39
|
export declare const OAlertTypesName = "OAlertTypes";
|
40
40
|
/**Button */
|
41
|
-
export declare const OButtonPresetDefinitions: readonly ["confirm", "create", "remove", "delete", "ok", "cancel", "save", "close", "
|
41
|
+
export declare const OButtonPresetDefinitions: readonly ["confirm", "create", "remove", "delete", "ok", "cancel", "save", "close", "manage-list", "settings", "icon-add", "icon-comment", "icon-delete", "icon-edit", "icon-drag-handle", "icon-copy", "icon-code", "icon-close", "icon-back", "icon-more", "icon-navigate", "icon-preview", "icon-settings", "load-more", "retry", "remove", "approve", "copy-to-clipboard", "details", "next", "previous", "select", "view-more", "send-request"];
|
42
42
|
export type OOxideButtonPresets = typeof OButtonPresetDefinitions[number];
|
43
43
|
export declare const OButtonPresetsName = "OOxideButtonPresets";
|
44
44
|
export declare const OButtonVariantDefinitions: readonly ["primary", "default", "toolbar", "opacity", "dial", "slim", "menu", "overlay"];
|
@@ -29,7 +29,7 @@ exports.OAppBarTypesName = "OAppBarTypes";
|
|
29
29
|
exports.OAlertTypeDefinitions = ["success", "info", "warning", "error"];
|
30
30
|
exports.OAlertTypesName = "OAlertTypes";
|
31
31
|
/**Button */
|
32
|
-
exports.OButtonPresetDefinitions = ["confirm", "create", "remove", "delete", "ok", "cancel", "save", "close", "
|
32
|
+
exports.OButtonPresetDefinitions = ["confirm", "create", "remove", "delete", "ok", "cancel", "save", "close", "manage-list", "settings", "icon-add", "icon-comment", "icon-delete", "icon-edit", "icon-drag-handle", "icon-copy", "icon-code", "icon-close", "icon-back", "icon-more", "icon-navigate", "icon-preview", "icon-settings", "load-more", "retry", "remove", "approve", "copy-to-clipboard", "details", "next", "previous", "select", "view-more", "send-request"];
|
33
33
|
exports.OButtonPresetsName = "OOxideButtonPresets";
|
34
34
|
exports.OButtonVariantDefinitions = ["primary", "default", "toolbar", "opacity", "dial", "slim", "menu", "overlay"];
|
35
35
|
exports.OButtonVariantsName = "OButtonVariants";
|
package/package.json
CHANGED