@the-liberators/ngx-scrumteamsurvey-tools 2.2.99 → 2.3.1

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,2 @@
1
+ import { ValidatorFn } from '@angular/forms';
2
+ export declare function maxSelectedValidator(maximum: number): ValidatorFn;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@the-liberators/ngx-scrumteamsurvey-tools",
3
- "version": "2.2.99",
3
+ "version": "2.3.1",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.9",
6
6
  "@angular/core": "^18.2.9",
package/public-api.d.ts CHANGED
@@ -196,6 +196,7 @@ export * from './lib/results/services/terms.service';
196
196
  export * from './lib/results/services/trend.service';
197
197
  export * from './lib/results/services/userProfile.service';
198
198
  export * from './lib/validators/domainValidator';
199
+ export * from './lib/validators/maxSelectedValidator';
199
200
  export * from './lib/validators/matchInputValidator';
200
201
  export * from './lib/viewModel/interfaces';
201
202
  export * from './lib/viewModel/reloadStrategies/noReloadStrategy';