@the-liberators/ngx-scrumteamsurvey-tools 2.3.20 → 2.3.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.
@@ -0,0 +1,20 @@
1
+ import { ControlValueAccessor } from '@angular/forms';
2
+ import * as i0 from "@angular/core";
3
+ export declare class QuantitySelectorComponent implements ControlValueAccessor {
4
+ quantity: number;
5
+ disabled: boolean;
6
+ maximum: number;
7
+ minimum: number;
8
+ onChange: any;
9
+ onTouched: any;
10
+ increaseQuantity(): void;
11
+ setQuantity(): void;
12
+ decreaseQuantity(): void;
13
+ onInput(event: Event): void;
14
+ writeValue(quantity: number): void;
15
+ registerOnChange(fn: any): void;
16
+ registerOnTouched(fn: any): void;
17
+ setDisabledState?(isDisabled: boolean): void;
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<QuantitySelectorComponent, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<QuantitySelectorComponent, "quantity-selector", never, { "disabled": { "alias": "disabled"; "required": false; }; "maximum": { "alias": "maximum"; "required": false; }; "minimum": { "alias": "minimum"; "required": false; }; }, {}, never, never, false, never>;
20
+ }
@@ -0,0 +1,12 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./quantity-selector.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/router";
5
+ import * as i4 from "@angular/forms";
6
+ import * as i5 from "@angular/material/form-field";
7
+ import * as i6 from "@angular/material/input";
8
+ export declare class QuantitySelectorModule {
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<QuantitySelectorModule, never>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<QuantitySelectorModule, [typeof i1.QuantitySelectorComponent], [typeof i2.CommonModule, typeof i3.RouterModule, typeof i4.FormsModule, typeof i5.MatFormFieldModule, typeof i4.ReactiveFormsModule, typeof i6.MatInputModule], [typeof i1.QuantitySelectorComponent]>;
11
+ static ɵinj: i0.ɵɵInjectorDeclaration<QuantitySelectorModule>;
12
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@the-liberators/ngx-scrumteamsurvey-tools",
3
- "version": "2.3.20",
3
+ "version": "2.3.23",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.9",
6
6
  "@angular/core": "^18.2.9",
package/public-api.d.ts CHANGED
@@ -67,8 +67,8 @@ export * from './lib/components/snapshot-inviteurls/snapshot-inviteurls.componen
67
67
  export * from './lib/components/snapshot-inviteurls/snapshot-inviteurls.module';
68
68
  export * from './lib/components/tabnavigator/tabnavigator.component';
69
69
  export * from './lib/components/tabnavigator/tabnavigator.module';
70
- export * from './lib/components/tabnavigator/tabnavigator.component';
71
- export * from './lib/components/tabnavigator/tabnavigator.module';
70
+ export * from './lib/components/quantity-selector/quantity-selector.component';
71
+ export * from './lib/components/quantity-selector/quantity-selector.module';
72
72
  export * from './lib/components/multi-email-input/multi-email-input.component';
73
73
  export * from './lib/components/multi-email-input/multi-email-input.module';
74
74
  export * from './lib/components/metadata-input/metadata-input.component';