@bnsights/bbsf-controls 1.0.109 → 1.0.111
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 +8 -0
- package/{esm2020 → esm2022}/bnsights-bbsf-controls.mjs +4 -4
- package/esm2022/bnsights-test-test-controls.mjs +5 -0
- package/{esm2020 → esm2022}/lib/Shared/Components/app-base-component.mjs +226 -226
- package/{esm2020 → esm2022}/lib/Shared/Components/ng-tag-input.mjs +176 -176
- package/{esm2020 → esm2022}/lib/Shared/Directives/template-name.directive.mjs +18 -18
- package/{esm2020 → esm2022}/lib/Shared/Enums/CalendarView.mjs +7 -7
- package/{esm2020 → esm2022}/lib/Shared/Enums/ControlLayout.mjs +5 -5
- package/{esm2020 → esm2022}/lib/Shared/Enums/Countries.mjs +246 -246
- package/{esm2020 → esm2022}/lib/Shared/Enums/Enums.mjs +32 -32
- package/{esm2020 → esm2022}/lib/Shared/Enums/FileType.mjs +21 -21
- package/{esm2020 → esm2022}/lib/Shared/Enums/FilterType.mjs +10 -10
- package/{esm2020 → esm2022}/lib/Shared/Enums/FontSize.mjs +6 -6
- package/{esm2020 → esm2022}/lib/Shared/Enums/ForceDirection.mjs +5 -5
- package/{esm2020 → esm2022}/lib/Shared/Enums/IconPosition.mjs +5 -5
- package/{esm2020 → esm2022}/lib/Shared/Enums/ImageType.mjs +9 -9
- package/{esm2020 → esm2022}/lib/Shared/Enums/InputType.mjs +9 -9
- package/{esm2020 → esm2022}/lib/Shared/Enums/Insert.mjs +8 -8
- package/{esm2020 → esm2022}/lib/Shared/Enums/LanguageMode.mjs +10 -10
- package/{esm2020 → esm2022}/lib/Shared/Enums/LanguageValidation.mjs +5 -5
- package/{esm2020 → esm2022}/lib/Shared/Enums/Misc.mjs +6 -6
- package/{esm2020 → esm2022}/lib/Shared/Enums/PagingActionMode.mjs +5 -5
- package/{esm2020 → esm2022}/lib/Shared/Enums/Para.mjs +8 -8
- package/{esm2020 → esm2022}/lib/Shared/Enums/PickerType.mjs +6 -6
- package/{esm2020 → esm2022}/lib/Shared/Enums/SelectMode.mjs +5 -5
- package/{esm2020 → esm2022}/lib/Shared/Enums/StartView.mjs +6 -6
- package/{esm2020 → esm2022}/lib/Shared/Enums/Style.mjs +7 -7
- package/{esm2020 → esm2022}/lib/Shared/Enums/StyleConfirmationMode.mjs +6 -6
- package/{esm2020 → esm2022}/lib/Shared/Enums/TagInputView.mjs +6 -6
- package/esm2022/lib/Shared/Enums/map-enums.mjs +7 -0
- package/{esm2020 → esm2022}/lib/Shared/Enums/menu-list-enum.mjs +5 -5
- package/{esm2020 → esm2022}/lib/Shared/Models/Attribute.mjs +2 -2
- package/{esm2020 → esm2022}/lib/Shared/Models/AutocompleteDTO.mjs +7 -7
- package/{esm2020 → esm2022}/lib/Shared/Models/AutocompleteOptions.mjs +23 -23
- package/{esm2020 → esm2022}/lib/Shared/Models/CalendarEventDTO.mjs +2 -2
- package/{esm2020 → esm2022}/lib/Shared/Models/CalendarOptions.mjs +18 -18
- package/{esm2020 → esm2022}/lib/Shared/Models/CancelDTO.mjs +6 -6
- package/{esm2020 → esm2022}/lib/Shared/Models/CaptchaStyle.mjs +2 -2
- package/{esm2020 → esm2022}/lib/Shared/Models/CheckBoxOptions.mjs +10 -10
- package/{esm2020 → esm2022}/lib/Shared/Models/ConfirmationModalOptions.mjs +38 -38
- package/{esm2020 → esm2022}/lib/Shared/Models/ControlOptionsBase.mjs +12 -12
- package/{esm2020 → esm2022}/lib/Shared/Models/CustomValidation.mjs +13 -13
- package/{esm2020 → esm2022}/lib/Shared/Models/DropdownListItem.mjs +2 -2
- package/{esm2020 → esm2022}/lib/Shared/Models/DropdownOptions.mjs +15 -15
- package/{esm2020 → esm2022}/lib/Shared/Models/EditPersonalImage.mjs +6 -6
- package/{esm2020 → esm2022}/lib/Shared/Models/EnglishArabicDTO.mjs +10 -10
- package/{esm2020 → esm2022}/lib/Shared/Models/FileDTO.mjs +1 -1
- package/{esm2020 → esm2022}/lib/Shared/Models/FileUploadModel.mjs +2 -2
- package/{esm2020 → esm2022}/lib/Shared/Models/FileUploadOptions.mjs +10 -10
- package/{esm2020 → esm2022}/lib/Shared/Models/FilterItem.mjs +7 -7
- package/{esm2020 → esm2022}/lib/Shared/Models/FormOptions.mjs +27 -27
- package/{esm2020 → esm2022}/lib/Shared/Models/HtmlEditorOptions.mjs +11 -11
- package/{esm2020 → esm2022}/lib/Shared/Models/ImageUploadOptions.mjs +13 -13
- package/esm2022/lib/Shared/Models/MapAutoCompleteOptions.mjs +10 -0
- package/{esm2020 → esm2022}/lib/Shared/Models/MapAutocompleteDTO.mjs +5 -5
- package/{esm2020 → esm2022}/lib/Shared/Models/MultiLingualHtmlEditorOptions.mjs +8 -8
- package/{esm2020 → esm2022}/lib/Shared/Models/MultiLingualTextAreaOptions.mjs +8 -8
- package/{esm2020 → esm2022}/lib/Shared/Models/MultilingualControlOptionsBase.mjs +15 -15
- package/{esm2020 → esm2022}/lib/Shared/Models/MultilingualTextBoxOptions.mjs +13 -13
- package/{esm2020 → esm2022}/lib/Shared/Models/MultipleFileUploadModel.mjs +8 -8
- package/{esm2020 → esm2022}/lib/Shared/Models/PagingDTO.mjs +12 -12
- package/{esm2020 → esm2022}/lib/Shared/Models/PagingOptions.mjs +46 -46
- package/{esm2020 → esm2022}/lib/Shared/Models/PagingPayload.mjs +2 -2
- package/{esm2020 → esm2022}/lib/Shared/Models/PhoneOptions.mjs +12 -12
- package/{esm2020 → esm2022}/lib/Shared/Models/ProfileImageUploadOptions.mjs +10 -10
- package/{esm2020 → esm2022}/lib/Shared/Models/ProfilePictureDTO.mjs +2 -2
- package/{esm2020 → esm2022}/lib/Shared/Models/RadioButtonItem.mjs +2 -2
- package/{esm2020 → esm2022}/lib/Shared/Models/RadioButtonOptions.mjs +3 -3
- package/{esm2020 → esm2022}/lib/Shared/Models/RangeNumber.mjs +2 -2
- package/{esm2020 → esm2022}/lib/Shared/Models/Recaptcha.mjs +5 -5
- package/{esm2020 → esm2022}/lib/Shared/Models/RecaptchaOptions.mjs +21 -21
- package/{esm2020 → esm2022}/lib/Shared/Models/RepeaterField.mjs +2 -2
- package/{esm2020 → esm2022}/lib/Shared/Models/RepeaterOptions.mjs +12 -12
- package/{esm2020 → esm2022}/lib/Shared/Models/SaveDTO.mjs +6 -6
- package/{esm2020 → esm2022}/lib/Shared/Models/TagsInputDTO.mjs +2 -2
- package/{esm2020 → esm2022}/lib/Shared/Models/TagsInputOptions.mjs +40 -40
- package/{esm2020 → esm2022}/lib/Shared/Models/TextAreaOptions.mjs +3 -3
- package/{esm2020 → esm2022}/lib/Shared/Models/TextBoxOptions.mjs +22 -22
- package/{esm2020 → esm2022}/lib/Shared/Models/ToggleslideOptions.mjs +8 -8
- package/{esm2020 → esm2022}/lib/Shared/Models/UploadPersonalImage.mjs +6 -6
- package/{esm2020 → esm2022}/lib/Shared/Models/bread-crumb.mjs +7 -7
- package/{esm2020 → esm2022}/lib/Shared/Models/control-filter-Item.mjs +5 -5
- package/{esm2020 → esm2022}/lib/Shared/Models/datePickerOptions.mjs +22 -22
- package/{esm2020 → esm2022}/lib/Shared/Models/filter-options.mjs +8 -8
- package/{esm2020 → esm2022}/lib/Shared/Models/page-header-options.mjs +77 -77
- package/{esm2020 → esm2022}/lib/Shared/Pipes/bbsf-date-time.pipe.mjs +21 -21
- package/{esm2020 → esm2022}/lib/Shared/Pipes/bbsf-date.pipe.mjs +21 -21
- package/{esm2020 → esm2022}/lib/Shared/config/environment.mjs +11 -11
- package/{esm2020 → esm2022}/lib/Shared/default_intl.mjs +29 -29
- package/{esm2020 → esm2022}/lib/Shared/services/ControlUtility.mjs +162 -162
- package/{esm2020 → esm2022}/lib/Shared/services/GlobalSettings.service.mjs +30 -30
- package/esm2022/lib/Shared/services/OnPagingFiltersChange.service.mjs +24 -0
- package/{esm2020 → esm2022}/lib/Shared/services/render-component-service.service.mjs +30 -30
- package/esm2022/lib/Shared/services/validationErrorMassage.service.mjs +170 -0
- package/esm2022/lib/controls/AutocompleteTextBox/AutocompleteTextBox.component.mjs +262 -0
- package/esm2022/lib/controls/Calendar/Calendar.component.mjs +173 -0
- package/esm2022/lib/controls/CheckBox/CheckBox.component.mjs +117 -0
- package/{esm2020 → esm2022}/lib/controls/ConfirmationModal/ConfirmationModal.component.mjs +136 -136
- package/esm2022/lib/controls/DateTimePicker/DateTimePicker.component.mjs +223 -0
- package/esm2022/lib/controls/DropdownList/DropdownList.component.mjs +193 -0
- package/esm2022/lib/controls/FileUplaod/FileUplaod.component.mjs +447 -0
- package/{esm2020 → esm2022}/lib/controls/Form/Form.component.mjs +101 -101
- package/esm2022/lib/controls/HtmlEditor/HtmlEditor.component.mjs +226 -0
- package/esm2022/lib/controls/ImageUpload/ImageUpload.component.mjs +350 -0
- package/esm2022/lib/controls/MapAutoComplete/MapAutoComplete.component.mjs +404 -0
- package/esm2022/lib/controls/MultiLingualHtmlEditor/MultiLingualHtmlEditor.component.mjs +427 -0
- package/esm2022/lib/controls/MultiLingualTextArea/MultiLingualTextArea.component.mjs +429 -0
- package/esm2022/lib/controls/MultiLingualTextBox/MultiLingualTextBox.component.mjs +428 -0
- package/{esm2020 → esm2022}/lib/controls/Paging/JwPagination.component.mjs +121 -121
- package/{esm2020 → esm2022}/lib/controls/Paging/Paging.component.mjs +312 -312
- package/esm2022/lib/controls/Phone/Phone.component.mjs +129 -0
- package/esm2022/lib/controls/ProfileImageUploader/ProfileImageUploader.component.mjs +376 -0
- package/esm2022/lib/controls/RadioButton/RadioButton.component.mjs +109 -0
- package/{esm2020 → esm2022}/lib/controls/Recaptcha/Recaptcha.component.mjs +135 -135
- package/{esm2020 → esm2022}/lib/controls/Repeater/repeater/repeater.component.mjs +125 -125
- package/{esm2020 → esm2022}/lib/controls/Repeater/repeater-field-builder/repeater-field-builder.component.mjs +750 -750
- package/{esm2020 → esm2022}/lib/controls/Repeater/repeater-item-field/repeater-item-field.component.mjs +21 -21
- package/{esm2020 → esm2022}/lib/controls/Repeater/repeater-table/repeater-table.component.mjs +108 -108
- package/esm2022/lib/controls/TagsInput/TagsInput.component.mjs +277 -0
- package/esm2022/lib/controls/TextArea/TextArea.component.mjs +196 -0
- package/esm2022/lib/controls/TextBox/TextBox.component.mjs +306 -0
- package/esm2022/lib/controls/Toggleslide/toggleslide.component.mjs +90 -0
- package/esm2022/lib/controls/bbsf-controls.module.mjs +339 -0
- package/{esm2020 → esm2022}/lib/controls/page-header-component/page-header-component.component.mjs +37 -37
- package/{esm2020 → esm2022}/public-api.mjs +128 -130
- package/{fesm2020 → fesm2022}/bnsights-bbsf-controls.mjs +8802 -8736
- package/fesm2022/bnsights-bbsf-controls.mjs.map +1 -0
- package/{fesm2015/bnsights-bbsf-controls.mjs → fesm2022/bnsights-test-test-controls.mjs} +8803 -8798
- package/fesm2022/bnsights-test-test-controls.mjs.map +1 -0
- package/index.d.ts +5 -5
- package/lib/Shared/Components/app-base-component.d.ts +58 -58
- package/lib/Shared/Components/ng-tag-input.d.ts +50 -50
- package/lib/Shared/Directives/template-name.directive.d.ts +9 -9
- package/lib/Shared/Enums/CalendarView.d.ts +6 -6
- package/lib/Shared/Enums/ControlLayout.d.ts +4 -4
- package/lib/Shared/Enums/Countries.d.ts +245 -245
- package/lib/Shared/Enums/Enums.d.ts +30 -30
- package/lib/Shared/Enums/FileType.d.ts +20 -20
- package/lib/Shared/Enums/FilterType.d.ts +9 -9
- package/lib/Shared/Enums/FontSize.d.ts +5 -5
- package/lib/Shared/Enums/ForceDirection.d.ts +4 -4
- package/lib/Shared/Enums/IconPosition.d.ts +4 -4
- package/lib/Shared/Enums/ImageType.d.ts +8 -8
- package/lib/Shared/Enums/InputType.d.ts +8 -8
- package/lib/Shared/Enums/Insert.d.ts +7 -7
- package/lib/Shared/Enums/LanguageMode.d.ts +9 -9
- package/lib/Shared/Enums/LanguageValidation.d.ts +4 -4
- package/lib/Shared/Enums/Misc.d.ts +5 -5
- package/lib/Shared/Enums/PagingActionMode.d.ts +4 -4
- package/lib/Shared/Enums/Para.d.ts +7 -7
- package/lib/Shared/Enums/PickerType.d.ts +5 -5
- package/lib/Shared/Enums/SelectMode.d.ts +4 -4
- package/lib/Shared/Enums/StartView.d.ts +5 -5
- package/lib/Shared/Enums/Style.d.ts +6 -6
- package/lib/Shared/Enums/StyleConfirmationMode.d.ts +5 -5
- package/lib/Shared/Enums/TagInputView.d.ts +5 -5
- package/lib/Shared/Enums/map-enums.d.ts +5 -0
- package/lib/Shared/Enums/menu-list-enum.d.ts +4 -4
- package/lib/Shared/Models/Attribute.d.ts +4 -4
- package/lib/Shared/Models/AutocompleteDTO.d.ts +5 -5
- package/lib/Shared/Models/AutocompleteOptions.d.ts +40 -40
- package/lib/Shared/Models/CalendarEventDTO.d.ts +8 -8
- package/lib/Shared/Models/CalendarOptions.d.ts +23 -23
- package/lib/Shared/Models/CancelDTO.d.ts +5 -5
- package/lib/Shared/Models/CaptchaStyle.d.ts +7 -7
- package/lib/Shared/Models/CheckBoxOptions.d.ts +7 -7
- package/lib/Shared/Models/ConfirmationModalOptions.d.ts +21 -21
- package/lib/Shared/Models/ControlOptionsBase.d.ts +44 -44
- package/lib/Shared/Models/CustomValidation.d.ts +10 -10
- package/lib/Shared/Models/DropdownListItem.d.ts +4 -4
- package/lib/Shared/Models/DropdownOptions.d.ts +33 -33
- package/lib/Shared/Models/EditPersonalImage.d.ts +5 -5
- package/lib/Shared/Models/EnglishArabicDTO.d.ts +4 -4
- package/lib/Shared/Models/FileDTO.d.ts +19 -19
- package/lib/Shared/Models/FileUploadModel.d.ts +4 -4
- package/lib/Shared/Models/FileUploadOptions.d.ts +19 -19
- package/lib/Shared/Models/FilterItem.d.ts +13 -13
- package/lib/Shared/Models/FormOptions.d.ts +16 -16
- package/lib/Shared/Models/HtmlEditorOptions.d.ts +31 -31
- package/lib/Shared/Models/ImageUploadOptions.d.ts +23 -23
- package/lib/Shared/Models/MapAutoCompleteOptions.d.ts +8 -6
- package/lib/Shared/Models/MapAutocompleteDTO.d.ts +7 -7
- package/lib/Shared/Models/MultiLingualHtmlEditorOptions.d.ts +22 -22
- package/lib/Shared/Models/MultiLingualTextAreaOptions.d.ts +12 -12
- package/lib/Shared/Models/MultilingualControlOptionsBase.d.ts +77 -77
- package/lib/Shared/Models/MultilingualTextBoxOptions.d.ts +12 -12
- package/lib/Shared/Models/MultipleFileUploadModel.d.ts +7 -7
- package/lib/Shared/Models/PagingDTO.d.ts +11 -11
- package/lib/Shared/Models/PagingOptions.d.ts +56 -56
- package/lib/Shared/Models/PagingPayload.d.ts +5 -5
- package/lib/Shared/Models/PhoneOptions.d.ts +21 -21
- package/lib/Shared/Models/ProfileImageUploadOptions.d.ts +28 -28
- package/lib/Shared/Models/ProfilePictureDTO.d.ts +13 -13
- package/lib/Shared/Models/RadioButtonItem.d.ts +4 -4
- package/lib/Shared/Models/RadioButtonOptions.d.ts +8 -8
- package/lib/Shared/Models/RangeNumber.d.ts +4 -4
- package/lib/Shared/Models/Recaptcha.d.ts +6 -6
- package/lib/Shared/Models/RecaptchaOptions.d.ts +18 -18
- package/lib/Shared/Models/RepeaterField.d.ts +7 -7
- package/lib/Shared/Models/RepeaterOptions.d.ts +19 -19
- package/lib/Shared/Models/SaveDTO.d.ts +5 -5
- package/lib/Shared/Models/TagsInputDTO.d.ts +6 -6
- package/lib/Shared/Models/TagsInputOptions.d.ts +57 -57
- package/lib/Shared/Models/TextAreaOptions.d.ts +23 -23
- package/lib/Shared/Models/TextBoxOptions.d.ts +37 -37
- package/lib/Shared/Models/ToggleslideOptions.d.ts +9 -9
- package/lib/Shared/Models/UploadPersonalImage.d.ts +5 -5
- package/lib/Shared/Models/bread-crumb.d.ts +6 -6
- package/lib/Shared/Models/control-filter-Item.d.ts +6 -6
- package/lib/Shared/Models/datePickerOptions.d.ts +29 -29
- package/lib/Shared/Models/filter-options.d.ts +7 -7
- package/lib/Shared/Models/page-header-options.d.ts +71 -71
- package/lib/Shared/Pipes/bbsf-date-time.pipe.d.ts +10 -10
- package/lib/Shared/Pipes/bbsf-date.pipe.d.ts +10 -10
- package/lib/Shared/config/environment.d.ts +1 -1
- package/lib/Shared/default_intl.d.ts +21 -21
- package/lib/Shared/services/ControlUtility.d.ts +32 -32
- package/lib/Shared/services/GlobalSettings.service.d.ts +17 -17
- package/lib/Shared/services/OnPagingFiltersChange.service.d.ts +10 -10
- package/lib/Shared/services/render-component-service.service.d.ts +10 -10
- package/lib/Shared/services/validationErrorMassage.service.d.ts +14 -14
- package/lib/controls/AutocompleteTextBox/AutocompleteTextBox.component.d.ts +59 -59
- package/lib/controls/Calendar/Calendar.component.d.ts +42 -42
- package/lib/controls/CheckBox/CheckBox.component.d.ts +37 -37
- package/lib/controls/ConfirmationModal/ConfirmationModal.component.d.ts +29 -29
- package/lib/controls/DateTimePicker/DateTimePicker.component.d.ts +61 -61
- package/lib/controls/DropdownList/DropdownList.component.d.ts +55 -55
- package/lib/controls/FileUplaod/FileUplaod.component.d.ts +58 -58
- package/lib/controls/Form/Form.component.d.ts +28 -28
- package/lib/controls/HtmlEditor/HtmlEditor.component.d.ts +49 -49
- package/lib/controls/ImageUpload/ImageUpload.component.d.ts +70 -70
- package/lib/controls/MapAutoComplete/MapAutoComplete.component.d.ts +70 -54
- package/lib/controls/MultiLingualHtmlEditor/MultiLingualHtmlEditor.component.d.ts +65 -65
- package/lib/controls/MultiLingualTextArea/MultiLingualTextArea.component.d.ts +74 -74
- package/lib/controls/MultiLingualTextBox/MultiLingualTextBox.component.d.ts +73 -73
- package/lib/controls/Paging/JwPagination.component.d.ts +27 -27
- package/lib/controls/Paging/Paging.component.d.ts +57 -57
- package/lib/controls/Phone/Phone.component.d.ts +43 -43
- package/lib/controls/ProfileImageUploader/ProfileImageUploader.component.d.ts +69 -69
- package/lib/controls/RadioButton/RadioButton.component.d.ts +37 -37
- package/lib/controls/Recaptcha/Recaptcha.component.d.ts +41 -41
- package/lib/controls/Repeater/repeater/repeater.component.d.ts +29 -29
- package/lib/controls/Repeater/repeater-field-builder/repeater-field-builder.component.d.ts +23 -23
- package/lib/controls/Repeater/repeater-item-field/repeater-item-field.component.d.ts +11 -11
- package/lib/controls/Repeater/repeater-table/repeater-table.component.d.ts +19 -19
- package/lib/controls/TagsInput/TagsInput.component.d.ts +58 -58
- package/lib/controls/TextArea/TextArea.component.d.ts +51 -51
- package/lib/controls/TextBox/TextBox.component.d.ts +66 -66
- package/lib/controls/Toggleslide/toggleslide.component.d.ts +33 -33
- package/lib/controls/bbsf-controls.module.d.ts +70 -77
- package/lib/controls/page-header-component/page-header-component.component.d.ts +20 -20
- package/package.json +54 -63
- package/public-api.d.ts +118 -117
- package/src/lib/assets/Style-rtl.scss +46 -28
- package/src/lib/assets/Style.scss +4 -4
- package/src/lib/assets/images/marker-pin.svg +4 -0
- package/src/lib/assets/sass/base.scss +73 -21
- package/esm2020/lib/Shared/Models/MapAutoCompleteOptions.mjs +0 -4
- package/esm2020/lib/Shared/services/OnPagingFiltersChange.service.mjs +0 -24
- package/esm2020/lib/Shared/services/validationErrorMassage.service.mjs +0 -170
- package/esm2020/lib/controls/AutocompleteTextBox/AutocompleteTextBox.component.mjs +0 -262
- package/esm2020/lib/controls/Calendar/Calendar.component.mjs +0 -173
- package/esm2020/lib/controls/CheckBox/CheckBox.component.mjs +0 -117
- package/esm2020/lib/controls/DateTimePicker/DateTimePicker.component.mjs +0 -223
- package/esm2020/lib/controls/DropdownList/DropdownList.component.mjs +0 -194
- package/esm2020/lib/controls/FileUplaod/FileUplaod.component.mjs +0 -447
- package/esm2020/lib/controls/HtmlEditor/HtmlEditor.component.mjs +0 -226
- package/esm2020/lib/controls/ImageUpload/ImageUpload.component.mjs +0 -350
- package/esm2020/lib/controls/MapAutoComplete/MapAutoComplete.component.mjs +0 -325
- package/esm2020/lib/controls/MultiLingualHtmlEditor/MultiLingualHtmlEditor.component.mjs +0 -427
- package/esm2020/lib/controls/MultiLingualTextArea/MultiLingualTextArea.component.mjs +0 -429
- package/esm2020/lib/controls/MultiLingualTextBox/MultiLingualTextBox.component.mjs +0 -428
- package/esm2020/lib/controls/Phone/Phone.component.mjs +0 -129
- package/esm2020/lib/controls/ProfileImageUploader/ProfileImageUploader.component.mjs +0 -376
- package/esm2020/lib/controls/RadioButton/RadioButton.component.mjs +0 -109
- package/esm2020/lib/controls/TagsInput/TagsInput.component.mjs +0 -277
- package/esm2020/lib/controls/TextArea/TextArea.component.mjs +0 -196
- package/esm2020/lib/controls/TextBox/TextBox.component.mjs +0 -312
- package/esm2020/lib/controls/Toggleslide/toggleslide.component.mjs +0 -90
- package/esm2020/lib/controls/bbsf-controls.module.mjs +0 -361
- package/fesm2015/bnsights-bbsf-controls.mjs.map +0 -1
- package/fesm2020/bnsights-bbsf-controls.mjs.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare class EditPersonalImage {
|
|
2
|
-
constructor();
|
|
3
|
-
English: string;
|
|
4
|
-
Arabic: string;
|
|
5
|
-
}
|
|
1
|
+
export declare class EditPersonalImage {
|
|
2
|
+
constructor();
|
|
3
|
+
English: string;
|
|
4
|
+
Arabic: string;
|
|
5
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare class EnglishArabicDTO {
|
|
2
|
-
English: string;
|
|
3
|
-
Arabic: string;
|
|
4
|
-
}
|
|
1
|
+
export declare class EnglishArabicDTO {
|
|
2
|
+
English: string;
|
|
3
|
+
Arabic: string;
|
|
4
|
+
}
|
|
@@ -1,19 +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
|
-
Bytes?: any;
|
|
17
|
-
FileSizeInMB: number;
|
|
18
|
-
FileURL?: string;
|
|
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
|
+
Bytes?: any;
|
|
17
|
+
FileSizeInMB: number;
|
|
18
|
+
FileURL?: string;
|
|
19
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FileDTO } from "./FileDTO";
|
|
2
|
-
export declare class FileUploadModel {
|
|
3
|
-
File: FileDTO;
|
|
4
|
-
}
|
|
1
|
+
import { FileDTO } from "./FileDTO";
|
|
2
|
+
export declare class FileUploadModel {
|
|
3
|
+
File: FileDTO;
|
|
4
|
+
}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { FileType } from '../Enums/FileType';
|
|
2
|
-
import { ControlOptionsBase } from './ControlOptionsBase';
|
|
3
|
-
export declare class FileUploadOptions extends ControlOptionsBase {
|
|
4
|
-
Value: any;
|
|
5
|
-
/** Ability to set FileInput required */
|
|
6
|
-
IsMultipleFile: boolean;
|
|
7
|
-
/** Sets boolean Value to Show IsDropZone Or Not */
|
|
8
|
-
IsDropZone: boolean;
|
|
9
|
-
/** Set File MaxSize In MB */
|
|
10
|
-
FileMaxSizeInMB: number;
|
|
11
|
-
/** Set Max Number Of Files */
|
|
12
|
-
MaxNoOfFiles: number;
|
|
13
|
-
/** Set Min Number Of Files */
|
|
14
|
-
MinNoOfFiles: number;
|
|
15
|
-
/** Set File MaxSizeForAllFilesInMB In MB */
|
|
16
|
-
MaxSizeForAllFilesInMB: number;
|
|
17
|
-
/** Set List of Custom Attribute to FileInput */
|
|
18
|
-
FileUploadAcceptsTypes: FileType[];
|
|
19
|
-
}
|
|
1
|
+
import { FileType } from '../Enums/FileType';
|
|
2
|
+
import { ControlOptionsBase } from './ControlOptionsBase';
|
|
3
|
+
export declare class FileUploadOptions extends ControlOptionsBase {
|
|
4
|
+
Value: any;
|
|
5
|
+
/** Ability to set FileInput required */
|
|
6
|
+
IsMultipleFile: boolean;
|
|
7
|
+
/** Sets boolean Value to Show IsDropZone Or Not */
|
|
8
|
+
IsDropZone: boolean;
|
|
9
|
+
/** Set File MaxSize In MB */
|
|
10
|
+
FileMaxSizeInMB: number;
|
|
11
|
+
/** Set Max Number Of Files */
|
|
12
|
+
MaxNoOfFiles: number;
|
|
13
|
+
/** Set Min Number Of Files */
|
|
14
|
+
MinNoOfFiles: number;
|
|
15
|
+
/** Set File MaxSizeForAllFilesInMB In MB */
|
|
16
|
+
MaxSizeForAllFilesInMB: number;
|
|
17
|
+
/** Set List of Custom Attribute to FileInput */
|
|
18
|
+
FileUploadAcceptsTypes: FileType[];
|
|
19
|
+
}
|
|
@@ -1,13 +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
|
-
}
|
|
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
|
+
}
|
|
@@ -1,16 +1,16 @@
|
|
|
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<any>;
|
|
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
|
-
DisableModalDismiss: boolean;
|
|
16
|
-
}
|
|
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<any>;
|
|
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
|
+
DisableModalDismiss: boolean;
|
|
16
|
+
}
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
import { ForceDirection } from '../Enums/ForceDirection';
|
|
2
|
-
import { Attribute } from './Attribute';
|
|
3
|
-
import { Misc } from '../Enums/Misc';
|
|
4
|
-
import { Style } from '../Enums/Style';
|
|
5
|
-
import { FontSize } from '../Enums/FontSize';
|
|
6
|
-
import { Para } from '../Enums/Para';
|
|
7
|
-
import { Insert } from '../Enums/Insert';
|
|
8
|
-
import { ControlOptionsBase } from './ControlOptionsBase';
|
|
9
|
-
export declare class HtmlEditorOptions extends ControlOptionsBase {
|
|
10
|
-
/**To set value to HtmlEditor */
|
|
11
|
-
Value: any;
|
|
12
|
-
MaxLength?: number;
|
|
13
|
-
/**Set the MinLength of characters In HtmlEditor */
|
|
14
|
-
MinLength?: number;
|
|
15
|
-
/** to set Direction of HtmlEditor if HtmlEditor is Arabic or English */
|
|
16
|
-
ForceDirection: ForceDirection;
|
|
17
|
-
/** Set Height For */
|
|
18
|
-
Height: number;
|
|
19
|
-
/** Set List of Custom Attribute to HtmlEditor */
|
|
20
|
-
AttributeList: Attribute[];
|
|
21
|
-
/** Set List of Misc like codeview Or undo Or redo */
|
|
22
|
-
ToolsList_Misc?: Misc[];
|
|
23
|
-
/** Set List of Style like bold Or italic Or underline Or clear */
|
|
24
|
-
ToolsList_Style?: Style[];
|
|
25
|
-
/** Set List of FontSize like fontname Or fontsize Or color */
|
|
26
|
-
ToolsList_FontSize?: FontSize[];
|
|
27
|
-
/** Set List of Para like style Or ul Or ol Or paragraph Or height */
|
|
28
|
-
ToolsList_Para?: Para[];
|
|
29
|
-
/** Set List of Insert like table Or picture Or link Or video Or hr */
|
|
30
|
-
ToolsList_Insert?: Insert[];
|
|
31
|
-
}
|
|
1
|
+
import { ForceDirection } from '../Enums/ForceDirection';
|
|
2
|
+
import { Attribute } from './Attribute';
|
|
3
|
+
import { Misc } from '../Enums/Misc';
|
|
4
|
+
import { Style } from '../Enums/Style';
|
|
5
|
+
import { FontSize } from '../Enums/FontSize';
|
|
6
|
+
import { Para } from '../Enums/Para';
|
|
7
|
+
import { Insert } from '../Enums/Insert';
|
|
8
|
+
import { ControlOptionsBase } from './ControlOptionsBase';
|
|
9
|
+
export declare class HtmlEditorOptions extends ControlOptionsBase {
|
|
10
|
+
/**To set value to HtmlEditor */
|
|
11
|
+
Value: any;
|
|
12
|
+
MaxLength?: number;
|
|
13
|
+
/**Set the MinLength of characters In HtmlEditor */
|
|
14
|
+
MinLength?: number;
|
|
15
|
+
/** to set Direction of HtmlEditor if HtmlEditor is Arabic or English */
|
|
16
|
+
ForceDirection: ForceDirection;
|
|
17
|
+
/** Set Height For */
|
|
18
|
+
Height: number;
|
|
19
|
+
/** Set List of Custom Attribute to HtmlEditor */
|
|
20
|
+
AttributeList: Attribute[];
|
|
21
|
+
/** Set List of Misc like codeview Or undo Or redo */
|
|
22
|
+
ToolsList_Misc?: Misc[];
|
|
23
|
+
/** Set List of Style like bold Or italic Or underline Or clear */
|
|
24
|
+
ToolsList_Style?: Style[];
|
|
25
|
+
/** Set List of FontSize like fontname Or fontsize Or color */
|
|
26
|
+
ToolsList_FontSize?: FontSize[];
|
|
27
|
+
/** Set List of Para like style Or ul Or ol Or paragraph Or height */
|
|
28
|
+
ToolsList_Para?: Para[];
|
|
29
|
+
/** Set List of Insert like table Or picture Or link Or video Or hr */
|
|
30
|
+
ToolsList_Insert?: Insert[];
|
|
31
|
+
}
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { FileDTO } from './FileDTO';
|
|
2
|
-
import { ImageType } from '../Enums/ImageType';
|
|
3
|
-
import { ControlOptionsBase } from './ControlOptionsBase';
|
|
4
|
-
export declare class ImageUploadOptions extends ControlOptionsBase {
|
|
5
|
-
/**To set value to ImageUpload */
|
|
6
|
-
Value: FileDTO;
|
|
7
|
-
/** Allow to Upload Multiple File */
|
|
8
|
-
IsMultiple: boolean;
|
|
9
|
-
/** Allow to Use Drop Zone */
|
|
10
|
-
AllowDropZone: boolean;
|
|
11
|
-
/** Sets an attribute AllowImageCropper="true" */
|
|
12
|
-
AllowImageCropper: boolean;
|
|
13
|
-
/** Set Height of Image Cropper Box */
|
|
14
|
-
ImageCropperHeight: number;
|
|
15
|
-
/** Set Width of Image Cropper Box */
|
|
16
|
-
ImageCropperWidth: number;
|
|
17
|
-
/** Set File MaxSize In MB */
|
|
18
|
-
FileMaxSizeInMB: number;
|
|
19
|
-
/** Set List of Custom Attribute to FileInput */
|
|
20
|
-
FileUploadAcceptsTypes: ImageType[];
|
|
21
|
-
/** Set Default Image */
|
|
22
|
-
DefaultImageSrc: string;
|
|
23
|
-
}
|
|
1
|
+
import { FileDTO } from './FileDTO';
|
|
2
|
+
import { ImageType } from '../Enums/ImageType';
|
|
3
|
+
import { ControlOptionsBase } from './ControlOptionsBase';
|
|
4
|
+
export declare class ImageUploadOptions extends ControlOptionsBase {
|
|
5
|
+
/**To set value to ImageUpload */
|
|
6
|
+
Value: FileDTO;
|
|
7
|
+
/** Allow to Upload Multiple File */
|
|
8
|
+
IsMultiple: boolean;
|
|
9
|
+
/** Allow to Use Drop Zone */
|
|
10
|
+
AllowDropZone: boolean;
|
|
11
|
+
/** Sets an attribute AllowImageCropper="true" */
|
|
12
|
+
AllowImageCropper: boolean;
|
|
13
|
+
/** Set Height of Image Cropper Box */
|
|
14
|
+
ImageCropperHeight: number;
|
|
15
|
+
/** Set Width of Image Cropper Box */
|
|
16
|
+
ImageCropperWidth: number;
|
|
17
|
+
/** Set File MaxSize In MB */
|
|
18
|
+
FileMaxSizeInMB: number;
|
|
19
|
+
/** Set List of Custom Attribute to FileInput */
|
|
20
|
+
FileUploadAcceptsTypes: ImageType[];
|
|
21
|
+
/** Set Default Image */
|
|
22
|
+
DefaultImageSrc: string;
|
|
23
|
+
}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
import { MapAutocompleteDTO } from './MapAutocompleteDTO';
|
|
2
|
-
import { ControlOptionsBase } from './ControlOptionsBase';
|
|
3
|
-
export declare class MapAutoCompleteOptions extends ControlOptionsBase {
|
|
4
|
-
/** Sets Value of MapAutoComplete */
|
|
5
|
-
Value: MapAutocompleteDTO;
|
|
6
|
-
|
|
1
|
+
import { MapAutocompleteDTO } from './MapAutocompleteDTO';
|
|
2
|
+
import { ControlOptionsBase } from './ControlOptionsBase';
|
|
3
|
+
export declare class MapAutoCompleteOptions extends ControlOptionsBase {
|
|
4
|
+
/** Sets Value of MapAutoComplete */
|
|
5
|
+
Value: MapAutocompleteDTO;
|
|
6
|
+
addressType: string;
|
|
7
|
+
showAdvancedMap: boolean;
|
|
8
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export declare class MapAutocompleteDTO {
|
|
2
|
-
Text: string;
|
|
3
|
-
Latitude: number;
|
|
4
|
-
Longitude: number;
|
|
5
|
-
PlaceID: string;
|
|
6
|
-
GoogleMapsURL: string;
|
|
7
|
-
}
|
|
1
|
+
export declare class MapAutocompleteDTO {
|
|
2
|
+
Text: string;
|
|
3
|
+
Latitude: number;
|
|
4
|
+
Longitude: number;
|
|
5
|
+
PlaceID: string;
|
|
6
|
+
GoogleMapsURL: string;
|
|
7
|
+
}
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import { InputType } from '../Enums/InputType';
|
|
2
|
-
import { Misc } from '../Enums/Misc';
|
|
3
|
-
import { Style } from '../Enums/Style';
|
|
4
|
-
import { FontSize } from '../Enums/FontSize';
|
|
5
|
-
import { Para } from '../Enums/Para';
|
|
6
|
-
import { Insert } from '../Enums/Insert';
|
|
7
|
-
import { MultilingualControlOptionsBase } from './MultilingualControlOptionsBase';
|
|
8
|
-
export declare class MultiLingualHtmlEditorOptions extends MultilingualControlOptionsBase {
|
|
9
|
-
Type: InputType;
|
|
10
|
-
/** Set Height For */
|
|
11
|
-
Height: number;
|
|
12
|
-
/** Set List of Misc like codeview Or undo Or redo */
|
|
13
|
-
ToolsList_Misc?: Misc[];
|
|
14
|
-
/** Set List of Style like bold Or italic Or underline Or clear */
|
|
15
|
-
ToolsList_Style?: Style[];
|
|
16
|
-
/** Set List of FontSize like fontname Or fontsize Or color */
|
|
17
|
-
ToolsList_FontSize?: FontSize[];
|
|
18
|
-
/** Set List of Para like style Or ul Or ol Or paragraph Or height */
|
|
19
|
-
ToolsList_Para?: Para[];
|
|
20
|
-
/** Set List of Insert like table Or picture Or link Or video Or hr */
|
|
21
|
-
ToolsList_Insert?: Insert[];
|
|
22
|
-
}
|
|
1
|
+
import { InputType } from '../Enums/InputType';
|
|
2
|
+
import { Misc } from '../Enums/Misc';
|
|
3
|
+
import { Style } from '../Enums/Style';
|
|
4
|
+
import { FontSize } from '../Enums/FontSize';
|
|
5
|
+
import { Para } from '../Enums/Para';
|
|
6
|
+
import { Insert } from '../Enums/Insert';
|
|
7
|
+
import { MultilingualControlOptionsBase } from './MultilingualControlOptionsBase';
|
|
8
|
+
export declare class MultiLingualHtmlEditorOptions extends MultilingualControlOptionsBase {
|
|
9
|
+
Type: InputType;
|
|
10
|
+
/** Set Height For */
|
|
11
|
+
Height: number;
|
|
12
|
+
/** Set List of Misc like codeview Or undo Or redo */
|
|
13
|
+
ToolsList_Misc?: Misc[];
|
|
14
|
+
/** Set List of Style like bold Or italic Or underline Or clear */
|
|
15
|
+
ToolsList_Style?: Style[];
|
|
16
|
+
/** Set List of FontSize like fontname Or fontsize Or color */
|
|
17
|
+
ToolsList_FontSize?: FontSize[];
|
|
18
|
+
/** Set List of Para like style Or ul Or ol Or paragraph Or height */
|
|
19
|
+
ToolsList_Para?: Para[];
|
|
20
|
+
/** Set List of Insert like table Or picture Or link Or video Or hr */
|
|
21
|
+
ToolsList_Insert?: Insert[];
|
|
22
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { InputType } from '../Enums/InputType';
|
|
2
|
-
import { ControlLayout } from '../Enums/ControlLayout';
|
|
3
|
-
import { MultilingualControlOptionsBase } from './MultilingualControlOptionsBase';
|
|
4
|
-
export declare class MultiLingualTextAreaOptions extends MultilingualControlOptionsBase {
|
|
5
|
-
Type: InputType;
|
|
6
|
-
/**Set Number Of Rows */
|
|
7
|
-
Rows: number;
|
|
8
|
-
/**Set Number Of columns */
|
|
9
|
-
Cols: number;
|
|
10
|
-
MultiControlPlacementType: ControlLayout;
|
|
11
|
-
MaxLengthWarningLimit: number;
|
|
12
|
-
}
|
|
1
|
+
import { InputType } from '../Enums/InputType';
|
|
2
|
+
import { ControlLayout } from '../Enums/ControlLayout';
|
|
3
|
+
import { MultilingualControlOptionsBase } from './MultilingualControlOptionsBase';
|
|
4
|
+
export declare class MultiLingualTextAreaOptions extends MultilingualControlOptionsBase {
|
|
5
|
+
Type: InputType;
|
|
6
|
+
/**Set Number Of Rows */
|
|
7
|
+
Rows: number;
|
|
8
|
+
/**Set Number Of columns */
|
|
9
|
+
Cols: number;
|
|
10
|
+
MultiControlPlacementType: ControlLayout;
|
|
11
|
+
MaxLengthWarningLimit: number;
|
|
12
|
+
}
|
|
@@ -1,77 +1,77 @@
|
|
|
1
|
-
import { ControlLayout } from '../Enums/ControlLayout';
|
|
2
|
-
import { LanguageMode } from '../Enums/LanguageMode';
|
|
3
|
-
import { CustomValidation } from './CustomValidation';
|
|
4
|
-
import { EnglishArabicDTO } from './EnglishArabicDTO';
|
|
5
|
-
export declare class MultilingualControlOptionsBase {
|
|
6
|
-
/** Represent Name Of Form Control*/
|
|
7
|
-
Name: string;
|
|
8
|
-
/** Represent key of the Label*/
|
|
9
|
-
LabelKey: string;
|
|
10
|
-
/** Represent value of the Label*/
|
|
11
|
-
LabelValue: string;
|
|
12
|
-
/** Represent Key of the label*/
|
|
13
|
-
ArabicLabelKey: string;
|
|
14
|
-
/** Represent Key of the label*/
|
|
15
|
-
EnglishLabelKey: string;
|
|
16
|
-
/** Represent value of the ArabicLabel*/
|
|
17
|
-
ArabicLabelValue: string;
|
|
18
|
-
/** Represent value of the EnglishLabel*/
|
|
19
|
-
EnglishLabelValue: string;
|
|
20
|
-
/** Represent value of the LabelDescription show under textbox*/
|
|
21
|
-
LabelDescription: string;
|
|
22
|
-
/** Represent value of the ArabicLabelDescription show under MultipleLanguageText*/
|
|
23
|
-
ArabicLabelDescription: string;
|
|
24
|
-
/** Represent value of the EnglishLabelDescription show under MultipleLanguageText*/
|
|
25
|
-
EnglishLabelDescription: string;
|
|
26
|
-
/**Represent ArabicPlaceholder Of Form Control*/
|
|
27
|
-
ArabicPlaceholder: string;
|
|
28
|
-
/**Represent EnglishPlaceholder Of Form Control*/
|
|
29
|
-
EnglishPlaceholder: string;
|
|
30
|
-
/** Represent classes to label that allow us to select the Control by jquery or javascript */
|
|
31
|
-
LabelExtraClasses: string;
|
|
32
|
-
/**Represent classes to Arabic textbox that allow us to select the MultipleLanguageText by jquery or javascript */
|
|
33
|
-
ExtraClasses_AR: string;
|
|
34
|
-
/**Represent classes to English textbox that allow us to select the MultipleLanguageText by jquery or javascript */
|
|
35
|
-
ExtraClasses_EN: string;
|
|
36
|
-
/** to set type of view if MultipleLanguageText is Vertical or Horizontal */
|
|
37
|
-
ViewType: ControlLayout;
|
|
38
|
-
/** add button to for coping to clipboard */
|
|
39
|
-
EnableCopyToClipboard: boolean;
|
|
40
|
-
/**To Set Value To MultipleLanguageText with Object From Type "EnglishArabicDTO" */
|
|
41
|
-
Value: EnglishArabicDTO;
|
|
42
|
-
/**Set the MinLength of characters In TextBox */
|
|
43
|
-
MinLength: number;
|
|
44
|
-
MaxLength: number;
|
|
45
|
-
MaxWordCount: number;
|
|
46
|
-
/**
|
|
47
|
-
* Display "*" beside the label
|
|
48
|
-
* if ForceAsterisk=true and IsRequired=True his display "*" ,
|
|
49
|
-
* if if ForceAsterisk=false and IsRequired=false this remove "*",
|
|
50
|
-
*if ForceAsterisk=false and IsRequired=True this display "*" ,
|
|
51
|
-
*/
|
|
52
|
-
ShowAsterisk: boolean;
|
|
53
|
-
/** Ability to set MultipleLanguageText required */
|
|
54
|
-
IsRequired: boolean;
|
|
55
|
-
/** Sets an attribute disable="disabled" */
|
|
56
|
-
IsDisabled: boolean;
|
|
57
|
-
/** Ability to display or hide the EnglishField of MultipleLanguageText */
|
|
58
|
-
IsHideEnglishFields: boolean;
|
|
59
|
-
/** Ability to display or hide the ArabicField of MultipleLanguageText */
|
|
60
|
-
IsHideArabicFields: boolean;
|
|
61
|
-
/** Ability to display or hide the EnglishLabel of MultipleLanguageText */
|
|
62
|
-
IsHideEnglishLabel: boolean;
|
|
63
|
-
/** Ability to display or hide the ArabicLable of MultipleLanguageText */
|
|
64
|
-
IsHideArabicLabel: boolean;
|
|
65
|
-
/** trim input on change */
|
|
66
|
-
TrimTextOnChange: boolean;
|
|
67
|
-
/**To Set LanguageMode To MultipleLanguageText */
|
|
68
|
-
LanguageMode: LanguageMode;
|
|
69
|
-
/** Allow to Pass Object With Body of Function which represent CustomValidation and massage for error massage */
|
|
70
|
-
CustomValidation: CustomValidation[];
|
|
71
|
-
/** Path of propriety which we need to patch value */
|
|
72
|
-
PatchPath: string;
|
|
73
|
-
/** Function which call to patch value */
|
|
74
|
-
PatchFunction: Function;
|
|
75
|
-
/** Sets an attribute readonly */
|
|
76
|
-
IsReadonly: boolean;
|
|
77
|
-
}
|
|
1
|
+
import { ControlLayout } from '../Enums/ControlLayout';
|
|
2
|
+
import { LanguageMode } from '../Enums/LanguageMode';
|
|
3
|
+
import { CustomValidation } from './CustomValidation';
|
|
4
|
+
import { EnglishArabicDTO } from './EnglishArabicDTO';
|
|
5
|
+
export declare class MultilingualControlOptionsBase {
|
|
6
|
+
/** Represent Name Of Form Control*/
|
|
7
|
+
Name: string;
|
|
8
|
+
/** Represent key of the Label*/
|
|
9
|
+
LabelKey: string;
|
|
10
|
+
/** Represent value of the Label*/
|
|
11
|
+
LabelValue: string;
|
|
12
|
+
/** Represent Key of the label*/
|
|
13
|
+
ArabicLabelKey: string;
|
|
14
|
+
/** Represent Key of the label*/
|
|
15
|
+
EnglishLabelKey: string;
|
|
16
|
+
/** Represent value of the ArabicLabel*/
|
|
17
|
+
ArabicLabelValue: string;
|
|
18
|
+
/** Represent value of the EnglishLabel*/
|
|
19
|
+
EnglishLabelValue: string;
|
|
20
|
+
/** Represent value of the LabelDescription show under textbox*/
|
|
21
|
+
LabelDescription: string;
|
|
22
|
+
/** Represent value of the ArabicLabelDescription show under MultipleLanguageText*/
|
|
23
|
+
ArabicLabelDescription: string;
|
|
24
|
+
/** Represent value of the EnglishLabelDescription show under MultipleLanguageText*/
|
|
25
|
+
EnglishLabelDescription: string;
|
|
26
|
+
/**Represent ArabicPlaceholder Of Form Control*/
|
|
27
|
+
ArabicPlaceholder: string;
|
|
28
|
+
/**Represent EnglishPlaceholder Of Form Control*/
|
|
29
|
+
EnglishPlaceholder: string;
|
|
30
|
+
/** Represent classes to label that allow us to select the Control by jquery or javascript */
|
|
31
|
+
LabelExtraClasses: string;
|
|
32
|
+
/**Represent classes to Arabic textbox that allow us to select the MultipleLanguageText by jquery or javascript */
|
|
33
|
+
ExtraClasses_AR: string;
|
|
34
|
+
/**Represent classes to English textbox that allow us to select the MultipleLanguageText by jquery or javascript */
|
|
35
|
+
ExtraClasses_EN: string;
|
|
36
|
+
/** to set type of view if MultipleLanguageText is Vertical or Horizontal */
|
|
37
|
+
ViewType: ControlLayout;
|
|
38
|
+
/** add button to for coping to clipboard */
|
|
39
|
+
EnableCopyToClipboard: boolean;
|
|
40
|
+
/**To Set Value To MultipleLanguageText with Object From Type "EnglishArabicDTO" */
|
|
41
|
+
Value: EnglishArabicDTO;
|
|
42
|
+
/**Set the MinLength of characters In TextBox */
|
|
43
|
+
MinLength: number;
|
|
44
|
+
MaxLength: number;
|
|
45
|
+
MaxWordCount: number;
|
|
46
|
+
/**
|
|
47
|
+
* Display "*" beside the label
|
|
48
|
+
* if ForceAsterisk=true and IsRequired=True his display "*" ,
|
|
49
|
+
* if if ForceAsterisk=false and IsRequired=false this remove "*",
|
|
50
|
+
*if ForceAsterisk=false and IsRequired=True this display "*" ,
|
|
51
|
+
*/
|
|
52
|
+
ShowAsterisk: boolean;
|
|
53
|
+
/** Ability to set MultipleLanguageText required */
|
|
54
|
+
IsRequired: boolean;
|
|
55
|
+
/** Sets an attribute disable="disabled" */
|
|
56
|
+
IsDisabled: boolean;
|
|
57
|
+
/** Ability to display or hide the EnglishField of MultipleLanguageText */
|
|
58
|
+
IsHideEnglishFields: boolean;
|
|
59
|
+
/** Ability to display or hide the ArabicField of MultipleLanguageText */
|
|
60
|
+
IsHideArabicFields: boolean;
|
|
61
|
+
/** Ability to display or hide the EnglishLabel of MultipleLanguageText */
|
|
62
|
+
IsHideEnglishLabel: boolean;
|
|
63
|
+
/** Ability to display or hide the ArabicLable of MultipleLanguageText */
|
|
64
|
+
IsHideArabicLabel: boolean;
|
|
65
|
+
/** trim input on change */
|
|
66
|
+
TrimTextOnChange: boolean;
|
|
67
|
+
/**To Set LanguageMode To MultipleLanguageText */
|
|
68
|
+
LanguageMode: LanguageMode;
|
|
69
|
+
/** Allow to Pass Object With Body of Function which represent CustomValidation and massage for error massage */
|
|
70
|
+
CustomValidation: CustomValidation[];
|
|
71
|
+
/** Path of propriety which we need to patch value */
|
|
72
|
+
PatchPath: string;
|
|
73
|
+
/** Function which call to patch value */
|
|
74
|
+
PatchFunction: Function;
|
|
75
|
+
/** Sets an attribute readonly */
|
|
76
|
+
IsReadonly: boolean;
|
|
77
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { ControlLayout } from '../Enums/ControlLayout';
|
|
2
|
-
import { IconPosition } from '../Enums/IconPosition';
|
|
3
|
-
import { MultilingualControlOptionsBase } from './MultilingualControlOptionsBase';
|
|
4
|
-
export declare class MultiLingualTextBoxOptions extends MultilingualControlOptionsBase {
|
|
5
|
-
Icon: string;
|
|
6
|
-
IconPositionEN: IconPosition;
|
|
7
|
-
IconPositionAR: IconPosition;
|
|
8
|
-
MultiControlPlacementType: ControlLayout;
|
|
9
|
-
MaxLengthWarningLimit: number;
|
|
10
|
-
/**Prevent AutoComplete of inputs default value is "on" available values "on" and "off"*/
|
|
11
|
-
AutoComplete: string;
|
|
12
|
-
}
|
|
1
|
+
import { ControlLayout } from '../Enums/ControlLayout';
|
|
2
|
+
import { IconPosition } from '../Enums/IconPosition';
|
|
3
|
+
import { MultilingualControlOptionsBase } from './MultilingualControlOptionsBase';
|
|
4
|
+
export declare class MultiLingualTextBoxOptions extends MultilingualControlOptionsBase {
|
|
5
|
+
Icon: string;
|
|
6
|
+
IconPositionEN: IconPosition;
|
|
7
|
+
IconPositionAR: IconPosition;
|
|
8
|
+
MultiControlPlacementType: ControlLayout;
|
|
9
|
+
MaxLengthWarningLimit: number;
|
|
10
|
+
/**Prevent AutoComplete of inputs default value is "on" available values "on" and "off"*/
|
|
11
|
+
AutoComplete: string;
|
|
12
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { FileDTO } from "./FileDTO";
|
|
2
|
-
export declare class MultipleFileUploadModel {
|
|
3
|
-
CorrelationID_GUID?: string;
|
|
4
|
-
UploadedFiles: FileDTO[];
|
|
5
|
-
ExistingFiles: FileDTO[];
|
|
6
|
-
RemovedFiles: string[];
|
|
7
|
-
}
|
|
1
|
+
import { FileDTO } from "./FileDTO";
|
|
2
|
+
export declare class MultipleFileUploadModel {
|
|
3
|
+
CorrelationID_GUID?: string;
|
|
4
|
+
UploadedFiles: FileDTO[];
|
|
5
|
+
ExistingFiles: FileDTO[];
|
|
6
|
+
RemovedFiles: string[];
|
|
7
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export declare class PagingDTO {
|
|
2
|
-
constructor();
|
|
3
|
-
TotalCount: number;
|
|
4
|
-
PageCount: number;
|
|
5
|
-
CurrentPageNumber: number;
|
|
6
|
-
IsFilterUpdated: boolean;
|
|
7
|
-
Skip: number;
|
|
8
|
-
Take: number;
|
|
9
|
-
DevMode: boolean;
|
|
10
|
-
AddedItemsCount: number;
|
|
11
|
-
}
|
|
1
|
+
export declare class PagingDTO {
|
|
2
|
+
constructor();
|
|
3
|
+
TotalCount: number;
|
|
4
|
+
PageCount: number;
|
|
5
|
+
CurrentPageNumber: number;
|
|
6
|
+
IsFilterUpdated: boolean;
|
|
7
|
+
Skip: number;
|
|
8
|
+
Take: number;
|
|
9
|
+
DevMode: boolean;
|
|
10
|
+
AddedItemsCount: number;
|
|
11
|
+
}
|