@bnsights/bbsf-controls 1.0.109 → 1.0.110

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (274) hide show
  1. package/README.md +4 -0
  2. package/{esm2020 → esm2022}/bnsights-bbsf-controls.mjs +4 -4
  3. package/{esm2020 → esm2022}/lib/Shared/Components/app-base-component.mjs +226 -226
  4. package/{esm2020 → esm2022}/lib/Shared/Components/ng-tag-input.mjs +176 -176
  5. package/{esm2020 → esm2022}/lib/Shared/Directives/template-name.directive.mjs +18 -18
  6. package/{esm2020 → esm2022}/lib/Shared/Enums/CalendarView.mjs +7 -7
  7. package/{esm2020 → esm2022}/lib/Shared/Enums/ControlLayout.mjs +5 -5
  8. package/{esm2020 → esm2022}/lib/Shared/Enums/Countries.mjs +246 -246
  9. package/{esm2020 → esm2022}/lib/Shared/Enums/Enums.mjs +32 -32
  10. package/{esm2020 → esm2022}/lib/Shared/Enums/FileType.mjs +21 -21
  11. package/{esm2020 → esm2022}/lib/Shared/Enums/FilterType.mjs +10 -10
  12. package/{esm2020 → esm2022}/lib/Shared/Enums/FontSize.mjs +6 -6
  13. package/{esm2020 → esm2022}/lib/Shared/Enums/ForceDirection.mjs +5 -5
  14. package/{esm2020 → esm2022}/lib/Shared/Enums/IconPosition.mjs +5 -5
  15. package/{esm2020 → esm2022}/lib/Shared/Enums/ImageType.mjs +9 -9
  16. package/{esm2020 → esm2022}/lib/Shared/Enums/InputType.mjs +9 -9
  17. package/{esm2020 → esm2022}/lib/Shared/Enums/Insert.mjs +8 -8
  18. package/{esm2020 → esm2022}/lib/Shared/Enums/LanguageMode.mjs +10 -10
  19. package/{esm2020 → esm2022}/lib/Shared/Enums/LanguageValidation.mjs +5 -5
  20. package/{esm2020 → esm2022}/lib/Shared/Enums/Misc.mjs +6 -6
  21. package/{esm2020 → esm2022}/lib/Shared/Enums/PagingActionMode.mjs +5 -5
  22. package/{esm2020 → esm2022}/lib/Shared/Enums/Para.mjs +8 -8
  23. package/{esm2020 → esm2022}/lib/Shared/Enums/PickerType.mjs +6 -6
  24. package/{esm2020 → esm2022}/lib/Shared/Enums/SelectMode.mjs +5 -5
  25. package/{esm2020 → esm2022}/lib/Shared/Enums/StartView.mjs +6 -6
  26. package/{esm2020 → esm2022}/lib/Shared/Enums/Style.mjs +7 -7
  27. package/{esm2020 → esm2022}/lib/Shared/Enums/StyleConfirmationMode.mjs +6 -6
  28. package/{esm2020 → esm2022}/lib/Shared/Enums/TagInputView.mjs +6 -6
  29. package/{esm2020 → esm2022}/lib/Shared/Enums/menu-list-enum.mjs +5 -5
  30. package/{esm2020 → esm2022}/lib/Shared/Models/Attribute.mjs +2 -2
  31. package/{esm2020 → esm2022}/lib/Shared/Models/AutocompleteDTO.mjs +7 -7
  32. package/{esm2020 → esm2022}/lib/Shared/Models/AutocompleteOptions.mjs +23 -23
  33. package/{esm2020 → esm2022}/lib/Shared/Models/CalendarEventDTO.mjs +2 -2
  34. package/{esm2020 → esm2022}/lib/Shared/Models/CalendarOptions.mjs +18 -18
  35. package/{esm2020 → esm2022}/lib/Shared/Models/CancelDTO.mjs +6 -6
  36. package/{esm2020 → esm2022}/lib/Shared/Models/CaptchaStyle.mjs +2 -2
  37. package/{esm2020 → esm2022}/lib/Shared/Models/CheckBoxOptions.mjs +10 -10
  38. package/{esm2020 → esm2022}/lib/Shared/Models/ConfirmationModalOptions.mjs +38 -38
  39. package/{esm2020 → esm2022}/lib/Shared/Models/ControlOptionsBase.mjs +12 -12
  40. package/{esm2020 → esm2022}/lib/Shared/Models/CustomValidation.mjs +13 -13
  41. package/{esm2020 → esm2022}/lib/Shared/Models/DropdownListItem.mjs +2 -2
  42. package/{esm2020 → esm2022}/lib/Shared/Models/DropdownOptions.mjs +15 -15
  43. package/{esm2020 → esm2022}/lib/Shared/Models/EditPersonalImage.mjs +6 -6
  44. package/{esm2020 → esm2022}/lib/Shared/Models/EnglishArabicDTO.mjs +10 -10
  45. package/{esm2020 → esm2022}/lib/Shared/Models/FileDTO.mjs +1 -1
  46. package/{esm2020 → esm2022}/lib/Shared/Models/FileUploadModel.mjs +2 -2
  47. package/{esm2020 → esm2022}/lib/Shared/Models/FileUploadOptions.mjs +10 -10
  48. package/{esm2020 → esm2022}/lib/Shared/Models/FilterItem.mjs +7 -7
  49. package/{esm2020 → esm2022}/lib/Shared/Models/FormOptions.mjs +27 -27
  50. package/{esm2020 → esm2022}/lib/Shared/Models/HtmlEditorOptions.mjs +11 -11
  51. package/{esm2020 → esm2022}/lib/Shared/Models/ImageUploadOptions.mjs +13 -13
  52. package/{esm2020 → esm2022}/lib/Shared/Models/MapAutoCompleteOptions.mjs +3 -3
  53. package/{esm2020 → esm2022}/lib/Shared/Models/MapAutocompleteDTO.mjs +5 -5
  54. package/{esm2020 → esm2022}/lib/Shared/Models/MultiLingualHtmlEditorOptions.mjs +8 -8
  55. package/{esm2020 → esm2022}/lib/Shared/Models/MultiLingualTextAreaOptions.mjs +8 -8
  56. package/{esm2020 → esm2022}/lib/Shared/Models/MultilingualControlOptionsBase.mjs +15 -15
  57. package/{esm2020 → esm2022}/lib/Shared/Models/MultilingualTextBoxOptions.mjs +13 -13
  58. package/{esm2020 → esm2022}/lib/Shared/Models/MultipleFileUploadModel.mjs +8 -8
  59. package/{esm2020 → esm2022}/lib/Shared/Models/PagingDTO.mjs +12 -12
  60. package/{esm2020 → esm2022}/lib/Shared/Models/PagingOptions.mjs +46 -46
  61. package/{esm2020 → esm2022}/lib/Shared/Models/PagingPayload.mjs +2 -2
  62. package/{esm2020 → esm2022}/lib/Shared/Models/PhoneOptions.mjs +12 -12
  63. package/{esm2020 → esm2022}/lib/Shared/Models/ProfileImageUploadOptions.mjs +10 -10
  64. package/{esm2020 → esm2022}/lib/Shared/Models/ProfilePictureDTO.mjs +2 -2
  65. package/{esm2020 → esm2022}/lib/Shared/Models/RadioButtonItem.mjs +2 -2
  66. package/{esm2020 → esm2022}/lib/Shared/Models/RadioButtonOptions.mjs +3 -3
  67. package/{esm2020 → esm2022}/lib/Shared/Models/RangeNumber.mjs +2 -2
  68. package/{esm2020 → esm2022}/lib/Shared/Models/Recaptcha.mjs +5 -5
  69. package/{esm2020 → esm2022}/lib/Shared/Models/RecaptchaOptions.mjs +21 -21
  70. package/{esm2020 → esm2022}/lib/Shared/Models/RepeaterField.mjs +2 -2
  71. package/{esm2020 → esm2022}/lib/Shared/Models/RepeaterOptions.mjs +12 -12
  72. package/{esm2020 → esm2022}/lib/Shared/Models/SaveDTO.mjs +6 -6
  73. package/{esm2020 → esm2022}/lib/Shared/Models/TagsInputDTO.mjs +2 -2
  74. package/{esm2020 → esm2022}/lib/Shared/Models/TagsInputOptions.mjs +40 -40
  75. package/{esm2020 → esm2022}/lib/Shared/Models/TextAreaOptions.mjs +3 -3
  76. package/{esm2020 → esm2022}/lib/Shared/Models/TextBoxOptions.mjs +22 -22
  77. package/{esm2020 → esm2022}/lib/Shared/Models/ToggleslideOptions.mjs +8 -8
  78. package/{esm2020 → esm2022}/lib/Shared/Models/UploadPersonalImage.mjs +6 -6
  79. package/{esm2020 → esm2022}/lib/Shared/Models/bread-crumb.mjs +7 -7
  80. package/{esm2020 → esm2022}/lib/Shared/Models/control-filter-Item.mjs +5 -5
  81. package/{esm2020 → esm2022}/lib/Shared/Models/datePickerOptions.mjs +22 -22
  82. package/{esm2020 → esm2022}/lib/Shared/Models/filter-options.mjs +8 -8
  83. package/{esm2020 → esm2022}/lib/Shared/Models/page-header-options.mjs +77 -77
  84. package/{esm2020 → esm2022}/lib/Shared/Pipes/bbsf-date-time.pipe.mjs +21 -21
  85. package/{esm2020 → esm2022}/lib/Shared/Pipes/bbsf-date.pipe.mjs +21 -21
  86. package/{esm2020 → esm2022}/lib/Shared/config/environment.mjs +11 -11
  87. package/{esm2020 → esm2022}/lib/Shared/default_intl.mjs +29 -29
  88. package/{esm2020 → esm2022}/lib/Shared/services/ControlUtility.mjs +162 -162
  89. package/{esm2020 → esm2022}/lib/Shared/services/GlobalSettings.service.mjs +30 -30
  90. package/esm2022/lib/Shared/services/OnPagingFiltersChange.service.mjs +24 -0
  91. package/{esm2020 → esm2022}/lib/Shared/services/render-component-service.service.mjs +30 -30
  92. package/esm2022/lib/Shared/services/validationErrorMassage.service.mjs +170 -0
  93. package/esm2022/lib/controls/AutocompleteTextBox/AutocompleteTextBox.component.mjs +262 -0
  94. package/esm2022/lib/controls/Calendar/Calendar.component.mjs +173 -0
  95. package/esm2022/lib/controls/CheckBox/CheckBox.component.mjs +117 -0
  96. package/{esm2020 → esm2022}/lib/controls/ConfirmationModal/ConfirmationModal.component.mjs +136 -136
  97. package/esm2022/lib/controls/DateTimePicker/DateTimePicker.component.mjs +223 -0
  98. package/esm2022/lib/controls/DropdownList/DropdownList.component.mjs +193 -0
  99. package/esm2022/lib/controls/FileUplaod/FileUplaod.component.mjs +447 -0
  100. package/{esm2020 → esm2022}/lib/controls/Form/Form.component.mjs +101 -101
  101. package/esm2022/lib/controls/HtmlEditor/HtmlEditor.component.mjs +226 -0
  102. package/esm2022/lib/controls/ImageUpload/ImageUpload.component.mjs +350 -0
  103. package/esm2022/lib/controls/MapAutoComplete/MapAutoComplete.component.mjs +324 -0
  104. package/esm2022/lib/controls/MultiLingualHtmlEditor/MultiLingualHtmlEditor.component.mjs +427 -0
  105. package/esm2022/lib/controls/MultiLingualTextArea/MultiLingualTextArea.component.mjs +429 -0
  106. package/esm2022/lib/controls/MultiLingualTextBox/MultiLingualTextBox.component.mjs +428 -0
  107. package/{esm2020 → esm2022}/lib/controls/Paging/JwPagination.component.mjs +121 -121
  108. package/{esm2020 → esm2022}/lib/controls/Paging/Paging.component.mjs +312 -312
  109. package/esm2022/lib/controls/Phone/Phone.component.mjs +129 -0
  110. package/esm2022/lib/controls/ProfileImageUploader/ProfileImageUploader.component.mjs +376 -0
  111. package/esm2022/lib/controls/RadioButton/RadioButton.component.mjs +109 -0
  112. package/{esm2020 → esm2022}/lib/controls/Recaptcha/Recaptcha.component.mjs +135 -135
  113. package/{esm2020 → esm2022}/lib/controls/Repeater/repeater/repeater.component.mjs +125 -125
  114. package/{esm2020 → esm2022}/lib/controls/Repeater/repeater-field-builder/repeater-field-builder.component.mjs +750 -750
  115. package/{esm2020 → esm2022}/lib/controls/Repeater/repeater-item-field/repeater-item-field.component.mjs +21 -21
  116. package/{esm2020 → esm2022}/lib/controls/Repeater/repeater-table/repeater-table.component.mjs +108 -108
  117. package/esm2022/lib/controls/TagsInput/TagsInput.component.mjs +277 -0
  118. package/esm2022/lib/controls/TextArea/TextArea.component.mjs +196 -0
  119. package/esm2022/lib/controls/TextBox/TextBox.component.mjs +306 -0
  120. package/esm2022/lib/controls/Toggleslide/toggleslide.component.mjs +90 -0
  121. package/esm2022/lib/controls/bbsf-controls.module.mjs +350 -0
  122. package/{esm2020 → esm2022}/lib/controls/page-header-component/page-header-component.component.mjs +37 -37
  123. package/{esm2020 → esm2022}/public-api.mjs +130 -130
  124. package/{fesm2020 → fesm2022}/bnsights-bbsf-controls.mjs +8718 -8735
  125. package/fesm2022/bnsights-bbsf-controls.mjs.map +1 -0
  126. package/index.d.ts +5 -5
  127. package/lib/Shared/Components/app-base-component.d.ts +58 -58
  128. package/lib/Shared/Components/ng-tag-input.d.ts +50 -50
  129. package/lib/Shared/Directives/template-name.directive.d.ts +9 -9
  130. package/lib/Shared/Enums/CalendarView.d.ts +6 -6
  131. package/lib/Shared/Enums/ControlLayout.d.ts +4 -4
  132. package/lib/Shared/Enums/Countries.d.ts +245 -245
  133. package/lib/Shared/Enums/Enums.d.ts +30 -30
  134. package/lib/Shared/Enums/FileType.d.ts +20 -20
  135. package/lib/Shared/Enums/FilterType.d.ts +9 -9
  136. package/lib/Shared/Enums/FontSize.d.ts +5 -5
  137. package/lib/Shared/Enums/ForceDirection.d.ts +4 -4
  138. package/lib/Shared/Enums/IconPosition.d.ts +4 -4
  139. package/lib/Shared/Enums/ImageType.d.ts +8 -8
  140. package/lib/Shared/Enums/InputType.d.ts +8 -8
  141. package/lib/Shared/Enums/Insert.d.ts +7 -7
  142. package/lib/Shared/Enums/LanguageMode.d.ts +9 -9
  143. package/lib/Shared/Enums/LanguageValidation.d.ts +4 -4
  144. package/lib/Shared/Enums/Misc.d.ts +5 -5
  145. package/lib/Shared/Enums/PagingActionMode.d.ts +4 -4
  146. package/lib/Shared/Enums/Para.d.ts +7 -7
  147. package/lib/Shared/Enums/PickerType.d.ts +5 -5
  148. package/lib/Shared/Enums/SelectMode.d.ts +4 -4
  149. package/lib/Shared/Enums/StartView.d.ts +5 -5
  150. package/lib/Shared/Enums/Style.d.ts +6 -6
  151. package/lib/Shared/Enums/StyleConfirmationMode.d.ts +5 -5
  152. package/lib/Shared/Enums/TagInputView.d.ts +5 -5
  153. package/lib/Shared/Enums/menu-list-enum.d.ts +4 -4
  154. package/lib/Shared/Models/Attribute.d.ts +4 -4
  155. package/lib/Shared/Models/AutocompleteDTO.d.ts +5 -5
  156. package/lib/Shared/Models/AutocompleteOptions.d.ts +40 -40
  157. package/lib/Shared/Models/CalendarEventDTO.d.ts +8 -8
  158. package/lib/Shared/Models/CalendarOptions.d.ts +23 -23
  159. package/lib/Shared/Models/CancelDTO.d.ts +5 -5
  160. package/lib/Shared/Models/CaptchaStyle.d.ts +7 -7
  161. package/lib/Shared/Models/CheckBoxOptions.d.ts +7 -7
  162. package/lib/Shared/Models/ConfirmationModalOptions.d.ts +21 -21
  163. package/lib/Shared/Models/ControlOptionsBase.d.ts +44 -44
  164. package/lib/Shared/Models/CustomValidation.d.ts +10 -10
  165. package/lib/Shared/Models/DropdownListItem.d.ts +4 -4
  166. package/lib/Shared/Models/DropdownOptions.d.ts +33 -33
  167. package/lib/Shared/Models/EditPersonalImage.d.ts +5 -5
  168. package/lib/Shared/Models/EnglishArabicDTO.d.ts +4 -4
  169. package/lib/Shared/Models/FileDTO.d.ts +19 -19
  170. package/lib/Shared/Models/FileUploadModel.d.ts +4 -4
  171. package/lib/Shared/Models/FileUploadOptions.d.ts +19 -19
  172. package/lib/Shared/Models/FilterItem.d.ts +13 -13
  173. package/lib/Shared/Models/FormOptions.d.ts +16 -16
  174. package/lib/Shared/Models/HtmlEditorOptions.d.ts +31 -31
  175. package/lib/Shared/Models/ImageUploadOptions.d.ts +23 -23
  176. package/lib/Shared/Models/MapAutoCompleteOptions.d.ts +6 -6
  177. package/lib/Shared/Models/MapAutocompleteDTO.d.ts +7 -7
  178. package/lib/Shared/Models/MultiLingualHtmlEditorOptions.d.ts +22 -22
  179. package/lib/Shared/Models/MultiLingualTextAreaOptions.d.ts +12 -12
  180. package/lib/Shared/Models/MultilingualControlOptionsBase.d.ts +77 -77
  181. package/lib/Shared/Models/MultilingualTextBoxOptions.d.ts +12 -12
  182. package/lib/Shared/Models/MultipleFileUploadModel.d.ts +7 -7
  183. package/lib/Shared/Models/PagingDTO.d.ts +11 -11
  184. package/lib/Shared/Models/PagingOptions.d.ts +56 -56
  185. package/lib/Shared/Models/PagingPayload.d.ts +5 -5
  186. package/lib/Shared/Models/PhoneOptions.d.ts +21 -21
  187. package/lib/Shared/Models/ProfileImageUploadOptions.d.ts +28 -28
  188. package/lib/Shared/Models/ProfilePictureDTO.d.ts +13 -13
  189. package/lib/Shared/Models/RadioButtonItem.d.ts +4 -4
  190. package/lib/Shared/Models/RadioButtonOptions.d.ts +8 -8
  191. package/lib/Shared/Models/RangeNumber.d.ts +4 -4
  192. package/lib/Shared/Models/Recaptcha.d.ts +6 -6
  193. package/lib/Shared/Models/RecaptchaOptions.d.ts +18 -18
  194. package/lib/Shared/Models/RepeaterField.d.ts +7 -7
  195. package/lib/Shared/Models/RepeaterOptions.d.ts +19 -19
  196. package/lib/Shared/Models/SaveDTO.d.ts +5 -5
  197. package/lib/Shared/Models/TagsInputDTO.d.ts +6 -6
  198. package/lib/Shared/Models/TagsInputOptions.d.ts +57 -57
  199. package/lib/Shared/Models/TextAreaOptions.d.ts +23 -23
  200. package/lib/Shared/Models/TextBoxOptions.d.ts +37 -37
  201. package/lib/Shared/Models/ToggleslideOptions.d.ts +9 -9
  202. package/lib/Shared/Models/UploadPersonalImage.d.ts +5 -5
  203. package/lib/Shared/Models/bread-crumb.d.ts +6 -6
  204. package/lib/Shared/Models/control-filter-Item.d.ts +6 -6
  205. package/lib/Shared/Models/datePickerOptions.d.ts +29 -29
  206. package/lib/Shared/Models/filter-options.d.ts +7 -7
  207. package/lib/Shared/Models/page-header-options.d.ts +71 -71
  208. package/lib/Shared/Pipes/bbsf-date-time.pipe.d.ts +10 -10
  209. package/lib/Shared/Pipes/bbsf-date.pipe.d.ts +10 -10
  210. package/lib/Shared/config/environment.d.ts +1 -1
  211. package/lib/Shared/default_intl.d.ts +21 -21
  212. package/lib/Shared/services/ControlUtility.d.ts +32 -32
  213. package/lib/Shared/services/GlobalSettings.service.d.ts +17 -17
  214. package/lib/Shared/services/OnPagingFiltersChange.service.d.ts +10 -10
  215. package/lib/Shared/services/render-component-service.service.d.ts +10 -10
  216. package/lib/Shared/services/validationErrorMassage.service.d.ts +14 -14
  217. package/lib/controls/AutocompleteTextBox/AutocompleteTextBox.component.d.ts +59 -59
  218. package/lib/controls/Calendar/Calendar.component.d.ts +42 -42
  219. package/lib/controls/CheckBox/CheckBox.component.d.ts +37 -37
  220. package/lib/controls/ConfirmationModal/ConfirmationModal.component.d.ts +29 -29
  221. package/lib/controls/DateTimePicker/DateTimePicker.component.d.ts +61 -61
  222. package/lib/controls/DropdownList/DropdownList.component.d.ts +55 -55
  223. package/lib/controls/FileUplaod/FileUplaod.component.d.ts +58 -58
  224. package/lib/controls/Form/Form.component.d.ts +28 -28
  225. package/lib/controls/HtmlEditor/HtmlEditor.component.d.ts +49 -49
  226. package/lib/controls/ImageUpload/ImageUpload.component.d.ts +70 -70
  227. package/lib/controls/MapAutoComplete/MapAutoComplete.component.d.ts +49 -54
  228. package/lib/controls/MultiLingualHtmlEditor/MultiLingualHtmlEditor.component.d.ts +65 -65
  229. package/lib/controls/MultiLingualTextArea/MultiLingualTextArea.component.d.ts +74 -74
  230. package/lib/controls/MultiLingualTextBox/MultiLingualTextBox.component.d.ts +73 -73
  231. package/lib/controls/Paging/JwPagination.component.d.ts +27 -27
  232. package/lib/controls/Paging/Paging.component.d.ts +57 -57
  233. package/lib/controls/Phone/Phone.component.d.ts +43 -43
  234. package/lib/controls/ProfileImageUploader/ProfileImageUploader.component.d.ts +69 -69
  235. package/lib/controls/RadioButton/RadioButton.component.d.ts +37 -37
  236. package/lib/controls/Recaptcha/Recaptcha.component.d.ts +41 -41
  237. package/lib/controls/Repeater/repeater/repeater.component.d.ts +29 -29
  238. package/lib/controls/Repeater/repeater-field-builder/repeater-field-builder.component.d.ts +23 -23
  239. package/lib/controls/Repeater/repeater-item-field/repeater-item-field.component.d.ts +11 -11
  240. package/lib/controls/Repeater/repeater-table/repeater-table.component.d.ts +19 -19
  241. package/lib/controls/TagsInput/TagsInput.component.d.ts +58 -58
  242. package/lib/controls/TextArea/TextArea.component.d.ts +51 -51
  243. package/lib/controls/TextBox/TextBox.component.d.ts +66 -66
  244. package/lib/controls/Toggleslide/toggleslide.component.d.ts +33 -33
  245. package/lib/controls/bbsf-controls.module.d.ts +68 -77
  246. package/lib/controls/page-header-component/page-header-component.component.d.ts +20 -20
  247. package/package.json +50 -63
  248. package/public-api.d.ts +117 -117
  249. package/src/lib/assets/Style.scss +4 -4
  250. package/esm2020/lib/Shared/services/OnPagingFiltersChange.service.mjs +0 -24
  251. package/esm2020/lib/Shared/services/validationErrorMassage.service.mjs +0 -170
  252. package/esm2020/lib/controls/AutocompleteTextBox/AutocompleteTextBox.component.mjs +0 -262
  253. package/esm2020/lib/controls/Calendar/Calendar.component.mjs +0 -173
  254. package/esm2020/lib/controls/CheckBox/CheckBox.component.mjs +0 -117
  255. package/esm2020/lib/controls/DateTimePicker/DateTimePicker.component.mjs +0 -223
  256. package/esm2020/lib/controls/DropdownList/DropdownList.component.mjs +0 -194
  257. package/esm2020/lib/controls/FileUplaod/FileUplaod.component.mjs +0 -447
  258. package/esm2020/lib/controls/HtmlEditor/HtmlEditor.component.mjs +0 -226
  259. package/esm2020/lib/controls/ImageUpload/ImageUpload.component.mjs +0 -350
  260. package/esm2020/lib/controls/MapAutoComplete/MapAutoComplete.component.mjs +0 -325
  261. package/esm2020/lib/controls/MultiLingualHtmlEditor/MultiLingualHtmlEditor.component.mjs +0 -427
  262. package/esm2020/lib/controls/MultiLingualTextArea/MultiLingualTextArea.component.mjs +0 -429
  263. package/esm2020/lib/controls/MultiLingualTextBox/MultiLingualTextBox.component.mjs +0 -428
  264. package/esm2020/lib/controls/Phone/Phone.component.mjs +0 -129
  265. package/esm2020/lib/controls/ProfileImageUploader/ProfileImageUploader.component.mjs +0 -376
  266. package/esm2020/lib/controls/RadioButton/RadioButton.component.mjs +0 -109
  267. package/esm2020/lib/controls/TagsInput/TagsInput.component.mjs +0 -277
  268. package/esm2020/lib/controls/TextArea/TextArea.component.mjs +0 -196
  269. package/esm2020/lib/controls/TextBox/TextBox.component.mjs +0 -312
  270. package/esm2020/lib/controls/Toggleslide/toggleslide.component.mjs +0 -90
  271. package/esm2020/lib/controls/bbsf-controls.module.mjs +0 -361
  272. package/fesm2015/bnsights-bbsf-controls.mjs +0 -9159
  273. package/fesm2015/bnsights-bbsf-controls.mjs.map +0 -1
  274. package/fesm2020/bnsights-bbsf-controls.mjs.map +0 -1
@@ -1,56 +1,56 @@
1
- import { FilterItem } from './FilterItem';
2
- import { ForceDirection } from '../Enums/ForceDirection';
3
- export declare class PagingOptions<T = any> {
4
- /**URL of the action that will be called on update*/
5
- ActionPostURL: string;
6
- ValidationToken: string;
7
- /** Comma separater list of parameters that need to be passed to the updated function, the parameter name must be the ID of the element that holds the value of the filter.
8
- * ex "searchText,fromDateTimePicker" we should have now an input with id searchText and a datetime picker with id fromDateTimePicker*/
9
- Filters: FilterItem[];
10
- /**The total count for the items in the datasource */
11
- TotalCount: number;
12
- /** No of items in one page
13
- * Default is 10
14
- */
15
- PageSize: number;
16
- /**Typeahead search input, used to attach on change events to the search input to refresh the paging after change */
17
- TypeaheadSearchControlNames: string[];
18
- /**Comma separater list of Dropdowns filters , used to attach on change events to the dropdown filter to refresh the paging after change */
19
- DropdownFiltersControlNames: string[];
20
- /**Comma separater list of Bootstrap datepicker filters, used to attach on change events to the datepicker filter to refresh the paging after change */
21
- BootstrapDatePickersFiltersControlNames: string[];
22
- /**Comma separater list of any button/element filters to attach on click event, this will refresh the paging after the event is fired */
23
- OnClickFiltersControlNames: string[];
24
- /** Comma separater list of any button/element filters to attach on keypress/Enter event, this will refresh the paging after the event is fired */
25
- OnKeyPressFiltersControlNames: string[];
26
- /** The js function name to be called to update the paging total count and keep the current page as is, have to pass the new total count of the datasource items
27
- * Default value is Paging_Update fill this parameter in case there are multiple paging controls */
28
- UpdateFunctionName: string;
29
- /** The js function name to be called to reinitialize the paging component with a new items count and reset the curent page to 1, you must pass the new total count of the datasource items
30
- * Default value is Paging_Reinitialize fill this parameter in case there are multiple paging controls*/
31
- ReinitializeFunctionName: string;
32
- /**Show a dropdown to be able to change the page size */
33
- ShowPageSizeOption: boolean;
34
- /**js function name to be called when a page is updated */
35
- OnSuccessCallBackJSFunction: string;
36
- /** bool to set block ui by container rather than the whole window */
37
- BlockUIByContainer: boolean;
38
- /**hide Pagination When Page Size Equal One */
39
- HidePaginationWhenPageSizeEqualOne: boolean;
40
- /**Show First And Last */
41
- ShowFirstAndLast: boolean;
42
- /**Show Load More Button And Hide Paging */
43
- IsLoadMoreControl: boolean;
44
- /** Load More items While Scrolling */
45
- IsInfiniteScroll: boolean;
46
- /**should get a html element or css selector for a scrollable element; window or current element will be used if this attribute is empty. */
47
- InfiniteScrollContainer: any;
48
- /**listens to the window scroll instead of the actual element scroll. this allows to invoke a callback function in the scope of the element while listenning to the window scroll. */
49
- ScrollWindow: boolean;
50
- ForceDirection: ForceDirection;
51
- TypeOfResponse?: new () => T;
52
- /** Clear Filter button selector */
53
- ResetFilterButtonName: string;
54
- DisableBlockUI: boolean;
55
- StartPagingCallback: Function;
56
- }
1
+ import { FilterItem } from './FilterItem';
2
+ import { ForceDirection } from '../Enums/ForceDirection';
3
+ export declare class PagingOptions<T = any> {
4
+ /**URL of the action that will be called on update*/
5
+ ActionPostURL: string;
6
+ ValidationToken: string;
7
+ /** Comma separater list of parameters that need to be passed to the updated function, the parameter name must be the ID of the element that holds the value of the filter.
8
+ * ex "searchText,fromDateTimePicker" we should have now an input with id searchText and a datetime picker with id fromDateTimePicker*/
9
+ Filters: FilterItem[];
10
+ /**The total count for the items in the datasource */
11
+ TotalCount: number;
12
+ /** No of items in one page
13
+ * Default is 10
14
+ */
15
+ PageSize: number;
16
+ /**Typeahead search input, used to attach on change events to the search input to refresh the paging after change */
17
+ TypeaheadSearchControlNames: string[];
18
+ /**Comma separater list of Dropdowns filters , used to attach on change events to the dropdown filter to refresh the paging after change */
19
+ DropdownFiltersControlNames: string[];
20
+ /**Comma separater list of Bootstrap datepicker filters, used to attach on change events to the datepicker filter to refresh the paging after change */
21
+ BootstrapDatePickersFiltersControlNames: string[];
22
+ /**Comma separater list of any button/element filters to attach on click event, this will refresh the paging after the event is fired */
23
+ OnClickFiltersControlNames: string[];
24
+ /** Comma separater list of any button/element filters to attach on keypress/Enter event, this will refresh the paging after the event is fired */
25
+ OnKeyPressFiltersControlNames: string[];
26
+ /** The js function name to be called to update the paging total count and keep the current page as is, have to pass the new total count of the datasource items
27
+ * Default value is Paging_Update fill this parameter in case there are multiple paging controls */
28
+ UpdateFunctionName: string;
29
+ /** The js function name to be called to reinitialize the paging component with a new items count and reset the curent page to 1, you must pass the new total count of the datasource items
30
+ * Default value is Paging_Reinitialize fill this parameter in case there are multiple paging controls*/
31
+ ReinitializeFunctionName: string;
32
+ /**Show a dropdown to be able to change the page size */
33
+ ShowPageSizeOption: boolean;
34
+ /**js function name to be called when a page is updated */
35
+ OnSuccessCallBackJSFunction: string;
36
+ /** bool to set block ui by container rather than the whole window */
37
+ BlockUIByContainer: boolean;
38
+ /**hide Pagination When Page Size Equal One */
39
+ HidePaginationWhenPageSizeEqualOne: boolean;
40
+ /**Show First And Last */
41
+ ShowFirstAndLast: boolean;
42
+ /**Show Load More Button And Hide Paging */
43
+ IsLoadMoreControl: boolean;
44
+ /** Load More items While Scrolling */
45
+ IsInfiniteScroll: boolean;
46
+ /**should get a html element or css selector for a scrollable element; window or current element will be used if this attribute is empty. */
47
+ InfiniteScrollContainer: any;
48
+ /**listens to the window scroll instead of the actual element scroll. this allows to invoke a callback function in the scope of the element while listenning to the window scroll. */
49
+ ScrollWindow: boolean;
50
+ ForceDirection: ForceDirection;
51
+ TypeOfResponse?: new () => T;
52
+ /** Clear Filter button selector */
53
+ ResetFilterButtonName: string;
54
+ DisableBlockUI: boolean;
55
+ StartPagingCallback: Function;
56
+ }
@@ -1,5 +1,5 @@
1
- import { PagingDTO } from "./PagingDTO";
2
- export declare class PagingPayload {
3
- PagingDTO: PagingDTO;
4
- Filters: {};
5
- }
1
+ import { PagingDTO } from "./PagingDTO";
2
+ export declare class PagingPayload {
3
+ PagingDTO: PagingDTO;
4
+ Filters: {};
5
+ }
@@ -1,21 +1,21 @@
1
- import { Country } from '../Enums/Countries';
2
- import { ForceDirection } from '../Enums/ForceDirection';
3
- import { ControlOptionsBase } from './ControlOptionsBase';
4
- export declare class PhoneOptions extends ControlOptionsBase {
5
- /**To set value to Phonebox */
6
- Value: any;
7
- /** To allow search in country list*/
8
- AllowSearch: boolean;
9
- /**Allow To Show Placeholder */
10
- EnablePlaceholder: boolean;
11
- /**Allow To Select First Country */
12
- SelectFirstCountry: boolean;
13
- /**Set Selected Country To Phone Box*/
14
- SelectedCountryISO: Country;
15
- /**Allow Phone Validation */
16
- PhoneValidation: boolean;
17
- /**Set List Of Countries As Preferred Countries*/
18
- PreferredCountries: Country[];
19
- OnlyCountries: Country[];
20
- ForceDirection: ForceDirection;
21
- }
1
+ import { Country } from '../Enums/Countries';
2
+ import { ForceDirection } from '../Enums/ForceDirection';
3
+ import { ControlOptionsBase } from './ControlOptionsBase';
4
+ export declare class PhoneOptions extends ControlOptionsBase {
5
+ /**To set value to Phonebox */
6
+ Value: any;
7
+ /** To allow search in country list*/
8
+ AllowSearch: boolean;
9
+ /**Allow To Show Placeholder */
10
+ EnablePlaceholder: boolean;
11
+ /**Allow To Select First Country */
12
+ SelectFirstCountry: boolean;
13
+ /**Set Selected Country To Phone Box*/
14
+ SelectedCountryISO: Country;
15
+ /**Allow Phone Validation */
16
+ PhoneValidation: boolean;
17
+ /**Set List Of Countries As Preferred Countries*/
18
+ PreferredCountries: Country[];
19
+ OnlyCountries: Country[];
20
+ ForceDirection: ForceDirection;
21
+ }
@@ -1,28 +1,28 @@
1
- import { ImageType } from '../Enums/ImageType';
2
- import { EditPersonalImage } from './EditPersonalImage';
3
- import { SaveDTO } from './SaveDTO';
4
- import { CancelDTO } from './CancelDTO';
5
- import { UploadPersonalImage } from './UploadPersonalImage';
6
- import { ProfilePictureDTO } from './ProfilePictureDTO';
7
- import { ControlOptionsBase } from './ControlOptionsBase';
8
- export declare class ProfileImageUploadOptions extends ControlOptionsBase {
9
- /**To set value to FileInput */
10
- Value: ProfilePictureDTO;
11
- AllowDropZone: boolean;
12
- /** Set File MaxSize In MB */
13
- FileMaxSizeInMB: number;
14
- /** Set List of Custom Attribute to FileInput */
15
- ImageUploadAcceptsTypes: ImageType[];
16
- /** Set Default Image */
17
- DefaultImageSrc: string;
18
- /** Set ImageID Encrypted */
19
- ImageIDEncrypted: string;
20
- /** Set EditPersonalImage */
21
- EditPersonalImageTitle: EditPersonalImage;
22
- /** Set SaveDTO */
23
- SaveTitle: SaveDTO;
24
- /** Set CancelDTO */
25
- CancelTitle: CancelDTO;
26
- /** Set UploadPersonalImage */
27
- UploadPersonalImageTitle: UploadPersonalImage;
28
- }
1
+ import { ImageType } from '../Enums/ImageType';
2
+ import { EditPersonalImage } from './EditPersonalImage';
3
+ import { SaveDTO } from './SaveDTO';
4
+ import { CancelDTO } from './CancelDTO';
5
+ import { UploadPersonalImage } from './UploadPersonalImage';
6
+ import { ProfilePictureDTO } from './ProfilePictureDTO';
7
+ import { ControlOptionsBase } from './ControlOptionsBase';
8
+ export declare class ProfileImageUploadOptions extends ControlOptionsBase {
9
+ /**To set value to FileInput */
10
+ Value: ProfilePictureDTO;
11
+ AllowDropZone: boolean;
12
+ /** Set File MaxSize In MB */
13
+ FileMaxSizeInMB: number;
14
+ /** Set List of Custom Attribute to FileInput */
15
+ ImageUploadAcceptsTypes: ImageType[];
16
+ /** Set Default Image */
17
+ DefaultImageSrc: string;
18
+ /** Set ImageID Encrypted */
19
+ ImageIDEncrypted: string;
20
+ /** Set EditPersonalImage */
21
+ EditPersonalImageTitle: EditPersonalImage;
22
+ /** Set SaveDTO */
23
+ SaveTitle: SaveDTO;
24
+ /** Set CancelDTO */
25
+ CancelTitle: CancelDTO;
26
+ /** Set UploadPersonalImage */
27
+ UploadPersonalImageTitle: UploadPersonalImage;
28
+ }
@@ -1,13 +1,13 @@
1
- import { FileDTO } from './FileDTO';
2
- export declare class ProfilePictureDTO {
3
- ImageID_GUID: string;
4
- ImageIDEncrypted: string;
5
- FileName: string;
6
- MediumPicture: string;
7
- SmallPicture: string;
8
- Original: string;
9
- profilePicture: FileDTO;
10
- AvatarPicture: FileDTO;
11
- OriginalPicture: FileDTO;
12
- FileURL?: string;
13
- }
1
+ import { FileDTO } from './FileDTO';
2
+ export declare class ProfilePictureDTO {
3
+ ImageID_GUID: string;
4
+ ImageIDEncrypted: string;
5
+ FileName: string;
6
+ MediumPicture: string;
7
+ SmallPicture: string;
8
+ Original: string;
9
+ profilePicture: FileDTO;
10
+ AvatarPicture: FileDTO;
11
+ OriginalPicture: FileDTO;
12
+ FileURL?: string;
13
+ }
@@ -1,4 +1,4 @@
1
- export declare class RadioButtonItem {
2
- Text: string;
3
- Value: any;
4
- }
1
+ export declare class RadioButtonItem {
2
+ Text: string;
3
+ Value: any;
4
+ }
@@ -1,8 +1,8 @@
1
- import { ControlOptionsBase } from './ControlOptionsBase';
2
- import { RadioButtonItem } from './RadioButtonItem';
3
- export declare class RadioButtonOptions extends ControlOptionsBase {
4
- /**To set value to RadioButton */
5
- Value: RadioButtonItem;
6
- /** Set List of Custom Attribute to RadioButton */
7
- Items: RadioButtonItem[];
8
- }
1
+ import { ControlOptionsBase } from './ControlOptionsBase';
2
+ import { RadioButtonItem } from './RadioButtonItem';
3
+ export declare class RadioButtonOptions extends ControlOptionsBase {
4
+ /**To set value to RadioButton */
5
+ Value: RadioButtonItem;
6
+ /** Set List of Custom Attribute to RadioButton */
7
+ Items: RadioButtonItem[];
8
+ }
@@ -1,4 +1,4 @@
1
- export declare class RangeNumber {
2
- From?: number;
3
- To?: number;
4
- }
1
+ export declare class RangeNumber {
2
+ From?: number;
3
+ To?: number;
4
+ }
@@ -1,6 +1,6 @@
1
- export declare class RecaptchaModel {
2
- ID: string;
3
- Text: string;
4
- EncryptedText: string;
5
- ImageJpeg: any[];
6
- }
1
+ export declare class RecaptchaModel {
2
+ ID: string;
3
+ Text: string;
4
+ EncryptedText: string;
5
+ ImageJpeg: any[];
6
+ }
@@ -1,18 +1,18 @@
1
- import { ForceDirection } from '../Enums/ForceDirection';
2
- import { ControlOptionsBase } from './ControlOptionsBase';
3
- import { RecaptchaModel } from './Recaptcha';
4
- export declare class RecaptchaOptions extends ControlOptionsBase {
5
- /**To set value to Control */
6
- Value: RecaptchaModel;
7
- ForceDirection: ForceDirection;
8
- /**Prevent AutoComplete of control default value is "on" available values "on" and "off"*/
9
- AutoComplete: string;
10
- NoMargin: boolean;
11
- /**the url of a remote server that supports jsonp calls */
12
- ActionURL: string;
13
- BackgroundColorPrimary: string;
14
- BackgroundColorSecondary: string;
15
- TextColorPrimary: string;
16
- TextColorSecondary: string;
17
- FontSize: number;
18
- }
1
+ import { ForceDirection } from '../Enums/ForceDirection';
2
+ import { ControlOptionsBase } from './ControlOptionsBase';
3
+ import { RecaptchaModel } from './Recaptcha';
4
+ export declare class RecaptchaOptions extends ControlOptionsBase {
5
+ /**To set value to Control */
6
+ Value: RecaptchaModel;
7
+ ForceDirection: ForceDirection;
8
+ /**Prevent AutoComplete of control default value is "on" available values "on" and "off"*/
9
+ AutoComplete: string;
10
+ NoMargin: boolean;
11
+ /**the url of a remote server that supports jsonp calls */
12
+ ActionURL: string;
13
+ BackgroundColorPrimary: string;
14
+ BackgroundColorSecondary: string;
15
+ TextColorPrimary: string;
16
+ TextColorSecondary: string;
17
+ FontSize: number;
18
+ }
@@ -1,7 +1,7 @@
1
- import { DataType } from "../Enums/Enums";
2
- export declare class RepeaterField {
3
- HeaderTitle: string;
4
- ControlType: DataType;
5
- ControlOptions: any;
6
- IsHiddenInput: boolean;
7
- }
1
+ import { DataType } from "../Enums/Enums";
2
+ export declare class RepeaterField {
3
+ HeaderTitle: string;
4
+ ControlType: DataType;
5
+ ControlOptions: any;
6
+ IsHiddenInput: boolean;
7
+ }
@@ -1,19 +1,19 @@
1
- import { RepeaterField } from "./RepeaterField";
2
- export declare class RepeaterOptions {
3
- IsRequired: boolean;
4
- MinRequiredItems: number;
5
- ExtraClasses: string;
6
- Name: string;
7
- ActionLabelKey: string;
8
- AddButtonExtraClasses: string;
9
- RepeaterTableExtraClasses: string;
10
- RepeaterTableRowExtraClasses: string;
11
- AddButtonText: string;
12
- DeleteButtonExtraClasses: string;
13
- DeleteButtonText: string;
14
- RepeaterValue: any[];
15
- RepeaterStructure: RepeaterField[];
16
- DisableAddButton: boolean;
17
- DisableDeleteButton: boolean;
18
- IsReadonly: boolean;
19
- }
1
+ import { RepeaterField } from "./RepeaterField";
2
+ export declare class RepeaterOptions {
3
+ IsRequired: boolean;
4
+ MinRequiredItems: number;
5
+ ExtraClasses: string;
6
+ Name: string;
7
+ ActionLabelKey: string;
8
+ AddButtonExtraClasses: string;
9
+ RepeaterTableExtraClasses: string;
10
+ RepeaterTableRowExtraClasses: string;
11
+ AddButtonText: string;
12
+ DeleteButtonExtraClasses: string;
13
+ DeleteButtonText: string;
14
+ RepeaterValue: any[];
15
+ RepeaterStructure: RepeaterField[];
16
+ DisableAddButton: boolean;
17
+ DisableDeleteButton: boolean;
18
+ IsReadonly: boolean;
19
+ }
@@ -1,5 +1,5 @@
1
- export declare class SaveDTO {
2
- constructor();
3
- English: string;
4
- Arabic: string;
5
- }
1
+ export declare class SaveDTO {
2
+ constructor();
3
+ English: string;
4
+ Arabic: string;
5
+ }
@@ -1,6 +1,6 @@
1
- export declare class TagsInputDTO {
2
- ID: string;
3
- Name: string;
4
- Description: string;
5
- ImageURL: string;
6
- }
1
+ export declare class TagsInputDTO {
2
+ ID: string;
3
+ Name: string;
4
+ Description: string;
5
+ ImageURL: string;
6
+ }
@@ -1,57 +1,57 @@
1
- import { ForceDirection } from '../Enums/ForceDirection';
2
- import { ControlOptionsBase } from './ControlOptionsBase';
3
- import { TagInputView } from '../Enums/TagInputView';
4
- export declare class TagsInputOptions extends ControlOptionsBase {
5
- /**To set value to Control */
6
- Value: any;
7
- MaxLength?: number;
8
- /**Set the MinLength of characters In AutoComplete */
9
- MinLength?: number;
10
- MaxWordCount: number;
11
- /**Prevent AutoComplete of tagsinput*/
12
- AutoComplete: boolean;
13
- /** text input on change */
14
- TrimTextOnChange: boolean;
15
- /** add button to for coping to clipboard */
16
- EnableCopyToClipboard: boolean;
17
- /**Prevent Defulat Password Validation to set Custom Validation */
18
- RemoveDefulatPasswordValidation: boolean;
19
- /** to set Direction of tagsinput if tagsinput is Arabic or English */
20
- ForceDirection: ForceDirection;
21
- /**the url of a remote server that supports jsonp calls */
22
- ActionURL: string;
23
- /**Remove Last When User Click On Backspace */
24
- RemoveLastOnBackspace: boolean;
25
- /** Allow User To Delete Tags */
26
- CanDeleteTags: boolean;
27
- /** Allow User To Add Tags */
28
- CanAddTags: boolean;
29
- /** Set Max Number Of Tags That User Can Be Select */
30
- MaxNumberTags: number;
31
- /** Set Min Length Of Char To Call Search Function */
32
- MinSearchLength: number;
33
- /**Allow Scrolle Option In Dropdown */
34
- ScrollableOptions: boolean;
35
- /** Set Max Number Of Tags That will Be Appear ON Dropdown */
36
- MaxSearchResultsCount: number;
37
- /**Value Name Of Tag Option In Dropdown */
38
- DatasourceItemValue: string;
39
- /**Text Of Tag That Will Show In Dropdown */
40
- DatasourceItemText: string;
41
- /**Text Show when none of the given options match the entered text */
42
- NoResultText: string;
43
- /**Set Query Param Name By Default It's 'query'*/
44
- QueryParamName: string;
45
- /**Set Query Param Name By Default It's 'query'*/
46
- SelectedItemsParamName: string;
47
- /**Set Filter Param Name By Default It's 'query'*/
48
- FilterParamName: string;
49
- DefaultImgUrl: string;
50
- /** allow add value of TagInput dosn't exist in list*/
51
- AllowNewSelection: boolean;
52
- ValidationToken: string;
53
- /**Set Extra Filters*/
54
- ExtraFilters: string;
55
- TagInputMode: TagInputView;
56
- ShowDescription: boolean;
57
- }
1
+ import { ForceDirection } from '../Enums/ForceDirection';
2
+ import { ControlOptionsBase } from './ControlOptionsBase';
3
+ import { TagInputView } from '../Enums/TagInputView';
4
+ export declare class TagsInputOptions extends ControlOptionsBase {
5
+ /**To set value to Control */
6
+ Value: any;
7
+ MaxLength?: number;
8
+ /**Set the MinLength of characters In AutoComplete */
9
+ MinLength?: number;
10
+ MaxWordCount: number;
11
+ /**Prevent AutoComplete of tagsinput*/
12
+ AutoComplete: boolean;
13
+ /** text input on change */
14
+ TrimTextOnChange: boolean;
15
+ /** add button to for coping to clipboard */
16
+ EnableCopyToClipboard: boolean;
17
+ /**Prevent Defulat Password Validation to set Custom Validation */
18
+ RemoveDefulatPasswordValidation: boolean;
19
+ /** to set Direction of tagsinput if tagsinput is Arabic or English */
20
+ ForceDirection: ForceDirection;
21
+ /**the url of a remote server that supports jsonp calls */
22
+ ActionURL: string;
23
+ /**Remove Last When User Click On Backspace */
24
+ RemoveLastOnBackspace: boolean;
25
+ /** Allow User To Delete Tags */
26
+ CanDeleteTags: boolean;
27
+ /** Allow User To Add Tags */
28
+ CanAddTags: boolean;
29
+ /** Set Max Number Of Tags That User Can Be Select */
30
+ MaxNumberTags: number;
31
+ /** Set Min Length Of Char To Call Search Function */
32
+ MinSearchLength: number;
33
+ /**Allow Scrolle Option In Dropdown */
34
+ ScrollableOptions: boolean;
35
+ /** Set Max Number Of Tags That will Be Appear ON Dropdown */
36
+ MaxSearchResultsCount: number;
37
+ /**Value Name Of Tag Option In Dropdown */
38
+ DatasourceItemValue: string;
39
+ /**Text Of Tag That Will Show In Dropdown */
40
+ DatasourceItemText: string;
41
+ /**Text Show when none of the given options match the entered text */
42
+ NoResultText: string;
43
+ /**Set Query Param Name By Default It's 'query'*/
44
+ QueryParamName: string;
45
+ /**Set Query Param Name By Default It's 'query'*/
46
+ SelectedItemsParamName: string;
47
+ /**Set Filter Param Name By Default It's 'query'*/
48
+ FilterParamName: string;
49
+ DefaultImgUrl: string;
50
+ /** allow add value of TagInput dosn't exist in list*/
51
+ AllowNewSelection: boolean;
52
+ ValidationToken: string;
53
+ /**Set Extra Filters*/
54
+ ExtraFilters: string;
55
+ TagInputMode: TagInputView;
56
+ ShowDescription: boolean;
57
+ }
@@ -1,23 +1,23 @@
1
- import { ForceDirection } from '../Enums/ForceDirection';
2
- import { ControlOptionsBase } from './ControlOptionsBase';
3
- export declare class TextAreaOptions extends ControlOptionsBase {
4
- /**To set value to Control */
5
- Value: any;
6
- MaxLength?: number;
7
- /**Set the MinLength of characters In TextArea */
8
- MinLength?: number;
9
- /**Set Number Of Rows */
10
- Rows: number;
11
- /**Set Number Of columns */
12
- Cols: number;
13
- MaxWordCount: number;
14
- /**Prevent AutoComplete of TextArea*/
15
- AutoComplete: boolean;
16
- /** text input on change */
17
- TrimTextOnChange: boolean;
18
- /** add button to for coping to clipboard */
19
- EnableCopyToClipboard: boolean;
20
- /** to set Direction of TextArea if TextArea is Arabic or English */
21
- ForceDirection: ForceDirection;
22
- MaxLengthWarningLimit: number;
23
- }
1
+ import { ForceDirection } from '../Enums/ForceDirection';
2
+ import { ControlOptionsBase } from './ControlOptionsBase';
3
+ export declare class TextAreaOptions extends ControlOptionsBase {
4
+ /**To set value to Control */
5
+ Value: any;
6
+ MaxLength?: number;
7
+ /**Set the MinLength of characters In TextArea */
8
+ MinLength?: number;
9
+ /**Set Number Of Rows */
10
+ Rows: number;
11
+ /**Set Number Of columns */
12
+ Cols: number;
13
+ MaxWordCount: number;
14
+ /**Prevent AutoComplete of TextArea*/
15
+ AutoComplete: boolean;
16
+ /** text input on change */
17
+ TrimTextOnChange: boolean;
18
+ /** add button to for coping to clipboard */
19
+ EnableCopyToClipboard: boolean;
20
+ /** to set Direction of TextArea if TextArea is Arabic or English */
21
+ ForceDirection: ForceDirection;
22
+ MaxLengthWarningLimit: number;
23
+ }