@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,55 +1,58 @@
|
|
|
1
|
-
import { OnInit, EventEmitter, OnDestroy } from '@angular/core';
|
|
2
|
-
import { FormGroup, AbstractControl, ControlContainer, FormGroupDirective } from '@angular/forms';
|
|
3
|
-
import { ControlUtility } from '../../Shared/services/ControlUtility';
|
|
4
|
-
import { TagsInputOptions } from '../../Shared/Models/TagsInputOptions';
|
|
5
|
-
import { HttpClient } from '@angular/common/http';
|
|
6
|
-
import { Observable, Subscription } from 'rxjs';
|
|
7
|
-
import { ControlValidationService, RequestHandlerService, UtilityService } from '@bnsights/bbsf-utilities';
|
|
8
|
-
import { GlobalSettings } from '../../Shared/services/GlobalSettings.service';
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
private
|
|
12
|
-
private
|
|
13
|
-
private
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
private
|
|
17
|
-
private
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
1
|
+
import { OnInit, EventEmitter, OnDestroy } from '@angular/core';
|
|
2
|
+
import { FormGroup, AbstractControl, ControlContainer, FormGroupDirective } from '@angular/forms';
|
|
3
|
+
import { ControlUtility } from '../../Shared/services/ControlUtility';
|
|
4
|
+
import { TagsInputOptions } from '../../Shared/Models/TagsInputOptions';
|
|
5
|
+
import { HttpClient } from '@angular/common/http';
|
|
6
|
+
import { Observable, Subscription } from 'rxjs';
|
|
7
|
+
import { ControlValidationService, RequestHandlerService, UtilityService } from '@bnsights/bbsf-utilities';
|
|
8
|
+
import { GlobalSettings } from '../../Shared/services/GlobalSettings.service';
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
10
|
+
export declare class TagsInputComponent implements OnInit, OnDestroy {
|
|
11
|
+
private http;
|
|
12
|
+
private controlUtility;
|
|
13
|
+
private requestHandlerService;
|
|
14
|
+
private controlContainer;
|
|
15
|
+
TagsInputControlHost: FormGroupDirective;
|
|
16
|
+
private UtilityService;
|
|
17
|
+
private controlValidationService;
|
|
18
|
+
private globalSettings;
|
|
19
|
+
static controlContainerstatic: any;
|
|
20
|
+
constructor(http: HttpClient, controlUtility: ControlUtility, requestHandlerService: RequestHandlerService, controlContainer: ControlContainer, TagsInputControlHost: FormGroupDirective, UtilityService: UtilityService, controlValidationService: ControlValidationService, globalSettings: GlobalSettings);
|
|
21
|
+
group: FormGroup;
|
|
22
|
+
options: TagsInputOptions;
|
|
23
|
+
OnChange: EventEmitter<any>;
|
|
24
|
+
SearchKey: any;
|
|
25
|
+
SelectedId: any[];
|
|
26
|
+
tags: any[];
|
|
27
|
+
NewSelectionValidationKey: string;
|
|
28
|
+
TagsFormGroup: FormGroup;
|
|
29
|
+
TagsFormControl: AbstractControl;
|
|
30
|
+
IsNoMatch: any;
|
|
31
|
+
markAllAsTouched: boolean;
|
|
32
|
+
validationRules: any[];
|
|
33
|
+
validationRulesasync: any[];
|
|
34
|
+
changeValueSubscription: Subscription;
|
|
35
|
+
SearchResultHasItems: boolean;
|
|
36
|
+
textDir: any;
|
|
37
|
+
static showErrorOfInputs(errors: any): void;
|
|
38
|
+
ngOnDestroy(): void;
|
|
39
|
+
ngOnInit(): void;
|
|
40
|
+
ngAfterViewInit(): void;
|
|
41
|
+
resetError: () => void;
|
|
42
|
+
showGlobalError(): void;
|
|
43
|
+
getErrorValidation(ErrorList: any): string;
|
|
44
|
+
copyInputMessage(inputElement: any): void;
|
|
45
|
+
searchFunctionFactory(Text: any): Observable<object>;
|
|
46
|
+
AddTag(event: any, key: any): void;
|
|
47
|
+
onTagsChanged(result: any): void;
|
|
48
|
+
onNoOptionsMatch(event: any): void;
|
|
49
|
+
RemoveRequiredValidation: () => void;
|
|
50
|
+
AddRequiredValidation: () => void;
|
|
51
|
+
RemoveCustomValidation: (CustomValidation: any) => void;
|
|
52
|
+
AddCustomValidation: (CustomValidation: any) => void;
|
|
53
|
+
IsValid: () => void;
|
|
54
|
+
onTagsInputBlur(SearchKey: any): void;
|
|
55
|
+
getTagsValue(): any[];
|
|
56
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TagsInputComponent, [null, null, null, { optional: true; }, null, null, null, null]>;
|
|
57
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TagsInputComponent, "BBSF-TagsInput", never, { "group": { "alias": "group"; "required": false; }; "options": { "alias": "options"; "required": false; }; }, { "OnChange": "OnChange"; }, never, never, false, never>;
|
|
58
|
+
}
|
|
@@ -1,48 +1,51 @@
|
|
|
1
|
-
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
|
-
import { FormGroup, AbstractControl, ControlContainer, FormGroupDirective } from '@angular/forms';
|
|
3
|
-
import { ControlValidationService, UtilityService } from '@bnsights/bbsf-utilities';
|
|
4
|
-
import { ControlUtility } from '../../Shared/services/ControlUtility';
|
|
5
|
-
import { TextAreaOptions } from '../../Shared/Models/TextAreaOptions';
|
|
6
|
-
import { GlobalSettings } from '../../Shared/services/GlobalSettings.service';
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
private
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
private
|
|
13
|
-
private
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
1
|
+
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
|
+
import { FormGroup, AbstractControl, ControlContainer, FormGroupDirective } from '@angular/forms';
|
|
3
|
+
import { ControlValidationService, UtilityService } from '@bnsights/bbsf-utilities';
|
|
4
|
+
import { ControlUtility } from '../../Shared/services/ControlUtility';
|
|
5
|
+
import { TextAreaOptions } from '../../Shared/Models/TextAreaOptions';
|
|
6
|
+
import { GlobalSettings } from '../../Shared/services/GlobalSettings.service';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class TextAreaComponent implements OnInit {
|
|
9
|
+
private controlUtility;
|
|
10
|
+
private controlContainer;
|
|
11
|
+
TextAreaControlHost: FormGroupDirective;
|
|
12
|
+
private UtilityService;
|
|
13
|
+
private controlValidationService;
|
|
14
|
+
private globalSettings;
|
|
15
|
+
static controlContainerstatic: any;
|
|
16
|
+
constructor(controlUtility: ControlUtility, controlContainer: ControlContainer, TextAreaControlHost: FormGroupDirective, UtilityService: UtilityService, controlValidationService: ControlValidationService, globalSettings: GlobalSettings);
|
|
17
|
+
group: FormGroup;
|
|
18
|
+
options: TextAreaOptions;
|
|
19
|
+
OnChange: EventEmitter<any>;
|
|
20
|
+
TextAreaFormControl: AbstractControl;
|
|
21
|
+
WordCount: number;
|
|
22
|
+
WordCountArray: number;
|
|
23
|
+
IsShowWordCount: boolean;
|
|
24
|
+
markAllAsTouched: boolean;
|
|
25
|
+
validationRules: any[];
|
|
26
|
+
validationRulesasync: any[];
|
|
27
|
+
currentCharsCount: number;
|
|
28
|
+
showCharsLimitMsg: boolean;
|
|
29
|
+
hasCharsLimitValidationError: boolean;
|
|
30
|
+
charsLimitMsgClass: string;
|
|
31
|
+
minCharsLimit: number;
|
|
32
|
+
maxLimitWarningMsg: string;
|
|
33
|
+
textDir: any;
|
|
34
|
+
ngOnInit(): void;
|
|
35
|
+
ngAfterViewInit(): void;
|
|
36
|
+
resetError: () => void;
|
|
37
|
+
showGlobalError(): void;
|
|
38
|
+
getErrorValidation(ErrorList: any): string;
|
|
39
|
+
getInputType(type: number): string;
|
|
40
|
+
trimControlValue(): void;
|
|
41
|
+
copyInputMessage(inputElement: any): void;
|
|
42
|
+
onTextChange(): void;
|
|
43
|
+
onFocus(isFocus: boolean): void;
|
|
44
|
+
RemoveRequiredValidation: () => void;
|
|
45
|
+
AddRequiredValidation: () => void;
|
|
46
|
+
RemoveCustomValidation: (CustomValidation: any) => void;
|
|
47
|
+
AddCustomValidation: (CustomValidation: any) => void;
|
|
48
|
+
IsValid: () => void;
|
|
49
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TextAreaComponent, [null, { optional: true; }, null, null, null, null]>;
|
|
50
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TextAreaComponent, "BBSF-TextArea", never, { "group": { "alias": "group"; "required": false; }; "options": { "alias": "options"; "required": false; }; }, { "OnChange": "OnChange"; }, never, never, false, never>;
|
|
51
|
+
}
|
|
@@ -1,63 +1,66 @@
|
|
|
1
|
-
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
|
-
import { FormGroup, AbstractControl, ControlContainer, FormGroupDirective } from '@angular/forms';
|
|
3
|
-
import { TextBoxOptions } from '../../Shared/Models/TextBoxOptions';
|
|
4
|
-
import { InputType } from '../../Shared/Enums/InputType';
|
|
5
|
-
import { ControlUtility } from '../../Shared/services/ControlUtility';
|
|
6
|
-
import { ControlValidationService, UtilityService } from '@bnsights/bbsf-utilities';
|
|
7
|
-
import { GlobalSettings } from '../../Shared/services/GlobalSettings.service';
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
private
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
private
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
1
|
+
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
|
+
import { FormGroup, AbstractControl, ControlContainer, FormGroupDirective } from '@angular/forms';
|
|
3
|
+
import { TextBoxOptions } from '../../Shared/Models/TextBoxOptions';
|
|
4
|
+
import { InputType } from '../../Shared/Enums/InputType';
|
|
5
|
+
import { ControlUtility } from '../../Shared/services/ControlUtility';
|
|
6
|
+
import { ControlValidationService, UtilityService } from '@bnsights/bbsf-utilities';
|
|
7
|
+
import { GlobalSettings } from '../../Shared/services/GlobalSettings.service';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
export declare class TextboxComponent implements OnInit {
|
|
10
|
+
private controlUtility;
|
|
11
|
+
private controlContainer;
|
|
12
|
+
TextControlHost: FormGroupDirective;
|
|
13
|
+
UtilityService: UtilityService;
|
|
14
|
+
private controlValidationService;
|
|
15
|
+
private globalSettings;
|
|
16
|
+
static controlContainerstatic: any;
|
|
17
|
+
constructor(controlUtility: ControlUtility, controlContainer: ControlContainer, TextControlHost: FormGroupDirective, UtilityService: UtilityService, controlValidationService: ControlValidationService, globalSettings: GlobalSettings);
|
|
18
|
+
group: FormGroup;
|
|
19
|
+
options: TextBoxOptions;
|
|
20
|
+
OnChange: EventEmitter<any>;
|
|
21
|
+
OnBlur: EventEmitter<any>;
|
|
22
|
+
inputType: typeof InputType;
|
|
23
|
+
TextBoxFormControl: AbstractControl;
|
|
24
|
+
MaskPattern: string;
|
|
25
|
+
WordCount: number;
|
|
26
|
+
WordCountArray: number;
|
|
27
|
+
EmailValidationKey: string;
|
|
28
|
+
URLValidationKey: string;
|
|
29
|
+
PasswordComplexityHasNumber: string;
|
|
30
|
+
ArabicLetterOnly: string;
|
|
31
|
+
EnglishLetterOnly: string;
|
|
32
|
+
PasswordComplexityHasCapitalLetter: string;
|
|
33
|
+
PasswordComplexityHasSmallLetter: string;
|
|
34
|
+
PasswordComplexityHasSpecialLetter: string;
|
|
35
|
+
MaxWordCountValidationKey: string;
|
|
36
|
+
IsShowWordCount: boolean;
|
|
37
|
+
markAllAsTouched: boolean;
|
|
38
|
+
validationRules: any[];
|
|
39
|
+
validationRulesasync: any[];
|
|
40
|
+
currentCharsCount: number;
|
|
41
|
+
showCharsLimitMsg: boolean;
|
|
42
|
+
hasCharsLimitValidationError: boolean;
|
|
43
|
+
charsLimitMsgClass: string;
|
|
44
|
+
minCharsLimit: number;
|
|
45
|
+
maxLimitWarningMsg: string;
|
|
46
|
+
textDir: any;
|
|
47
|
+
ngOnInit(): void;
|
|
48
|
+
ngAfterViewInit(): void;
|
|
49
|
+
resetError: () => void;
|
|
50
|
+
showGlobalError(): void;
|
|
51
|
+
getErrorValidation(ErrorList: any): string;
|
|
52
|
+
getInputType(type: number): string;
|
|
53
|
+
trimControlValue(): void;
|
|
54
|
+
copyInputMessage(inputElement: any): void;
|
|
55
|
+
getCustomErrorsMassages(): void;
|
|
56
|
+
onTextChange(): void;
|
|
57
|
+
onFocus(isFocus: boolean): void;
|
|
58
|
+
RemoveRequiredValidation: () => void;
|
|
59
|
+
AddRequiredValidation: () => void;
|
|
60
|
+
RemoveCustomValidation: (CustomValidation: any) => void;
|
|
61
|
+
AddCustomValidation: (CustomValidation: any) => void;
|
|
62
|
+
IsValid: () => void;
|
|
63
|
+
onTextBlur(): void;
|
|
64
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TextboxComponent, [null, { optional: true; }, null, null, null, null]>;
|
|
65
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TextboxComponent, "BBSF-TextBox", never, { "group": { "alias": "group"; "required": false; }; "options": { "alias": "options"; "required": false; }; }, { "OnChange": "OnChange"; "OnBlur": "OnBlur"; }, never, never, false, never>;
|
|
66
|
+
}
|
|
@@ -1,30 +1,33 @@
|
|
|
1
|
-
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
|
-
import { FormGroup, ControlContainer, FormGroupDirective, AbstractControl } from '@angular/forms';
|
|
3
|
-
import { ControlUtility } from '../../Shared/services/ControlUtility';
|
|
4
|
-
import { ToggleSlideOptions } from '../../Shared/Models/ToggleslideOptions';
|
|
5
|
-
import { ControlValidationService, UtilityService } from '@bnsights/bbsf-utilities';
|
|
6
|
-
import { GlobalSettings } from '../../Shared/services/GlobalSettings.service';
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
private
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
private
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
1
|
+
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
|
+
import { FormGroup, ControlContainer, FormGroupDirective, AbstractControl } from '@angular/forms';
|
|
3
|
+
import { ControlUtility } from '../../Shared/services/ControlUtility';
|
|
4
|
+
import { ToggleSlideOptions } from '../../Shared/Models/ToggleslideOptions';
|
|
5
|
+
import { ControlValidationService, UtilityService } from '@bnsights/bbsf-utilities';
|
|
6
|
+
import { GlobalSettings } from '../../Shared/services/GlobalSettings.service';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class ToggleslideComponent implements OnInit {
|
|
9
|
+
private controlUtility;
|
|
10
|
+
private controlContainer;
|
|
11
|
+
ToggleslideControlHost: FormGroupDirective;
|
|
12
|
+
TextControlHost: FormGroupDirective;
|
|
13
|
+
UtilityService: UtilityService;
|
|
14
|
+
private controlValidationService;
|
|
15
|
+
private globalSettings;
|
|
16
|
+
static controlContainerstatic: any;
|
|
17
|
+
constructor(controlUtility: ControlUtility, controlContainer: ControlContainer, ToggleslideControlHost: FormGroupDirective, TextControlHost: FormGroupDirective, UtilityService: UtilityService, controlValidationService: ControlValidationService, globalSettings: GlobalSettings);
|
|
18
|
+
group: FormGroup;
|
|
19
|
+
options: ToggleSlideOptions;
|
|
20
|
+
OnChange: EventEmitter<any>;
|
|
21
|
+
ToggleslideFormControl: AbstractControl;
|
|
22
|
+
SlideValue: boolean;
|
|
23
|
+
markAllAsTouched: boolean;
|
|
24
|
+
textDir: any;
|
|
25
|
+
ngOnInit(): void;
|
|
26
|
+
ngAfterViewInit(): void;
|
|
27
|
+
resetError(): void;
|
|
28
|
+
showGlobalError(): void;
|
|
29
|
+
getErrorValidation(ErrorList: any[]): string;
|
|
30
|
+
changeValueToggle(): void;
|
|
31
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ToggleslideComponent, [null, { optional: true; }, null, null, null, null, null]>;
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ToggleslideComponent, "BBSF-Toggleslide", never, { "group": { "alias": "group"; "required": false; }; "options": { "alias": "options"; "required": false; }; }, { "OnChange": "OnChange"; }, never, never, false, never>;
|
|
33
|
+
}
|
|
@@ -1,10 +1,68 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
1
|
+
import { IConfig } from 'ngx-mask';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "./DateTimePicker/DateTimePicker.component";
|
|
4
|
+
import * as i2 from "./FileUplaod/FileUplaod.component";
|
|
5
|
+
import * as i3 from "./MultiLingualTextBox/MultiLingualTextBox.component";
|
|
6
|
+
import * as i4 from "./TextBox/TextBox.component";
|
|
7
|
+
import * as i5 from "./TextArea/TextArea.component";
|
|
8
|
+
import * as i6 from "./MultiLingualTextArea/MultiLingualTextArea.component";
|
|
9
|
+
import * as i7 from "./CheckBox/CheckBox.component";
|
|
10
|
+
import * as i8 from "./DropdownList/DropdownList.component";
|
|
11
|
+
import * as i9 from "./Phone/Phone.component";
|
|
12
|
+
import * as i10 from "./Toggleslide/toggleslide.component";
|
|
13
|
+
import * as i11 from "./HtmlEditor/HtmlEditor.component";
|
|
14
|
+
import * as i12 from "./MultiLingualHtmlEditor/MultiLingualHtmlEditor.component";
|
|
15
|
+
import * as i13 from "./ImageUpload/ImageUpload.component";
|
|
16
|
+
import * as i14 from "./ProfileImageUploader/ProfileImageUploader.component";
|
|
17
|
+
import * as i15 from "./Calendar/Calendar.component";
|
|
18
|
+
import * as i16 from "./MapAutoComplete/MapAutoComplete.component";
|
|
19
|
+
import * as i17 from "./AutocompleteTextBox/AutocompleteTextBox.component";
|
|
20
|
+
import * as i18 from "./TagsInput/TagsInput.component";
|
|
21
|
+
import * as i19 from "./Paging/Paging.component";
|
|
22
|
+
import * as i20 from "./Paging/JwPagination.component";
|
|
23
|
+
import * as i21 from "./RadioButton/RadioButton.component";
|
|
24
|
+
import * as i22 from "./Form/Form.component";
|
|
25
|
+
import * as i23 from "./ConfirmationModal/ConfirmationModal.component";
|
|
26
|
+
import * as i24 from "./Repeater/repeater/repeater.component";
|
|
27
|
+
import * as i25 from "./Repeater/repeater-field-builder/repeater-field-builder.component";
|
|
28
|
+
import * as i26 from "../Shared/Directives/template-name.directive";
|
|
29
|
+
import * as i27 from "./Repeater/repeater-item-field/repeater-item-field.component";
|
|
30
|
+
import * as i28 from "./Repeater/repeater-table/repeater-table.component";
|
|
31
|
+
import * as i29 from "../Shared/Pipes/bbsf-date-time.pipe";
|
|
32
|
+
import * as i30 from "../Shared/Pipes/bbsf-date.pipe";
|
|
33
|
+
import * as i31 from "../Shared/Components/ng-tag-input";
|
|
34
|
+
import * as i32 from "./Recaptcha/Recaptcha.component";
|
|
35
|
+
import * as i33 from "./page-header-component/page-header-component.component";
|
|
36
|
+
import * as i34 from "@angular/common";
|
|
37
|
+
import * as i35 from "ngx-infinite-scroll";
|
|
38
|
+
import * as i36 from "@ng-select/ng-select";
|
|
39
|
+
import * as i37 from "@fullcalendar/angular";
|
|
40
|
+
import * as i38 from "angular-cropperjs";
|
|
41
|
+
import * as i39 from "@ng-bootstrap/ng-bootstrap";
|
|
42
|
+
import * as i40 from "ngx-dropzone";
|
|
43
|
+
import * as i41 from "ng2-file-upload";
|
|
44
|
+
import * as i42 from "ngx-mask";
|
|
45
|
+
import * as i43 from "ngx-summernote";
|
|
46
|
+
import * as i44 from "@angular/material/slide-toggle";
|
|
47
|
+
import * as i45 from "ngx-intl-tel-input";
|
|
48
|
+
import * as i46 from "@danielmoncada/angular-datetime-picker";
|
|
49
|
+
import * as i47 from "ng-block-ui";
|
|
50
|
+
import * as i48 from "@angular/forms";
|
|
51
|
+
import * as i49 from "@angular/router";
|
|
52
|
+
import * as i50 from "ngx-toastr";
|
|
53
|
+
import * as i51 from "@angular/common/http";
|
|
54
|
+
import * as i52 from "@angular/cdk/overlay";
|
|
55
|
+
import * as i53 from "@ngrx/store-devtools";
|
|
56
|
+
import * as i54 from "ngx-bootstrap/datepicker";
|
|
57
|
+
import * as i55 from "ngx-bootstrap/typeahead";
|
|
58
|
+
import * as i56 from "@kolkov/angular-editor";
|
|
59
|
+
import * as i57 from "angular-ng-autocomplete";
|
|
60
|
+
import * as i58 from "@bnsights/bbsf-utilities";
|
|
61
|
+
import * as i59 from "ng-inline-svg-2";
|
|
62
|
+
import * as i60 from "@sweetalert2/ngx-sweetalert2";
|
|
63
|
+
export declare let options: Partial<IConfig> | (() => Partial<IConfig>);
|
|
64
|
+
export declare class BBSFControlsModule {
|
|
65
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BBSFControlsModule, never>;
|
|
66
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BBSFControlsModule, [typeof i1.DateInputComponent, typeof i2.FileUploadComponent, typeof i3.MultiLingualTextBoxComponent, typeof i4.TextboxComponent, typeof i5.TextAreaComponent, typeof i6.MultiLingualTextAreaComponent, typeof i7.CheckBoxComponent, typeof i8.DropdownListComponent, typeof i9.PhoneComponent, typeof i10.ToggleslideComponent, typeof i11.HtmlEditorComponent, typeof i12.MultiLingualHtmlEditorComponent, typeof i13.ImageUploaderComponent, typeof i14.ProfileImageUploaderComponent, typeof i15.CalendarComponent, typeof i16.MapAutoCompleteComponent, typeof i17.AutocompleteTextBoxComponent, typeof i18.TagsInputComponent, typeof i19.PagingComponent, typeof i20.JwPaginationComponent, typeof i21.RadioButtonComponent, typeof i22.FormComponent, typeof i23.ConfirmationModalComponent, typeof i24.RepeaterComponent, typeof i25.RepeaterFieldBuilderComponent, typeof i26.NgTemplateNameDirective, typeof i27.RepeaterItemFieldComponent, typeof i28.RepeaterTableComponent, typeof i29.BBSFDateTimePipe, typeof i30.BBSFDatePipe, typeof i31.BTagsInputComponent, typeof i32.RecaptchaComponent, typeof i33.PageHeaderComponentComponent], [typeof i34.CommonModule, typeof i35.InfiniteScrollModule, typeof i36.NgSelectModule, typeof i37.FullCalendarModule, typeof i38.AngularCropperjsModule, typeof i39.NgbModule, typeof i40.NgxDropzoneModule, typeof i41.FileUploadModule, typeof i42.NgxMaskDirective, typeof i42.NgxMaskPipe, typeof i43.NgxSummernoteModule, typeof i44.MatSlideToggleModule, typeof i45.NgxIntlTelInputModule, typeof i46.OwlDateTimeModule, typeof i46.OwlNativeDateTimeModule, typeof i34.CommonModule, typeof i47.BlockUIModule, typeof i48.ReactiveFormsModule, typeof i49.RouterModule, typeof i50.ToastrModule, typeof i51.HttpClientModule, typeof i52.OverlayModule, typeof i53.StoreDevtoolsModule, typeof i48.FormsModule, typeof i54.BsDatepickerModule, typeof i55.TypeaheadModule, typeof i56.AngularEditorModule, typeof i57.AutocompleteLibModule, typeof i58.BBSFUtilitiesModule, typeof i59.InlineSVGModule, typeof i60.SweetAlert2Module], [typeof i1.DateInputComponent, typeof i2.FileUploadComponent, typeof i3.MultiLingualTextBoxComponent, typeof i4.TextboxComponent, typeof i5.TextAreaComponent, typeof i6.MultiLingualTextAreaComponent, typeof i7.CheckBoxComponent, typeof i8.DropdownListComponent, typeof i9.PhoneComponent, typeof i10.ToggleslideComponent, typeof i11.HtmlEditorComponent, typeof i12.MultiLingualHtmlEditorComponent, typeof i13.ImageUploaderComponent, typeof i14.ProfileImageUploaderComponent, typeof i15.CalendarComponent, typeof i16.MapAutoCompleteComponent, typeof i17.AutocompleteTextBoxComponent, typeof i18.TagsInputComponent, typeof i19.PagingComponent, typeof i20.JwPaginationComponent, typeof i21.RadioButtonComponent, typeof i22.FormComponent, typeof i19.PagingComponent, typeof i23.ConfirmationModalComponent, typeof i24.RepeaterComponent, typeof i25.RepeaterFieldBuilderComponent, typeof i26.NgTemplateNameDirective, typeof i27.RepeaterItemFieldComponent, typeof i28.RepeaterTableComponent, typeof i29.BBSFDateTimePipe, typeof i30.BBSFDatePipe, typeof i32.RecaptchaComponent, typeof i33.PageHeaderComponentComponent]>;
|
|
67
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BBSFControlsModule>;
|
|
68
|
+
}
|
|
@@ -1,17 +1,20 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { FormGroup } from '@angular/forms';
|
|
3
|
-
import { Router } from '@angular/router';
|
|
4
|
-
import { UtilityService } from '@bnsights/bbsf-utilities';
|
|
5
|
-
import { DataType } from '../../Shared/Enums/Enums';
|
|
6
|
-
import { PageHeaderOptions } from '../../Shared/Models/page-header-options';
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { FormGroup } from '@angular/forms';
|
|
3
|
+
import { Router } from '@angular/router';
|
|
4
|
+
import { UtilityService } from '@bnsights/bbsf-utilities';
|
|
5
|
+
import { DataType } from '../../Shared/Enums/Enums';
|
|
6
|
+
import { PageHeaderOptions } from '../../Shared/Models/page-header-options';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class PageHeaderComponentComponent implements OnInit {
|
|
9
|
+
private router;
|
|
10
|
+
utilityService: UtilityService;
|
|
11
|
+
EN: boolean;
|
|
12
|
+
group: FormGroup;
|
|
13
|
+
options: PageHeaderOptions;
|
|
14
|
+
DataTypeEnum: typeof DataType;
|
|
15
|
+
constructor(router: Router, utilityService: UtilityService);
|
|
16
|
+
translate(key: string): string;
|
|
17
|
+
ngOnInit(): void;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PageHeaderComponentComponent, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PageHeaderComponentComponent, "bbsf-page-header-component", never, { "group": { "alias": "group"; "required": false; }; "options": { "alias": "options"; "required": false; }; }, {}, never, never, false, never>;
|
|
20
|
+
}
|