duck-dev-lib 0.0.14 → 0.0.15

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.14",
3
+ "version": "0.0.15",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.0.0",
6
6
  "@angular/core": "^21.0.0"
@@ -1,6 +1,7 @@
1
1
  import * as _angular_core from '@angular/core';
2
2
  import { ElementRef } from '@angular/core';
3
3
  import { Translation } from '@jsverse/transloco';
4
+ import { FormGroup } from '@angular/forms';
4
5
 
5
6
  declare enum ButtonEnumColor {
6
7
  Orange = "orange",
@@ -114,5 +115,17 @@ declare class MainDocumentationPage {
114
115
 
115
116
  declare const DuckDevLibTranslations: Record<string, Promise<Translation>>;
116
117
 
117
- export { ButtonBlurLift, ButtonEnumColor, ButtonGlideOver, DuckDevLibTranslations, DuckDevTab, DuckDevTabVertical, LoaderClassic, LoaderLoadingBubble, LoaderThreeDots, MainDocumentationPage };
118
+ declare class DuckDevInput {
119
+ form: _angular_core.InputSignal<FormGroup<any>>;
120
+ controlName: _angular_core.InputSignal<string>;
121
+ label: _angular_core.InputSignal<string>;
122
+ placeholder: _angular_core.InputSignal<string>;
123
+ type: _angular_core.InputSignal<string>;
124
+ formInputType: _angular_core.InputSignal<"input" | "textarea" | "checkbox">;
125
+ errorMessage: _angular_core.InputSignal<string>;
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>;
128
+ }
129
+
130
+ export { ButtonBlurLift, ButtonEnumColor, ButtonGlideOver, DuckDevInput, DuckDevLibTranslations, DuckDevTab, DuckDevTabVertical, LoaderClassic, LoaderLoadingBubble, LoaderThreeDots, MainDocumentationPage };
118
131
  export type { DuckDevTabItem, DuckDevTabVerticalItem };
@@ -1 +0,0 @@
1
- {"version":3,"file":"duck-dev-lib-en-StaNZWYU.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"duck-dev-lib-ru-CSq0J4ub.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}