@bnsights/bbsf-controls 1.0.109 → 1.0.111

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (282) hide show
  1. package/README.md +8 -0
  2. package/{esm2020 → esm2022}/bnsights-bbsf-controls.mjs +4 -4
  3. package/esm2022/bnsights-test-test-controls.mjs +5 -0
  4. package/{esm2020 → esm2022}/lib/Shared/Components/app-base-component.mjs +226 -226
  5. package/{esm2020 → esm2022}/lib/Shared/Components/ng-tag-input.mjs +176 -176
  6. package/{esm2020 → esm2022}/lib/Shared/Directives/template-name.directive.mjs +18 -18
  7. package/{esm2020 → esm2022}/lib/Shared/Enums/CalendarView.mjs +7 -7
  8. package/{esm2020 → esm2022}/lib/Shared/Enums/ControlLayout.mjs +5 -5
  9. package/{esm2020 → esm2022}/lib/Shared/Enums/Countries.mjs +246 -246
  10. package/{esm2020 → esm2022}/lib/Shared/Enums/Enums.mjs +32 -32
  11. package/{esm2020 → esm2022}/lib/Shared/Enums/FileType.mjs +21 -21
  12. package/{esm2020 → esm2022}/lib/Shared/Enums/FilterType.mjs +10 -10
  13. package/{esm2020 → esm2022}/lib/Shared/Enums/FontSize.mjs +6 -6
  14. package/{esm2020 → esm2022}/lib/Shared/Enums/ForceDirection.mjs +5 -5
  15. package/{esm2020 → esm2022}/lib/Shared/Enums/IconPosition.mjs +5 -5
  16. package/{esm2020 → esm2022}/lib/Shared/Enums/ImageType.mjs +9 -9
  17. package/{esm2020 → esm2022}/lib/Shared/Enums/InputType.mjs +9 -9
  18. package/{esm2020 → esm2022}/lib/Shared/Enums/Insert.mjs +8 -8
  19. package/{esm2020 → esm2022}/lib/Shared/Enums/LanguageMode.mjs +10 -10
  20. package/{esm2020 → esm2022}/lib/Shared/Enums/LanguageValidation.mjs +5 -5
  21. package/{esm2020 → esm2022}/lib/Shared/Enums/Misc.mjs +6 -6
  22. package/{esm2020 → esm2022}/lib/Shared/Enums/PagingActionMode.mjs +5 -5
  23. package/{esm2020 → esm2022}/lib/Shared/Enums/Para.mjs +8 -8
  24. package/{esm2020 → esm2022}/lib/Shared/Enums/PickerType.mjs +6 -6
  25. package/{esm2020 → esm2022}/lib/Shared/Enums/SelectMode.mjs +5 -5
  26. package/{esm2020 → esm2022}/lib/Shared/Enums/StartView.mjs +6 -6
  27. package/{esm2020 → esm2022}/lib/Shared/Enums/Style.mjs +7 -7
  28. package/{esm2020 → esm2022}/lib/Shared/Enums/StyleConfirmationMode.mjs +6 -6
  29. package/{esm2020 → esm2022}/lib/Shared/Enums/TagInputView.mjs +6 -6
  30. package/esm2022/lib/Shared/Enums/map-enums.mjs +7 -0
  31. package/{esm2020 → esm2022}/lib/Shared/Enums/menu-list-enum.mjs +5 -5
  32. package/{esm2020 → esm2022}/lib/Shared/Models/Attribute.mjs +2 -2
  33. package/{esm2020 → esm2022}/lib/Shared/Models/AutocompleteDTO.mjs +7 -7
  34. package/{esm2020 → esm2022}/lib/Shared/Models/AutocompleteOptions.mjs +23 -23
  35. package/{esm2020 → esm2022}/lib/Shared/Models/CalendarEventDTO.mjs +2 -2
  36. package/{esm2020 → esm2022}/lib/Shared/Models/CalendarOptions.mjs +18 -18
  37. package/{esm2020 → esm2022}/lib/Shared/Models/CancelDTO.mjs +6 -6
  38. package/{esm2020 → esm2022}/lib/Shared/Models/CaptchaStyle.mjs +2 -2
  39. package/{esm2020 → esm2022}/lib/Shared/Models/CheckBoxOptions.mjs +10 -10
  40. package/{esm2020 → esm2022}/lib/Shared/Models/ConfirmationModalOptions.mjs +38 -38
  41. package/{esm2020 → esm2022}/lib/Shared/Models/ControlOptionsBase.mjs +12 -12
  42. package/{esm2020 → esm2022}/lib/Shared/Models/CustomValidation.mjs +13 -13
  43. package/{esm2020 → esm2022}/lib/Shared/Models/DropdownListItem.mjs +2 -2
  44. package/{esm2020 → esm2022}/lib/Shared/Models/DropdownOptions.mjs +15 -15
  45. package/{esm2020 → esm2022}/lib/Shared/Models/EditPersonalImage.mjs +6 -6
  46. package/{esm2020 → esm2022}/lib/Shared/Models/EnglishArabicDTO.mjs +10 -10
  47. package/{esm2020 → esm2022}/lib/Shared/Models/FileDTO.mjs +1 -1
  48. package/{esm2020 → esm2022}/lib/Shared/Models/FileUploadModel.mjs +2 -2
  49. package/{esm2020 → esm2022}/lib/Shared/Models/FileUploadOptions.mjs +10 -10
  50. package/{esm2020 → esm2022}/lib/Shared/Models/FilterItem.mjs +7 -7
  51. package/{esm2020 → esm2022}/lib/Shared/Models/FormOptions.mjs +27 -27
  52. package/{esm2020 → esm2022}/lib/Shared/Models/HtmlEditorOptions.mjs +11 -11
  53. package/{esm2020 → esm2022}/lib/Shared/Models/ImageUploadOptions.mjs +13 -13
  54. package/esm2022/lib/Shared/Models/MapAutoCompleteOptions.mjs +10 -0
  55. package/{esm2020 → esm2022}/lib/Shared/Models/MapAutocompleteDTO.mjs +5 -5
  56. package/{esm2020 → esm2022}/lib/Shared/Models/MultiLingualHtmlEditorOptions.mjs +8 -8
  57. package/{esm2020 → esm2022}/lib/Shared/Models/MultiLingualTextAreaOptions.mjs +8 -8
  58. package/{esm2020 → esm2022}/lib/Shared/Models/MultilingualControlOptionsBase.mjs +15 -15
  59. package/{esm2020 → esm2022}/lib/Shared/Models/MultilingualTextBoxOptions.mjs +13 -13
  60. package/{esm2020 → esm2022}/lib/Shared/Models/MultipleFileUploadModel.mjs +8 -8
  61. package/{esm2020 → esm2022}/lib/Shared/Models/PagingDTO.mjs +12 -12
  62. package/{esm2020 → esm2022}/lib/Shared/Models/PagingOptions.mjs +46 -46
  63. package/{esm2020 → esm2022}/lib/Shared/Models/PagingPayload.mjs +2 -2
  64. package/{esm2020 → esm2022}/lib/Shared/Models/PhoneOptions.mjs +12 -12
  65. package/{esm2020 → esm2022}/lib/Shared/Models/ProfileImageUploadOptions.mjs +10 -10
  66. package/{esm2020 → esm2022}/lib/Shared/Models/ProfilePictureDTO.mjs +2 -2
  67. package/{esm2020 → esm2022}/lib/Shared/Models/RadioButtonItem.mjs +2 -2
  68. package/{esm2020 → esm2022}/lib/Shared/Models/RadioButtonOptions.mjs +3 -3
  69. package/{esm2020 → esm2022}/lib/Shared/Models/RangeNumber.mjs +2 -2
  70. package/{esm2020 → esm2022}/lib/Shared/Models/Recaptcha.mjs +5 -5
  71. package/{esm2020 → esm2022}/lib/Shared/Models/RecaptchaOptions.mjs +21 -21
  72. package/{esm2020 → esm2022}/lib/Shared/Models/RepeaterField.mjs +2 -2
  73. package/{esm2020 → esm2022}/lib/Shared/Models/RepeaterOptions.mjs +12 -12
  74. package/{esm2020 → esm2022}/lib/Shared/Models/SaveDTO.mjs +6 -6
  75. package/{esm2020 → esm2022}/lib/Shared/Models/TagsInputDTO.mjs +2 -2
  76. package/{esm2020 → esm2022}/lib/Shared/Models/TagsInputOptions.mjs +40 -40
  77. package/{esm2020 → esm2022}/lib/Shared/Models/TextAreaOptions.mjs +3 -3
  78. package/{esm2020 → esm2022}/lib/Shared/Models/TextBoxOptions.mjs +22 -22
  79. package/{esm2020 → esm2022}/lib/Shared/Models/ToggleslideOptions.mjs +8 -8
  80. package/{esm2020 → esm2022}/lib/Shared/Models/UploadPersonalImage.mjs +6 -6
  81. package/{esm2020 → esm2022}/lib/Shared/Models/bread-crumb.mjs +7 -7
  82. package/{esm2020 → esm2022}/lib/Shared/Models/control-filter-Item.mjs +5 -5
  83. package/{esm2020 → esm2022}/lib/Shared/Models/datePickerOptions.mjs +22 -22
  84. package/{esm2020 → esm2022}/lib/Shared/Models/filter-options.mjs +8 -8
  85. package/{esm2020 → esm2022}/lib/Shared/Models/page-header-options.mjs +77 -77
  86. package/{esm2020 → esm2022}/lib/Shared/Pipes/bbsf-date-time.pipe.mjs +21 -21
  87. package/{esm2020 → esm2022}/lib/Shared/Pipes/bbsf-date.pipe.mjs +21 -21
  88. package/{esm2020 → esm2022}/lib/Shared/config/environment.mjs +11 -11
  89. package/{esm2020 → esm2022}/lib/Shared/default_intl.mjs +29 -29
  90. package/{esm2020 → esm2022}/lib/Shared/services/ControlUtility.mjs +162 -162
  91. package/{esm2020 → esm2022}/lib/Shared/services/GlobalSettings.service.mjs +30 -30
  92. package/esm2022/lib/Shared/services/OnPagingFiltersChange.service.mjs +24 -0
  93. package/{esm2020 → esm2022}/lib/Shared/services/render-component-service.service.mjs +30 -30
  94. package/esm2022/lib/Shared/services/validationErrorMassage.service.mjs +170 -0
  95. package/esm2022/lib/controls/AutocompleteTextBox/AutocompleteTextBox.component.mjs +262 -0
  96. package/esm2022/lib/controls/Calendar/Calendar.component.mjs +173 -0
  97. package/esm2022/lib/controls/CheckBox/CheckBox.component.mjs +117 -0
  98. package/{esm2020 → esm2022}/lib/controls/ConfirmationModal/ConfirmationModal.component.mjs +136 -136
  99. package/esm2022/lib/controls/DateTimePicker/DateTimePicker.component.mjs +223 -0
  100. package/esm2022/lib/controls/DropdownList/DropdownList.component.mjs +193 -0
  101. package/esm2022/lib/controls/FileUplaod/FileUplaod.component.mjs +447 -0
  102. package/{esm2020 → esm2022}/lib/controls/Form/Form.component.mjs +101 -101
  103. package/esm2022/lib/controls/HtmlEditor/HtmlEditor.component.mjs +226 -0
  104. package/esm2022/lib/controls/ImageUpload/ImageUpload.component.mjs +350 -0
  105. package/esm2022/lib/controls/MapAutoComplete/MapAutoComplete.component.mjs +404 -0
  106. package/esm2022/lib/controls/MultiLingualHtmlEditor/MultiLingualHtmlEditor.component.mjs +427 -0
  107. package/esm2022/lib/controls/MultiLingualTextArea/MultiLingualTextArea.component.mjs +429 -0
  108. package/esm2022/lib/controls/MultiLingualTextBox/MultiLingualTextBox.component.mjs +428 -0
  109. package/{esm2020 → esm2022}/lib/controls/Paging/JwPagination.component.mjs +121 -121
  110. package/{esm2020 → esm2022}/lib/controls/Paging/Paging.component.mjs +312 -312
  111. package/esm2022/lib/controls/Phone/Phone.component.mjs +129 -0
  112. package/esm2022/lib/controls/ProfileImageUploader/ProfileImageUploader.component.mjs +376 -0
  113. package/esm2022/lib/controls/RadioButton/RadioButton.component.mjs +109 -0
  114. package/{esm2020 → esm2022}/lib/controls/Recaptcha/Recaptcha.component.mjs +135 -135
  115. package/{esm2020 → esm2022}/lib/controls/Repeater/repeater/repeater.component.mjs +125 -125
  116. package/{esm2020 → esm2022}/lib/controls/Repeater/repeater-field-builder/repeater-field-builder.component.mjs +750 -750
  117. package/{esm2020 → esm2022}/lib/controls/Repeater/repeater-item-field/repeater-item-field.component.mjs +21 -21
  118. package/{esm2020 → esm2022}/lib/controls/Repeater/repeater-table/repeater-table.component.mjs +108 -108
  119. package/esm2022/lib/controls/TagsInput/TagsInput.component.mjs +277 -0
  120. package/esm2022/lib/controls/TextArea/TextArea.component.mjs +196 -0
  121. package/esm2022/lib/controls/TextBox/TextBox.component.mjs +306 -0
  122. package/esm2022/lib/controls/Toggleslide/toggleslide.component.mjs +90 -0
  123. package/esm2022/lib/controls/bbsf-controls.module.mjs +339 -0
  124. package/{esm2020 → esm2022}/lib/controls/page-header-component/page-header-component.component.mjs +37 -37
  125. package/{esm2020 → esm2022}/public-api.mjs +128 -130
  126. package/{fesm2020 → fesm2022}/bnsights-bbsf-controls.mjs +8802 -8736
  127. package/fesm2022/bnsights-bbsf-controls.mjs.map +1 -0
  128. package/{fesm2015/bnsights-bbsf-controls.mjs → fesm2022/bnsights-test-test-controls.mjs} +8803 -8798
  129. package/fesm2022/bnsights-test-test-controls.mjs.map +1 -0
  130. package/index.d.ts +5 -5
  131. package/lib/Shared/Components/app-base-component.d.ts +58 -58
  132. package/lib/Shared/Components/ng-tag-input.d.ts +50 -50
  133. package/lib/Shared/Directives/template-name.directive.d.ts +9 -9
  134. package/lib/Shared/Enums/CalendarView.d.ts +6 -6
  135. package/lib/Shared/Enums/ControlLayout.d.ts +4 -4
  136. package/lib/Shared/Enums/Countries.d.ts +245 -245
  137. package/lib/Shared/Enums/Enums.d.ts +30 -30
  138. package/lib/Shared/Enums/FileType.d.ts +20 -20
  139. package/lib/Shared/Enums/FilterType.d.ts +9 -9
  140. package/lib/Shared/Enums/FontSize.d.ts +5 -5
  141. package/lib/Shared/Enums/ForceDirection.d.ts +4 -4
  142. package/lib/Shared/Enums/IconPosition.d.ts +4 -4
  143. package/lib/Shared/Enums/ImageType.d.ts +8 -8
  144. package/lib/Shared/Enums/InputType.d.ts +8 -8
  145. package/lib/Shared/Enums/Insert.d.ts +7 -7
  146. package/lib/Shared/Enums/LanguageMode.d.ts +9 -9
  147. package/lib/Shared/Enums/LanguageValidation.d.ts +4 -4
  148. package/lib/Shared/Enums/Misc.d.ts +5 -5
  149. package/lib/Shared/Enums/PagingActionMode.d.ts +4 -4
  150. package/lib/Shared/Enums/Para.d.ts +7 -7
  151. package/lib/Shared/Enums/PickerType.d.ts +5 -5
  152. package/lib/Shared/Enums/SelectMode.d.ts +4 -4
  153. package/lib/Shared/Enums/StartView.d.ts +5 -5
  154. package/lib/Shared/Enums/Style.d.ts +6 -6
  155. package/lib/Shared/Enums/StyleConfirmationMode.d.ts +5 -5
  156. package/lib/Shared/Enums/TagInputView.d.ts +5 -5
  157. package/lib/Shared/Enums/map-enums.d.ts +5 -0
  158. package/lib/Shared/Enums/menu-list-enum.d.ts +4 -4
  159. package/lib/Shared/Models/Attribute.d.ts +4 -4
  160. package/lib/Shared/Models/AutocompleteDTO.d.ts +5 -5
  161. package/lib/Shared/Models/AutocompleteOptions.d.ts +40 -40
  162. package/lib/Shared/Models/CalendarEventDTO.d.ts +8 -8
  163. package/lib/Shared/Models/CalendarOptions.d.ts +23 -23
  164. package/lib/Shared/Models/CancelDTO.d.ts +5 -5
  165. package/lib/Shared/Models/CaptchaStyle.d.ts +7 -7
  166. package/lib/Shared/Models/CheckBoxOptions.d.ts +7 -7
  167. package/lib/Shared/Models/ConfirmationModalOptions.d.ts +21 -21
  168. package/lib/Shared/Models/ControlOptionsBase.d.ts +44 -44
  169. package/lib/Shared/Models/CustomValidation.d.ts +10 -10
  170. package/lib/Shared/Models/DropdownListItem.d.ts +4 -4
  171. package/lib/Shared/Models/DropdownOptions.d.ts +33 -33
  172. package/lib/Shared/Models/EditPersonalImage.d.ts +5 -5
  173. package/lib/Shared/Models/EnglishArabicDTO.d.ts +4 -4
  174. package/lib/Shared/Models/FileDTO.d.ts +19 -19
  175. package/lib/Shared/Models/FileUploadModel.d.ts +4 -4
  176. package/lib/Shared/Models/FileUploadOptions.d.ts +19 -19
  177. package/lib/Shared/Models/FilterItem.d.ts +13 -13
  178. package/lib/Shared/Models/FormOptions.d.ts +16 -16
  179. package/lib/Shared/Models/HtmlEditorOptions.d.ts +31 -31
  180. package/lib/Shared/Models/ImageUploadOptions.d.ts +23 -23
  181. package/lib/Shared/Models/MapAutoCompleteOptions.d.ts +8 -6
  182. package/lib/Shared/Models/MapAutocompleteDTO.d.ts +7 -7
  183. package/lib/Shared/Models/MultiLingualHtmlEditorOptions.d.ts +22 -22
  184. package/lib/Shared/Models/MultiLingualTextAreaOptions.d.ts +12 -12
  185. package/lib/Shared/Models/MultilingualControlOptionsBase.d.ts +77 -77
  186. package/lib/Shared/Models/MultilingualTextBoxOptions.d.ts +12 -12
  187. package/lib/Shared/Models/MultipleFileUploadModel.d.ts +7 -7
  188. package/lib/Shared/Models/PagingDTO.d.ts +11 -11
  189. package/lib/Shared/Models/PagingOptions.d.ts +56 -56
  190. package/lib/Shared/Models/PagingPayload.d.ts +5 -5
  191. package/lib/Shared/Models/PhoneOptions.d.ts +21 -21
  192. package/lib/Shared/Models/ProfileImageUploadOptions.d.ts +28 -28
  193. package/lib/Shared/Models/ProfilePictureDTO.d.ts +13 -13
  194. package/lib/Shared/Models/RadioButtonItem.d.ts +4 -4
  195. package/lib/Shared/Models/RadioButtonOptions.d.ts +8 -8
  196. package/lib/Shared/Models/RangeNumber.d.ts +4 -4
  197. package/lib/Shared/Models/Recaptcha.d.ts +6 -6
  198. package/lib/Shared/Models/RecaptchaOptions.d.ts +18 -18
  199. package/lib/Shared/Models/RepeaterField.d.ts +7 -7
  200. package/lib/Shared/Models/RepeaterOptions.d.ts +19 -19
  201. package/lib/Shared/Models/SaveDTO.d.ts +5 -5
  202. package/lib/Shared/Models/TagsInputDTO.d.ts +6 -6
  203. package/lib/Shared/Models/TagsInputOptions.d.ts +57 -57
  204. package/lib/Shared/Models/TextAreaOptions.d.ts +23 -23
  205. package/lib/Shared/Models/TextBoxOptions.d.ts +37 -37
  206. package/lib/Shared/Models/ToggleslideOptions.d.ts +9 -9
  207. package/lib/Shared/Models/UploadPersonalImage.d.ts +5 -5
  208. package/lib/Shared/Models/bread-crumb.d.ts +6 -6
  209. package/lib/Shared/Models/control-filter-Item.d.ts +6 -6
  210. package/lib/Shared/Models/datePickerOptions.d.ts +29 -29
  211. package/lib/Shared/Models/filter-options.d.ts +7 -7
  212. package/lib/Shared/Models/page-header-options.d.ts +71 -71
  213. package/lib/Shared/Pipes/bbsf-date-time.pipe.d.ts +10 -10
  214. package/lib/Shared/Pipes/bbsf-date.pipe.d.ts +10 -10
  215. package/lib/Shared/config/environment.d.ts +1 -1
  216. package/lib/Shared/default_intl.d.ts +21 -21
  217. package/lib/Shared/services/ControlUtility.d.ts +32 -32
  218. package/lib/Shared/services/GlobalSettings.service.d.ts +17 -17
  219. package/lib/Shared/services/OnPagingFiltersChange.service.d.ts +10 -10
  220. package/lib/Shared/services/render-component-service.service.d.ts +10 -10
  221. package/lib/Shared/services/validationErrorMassage.service.d.ts +14 -14
  222. package/lib/controls/AutocompleteTextBox/AutocompleteTextBox.component.d.ts +59 -59
  223. package/lib/controls/Calendar/Calendar.component.d.ts +42 -42
  224. package/lib/controls/CheckBox/CheckBox.component.d.ts +37 -37
  225. package/lib/controls/ConfirmationModal/ConfirmationModal.component.d.ts +29 -29
  226. package/lib/controls/DateTimePicker/DateTimePicker.component.d.ts +61 -61
  227. package/lib/controls/DropdownList/DropdownList.component.d.ts +55 -55
  228. package/lib/controls/FileUplaod/FileUplaod.component.d.ts +58 -58
  229. package/lib/controls/Form/Form.component.d.ts +28 -28
  230. package/lib/controls/HtmlEditor/HtmlEditor.component.d.ts +49 -49
  231. package/lib/controls/ImageUpload/ImageUpload.component.d.ts +70 -70
  232. package/lib/controls/MapAutoComplete/MapAutoComplete.component.d.ts +70 -54
  233. package/lib/controls/MultiLingualHtmlEditor/MultiLingualHtmlEditor.component.d.ts +65 -65
  234. package/lib/controls/MultiLingualTextArea/MultiLingualTextArea.component.d.ts +74 -74
  235. package/lib/controls/MultiLingualTextBox/MultiLingualTextBox.component.d.ts +73 -73
  236. package/lib/controls/Paging/JwPagination.component.d.ts +27 -27
  237. package/lib/controls/Paging/Paging.component.d.ts +57 -57
  238. package/lib/controls/Phone/Phone.component.d.ts +43 -43
  239. package/lib/controls/ProfileImageUploader/ProfileImageUploader.component.d.ts +69 -69
  240. package/lib/controls/RadioButton/RadioButton.component.d.ts +37 -37
  241. package/lib/controls/Recaptcha/Recaptcha.component.d.ts +41 -41
  242. package/lib/controls/Repeater/repeater/repeater.component.d.ts +29 -29
  243. package/lib/controls/Repeater/repeater-field-builder/repeater-field-builder.component.d.ts +23 -23
  244. package/lib/controls/Repeater/repeater-item-field/repeater-item-field.component.d.ts +11 -11
  245. package/lib/controls/Repeater/repeater-table/repeater-table.component.d.ts +19 -19
  246. package/lib/controls/TagsInput/TagsInput.component.d.ts +58 -58
  247. package/lib/controls/TextArea/TextArea.component.d.ts +51 -51
  248. package/lib/controls/TextBox/TextBox.component.d.ts +66 -66
  249. package/lib/controls/Toggleslide/toggleslide.component.d.ts +33 -33
  250. package/lib/controls/bbsf-controls.module.d.ts +70 -77
  251. package/lib/controls/page-header-component/page-header-component.component.d.ts +20 -20
  252. package/package.json +54 -63
  253. package/public-api.d.ts +118 -117
  254. package/src/lib/assets/Style-rtl.scss +46 -28
  255. package/src/lib/assets/Style.scss +4 -4
  256. package/src/lib/assets/images/marker-pin.svg +4 -0
  257. package/src/lib/assets/sass/base.scss +73 -21
  258. package/esm2020/lib/Shared/Models/MapAutoCompleteOptions.mjs +0 -4
  259. package/esm2020/lib/Shared/services/OnPagingFiltersChange.service.mjs +0 -24
  260. package/esm2020/lib/Shared/services/validationErrorMassage.service.mjs +0 -170
  261. package/esm2020/lib/controls/AutocompleteTextBox/AutocompleteTextBox.component.mjs +0 -262
  262. package/esm2020/lib/controls/Calendar/Calendar.component.mjs +0 -173
  263. package/esm2020/lib/controls/CheckBox/CheckBox.component.mjs +0 -117
  264. package/esm2020/lib/controls/DateTimePicker/DateTimePicker.component.mjs +0 -223
  265. package/esm2020/lib/controls/DropdownList/DropdownList.component.mjs +0 -194
  266. package/esm2020/lib/controls/FileUplaod/FileUplaod.component.mjs +0 -447
  267. package/esm2020/lib/controls/HtmlEditor/HtmlEditor.component.mjs +0 -226
  268. package/esm2020/lib/controls/ImageUpload/ImageUpload.component.mjs +0 -350
  269. package/esm2020/lib/controls/MapAutoComplete/MapAutoComplete.component.mjs +0 -325
  270. package/esm2020/lib/controls/MultiLingualHtmlEditor/MultiLingualHtmlEditor.component.mjs +0 -427
  271. package/esm2020/lib/controls/MultiLingualTextArea/MultiLingualTextArea.component.mjs +0 -429
  272. package/esm2020/lib/controls/MultiLingualTextBox/MultiLingualTextBox.component.mjs +0 -428
  273. package/esm2020/lib/controls/Phone/Phone.component.mjs +0 -129
  274. package/esm2020/lib/controls/ProfileImageUploader/ProfileImageUploader.component.mjs +0 -376
  275. package/esm2020/lib/controls/RadioButton/RadioButton.component.mjs +0 -109
  276. package/esm2020/lib/controls/TagsInput/TagsInput.component.mjs +0 -277
  277. package/esm2020/lib/controls/TextArea/TextArea.component.mjs +0 -196
  278. package/esm2020/lib/controls/TextBox/TextBox.component.mjs +0 -312
  279. package/esm2020/lib/controls/Toggleslide/toggleslide.component.mjs +0 -90
  280. package/esm2020/lib/controls/bbsf-controls.module.mjs +0 -361
  281. package/fesm2015/bnsights-bbsf-controls.mjs.map +0 -1
  282. package/fesm2020/bnsights-bbsf-controls.mjs.map +0 -1
@@ -1,58 +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
- 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": "group"; "options": "options"; }, { "OnChange": "OnChange"; }, never, never, false, never>;
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
+ 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,51 +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
- 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": "group"; "options": "options"; }, { "OnChange": "OnChange"; }, never, never, false, never>;
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
+ 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,66 +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
- 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": "group"; "options": "options"; }, { "OnChange": "OnChange"; "OnBlur": "OnBlur"; }, never, never, false, never>;
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
+ 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,33 +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
- 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": "group"; "options": "options"; }, { "OnChange": "OnChange"; }, never, never, false, never>;
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
+ 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,77 +1,70 @@
1
- import { Injector } from '@angular/core';
2
- import { IConfig } from 'ngx-mask';
3
- import * as i0 from "@angular/core";
4
- import * as i1 from "./DateTimePicker/DateTimePicker.component";
5
- import * as i2 from "./FileUplaod/FileUplaod.component";
6
- import * as i3 from "./MultiLingualTextBox/MultiLingualTextBox.component";
7
- import * as i4 from "./TextBox/TextBox.component";
8
- import * as i5 from "./TextArea/TextArea.component";
9
- import * as i6 from "./MultiLingualTextArea/MultiLingualTextArea.component";
10
- import * as i7 from "./CheckBox/CheckBox.component";
11
- import * as i8 from "./DropdownList/DropdownList.component";
12
- import * as i9 from "./Phone/Phone.component";
13
- import * as i10 from "./Toggleslide/toggleslide.component";
14
- import * as i11 from "./HtmlEditor/HtmlEditor.component";
15
- import * as i12 from "./MultiLingualHtmlEditor/MultiLingualHtmlEditor.component";
16
- import * as i13 from "./ImageUpload/ImageUpload.component";
17
- import * as i14 from "./ProfileImageUploader/ProfileImageUploader.component";
18
- import * as i15 from "./Calendar/Calendar.component";
19
- import * as i16 from "./MapAutoComplete/MapAutoComplete.component";
20
- import * as i17 from "./AutocompleteTextBox/AutocompleteTextBox.component";
21
- import * as i18 from "./TagsInput/TagsInput.component";
22
- import * as i19 from "./Paging/Paging.component";
23
- import * as i20 from "./Paging/JwPagination.component";
24
- import * as i21 from "./RadioButton/RadioButton.component";
25
- import * as i22 from "./Form/Form.component";
26
- import * as i23 from "./ConfirmationModal/ConfirmationModal.component";
27
- import * as i24 from "./Repeater/repeater/repeater.component";
28
- import * as i25 from "./Repeater/repeater-field-builder/repeater-field-builder.component";
29
- import * as i26 from "../Shared/Directives/template-name.directive";
30
- import * as i27 from "./Repeater/repeater-item-field/repeater-item-field.component";
31
- import * as i28 from "./Repeater/repeater-table/repeater-table.component";
32
- import * as i29 from "../shared/Pipes/bbsf-date-time.pipe";
33
- import * as i30 from "../shared/Pipes/bbsf-date.pipe";
34
- import * as i31 from "../Shared/Components/ng-tag-input";
35
- import * as i32 from "./Recaptcha/Recaptcha.component";
36
- import * as i33 from "./page-header-component/page-header-component.component";
37
- import * as i34 from "@angular/common";
38
- import * as i35 from "ngx-infinite-scroll";
39
- import * as i36 from "@ng-select/ng-select";
40
- import * as i37 from "ngx-tags-input";
41
- import * as i38 from "@agm/core";
42
- import * as i39 from "@angular-material-extensions/google-maps-autocomplete";
43
- import * as i40 from "@fullcalendar/angular";
44
- import * as i41 from "angular-cropperjs";
45
- import * as i42 from "ngx-image-cropper";
46
- import * as i43 from "@ng-bootstrap/ng-bootstrap";
47
- import * as i44 from "ngx-dropzone";
48
- import * as i45 from "ng2-file-upload";
49
- import * as i46 from "@syncfusion/ej2-angular-popups";
50
- import * as i47 from "ngx-mask";
51
- import * as i48 from "ngx-summernote";
52
- import * as i49 from "@angular/material/slide-toggle";
53
- import * as i50 from "ngx-intl-tel-input";
54
- import * as i51 from "angular2-multiselect-dropdown";
55
- import * as i52 from "ng-multiselect-dropdown";
56
- import * as i53 from "ng-pick-datetime";
57
- import * as i54 from "ng-block-ui";
58
- import * as i55 from "@angular/forms";
59
- import * as i56 from "@angular/router";
60
- import * as i57 from "ngx-toastr";
61
- import * as i58 from "@angular/common/http";
62
- import * as i59 from "@angular/cdk/overlay";
63
- import * as i60 from "@ngrx/store-devtools";
64
- import * as i61 from "ngx-bootstrap/datepicker";
65
- import * as i62 from "ngx-bootstrap/typeahead";
66
- import * as i63 from "@kolkov/angular-editor";
67
- import * as i64 from "angular-ng-autocomplete";
68
- import * as i65 from "@bnsights/bbsf-utilities";
69
- import * as i66 from "ng-inline-svg";
70
- import * as i67 from "@sweetalert2/ngx-sweetalert2";
71
- export declare let options: Partial<IConfig> | (() => Partial<IConfig>);
72
- export declare let AppInjector: Injector;
73
- export declare class BBSFControlsModule {
74
- static ɵfac: i0.ɵɵFactoryDeclaration<BBSFControlsModule, never>;
75
- 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.AgmCoreModule, typeof i39.MatGoogleMapsAutocompleteModule, typeof i40.FullCalendarModule, typeof i41.AngularCropperjsModule, typeof i42.ImageCropperModule, typeof i43.NgbModule, typeof i44.NgxDropzoneModule, typeof i45.FileUploadModule, typeof i46.TooltipModule, typeof i47.NgxMaskModule, typeof i48.NgxSummernoteModule, typeof i49.MatSlideToggleModule, typeof i50.NgxIntlTelInputModule, typeof i51.AngularMultiSelectModule, typeof i52.NgMultiSelectDropDownModule, typeof i53.OwlDateTimeModule, typeof i53.OwlNativeDateTimeModule, typeof i34.CommonModule, typeof i54.BlockUIModule, typeof i55.ReactiveFormsModule, typeof i56.RouterModule, typeof i57.ToastrModule, typeof i58.HttpClientModule, typeof i59.OverlayModule, typeof i60.StoreDevtoolsModule, typeof i55.FormsModule, typeof i61.BsDatepickerModule, typeof i62.TypeaheadModule, typeof i63.AngularEditorModule, typeof i64.AutocompleteLibModule, typeof i65.BBSFUtilitiesModule, typeof i66.InlineSVGModule, typeof i67.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]>;
76
- static ɵinj: i0.ɵɵInjectorDeclaration<BBSFControlsModule>;
77
- }
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
+ import * as i61 from "ngx-script-loader";
64
+ import * as i62 from "@angular/google-maps";
65
+ export declare let options: Partial<IConfig> | (() => Partial<IConfig>);
66
+ export declare class BBSFControlsModule {
67
+ static ɵfac: i0.ɵɵFactoryDeclaration<BBSFControlsModule, never>;
68
+ 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 i61.ScriptLoaderModule, typeof i62.GoogleMapsModule], [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]>;
69
+ static ɵinj: i0.ɵɵInjectorDeclaration<BBSFControlsModule>;
70
+ }