duck-dev-lib 0.0.15 → 0.0.19

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.15",
3
+ "version": "0.0.19",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.0.0",
6
6
  "@angular/core": "^21.0.0"
@@ -124,7 +124,7 @@ declare class DuckDevInput {
124
124
  formInputType: _angular_core.InputSignal<"input" | "textarea" | "checkbox">;
125
125
  errorMessage: _angular_core.InputSignal<string>;
126
126
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<DuckDevInput, never>;
127
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<DuckDevInput, "lib-duck-dev-input", never, { "form": { "alias": "form"; "required": true; "isSignal": true; }; "controlName": { "alias": "controlName"; "required": true; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "formInputType": { "alias": "formInputType"; "required": false; "isSignal": true; }; "errorMessage": { "alias": "errorMessage"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
127
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<DuckDevInput, "duck-dev-input", never, { "form": { "alias": "form"; "required": true; "isSignal": true; }; "controlName": { "alias": "controlName"; "required": true; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "formInputType": { "alias": "formInputType"; "required": false; "isSignal": true; }; "errorMessage": { "alias": "errorMessage"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
128
128
  }
129
129
 
130
130
  export { ButtonBlurLift, ButtonEnumColor, ButtonGlideOver, DuckDevInput, DuckDevLibTranslations, DuckDevTab, DuckDevTabVertical, LoaderClassic, LoaderLoadingBubble, LoaderThreeDots, MainDocumentationPage };