cloud-ide-lms-model 1.0.43 → 1.0.45
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.
|
@@ -18,10 +18,10 @@ export type spinnerType = "spinner" | "pill-spinner";
|
|
|
18
18
|
/** @description type of icons behaviour */
|
|
19
19
|
export type iconType = "round" | "box" | "none";
|
|
20
20
|
/**
|
|
21
|
-
* @description type of input style like solid, outline or
|
|
22
|
-
* @example solid: solid border and background color, outline: border with outline,
|
|
21
|
+
* @description type of input style like solid, outline or standard
|
|
22
|
+
* @example solid: solid border and background color, outline: border with outline, standard: no border
|
|
23
23
|
*/
|
|
24
|
-
export type
|
|
24
|
+
export type elementStyleType = "solid" | "outline" | "standard";
|
|
25
25
|
export interface MRequestMiddelware {
|
|
26
26
|
Validate?: Function;
|
|
27
27
|
}
|