duck-dev-lib 0.0.21 → 0.0.23

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "duck-dev-lib",
3
- "version": "0.0.21",
3
+ "version": "0.0.23",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.0.0",
6
6
  "@angular/core": "^21.0.0"
@@ -62,6 +62,17 @@ declare class ButtonFlip {
62
62
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<ButtonFlip, "duck-dev-button-flip", never, { "text": { "alias": "text"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "arrowIndex": { "alias": "arrowIndex"; "required": false; "isSignal": true; }; "direction": { "alias": "direction"; "required": false; "isSignal": true; }; "colorButton": { "alias": "colorButton"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
63
63
  }
64
64
 
65
+ declare class ButtonCasper {
66
+ readonly isDisabled: _angular_core.InputSignal<boolean>;
67
+ readonly text: _angular_core.InputSignal<string>;
68
+ readonly colorButton: _angular_core.InputSignal<ButtonEnumColor>;
69
+ protected readonly buttonStyle: _angular_core.Signal<{
70
+ [key: string]: string;
71
+ }>;
72
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<ButtonCasper, never>;
73
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<ButtonCasper, "duck-dev-button-casper", never, { "isDisabled": { "alias": "isDisabled"; "required": false; "isSignal": true; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; "colorButton": { "alias": "colorButton"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
74
+ }
75
+
65
76
  declare class LoaderLoadingBubble {
66
77
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<LoaderLoadingBubble, never>;
67
78
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<LoaderLoadingBubble, "duck-dev-loader-loading-bubble", never, {}, {}, never, never, true, never>;
@@ -204,5 +215,5 @@ declare class DuckDevIcon {
204
215
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<DuckDevIcon, "duck-dev-icon", never, { "name": { "alias": "name"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
205
216
  }
206
217
 
207
- export { ButtonBlurLift, ButtonEnumColor, ButtonFlip, ButtonGlideOver, DuckDevIcon, DuckDevInput, DuckDevLibTranslations, DuckDevNotification, DuckDevNotificationContainer, DuckDevNotificationService, DuckDevTab, DuckDevTabVertical, LoaderClassic, LoaderLoadingBubble, LoaderThreeDots, MainDocumentationPage };
218
+ export { ButtonBlurLift, ButtonCasper, ButtonEnumColor, ButtonFlip, ButtonGlideOver, DuckDevIcon, DuckDevInput, DuckDevLibTranslations, DuckDevNotification, DuckDevNotificationContainer, DuckDevNotificationService, DuckDevTab, DuckDevTabVertical, LoaderClassic, LoaderLoadingBubble, LoaderThreeDots, MainDocumentationPage };
208
219
  export type { DuckDevTabItem, DuckDevTabVerticalItem, NotificationItem, NotificationPosition, NotificationType };