@bnsights/bbsf-controls 1.0.0
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/README.md +24 -0
- package/bnsights-bbsf-controls.d.ts +26 -0
- package/bnsights-bbsf-controls.metadata.json +1 -0
- package/bundles/bnsights-bbsf-controls.umd.js +6375 -0
- package/bundles/bnsights-bbsf-controls.umd.js.map +1 -0
- package/esm2015/bnsights-bbsf-controls.js +27 -0
- package/esm2015/lib/Shared/Enums/CalendarView.js +8 -0
- package/esm2015/lib/Shared/Enums/ControlLayout.js +6 -0
- package/esm2015/lib/Shared/Enums/Countries.js +247 -0
- package/esm2015/lib/Shared/Enums/FileType.js +22 -0
- package/esm2015/lib/Shared/Enums/FilterType.js +11 -0
- package/esm2015/lib/Shared/Enums/FontSize.js +7 -0
- package/esm2015/lib/Shared/Enums/ForceDirection.js +6 -0
- package/esm2015/lib/Shared/Enums/IconPosition.js +6 -0
- package/esm2015/lib/Shared/Enums/ImageType.js +10 -0
- package/esm2015/lib/Shared/Enums/InputType.js +9 -0
- package/esm2015/lib/Shared/Enums/Insert.js +9 -0
- package/esm2015/lib/Shared/Enums/LanguageMode.js +11 -0
- package/esm2015/lib/Shared/Enums/Misc.js +7 -0
- package/esm2015/lib/Shared/Enums/PagingActionMode.js +6 -0
- package/esm2015/lib/Shared/Enums/Para.js +9 -0
- package/esm2015/lib/Shared/Enums/PickerType.js +7 -0
- package/esm2015/lib/Shared/Enums/SelectMode.js +6 -0
- package/esm2015/lib/Shared/Enums/StartView.js +7 -0
- package/esm2015/lib/Shared/Enums/Style.js +8 -0
- package/esm2015/lib/Shared/Enums/menu-list-enum.js +6 -0
- package/esm2015/lib/Shared/Models/Attribute.js +3 -0
- package/esm2015/lib/Shared/Models/AutocompleteDTO.js +7 -0
- package/esm2015/lib/Shared/Models/AutocompleteOptions.js +29 -0
- package/esm2015/lib/Shared/Models/CalendarEventDTO.js +3 -0
- package/esm2015/lib/Shared/Models/CalendarOptions.js +17 -0
- package/esm2015/lib/Shared/Models/CancelDTO.js +7 -0
- package/esm2015/lib/Shared/Models/CheckBoxOptions.js +12 -0
- package/esm2015/lib/Shared/Models/CustomValidation.js +14 -0
- package/esm2015/lib/Shared/Models/DropdownListItem.js +3 -0
- package/esm2015/lib/Shared/Models/DropdownOptions.js +18 -0
- package/esm2015/lib/Shared/Models/EditPersonalImage.js +7 -0
- package/esm2015/lib/Shared/Models/EnglishArabicDTO.js +3 -0
- package/esm2015/lib/Shared/Models/FileDTO.js +2 -0
- package/esm2015/lib/Shared/Models/FileUploadModel.js +3 -0
- package/esm2015/lib/Shared/Models/FileUploadOptions.js +15 -0
- package/esm2015/lib/Shared/Models/FilterItem.js +8 -0
- package/esm2015/lib/Shared/Models/FormOptions.js +26 -0
- package/esm2015/lib/Shared/Models/HtmlEditorOptions.js +16 -0
- package/esm2015/lib/Shared/Models/ImageUploadOptions.js +18 -0
- package/esm2015/lib/Shared/Models/MapAutoCompleteOptions.js +11 -0
- package/esm2015/lib/Shared/Models/MapAutocompleteDTO.js +3 -0
- package/esm2015/lib/Shared/Models/MultiLingualHtmlEditorOptions.js +19 -0
- package/esm2015/lib/Shared/Models/MultiLingualTextAreaOptions.js +19 -0
- package/esm2015/lib/Shared/Models/MultilingualTextBoxOptions.js +22 -0
- package/esm2015/lib/Shared/Models/MultipleFileUploadModel.js +9 -0
- package/esm2015/lib/Shared/Models/PagingDTO.js +13 -0
- package/esm2015/lib/Shared/Models/PagingOptions.js +43 -0
- package/esm2015/lib/Shared/Models/PhoneOptions.js +15 -0
- package/esm2015/lib/Shared/Models/ProfileImageUploadOptions.js +15 -0
- package/esm2015/lib/Shared/Models/ProfilePictureDTO.js +3 -0
- package/esm2015/lib/Shared/Models/RadioButtonItem.js +3 -0
- package/esm2015/lib/Shared/Models/RadioButtonOptions.js +10 -0
- package/esm2015/lib/Shared/Models/RangeNumber.js +3 -0
- package/esm2015/lib/Shared/Models/SaveDTO.js +7 -0
- package/esm2015/lib/Shared/Models/TagsInputDTO.js +3 -0
- package/esm2015/lib/Shared/Models/TagsInputOptions.js +45 -0
- package/esm2015/lib/Shared/Models/TextAreaOptions.js +14 -0
- package/esm2015/lib/Shared/Models/TextBoxOptions.js +21 -0
- package/esm2015/lib/Shared/Models/ToggleslideOptions.js +9 -0
- package/esm2015/lib/Shared/Models/UploadPersonalImage.js +7 -0
- package/esm2015/lib/Shared/Models/datePickerOptions.js +24 -0
- package/esm2015/lib/Shared/config/environment.js +12 -0
- package/esm2015/lib/Shared/services/ControlUtility.js +114 -0
- package/esm2015/lib/Shared/services/OnPagingFiltersChange.service.js +22 -0
- package/esm2015/lib/Shared/services/validationErrorMassage.service.js +122 -0
- package/esm2015/lib/controls/AutocompleteTextBox/AutocompleteTextBox.component.js +236 -0
- package/esm2015/lib/controls/Calendar/Calendar.component.js +176 -0
- package/esm2015/lib/controls/CheckBox/CheckBox.component.js +111 -0
- package/esm2015/lib/controls/DateTimePicker/DateTimePicker.component.js +148 -0
- package/esm2015/lib/controls/DropdownList/DropdownList.component.js +172 -0
- package/esm2015/lib/controls/FileUplaod/FileUplaod.component.js +319 -0
- package/esm2015/lib/controls/Form/Form.component.js +82 -0
- package/esm2015/lib/controls/HtmlEditor/HtmlEditor.component.js +202 -0
- package/esm2015/lib/controls/ImageUpload/ImageUpload.component.js +304 -0
- package/esm2015/lib/controls/MapAutoComplete/MapAutoComplete.component.js +283 -0
- package/esm2015/lib/controls/MultiLingualHtmlEditor/MultiLingualHtmlEditor.component.js +383 -0
- package/esm2015/lib/controls/MultiLingualTextArea/MultiLingualTextArea.component.js +325 -0
- package/esm2015/lib/controls/MultiLingualTextBox/MultiLingualTextBox.component.js +326 -0
- package/esm2015/lib/controls/Paging/JwPagination.component.js +127 -0
- package/esm2015/lib/controls/Paging/Paging.component.js +215 -0
- package/esm2015/lib/controls/Phone/Phone.component.js +114 -0
- package/esm2015/lib/controls/ProfileImageUploader/ProfileImageUploader.component.js +326 -0
- package/esm2015/lib/controls/RadioButton/RadioButton.component.js +98 -0
- package/esm2015/lib/controls/TagsInput/TagsInput.component.js +205 -0
- package/esm2015/lib/controls/TextArea/TextArea.component.js +148 -0
- package/esm2015/lib/controls/TextBox/TextBox.component.js +217 -0
- package/esm2015/lib/controls/Toggleslide/toggleslide.component.js +71 -0
- package/esm2015/lib/controls/bbsf-controls.module.js +208 -0
- package/esm2015/public-api.js +101 -0
- package/fesm2015/bnsights-bbsf-controls.js +5794 -0
- package/fesm2015/bnsights-bbsf-controls.js.map +1 -0
- package/lib/Shared/Enums/CalendarView.d.ts +6 -0
- package/lib/Shared/Enums/ControlLayout.d.ts +4 -0
- package/lib/Shared/Enums/Countries.d.ts +245 -0
- package/lib/Shared/Enums/FileType.d.ts +20 -0
- package/lib/Shared/Enums/FilterType.d.ts +9 -0
- package/lib/Shared/Enums/FontSize.d.ts +5 -0
- package/lib/Shared/Enums/ForceDirection.d.ts +4 -0
- package/lib/Shared/Enums/IconPosition.d.ts +4 -0
- package/lib/Shared/Enums/ImageType.d.ts +8 -0
- package/lib/Shared/Enums/InputType.d.ts +7 -0
- package/lib/Shared/Enums/Insert.d.ts +7 -0
- package/lib/Shared/Enums/LanguageMode.d.ts +9 -0
- package/lib/Shared/Enums/Misc.d.ts +5 -0
- package/lib/Shared/Enums/PagingActionMode.d.ts +4 -0
- package/lib/Shared/Enums/Para.d.ts +7 -0
- package/lib/Shared/Enums/PickerType.d.ts +5 -0
- package/lib/Shared/Enums/SelectMode.d.ts +4 -0
- package/lib/Shared/Enums/StartView.d.ts +5 -0
- package/lib/Shared/Enums/Style.d.ts +6 -0
- package/lib/Shared/Enums/menu-list-enum.d.ts +4 -0
- package/lib/Shared/Models/Attribute.d.ts +4 -0
- package/lib/Shared/Models/AutocompleteDTO.d.ts +4 -0
- package/lib/Shared/Models/AutocompleteOptions.d.ts +74 -0
- package/lib/Shared/Models/CalendarEventDTO.d.ts +8 -0
- package/lib/Shared/Models/CalendarOptions.d.ts +29 -0
- package/lib/Shared/Models/CancelDTO.d.ts +5 -0
- package/lib/Shared/Models/CheckBoxOptions.d.ts +38 -0
- package/lib/Shared/Models/CustomValidation.d.ts +10 -0
- package/lib/Shared/Models/DropdownListItem.d.ts +4 -0
- package/lib/Shared/Models/DropdownOptions.d.ts +67 -0
- package/lib/Shared/Models/EditPersonalImage.d.ts +5 -0
- package/lib/Shared/Models/EnglishArabicDTO.d.ts +4 -0
- package/lib/Shared/Models/FileDTO.d.ts +19 -0
- package/lib/Shared/Models/FileUploadModel.d.ts +4 -0
- package/lib/Shared/Models/FileUploadOptions.d.ts +56 -0
- package/lib/Shared/Models/FilterItem.d.ts +13 -0
- package/lib/Shared/Models/FormOptions.d.ts +15 -0
- package/lib/Shared/Models/HtmlEditorOptions.d.ts +66 -0
- package/lib/Shared/Models/ImageUploadOptions.d.ts +59 -0
- package/lib/Shared/Models/MapAutoCompleteOptions.d.ts +44 -0
- package/lib/Shared/Models/MapAutocompleteDTO.d.ts +7 -0
- package/lib/Shared/Models/MultiLingualHtmlEditorOptions.d.ts +97 -0
- package/lib/Shared/Models/MultiLingualTextAreaOptions.d.ts +85 -0
- package/lib/Shared/Models/MultilingualTextBoxOptions.d.ts +83 -0
- package/lib/Shared/Models/MultipleFileUploadModel.d.ts +7 -0
- package/lib/Shared/Models/PagingDTO.d.ts +11 -0
- package/lib/Shared/Models/PagingOptions.d.ts +51 -0
- package/lib/Shared/Models/PhoneOptions.d.ts +56 -0
- package/lib/Shared/Models/ProfileImageUploadOptions.d.ts +64 -0
- package/lib/Shared/Models/ProfilePictureDTO.d.ts +12 -0
- package/lib/Shared/Models/RadioButtonItem.d.ts +4 -0
- package/lib/Shared/Models/RadioButtonOptions.d.ts +44 -0
- package/lib/Shared/Models/RangeNumber.d.ts +4 -0
- package/lib/Shared/Models/SaveDTO.d.ts +5 -0
- package/lib/Shared/Models/TagsInputDTO.d.ts +4 -0
- package/lib/Shared/Models/TagsInputOptions.d.ts +91 -0
- package/lib/Shared/Models/TextAreaOptions.d.ts +60 -0
- package/lib/Shared/Models/TextBoxOptions.d.ts +70 -0
- package/lib/Shared/Models/ToggleslideOptions.d.ts +36 -0
- package/lib/Shared/Models/UploadPersonalImage.d.ts +5 -0
- package/lib/Shared/Models/datePickerOptions.d.ts +65 -0
- package/lib/Shared/config/environment.d.ts +1 -0
- package/lib/Shared/services/ControlUtility.d.ts +23 -0
- package/lib/Shared/services/OnPagingFiltersChange.service.d.ts +7 -0
- package/lib/Shared/services/validationErrorMassage.service.d.ts +13 -0
- package/lib/controls/AutocompleteTextBox/AutocompleteTextBox.component.d.ts +51 -0
- package/lib/controls/Calendar/Calendar.component.d.ts +40 -0
- package/lib/controls/CheckBox/CheckBox.component.d.ts +33 -0
- package/lib/controls/DateTimePicker/DateTimePicker.component.d.ts +41 -0
- package/lib/controls/DropdownList/DropdownList.component.d.ts +47 -0
- package/lib/controls/FileUplaod/FileUplaod.component.d.ts +49 -0
- package/lib/controls/Form/Form.component.d.ts +15 -0
- package/lib/controls/HtmlEditor/HtmlEditor.component.d.ts +44 -0
- package/lib/controls/ImageUpload/ImageUpload.component.d.ts +64 -0
- package/lib/controls/MapAutoComplete/MapAutoComplete.component.d.ts +52 -0
- package/lib/controls/MultiLingualHtmlEditor/MultiLingualHtmlEditor.component.d.ts +58 -0
- package/lib/controls/MultiLingualTextArea/MultiLingualTextArea.component.d.ts +59 -0
- package/lib/controls/MultiLingualTextBox/MultiLingualTextBox.component.d.ts +57 -0
- package/lib/controls/Paging/JwPagination.component.d.ts +24 -0
- package/lib/controls/Paging/Paging.component.d.ts +44 -0
- package/lib/controls/Phone/Phone.component.d.ts +37 -0
- package/lib/controls/ProfileImageUploader/ProfileImageUploader.component.d.ts +65 -0
- package/lib/controls/RadioButton/RadioButton.component.d.ts +31 -0
- package/lib/controls/TagsInput/TagsInput.component.d.ts +47 -0
- package/lib/controls/TextArea/TextArea.component.d.ts +41 -0
- package/lib/controls/TextBox/TextBox.component.d.ts +50 -0
- package/lib/controls/Toggleslide/toggleslide.component.d.ts +26 -0
- package/lib/controls/bbsf-controls.module.d.ts +10 -0
- package/package.json +85 -0
- package/public-api.d.ts +66 -0
- package/src/lib/assets/Style.css +1149 -0
- package/src/lib/assets/i18n/ar.json +29 -0
- package/src/lib/assets/i18n/en.json +24 -0
- package/src/lib/assets/images/imagenotfound.png +0 -0
- package/src/lib/assets/images/uploadimg.png +0 -0
- package/src/lib/assets/images/userimg.png +0 -0
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export interface FileDTO {
|
|
2
|
+
ID?: number;
|
|
3
|
+
IDEncyrpted?: string;
|
|
4
|
+
ID_GUID?: string;
|
|
5
|
+
MimeType?: string;
|
|
6
|
+
NameWithExtension?: string;
|
|
7
|
+
CorrelationId?: string;
|
|
8
|
+
Modified?: Date;
|
|
9
|
+
ModifiedBy?: string;
|
|
10
|
+
FontAwesomeClass?: string;
|
|
11
|
+
ProviderName?: string;
|
|
12
|
+
Tags?: string;
|
|
13
|
+
FileName: string;
|
|
14
|
+
FileType: string;
|
|
15
|
+
FileBase64: string;
|
|
16
|
+
FileBytes?: string;
|
|
17
|
+
FileSizeInMB: number;
|
|
18
|
+
FileURL?: string;
|
|
19
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { CustomValidation } from './CustomValidation';
|
|
2
|
+
import { Attribute } from './Attribute';
|
|
3
|
+
import { ControlLayout } from '../Enums/ControlLayout';
|
|
4
|
+
import { FileType } from '../Enums/FileType';
|
|
5
|
+
export declare class FileUploadOptions {
|
|
6
|
+
/**
|
|
7
|
+
* Represent Name Of Form Control
|
|
8
|
+
*/
|
|
9
|
+
Name: string;
|
|
10
|
+
/**
|
|
11
|
+
* Represent classes to FileInput that allow us to select the FileInput by jquery or javascript
|
|
12
|
+
*/
|
|
13
|
+
ExtraClasses: string;
|
|
14
|
+
/** Represent value of the label*/
|
|
15
|
+
LabelValue: string;
|
|
16
|
+
/** Represent Key of the label*/
|
|
17
|
+
LabelKey: string;
|
|
18
|
+
/** Represent value of the labelDescription show under FileInput*/
|
|
19
|
+
LabelDescription: string;
|
|
20
|
+
/**To set value to FileInput */
|
|
21
|
+
Value: any;
|
|
22
|
+
/**
|
|
23
|
+
* Display "*" beside the label
|
|
24
|
+
* if ForceAsterisk=true and IsRequired=True his display "*" ,
|
|
25
|
+
* if if ForceAsterisk=false and IsRequired=false this remove "*",
|
|
26
|
+
*if ForceAsterisk=false and IsRequired=True this display "*" ,
|
|
27
|
+
*/
|
|
28
|
+
ShowAsterisk: boolean;
|
|
29
|
+
/** Ability to set FileInput required */
|
|
30
|
+
IsRequired: boolean;
|
|
31
|
+
/** Ability to set FileInput required */
|
|
32
|
+
IsMultipleFile: boolean;
|
|
33
|
+
/** Ability to display or hide the label of FileInput */
|
|
34
|
+
HideLabel: boolean;
|
|
35
|
+
/** Sets an attribute disable="disabled" */
|
|
36
|
+
IsDisabled: boolean;
|
|
37
|
+
/** Sets boolean Value to Show IsDropZone Or Not */
|
|
38
|
+
IsDropZone: boolean;
|
|
39
|
+
/** Allow to Pass Object With Body of Function which represent CustomValidation and massage for error massage
|
|
40
|
+
*/
|
|
41
|
+
CustomValidation: CustomValidation[];
|
|
42
|
+
/** Set List of Custom Attribute to FileInput */
|
|
43
|
+
AttributeList: Attribute[];
|
|
44
|
+
/** Set File MaxSize In MB */
|
|
45
|
+
FileMaxSizeInMB: number;
|
|
46
|
+
/** Set Max Number Of Files */
|
|
47
|
+
MaxNoOfFiles: number;
|
|
48
|
+
/** Set Min Number Of Files */
|
|
49
|
+
MinNoOfFiles: number;
|
|
50
|
+
/** Set File MaxSizeForAllFilesInMB In MB */
|
|
51
|
+
MaxSizeForAllFilesInMB: number;
|
|
52
|
+
/** to set type of view if textbox is Vertical or Horizontal */
|
|
53
|
+
ViewType: ControlLayout;
|
|
54
|
+
/** Set List of Custom Attribute to FileInput */
|
|
55
|
+
FileUploadAcceptsTypes: FileType[];
|
|
56
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { FilterType } from '../Enums/FilterType';
|
|
2
|
+
export declare class FilterItem {
|
|
3
|
+
/** jQuery selector used to retrieve the parameter value*/
|
|
4
|
+
jQuerySelector: string;
|
|
5
|
+
/** FormControlName used to retrieve the value Of Control*/
|
|
6
|
+
FormControlName: string;
|
|
7
|
+
/** The action parameter exact name (case sensitive)*/
|
|
8
|
+
ActionParameterName: string;
|
|
9
|
+
/** Check If This Filter Is Form Control Or js Filter */
|
|
10
|
+
IsFormControl: boolean;
|
|
11
|
+
/**Set Filter Type To Filter*/
|
|
12
|
+
FilterType: FilterType;
|
|
13
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { FormGroup } from '@angular/forms';
|
|
2
|
+
import { PagingActionMode } from '../Enums/PagingActionMode';
|
|
3
|
+
import { PagingComponent } from '../../controls/Paging/Paging.component';
|
|
4
|
+
export declare class FormOptions {
|
|
5
|
+
FormGroup: FormGroup;
|
|
6
|
+
PagingReference: PagingComponent;
|
|
7
|
+
PagingActionMode: PagingActionMode;
|
|
8
|
+
GetModelFunction: Function;
|
|
9
|
+
ServiceSubmitFunction: Function;
|
|
10
|
+
OnErrorHandler: Function;
|
|
11
|
+
OnSuccessHandler: Function;
|
|
12
|
+
DisableSuccessNotification: boolean;
|
|
13
|
+
DisableErrorNotification: boolean;
|
|
14
|
+
DisableBlockUI: boolean;
|
|
15
|
+
}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import { CustomValidation } from './CustomValidation';
|
|
2
|
+
import { ControlLayout } from '../Enums/ControlLayout';
|
|
3
|
+
import { ForceDirection } from '../Enums/ForceDirection';
|
|
4
|
+
import { Attribute } from './Attribute';
|
|
5
|
+
import { Misc } from '../Enums/Misc';
|
|
6
|
+
import { Style } from '../Enums/Style';
|
|
7
|
+
import { FontSize } from '../Enums/FontSize';
|
|
8
|
+
import { Para } from '../Enums/Para';
|
|
9
|
+
import { Insert } from '../Enums/Insert';
|
|
10
|
+
export declare class HtmlEditorOptions {
|
|
11
|
+
/**
|
|
12
|
+
* Represent Name Of Form Control
|
|
13
|
+
*/
|
|
14
|
+
Name: string;
|
|
15
|
+
/** Represent value of the label*/
|
|
16
|
+
LabelValue: string;
|
|
17
|
+
/** Represent Key of the label*/
|
|
18
|
+
LabelKey: string;
|
|
19
|
+
/** Represent value of the labelDescription show under HtmlEditor*/
|
|
20
|
+
LabelDescription: string;
|
|
21
|
+
/**
|
|
22
|
+
* Represent classes to HtmlEditor that allow us to select the HtmlEditor by jquery or javascript
|
|
23
|
+
*/
|
|
24
|
+
ExtraClasses: string;
|
|
25
|
+
/** Represent value of the Placeholder of HtmlEditor */
|
|
26
|
+
Placeholder: string;
|
|
27
|
+
/**To set value to HtmlEditor */
|
|
28
|
+
Value: any;
|
|
29
|
+
MaxLength?: number;
|
|
30
|
+
/**Set the MinLength of characters In HtmlEditor */
|
|
31
|
+
MinLength?: number;
|
|
32
|
+
/**
|
|
33
|
+
* Display "*" beside the label
|
|
34
|
+
* if ForceAsterisk=true and IsRequired=True his display "*" ,
|
|
35
|
+
* if if ForceAsterisk=false and IsRequired=false this remove "*",
|
|
36
|
+
*if ForceAsterisk=false and IsRequired=True this display "*" ,
|
|
37
|
+
*/
|
|
38
|
+
ShowAsterisk: boolean;
|
|
39
|
+
/** Ability to set HtmlEditor required */
|
|
40
|
+
IsRequired: boolean;
|
|
41
|
+
/** Ability to display or hide the label of HtmlEditor */
|
|
42
|
+
HideLabel: boolean;
|
|
43
|
+
/** Sets an attribute disable="disabled" */
|
|
44
|
+
IsDisabled: boolean;
|
|
45
|
+
/** to set type of view if textbox is Vertical or Horizontal */
|
|
46
|
+
ViewType: ControlLayout;
|
|
47
|
+
/** Allow to Pass Object With Body of Function which represent CustomValidation and massage for error massage
|
|
48
|
+
*/
|
|
49
|
+
CustomValidation: CustomValidation[];
|
|
50
|
+
/** to set Direction of HtmlEditor if HtmlEditor is Arabic or English */
|
|
51
|
+
ForceDirection: ForceDirection;
|
|
52
|
+
/** Set Height For */
|
|
53
|
+
Height: number;
|
|
54
|
+
/** Set List of Custom Attribute to HtmlEditor */
|
|
55
|
+
AttributeList: Attribute[];
|
|
56
|
+
/** Set List of Misc like codeview Or undo Or redo */
|
|
57
|
+
ToolsList_Misc?: Misc[];
|
|
58
|
+
/** Set List of Style like bold Or italic Or underline Or clear */
|
|
59
|
+
ToolsList_Style?: Style[];
|
|
60
|
+
/** Set List of FontSize like fontname Or fontsize Or color */
|
|
61
|
+
ToolsList_FontSize?: FontSize[];
|
|
62
|
+
/** Set List of Para like style Or ul Or ol Or paragraph Or height */
|
|
63
|
+
ToolsList_Para?: Para[];
|
|
64
|
+
/** Set List of Insert like table Or picture Or link Or video Or hr */
|
|
65
|
+
ToolsList_Insert?: Insert[];
|
|
66
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { CustomValidation } from './CustomValidation';
|
|
2
|
+
import { Attribute } from './Attribute';
|
|
3
|
+
import { ControlLayout } from '../Enums/ControlLayout';
|
|
4
|
+
import { FileDTO } from './FileDTO';
|
|
5
|
+
import { ImageType } from '../Enums/ImageType';
|
|
6
|
+
export declare class ImageUploadOptions {
|
|
7
|
+
/**
|
|
8
|
+
* Represent Name Of Form Control
|
|
9
|
+
*/
|
|
10
|
+
Name: string;
|
|
11
|
+
/**
|
|
12
|
+
* Represent classes to ImageUpload that allow us to select the FileInput by jquery or javascript
|
|
13
|
+
*/
|
|
14
|
+
ExtraClasses: string;
|
|
15
|
+
/** Represent value of the label*/
|
|
16
|
+
LabelValue: string;
|
|
17
|
+
/** Represent Key of the label*/
|
|
18
|
+
LabelKey: string;
|
|
19
|
+
/** Represent value of the labelDescription show under ImageUpload*/
|
|
20
|
+
LabelDescription: string;
|
|
21
|
+
/**To set value to ImageUpload */
|
|
22
|
+
Value: FileDTO;
|
|
23
|
+
/**
|
|
24
|
+
* Display "*" beside the label
|
|
25
|
+
* if ForceAsterisk=true and IsRequired=True his display "*" ,
|
|
26
|
+
* if if ForceAsterisk=false and IsRequired=false this remove "*",
|
|
27
|
+
*if ForceAsterisk=false and IsRequired=True this display "*" ,
|
|
28
|
+
*/
|
|
29
|
+
ShowAsterisk: boolean;
|
|
30
|
+
/** Ability to set ImageUpload required */
|
|
31
|
+
IsRequired: boolean;
|
|
32
|
+
/** Ability to display or hide the label of ImageUpload */
|
|
33
|
+
HideLabel: boolean;
|
|
34
|
+
/** Sets an attribute disable="disabled" */
|
|
35
|
+
IsDisabled: boolean;
|
|
36
|
+
/** Allow to Upload Multiple File */
|
|
37
|
+
IsMultiple: boolean;
|
|
38
|
+
/** Allow to Use Drop Zone */
|
|
39
|
+
AllowDropZone: boolean;
|
|
40
|
+
/** Sets an attribute AllowImageCropper="true" */
|
|
41
|
+
AllowImageCropper: boolean;
|
|
42
|
+
/** Set Height of Image Cropper Box */
|
|
43
|
+
ImageCropperHeight: number;
|
|
44
|
+
/** Set Width of Image Cropper Box */
|
|
45
|
+
ImageCropperWidth: number;
|
|
46
|
+
/** Allow to Pass Object With Body of Function which represent CustomValidation and massage for error massage
|
|
47
|
+
*/
|
|
48
|
+
CustomValidation: CustomValidation[];
|
|
49
|
+
/** Set List of Custom Attribute to FileInput */
|
|
50
|
+
AttributeList: Attribute[];
|
|
51
|
+
/** Set File MaxSize In MB */
|
|
52
|
+
FileMaxSizeInMB: number;
|
|
53
|
+
/** to set type of view if FileInput is Vertical or Horizontal */
|
|
54
|
+
ViewType: ControlLayout;
|
|
55
|
+
/** Set List of Custom Attribute to FileInput */
|
|
56
|
+
FileUploadAcceptsTypes: ImageType[];
|
|
57
|
+
/** Set Default Image */
|
|
58
|
+
DefaultImageSrc: string;
|
|
59
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { MapAutocompleteDTO } from './MapAutocompleteDTO';
|
|
2
|
+
import { Attribute } from './Attribute';
|
|
3
|
+
import { CustomValidation } from './CustomValidation';
|
|
4
|
+
import { ControlLayout } from '../Enums/ControlLayout';
|
|
5
|
+
export declare class MapAutoCompleteOptions {
|
|
6
|
+
/**
|
|
7
|
+
* Represent Name Of MapAutoCompleteContoler
|
|
8
|
+
*/
|
|
9
|
+
Name: string;
|
|
10
|
+
/**
|
|
11
|
+
* Represent classes to textbox that allow us to select the MapAutoComplete by jquery or javascript
|
|
12
|
+
*/
|
|
13
|
+
ExtraClasses: string;
|
|
14
|
+
/** Represent value of the label*/
|
|
15
|
+
LabelValue: string;
|
|
16
|
+
/** Represent Key of the label*/
|
|
17
|
+
LabelKey: string;
|
|
18
|
+
/** Represent value of the labelDescription show under MapAutoComplete*/
|
|
19
|
+
LabelDescription: string;
|
|
20
|
+
/** Allow to Pass Object With Body of Function which represent CustomValidation and massage for error massage
|
|
21
|
+
*/
|
|
22
|
+
CustomValidation: CustomValidation[];
|
|
23
|
+
/** to set type of view if MapAutoComplete is Vertical or Horizontal */
|
|
24
|
+
ViewType: ControlLayout;
|
|
25
|
+
/** Represent value of the Placeholder of MapAutoComplete */
|
|
26
|
+
Placeholder: string;
|
|
27
|
+
/**
|
|
28
|
+
* Display "*" beside the label
|
|
29
|
+
* if ForceAsterisk=true and IsRequired=True his display "*" ,
|
|
30
|
+
* if if ForceAsterisk=false and IsRequired=false this remove "*",
|
|
31
|
+
*if ForceAsterisk=false and IsRequired=True this display "*" ,
|
|
32
|
+
*/
|
|
33
|
+
ShowAsterisk: boolean;
|
|
34
|
+
/** Ability to set MapAutoComplete required */
|
|
35
|
+
IsRequired: boolean;
|
|
36
|
+
/** Ability to display or hide the label of MapAutoComplete */
|
|
37
|
+
HideLabel: boolean;
|
|
38
|
+
/** Sets an attribute disable="disabled" */
|
|
39
|
+
IsDisabled: boolean;
|
|
40
|
+
/** Set List of Custom Attribute to TextArea */
|
|
41
|
+
AttributeList: Attribute[];
|
|
42
|
+
/** Sets Value of MapAutoComplete */
|
|
43
|
+
Value: MapAutocompleteDTO;
|
|
44
|
+
}
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
import { CustomValidation } from './CustomValidation';
|
|
2
|
+
import { InputType } from '../Enums/InputType';
|
|
3
|
+
import { EnglishArabicDTO } from './EnglishArabicDTO';
|
|
4
|
+
import { ControlLayout } from '../Enums/ControlLayout';
|
|
5
|
+
import { Misc } from '../Enums/Misc';
|
|
6
|
+
import { Style } from '../Enums/Style';
|
|
7
|
+
import { FontSize } from '../Enums/FontSize';
|
|
8
|
+
import { Para } from '../Enums/Para';
|
|
9
|
+
import { Insert } from '../Enums/Insert';
|
|
10
|
+
import { LanguageMode } from '../Enums/LanguageMode';
|
|
11
|
+
export declare class MultiLingualHtmlEditorOptions {
|
|
12
|
+
/** Allow to Pass Object With Body of Function which represent CustomValidation and massage for error massage
|
|
13
|
+
*/
|
|
14
|
+
CustomValidation: CustomValidation[];
|
|
15
|
+
/**To Set Value To MultipleLanguageText with Object From Type "EnglishArabicDTO" */
|
|
16
|
+
Value: EnglishArabicDTO;
|
|
17
|
+
/** Represent value of the Label*/
|
|
18
|
+
LabelValue: string;
|
|
19
|
+
/** Represent Key of the label*/
|
|
20
|
+
ArabicLabelKey: string;
|
|
21
|
+
/** Represent Key of the label*/
|
|
22
|
+
EnglishLabelKey: string;
|
|
23
|
+
/** Represent value of the ArabicLabel*/
|
|
24
|
+
ArabicLabelValue: string;
|
|
25
|
+
/** Represent value of the EnglishLabel*/
|
|
26
|
+
EnglishLabelValue: string;
|
|
27
|
+
/** Represent value of the LabelDescription show under textbox*/
|
|
28
|
+
LabelDescription: string;
|
|
29
|
+
/** Represent value of the ArabicLabelDescription show under MultipleLanguageText*/
|
|
30
|
+
ArabicLabelDescription: string;
|
|
31
|
+
/** Represent value of the EnglishLabelDescription show under MultipleLanguageText*/
|
|
32
|
+
EnglishLabelDescription: string;
|
|
33
|
+
/**
|
|
34
|
+
* Represent Name Of Form Control
|
|
35
|
+
*/
|
|
36
|
+
Name: string;
|
|
37
|
+
Type: InputType;
|
|
38
|
+
/**
|
|
39
|
+
* Represent ArabicPlaceholder Of Form Control
|
|
40
|
+
*/
|
|
41
|
+
ArabicPlaceholder: string;
|
|
42
|
+
/**
|
|
43
|
+
* Represent EnglishPlaceholder Of Form Control
|
|
44
|
+
*/
|
|
45
|
+
EnglishPlaceholder: string;
|
|
46
|
+
/**
|
|
47
|
+
* Represent classes to Arabic textbox that allow us to select the MultipleLanguageText by jquery or javascript
|
|
48
|
+
*/
|
|
49
|
+
ExtraClasses_AR: string;
|
|
50
|
+
/**
|
|
51
|
+
* Represent classes to English textbox that allow us to select the MultipleLanguageText by jquery or javascript
|
|
52
|
+
*/
|
|
53
|
+
ExtraClasses_EN: string;
|
|
54
|
+
/** to set type of view if MultipleLanguageText is Vertical or Horizontal */
|
|
55
|
+
ViewType: ControlLayout;
|
|
56
|
+
/**Set the MinLength of characters In MultipleLanguageText */
|
|
57
|
+
MinLength: number;
|
|
58
|
+
MaxLength: number;
|
|
59
|
+
MaxWordCount: number;
|
|
60
|
+
/** trim input on change */
|
|
61
|
+
TrimTextOnChange: boolean;
|
|
62
|
+
/** add button to for coping to clipboard */
|
|
63
|
+
EnableCopyToClipboard: boolean;
|
|
64
|
+
/**
|
|
65
|
+
* Display "*" beside the label
|
|
66
|
+
* if ForceAsterisk=true and IsRequired=True his display "*" ,
|
|
67
|
+
* if if ForceAsterisk=false and IsRequired=false this remove "*",
|
|
68
|
+
*if ForceAsterisk=false and IsRequired=True this display "*" ,
|
|
69
|
+
*/
|
|
70
|
+
ShowAsterisk: boolean;
|
|
71
|
+
/** Ability to set MultipleLanguageText required */
|
|
72
|
+
IsRequired: boolean;
|
|
73
|
+
/** Sets an attribute disable="disabled" */
|
|
74
|
+
IsDisabled: boolean;
|
|
75
|
+
/** Ability to display or hide the EnglishField of MultipleLanguageText */
|
|
76
|
+
IsHideEnglishFields: boolean;
|
|
77
|
+
/** Ability to display or hide the ArabicField of MultipleLanguageText */
|
|
78
|
+
IsHideArabicFields: boolean;
|
|
79
|
+
/** Ability to display or hide the EnglishLabel of MultipleLanguageText */
|
|
80
|
+
IsHideEnglishLabel: boolean;
|
|
81
|
+
/** Ability to display or hide the ArabicLable of MultipleLanguageText */
|
|
82
|
+
IsHideArabicLable: boolean;
|
|
83
|
+
/** Set Height For */
|
|
84
|
+
Height: number;
|
|
85
|
+
/** Set List of Misc like codeview Or undo Or redo */
|
|
86
|
+
ToolsList_Misc?: Misc[];
|
|
87
|
+
/** Set List of Style like bold Or italic Or underline Or clear */
|
|
88
|
+
ToolsList_Style?: Style[];
|
|
89
|
+
/** Set List of FontSize like fontname Or fontsize Or color */
|
|
90
|
+
ToolsList_FontSize?: FontSize[];
|
|
91
|
+
/** Set List of Para like style Or ul Or ol Or paragraph Or height */
|
|
92
|
+
ToolsList_Para?: Para[];
|
|
93
|
+
/** Set List of Insert like table Or picture Or link Or video Or hr */
|
|
94
|
+
ToolsList_Insert?: Insert[];
|
|
95
|
+
/**To Set LanguageMode To MultipleLanguageText */
|
|
96
|
+
LanguageMode: LanguageMode;
|
|
97
|
+
}
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import { CustomValidation } from './CustomValidation';
|
|
2
|
+
import { InputType } from '../Enums/InputType';
|
|
3
|
+
import { EnglishArabicDTO } from './EnglishArabicDTO';
|
|
4
|
+
import { ControlLayout } from '../Enums/ControlLayout';
|
|
5
|
+
import { LanguageMode } from '../Enums/LanguageMode';
|
|
6
|
+
export declare class MultiLingualTextAreaOptions {
|
|
7
|
+
/** Allow to Pass Object With Body of Function which represent CustomValidation and massage for error massage
|
|
8
|
+
*/
|
|
9
|
+
CustomValidation: CustomValidation[];
|
|
10
|
+
/**To Set Value To MultipleLanguageText with Object From Type "EnglishArabicDTO" */
|
|
11
|
+
Value: EnglishArabicDTO;
|
|
12
|
+
/** Represent value of the Label*/
|
|
13
|
+
LabelValue: string;
|
|
14
|
+
/** Represent Key of the label*/
|
|
15
|
+
ArabicLabelKey: string;
|
|
16
|
+
/** Represent Key of the label*/
|
|
17
|
+
EnglishLabelKey: string;
|
|
18
|
+
/** Represent value of the ArabicLabel*/
|
|
19
|
+
ArabicLabelValue: string;
|
|
20
|
+
/** Represent value of the EnglishLabel*/
|
|
21
|
+
EnglishLabelValue: string;
|
|
22
|
+
/** Represent value of the LabelDescription show under textbox*/
|
|
23
|
+
LabelDescription: string;
|
|
24
|
+
/** Represent value of the ArabicLabelDescription show under MultilingualTextArea*/
|
|
25
|
+
ArabicLabelDescription: string;
|
|
26
|
+
/** Represent value of the EnglishLabelDescription show under MultilingualTextArea*/
|
|
27
|
+
EnglishLabelDescription: string;
|
|
28
|
+
/**
|
|
29
|
+
* Represent Name Of Form Control
|
|
30
|
+
*/
|
|
31
|
+
Name: string;
|
|
32
|
+
Type: InputType;
|
|
33
|
+
/**
|
|
34
|
+
* Represent ArabicPlaceholder Of Form Control
|
|
35
|
+
*/
|
|
36
|
+
ArabicPlaceholder: string;
|
|
37
|
+
/**
|
|
38
|
+
* Represent EnglishPlaceholder Of Form Control
|
|
39
|
+
*/
|
|
40
|
+
EnglishPlaceholder: string;
|
|
41
|
+
/**
|
|
42
|
+
* Represent classes to Arabic textbox that allow us to select the MultilingualTextArea by jquery or javascript
|
|
43
|
+
*/
|
|
44
|
+
ExtraClasses_AR: string;
|
|
45
|
+
/**
|
|
46
|
+
* Represent classes to English textbox that allow us to select the MultilingualTextArea by jquery or javascript
|
|
47
|
+
*/
|
|
48
|
+
ExtraClasses_EN: string;
|
|
49
|
+
/** to set type of view if MultilingualTextArea is Vertical or Horizontal */
|
|
50
|
+
ViewType: ControlLayout;
|
|
51
|
+
/**Set the MinLength of characters In MultilingualTextArea */
|
|
52
|
+
MinLength: number;
|
|
53
|
+
MaxLength: number;
|
|
54
|
+
MaxWordCount: number;
|
|
55
|
+
/**Set Number Of Rows */
|
|
56
|
+
Rows: number;
|
|
57
|
+
/**Set Number Of columns */
|
|
58
|
+
Cols: number;
|
|
59
|
+
/** trim input on change */
|
|
60
|
+
TrimTextOnChange: boolean;
|
|
61
|
+
/** add button to for coping to clipboard */
|
|
62
|
+
EnableCopyToClipboard: boolean;
|
|
63
|
+
/**
|
|
64
|
+
* Display "*" beside the label
|
|
65
|
+
* if ForceAsterisk=true and IsRequired=True his display "*" ,
|
|
66
|
+
* if if ForceAsterisk=false and IsRequired=false this remove "*",
|
|
67
|
+
*if ForceAsterisk=false and IsRequired=True this display "*" ,
|
|
68
|
+
*/
|
|
69
|
+
ShowAsterisk: boolean;
|
|
70
|
+
/** Ability to set MultilingualTextArea required */
|
|
71
|
+
IsRequired: boolean;
|
|
72
|
+
/** Sets an attribute disable="disabled" */
|
|
73
|
+
IsDisabled: boolean;
|
|
74
|
+
/** Ability to display or hide the EnglishField of MultilingualTextArea */
|
|
75
|
+
IsHideEnglishFields: boolean;
|
|
76
|
+
/** Ability to display or hide the ArabicField of MultilingualTextArea */
|
|
77
|
+
IsHideArabicFields: boolean;
|
|
78
|
+
/** Ability to display or hide the EnglishLabel of MultilingualTextArea */
|
|
79
|
+
IsHideEnglishLabel: boolean;
|
|
80
|
+
/** Ability to display or hide the ArabicLable of MultilingualTextArea */
|
|
81
|
+
IsHideArabicLable: boolean;
|
|
82
|
+
/**To Set LanguageMode To MultipleLanguageText */
|
|
83
|
+
LanguageMode: LanguageMode;
|
|
84
|
+
MultiControlPlacementType: ControlLayout;
|
|
85
|
+
}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import { CustomValidation } from './CustomValidation';
|
|
2
|
+
import { EnglishArabicDTO } from './EnglishArabicDTO';
|
|
3
|
+
import { ControlLayout } from '../Enums/ControlLayout';
|
|
4
|
+
import { LanguageMode } from '../Enums/LanguageMode';
|
|
5
|
+
import { IconPosition } from '../Enums/IconPosition';
|
|
6
|
+
export declare class MultiLingualTextBoxOptions {
|
|
7
|
+
/** Allow to Pass Object With Body of Function which represent CustomValidation and massage for error massage
|
|
8
|
+
*/
|
|
9
|
+
CustomValidation: CustomValidation[];
|
|
10
|
+
/**To Set Value To MultipleLanguageText with Object From Type "EnglishArabicDTO" */
|
|
11
|
+
Value: EnglishArabicDTO;
|
|
12
|
+
/** Represent value of the Label*/
|
|
13
|
+
LabelValue: string;
|
|
14
|
+
/** Represent Key of the label*/
|
|
15
|
+
ArabicLabelKey: string;
|
|
16
|
+
/** Represent Key of the label*/
|
|
17
|
+
EnglishLabelKey: string;
|
|
18
|
+
/** Represent value of the ArabicLabel*/
|
|
19
|
+
ArabicLabelValue: string;
|
|
20
|
+
/** Represent value of the EnglishLabel*/
|
|
21
|
+
EnglishLabelValue: string;
|
|
22
|
+
/** Represent value of the LabelDescription show under textbox*/
|
|
23
|
+
LabelDescription: string;
|
|
24
|
+
/** Represent value of the ArabicLabelDescription show under textbox*/
|
|
25
|
+
ArabicLabelDescription: string;
|
|
26
|
+
/** Represent value of the EnglishLabelDescription show under textbox*/
|
|
27
|
+
EnglishLabelDescription: string;
|
|
28
|
+
/**
|
|
29
|
+
* Represent Name Of Form Control
|
|
30
|
+
*/
|
|
31
|
+
Name: string;
|
|
32
|
+
/**
|
|
33
|
+
* Represent ArabicPlaceholder Of Form Control
|
|
34
|
+
*/
|
|
35
|
+
ArabicPlaceholder: string;
|
|
36
|
+
/**
|
|
37
|
+
* Represent EnglishPlaceholder Of Form Control
|
|
38
|
+
*/
|
|
39
|
+
EnglishPlaceholder: string;
|
|
40
|
+
/**
|
|
41
|
+
* Represent classes to Arabic textbox that allow us to select the TextBox by jquery or javascript
|
|
42
|
+
*/
|
|
43
|
+
ExtraClasses_AR: string;
|
|
44
|
+
/**
|
|
45
|
+
* Represent classes to English textbox that allow us to select the TextBox by jquery or javascript
|
|
46
|
+
*/
|
|
47
|
+
ExtraClasses_EN: string;
|
|
48
|
+
/** to set type of view if textbox is Vertical or Horizontal */
|
|
49
|
+
ViewType: ControlLayout;
|
|
50
|
+
/**Set the MinLength of characters In TextBox */
|
|
51
|
+
MinLength: number;
|
|
52
|
+
MaxLength: number;
|
|
53
|
+
MaxWordCount: number;
|
|
54
|
+
/** text input on change */
|
|
55
|
+
TrimTextOnChange: boolean;
|
|
56
|
+
/** add button to for coping to clipboard */
|
|
57
|
+
EnableCopyToClipboard: boolean;
|
|
58
|
+
/**
|
|
59
|
+
* Display "*" beside the label
|
|
60
|
+
* if ForceAsterisk=true and IsRequired=True his display "*" ,
|
|
61
|
+
* if if ForceAsterisk=false and IsRequired=false this remove "*",
|
|
62
|
+
*if ForceAsterisk=false and IsRequired=True this display "*" ,
|
|
63
|
+
*/
|
|
64
|
+
ShowAsterisk: boolean;
|
|
65
|
+
/** Ability to set TextBox required */
|
|
66
|
+
IsRequired: boolean;
|
|
67
|
+
/** Sets an attribute disable="disabled" */
|
|
68
|
+
IsDisabled: boolean;
|
|
69
|
+
/** Ability to display or hide the EnglishField of TextBox */
|
|
70
|
+
IsHideEnglishFields: boolean;
|
|
71
|
+
/** Ability to display or hide the ArabicField of TextBox */
|
|
72
|
+
IsHideArabicFields: boolean;
|
|
73
|
+
/** Ability to display or hide the EnglishLabel of TextBox */
|
|
74
|
+
IsHideEnglishLabel: boolean;
|
|
75
|
+
/** Ability to display or hide the ArabicLable of TextBox */
|
|
76
|
+
IsHideArabicLabel: boolean;
|
|
77
|
+
/**To Set LanguageMode To MultipleLanguageText */
|
|
78
|
+
LanguageMode: LanguageMode;
|
|
79
|
+
Icon: string;
|
|
80
|
+
IconPositionEN: IconPosition;
|
|
81
|
+
IconPositionAR: IconPosition;
|
|
82
|
+
MultiControlPlacementType: ControlLayout;
|
|
83
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { FilterItem } from './FilterItem';
|
|
2
|
+
import { ForceDirection } from '../Enums/ForceDirection';
|
|
3
|
+
export declare class PagingOptions {
|
|
4
|
+
/**URL of the action that will be called on update*/
|
|
5
|
+
ActionPostURL: string;
|
|
6
|
+
ValidationToken: string;
|
|
7
|
+
/** Comma separater list of parameters that need to be passed to the updated function, the parameter name must be the ID of the element that holds the value of the filter.
|
|
8
|
+
* ex "searchText,fromDateTimePicker" we should have now an input with id searchText and a datetime picker with id fromDateTimePicker*/
|
|
9
|
+
Filters: FilterItem[];
|
|
10
|
+
/**The total count for the items in the datasource */
|
|
11
|
+
TotalCount: number;
|
|
12
|
+
/** No of items in one page
|
|
13
|
+
* Default is 10
|
|
14
|
+
*/
|
|
15
|
+
PageSize: number;
|
|
16
|
+
/**Typeahead search input, used to attach on change events to the search input to refresh the paging after change */
|
|
17
|
+
TypeaheadSearchControlNames: string[];
|
|
18
|
+
/**Comma separater list of Dropdowns filters , used to attach on change events to the dropdown filter to refresh the paging after change */
|
|
19
|
+
DropdownFiltersControlNames: string[];
|
|
20
|
+
/**Comma separater list of Bootstrap datepicker filters, used to attach on change events to the datepicker filter to refresh the paging after change */
|
|
21
|
+
BootstrapDatePickersFiltersControlNames: string[];
|
|
22
|
+
/**Comma separater list of any button/element filters to attach on click event, this will refresh the paging after the event is fired */
|
|
23
|
+
OnClickFiltersControlNames: string[];
|
|
24
|
+
/** Comma separater list of any button/element filters to attach on keypress/Enter event, this will refresh the paging after the event is fired */
|
|
25
|
+
OnKeyPressFiltersControlNames: string[];
|
|
26
|
+
/** The js function name to be called to update the paging total count and keep the current page as is, have to pass the new total count of the datasource items
|
|
27
|
+
* Default value is Paging_Update fill this parameter in case there are multiple paging controls */
|
|
28
|
+
UpdateFunctionName: string;
|
|
29
|
+
/** The js function name to be called to reinitialize the paging component with a new items count and reset the curent page to 1, you must pass the new total count of the datasource items
|
|
30
|
+
* Default value is Paging_Reinitialize fill this parameter in case there are multiple paging controls*/
|
|
31
|
+
ReinitializeFunctionName: string;
|
|
32
|
+
/**Show a dropdown to be able to change the page size */
|
|
33
|
+
ShowPageSizeOption: boolean;
|
|
34
|
+
/**js function name to be called when a page is updated */
|
|
35
|
+
OnSuccessCallBackJSFunction: string;
|
|
36
|
+
/** bool to set block ui by container rather than the whole window */
|
|
37
|
+
BlockUIByContainer: boolean;
|
|
38
|
+
/**hide Pagination When Page Size Equal One */
|
|
39
|
+
HidePaginationWhenPageSizeEqualOne: boolean;
|
|
40
|
+
/**Show First And Last */
|
|
41
|
+
ShowFirstAndLast: boolean;
|
|
42
|
+
/**Show Load More Button And Hide Paging */
|
|
43
|
+
IsLoadMoreControl: boolean;
|
|
44
|
+
/** Load More items While Scrolling */
|
|
45
|
+
IsInfiniteScroll: boolean;
|
|
46
|
+
/**should get a html element or css selector for a scrollable element; window or current element will be used if this attribute is empty. */
|
|
47
|
+
InfiniteScrollContainer: any;
|
|
48
|
+
/**listens to the window scroll instead of the actual element scroll. this allows to invoke a callback function in the scope of the element while listenning to the window scroll. */
|
|
49
|
+
ScrollWindow: boolean;
|
|
50
|
+
ForceDirection: ForceDirection;
|
|
51
|
+
}
|