Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

flexi-button

Package Overview
Dependencies
Maintainers
0
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flexi-button - npm Package Compare versions

Comparing version 19.0.6 to 19.0.7

14

lib/flexi-button.component.d.ts
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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc