@foxeltech/angular-ui 0.0.5 → 0.0.6
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/index.d.ts
CHANGED
|
@@ -244,7 +244,6 @@ declare class FxUtils {
|
|
|
244
244
|
static convertColorFromVariable(name: string, alpha?: number): string;
|
|
245
245
|
static getTagClass(key: string, isCriticalExist?: boolean): TagType;
|
|
246
246
|
static validateEmail(value: string): boolean;
|
|
247
|
-
static isStrongPassword(password: string): boolean;
|
|
248
247
|
static formatSizeUnits(bytes: number): string;
|
|
249
248
|
}
|
|
250
249
|
|