survery-lib 2.1.1 → 2.1.2

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.
@@ -4,6 +4,7 @@ import { SurveyQuestionDto } from '../../../shared/dtos/survey-question.dto';
4
4
  import { QuestionTypeEnum } from '../../../shared/enums/question-type.enum';
5
5
  import { QuestionTextTemplateFormInterface } from '../../../shared/form-interfaces/question-text-template.form-interface';
6
6
  import { SurveyLibService } from '../../services/survey-lib.service';
7
+ import { InputTypeEnum } from '../../../shared/enums/input-type.enum';
7
8
  import { QuestionNgrxModel } from '../../core/states/entites/question.entity';
8
9
  import { Store } from '@ngrx/store';
9
10
  import * as i0 from "@angular/core";
@@ -17,6 +18,7 @@ export declare class QuestionTextTemplateComponent implements OnInit {
17
18
  isTextArea: boolean;
18
19
  get fCtrls(): QuestionTextTemplateFormInterface;
19
20
  get questionTypeEnum(): typeof QuestionTypeEnum;
21
+ get inputTypeEnum(): typeof InputTypeEnum;
20
22
  get questionMinMaxIndicator(): string;
21
23
  isArabicLang: boolean;
22
24
  set setQuestion(value: QuestionNgrxModel);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "survery-lib",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.1.0",
6
6
  "@angular/core": "^16.1.0"