@bnsights/bbsf-controls 1.0.86 → 1.0.87
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 +5 -0
- package/bnsights-bbsf-controls-1.0.87.tgz +0 -0
- package/bnsights-bbsf-controls.d.ts +1 -1
- package/esm2020/bnsights-bbsf-controls.mjs +5 -0
- package/esm2020/lib/Shared/Directives/template-name.directive.mjs +18 -0
- package/{esm2015/lib/Shared/Enums/CalendarView.js → esm2020/lib/Shared/Enums/CalendarView.mjs} +0 -0
- package/{esm2015/lib/Shared/Enums/ControlLayout.js → esm2020/lib/Shared/Enums/ControlLayout.mjs} +0 -0
- package/{esm2015/lib/Shared/Enums/Countries.js → esm2020/lib/Shared/Enums/Countries.mjs} +0 -0
- package/{esm2015/lib/Shared/Enums/Enums.js → esm2020/lib/Shared/Enums/Enums.mjs} +0 -0
- package/{esm2015/lib/Shared/Enums/FileType.js → esm2020/lib/Shared/Enums/FileType.mjs} +0 -0
- package/{esm2015/lib/Shared/Enums/FilterType.js → esm2020/lib/Shared/Enums/FilterType.mjs} +0 -0
- package/{esm2015/lib/Shared/Enums/FontSize.js → esm2020/lib/Shared/Enums/FontSize.mjs} +0 -0
- package/{esm2015/lib/Shared/Enums/ForceDirection.js → esm2020/lib/Shared/Enums/ForceDirection.mjs} +0 -0
- package/{esm2015/lib/Shared/Enums/IconPosition.js → esm2020/lib/Shared/Enums/IconPosition.mjs} +0 -0
- package/{esm2015/lib/Shared/Enums/ImageType.js → esm2020/lib/Shared/Enums/ImageType.mjs} +0 -0
- package/{esm2015/lib/Shared/Enums/InputType.js → esm2020/lib/Shared/Enums/InputType.mjs} +0 -0
- package/{esm2015/lib/Shared/Enums/Insert.js → esm2020/lib/Shared/Enums/Insert.mjs} +0 -0
- package/{esm2015/lib/Shared/Enums/LanguageMode.js → esm2020/lib/Shared/Enums/LanguageMode.mjs} +0 -0
- package/{esm2015/lib/Shared/Enums/LanguageValidation.js → esm2020/lib/Shared/Enums/LanguageValidation.mjs} +0 -0
- package/{esm2015/lib/Shared/Enums/Misc.js → esm2020/lib/Shared/Enums/Misc.mjs} +0 -0
- package/{esm2015/lib/Shared/Enums/PagingActionMode.js → esm2020/lib/Shared/Enums/PagingActionMode.mjs} +0 -0
- package/{esm2015/lib/Shared/Enums/Para.js → esm2020/lib/Shared/Enums/Para.mjs} +0 -0
- package/{esm2015/lib/Shared/Enums/PickerType.js → esm2020/lib/Shared/Enums/PickerType.mjs} +0 -0
- package/{esm2015/lib/Shared/Enums/SelectMode.js → esm2020/lib/Shared/Enums/SelectMode.mjs} +0 -0
- package/{esm2015/lib/Shared/Enums/StartView.js → esm2020/lib/Shared/Enums/StartView.mjs} +0 -0
- package/{esm2015/lib/Shared/Enums/Style.js → esm2020/lib/Shared/Enums/Style.mjs} +0 -0
- package/{esm2015/lib/Shared/Enums/StyleConfirmationMode.js → esm2020/lib/Shared/Enums/StyleConfirmationMode.mjs} +0 -0
- package/{esm2015/lib/Shared/Enums/TagInputView.js → esm2020/lib/Shared/Enums/TagInputView.mjs} +0 -0
- package/{esm2015/lib/Shared/Enums/menu-list-enum.js → esm2020/lib/Shared/Enums/menu-list-enum.mjs} +0 -0
- package/{esm2015/lib/Shared/Models/Attribute.js → esm2020/lib/Shared/Models/Attribute.mjs} +0 -0
- package/{esm2015/lib/Shared/Models/AutocompleteDTO.js → esm2020/lib/Shared/Models/AutocompleteDTO.mjs} +0 -0
- package/{esm2015/lib/Shared/Models/AutocompleteOptions.js → esm2020/lib/Shared/Models/AutocompleteOptions.mjs} +0 -0
- package/{esm2015/lib/Shared/Models/CalendarEventDTO.js → esm2020/lib/Shared/Models/CalendarEventDTO.mjs} +0 -0
- package/{esm2015/lib/Shared/Models/CalendarOptions.js → esm2020/lib/Shared/Models/CalendarOptions.mjs} +0 -0
- package/{esm2015/lib/Shared/Models/CancelDTO.js → esm2020/lib/Shared/Models/CancelDTO.mjs} +0 -0
- package/{esm2015/lib/Shared/Models/CaptchaStyle.js → esm2020/lib/Shared/Models/CaptchaStyle.mjs} +0 -0
- package/{esm2015/lib/Shared/Models/CheckBoxOptions.js → esm2020/lib/Shared/Models/CheckBoxOptions.mjs} +0 -0
- package/{esm2015/lib/Shared/Models/ConfirmationModalOptions.js → esm2020/lib/Shared/Models/ConfirmationModalOptions.mjs} +0 -0
- package/{esm2015/lib/Shared/Models/ControlOptionsBase.js → esm2020/lib/Shared/Models/ControlOptionsBase.mjs} +0 -0
- package/{esm2015/lib/Shared/Models/CustomValidation.js → esm2020/lib/Shared/Models/CustomValidation.mjs} +0 -0
- package/{esm2015/lib/Shared/Models/DropdownListItem.js → esm2020/lib/Shared/Models/DropdownListItem.mjs} +0 -0
- package/{esm2015/lib/Shared/Models/DropdownOptions.js → esm2020/lib/Shared/Models/DropdownOptions.mjs} +0 -0
- package/{esm2015/lib/Shared/Models/EditPersonalImage.js → esm2020/lib/Shared/Models/EditPersonalImage.mjs} +0 -0
- package/{esm2015/lib/Shared/Models/EnglishArabicDTO.js → esm2020/lib/Shared/Models/EnglishArabicDTO.mjs} +0 -0
- package/{esm2015/lib/Shared/Models/FileDTO.js → esm2020/lib/Shared/Models/FileDTO.mjs} +0 -0
- package/{esm2015/lib/Shared/Models/FileUploadModel.js → esm2020/lib/Shared/Models/FileUploadModel.mjs} +0 -0
- package/{esm2015/lib/Shared/Models/FileUploadOptions.js → esm2020/lib/Shared/Models/FileUploadOptions.mjs} +0 -0
- package/{esm2015/lib/Shared/Models/FilterItem.js → esm2020/lib/Shared/Models/FilterItem.mjs} +0 -0
- package/{esm2015/lib/Shared/Models/FormOptions.js → esm2020/lib/Shared/Models/FormOptions.mjs} +0 -0
- package/{esm2015/lib/Shared/Models/HtmlEditorOptions.js → esm2020/lib/Shared/Models/HtmlEditorOptions.mjs} +0 -0
- package/{esm2015/lib/Shared/Models/ImageUploadOptions.js → esm2020/lib/Shared/Models/ImageUploadOptions.mjs} +0 -0
- package/{esm2015/lib/Shared/Models/MapAutoCompleteOptions.js → esm2020/lib/Shared/Models/MapAutoCompleteOptions.mjs} +0 -0
- package/{esm2015/lib/Shared/Models/MapAutocompleteDTO.js → esm2020/lib/Shared/Models/MapAutocompleteDTO.mjs} +0 -0
- package/{esm2015/lib/Shared/Models/MultiLingualHtmlEditorOptions.js → esm2020/lib/Shared/Models/MultiLingualHtmlEditorOptions.mjs} +0 -0
- package/{esm2015/lib/Shared/Models/MultiLingualTextAreaOptions.js → esm2020/lib/Shared/Models/MultiLingualTextAreaOptions.mjs} +0 -0
- package/{esm2015/lib/Shared/Models/MultilingualControlOptionsBase.js → esm2020/lib/Shared/Models/MultilingualControlOptionsBase.mjs} +0 -0
- package/{esm2015/lib/Shared/Models/MultilingualTextBoxOptions.js → esm2020/lib/Shared/Models/MultilingualTextBoxOptions.mjs} +0 -0
- package/{esm2015/lib/Shared/Models/MultipleFileUploadModel.js → esm2020/lib/Shared/Models/MultipleFileUploadModel.mjs} +0 -0
- package/{esm2015/lib/Shared/Models/PagingDTO.js → esm2020/lib/Shared/Models/PagingDTO.mjs} +0 -0
- package/{esm2015/lib/Shared/Models/PagingOptions.js → esm2020/lib/Shared/Models/PagingOptions.mjs} +0 -0
- package/{esm2015/lib/Shared/Models/PagingPayload.js → esm2020/lib/Shared/Models/PagingPayload.mjs} +0 -0
- package/{esm2015/lib/Shared/Models/PhoneOptions.js → esm2020/lib/Shared/Models/PhoneOptions.mjs} +0 -0
- package/{esm2015/lib/Shared/Models/ProfileImageUploadOptions.js → esm2020/lib/Shared/Models/ProfileImageUploadOptions.mjs} +0 -0
- package/{esm2015/lib/Shared/Models/ProfilePictureDTO.js → esm2020/lib/Shared/Models/ProfilePictureDTO.mjs} +0 -0
- package/{esm2015/lib/Shared/Models/RadioButtonItem.js → esm2020/lib/Shared/Models/RadioButtonItem.mjs} +0 -0
- package/{esm2015/lib/Shared/Models/RadioButtonOptions.js → esm2020/lib/Shared/Models/RadioButtonOptions.mjs} +0 -0
- package/{esm2015/lib/Shared/Models/RangeNumber.js → esm2020/lib/Shared/Models/RangeNumber.mjs} +0 -0
- package/{esm2015/lib/Shared/Models/Recaptcha.js → esm2020/lib/Shared/Models/Recaptcha.mjs} +0 -0
- package/{esm2015/lib/Shared/Models/RecaptchaOptions.js → esm2020/lib/Shared/Models/RecaptchaOptions.mjs} +0 -0
- package/{esm2015/lib/Shared/Models/RepeaterField.js → esm2020/lib/Shared/Models/RepeaterField.mjs} +0 -0
- package/{esm2015/lib/Shared/Models/RepeaterOptions.js → esm2020/lib/Shared/Models/RepeaterOptions.mjs} +0 -0
- package/{esm2015/lib/Shared/Models/SaveDTO.js → esm2020/lib/Shared/Models/SaveDTO.mjs} +0 -0
- package/{esm2015/lib/Shared/Models/TagsInputDTO.js → esm2020/lib/Shared/Models/TagsInputDTO.mjs} +0 -0
- package/{esm2015/lib/Shared/Models/TagsInputOptions.js → esm2020/lib/Shared/Models/TagsInputOptions.mjs} +0 -0
- package/{esm2015/lib/Shared/Models/TextAreaOptions.js → esm2020/lib/Shared/Models/TextAreaOptions.mjs} +0 -0
- package/{esm2015/lib/Shared/Models/TextBoxOptions.js → esm2020/lib/Shared/Models/TextBoxOptions.mjs} +0 -0
- package/{esm2015/lib/Shared/Models/ToggleslideOptions.js → esm2020/lib/Shared/Models/ToggleslideOptions.mjs} +0 -0
- package/{esm2015/lib/Shared/Models/UploadPersonalImage.js → esm2020/lib/Shared/Models/UploadPersonalImage.mjs} +0 -0
- package/{esm2015/lib/Shared/Models/bread-crumb.js → esm2020/lib/Shared/Models/bread-crumb.mjs} +0 -0
- package/{esm2015/lib/Shared/Models/control-filter-Item.js → esm2020/lib/Shared/Models/control-filter-Item.mjs} +0 -0
- package/{esm2015/lib/Shared/Models/datePickerOptions.js → esm2020/lib/Shared/Models/datePickerOptions.mjs} +1 -1
- package/{esm2015/lib/Shared/Models/filter-options.js → esm2020/lib/Shared/Models/filter-options.mjs} +0 -0
- package/{esm2015/lib/Shared/Models/page-header-options.js → esm2020/lib/Shared/Models/page-header-options.mjs} +0 -0
- package/esm2020/lib/Shared/Pipes/bbsf-date-time.pipe.mjs +21 -0
- package/esm2020/lib/Shared/Pipes/bbsf-date.pipe.mjs +21 -0
- package/esm2020/lib/Shared/components/app-base-component.mjs +198 -0
- package/esm2020/lib/Shared/components/ng-tag-input.mjs +336 -0
- package/{esm2015/lib/Shared/config/environment.js → esm2020/lib/Shared/config/environment.mjs} +0 -0
- package/esm2020/lib/Shared/default_intl.mjs +29 -0
- package/esm2020/lib/Shared/services/ControlUtility.mjs +162 -0
- package/esm2020/lib/Shared/services/GlobalSettings.service.mjs +30 -0
- package/esm2020/lib/Shared/services/OnPagingFiltersChange.service.mjs +24 -0
- package/esm2020/lib/Shared/services/render-component-service.service.mjs +30 -0
- package/esm2020/lib/Shared/services/validationErrorMassage.service.mjs +137 -0
- package/esm2020/lib/controls/AutocompleteTextBox/AutocompleteTextBox.component.mjs +245 -0
- package/esm2020/lib/controls/Calendar/Calendar.component.mjs +172 -0
- package/esm2020/lib/controls/CheckBox/CheckBox.component.mjs +114 -0
- package/esm2020/lib/controls/ConfirmationModal/ConfirmationModal.component.mjs +136 -0
- package/esm2020/lib/controls/DateTimePicker/DateTimePicker.component.mjs +217 -0
- package/esm2020/lib/controls/DropdownList/DropdownList.component.mjs +179 -0
- package/esm2020/lib/controls/FileUplaod/FileUplaod.component.mjs +453 -0
- package/esm2020/lib/controls/Form/Form.component.mjs +101 -0
- package/esm2020/lib/controls/HtmlEditor/HtmlEditor.component.mjs +223 -0
- package/esm2020/lib/controls/ImageUpload/ImageUpload.component.mjs +350 -0
- package/esm2020/lib/controls/MapAutoComplete/MapAutoComplete.component.mjs +325 -0
- package/esm2020/lib/controls/MultiLingualHtmlEditor/MultiLingualHtmlEditor.component.mjs +427 -0
- package/esm2020/lib/controls/MultiLingualTextArea/MultiLingualTextArea.component.mjs +427 -0
- package/esm2020/lib/controls/MultiLingualTextBox/MultiLingualTextBox.component.mjs +426 -0
- package/esm2020/lib/controls/Paging/JwPagination.component.mjs +156 -0
- package/esm2020/lib/controls/Paging/Paging.component.mjs +312 -0
- package/esm2020/lib/controls/Phone/Phone.component.mjs +124 -0
- package/esm2020/lib/controls/ProfileImageUploader/ProfileImageUploader.component.mjs +354 -0
- package/esm2020/lib/controls/RadioButton/RadioButton.component.mjs +106 -0
- package/esm2020/lib/controls/Recaptcha/Recaptcha.component.mjs +132 -0
- package/esm2020/lib/controls/Repeater/repeater/repeater.component.mjs +125 -0
- package/esm2020/lib/controls/Repeater/repeater-field-builder/repeater-field-builder.component.mjs +750 -0
- package/esm2020/lib/controls/Repeater/repeater-item-field/repeater-item-field.component.mjs +21 -0
- package/esm2020/lib/controls/Repeater/repeater-table/repeater-table.component.mjs +108 -0
- package/esm2020/lib/controls/TagsInput/TagsInput.component.mjs +268 -0
- package/esm2020/lib/controls/TextArea/TextArea.component.mjs +192 -0
- package/esm2020/lib/controls/TextBox/TextBox.component.mjs +266 -0
- package/esm2020/lib/controls/Toggleslide/toggleslide.component.mjs +84 -0
- package/esm2020/lib/controls/bbsf-controls.module.mjs +401 -0
- package/esm2020/lib/controls/page-header-component/page-header-component.component.mjs +37 -0
- package/{esm2015/public-api.js → esm2020/public-api.mjs} +0 -0
- package/fesm2015/{bnsights-bbsf-controls.js → bnsights-bbsf-controls.mjs} +1787 -1644
- package/fesm2015/bnsights-bbsf-controls.mjs.map +1 -0
- package/fesm2020/bnsights-bbsf-controls.mjs +8938 -0
- package/fesm2020/bnsights-bbsf-controls.mjs.map +1 -0
- package/lib/Shared/Directives/template-name.directive.d.ts +3 -0
- package/lib/Shared/Models/datePickerOptions.d.ts +1 -1
- package/lib/Shared/Pipes/bbsf-date-time.pipe.d.ts +3 -0
- package/lib/Shared/Pipes/bbsf-date.pipe.d.ts +3 -0
- package/lib/Shared/components/app-base-component.d.ts +3 -0
- package/lib/Shared/components/ng-tag-input.d.ts +3 -0
- package/lib/Shared/default_intl.d.ts +3 -0
- package/lib/Shared/services/ControlUtility.d.ts +3 -0
- package/lib/Shared/services/GlobalSettings.service.d.ts +3 -0
- package/lib/Shared/services/OnPagingFiltersChange.service.d.ts +3 -0
- package/lib/Shared/services/render-component-service.service.d.ts +3 -0
- package/lib/Shared/services/validationErrorMassage.service.d.ts +3 -0
- package/lib/controls/AutocompleteTextBox/AutocompleteTextBox.component.d.ts +4 -0
- package/lib/controls/Calendar/Calendar.component.d.ts +3 -0
- package/lib/controls/CheckBox/CheckBox.component.d.ts +4 -0
- package/lib/controls/ConfirmationModal/ConfirmationModal.component.d.ts +3 -0
- package/lib/controls/DateTimePicker/DateTimePicker.component.d.ts +8 -2
- package/lib/controls/DropdownList/DropdownList.component.d.ts +4 -0
- package/lib/controls/FileUplaod/FileUplaod.component.d.ts +3 -0
- package/lib/controls/Form/Form.component.d.ts +3 -0
- package/lib/controls/HtmlEditor/HtmlEditor.component.d.ts +4 -0
- package/lib/controls/ImageUpload/ImageUpload.component.d.ts +3 -0
- package/lib/controls/MapAutoComplete/MapAutoComplete.component.d.ts +3 -0
- package/lib/controls/MultiLingualHtmlEditor/MultiLingualHtmlEditor.component.d.ts +3 -0
- package/lib/controls/MultiLingualTextArea/MultiLingualTextArea.component.d.ts +3 -0
- package/lib/controls/MultiLingualTextBox/MultiLingualTextBox.component.d.ts +3 -0
- package/lib/controls/Paging/JwPagination.component.d.ts +3 -0
- package/lib/controls/Paging/Paging.component.d.ts +3 -0
- package/lib/controls/Phone/Phone.component.d.ts +7 -1
- package/lib/controls/ProfileImageUploader/ProfileImageUploader.component.d.ts +3 -0
- package/lib/controls/RadioButton/RadioButton.component.d.ts +3 -0
- package/lib/controls/Recaptcha/Recaptcha.component.d.ts +4 -0
- package/lib/controls/Repeater/repeater/repeater.component.d.ts +3 -0
- package/lib/controls/Repeater/repeater-field-builder/repeater-field-builder.component.d.ts +3 -0
- package/lib/controls/Repeater/repeater-item-field/repeater-item-field.component.d.ts +3 -0
- package/lib/controls/Repeater/repeater-table/repeater-table.component.d.ts +3 -0
- package/lib/controls/TagsInput/TagsInput.component.d.ts +4 -0
- package/lib/controls/TextArea/TextArea.component.d.ts +4 -0
- package/lib/controls/TextBox/TextBox.component.d.ts +4 -0
- package/lib/controls/Toggleslide/toggleslide.component.d.ts +4 -0
- package/lib/controls/bbsf-controls.module.d.ts +74 -0
- package/lib/controls/page-header-component/page-header-component.component.d.ts +3 -0
- package/package.json +20 -8
- package/bnsights-bbsf-controls-1.0.86.tgz +0 -0
- package/bnsights-bbsf-controls.metadata.json +0 -1
- package/bundles/bnsights-bbsf-controls.umd.js +0 -9430
- package/bundles/bnsights-bbsf-controls.umd.js.map +0 -1
- package/esm2015/bnsights-bbsf-controls.js +0 -6
- 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/components/app-base-component.js +0 -198
- package/esm2015/lib/Shared/components/ng-tag-input.js +0 -323
- 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 -137
- package/esm2015/lib/controls/AutocompleteTextBox/AutocompleteTextBox.component.js +0 -248
- package/esm2015/lib/controls/Calendar/Calendar.component.js +0 -176
- package/esm2015/lib/controls/CheckBox/CheckBox.component.js +0 -114
- package/esm2015/lib/controls/ConfirmationModal/ConfirmationModal.component.js +0 -139
- package/esm2015/lib/controls/DateTimePicker/DateTimePicker.component.js +0 -215
- package/esm2015/lib/controls/DropdownList/DropdownList.component.js +0 -178
- package/esm2015/lib/controls/FileUplaod/FileUplaod.component.js +0 -451
- package/esm2015/lib/controls/Form/Form.component.js +0 -106
- package/esm2015/lib/controls/HtmlEditor/HtmlEditor.component.js +0 -222
- 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 -430
- package/esm2015/lib/controls/MultiLingualTextBox/MultiLingualTextBox.component.js +0 -429
- 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 -119
- package/esm2015/lib/controls/ProfileImageUploader/ProfileImageUploader.component.js +0 -349
- package/esm2015/lib/controls/RadioButton/RadioButton.component.js +0 -108
- package/esm2015/lib/controls/Recaptcha/Recaptcha.component.js +0 -131
- 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 -268
- package/esm2015/lib/controls/TextArea/TextArea.component.js +0 -191
- package/esm2015/lib/controls/TextBox/TextBox.component.js +0 -262
- package/esm2015/lib/controls/Toggleslide/toggleslide.component.js +0 -83
- package/esm2015/lib/controls/bbsf-controls.module.js +0 -243
- package/esm2015/lib/controls/page-header-component/page-header-component.component.js +0 -32
- package/fesm2015/bnsights-bbsf-controls.js.map +0 -1
|
@@ -6,6 +6,7 @@ import { HttpClient } from '@angular/common/http';
|
|
|
6
6
|
import { Observable, Subscription } from 'rxjs';
|
|
7
7
|
import { ControlValidationService, RequestHandlerService, UtilityService } from '@bnsights/bbsf-utilities';
|
|
8
8
|
import { GlobalSettings } from '../../Shared/services/GlobalSettings.service';
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
9
10
|
export declare class TagsInputComponent implements OnInit, OnDestroy {
|
|
10
11
|
private http;
|
|
11
12
|
private controlUtility;
|
|
@@ -32,6 +33,7 @@ export declare class TagsInputComponent implements OnInit, OnDestroy {
|
|
|
32
33
|
validationRulesasync: any[];
|
|
33
34
|
changeValueSubscription: Subscription;
|
|
34
35
|
SearchResultHasItems: boolean;
|
|
36
|
+
textDir: any;
|
|
35
37
|
static showErrorOfInputs(errors: any): void;
|
|
36
38
|
ngOnDestroy(): void;
|
|
37
39
|
ngOnInit(): void;
|
|
@@ -50,4 +52,6 @@ export declare class TagsInputComponent implements OnInit, OnDestroy {
|
|
|
50
52
|
AddCustomValidation: (CustomValidation: any) => void;
|
|
51
53
|
IsValid: () => void;
|
|
52
54
|
onTagsInputBlur(SearchKey: any): void;
|
|
55
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TagsInputComponent, [null, null, null, { optional: true; }, null, null, null, null]>;
|
|
56
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TagsInputComponent, "BBSF-TagsInput", never, { "group": "group"; "options": "options"; }, { "OnChange": "OnChange"; }, never, never>;
|
|
53
57
|
}
|
|
@@ -4,6 +4,7 @@ import { ControlValidationService, UtilityService } from '@bnsights/bbsf-utiliti
|
|
|
4
4
|
import { ControlUtility } from '../../Shared/services/ControlUtility';
|
|
5
5
|
import { TextAreaOptions } from '../../Shared/Models/TextAreaOptions';
|
|
6
6
|
import { GlobalSettings } from '../../Shared/services/GlobalSettings.service';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
7
8
|
export declare class TextAreaComponent implements OnInit {
|
|
8
9
|
private controlUtility;
|
|
9
10
|
private controlContainer;
|
|
@@ -29,6 +30,7 @@ export declare class TextAreaComponent implements OnInit {
|
|
|
29
30
|
charsLimitMsgClass: string;
|
|
30
31
|
minCharsLimit: number;
|
|
31
32
|
maxLimitWarningMsg: string;
|
|
33
|
+
textDir: any;
|
|
32
34
|
ngOnInit(): void;
|
|
33
35
|
ngAfterViewInit(): void;
|
|
34
36
|
resetError: () => void;
|
|
@@ -44,4 +46,6 @@ export declare class TextAreaComponent implements OnInit {
|
|
|
44
46
|
RemoveCustomValidation: (CustomValidation: any) => void;
|
|
45
47
|
AddCustomValidation: (CustomValidation: any) => void;
|
|
46
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": "group"; "options": "options"; }, { "OnChange": "OnChange"; }, never, never>;
|
|
47
51
|
}
|
|
@@ -4,6 +4,7 @@ import { TextBoxOptions } from '../../Shared/Models/TextBoxOptions';
|
|
|
4
4
|
import { ControlUtility } from '../../Shared/services/ControlUtility';
|
|
5
5
|
import { ControlValidationService, UtilityService } from '@bnsights/bbsf-utilities';
|
|
6
6
|
import { GlobalSettings } from '../../Shared/services/GlobalSettings.service';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
7
8
|
export declare class TextboxComponent implements OnInit {
|
|
8
9
|
private controlUtility;
|
|
9
10
|
private controlContainer;
|
|
@@ -38,6 +39,7 @@ export declare class TextboxComponent implements OnInit {
|
|
|
38
39
|
charsLimitMsgClass: string;
|
|
39
40
|
minCharsLimit: number;
|
|
40
41
|
maxLimitWarningMsg: string;
|
|
42
|
+
textDir: any;
|
|
41
43
|
ngOnInit(): void;
|
|
42
44
|
ngAfterViewInit(): void;
|
|
43
45
|
resetError: () => void;
|
|
@@ -54,4 +56,6 @@ export declare class TextboxComponent implements OnInit {
|
|
|
54
56
|
RemoveCustomValidation: (CustomValidation: any) => void;
|
|
55
57
|
AddCustomValidation: (CustomValidation: any) => void;
|
|
56
58
|
IsValid: () => void;
|
|
59
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TextboxComponent, [null, { optional: true; }, null, null, null, null]>;
|
|
60
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TextboxComponent, "BBSF-TextBox", never, { "group": "group"; "options": "options"; }, { "OnChange": "OnChange"; }, never, never>;
|
|
57
61
|
}
|
|
@@ -4,6 +4,7 @@ import { ControlUtility } from '../../Shared/services/ControlUtility';
|
|
|
4
4
|
import { ToggleSlideOptions } from '../../Shared/Models/ToggleslideOptions';
|
|
5
5
|
import { ControlValidationService, UtilityService } from '@bnsights/bbsf-utilities';
|
|
6
6
|
import { GlobalSettings } from '../../Shared/services/GlobalSettings.service';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
7
8
|
export declare class ToggleslideComponent implements OnInit {
|
|
8
9
|
private controlUtility;
|
|
9
10
|
private controlContainer;
|
|
@@ -20,10 +21,13 @@ export declare class ToggleslideComponent implements OnInit {
|
|
|
20
21
|
ToggleslideFormControl: AbstractControl;
|
|
21
22
|
SlideValue: boolean;
|
|
22
23
|
markAllAsTouched: boolean;
|
|
24
|
+
textDir: any;
|
|
23
25
|
ngOnInit(): void;
|
|
24
26
|
ngAfterViewInit(): void;
|
|
25
27
|
resetError(): void;
|
|
26
28
|
showGlobalError(): void;
|
|
27
29
|
getErrorValidation(ErrorList: any[]): string;
|
|
28
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": "group"; "options": "options"; }, { "OnChange": "OnChange"; }, never, never>;
|
|
29
33
|
}
|
|
@@ -1,10 +1,84 @@
|
|
|
1
1
|
import { Injector } from '@angular/core';
|
|
2
2
|
import { IConfig } from 'ngx-mask';
|
|
3
3
|
import { TranslateService } from '@ngx-translate/core';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
import * as i1 from "./DateTimePicker/DateTimePicker.component";
|
|
6
|
+
import * as i2 from "./FileUplaod/FileUplaod.component";
|
|
7
|
+
import * as i3 from "./MultiLingualTextBox/MultiLingualTextBox.component";
|
|
8
|
+
import * as i4 from "./TextBox/TextBox.component";
|
|
9
|
+
import * as i5 from "./TextArea/TextArea.component";
|
|
10
|
+
import * as i6 from "./MultiLingualTextArea/MultiLingualTextArea.component";
|
|
11
|
+
import * as i7 from "./CheckBox/CheckBox.component";
|
|
12
|
+
import * as i8 from "./DropdownList/DropdownList.component";
|
|
13
|
+
import * as i9 from "./Phone/Phone.component";
|
|
14
|
+
import * as i10 from "./Toggleslide/toggleslide.component";
|
|
15
|
+
import * as i11 from "./HtmlEditor/HtmlEditor.component";
|
|
16
|
+
import * as i12 from "./MultiLingualHtmlEditor/MultiLingualHtmlEditor.component";
|
|
17
|
+
import * as i13 from "./ImageUpload/ImageUpload.component";
|
|
18
|
+
import * as i14 from "./ProfileImageUploader/ProfileImageUploader.component";
|
|
19
|
+
import * as i15 from "./Calendar/Calendar.component";
|
|
20
|
+
import * as i16 from "./MapAutoComplete/MapAutoComplete.component";
|
|
21
|
+
import * as i17 from "./AutocompleteTextBox/AutocompleteTextBox.component";
|
|
22
|
+
import * as i18 from "./TagsInput/TagsInput.component";
|
|
23
|
+
import * as i19 from "./Paging/Paging.component";
|
|
24
|
+
import * as i20 from "./Paging/JwPagination.component";
|
|
25
|
+
import * as i21 from "./RadioButton/RadioButton.component";
|
|
26
|
+
import * as i22 from "./Form/Form.component";
|
|
27
|
+
import * as i23 from "./ConfirmationModal/ConfirmationModal.component";
|
|
28
|
+
import * as i24 from "./Repeater/repeater/repeater.component";
|
|
29
|
+
import * as i25 from "./Repeater/repeater-field-builder/repeater-field-builder.component";
|
|
30
|
+
import * as i26 from "../Shared/Directives/template-name.directive";
|
|
31
|
+
import * as i27 from "./Repeater/repeater-item-field/repeater-item-field.component";
|
|
32
|
+
import * as i28 from "./Repeater/repeater-table/repeater-table.component";
|
|
33
|
+
import * as i29 from "../shared/Pipes/bbsf-date-time.pipe";
|
|
34
|
+
import * as i30 from "../shared/Pipes/bbsf-date.pipe";
|
|
35
|
+
import * as i31 from "../Shared/components/ng-tag-input";
|
|
36
|
+
import * as i32 from "./Recaptcha/Recaptcha.component";
|
|
37
|
+
import * as i33 from "./page-header-component/page-header-component.component";
|
|
38
|
+
import * as i34 from "@angular/common";
|
|
39
|
+
import * as i35 from "ngx-infinite-scroll";
|
|
40
|
+
import * as i36 from "@ng-select/ng-select";
|
|
41
|
+
import * as i37 from "ngx-tags-input";
|
|
42
|
+
import * as i38 from "ngx-typeahead";
|
|
43
|
+
import * as i39 from "@agm/core";
|
|
44
|
+
import * as i40 from "@angular-material-extensions/google-maps-autocomplete";
|
|
45
|
+
import * as i41 from "@fullcalendar/angular";
|
|
46
|
+
import * as i42 from "angular-cropperjs";
|
|
47
|
+
import * as i43 from "ngx-image-cropper";
|
|
48
|
+
import * as i44 from "@ng-bootstrap/ng-bootstrap";
|
|
49
|
+
import * as i45 from "ngx-dropzone";
|
|
50
|
+
import * as i46 from "ng2-file-upload";
|
|
51
|
+
import * as i47 from "@syncfusion/ej2-angular-popups";
|
|
52
|
+
import * as i48 from "ngx-mask";
|
|
53
|
+
import * as i49 from "ngx-summernote";
|
|
54
|
+
import * as i50 from "@angular/material/slide-toggle";
|
|
55
|
+
import * as i51 from "ngx-intl-tel-input";
|
|
56
|
+
import * as i52 from "angular2-multiselect-dropdown";
|
|
57
|
+
import * as i53 from "ng-multiselect-dropdown";
|
|
58
|
+
import * as i54 from "ng-pick-datetime";
|
|
59
|
+
import * as i55 from "ng-block-ui";
|
|
60
|
+
import * as i56 from "@angular/forms";
|
|
61
|
+
import * as i57 from "@angular/http";
|
|
62
|
+
import * as i58 from "@angular/router";
|
|
63
|
+
import * as i59 from "ngx-toastr";
|
|
64
|
+
import * as i60 from "@angular/common/http";
|
|
65
|
+
import * as i61 from "ngx-permissions";
|
|
66
|
+
import * as i62 from "@angular/cdk/overlay";
|
|
67
|
+
import * as i63 from "@ngrx/store-devtools";
|
|
68
|
+
import * as i64 from "ngx-bootstrap/datepicker";
|
|
69
|
+
import * as i65 from "ngx-bootstrap/typeahead";
|
|
70
|
+
import * as i66 from "@kolkov/angular-editor";
|
|
71
|
+
import * as i67 from "angular-ng-autocomplete";
|
|
72
|
+
import * as i68 from "@bnsights/bbsf-utilities";
|
|
73
|
+
import * as i69 from "ng-inline-svg";
|
|
74
|
+
import * as i70 from "@sweetalert2/ngx-sweetalert2";
|
|
4
75
|
export declare let options: Partial<IConfig> | (() => Partial<IConfig>);
|
|
5
76
|
export declare let AppInjector: Injector;
|
|
6
77
|
export declare class BBSFControlsModule {
|
|
7
78
|
private injector;
|
|
8
79
|
private translate;
|
|
9
80
|
constructor(injector: Injector, translate: TranslateService);
|
|
81
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BBSFControlsModule, never>;
|
|
82
|
+
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.NgxTagsInputModule, typeof i38.NgxTypeaheadModule, typeof i39.AgmCoreModule, typeof i40.MatGoogleMapsAutocompleteModule, typeof i41.FullCalendarModule, typeof i42.AngularCropperjsModule, typeof i43.ImageCropperModule, typeof i44.NgbModule, typeof i45.NgxDropzoneModule, typeof i46.FileUploadModule, typeof i47.TooltipModule, typeof i48.NgxMaskModule, typeof i49.NgxSummernoteModule, typeof i50.MatSlideToggleModule, typeof i51.NgxIntlTelInputModule, typeof i52.AngularMultiSelectModule, typeof i53.NgMultiSelectDropDownModule, typeof i54.OwlDateTimeModule, typeof i54.OwlNativeDateTimeModule, typeof i34.CommonModule, typeof i55.BlockUIModule, typeof i56.ReactiveFormsModule, typeof i57.HttpModule, typeof i58.RouterModule, typeof i59.ToastrModule, typeof i60.HttpClientModule, typeof i61.NgxPermissionsModule, typeof i62.OverlayModule, typeof i63.StoreDevtoolsModule, typeof i56.FormsModule, typeof i51.NgxIntlTelInputModule, typeof i51.NgxIntlTelInputModule, typeof i64.BsDatepickerModule, typeof i41.FullCalendarModule, typeof i65.TypeaheadModule, typeof i66.AngularEditorModule, typeof i67.AutocompleteLibModule, typeof i68.BBSFUtilitiesModule, typeof i69.InlineSVGModule, typeof i70.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]>;
|
|
83
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BBSFControlsModule>;
|
|
10
84
|
}
|
|
@@ -4,6 +4,7 @@ import { Router } from '@angular/router';
|
|
|
4
4
|
import { UtilityService } from '@bnsights/bbsf-utilities';
|
|
5
5
|
import { DataType } from '../../Shared/Enums/Enums';
|
|
6
6
|
import { PageHeaderOptions } from '../../Shared/Models/page-header-options';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
7
8
|
export declare class PageHeaderComponentComponent implements OnInit {
|
|
8
9
|
private router;
|
|
9
10
|
utilityService: UtilityService;
|
|
@@ -14,4 +15,6 @@ export declare class PageHeaderComponentComponent implements OnInit {
|
|
|
14
15
|
constructor(router: Router, utilityService: UtilityService);
|
|
15
16
|
translate(key: string): string;
|
|
16
17
|
ngOnInit(): void;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PageHeaderComponentComponent, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PageHeaderComponentComponent, "bbsf-page-header-component", never, { "group": "group"; "options": "options"; }, {}, never, never>;
|
|
17
20
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bnsights/bbsf-controls",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.87",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "~12.2.12",
|
|
6
6
|
"@angular/core": "~12.2.12"
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@angular/platform-browser": "~12.2.12",
|
|
22
22
|
"@angular/platform-browser-dynamic": "~12.2.12",
|
|
23
23
|
"@angular/router": "~12.2.12",
|
|
24
|
-
"@bnsights/bbsf-utilities": "1.0.
|
|
24
|
+
"@bnsights/bbsf-utilities": "1.0.32",
|
|
25
25
|
"@fortawesome/fontawesome-free": "^5.15.2",
|
|
26
26
|
"@fullcalendar/angular": "^5.5.0",
|
|
27
27
|
"@fullcalendar/core": "^5.5.0",
|
|
@@ -79,12 +79,24 @@
|
|
|
79
79
|
"tslib": "^2.0.0",
|
|
80
80
|
"zone.js": "~0.11.4"
|
|
81
81
|
},
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"fesm2015": "fesm2015/bnsights-bbsf-controls.
|
|
82
|
+
"module": "fesm2015/bnsights-bbsf-controls.mjs",
|
|
83
|
+
"es2020": "fesm2020/bnsights-bbsf-controls.mjs",
|
|
84
|
+
"esm2020": "esm2020/bnsights-bbsf-controls.mjs",
|
|
85
|
+
"fesm2020": "fesm2020/bnsights-bbsf-controls.mjs",
|
|
86
|
+
"fesm2015": "fesm2015/bnsights-bbsf-controls.mjs",
|
|
87
87
|
"typings": "bnsights-bbsf-controls.d.ts",
|
|
88
|
-
"
|
|
88
|
+
"exports": {
|
|
89
|
+
"./package.json": {
|
|
90
|
+
"default": "./package.json"
|
|
91
|
+
},
|
|
92
|
+
".": {
|
|
93
|
+
"types": "./bnsights-bbsf-controls.d.ts",
|
|
94
|
+
"esm2020": "./esm2020/bnsights-bbsf-controls.mjs",
|
|
95
|
+
"es2020": "./fesm2020/bnsights-bbsf-controls.mjs",
|
|
96
|
+
"es2015": "./fesm2015/bnsights-bbsf-controls.mjs",
|
|
97
|
+
"node": "./fesm2015/bnsights-bbsf-controls.mjs",
|
|
98
|
+
"default": "./fesm2020/bnsights-bbsf-controls.mjs"
|
|
99
|
+
}
|
|
100
|
+
},
|
|
89
101
|
"sideEffects": false
|
|
90
102
|
}
|
|
Binary file
|