@omnia/fx-models 8.0.86-dev → 8.0.87-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.
@@ -208,7 +208,7 @@ export declare const ORatingLengthName = "ORatingLength";
|
|
208
208
|
export declare const OSplitpanesVariationDefinitions: readonly ["horizontal", "vertical"];
|
209
209
|
export type OSplitpanesVariation = typeof OSplitpanesVariationDefinitions[number];
|
210
210
|
export declare const OSplitpanesVariationTypesName = "OSplitpanesVariation";
|
211
|
-
export declare const OMultiTextInputModesDefinitions: readonly ["textfield", "textarea"
|
211
|
+
export declare const OMultiTextInputModesDefinitions: readonly ["textfield", "textarea"];
|
212
212
|
export type OMultiTextInputModes = typeof OMultiTextInputModesDefinitions[number];
|
213
213
|
export declare const OMultiTextInputModesName = "OMultiTextInputModes";
|
214
214
|
export {};
|
@@ -145,5 +145,5 @@ exports.ORatingLengthName = "ORatingLength";
|
|
145
145
|
/** Splitpanes */
|
146
146
|
exports.OSplitpanesVariationDefinitions = ["horizontal", "vertical"];
|
147
147
|
exports.OSplitpanesVariationTypesName = "OSplitpanesVariation";
|
148
|
-
exports.OMultiTextInputModesDefinitions = ["textfield", "textarea"
|
148
|
+
exports.OMultiTextInputModesDefinitions = ["textfield", "textarea"];
|
149
149
|
exports.OMultiTextInputModesName = "OMultiTextInputModes";
|