@rangertechnologies/ngnxt 2.1.48 → 2.1.49
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/esm2022/lib/components/custom-calendar/custom-calendar.component.mjs +96 -25
- package/esm2022/lib/components/custom-model/custom-model.component.mjs +3 -3
- package/esm2022/lib/components/custom-time/custom-time.component.mjs +3 -2
- package/esm2022/lib/nxt-app.module.mjs +3 -1
- package/esm2022/lib/pages/booklet/booklet.component.mjs +82 -4
- package/esm2022/lib/pages/questionbook/questionbook.component.mjs +57 -44
- package/esm2022/public-api.mjs +2 -1
- package/fesm2022/rangertechnologies-ngnxt.mjs +434 -269
- package/fesm2022/rangertechnologies-ngnxt.mjs.map +1 -1
- package/lib/components/custom-calendar/custom-calendar.component.d.ts +8 -3
- package/lib/nxt-app.module.d.ts +1 -1
- package/lib/pages/booklet/booklet.component.d.ts +5 -1
- package/lib/pages/questionbook/questionbook.component.d.ts +4 -1
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
- package/rangertechnologies-ngnxt-2.1.49.tgz +0 -0
- package/rangertechnologies-ngnxt-2.1.48.tgz +0 -0
|
@@ -12,6 +12,7 @@ interface CalendarDay {
|
|
|
12
12
|
}
|
|
13
13
|
export declare class CustomCalendarComponent implements OnInit {
|
|
14
14
|
eventSelected: EventEmitter<any>;
|
|
15
|
+
dateSelected: EventEmitter<any>;
|
|
15
16
|
allEvents: any[];
|
|
16
17
|
question: Question;
|
|
17
18
|
entries: any[];
|
|
@@ -32,6 +33,8 @@ export declare class CustomCalendarComponent implements OnInit {
|
|
|
32
33
|
saveButtonValue: string;
|
|
33
34
|
modalFooter: boolean;
|
|
34
35
|
editingEventId: number;
|
|
36
|
+
editingEntryGroup: any;
|
|
37
|
+
showAppoinmentSection: boolean;
|
|
35
38
|
ngOnInit(): void;
|
|
36
39
|
processQuestion(): void;
|
|
37
40
|
generateCalendar(): void;
|
|
@@ -39,15 +42,17 @@ export declare class CustomCalendarComponent implements OnInit {
|
|
|
39
42
|
previousMonth(): void;
|
|
40
43
|
nextMonth(): void;
|
|
41
44
|
addAppointment(): void;
|
|
42
|
-
editEvent(event: any): void;
|
|
43
|
-
deleteEvent(
|
|
45
|
+
editEvent(event: any, entryGroup: any): void;
|
|
46
|
+
deleteEvent(eventId: number, entryGroup: any): void;
|
|
44
47
|
closeModal(): void;
|
|
45
48
|
addEvent(day: CalendarDay, entryQues: any): void;
|
|
46
49
|
onSave(): void;
|
|
47
50
|
onCancel(): void;
|
|
48
51
|
handleQuestionEvent(ques: any): void;
|
|
49
52
|
generateId(): string;
|
|
53
|
+
getEntryKeys(entryGroup: any): string[];
|
|
54
|
+
removeCharacters(questionText: string): string;
|
|
50
55
|
static ɵfac: i0.ɵɵFactoryDeclaration<CustomCalendarComponent, never>;
|
|
51
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CustomCalendarComponent, "app-custom-calendar", never, { "allEvents": "allEvents"; "question": "question"; }, { "eventSelected": "eventSelected"; }, never, never, false>;
|
|
56
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CustomCalendarComponent, "app-custom-calendar", never, { "allEvents": "allEvents"; "question": "question"; }, { "eventSelected": "eventSelected"; "dateSelected": "dateSelected"; }, never, never, false>;
|
|
52
57
|
}
|
|
53
58
|
export {};
|
package/lib/nxt-app.module.d.ts
CHANGED
|
@@ -40,6 +40,6 @@ import * as i38 from "./i18n.module";
|
|
|
40
40
|
import * as i39 from "ng-circle-progress";
|
|
41
41
|
export declare class NxtAppModule {
|
|
42
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<NxtAppModule, never>;
|
|
43
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NxtAppModule, [typeof i1.NxtAppComponent, typeof i2.QuestionnaireComponent, typeof i3.PickLocationComponent, typeof i4.CustomInputComponent, typeof i5.CustomTextAreaComponent, typeof i6.CustomTableComponent, typeof i7.CustomCalendarComponent, typeof i8.CustomDatePickerComponent, typeof i9.DropdownWithFlagComponent, typeof i10.CustomDropdownComponent, typeof i11.BookletComponent, typeof i12.SearchBoxComponent, typeof i13.QuestionbookComponent, typeof i14.FileUploadComponent, typeof i15.SummaryPageComponent, typeof i16.FileViewComponent, typeof i17.DependentTableComponent, typeof i18.CustomLabelComponent, typeof i19.TableAppendixComponent, typeof i20.CustomDateComponent, typeof i21.CustomTimeComponent, typeof i22.CustomButtonComponent, typeof i23.CustomModelComponent, typeof i24.LoaderComponent, typeof i25.I18nComponent, typeof i26.I18nPipe, typeof i27.CustomImageComponent, typeof i28.CustomRadioComponent], [typeof i29.CommonModule, typeof i30.FormsModule, typeof i31.MyDatePickerModule, typeof i32.OwlDateTimeModule, typeof i32.OwlNativeDateTimeModule, typeof i33.GetValuePipe, typeof i34.NgSelectModule, typeof i35.GoogleMapsModule, typeof i36.MatTooltipModule, typeof i30.ReactiveFormsModule, typeof i37.NgxSpinnerModule, typeof i38.I18nModule, typeof i39.NgCircleProgressModule], [typeof i1.NxtAppComponent, typeof i2.QuestionnaireComponent, typeof i11.BookletComponent, typeof i15.SummaryPageComponent, typeof i26.I18nPipe, typeof i25.I18nComponent]>;
|
|
43
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NxtAppModule, [typeof i1.NxtAppComponent, typeof i2.QuestionnaireComponent, typeof i3.PickLocationComponent, typeof i4.CustomInputComponent, typeof i5.CustomTextAreaComponent, typeof i6.CustomTableComponent, typeof i7.CustomCalendarComponent, typeof i8.CustomDatePickerComponent, typeof i9.DropdownWithFlagComponent, typeof i10.CustomDropdownComponent, typeof i11.BookletComponent, typeof i12.SearchBoxComponent, typeof i13.QuestionbookComponent, typeof i14.FileUploadComponent, typeof i15.SummaryPageComponent, typeof i16.FileViewComponent, typeof i17.DependentTableComponent, typeof i18.CustomLabelComponent, typeof i19.TableAppendixComponent, typeof i20.CustomDateComponent, typeof i21.CustomTimeComponent, typeof i22.CustomButtonComponent, typeof i23.CustomModelComponent, typeof i24.LoaderComponent, typeof i25.I18nComponent, typeof i26.I18nPipe, typeof i27.CustomImageComponent, typeof i28.CustomRadioComponent], [typeof i29.CommonModule, typeof i30.FormsModule, typeof i31.MyDatePickerModule, typeof i32.OwlDateTimeModule, typeof i32.OwlNativeDateTimeModule, typeof i33.GetValuePipe, typeof i34.NgSelectModule, typeof i35.GoogleMapsModule, typeof i36.MatTooltipModule, typeof i30.ReactiveFormsModule, typeof i37.NgxSpinnerModule, typeof i38.I18nModule, typeof i39.NgCircleProgressModule], [typeof i1.NxtAppComponent, typeof i2.QuestionnaireComponent, typeof i11.BookletComponent, typeof i13.QuestionbookComponent, typeof i15.SummaryPageComponent, typeof i26.I18nPipe, typeof i25.I18nComponent]>;
|
|
44
44
|
static ɵinj: i0.ɵɵInjectorDeclaration<NxtAppModule>;
|
|
45
45
|
}
|
|
@@ -29,6 +29,7 @@ export declare class BookletComponent implements OnInit {
|
|
|
29
29
|
handleBookletActionEvent: EventEmitter<any>;
|
|
30
30
|
handlePage: EventEmitter<any>;
|
|
31
31
|
hadleDropDownDependent: EventEmitter<any>;
|
|
32
|
+
handleCalendarDate: EventEmitter<any>;
|
|
32
33
|
nxtBooklet: BookletWrapper;
|
|
33
34
|
booklet: any[];
|
|
34
35
|
abItem: any;
|
|
@@ -42,6 +43,7 @@ export declare class BookletComponent implements OnInit {
|
|
|
42
43
|
langDirection: string;
|
|
43
44
|
answerList: any[];
|
|
44
45
|
dataBind: any;
|
|
46
|
+
allEvents: any[];
|
|
45
47
|
constructor(sfService: SalesforceService, dataService: DataService, storageService: StorageService, route: ActivatedRoute, sanitizer: DomSanitizer, changeService: ChangeService, el: ElementRef, i18nService: I18nService);
|
|
46
48
|
ngOnInit(): void;
|
|
47
49
|
ngOnChanges(simplechanges: SimpleChanges): void;
|
|
@@ -53,10 +55,12 @@ export declare class BookletComponent implements OnInit {
|
|
|
53
55
|
handleCompleteBooklet(completeBooklet: any): void;
|
|
54
56
|
handleBook(quesList: any): void;
|
|
55
57
|
handleQues(ques: any): void;
|
|
58
|
+
addEvent(day: any, entryQues: any): void;
|
|
56
59
|
readQuestions(qbId: string): any[];
|
|
57
60
|
readTransQuestions(qbId: string): any[];
|
|
58
61
|
getText(value: any): SafeHtml;
|
|
59
62
|
getDropDown(event: any): void;
|
|
63
|
+
getCalendarDate(event: any): void;
|
|
60
64
|
static ɵfac: i0.ɵɵFactoryDeclaration<BookletComponent, never>;
|
|
61
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BookletComponent, "lib-booklet", never, { "bookletId": "bookletId"; "serv": "serv"; "tkn": "tkn"; "bookletJSON": "bookletJSON"; "dropdownDependentData": "dropdownDependentData"; "labelValue": "labelValue"; "token": "token"; "languageCode": "languageCode"; "fieldRestrictions": "fieldRestrictions"; "dataBind": "dataBind"; }, { "handleBookletActionEvent": "handleBookletActionEvent"; "handlePage": "handlePage"; "hadleDropDownDependent": "hadleDropDownDependent"; }, never, never, false>;
|
|
65
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BookletComponent, "lib-booklet", never, { "bookletId": "bookletId"; "serv": "serv"; "tkn": "tkn"; "bookletJSON": "bookletJSON"; "dropdownDependentData": "dropdownDependentData"; "labelValue": "labelValue"; "token": "token"; "languageCode": "languageCode"; "fieldRestrictions": "fieldRestrictions"; "dataBind": "dataBind"; }, { "handleBookletActionEvent": "handleBookletActionEvent"; "handlePage": "handlePage"; "hadleDropDownDependent": "hadleDropDownDependent"; "handleCalendarDate": "handleCalendarDate"; }, never, never, false>;
|
|
62
66
|
}
|
|
@@ -32,6 +32,7 @@ export declare class QuestionbookComponent implements OnInit {
|
|
|
32
32
|
bookStyle: any;
|
|
33
33
|
subscription: Subscription;
|
|
34
34
|
hadleDropDownDependent: EventEmitter<any>;
|
|
35
|
+
handleCalendarDate: EventEmitter<any>;
|
|
35
36
|
bookQuestionsMap: any;
|
|
36
37
|
constructor(sfService: SalesforceService, dataService: DataService, changeService: ChangeService, storageService: StorageService, i18nService: I18nService, document: Document);
|
|
37
38
|
ngOnInit(): void;
|
|
@@ -42,6 +43,8 @@ export declare class QuestionbookComponent implements OnInit {
|
|
|
42
43
|
childEventCapture(event: any, ques?: any): void;
|
|
43
44
|
deleteFile(fileData: any): void;
|
|
44
45
|
getDropDown(event: any): void;
|
|
46
|
+
getCurrentCalendar(event: any): void;
|
|
47
|
+
removeCharacters(questionText: string): string;
|
|
45
48
|
static ɵfac: i0.ɵɵFactoryDeclaration<QuestionbookComponent, never>;
|
|
46
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QuestionbookComponent, "lib-questionbook", never, { "qbItem": "qbItem"; "questionItem": "questionItem"; "translatedQuestions": "translatedQuestions"; "questions": "questions"; "errorFieldId": "errorFieldId"; "labelValue": "labelValue"; "token": "token"; "dropDownData": "dropDownData"; }, { "handleDropDown": "handleDropDown"; "handleQuestion": "handleQuestion"; "hadleDropDownDependent": "hadleDropDownDependent"; }, never, never, false>;
|
|
49
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<QuestionbookComponent, "lib-questionbook", never, { "qbItem": "qbItem"; "questionItem": "questionItem"; "translatedQuestions": "translatedQuestions"; "questions": "questions"; "errorFieldId": "errorFieldId"; "labelValue": "labelValue"; "token": "token"; "dropDownData": "dropDownData"; }, { "handleDropDown": "handleDropDown"; "handleQuestion": "handleQuestion"; "hadleDropDownDependent": "hadleDropDownDependent"; "handleCalendarDate": "handleCalendarDate"; }, never, never, false>;
|
|
47
50
|
}
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ export * from './lib/nxt-app.component';
|
|
|
3
3
|
export * from './lib/nxt-app.module';
|
|
4
4
|
export * from './lib/pages/questionnaire/questionnaire.component';
|
|
5
5
|
export * from './lib/pages/booklet/booklet.component';
|
|
6
|
+
export * from './lib/pages/questionbook/questionbook.component';
|
|
6
7
|
export * from './lib/pages/summary-page/summary-page.component';
|
|
7
8
|
export * from './lib/services/salesforce.service';
|
|
8
9
|
export * from './lib/i18n.component';
|
|
Binary file
|
|
Binary file
|