@rangertechnologies/ngnxt 2.1.310 → 2.1.311
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/fesm2022/rangertechnologies-ngnxt.mjs +184 -84
- package/fesm2022/rangertechnologies-ngnxt.mjs.map +1 -1
- package/lib/components/datatable/datatable.component.d.ts +2 -1
- package/lib/components/file-upload/file-upload.component.d.ts +1 -5
- package/lib/components/{custom-dropdown/custom-dropdown.component.d.ts → nxt-dropdown/nxt-dropdown.component.d.ts} +13 -5
- package/lib/components/nxt-input/nxt-input.component.d.ts +3 -1
- package/lib/pages/booklet/booklet.component.d.ts +11 -4
- package/lib/pipe/NxtDate.pipe.d.ts +1 -0
- package/lib/services/translation/translation.service.d.ts +1 -0
- package/package.json +1 -1
- package/public-api.d.ts +1 -1
- package/rangertechnologies-ngnxt-2.1.311.tgz +0 -0
- package/src/lib/style.css +11 -6
- package/rangertechnologies-ngnxt-2.1.310.tgz +0 -0
|
@@ -66,6 +66,7 @@ export declare class NxtDatatable {
|
|
|
66
66
|
groupFilterConfig: any;
|
|
67
67
|
groupFilterColumn: any;
|
|
68
68
|
onlyView: boolean;
|
|
69
|
+
tableHeight: any;
|
|
69
70
|
tableRowClick: EventEmitter<any>;
|
|
70
71
|
onEditData: EventEmitter<any>;
|
|
71
72
|
onSaveData: EventEmitter<any>;
|
|
@@ -230,5 +231,5 @@ export declare class NxtDatatable {
|
|
|
230
231
|
groupFilterEmit(event: any, from?: any): void;
|
|
231
232
|
groupFilterRetain(filterkey: any, from?: any): void;
|
|
232
233
|
static ɵfac: i0.ɵɵFactoryDeclaration<NxtDatatable, never>;
|
|
233
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NxtDatatable, "nxt-datatable", never, { "data": { "alias": "data"; "required": false; }; "summaryValues": { "alias": "summaryValues"; "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; }; "isListViews": { "alias": "isListViews"; "required": false; }; "id": { "alias": "id"; "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; }; "selectedColumn": { "alias": "selectedColumn"; "required": false; }; "allIcons": { "alias": "allIcons"; "required": false; }; "isButtonLoading": { "alias": "isButtonLoading"; "required": false; }; "isPreview": { "alias": "isPreview"; "required": false; }; "groupFilter": { "alias": "groupFilter"; "required": false; }; "groupFilterConfig": { "alias": "groupFilterConfig"; "required": false; }; "groupFilterColumn": { "alias": "groupFilterColumn"; "required": false; }; "onlyView": { "alias": "onlyView"; "required": false; }; }, { "tableRowClick": "tableRowClick"; "onEditData": "onEditData"; "onSaveData": "onSaveData"; "saveButtonData": "saveButtonData"; "onDeleteData": "onDeleteData"; "buttonEmit": "buttonEmit"; "hyperLinkEmit": "hyperLinkEmit"; "sideNavEmit": "sideNavEmit"; "actionButtonEmit": "actionButtonEmit"; "columnSelected": "columnSelected"; "removeColumn": "removeColumn"; "valueChange": "valueChange"; "selectedValues": "selectedValues"; "fileEmit": "fileEmit"; "NxtTableFilterEmit": "NxtTableFilterEmit"; "hadleDropDownDependent": "hadleDropDownDependent"; "NxtTableParamsEmit": "NxtTableParamsEmit"; }, never, never, true, never>;
|
|
234
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NxtDatatable, "nxt-datatable", never, { "data": { "alias": "data"; "required": false; }; "summaryValues": { "alias": "summaryValues"; "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; }; "isListViews": { "alias": "isListViews"; "required": false; }; "id": { "alias": "id"; "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; }; "selectedColumn": { "alias": "selectedColumn"; "required": false; }; "allIcons": { "alias": "allIcons"; "required": false; }; "isButtonLoading": { "alias": "isButtonLoading"; "required": false; }; "isPreview": { "alias": "isPreview"; "required": false; }; "groupFilter": { "alias": "groupFilter"; "required": false; }; "groupFilterConfig": { "alias": "groupFilterConfig"; "required": false; }; "groupFilterColumn": { "alias": "groupFilterColumn"; "required": false; }; "onlyView": { "alias": "onlyView"; "required": false; }; "tableHeight": { "alias": "tableHeight"; "required": false; }; }, { "tableRowClick": "tableRowClick"; "onEditData": "onEditData"; "onSaveData": "onSaveData"; "saveButtonData": "saveButtonData"; "onDeleteData": "onDeleteData"; "buttonEmit": "buttonEmit"; "hyperLinkEmit": "hyperLinkEmit"; "sideNavEmit": "sideNavEmit"; "actionButtonEmit": "actionButtonEmit"; "columnSelected": "columnSelected"; "removeColumn": "removeColumn"; "valueChange": "valueChange"; "selectedValues": "selectedValues"; "fileEmit": "fileEmit"; "NxtTableFilterEmit": "NxtTableFilterEmit"; "hadleDropDownDependent": "hadleDropDownDependent"; "NxtTableParamsEmit": "NxtTableParamsEmit"; }, never, never, true, never>;
|
|
234
235
|
}
|
|
@@ -19,11 +19,7 @@ export declare class NxtFileUpload implements OnInit, OnChanges {
|
|
|
19
19
|
onlyView: boolean;
|
|
20
20
|
required: boolean;
|
|
21
21
|
label: any;
|
|
22
|
-
fileConfig:
|
|
23
|
-
allowedTypes?: string[];
|
|
24
|
-
maxFileSize?: number;
|
|
25
|
-
maxFiles?: number;
|
|
26
|
-
};
|
|
22
|
+
fileConfig: any;
|
|
27
23
|
allowedFileTypes: string[];
|
|
28
24
|
maxFileSize: number;
|
|
29
25
|
maxFiles: number;
|
|
@@ -17,18 +17,26 @@ export declare class nxtDropdown implements OnInit {
|
|
|
17
17
|
apiMeta: any;
|
|
18
18
|
selectedValue: string;
|
|
19
19
|
progressBar: boolean;
|
|
20
|
-
id: string;
|
|
21
20
|
readOnly: boolean;
|
|
22
|
-
errorMessage: string;
|
|
23
21
|
error: any;
|
|
24
22
|
fromShengel: boolean;
|
|
25
23
|
question: any;
|
|
26
|
-
referenceField: string;
|
|
27
|
-
token: string;
|
|
28
24
|
mode: 'view' | 'edit' | 'print';
|
|
29
25
|
from: any;
|
|
30
26
|
padding: any;
|
|
31
27
|
onlyView: boolean;
|
|
28
|
+
labelFont: any;
|
|
29
|
+
label: any;
|
|
30
|
+
labelColor: any;
|
|
31
|
+
inputTextColor: any;
|
|
32
|
+
labelSize: any;
|
|
33
|
+
inputValueSize: any;
|
|
34
|
+
labelWeight: any;
|
|
35
|
+
inputWeight: any;
|
|
36
|
+
showLabel: boolean;
|
|
37
|
+
inputBorder: any;
|
|
38
|
+
inputBgColor: any;
|
|
39
|
+
inputIconLeftSrc: any;
|
|
32
40
|
valueChange: EventEmitter<any>;
|
|
33
41
|
dropdownWrapper: ElementRef;
|
|
34
42
|
constructor(countryService: CountryService, translationService: TranslationService, changeService: ChangeService, dataService: DataService, storageService: StorageService);
|
|
@@ -44,5 +52,5 @@ export declare class nxtDropdown implements OnInit {
|
|
|
44
52
|
clearSelection(): void;
|
|
45
53
|
inputValue(event: any, ques: any): void;
|
|
46
54
|
static ɵfac: i0.ɵɵFactoryDeclaration<nxtDropdown, never>;
|
|
47
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<nxtDropdown, "nxt-dropdown", never, { "options": { "alias": "options"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "apiMeta": { "alias": "apiMeta"; "required": false; }; "selectedValue": { "alias": "selectedValue"; "required": false; }; "progressBar": { "alias": "progressBar"; "required": false; }; "
|
|
55
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<nxtDropdown, "nxt-dropdown", never, { "options": { "alias": "options"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "apiMeta": { "alias": "apiMeta"; "required": false; }; "selectedValue": { "alias": "selectedValue"; "required": false; }; "progressBar": { "alias": "progressBar"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "error": { "alias": "error"; "required": false; }; "fromShengel": { "alias": "fromShengel"; "required": false; }; "question": { "alias": "question"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "from": { "alias": "from"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "onlyView": { "alias": "onlyView"; "required": false; }; "labelFont": { "alias": "labelFont"; "required": false; }; "label": { "alias": "label"; "required": false; }; "labelColor": { "alias": "labelColor"; "required": false; }; "inputTextColor": { "alias": "inputTextColor"; "required": false; }; "labelSize": { "alias": "labelSize"; "required": false; }; "inputValueSize": { "alias": "inputValueSize"; "required": false; }; "labelWeight": { "alias": "labelWeight"; "required": false; }; "inputWeight": { "alias": "inputWeight"; "required": false; }; "showLabel": { "alias": "showLabel"; "required": false; }; "inputBorder": { "alias": "inputBorder"; "required": false; }; "inputBgColor": { "alias": "inputBgColor"; "required": false; }; "inputIconLeftSrc": { "alias": "inputIconLeftSrc"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, true, never>;
|
|
48
56
|
}
|
|
@@ -5,12 +5,14 @@ import { QuillModules } from 'ngx-quill';
|
|
|
5
5
|
import { ChangeService } from '../../services/change/change.service';
|
|
6
6
|
import { DataService } from '../../services/data/data.service';
|
|
7
7
|
import { TranslationService } from '../../services/translation/translation.service';
|
|
8
|
+
import { NxtDatePipe } from '../../pipe/NxtDate.pipe';
|
|
8
9
|
import { StorageService } from '../../services/storage/storage.service';
|
|
9
10
|
import { CountryService } from '../../services/country/country.service';
|
|
10
11
|
import { GoogleMapsLoaderService } from '../../services/GoogleMapsLoaderService/google-maps-loader-service.service';
|
|
11
12
|
import * as i0 from "@angular/core";
|
|
12
13
|
export declare class NxtInput implements AfterViewInit {
|
|
13
14
|
#private;
|
|
15
|
+
private nxtDatePipe;
|
|
14
16
|
private mapsLoader;
|
|
15
17
|
private cdr;
|
|
16
18
|
private ngZone;
|
|
@@ -145,7 +147,7 @@ export declare class NxtInput implements AfterViewInit {
|
|
|
145
147
|
lng: number;
|
|
146
148
|
};
|
|
147
149
|
private googleMapsPromise;
|
|
148
|
-
constructor(mapsLoader: GoogleMapsLoaderService, cdr: ChangeDetectorRef, ngZone: NgZone, countryService: CountryService, storageService: StorageService, translationService: TranslationService, renderer: Renderer2, elRef: ElementRef, elementRef: ElementRef, changeService: ChangeService, dataService: DataService);
|
|
150
|
+
constructor(nxtDatePipe: NxtDatePipe, mapsLoader: GoogleMapsLoaderService, cdr: ChangeDetectorRef, ngZone: NgZone, countryService: CountryService, storageService: StorageService, translationService: TranslationService, renderer: Renderer2, elRef: ElementRef, elementRef: ElementRef, changeService: ChangeService, dataService: DataService);
|
|
149
151
|
ngAfterViewInit(): void;
|
|
150
152
|
ngOnChanges(changes: SimpleChanges): void;
|
|
151
153
|
ngOnInit(): void;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { OnInit, EventEmitter, SimpleChanges } from "@angular/core";
|
|
1
|
+
import { OnInit, EventEmitter, SimpleChanges, AfterViewInit, ElementRef, NgZone, ChangeDetectorRef } from "@angular/core";
|
|
2
2
|
import { DomSanitizer } from "@angular/platform-browser";
|
|
3
3
|
import { ActionMeta } from '../../interfaces/actionMeta';
|
|
4
4
|
import { BookletWrapper } from "../../model/bookletWrapper";
|
|
@@ -11,7 +11,7 @@ import { StorageService } from "../../services/storage/storage.service";
|
|
|
11
11
|
import { ChangeService } from "../../services/change/change.service";
|
|
12
12
|
import { TranslationService } from "../../services/translation/translation.service";
|
|
13
13
|
import * as i0 from "@angular/core";
|
|
14
|
-
export declare class BookletComponent implements OnInit {
|
|
14
|
+
export declare class BookletComponent implements OnInit, AfterViewInit {
|
|
15
15
|
private sfService;
|
|
16
16
|
private dataService;
|
|
17
17
|
private storageService;
|
|
@@ -19,6 +19,8 @@ export declare class BookletComponent implements OnInit {
|
|
|
19
19
|
private changeService;
|
|
20
20
|
private http;
|
|
21
21
|
private translationService;
|
|
22
|
+
private ngZone;
|
|
23
|
+
private cdr;
|
|
22
24
|
bookletId: string;
|
|
23
25
|
serv: string;
|
|
24
26
|
tkn: string;
|
|
@@ -37,6 +39,7 @@ export declare class BookletComponent implements OnInit {
|
|
|
37
39
|
direction: string;
|
|
38
40
|
isLoading: any;
|
|
39
41
|
onlyView: boolean;
|
|
42
|
+
dataBind: any;
|
|
40
43
|
handleBookletActionEvent: EventEmitter<any>;
|
|
41
44
|
handlePage: EventEmitter<any>;
|
|
42
45
|
hadleDropDownDependent: EventEmitter<any>;
|
|
@@ -51,12 +54,14 @@ export declare class BookletComponent implements OnInit {
|
|
|
51
54
|
spinnerName: string;
|
|
52
55
|
spinnerType: string;
|
|
53
56
|
answerList: any[];
|
|
54
|
-
dataBind: any;
|
|
55
57
|
allEvents: any[];
|
|
56
58
|
isEditVal: boolean;
|
|
57
59
|
safeValue: any;
|
|
60
|
+
showStickyShadow: boolean;
|
|
58
61
|
questionbookComponent: QuestionbookComponent;
|
|
59
|
-
|
|
62
|
+
stickyBar?: ElementRef<HTMLElement>;
|
|
63
|
+
private scrollHandler;
|
|
64
|
+
constructor(sfService: SalesforceService, dataService: DataService, storageService: StorageService, sanitizer: DomSanitizer, changeService: ChangeService, http: HttpClient, translationService: TranslationService, ngZone: NgZone, cdr: ChangeDetectorRef);
|
|
60
65
|
ngOnInit(): void;
|
|
61
66
|
ngOnChanges(simplechanges: SimpleChanges): void;
|
|
62
67
|
upgradeActions(actionString: string): any[];
|
|
@@ -77,6 +82,8 @@ export declare class BookletComponent implements OnInit {
|
|
|
77
82
|
getCalendarDate(event: any): void;
|
|
78
83
|
getCalendarEvent(event: any): void;
|
|
79
84
|
editChangeClick(action: any): void;
|
|
85
|
+
ngAfterViewInit(): void;
|
|
86
|
+
updateShadow(): void;
|
|
80
87
|
static ɵfac: i0.ɵɵFactoryDeclaration<BookletComponent, never>;
|
|
81
88
|
static ɵcmp: i0.ɵɵComponentDeclaration<BookletComponent, "lib-booklet", never, { "bookletId": { "alias": "bookletId"; "required": false; }; "serv": { "alias": "serv"; "required": false; }; "tkn": { "alias": "tkn"; "required": false; }; "bookletJSON": { "alias": "bookletJSON"; "required": false; }; "allIcons": { "alias": "allIcons"; "required": false; }; "themeColor": { "alias": "themeColor"; "required": false; }; "cdnIconURL": { "alias": "cdnIconURL"; "required": false; }; "dropdownDependentData": { "alias": "dropdownDependentData"; "required": false; }; "labelValue": { "alias": "labelValue"; "required": false; }; "token": { "alias": "token"; "required": false; }; "languageCode": { "alias": "languageCode"; "required": false; }; "fieldRestrictions": { "alias": "fieldRestrictions"; "required": false; }; "from": { "alias": "from"; "required": false; }; "apiUrl": { "alias": "apiUrl"; "required": false; }; "isEdit": { "alias": "isEdit"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "isLoading": { "alias": "isLoading"; "required": false; }; "onlyView": { "alias": "onlyView"; "required": false; }; "dataBind": { "alias": "dataBind"; "required": false; }; }, { "handleBookletActionEvent": "handleBookletActionEvent"; "handlePage": "handlePage"; "hadleDropDownDependent": "hadleDropDownDependent"; "handleCalendarDate": "handleCalendarDate"; "handleCalendarEvent": "handleCalendarEvent"; }, never, never, true, never>;
|
|
82
89
|
}
|
|
@@ -10,4 +10,5 @@ export declare class NxtDatePipe implements PipeTransform {
|
|
|
10
10
|
private toArabicNumbers;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<NxtDatePipe, never>;
|
|
12
12
|
static ɵpipe: i0.ɵɵPipeDeclaration<NxtDatePipe, "NxtDate", true>;
|
|
13
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<NxtDatePipe>;
|
|
13
14
|
}
|
|
@@ -14,6 +14,7 @@ export declare class TranslationService {
|
|
|
14
14
|
formBuilderTranslationsLoaded$: import("rxjs").Observable<string>;
|
|
15
15
|
constructor(dataService: DataService);
|
|
16
16
|
load(): Promise<void>;
|
|
17
|
+
private safeParse;
|
|
17
18
|
flattenAppTranslations(translations: any): any;
|
|
18
19
|
updateTranslations(newTranslations: any): void;
|
|
19
20
|
private deepMerge;
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ export * from './lib/components/datatable/datatable.component';
|
|
|
9
9
|
export * from './lib/components/button/nxt-button.component';
|
|
10
10
|
export * from './lib/pages/pdfDesigner/pdf-designer/pdf-designer.component';
|
|
11
11
|
export * from './lib/components/nxt-input/nxt-input.component';
|
|
12
|
-
export * from './lib/components/
|
|
12
|
+
export * from './lib/components/nxt-dropdown/nxt-dropdown.component';
|
|
13
13
|
export * from './lib/components/file-upload/file-upload.component';
|
|
14
14
|
export * from './lib/components/list-view-filter/list-view-filter.component';
|
|
15
15
|
export * from './lib/components/search-box/search-box.component';
|
|
Binary file
|
package/src/lib/style.css
CHANGED
|
@@ -953,7 +953,6 @@ select{
|
|
|
953
953
|
|
|
954
954
|
.form-group.content-box {
|
|
955
955
|
background: #ffffff;
|
|
956
|
-
padding-bottom: 40px;
|
|
957
956
|
/* border: 1px solid #e8e8e8; */
|
|
958
957
|
border-bottom-left-radius: 5px;
|
|
959
958
|
border-bottom-right-radius: 5px;
|
|
@@ -1045,12 +1044,18 @@ select{
|
|
|
1045
1044
|
|
|
1046
1045
|
.align-submit-row {
|
|
1047
1046
|
display: flex !important;
|
|
1048
|
-
position: sticky !important;
|
|
1049
|
-
bottom:
|
|
1050
|
-
float: right !important; /* Align right inside container */
|
|
1051
|
-
margin-top: 10px !important;
|
|
1052
|
-
margin-bottom: 10px !important;
|
|
1047
|
+
position: sticky !important;
|
|
1048
|
+
bottom: 0px !important;
|
|
1053
1049
|
z-index: 1000 !important;
|
|
1050
|
+
width: 100% !important;
|
|
1051
|
+
justify-content: end !important;
|
|
1052
|
+
background: #ffffff !important;
|
|
1053
|
+
padding: 10px !important;
|
|
1054
|
+
gap: 10px !important;
|
|
1055
|
+
}
|
|
1056
|
+
/* SKS17DEC25 Shadow when content is scrollable */
|
|
1057
|
+
.align-submit-row.with-shadow {
|
|
1058
|
+
box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.12);
|
|
1054
1059
|
}
|
|
1055
1060
|
google-map .map-container {
|
|
1056
1061
|
width: auto !important;
|
|
Binary file
|