@rangertechnologies/ngnxt 2.1.225 → 2.1.227
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/environments/version.mjs +2 -2
- package/esm2022/lib/components/datatable/datatable.component.mjs +21 -94
- package/esm2022/lib/components/list-view-filter/list-view-filter.component.mjs +10 -3
- package/esm2022/lib/pages/booklet/booklet.component.mjs +10 -16
- package/esm2022/lib/pages/builder/element/element.component.mjs +1 -1
- package/esm2022/lib/pages/pdfDesigner/pdf-designer/pdf-designer.component.mjs +2 -2
- package/esm2022/lib/pages/questionbook/questionbook.component.mjs +2 -2
- package/esm2022/lib/pages/questionnaire/questionnaire.component.mjs +2 -2
- package/fesm2022/rangertechnologies-ngnxt.mjs +44570 -44637
- package/fesm2022/rangertechnologies-ngnxt.mjs.map +1 -1
- package/lib/components/datatable/datatable.component.d.ts +1 -21
- package/lib/components/list-view-filter/list-view-filter.component.d.ts +2 -0
- package/lib/pages/booklet/booklet.component.d.ts +2 -6
- package/package.json +1 -1
- package/rangertechnologies-ngnxt-2.1.227.tgz +0 -0
- package/rangertechnologies-ngnxt-2.1.225.tgz +0 -0
|
@@ -49,15 +49,6 @@ export declare class NxtDatatable {
|
|
|
49
49
|
listViews: any[];
|
|
50
50
|
mode: 'view' | 'edit' | 'print';
|
|
51
51
|
languageCode: string;
|
|
52
|
-
columnTypes: {
|
|
53
|
-
[key: string]: string;
|
|
54
|
-
};
|
|
55
|
-
dropdownSearchText: {
|
|
56
|
-
[key: string]: string;
|
|
57
|
-
};
|
|
58
|
-
dropdownOpenState: {
|
|
59
|
-
[key: string]: boolean;
|
|
60
|
-
};
|
|
61
52
|
tableRowClick: EventEmitter<any>;
|
|
62
53
|
onEditData: EventEmitter<any>;
|
|
63
54
|
saveButtonData: EventEmitter<any>;
|
|
@@ -153,20 +144,9 @@ export declare class NxtDatatable {
|
|
|
153
144
|
currentTranslatePath: any[];
|
|
154
145
|
currentDisplayedColumns: any[];
|
|
155
146
|
isFullTableSummaryRow: boolean;
|
|
156
|
-
parsedMeta: any;
|
|
157
147
|
constructor(cdRef: ChangeDetectorRef, translationService: TranslationService, renderer: Renderer2, dataService: DataService, changeService: ChangeService);
|
|
158
148
|
ngOnChanges(changes: SimpleChanges): void;
|
|
159
149
|
ngOnInit(): void;
|
|
160
|
-
getColumnType(column: string): string;
|
|
161
|
-
getQuestionMeta(column: string): any;
|
|
162
|
-
getApiMeta(column: string): any;
|
|
163
|
-
getFilteredOptions(column: string, element: any): any[];
|
|
164
|
-
onListItemSelect(event: any, column: string, element: any): void;
|
|
165
|
-
onDropdownValueChange(event: any, column: string, element: any): void;
|
|
166
|
-
onDateInputChange(event: any, column: string, element: any): void;
|
|
167
|
-
onSummaryDateChange(event: any, field: string): void;
|
|
168
|
-
onSummaryDropdownChange(event: any, field: string): void;
|
|
169
|
-
onSummaryListChange(event: any, field: string): void;
|
|
170
150
|
computeSummaryColumns(): void;
|
|
171
151
|
computeSummaryValues(from?: any): void;
|
|
172
152
|
onSummaryInputChange(): void;
|
|
@@ -216,5 +196,5 @@ export declare class NxtDatatable {
|
|
|
216
196
|
expenseAttachment(event: any): void;
|
|
217
197
|
listViewEmit(event: any): void;
|
|
218
198
|
static ɵfac: i0.ɵɵFactoryDeclaration<NxtDatatable, never>;
|
|
219
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NxtDatatable, "nxt-datatable", never, { "data": { "alias": "data"; "required": false; }; "tableFilterData": { "alias": "tableFilterData"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "withCheckBox": { "alias": "withCheckBox"; "required": false; }; "searchBar": { "alias": "searchBar"; "required": false; }; "tableSaveButton": { "alias": "tableSaveButton"; "required": false; }; "stickyColumn": { "alias": "stickyColumn"; "required": false; }; "tableWidth": { "alias": "tableWidth"; "required": false; }; "actionColumHeader": { "alias": "actionColumHeader"; "required": false; }; "actionButton": { "alias": "actionButton"; "required": false; }; "title": { "alias": "title"; "required": false; }; "isButtons": { "alias": "isButtons"; "required": false; }; "buttonArray": { "alias": "buttonArray"; "required": false; }; "tableId": { "alias": "tableId"; "required": false; }; "isEditRow": { "alias": "isEditRow"; "required": false; }; "isDeleteRow": { "alias": "isDeleteRow"; "required": false; }; "addInlineRecord": { "alias": "addInlineRecord"; "required": false; }; "searchConfigs": { "alias": "searchConfigs"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "pagination": { "alias": "pagination"; "required": false; }; "actionButtonArray": { "alias": "actionButtonArray"; "required": false; }; "multipleFilter": { "alias": "multipleFilter"; "required": false; }; "isPagination": { "alias": "isPagination"; "required": false; }; "isNosIndicator": { "alias": "isNosIndicator"; "required": false; }; "isEditable": { "alias": "isEditable"; "required": false; }; "from": { "alias": "from"; "required": false; }; "question": { "alias": "question"; "required": false; }; "rowTextSize": { "alias": "rowTextSize"; "required": false; }; "rowTextColor": { "alias": "rowTextColor"; "required": false; }; "apiMeta": { "alias": "apiMeta"; "required": false; }; "summaryRows": { "alias": "summaryRows"; "required": false; }; "summaryColumns": { "alias": "summaryColumns"; "required": false; }; "isLoading": { "alias": "isLoading"; "required": false; }; "tableConfig": { "alias": "tableConfig"; "required": false; }; "tableParams": { "alias": "tableParams"; "required": false; }; "listViews": { "alias": "listViews"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "languageCode": { "alias": "languageCode"; "required": false; };
|
|
199
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NxtDatatable, "nxt-datatable", never, { "data": { "alias": "data"; "required": false; }; "tableFilterData": { "alias": "tableFilterData"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "withCheckBox": { "alias": "withCheckBox"; "required": false; }; "searchBar": { "alias": "searchBar"; "required": false; }; "tableSaveButton": { "alias": "tableSaveButton"; "required": false; }; "stickyColumn": { "alias": "stickyColumn"; "required": false; }; "tableWidth": { "alias": "tableWidth"; "required": false; }; "actionColumHeader": { "alias": "actionColumHeader"; "required": false; }; "actionButton": { "alias": "actionButton"; "required": false; }; "title": { "alias": "title"; "required": false; }; "isButtons": { "alias": "isButtons"; "required": false; }; "buttonArray": { "alias": "buttonArray"; "required": false; }; "tableId": { "alias": "tableId"; "required": false; }; "isEditRow": { "alias": "isEditRow"; "required": false; }; "isDeleteRow": { "alias": "isDeleteRow"; "required": false; }; "addInlineRecord": { "alias": "addInlineRecord"; "required": false; }; "searchConfigs": { "alias": "searchConfigs"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "pagination": { "alias": "pagination"; "required": false; }; "actionButtonArray": { "alias": "actionButtonArray"; "required": false; }; "multipleFilter": { "alias": "multipleFilter"; "required": false; }; "isPagination": { "alias": "isPagination"; "required": false; }; "isNosIndicator": { "alias": "isNosIndicator"; "required": false; }; "isEditable": { "alias": "isEditable"; "required": false; }; "from": { "alias": "from"; "required": false; }; "question": { "alias": "question"; "required": false; }; "rowTextSize": { "alias": "rowTextSize"; "required": false; }; "rowTextColor": { "alias": "rowTextColor"; "required": false; }; "apiMeta": { "alias": "apiMeta"; "required": false; }; "summaryRows": { "alias": "summaryRows"; "required": false; }; "summaryColumns": { "alias": "summaryColumns"; "required": false; }; "isLoading": { "alias": "isLoading"; "required": false; }; "tableConfig": { "alias": "tableConfig"; "required": false; }; "tableParams": { "alias": "tableParams"; "required": false; }; "listViews": { "alias": "listViews"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "languageCode": { "alias": "languageCode"; "required": false; }; }, { "tableRowClick": "tableRowClick"; "onEditData": "onEditData"; "saveButtonData": "saveButtonData"; "onDeleteData": "onDeleteData"; "buttonEmit": "buttonEmit"; "hyperLinkEmit": "hyperLinkEmit"; "sideNavEmit": "sideNavEmit"; "actionButtonEmit": "actionButtonEmit"; "columnSelected": "columnSelected"; "removeColumn": "removeColumn"; "valueChange": "valueChange"; "selectedValues": "selectedValues"; "fileEmit": "fileEmit"; "NxtTableParamsEmit": "NxtTableParamsEmit"; "NxtTableFilterEmit": "NxtTableFilterEmit"; "NxtTableEmit": "NxtTableEmit"; }, never, never, true, never>;
|
|
220
200
|
}
|
|
@@ -3,6 +3,7 @@ import { FormBuilder, FormGroup, FormArray } from '@angular/forms';
|
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
interface ListView {
|
|
5
5
|
filterName: string;
|
|
6
|
+
labelPath: any;
|
|
6
7
|
order: number;
|
|
7
8
|
isDefault: boolean;
|
|
8
9
|
conditions: ListViewFilter[];
|
|
@@ -40,6 +41,7 @@ export declare class ListViewFilterComponent implements OnInit {
|
|
|
40
41
|
isOperatorDropdownOpen: boolean[];
|
|
41
42
|
isValueDropdownOpen: boolean[];
|
|
42
43
|
isColumnNameDropdownOpen: boolean[];
|
|
44
|
+
selectedViewPath: string;
|
|
43
45
|
constructor(fb: FormBuilder);
|
|
44
46
|
ngOnInit(): void;
|
|
45
47
|
ngOnChanges(changes: SimpleChanges): void;
|
|
@@ -1,13 +1,11 @@
|
|
|
1
|
-
import { OnInit, EventEmitter,
|
|
1
|
+
import { OnInit, EventEmitter, SimpleChanges } from "@angular/core";
|
|
2
2
|
import { SalesforceService } from "../../services/salesforce.service";
|
|
3
3
|
import { DataService } from '../../services/data.service';
|
|
4
|
-
import { ActivatedRoute } from "@angular/router";
|
|
5
4
|
import { DomSanitizer, SafeHtml } from "@angular/platform-browser";
|
|
6
5
|
import { ActionMeta } from '../../interfaces/actionMeta';
|
|
7
6
|
import { BookletWrapper } from "../../model/bookletWrapper";
|
|
8
7
|
import { StorageService } from '../../services/storage.service';
|
|
9
8
|
import { ChangeService } from "../../services/change.service";
|
|
10
|
-
import { I18nService } from "../../i18n.service";
|
|
11
9
|
import { Observable } from "rxjs";
|
|
12
10
|
import { HttpClient } from "@angular/common/http";
|
|
13
11
|
import { QuestionbookComponent } from "../questionbook/questionbook.component";
|
|
@@ -16,10 +14,8 @@ export declare class BookletComponent implements OnInit {
|
|
|
16
14
|
private sfService;
|
|
17
15
|
private dataService;
|
|
18
16
|
private storageService;
|
|
19
|
-
private route;
|
|
20
17
|
private sanitizer;
|
|
21
18
|
private changeService;
|
|
22
|
-
i18nService: I18nService;
|
|
23
19
|
private http;
|
|
24
20
|
bookletId: string;
|
|
25
21
|
serv: string;
|
|
@@ -53,7 +49,7 @@ export declare class BookletComponent implements OnInit {
|
|
|
53
49
|
dataBind: any;
|
|
54
50
|
allEvents: any[];
|
|
55
51
|
questionbookComponent: QuestionbookComponent;
|
|
56
|
-
constructor(sfService: SalesforceService, dataService: DataService, storageService: StorageService,
|
|
52
|
+
constructor(sfService: SalesforceService, dataService: DataService, storageService: StorageService, sanitizer: DomSanitizer, changeService: ChangeService, http: HttpClient);
|
|
57
53
|
ngOnInit(): void;
|
|
58
54
|
ngOnChanges(simplechanges: SimpleChanges): void;
|
|
59
55
|
upgradeActions(actionString: string): any[];
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|