@bnsights/bbsf-controls 1.0.107 → 1.0.110
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 +15 -0
- package/esm2022/bnsights-bbsf-controls.mjs +5 -0
- package/esm2022/lib/Shared/Components/app-base-component.mjs +226 -0
- package/esm2022/lib/Shared/Components/ng-tag-input.mjs +331 -0
- package/esm2022/lib/Shared/Directives/template-name.directive.mjs +18 -0
- package/{esm2015/lib/Shared/Enums/CalendarView.js → esm2022/lib/Shared/Enums/CalendarView.mjs} +7 -7
- package/{esm2015/lib/Shared/Enums/ControlLayout.js → esm2022/lib/Shared/Enums/ControlLayout.mjs} +5 -5
- package/{esm2015/lib/Shared/Enums/Countries.js → esm2022/lib/Shared/Enums/Countries.mjs} +246 -246
- package/{esm2015/lib/Shared/Enums/Enums.js → esm2022/lib/Shared/Enums/Enums.mjs} +32 -32
- package/{esm2015/lib/Shared/Enums/FileType.js → esm2022/lib/Shared/Enums/FileType.mjs} +21 -21
- package/{esm2015/lib/Shared/Enums/FilterType.js → esm2022/lib/Shared/Enums/FilterType.mjs} +10 -10
- package/{esm2015/lib/Shared/Enums/FontSize.js → esm2022/lib/Shared/Enums/FontSize.mjs} +6 -6
- package/{esm2015/lib/Shared/Enums/ForceDirection.js → esm2022/lib/Shared/Enums/ForceDirection.mjs} +5 -5
- package/{esm2015/lib/Shared/Enums/IconPosition.js → esm2022/lib/Shared/Enums/IconPosition.mjs} +5 -5
- package/{esm2015/lib/Shared/Enums/ImageType.js → esm2022/lib/Shared/Enums/ImageType.mjs} +9 -9
- package/{esm2015/lib/Shared/Enums/InputType.js → esm2022/lib/Shared/Enums/InputType.mjs} +9 -9
- package/{esm2015/lib/Shared/Enums/Insert.js → esm2022/lib/Shared/Enums/Insert.mjs} +8 -8
- package/{esm2015/lib/Shared/Enums/LanguageMode.js → esm2022/lib/Shared/Enums/LanguageMode.mjs} +10 -10
- package/{esm2015/lib/Shared/Enums/LanguageValidation.js → esm2022/lib/Shared/Enums/LanguageValidation.mjs} +5 -5
- package/{esm2015/lib/Shared/Enums/Misc.js → esm2022/lib/Shared/Enums/Misc.mjs} +6 -6
- package/{esm2015/lib/Shared/Enums/PagingActionMode.js → esm2022/lib/Shared/Enums/PagingActionMode.mjs} +5 -5
- package/{esm2015/lib/Shared/Enums/Para.js → esm2022/lib/Shared/Enums/Para.mjs} +8 -8
- package/{esm2015/lib/Shared/Enums/PickerType.js → esm2022/lib/Shared/Enums/PickerType.mjs} +6 -6
- package/{esm2015/lib/Shared/Enums/SelectMode.js → esm2022/lib/Shared/Enums/SelectMode.mjs} +5 -5
- package/{esm2015/lib/Shared/Enums/StartView.js → esm2022/lib/Shared/Enums/StartView.mjs} +6 -6
- package/{esm2015/lib/Shared/Enums/Style.js → esm2022/lib/Shared/Enums/Style.mjs} +7 -7
- package/{esm2015/lib/Shared/Enums/StyleConfirmationMode.js → esm2022/lib/Shared/Enums/StyleConfirmationMode.mjs} +6 -6
- package/{esm2015/lib/Shared/Enums/TagInputView.js → esm2022/lib/Shared/Enums/TagInputView.mjs} +6 -6
- package/{esm2015/lib/Shared/Enums/menu-list-enum.js → esm2022/lib/Shared/Enums/menu-list-enum.mjs} +5 -5
- package/{esm2015/lib/Shared/Models/Attribute.js → esm2022/lib/Shared/Models/Attribute.mjs} +2 -2
- package/{esm2015/lib/Shared/Models/AutocompleteDTO.js → esm2022/lib/Shared/Models/AutocompleteDTO.mjs} +7 -7
- package/{esm2015/lib/Shared/Models/AutocompleteOptions.js → esm2022/lib/Shared/Models/AutocompleteOptions.mjs} +23 -23
- package/{esm2015/lib/Shared/Models/CalendarEventDTO.js → esm2022/lib/Shared/Models/CalendarEventDTO.mjs} +2 -2
- package/{esm2015/lib/Shared/Models/CalendarOptions.js → esm2022/lib/Shared/Models/CalendarOptions.mjs} +18 -18
- package/{esm2015/lib/Shared/Models/CancelDTO.js → esm2022/lib/Shared/Models/CancelDTO.mjs} +6 -6
- package/{esm2015/lib/Shared/Models/CaptchaStyle.js → esm2022/lib/Shared/Models/CaptchaStyle.mjs} +2 -2
- package/{esm2015/lib/Shared/Models/CheckBoxOptions.js → esm2022/lib/Shared/Models/CheckBoxOptions.mjs} +10 -10
- package/{esm2015/lib/Shared/Models/ConfirmationModalOptions.js → esm2022/lib/Shared/Models/ConfirmationModalOptions.mjs} +38 -38
- package/{esm2015/lib/Shared/Models/ControlOptionsBase.js → esm2022/lib/Shared/Models/ControlOptionsBase.mjs} +12 -12
- package/{esm2015/lib/Shared/Models/CustomValidation.js → esm2022/lib/Shared/Models/CustomValidation.mjs} +13 -13
- package/{esm2015/lib/Shared/Models/DropdownListItem.js → esm2022/lib/Shared/Models/DropdownListItem.mjs} +3 -3
- package/{esm2015/lib/Shared/Models/DropdownOptions.js → esm2022/lib/Shared/Models/DropdownOptions.mjs} +15 -15
- package/{esm2015/lib/Shared/Models/EditPersonalImage.js → esm2022/lib/Shared/Models/EditPersonalImage.mjs} +6 -6
- package/{esm2015/lib/Shared/Models/EnglishArabicDTO.js → esm2022/lib/Shared/Models/EnglishArabicDTO.mjs} +10 -10
- package/{esm2015/lib/Shared/Models/FileDTO.js → esm2022/lib/Shared/Models/FileDTO.mjs} +1 -1
- package/{esm2015/lib/Shared/Models/FileUploadModel.js → esm2022/lib/Shared/Models/FileUploadModel.mjs} +2 -2
- package/{esm2015/lib/Shared/Models/FileUploadOptions.js → esm2022/lib/Shared/Models/FileUploadOptions.mjs} +10 -10
- package/{esm2015/lib/Shared/Models/FilterItem.js → esm2022/lib/Shared/Models/FilterItem.mjs} +7 -7
- package/{esm2015/lib/Shared/Models/FormOptions.js → esm2022/lib/Shared/Models/FormOptions.mjs} +27 -27
- package/{esm2015/lib/Shared/Models/HtmlEditorOptions.js → esm2022/lib/Shared/Models/HtmlEditorOptions.mjs} +11 -11
- package/{esm2015/lib/Shared/Models/ImageUploadOptions.js → esm2022/lib/Shared/Models/ImageUploadOptions.mjs} +13 -13
- package/{esm2015/lib/Shared/Models/MapAutoCompleteOptions.js → esm2022/lib/Shared/Models/MapAutoCompleteOptions.mjs} +3 -3
- package/{esm2015/lib/Shared/Models/MapAutocompleteDTO.js → esm2022/lib/Shared/Models/MapAutocompleteDTO.mjs} +5 -5
- package/{esm2015/lib/Shared/Models/MultiLingualHtmlEditorOptions.js → esm2022/lib/Shared/Models/MultiLingualHtmlEditorOptions.mjs} +8 -8
- package/{esm2015/lib/Shared/Models/MultiLingualTextAreaOptions.js → esm2022/lib/Shared/Models/MultiLingualTextAreaOptions.mjs} +8 -8
- package/{esm2015/lib/Shared/Models/MultilingualControlOptionsBase.js → esm2022/lib/Shared/Models/MultilingualControlOptionsBase.mjs} +15 -15
- package/{esm2015/lib/Shared/Models/MultilingualTextBoxOptions.js → esm2022/lib/Shared/Models/MultilingualTextBoxOptions.mjs} +13 -13
- package/{esm2015/lib/Shared/Models/MultipleFileUploadModel.js → esm2022/lib/Shared/Models/MultipleFileUploadModel.mjs} +8 -8
- package/{esm2015/lib/Shared/Models/PagingDTO.js → esm2022/lib/Shared/Models/PagingDTO.mjs} +12 -12
- package/{esm2015/lib/Shared/Models/PagingOptions.js → esm2022/lib/Shared/Models/PagingOptions.mjs} +46 -46
- package/{esm2015/lib/Shared/Models/PagingPayload.js → esm2022/lib/Shared/Models/PagingPayload.mjs} +2 -2
- package/{esm2015/lib/Shared/Models/PhoneOptions.js → esm2022/lib/Shared/Models/PhoneOptions.mjs} +12 -12
- package/{esm2015/lib/Shared/Models/ProfileImageUploadOptions.js → esm2022/lib/Shared/Models/ProfileImageUploadOptions.mjs} +10 -10
- package/{esm2015/lib/Shared/Models/ProfilePictureDTO.js → esm2022/lib/Shared/Models/ProfilePictureDTO.mjs} +2 -2
- package/{esm2015/lib/Shared/Models/RadioButtonItem.js → esm2022/lib/Shared/Models/RadioButtonItem.mjs} +2 -2
- package/{esm2015/lib/Shared/Models/RadioButtonOptions.js → esm2022/lib/Shared/Models/RadioButtonOptions.mjs} +3 -3
- package/{esm2015/lib/Shared/Models/RangeNumber.js → esm2022/lib/Shared/Models/RangeNumber.mjs} +2 -2
- package/{esm2015/lib/Shared/Models/Recaptcha.js → esm2022/lib/Shared/Models/Recaptcha.mjs} +5 -5
- package/{esm2015/lib/Shared/Models/RecaptchaOptions.js → esm2022/lib/Shared/Models/RecaptchaOptions.mjs} +21 -21
- package/{esm2015/lib/Shared/Models/RepeaterField.js → esm2022/lib/Shared/Models/RepeaterField.mjs} +2 -2
- package/{esm2015/lib/Shared/Models/RepeaterOptions.js → esm2022/lib/Shared/Models/RepeaterOptions.mjs} +12 -12
- package/{esm2015/lib/Shared/Models/SaveDTO.js → esm2022/lib/Shared/Models/SaveDTO.mjs} +6 -6
- package/{esm2015/lib/Shared/Models/TagsInputDTO.js → esm2022/lib/Shared/Models/TagsInputDTO.mjs} +2 -2
- package/{esm2015/lib/Shared/Models/TagsInputOptions.js → esm2022/lib/Shared/Models/TagsInputOptions.mjs} +40 -40
- package/{esm2015/lib/Shared/Models/TextAreaOptions.js → esm2022/lib/Shared/Models/TextAreaOptions.mjs} +3 -3
- package/{esm2015/lib/Shared/Models/TextBoxOptions.js → esm2022/lib/Shared/Models/TextBoxOptions.mjs} +22 -22
- package/{esm2015/lib/Shared/Models/ToggleslideOptions.js → esm2022/lib/Shared/Models/ToggleslideOptions.mjs} +8 -8
- package/{esm2015/lib/Shared/Models/UploadPersonalImage.js → esm2022/lib/Shared/Models/UploadPersonalImage.mjs} +6 -6
- package/{esm2015/lib/Shared/Models/bread-crumb.js → esm2022/lib/Shared/Models/bread-crumb.mjs} +7 -7
- package/{esm2015/lib/Shared/Models/control-filter-Item.js → esm2022/lib/Shared/Models/control-filter-Item.mjs} +5 -5
- package/{esm2015/lib/Shared/Models/datePickerOptions.js → esm2022/lib/Shared/Models/datePickerOptions.mjs} +22 -22
- package/{esm2015/lib/Shared/Models/filter-options.js → esm2022/lib/Shared/Models/filter-options.mjs} +8 -8
- package/{esm2015/lib/Shared/Models/page-header-options.js → esm2022/lib/Shared/Models/page-header-options.mjs} +77 -77
- package/esm2022/lib/Shared/Pipes/bbsf-date-time.pipe.mjs +21 -0
- package/esm2022/lib/Shared/Pipes/bbsf-date.pipe.mjs +21 -0
- package/{esm2015/lib/Shared/config/environment.js → esm2022/lib/Shared/config/environment.mjs} +11 -11
- package/esm2022/lib/Shared/default_intl.mjs +29 -0
- package/esm2022/lib/Shared/services/ControlUtility.mjs +162 -0
- package/esm2022/lib/Shared/services/GlobalSettings.service.mjs +30 -0
- package/esm2022/lib/Shared/services/OnPagingFiltersChange.service.mjs +24 -0
- package/esm2022/lib/Shared/services/render-component-service.service.mjs +30 -0
- 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/esm2022/lib/controls/ConfirmationModal/ConfirmationModal.component.mjs +136 -0
- 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/esm2022/lib/controls/Form/Form.component.mjs +101 -0
- package/{esm2015/lib/controls/HtmlEditor/HtmlEditor.component.js → esm2022/lib/controls/HtmlEditor/HtmlEditor.component.mjs} +226 -226
- package/esm2022/lib/controls/ImageUpload/ImageUpload.component.mjs +350 -0
- package/esm2022/lib/controls/MapAutoComplete/MapAutoComplete.component.mjs +324 -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/esm2022/lib/controls/Paging/JwPagination.component.mjs +156 -0
- package/esm2022/lib/controls/Paging/Paging.component.mjs +312 -0
- 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/esm2022/lib/controls/Recaptcha/Recaptcha.component.mjs +135 -0
- package/esm2022/lib/controls/Repeater/repeater/repeater.component.mjs +125 -0
- package/esm2022/lib/controls/Repeater/repeater-field-builder/repeater-field-builder.component.mjs +750 -0
- package/esm2022/lib/controls/Repeater/repeater-item-field/repeater-item-field.component.mjs +21 -0
- package/esm2022/lib/controls/Repeater/repeater-table/repeater-table.component.mjs +108 -0
- 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 +350 -0
- package/esm2022/lib/controls/page-header-component/page-header-component.component.mjs +37 -0
- package/{esm2015/public-api.js → esm2022/public-api.mjs} +130 -130
- package/{fesm2015/bnsights-bbsf-controls.js → fesm2022/bnsights-bbsf-controls.mjs} +8876 -8851
- package/fesm2022/bnsights-bbsf-controls.mjs.map +1 -0
- package/index.d.ts +5 -0
- package/lib/Shared/Components/app-base-component.d.ts +58 -51
- package/lib/Shared/Components/ng-tag-input.d.ts +50 -47
- package/lib/Shared/Directives/template-name.directive.d.ts +9 -6
- 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/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 +6 -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 -7
- package/lib/Shared/Pipes/bbsf-date.pipe.d.ts +10 -7
- package/lib/Shared/config/environment.d.ts +1 -1
- package/lib/Shared/default_intl.d.ts +21 -18
- package/lib/Shared/services/ControlUtility.d.ts +32 -29
- package/lib/Shared/services/GlobalSettings.service.d.ts +17 -14
- package/lib/Shared/services/OnPagingFiltersChange.service.d.ts +10 -7
- package/lib/Shared/services/render-component-service.service.d.ts +10 -7
- package/lib/Shared/services/validationErrorMassage.service.d.ts +14 -13
- package/lib/controls/AutocompleteTextBox/AutocompleteTextBox.component.d.ts +59 -56
- package/lib/controls/Calendar/Calendar.component.d.ts +42 -39
- package/lib/controls/CheckBox/CheckBox.component.d.ts +37 -34
- package/lib/controls/ConfirmationModal/ConfirmationModal.component.d.ts +29 -26
- package/lib/controls/DateTimePicker/DateTimePicker.component.d.ts +61 -58
- package/lib/controls/DropdownList/DropdownList.component.d.ts +55 -50
- package/lib/controls/FileUplaod/FileUplaod.component.d.ts +58 -55
- package/lib/controls/Form/Form.component.d.ts +28 -25
- package/lib/controls/HtmlEditor/HtmlEditor.component.d.ts +49 -46
- package/lib/controls/ImageUpload/ImageUpload.component.d.ts +70 -67
- package/lib/controls/MapAutoComplete/MapAutoComplete.component.d.ts +49 -51
- package/lib/controls/MultiLingualHtmlEditor/MultiLingualHtmlEditor.component.d.ts +65 -62
- package/lib/controls/MultiLingualTextArea/MultiLingualTextArea.component.d.ts +74 -71
- package/lib/controls/MultiLingualTextBox/MultiLingualTextBox.component.d.ts +73 -70
- package/lib/controls/Paging/JwPagination.component.d.ts +27 -24
- package/lib/controls/Paging/Paging.component.d.ts +57 -54
- package/lib/controls/Phone/Phone.component.d.ts +43 -40
- package/lib/controls/ProfileImageUploader/ProfileImageUploader.component.d.ts +69 -66
- package/lib/controls/RadioButton/RadioButton.component.d.ts +37 -34
- package/lib/controls/Recaptcha/Recaptcha.component.d.ts +41 -38
- package/lib/controls/Repeater/repeater/repeater.component.d.ts +29 -26
- package/lib/controls/Repeater/repeater-field-builder/repeater-field-builder.component.d.ts +23 -20
- package/lib/controls/Repeater/repeater-item-field/repeater-item-field.component.d.ts +11 -8
- package/lib/controls/Repeater/repeater-table/repeater-table.component.d.ts +19 -16
- package/lib/controls/TagsInput/TagsInput.component.d.ts +58 -55
- package/lib/controls/TextArea/TextArea.component.d.ts +51 -48
- package/lib/controls/TextBox/TextBox.component.d.ts +66 -63
- package/lib/controls/Toggleslide/toggleslide.component.d.ts +33 -30
- package/lib/controls/bbsf-controls.module.d.ts +68 -10
- package/lib/controls/page-header-component/page-header-component.component.d.ts +20 -17
- package/package.json +61 -78
- package/public-api.d.ts +117 -117
- package/src/lib/assets/Style.scss +4 -4
- package/bnsights-bbsf-controls-1.0.107.tgz +0 -0
- package/bnsights-bbsf-controls.d.ts +0 -5
- package/bnsights-bbsf-controls.metadata.json +0 -1
- package/bundles/bnsights-bbsf-controls.umd.js +0 -9636
- package/bundles/bnsights-bbsf-controls.umd.js.map +0 -1
- package/esm2015/bnsights-bbsf-controls.js +0 -6
- package/esm2015/lib/Shared/Components/app-base-component.js +0 -202
- package/esm2015/lib/Shared/Components/ng-tag-input.js +0 -323
- package/esm2015/lib/Shared/Directives/template-name.directive.js +0 -18
- package/esm2015/lib/Shared/Pipes/bbsf-date-time.pipe.js +0 -20
- package/esm2015/lib/Shared/Pipes/bbsf-date.pipe.js +0 -20
- package/esm2015/lib/Shared/default_intl.js +0 -29
- package/esm2015/lib/Shared/services/ControlUtility.js +0 -164
- package/esm2015/lib/Shared/services/GlobalSettings.service.js +0 -28
- package/esm2015/lib/Shared/services/OnPagingFiltersChange.service.js +0 -22
- package/esm2015/lib/Shared/services/render-component-service.service.js +0 -30
- package/esm2015/lib/Shared/services/validationErrorMassage.service.js +0 -172
- package/esm2015/lib/controls/AutocompleteTextBox/AutocompleteTextBox.component.js +0 -266
- package/esm2015/lib/controls/Calendar/Calendar.component.js +0 -177
- package/esm2015/lib/controls/CheckBox/CheckBox.component.js +0 -118
- package/esm2015/lib/controls/ConfirmationModal/ConfirmationModal.component.js +0 -139
- package/esm2015/lib/controls/DateTimePicker/DateTimePicker.component.js +0 -227
- package/esm2015/lib/controls/DropdownList/DropdownList.component.js +0 -192
- package/esm2015/lib/controls/FileUplaod/FileUplaod.component.js +0 -447
- package/esm2015/lib/controls/Form/Form.component.js +0 -106
- package/esm2015/lib/controls/ImageUpload/ImageUpload.component.js +0 -347
- package/esm2015/lib/controls/MapAutoComplete/MapAutoComplete.component.js +0 -325
- package/esm2015/lib/controls/MultiLingualHtmlEditor/MultiLingualHtmlEditor.component.js +0 -429
- package/esm2015/lib/controls/MultiLingualTextArea/MultiLingualTextArea.component.js +0 -434
- package/esm2015/lib/controls/MultiLingualTextBox/MultiLingualTextBox.component.js +0 -433
- package/esm2015/lib/controls/Paging/JwPagination.component.js +0 -129
- package/esm2015/lib/controls/Paging/Paging.component.js +0 -312
- package/esm2015/lib/controls/Phone/Phone.component.js +0 -129
- package/esm2015/lib/controls/ProfileImageUploader/ProfileImageUploader.component.js +0 -371
- package/esm2015/lib/controls/RadioButton/RadioButton.component.js +0 -111
- package/esm2015/lib/controls/Recaptcha/Recaptcha.component.js +0 -135
- package/esm2015/lib/controls/Repeater/repeater/repeater.component.js +0 -117
- package/esm2015/lib/controls/Repeater/repeater-field-builder/repeater-field-builder.component.js +0 -748
- package/esm2015/lib/controls/Repeater/repeater-item-field/repeater-item-field.component.js +0 -19
- package/esm2015/lib/controls/Repeater/repeater-table/repeater-table.component.js +0 -108
- package/esm2015/lib/controls/TagsInput/TagsInput.component.js +0 -278
- package/esm2015/lib/controls/TextArea/TextArea.component.js +0 -197
- package/esm2015/lib/controls/TextBox/TextBox.component.js +0 -309
- package/esm2015/lib/controls/Toggleslide/toggleslide.component.js +0 -90
- package/esm2015/lib/controls/bbsf-controls.module.js +0 -240
- package/esm2015/lib/controls/page-header-component/page-header-component.component.js +0 -32
- package/fesm2015/bnsights-bbsf-controls.js.map +0 -1
- package/src/lib/assets/.gitkeep +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export declare enum InputType {
|
|
2
|
-
Text = 1,
|
|
3
|
-
Password = 2,
|
|
4
|
-
Email = 3,
|
|
5
|
-
Number = 4,
|
|
6
|
-
EID = 5,
|
|
7
|
-
URL = 6
|
|
8
|
-
}
|
|
1
|
+
export declare enum InputType {
|
|
2
|
+
Text = 1,
|
|
3
|
+
Password = 2,
|
|
4
|
+
Email = 3,
|
|
5
|
+
Number = 4,
|
|
6
|
+
EID = 5,
|
|
7
|
+
URL = 6
|
|
8
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export declare enum Insert {
|
|
2
|
-
table = "table",
|
|
3
|
-
picture = "picture",
|
|
4
|
-
link = "link",
|
|
5
|
-
video = "video",
|
|
6
|
-
hr = "hr"
|
|
7
|
-
}
|
|
1
|
+
export declare enum Insert {
|
|
2
|
+
table = "table",
|
|
3
|
+
picture = "picture",
|
|
4
|
+
link = "link",
|
|
5
|
+
video = "video",
|
|
6
|
+
hr = "hr"
|
|
7
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export declare enum LanguageMode {
|
|
2
|
-
Both_Languages_are_visible = "3c6dbffe-da7f-4108-b44d-4b216a22f701",
|
|
3
|
-
English_Language_only_is_visible = "84cc1d57-1f07-42a1-a38f-1a376c12a367",
|
|
4
|
-
Arabic_Language_only_is_visible = "6a3e59e0-9510-4b16-9080-9313f5c9f229",
|
|
5
|
-
Both_Languages_but_only_English_is_required = "260c38bb-c90c-4aa7-895d-31aba9311a05",
|
|
6
|
-
Both_Languages_but_only_Arabic_is_required = "a1f2e15f-2691-4118-975f-ac21caf8ad5a",
|
|
7
|
-
Current_Language_only_is_visible_and_required = "e2ba1f44-68f3-4035-b84f-9f1b6c2b0c05",
|
|
8
|
-
Both_Languages_are_visible_but_only_current_language_is_required = "b26431f2-b209-4c41-ab04-2d71361847c2"
|
|
9
|
-
}
|
|
1
|
+
export declare enum LanguageMode {
|
|
2
|
+
Both_Languages_are_visible = "3c6dbffe-da7f-4108-b44d-4b216a22f701",
|
|
3
|
+
English_Language_only_is_visible = "84cc1d57-1f07-42a1-a38f-1a376c12a367",
|
|
4
|
+
Arabic_Language_only_is_visible = "6a3e59e0-9510-4b16-9080-9313f5c9f229",
|
|
5
|
+
Both_Languages_but_only_English_is_required = "260c38bb-c90c-4aa7-895d-31aba9311a05",
|
|
6
|
+
Both_Languages_but_only_Arabic_is_required = "a1f2e15f-2691-4118-975f-ac21caf8ad5a",
|
|
7
|
+
Current_Language_only_is_visible_and_required = "e2ba1f44-68f3-4035-b84f-9f1b6c2b0c05",
|
|
8
|
+
Both_Languages_are_visible_but_only_current_language_is_required = "b26431f2-b209-4c41-ab04-2d71361847c2"
|
|
9
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare enum LanguageValidation {
|
|
2
|
-
English = 1,
|
|
3
|
-
Arabic = 2
|
|
4
|
-
}
|
|
1
|
+
export declare enum LanguageValidation {
|
|
2
|
+
English = 1,
|
|
3
|
+
Arabic = 2
|
|
4
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare enum Misc {
|
|
2
|
-
codeview = "codeview",
|
|
3
|
-
undo = "undo",
|
|
4
|
-
redo = "redo"
|
|
5
|
-
}
|
|
1
|
+
export declare enum Misc {
|
|
2
|
+
codeview = "codeview",
|
|
3
|
+
undo = "undo",
|
|
4
|
+
redo = "redo"
|
|
5
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare enum PagingActionMode {
|
|
2
|
-
Reinitialize = 0,
|
|
3
|
-
Update = 1
|
|
4
|
-
}
|
|
1
|
+
export declare enum PagingActionMode {
|
|
2
|
+
Reinitialize = 0,
|
|
3
|
+
Update = 1
|
|
4
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export declare enum Para {
|
|
2
|
-
style = "style",
|
|
3
|
-
ul = "ul",
|
|
4
|
-
ol = "ol",
|
|
5
|
-
paragraph = "paragraph",
|
|
6
|
-
height = "height"
|
|
7
|
-
}
|
|
1
|
+
export declare enum Para {
|
|
2
|
+
style = "style",
|
|
3
|
+
ul = "ul",
|
|
4
|
+
ol = "ol",
|
|
5
|
+
paragraph = "paragraph",
|
|
6
|
+
height = "height"
|
|
7
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare enum PickerType {
|
|
2
|
-
Both = 1,
|
|
3
|
-
Calendar = 2,
|
|
4
|
-
Timer = 3
|
|
5
|
-
}
|
|
1
|
+
export declare enum PickerType {
|
|
2
|
+
Both = 1,
|
|
3
|
+
Calendar = 2,
|
|
4
|
+
Timer = 3
|
|
5
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare enum SelectMode {
|
|
2
|
-
Single = 1,
|
|
3
|
-
Range = 2
|
|
4
|
-
}
|
|
1
|
+
export declare enum SelectMode {
|
|
2
|
+
Single = 1,
|
|
3
|
+
Range = 2
|
|
4
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare enum StartView {
|
|
2
|
-
Month = 1,
|
|
3
|
-
Year = 2,
|
|
4
|
-
MultiYear = 3
|
|
5
|
-
}
|
|
1
|
+
export declare enum StartView {
|
|
2
|
+
Month = 1,
|
|
3
|
+
Year = 2,
|
|
4
|
+
MultiYear = 3
|
|
5
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export declare enum Style {
|
|
2
|
-
bold = "bold",
|
|
3
|
-
italic = "italic",
|
|
4
|
-
underline = "underline",
|
|
5
|
-
clear = "clear"
|
|
6
|
-
}
|
|
1
|
+
export declare enum Style {
|
|
2
|
+
bold = "bold",
|
|
3
|
+
italic = "italic",
|
|
4
|
+
underline = "underline",
|
|
5
|
+
clear = "clear"
|
|
6
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare enum StyleConfirmationMode {
|
|
2
|
-
Danger = 0,
|
|
3
|
-
Warning = 1,
|
|
4
|
-
Success = 2
|
|
5
|
-
}
|
|
1
|
+
export declare enum StyleConfirmationMode {
|
|
2
|
+
Danger = 0,
|
|
3
|
+
Warning = 1,
|
|
4
|
+
Success = 2
|
|
5
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare enum TagInputView {
|
|
2
|
-
WithImage = 1,
|
|
3
|
-
WithoutImage = 2,
|
|
4
|
-
WithInitial = 3
|
|
5
|
-
}
|
|
1
|
+
export declare enum TagInputView {
|
|
2
|
+
WithImage = 1,
|
|
3
|
+
WithoutImage = 2,
|
|
4
|
+
WithInitial = 3
|
|
5
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare enum MenuListType {
|
|
2
|
-
AdminType = 1,
|
|
3
|
-
UserType = 2
|
|
4
|
-
}
|
|
1
|
+
export declare enum MenuListType {
|
|
2
|
+
AdminType = 1,
|
|
3
|
+
UserType = 2
|
|
4
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare class Attribute {
|
|
2
|
-
Key: string;
|
|
3
|
-
value: any;
|
|
4
|
-
}
|
|
1
|
+
export declare class Attribute {
|
|
2
|
+
Key: string;
|
|
3
|
+
value: any;
|
|
4
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare class AutocompleteDTO {
|
|
2
|
-
key: string;
|
|
3
|
-
value: string;
|
|
4
|
-
image: string;
|
|
5
|
-
}
|
|
1
|
+
export declare class AutocompleteDTO {
|
|
2
|
+
key: string;
|
|
3
|
+
value: string;
|
|
4
|
+
image: string;
|
|
5
|
+
}
|
|
@@ -1,40 +1,40 @@
|
|
|
1
|
-
import { TemplateRef } from '@angular/core';
|
|
2
|
-
import { AutocompleteDTO } from './AutocompleteDTO';
|
|
3
|
-
import { InputType } from '../Enums/InputType';
|
|
4
|
-
import { ForceDirection } from '../Enums/ForceDirection';
|
|
5
|
-
import { RangeNumber } from './RangeNumber';
|
|
6
|
-
import { ControlOptionsBase } from './ControlOptionsBase';
|
|
7
|
-
export declare class AutocompleteOptions extends ControlOptionsBase {
|
|
8
|
-
/**Represent classes to textbox that allow us to select the AutoComplete by jquery or javascript */
|
|
9
|
-
ValidationToken: string;
|
|
10
|
-
/**To set value to textbox */
|
|
11
|
-
Value: any;
|
|
12
|
-
MaxLength?: number;
|
|
13
|
-
/**Set the MinLength of characters In AutoComplete */
|
|
14
|
-
MinLength?: number;
|
|
15
|
-
MaxWordCount: number;
|
|
16
|
-
/** set Range Number to Textbox with type number with From-Value and To-value*/
|
|
17
|
-
NumberRange: RangeNumber;
|
|
18
|
-
/**Prevent AutoComplete of textbox*/
|
|
19
|
-
AutoComplete: boolean;
|
|
20
|
-
/** text input on change */
|
|
21
|
-
TrimTextOnChange: boolean;
|
|
22
|
-
/** add button to for coping to clipboard */
|
|
23
|
-
EnableCopyToClipboard: boolean;
|
|
24
|
-
/**Prevent Defulat Password Validation to set Custom Validation */
|
|
25
|
-
RemoveDefulatPasswordValidation: boolean;
|
|
26
|
-
/** to set Direction of textbox if textbox is Arabic or English */
|
|
27
|
-
ForceDirection: ForceDirection;
|
|
28
|
-
/** Set Type of AutoComplete ("text","password","email","number") */
|
|
29
|
-
Type: InputType;
|
|
30
|
-
/** allow add value of AutoComplete dosn't exist in list*/
|
|
31
|
-
AllowNewSelection: boolean;
|
|
32
|
-
ControlId: string;
|
|
33
|
-
/**the url of a remote server that supports jsonp calls */
|
|
34
|
-
ActionURL: string;
|
|
35
|
-
QueryParam: string;
|
|
36
|
-
AutocompleteDTO: AutocompleteDTO;
|
|
37
|
-
SelectedValue: any;
|
|
38
|
-
ItemWithImage: boolean;
|
|
39
|
-
CustomTemplate: TemplateRef<any>;
|
|
40
|
-
}
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
|
+
import { AutocompleteDTO } from './AutocompleteDTO';
|
|
3
|
+
import { InputType } from '../Enums/InputType';
|
|
4
|
+
import { ForceDirection } from '../Enums/ForceDirection';
|
|
5
|
+
import { RangeNumber } from './RangeNumber';
|
|
6
|
+
import { ControlOptionsBase } from './ControlOptionsBase';
|
|
7
|
+
export declare class AutocompleteOptions extends ControlOptionsBase {
|
|
8
|
+
/**Represent classes to textbox that allow us to select the AutoComplete by jquery or javascript */
|
|
9
|
+
ValidationToken: string;
|
|
10
|
+
/**To set value to textbox */
|
|
11
|
+
Value: any;
|
|
12
|
+
MaxLength?: number;
|
|
13
|
+
/**Set the MinLength of characters In AutoComplete */
|
|
14
|
+
MinLength?: number;
|
|
15
|
+
MaxWordCount: number;
|
|
16
|
+
/** set Range Number to Textbox with type number with From-Value and To-value*/
|
|
17
|
+
NumberRange: RangeNumber;
|
|
18
|
+
/**Prevent AutoComplete of textbox*/
|
|
19
|
+
AutoComplete: boolean;
|
|
20
|
+
/** text input on change */
|
|
21
|
+
TrimTextOnChange: boolean;
|
|
22
|
+
/** add button to for coping to clipboard */
|
|
23
|
+
EnableCopyToClipboard: boolean;
|
|
24
|
+
/**Prevent Defulat Password Validation to set Custom Validation */
|
|
25
|
+
RemoveDefulatPasswordValidation: boolean;
|
|
26
|
+
/** to set Direction of textbox if textbox is Arabic or English */
|
|
27
|
+
ForceDirection: ForceDirection;
|
|
28
|
+
/** Set Type of AutoComplete ("text","password","email","number") */
|
|
29
|
+
Type: InputType;
|
|
30
|
+
/** allow add value of AutoComplete dosn't exist in list*/
|
|
31
|
+
AllowNewSelection: boolean;
|
|
32
|
+
ControlId: string;
|
|
33
|
+
/**the url of a remote server that supports jsonp calls */
|
|
34
|
+
ActionURL: string;
|
|
35
|
+
QueryParam: string;
|
|
36
|
+
AutocompleteDTO: AutocompleteDTO;
|
|
37
|
+
SelectedValue: any;
|
|
38
|
+
ItemWithImage: boolean;
|
|
39
|
+
CustomTemplate: TemplateRef<any>;
|
|
40
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export declare class CalendarEventDTO {
|
|
2
|
-
id: string;
|
|
3
|
-
title: string;
|
|
4
|
-
start: Date;
|
|
5
|
-
end: Date;
|
|
6
|
-
colour: string;
|
|
7
|
-
allDay: boolean;
|
|
8
|
-
}
|
|
1
|
+
export declare class CalendarEventDTO {
|
|
2
|
+
id: string;
|
|
3
|
+
title: string;
|
|
4
|
+
start: Date;
|
|
5
|
+
end: Date;
|
|
6
|
+
colour: string;
|
|
7
|
+
allDay: boolean;
|
|
8
|
+
}
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { CalendarView } from '../Enums/CalendarView';
|
|
2
|
-
import { CalendarEventDTO } from './CalendarEventDTO';
|
|
3
|
-
import { ControlOptionsBase } from './ControlOptionsBase';
|
|
4
|
-
export declare class CalendarOptions extends ControlOptionsBase {
|
|
5
|
-
/** Represent DefaultView Of Calendar*/
|
|
6
|
-
DefaultView: CalendarView;
|
|
7
|
-
/** Represent OnEventClickFunction Of Calendar*/
|
|
8
|
-
OnEventClickFunction: any;
|
|
9
|
-
/** Represent CalendarViews Of Calendar*/
|
|
10
|
-
CalendarViews: CalendarView[];
|
|
11
|
-
/** Represent OnDayClickFunction Of Calendar*/
|
|
12
|
-
OnDayClickFunction: any;
|
|
13
|
-
EventList: CalendarEventDTO[];
|
|
14
|
-
/** Set Allowc Calendar Weekends Of Calendar*/
|
|
15
|
-
AllowCalendarWeekends: boolean;
|
|
16
|
-
/** Set Calendar Visible Of Calendar*/
|
|
17
|
-
CalendarVisible: boolean;
|
|
18
|
-
/** Set DefaultDate Of Calendar*/
|
|
19
|
-
DefaultDate: Date;
|
|
20
|
-
Eventeditable: boolean;
|
|
21
|
-
Eventselectable: boolean;
|
|
22
|
-
dayMaxEvents: boolean | number;
|
|
23
|
-
}
|
|
1
|
+
import { CalendarView } from '../Enums/CalendarView';
|
|
2
|
+
import { CalendarEventDTO } from './CalendarEventDTO';
|
|
3
|
+
import { ControlOptionsBase } from './ControlOptionsBase';
|
|
4
|
+
export declare class CalendarOptions extends ControlOptionsBase {
|
|
5
|
+
/** Represent DefaultView Of Calendar*/
|
|
6
|
+
DefaultView: CalendarView;
|
|
7
|
+
/** Represent OnEventClickFunction Of Calendar*/
|
|
8
|
+
OnEventClickFunction: any;
|
|
9
|
+
/** Represent CalendarViews Of Calendar*/
|
|
10
|
+
CalendarViews: CalendarView[];
|
|
11
|
+
/** Represent OnDayClickFunction Of Calendar*/
|
|
12
|
+
OnDayClickFunction: any;
|
|
13
|
+
EventList: CalendarEventDTO[];
|
|
14
|
+
/** Set Allowc Calendar Weekends Of Calendar*/
|
|
15
|
+
AllowCalendarWeekends: boolean;
|
|
16
|
+
/** Set Calendar Visible Of Calendar*/
|
|
17
|
+
CalendarVisible: boolean;
|
|
18
|
+
/** Set DefaultDate Of Calendar*/
|
|
19
|
+
DefaultDate: Date;
|
|
20
|
+
Eventeditable: boolean;
|
|
21
|
+
Eventselectable: boolean;
|
|
22
|
+
dayMaxEvents: boolean | number;
|
|
23
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare class CancelDTO {
|
|
2
|
-
constructor();
|
|
3
|
-
English: string;
|
|
4
|
-
Arabic: string;
|
|
5
|
-
}
|
|
1
|
+
export declare class CancelDTO {
|
|
2
|
+
constructor();
|
|
3
|
+
English: string;
|
|
4
|
+
Arabic: string;
|
|
5
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export declare class CaptchaStyle {
|
|
2
|
-
BackgroundColorPrimary: string;
|
|
3
|
-
BackgroundColorSecondary: string;
|
|
4
|
-
TextColorPrimary: string;
|
|
5
|
-
TextColorSecondary: string;
|
|
6
|
-
FontSize: number;
|
|
7
|
-
}
|
|
1
|
+
export declare class CaptchaStyle {
|
|
2
|
+
BackgroundColorPrimary: string;
|
|
3
|
+
BackgroundColorSecondary: string;
|
|
4
|
+
TextColorPrimary: string;
|
|
5
|
+
TextColorSecondary: string;
|
|
6
|
+
FontSize: number;
|
|
7
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ForceDirection } from '../Enums/ForceDirection';
|
|
2
|
-
import { ControlOptionsBase } from './ControlOptionsBase';
|
|
3
|
-
export declare class CheckBoxOptions extends ControlOptionsBase {
|
|
4
|
-
/**To set value to CheckBox */
|
|
5
|
-
Value: boolean;
|
|
6
|
-
ForceDirection: ForceDirection;
|
|
7
|
-
}
|
|
1
|
+
import { ForceDirection } from '../Enums/ForceDirection';
|
|
2
|
+
import { ControlOptionsBase } from './ControlOptionsBase';
|
|
3
|
+
export declare class CheckBoxOptions extends ControlOptionsBase {
|
|
4
|
+
/**To set value to CheckBox */
|
|
5
|
+
Value: boolean;
|
|
6
|
+
ForceDirection: ForceDirection;
|
|
7
|
+
}
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { PagingComponent } from "../../controls/Paging/Paging.component";
|
|
2
|
-
import { PagingActionMode } from "../Enums/PagingActionMode";
|
|
3
|
-
import { StyleConfirmationMode } from "../Enums/StyleConfirmationMode";
|
|
4
|
-
export declare class ConfirmationModalOptions {
|
|
5
|
-
ConfirmationHeader: string;
|
|
6
|
-
ConfirmationBody: string;
|
|
7
|
-
SubmitButtonText: string;
|
|
8
|
-
StyleConfirmationMode: StyleConfirmationMode;
|
|
9
|
-
ServiceSubmitFunction: Function;
|
|
10
|
-
ServiceSubmitModel: any[];
|
|
11
|
-
PagingReference: PagingComponent<any>;
|
|
12
|
-
PagingActionMode: PagingActionMode;
|
|
13
|
-
OnErrorHandler: Function;
|
|
14
|
-
OnSuccessHandler: Function;
|
|
15
|
-
SuccessNotificationMessage: string;
|
|
16
|
-
DisableSuccessNotification: boolean;
|
|
17
|
-
DisableErrorNotification: boolean;
|
|
18
|
-
DisableModalDismiss: boolean;
|
|
19
|
-
showCancelButton: boolean;
|
|
20
|
-
showCloseButton: boolean;
|
|
21
|
-
}
|
|
1
|
+
import { PagingComponent } from "../../controls/Paging/Paging.component";
|
|
2
|
+
import { PagingActionMode } from "../Enums/PagingActionMode";
|
|
3
|
+
import { StyleConfirmationMode } from "../Enums/StyleConfirmationMode";
|
|
4
|
+
export declare class ConfirmationModalOptions {
|
|
5
|
+
ConfirmationHeader: string;
|
|
6
|
+
ConfirmationBody: string;
|
|
7
|
+
SubmitButtonText: string;
|
|
8
|
+
StyleConfirmationMode: StyleConfirmationMode;
|
|
9
|
+
ServiceSubmitFunction: Function;
|
|
10
|
+
ServiceSubmitModel: any[];
|
|
11
|
+
PagingReference: PagingComponent<any>;
|
|
12
|
+
PagingActionMode: PagingActionMode;
|
|
13
|
+
OnErrorHandler: Function;
|
|
14
|
+
OnSuccessHandler: Function;
|
|
15
|
+
SuccessNotificationMessage: string;
|
|
16
|
+
DisableSuccessNotification: boolean;
|
|
17
|
+
DisableErrorNotification: boolean;
|
|
18
|
+
DisableModalDismiss: boolean;
|
|
19
|
+
showCancelButton: boolean;
|
|
20
|
+
showCloseButton: boolean;
|
|
21
|
+
}
|
|
@@ -1,44 +1,44 @@
|
|
|
1
|
-
import { ControlLayout } from "../Enums/ControlLayout";
|
|
2
|
-
import { Attribute } from './Attribute';
|
|
3
|
-
import { CustomValidation } from "./CustomValidation";
|
|
4
|
-
export declare class ControlOptionsBase {
|
|
5
|
-
/** Represent Name Of Form Control*/
|
|
6
|
-
Name: string;
|
|
7
|
-
/** Represent classes to Control that allow us to select the Control by jquery or javascript */
|
|
8
|
-
ExtraClasses: string;
|
|
9
|
-
/** Represent classes to label that allow us to select the Control by jquery or javascript */
|
|
10
|
-
LabelExtraClasses: string;
|
|
11
|
-
/** Represent value of the label*/
|
|
12
|
-
LabelValue: string;
|
|
13
|
-
/** Represent Key of the label*/
|
|
14
|
-
LabelKey: string;
|
|
15
|
-
/** Represent value of the labelDescription show under Control*/
|
|
16
|
-
LabelDescription: string;
|
|
17
|
-
/** Represent value of the Placeholder of Control */
|
|
18
|
-
Placeholder: string;
|
|
19
|
-
/**
|
|
20
|
-
* Display "*" beside the label
|
|
21
|
-
* if ForceAsterisk=true and IsRequired=True his display "*" ,
|
|
22
|
-
* if ForceAsterisk=false and IsRequired=false this remove "*",
|
|
23
|
-
*if ForceAsterisk=false and IsRequired=True this display "*" ,
|
|
24
|
-
*/
|
|
25
|
-
ShowAsterisk: boolean;
|
|
26
|
-
/** Ability to set Control required */
|
|
27
|
-
IsRequired: boolean;
|
|
28
|
-
/** Ability to display or hide the label of Control */
|
|
29
|
-
HideLabel: boolean;
|
|
30
|
-
/** Sets an attribute disable="disabled" */
|
|
31
|
-
IsDisabled: boolean;
|
|
32
|
-
/** to set type of view if Control is Vertical or Horizontal */
|
|
33
|
-
ViewType: ControlLayout;
|
|
34
|
-
/** Set List of Custom Attribute to Control */
|
|
35
|
-
AttributeList: Attribute[];
|
|
36
|
-
/** Allow to Pass Object With Body of Function which represent CustomValidation and massage for error massage */
|
|
37
|
-
CustomValidation: CustomValidation[];
|
|
38
|
-
/** Path of propriety which we need to patch value */
|
|
39
|
-
PatchPath: string;
|
|
40
|
-
/** Function which call to patch value */
|
|
41
|
-
PatchFunction: Function;
|
|
42
|
-
/** Sets an attribute readonly */
|
|
43
|
-
IsReadonly: boolean;
|
|
44
|
-
}
|
|
1
|
+
import { ControlLayout } from "../Enums/ControlLayout";
|
|
2
|
+
import { Attribute } from './Attribute';
|
|
3
|
+
import { CustomValidation } from "./CustomValidation";
|
|
4
|
+
export declare class ControlOptionsBase {
|
|
5
|
+
/** Represent Name Of Form Control*/
|
|
6
|
+
Name: string;
|
|
7
|
+
/** Represent classes to Control that allow us to select the Control by jquery or javascript */
|
|
8
|
+
ExtraClasses: string;
|
|
9
|
+
/** Represent classes to label that allow us to select the Control by jquery or javascript */
|
|
10
|
+
LabelExtraClasses: string;
|
|
11
|
+
/** Represent value of the label*/
|
|
12
|
+
LabelValue: string;
|
|
13
|
+
/** Represent Key of the label*/
|
|
14
|
+
LabelKey: string;
|
|
15
|
+
/** Represent value of the labelDescription show under Control*/
|
|
16
|
+
LabelDescription: string;
|
|
17
|
+
/** Represent value of the Placeholder of Control */
|
|
18
|
+
Placeholder: string;
|
|
19
|
+
/**
|
|
20
|
+
* Display "*" beside the label
|
|
21
|
+
* if ForceAsterisk=true and IsRequired=True his display "*" ,
|
|
22
|
+
* if ForceAsterisk=false and IsRequired=false this remove "*",
|
|
23
|
+
*if ForceAsterisk=false and IsRequired=True this display "*" ,
|
|
24
|
+
*/
|
|
25
|
+
ShowAsterisk: boolean;
|
|
26
|
+
/** Ability to set Control required */
|
|
27
|
+
IsRequired: boolean;
|
|
28
|
+
/** Ability to display or hide the label of Control */
|
|
29
|
+
HideLabel: boolean;
|
|
30
|
+
/** Sets an attribute disable="disabled" */
|
|
31
|
+
IsDisabled: boolean;
|
|
32
|
+
/** to set type of view if Control is Vertical or Horizontal */
|
|
33
|
+
ViewType: ControlLayout;
|
|
34
|
+
/** Set List of Custom Attribute to Control */
|
|
35
|
+
AttributeList: Attribute[];
|
|
36
|
+
/** Allow to Pass Object With Body of Function which represent CustomValidation and massage for error massage */
|
|
37
|
+
CustomValidation: CustomValidation[];
|
|
38
|
+
/** Path of propriety which we need to patch value */
|
|
39
|
+
PatchPath: string;
|
|
40
|
+
/** Function which call to patch value */
|
|
41
|
+
PatchFunction: Function;
|
|
42
|
+
/** Sets an attribute readonly */
|
|
43
|
+
IsReadonly: boolean;
|
|
44
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { AbstractControl } from '@angular/forms';
|
|
2
|
-
export declare class CustomValidation {
|
|
3
|
-
massage: string;
|
|
4
|
-
functionBody: any;
|
|
5
|
-
}
|
|
6
|
-
export declare class CustomValidator {
|
|
7
|
-
static numeric(control: AbstractControl): {
|
|
8
|
-
invalidNumber: boolean;
|
|
9
|
-
};
|
|
10
|
-
}
|
|
1
|
+
import { AbstractControl } from '@angular/forms';
|
|
2
|
+
export declare class CustomValidation {
|
|
3
|
+
massage: string;
|
|
4
|
+
functionBody: any;
|
|
5
|
+
}
|
|
6
|
+
export declare class CustomValidator {
|
|
7
|
+
static numeric(control: AbstractControl): {
|
|
8
|
+
invalidNumber: boolean;
|
|
9
|
+
};
|
|
10
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare class DropdownListItem {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
}
|
|
1
|
+
export declare class DropdownListItem {
|
|
2
|
+
key: any;
|
|
3
|
+
value: any;
|
|
4
|
+
}
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
import { DropdownListItem } from './DropdownListItem';
|
|
2
|
-
import { ForceDirection } from '../Enums/ForceDirection';
|
|
3
|
-
import { ControlOptionsBase } from './ControlOptionsBase';
|
|
4
|
-
export declare class DropdownOptions extends ControlOptionsBase {
|
|
5
|
-
/**To set DataSource to DropdownList */
|
|
6
|
-
DataSource: DropdownListItem[];
|
|
7
|
-
/**To set SelectedItem to DropdownList */
|
|
8
|
-
SelectedItems: any;
|
|
9
|
-
/** Disable Bootstrap DropdownList */
|
|
10
|
-
DisableBootstrapSelect: boolean;
|
|
11
|
-
/** to set DropdownList in SingleMode Or MultibleMode ,,If false => DisableBootstrapSelect must be equal false */
|
|
12
|
-
SingleSelection: boolean;
|
|
13
|
-
/** to set Number Of selected Element That will Show In The Box */
|
|
14
|
-
ItemsShowLimit: number;
|
|
15
|
-
/** to Show Search Filter Box*/
|
|
16
|
-
AllowSearchFilter: boolean;
|
|
17
|
-
/** to set Limit Of selected Element For DropdownList */
|
|
18
|
-
LimitSelection?: number;
|
|
19
|
-
/** Set css classes to DropdownList */
|
|
20
|
-
Classes: string;
|
|
21
|
-
/** Allow Show Checkbox */
|
|
22
|
-
ShowCheckbox?: boolean;
|
|
23
|
-
/** Allow Check ALL Items */
|
|
24
|
-
EnableCheckAll?: boolean;
|
|
25
|
-
/** Set key for item in DropdownList */
|
|
26
|
-
ItemTempletkey: string;
|
|
27
|
-
/** Set value for item in DropdownList */
|
|
28
|
-
ItemTempletvalue: string;
|
|
29
|
-
ForceDirection: ForceDirection;
|
|
30
|
-
NotFoundText: string;
|
|
31
|
-
/** Represent Value of disabled items tooltip*/
|
|
32
|
-
DisabledItemsTooltipValue: string;
|
|
33
|
-
}
|
|
1
|
+
import { DropdownListItem } from './DropdownListItem';
|
|
2
|
+
import { ForceDirection } from '../Enums/ForceDirection';
|
|
3
|
+
import { ControlOptionsBase } from './ControlOptionsBase';
|
|
4
|
+
export declare class DropdownOptions extends ControlOptionsBase {
|
|
5
|
+
/**To set DataSource to DropdownList */
|
|
6
|
+
DataSource: DropdownListItem[];
|
|
7
|
+
/**To set SelectedItem to DropdownList */
|
|
8
|
+
SelectedItems: any;
|
|
9
|
+
/** Disable Bootstrap DropdownList */
|
|
10
|
+
DisableBootstrapSelect: boolean;
|
|
11
|
+
/** to set DropdownList in SingleMode Or MultibleMode ,,If false => DisableBootstrapSelect must be equal false */
|
|
12
|
+
SingleSelection: boolean;
|
|
13
|
+
/** to set Number Of selected Element That will Show In The Box */
|
|
14
|
+
ItemsShowLimit: number;
|
|
15
|
+
/** to Show Search Filter Box*/
|
|
16
|
+
AllowSearchFilter: boolean;
|
|
17
|
+
/** to set Limit Of selected Element For DropdownList */
|
|
18
|
+
LimitSelection?: number;
|
|
19
|
+
/** Set css classes to DropdownList */
|
|
20
|
+
Classes: string;
|
|
21
|
+
/** Allow Show Checkbox */
|
|
22
|
+
ShowCheckbox?: boolean;
|
|
23
|
+
/** Allow Check ALL Items */
|
|
24
|
+
EnableCheckAll?: boolean;
|
|
25
|
+
/** Set key for item in DropdownList */
|
|
26
|
+
ItemTempletkey: string;
|
|
27
|
+
/** Set value for item in DropdownList */
|
|
28
|
+
ItemTempletvalue: string;
|
|
29
|
+
ForceDirection: ForceDirection;
|
|
30
|
+
NotFoundText: string;
|
|
31
|
+
/** Represent Value of disabled items tooltip*/
|
|
32
|
+
DisabledItemsTooltipValue: string;
|
|
33
|
+
}
|
|
@@ -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
|
+
}
|