flexi-button
Advanced tools
Comparing version 19.0.6 to 19.0.7
import * as i0 from "@angular/core"; | ||
export declare class FlexiButtonComponent { | ||
readonly btnIcon: import("@angular/core").InputSignal<string>; | ||
readonly btnIcon: import("@angular/core").InputSignal<string | undefined>; | ||
readonly btnColor: import("@angular/core").InputSignal<FlexiButtonColorType>; | ||
readonly btnSize: import("@angular/core").InputSignal<FlexiButtonSizeType>; | ||
readonly btnText: import("@angular/core").InputSignal<string>; | ||
readonly btnStyle: import("@angular/core").InputSignal<string>; | ||
readonly btnText: import("@angular/core").InputSignal<string | undefined>; | ||
readonly btnType: import("@angular/core").InputSignal<FlexiButtonType>; | ||
readonly btnDisabled: import("@angular/core").InputSignal<boolean>; | ||
readonly firstText: import("@angular/core").InputSignal<boolean>; | ||
readonly btnRounded: import("@angular/core").InputSignal<boolean>; | ||
readonly loading: import("@angular/core").InputSignal<boolean>; | ||
readonly btnFloat: import("@angular/core").InputSignal<boolean>; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<FlexiButtonComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<FlexiButtonComponent, "flexi-button", never, { "btnIcon": { "alias": "btnIcon"; "required": true; "isSignal": true; }; "btnColor": { "alias": "btnColor"; "required": false; "isSignal": true; }; "btnSize": { "alias": "btnSize"; "required": false; "isSignal": true; }; "btnText": { "alias": "btnText"; "required": false; "isSignal": true; }; "btnStyle": { "alias": "btnStyle"; "required": false; "isSignal": true; }; "btnType": { "alias": "btnType"; "required": false; "isSignal": true; }; "btnDisabled": { "alias": "btnDisabled"; "required": false; "isSignal": true; }; "firstText": { "alias": "firstText"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<FlexiButtonComponent, "flexi-button", never, { "btnIcon": { "alias": "btnIcon"; "required": false; "isSignal": true; }; "btnColor": { "alias": "btnColor"; "required": false; "isSignal": true; }; "btnSize": { "alias": "btnSize"; "required": false; "isSignal": true; }; "btnText": { "alias": "btnText"; "required": false; "isSignal": true; }; "btnType": { "alias": "btnType"; "required": false; "isSignal": true; }; "btnDisabled": { "alias": "btnDisabled"; "required": false; "isSignal": true; }; "firstText": { "alias": "firstText"; "required": false; "isSignal": true; }; "btnRounded": { "alias": "btnRounded"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "btnFloat": { "alias": "btnFloat"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>; | ||
} | ||
export type FlexiButtonColorType = "default" | "primary" | "success" | "danger" | "warning" | "info" | "dark"; | ||
export type FlexiButtonSizeType = "default" | "small" | "large"; | ||
export type FlexiButtonColorType = "light" | "primary" | "success" | "danger" | "warning" | "info" | "dark" | "indigo" | "purple" | "pink" | "teal" | "yellow" | "secondary" | "black" | "white"; | ||
export type FlexiButtonSizeType = "small" | "medium" | "large"; | ||
export type FlexiButtonType = "button" | "submit"; |
{ | ||
"name": "flexi-button", | ||
"version": "19.0.6", | ||
"version": "19.0.7", | ||
"peerDependencies": { | ||
@@ -5,0 +5,0 @@ "@angular/common": "^19.0.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
62036
248
5