@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,43 +1,43 @@
1
- import { EventEmitter, OnInit } from '@angular/core';
2
- import { AbstractControl, ControlContainer, FormGroup, FormGroupDirective } from '@angular/forms';
3
- import { ControlValidationService, UtilityService } from '@bnsights/bbsf-utilities';
4
- import { CountryISO, SearchCountryField } from 'ngx-intl-tel-input';
5
- import { Country } from '../../Shared/Enums/Countries';
6
- import { PhoneOptions } from '../../Shared/Models/PhoneOptions';
7
- import { ControlUtility } from '../../Shared/services/ControlUtility';
8
- import { GlobalSettings } from '../../Shared/services/GlobalSettings.service';
9
- import * as i0 from "@angular/core";
10
- export declare class PhoneComponent implements OnInit {
11
- private controlUtility;
12
- private controlContainer;
13
- PhoneControlHost: FormGroupDirective;
14
- private UtilityService;
15
- private controlValidationService;
16
- private globalSettings;
17
- static controlContainerstatic: any;
18
- constructor(controlUtility: ControlUtility, controlContainer: ControlContainer, PhoneControlHost: FormGroupDirective, UtilityService: UtilityService, controlValidationService: ControlValidationService, globalSettings: GlobalSettings);
19
- group: FormGroup;
20
- options: PhoneOptions;
21
- OnChange: EventEmitter<any>;
22
- PhoneFormControl: AbstractControl;
23
- SearchCountryField: typeof SearchCountryField;
24
- markAllAsTouched: boolean;
25
- validationRules: any[];
26
- validationRulesasync: any[];
27
- separateDialCode: boolean;
28
- textDir: any;
29
- ngOnInit(): void;
30
- ngAfterViewInit(): void;
31
- resetError: () => void;
32
- showGlobalError(): void;
33
- getErrorValidation(ErrorList: any): string;
34
- onValueChanged(): void;
35
- getSelectedCountry(selectedCountry: Country): CountryISO;
36
- RemoveRequiredValidation: () => void;
37
- AddRequiredValidation: () => void;
38
- RemoveCustomValidation: (CustomValidation: any) => void;
39
- AddCustomValidation: (CustomValidation: any) => void;
40
- IsValid: () => void;
41
- static ɵfac: i0.ɵɵFactoryDeclaration<PhoneComponent, [null, { optional: true; }, null, null, null, null]>;
42
- static ɵcmp: i0.ɵɵComponentDeclaration<PhoneComponent, "BBSF-Phone", never, { "group": "group"; "options": "options"; }, { "OnChange": "OnChange"; }, never, never, false, never>;
43
- }
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
+ import { AbstractControl, ControlContainer, FormGroup, FormGroupDirective } from '@angular/forms';
3
+ import { ControlValidationService, UtilityService } from '@bnsights/bbsf-utilities';
4
+ import { CountryISO, SearchCountryField } from 'ngx-intl-tel-input';
5
+ import { Country } from '../../Shared/Enums/Countries';
6
+ import { PhoneOptions } from '../../Shared/Models/PhoneOptions';
7
+ import { ControlUtility } from '../../Shared/services/ControlUtility';
8
+ import { GlobalSettings } from '../../Shared/services/GlobalSettings.service';
9
+ import * as i0 from "@angular/core";
10
+ export declare class PhoneComponent implements OnInit {
11
+ private controlUtility;
12
+ private controlContainer;
13
+ PhoneControlHost: FormGroupDirective;
14
+ private UtilityService;
15
+ private controlValidationService;
16
+ private globalSettings;
17
+ static controlContainerstatic: any;
18
+ constructor(controlUtility: ControlUtility, controlContainer: ControlContainer, PhoneControlHost: FormGroupDirective, UtilityService: UtilityService, controlValidationService: ControlValidationService, globalSettings: GlobalSettings);
19
+ group: FormGroup;
20
+ options: PhoneOptions;
21
+ OnChange: EventEmitter<any>;
22
+ PhoneFormControl: AbstractControl;
23
+ SearchCountryField: typeof SearchCountryField;
24
+ markAllAsTouched: boolean;
25
+ validationRules: any[];
26
+ validationRulesasync: any[];
27
+ separateDialCode: boolean;
28
+ textDir: any;
29
+ ngOnInit(): void;
30
+ ngAfterViewInit(): void;
31
+ resetError: () => void;
32
+ showGlobalError(): void;
33
+ getErrorValidation(ErrorList: any): string;
34
+ onValueChanged(): void;
35
+ getSelectedCountry(selectedCountry: Country): CountryISO;
36
+ RemoveRequiredValidation: () => void;
37
+ AddRequiredValidation: () => void;
38
+ RemoveCustomValidation: (CustomValidation: any) => void;
39
+ AddCustomValidation: (CustomValidation: any) => void;
40
+ IsValid: () => void;
41
+ static ɵfac: i0.ɵɵFactoryDeclaration<PhoneComponent, [null, { optional: true; }, null, null, null, null]>;
42
+ static ɵcmp: i0.ɵɵComponentDeclaration<PhoneComponent, "BBSF-Phone", never, { "group": { "alias": "group"; "required": false; }; "options": { "alias": "options"; "required": false; }; }, { "OnChange": "OnChange"; }, never, never, false, never>;
43
+ }
@@ -1,69 +1,69 @@
1
- import { OnInit, ElementRef, NgZone, EventEmitter } from '@angular/core';
2
- import { FormControl, FormGroup, AbstractControl, ControlContainer, FormGroupDirective } from '@angular/forms';
3
- import { ControlUtility } from '../../Shared/services/ControlUtility';
4
- import { FileUploader, FileLikeObject } from 'ng2-file-upload';
5
- import { CropperComponent } from 'angular-cropperjs';
6
- import { ProfileImageUploadOptions } from '../../Shared/Models/ProfileImageUploadOptions';
7
- import { ProfilePictureDTO } from '../../Shared/Models/ProfilePictureDTO';
8
- import { ControlValidationService, UtilityService } from '@bnsights/bbsf-utilities';
9
- import { GlobalSettings } from '../../Shared/services/GlobalSettings.service';
10
- import * as i0 from "@angular/core";
11
- export declare class ProfileImageUploaderComponent implements OnInit {
12
- private zone;
13
- private controlUtility;
14
- private controlContainer;
15
- ProfileImageUploaderControlHost: FormGroupDirective;
16
- UtilityService: UtilityService;
17
- private controlValidationService;
18
- private globalSettings;
19
- static controlContainerstatic: any;
20
- fileInput: ElementRef;
21
- files: File[];
22
- ImageSource: string;
23
- isSubmitted: boolean;
24
- group: FormGroup;
25
- options: ProfileImageUploadOptions;
26
- OnChange: EventEmitter<any>;
27
- ProfileImageUploadFormControl: AbstractControl;
28
- ValidationMessage: string;
29
- uploader: FileUploader;
30
- hasAnotherDropZoneOver: boolean;
31
- AcceptedType: string;
32
- AcceptedTypeArray: string[];
33
- ToolTipTypeArray: string[];
34
- FileLikeObject: FileLikeObject;
35
- ProfilePictureDTO: ProfilePictureDTO;
36
- control: FormControl;
37
- markAllAsTouched: boolean;
38
- angularCropper: CropperComponent;
39
- imgUrl: any;
40
- config: any;
41
- imageUrl: string;
42
- imgwUrl: string;
43
- EventFile: any;
44
- mdlSampleIsOpen: boolean;
45
- validationRules: any[];
46
- validationRulesasync: any[];
47
- constructor(zone: NgZone, controlUtility: ControlUtility, controlContainer: ControlContainer, ProfileImageUploaderControlHost: FormGroupDirective, UtilityService: UtilityService, controlValidationService: ControlValidationService, globalSettings: GlobalSettings);
48
- ngOnInit(): void;
49
- ngAfterViewInit(): void;
50
- showImageUploader(element: HTMLElement): void;
51
- resetError: () => void;
52
- showGlobalError(): void;
53
- getErrorValidation(ErrorList: any): string;
54
- onFileChange(event: any): void;
55
- removeFromControlValue(event: any): void;
56
- cropImage(): void;
57
- getProfileImageBlobFile(blob: any, type: any): void;
58
- rotateImage(degree: number): void;
59
- moveImage(offsetX: number, offsetY: number): void;
60
- zoomImage(ratio: number): void;
61
- openModal(open: boolean): void;
62
- RemoveRequiredValidation: () => void;
63
- AddRequiredValidation: () => void;
64
- RemoveCustomValidation: (CustomValidation: any) => void;
65
- AddCustomValidation: (CustomValidation: any) => void;
66
- IsValid: () => void;
67
- static ɵfac: i0.ɵɵFactoryDeclaration<ProfileImageUploaderComponent, [null, null, { optional: true; }, null, null, null, null]>;
68
- static ɵcmp: i0.ɵɵComponentDeclaration<ProfileImageUploaderComponent, "BBSF-ProfileImageUploader", never, { "group": "group"; "options": "options"; }, { "OnChange": "OnChange"; }, never, never, false, never>;
69
- }
1
+ import { OnInit, ElementRef, NgZone, EventEmitter } from '@angular/core';
2
+ import { FormControl, FormGroup, AbstractControl, ControlContainer, FormGroupDirective } from '@angular/forms';
3
+ import { ControlUtility } from '../../Shared/services/ControlUtility';
4
+ import { FileUploader, FileLikeObject } from 'ng2-file-upload';
5
+ import { CropperComponent } from 'angular-cropperjs';
6
+ import { ProfileImageUploadOptions } from '../../Shared/Models/ProfileImageUploadOptions';
7
+ import { ProfilePictureDTO } from '../../Shared/Models/ProfilePictureDTO';
8
+ import { ControlValidationService, UtilityService } from '@bnsights/bbsf-utilities';
9
+ import { GlobalSettings } from '../../Shared/services/GlobalSettings.service';
10
+ import * as i0 from "@angular/core";
11
+ export declare class ProfileImageUploaderComponent implements OnInit {
12
+ private zone;
13
+ private controlUtility;
14
+ private controlContainer;
15
+ ProfileImageUploaderControlHost: FormGroupDirective;
16
+ UtilityService: UtilityService;
17
+ private controlValidationService;
18
+ private globalSettings;
19
+ static controlContainerstatic: any;
20
+ fileInput: ElementRef;
21
+ files: File[];
22
+ ImageSource: string;
23
+ isSubmitted: boolean;
24
+ group: FormGroup;
25
+ options: ProfileImageUploadOptions;
26
+ OnChange: EventEmitter<any>;
27
+ ProfileImageUploadFormControl: AbstractControl;
28
+ ValidationMessage: string;
29
+ uploader: FileUploader;
30
+ hasAnotherDropZoneOver: boolean;
31
+ AcceptedType: string;
32
+ AcceptedTypeArray: string[];
33
+ ToolTipTypeArray: string[];
34
+ FileLikeObject: FileLikeObject;
35
+ ProfilePictureDTO: ProfilePictureDTO;
36
+ control: FormControl;
37
+ markAllAsTouched: boolean;
38
+ angularCropper: CropperComponent;
39
+ imgUrl: any;
40
+ config: any;
41
+ imageUrl: string;
42
+ imgwUrl: string;
43
+ EventFile: any;
44
+ mdlSampleIsOpen: boolean;
45
+ validationRules: any[];
46
+ validationRulesasync: any[];
47
+ constructor(zone: NgZone, controlUtility: ControlUtility, controlContainer: ControlContainer, ProfileImageUploaderControlHost: FormGroupDirective, UtilityService: UtilityService, controlValidationService: ControlValidationService, globalSettings: GlobalSettings);
48
+ ngOnInit(): void;
49
+ ngAfterViewInit(): void;
50
+ showImageUploader(element: HTMLElement): void;
51
+ resetError: () => void;
52
+ showGlobalError(): void;
53
+ getErrorValidation(ErrorList: any): string;
54
+ onFileChange(event: any): void;
55
+ removeFromControlValue(event: any): void;
56
+ cropImage(): void;
57
+ getProfileImageBlobFile(blob: any, type: any): void;
58
+ rotateImage(degree: number): void;
59
+ moveImage(offsetX: number, offsetY: number): void;
60
+ zoomImage(ratio: number): void;
61
+ openModal(open: boolean): void;
62
+ RemoveRequiredValidation: () => void;
63
+ AddRequiredValidation: () => void;
64
+ RemoveCustomValidation: (CustomValidation: any) => void;
65
+ AddCustomValidation: (CustomValidation: any) => void;
66
+ IsValid: () => void;
67
+ static ɵfac: i0.ɵɵFactoryDeclaration<ProfileImageUploaderComponent, [null, null, { optional: true; }, null, null, null, null]>;
68
+ static ɵcmp: i0.ɵɵComponentDeclaration<ProfileImageUploaderComponent, "BBSF-ProfileImageUploader", never, { "group": { "alias": "group"; "required": false; }; "options": { "alias": "options"; "required": false; }; }, { "OnChange": "OnChange"; }, never, never, false, never>;
69
+ }
@@ -1,37 +1,37 @@
1
- import { OnInit, EventEmitter } from '@angular/core';
2
- import { FormGroup, AbstractControl, ControlContainer, FormGroupDirective } from '@angular/forms';
3
- import { ControlUtility } from '../../Shared/services/ControlUtility';
4
- import { RadioButtonOptions } from '../../Shared/Models/RadioButtonOptions';
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 RadioButtonComponent implements OnInit {
9
- private controlUtility;
10
- private controlContainer;
11
- RadioButtonControlHost: FormGroupDirective;
12
- private UtilityService;
13
- private controlValidationService;
14
- private globalSettings;
15
- static controlContainerstatic: any;
16
- constructor(controlUtility: ControlUtility, controlContainer: ControlContainer, RadioButtonControlHost: FormGroupDirective, UtilityService: UtilityService, controlValidationService: ControlValidationService, globalSettings: GlobalSettings);
17
- group: FormGroup;
18
- options: RadioButtonOptions;
19
- OnChange: EventEmitter<any>;
20
- RadioButtonFormControl: AbstractControl;
21
- markAllAsTouched: boolean;
22
- validationRules: any[];
23
- validationRulesasync: any[];
24
- ngOnInit(): void;
25
- resetError: () => void;
26
- showGlobalError(): void;
27
- getErrorValidation(ErrorList: any): string;
28
- onValueChanged(): void;
29
- getSelectedItemValue(value: any): string;
30
- RemoveRequiredValidation: () => void;
31
- AddRequiredValidation: () => void;
32
- RemoveCustomValidation: (CustomValidation: any) => void;
33
- AddCustomValidation: (CustomValidation: any) => void;
34
- IsValid: () => void;
35
- static ɵfac: i0.ɵɵFactoryDeclaration<RadioButtonComponent, [null, { optional: true; }, null, null, null, null]>;
36
- static ɵcmp: i0.ɵɵComponentDeclaration<RadioButtonComponent, "BBSF-RadioButton", never, { "group": "group"; "options": "options"; }, { "OnChange": "OnChange"; }, never, never, false, never>;
37
- }
1
+ import { OnInit, EventEmitter } from '@angular/core';
2
+ import { FormGroup, AbstractControl, ControlContainer, FormGroupDirective } from '@angular/forms';
3
+ import { ControlUtility } from '../../Shared/services/ControlUtility';
4
+ import { RadioButtonOptions } from '../../Shared/Models/RadioButtonOptions';
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 RadioButtonComponent implements OnInit {
9
+ private controlUtility;
10
+ private controlContainer;
11
+ RadioButtonControlHost: FormGroupDirective;
12
+ private UtilityService;
13
+ private controlValidationService;
14
+ private globalSettings;
15
+ static controlContainerstatic: any;
16
+ constructor(controlUtility: ControlUtility, controlContainer: ControlContainer, RadioButtonControlHost: FormGroupDirective, UtilityService: UtilityService, controlValidationService: ControlValidationService, globalSettings: GlobalSettings);
17
+ group: FormGroup;
18
+ options: RadioButtonOptions;
19
+ OnChange: EventEmitter<any>;
20
+ RadioButtonFormControl: AbstractControl;
21
+ markAllAsTouched: boolean;
22
+ validationRules: any[];
23
+ validationRulesasync: any[];
24
+ ngOnInit(): void;
25
+ resetError: () => void;
26
+ showGlobalError(): void;
27
+ getErrorValidation(ErrorList: any): string;
28
+ onValueChanged(): void;
29
+ getSelectedItemValue(value: any): string;
30
+ RemoveRequiredValidation: () => void;
31
+ AddRequiredValidation: () => void;
32
+ RemoveCustomValidation: (CustomValidation: any) => void;
33
+ AddCustomValidation: (CustomValidation: any) => void;
34
+ IsValid: () => void;
35
+ static ɵfac: i0.ɵɵFactoryDeclaration<RadioButtonComponent, [null, { optional: true; }, null, null, null, null]>;
36
+ static ɵcmp: i0.ɵɵComponentDeclaration<RadioButtonComponent, "BBSF-RadioButton", never, { "group": { "alias": "group"; "required": false; }; "options": { "alias": "options"; "required": false; }; }, { "OnChange": "OnChange"; }, never, never, false, never>;
37
+ }
@@ -1,41 +1,41 @@
1
- import { OnInit, EventEmitter } from '@angular/core';
2
- import { FormGroup, AbstractControl, FormGroupDirective } from '@angular/forms';
3
- import { ControlUtility } from '../../Shared/services/ControlUtility';
4
- import { ControlValidationService, RequestHandlerService, UtilityService } from '@bnsights/bbsf-utilities';
5
- import { GlobalSettings } from '../../Shared/services/GlobalSettings.service';
6
- import { RecaptchaOptions } from '../../Shared/Models/RecaptchaOptions';
7
- import { RecaptchaModel } from '../../Shared/Models/Recaptcha';
8
- import * as i0 from "@angular/core";
9
- export declare class RecaptchaComponent implements OnInit {
10
- private controlUtility;
11
- private requestHandlerService;
12
- recaptchaControlHost: FormGroupDirective;
13
- UtilityService: UtilityService;
14
- private controlValidationService;
15
- private globalSettings;
16
- markAllAsTouched: boolean;
17
- constructor(controlUtility: ControlUtility, requestHandlerService: RequestHandlerService, recaptchaControlHost: FormGroupDirective, UtilityService: UtilityService, controlValidationService: ControlValidationService, globalSettings: GlobalSettings);
18
- group: FormGroup;
19
- options: RecaptchaOptions;
20
- OnChange: EventEmitter<any>;
21
- ReCaptchaFormControl: AbstractControl;
22
- validationRules: any[];
23
- validationRulesAsync: any[];
24
- image: string;
25
- recaptchaModel: RecaptchaModel;
26
- textDir: any;
27
- ngOnInit(): void;
28
- loadImage(): void;
29
- ngAfterViewInit(): void;
30
- resetError: () => void;
31
- showGlobalError(): void;
32
- getErrorValidation(ErrorList: any): string;
33
- onTextChange(valueText: any): void;
34
- RemoveRequiredValidation: () => void;
35
- AddRequiredValidation: () => void;
36
- RemoveCustomValidation: (CustomValidation: any) => void;
37
- AddCustomValidation: (CustomValidation: any) => void;
38
- IsValid: () => void;
39
- static ɵfac: i0.ɵɵFactoryDeclaration<RecaptchaComponent, never>;
40
- static ɵcmp: i0.ɵɵComponentDeclaration<RecaptchaComponent, "BBSF-Recaptcha", never, { "group": "group"; "options": "options"; }, { "OnChange": "OnChange"; }, never, never, false, never>;
41
- }
1
+ import { OnInit, EventEmitter } from '@angular/core';
2
+ import { FormGroup, AbstractControl, FormGroupDirective } from '@angular/forms';
3
+ import { ControlUtility } from '../../Shared/services/ControlUtility';
4
+ import { ControlValidationService, RequestHandlerService, UtilityService } from '@bnsights/bbsf-utilities';
5
+ import { GlobalSettings } from '../../Shared/services/GlobalSettings.service';
6
+ import { RecaptchaOptions } from '../../Shared/Models/RecaptchaOptions';
7
+ import { RecaptchaModel } from '../../Shared/Models/Recaptcha';
8
+ import * as i0 from "@angular/core";
9
+ export declare class RecaptchaComponent implements OnInit {
10
+ private controlUtility;
11
+ private requestHandlerService;
12
+ recaptchaControlHost: FormGroupDirective;
13
+ UtilityService: UtilityService;
14
+ private controlValidationService;
15
+ private globalSettings;
16
+ markAllAsTouched: boolean;
17
+ constructor(controlUtility: ControlUtility, requestHandlerService: RequestHandlerService, recaptchaControlHost: FormGroupDirective, UtilityService: UtilityService, controlValidationService: ControlValidationService, globalSettings: GlobalSettings);
18
+ group: FormGroup;
19
+ options: RecaptchaOptions;
20
+ OnChange: EventEmitter<any>;
21
+ ReCaptchaFormControl: AbstractControl;
22
+ validationRules: any[];
23
+ validationRulesAsync: any[];
24
+ image: string;
25
+ recaptchaModel: RecaptchaModel;
26
+ textDir: any;
27
+ ngOnInit(): void;
28
+ loadImage(): void;
29
+ ngAfterViewInit(): void;
30
+ resetError: () => void;
31
+ showGlobalError(): void;
32
+ getErrorValidation(ErrorList: any): string;
33
+ onTextChange(valueText: any): void;
34
+ RemoveRequiredValidation: () => void;
35
+ AddRequiredValidation: () => void;
36
+ RemoveCustomValidation: (CustomValidation: any) => void;
37
+ AddCustomValidation: (CustomValidation: any) => void;
38
+ IsValid: () => void;
39
+ static ɵfac: i0.ɵɵFactoryDeclaration<RecaptchaComponent, never>;
40
+ static ɵcmp: i0.ɵɵComponentDeclaration<RecaptchaComponent, "BBSF-Recaptcha", never, { "group": { "alias": "group"; "required": false; }; "options": { "alias": "options"; "required": false; }; }, { "OnChange": "OnChange"; }, never, never, false, never>;
41
+ }
@@ -1,29 +1,29 @@
1
- import { OnInit, TemplateRef } from '@angular/core';
2
- import { FormGroup } from '@angular/forms';
3
- import { RepeaterOptions } from '../../../Shared/Models/RepeaterOptions';
4
- import * as i0 from "@angular/core";
5
- export declare class RepeaterComponent implements OnInit {
6
- group: FormGroup;
7
- options: RepeaterOptions;
8
- initialTemplate: TemplateRef<any>;
9
- private _templates;
10
- delete: TemplateRef<any>;
11
- templateRefs: Array<TemplateRef<any>>;
12
- items: number[];
13
- originalItems: any[];
14
- repeaterGroup: FormGroup;
15
- currentTemplate: TemplateRef<any>;
16
- repeaterContext: {
17
- index: number;
18
- delete: any;
19
- elements: any;
20
- };
21
- constructor();
22
- ngOnInit(): void;
23
- deleteItem(Index: any): void;
24
- addItem(): void;
25
- ngAfterViewInit(): void;
26
- setCurrentIndex(i: number): void;
27
- static ɵfac: i0.ɵɵFactoryDeclaration<RepeaterComponent, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<RepeaterComponent, "BBSF-repeater", never, { "group": "group"; "options": "options"; "initialTemplate": "initialTemplate"; }, {}, never, never, false, never>;
29
- }
1
+ import { OnInit, TemplateRef } from '@angular/core';
2
+ import { FormGroup } from '@angular/forms';
3
+ import { RepeaterOptions } from '../../../Shared/Models/RepeaterOptions';
4
+ import * as i0 from "@angular/core";
5
+ export declare class RepeaterComponent implements OnInit {
6
+ group: FormGroup;
7
+ options: RepeaterOptions;
8
+ initialTemplate: TemplateRef<any>;
9
+ private _templates;
10
+ delete: TemplateRef<any>;
11
+ templateRefs: Array<TemplateRef<any>>;
12
+ items: number[];
13
+ originalItems: any[];
14
+ repeaterGroup: FormGroup;
15
+ currentTemplate: TemplateRef<any>;
16
+ repeaterContext: {
17
+ index: number;
18
+ delete: any;
19
+ elements: any;
20
+ };
21
+ constructor();
22
+ ngOnInit(): void;
23
+ deleteItem(Index: any): void;
24
+ addItem(): void;
25
+ ngAfterViewInit(): void;
26
+ setCurrentIndex(i: number): void;
27
+ static ɵfac: i0.ɵɵFactoryDeclaration<RepeaterComponent, never>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<RepeaterComponent, "BBSF-repeater", never, { "group": { "alias": "group"; "required": false; }; "options": { "alias": "options"; "required": false; }; "initialTemplate": { "alias": "initialTemplate"; "required": false; }; }, {}, never, never, false, never>;
29
+ }
@@ -1,23 +1,23 @@
1
- import { AfterViewInit, OnInit, SimpleChanges, ViewContainerRef } from '@angular/core';
2
- import { FormGroup, FormGroupDirective } from '@angular/forms';
3
- import { RepeaterField } from '../../../Shared/Models/RepeaterField';
4
- import { RenderComponentService } from '../../../Shared/services/render-component-service.service';
5
- import * as i0 from "@angular/core";
6
- export declare class RepeaterFieldBuilderComponent implements OnInit, AfterViewInit {
7
- private renderComponentService;
8
- TextControlHost: FormGroupDirective;
9
- Item: ViewContainerRef;
10
- group: FormGroup;
11
- itemNumber: number;
12
- controlNumber: number;
13
- RepeaterField: RepeaterField;
14
- itemsValue: any[];
15
- itemValue: any;
16
- value: any;
17
- constructor(renderComponentService: RenderComponentService, TextControlHost: FormGroupDirective);
18
- ngOnInit(): void;
19
- ngAfterViewInit(): void;
20
- ngOnChanges(changes: SimpleChanges): void;
21
- static ɵfac: i0.ɵɵFactoryDeclaration<RepeaterFieldBuilderComponent, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<RepeaterFieldBuilderComponent, "repeater-field-builder", never, { "group": "group"; "itemNumber": "itemNumber"; "controlNumber": "controlNumber"; "RepeaterField": "RepeaterField"; "itemsValue": "itemsValue"; }, {}, never, never, false, never>;
23
- }
1
+ import { AfterViewInit, OnInit, SimpleChanges, ViewContainerRef } from '@angular/core';
2
+ import { FormGroup, FormGroupDirective } from '@angular/forms';
3
+ import { RepeaterField } from '../../../Shared/Models/RepeaterField';
4
+ import { RenderComponentService } from '../../../Shared/services/render-component-service.service';
5
+ import * as i0 from "@angular/core";
6
+ export declare class RepeaterFieldBuilderComponent implements OnInit, AfterViewInit {
7
+ private renderComponentService;
8
+ TextControlHost: FormGroupDirective;
9
+ Item: ViewContainerRef;
10
+ group: FormGroup;
11
+ itemNumber: number;
12
+ controlNumber: number;
13
+ RepeaterField: RepeaterField;
14
+ itemsValue: any[];
15
+ itemValue: any;
16
+ value: any;
17
+ constructor(renderComponentService: RenderComponentService, TextControlHost: FormGroupDirective);
18
+ ngOnInit(): void;
19
+ ngAfterViewInit(): void;
20
+ ngOnChanges(changes: SimpleChanges): void;
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<RepeaterFieldBuilderComponent, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<RepeaterFieldBuilderComponent, "repeater-field-builder", never, { "group": { "alias": "group"; "required": false; }; "itemNumber": { "alias": "itemNumber"; "required": false; }; "controlNumber": { "alias": "controlNumber"; "required": false; }; "RepeaterField": { "alias": "RepeaterField"; "required": false; }; "itemsValue": { "alias": "itemsValue"; "required": false; }; }, {}, never, never, false, never>;
23
+ }
@@ -1,11 +1,11 @@
1
- import { OnInit, TemplateRef } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class RepeaterItemFieldComponent implements OnInit {
4
- templates: Array<TemplateRef<any>>;
5
- filedIndex: number;
6
- itemIndex: number;
7
- constructor();
8
- ngOnInit(): void;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<RepeaterItemFieldComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<RepeaterItemFieldComponent, "repeater-item-field", never, { "templates": "templates"; "filedIndex": "filedIndex"; "itemIndex": "itemIndex"; }, {}, never, never, false, never>;
11
- }
1
+ import { OnInit, TemplateRef } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class RepeaterItemFieldComponent implements OnInit {
4
+ templates: Array<TemplateRef<any>>;
5
+ filedIndex: number;
6
+ itemIndex: number;
7
+ constructor();
8
+ ngOnInit(): void;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<RepeaterItemFieldComponent, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<RepeaterItemFieldComponent, "repeater-item-field", never, { "templates": { "alias": "templates"; "required": false; }; "filedIndex": { "alias": "filedIndex"; "required": false; }; "itemIndex": { "alias": "itemIndex"; "required": false; }; }, {}, never, never, false, never>;
11
+ }
@@ -1,19 +1,19 @@
1
- import { OnInit } from '@angular/core';
2
- import { FormGroup } from '@angular/forms';
3
- import { RepeaterOptions } from '../../../Shared/Models/RepeaterOptions';
4
- import { UtilityService } from '@bnsights/bbsf-utilities';
5
- import * as i0 from "@angular/core";
6
- export declare class RepeaterTableComponent implements OnInit {
7
- utilityService: UtilityService;
8
- group: FormGroup;
9
- options: RepeaterOptions;
10
- items: number[];
11
- repeaterGroup: FormGroup;
12
- originalItems: any[];
13
- constructor(utilityService: UtilityService);
14
- ngOnInit(): void;
15
- deleteItem(Index: any): void;
16
- addItem(): void;
17
- static ɵfac: i0.ɵɵFactoryDeclaration<RepeaterTableComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<RepeaterTableComponent, "BBSF-repeater-table", never, { "group": "group"; "options": "options"; }, {}, never, never, false, never>;
19
- }
1
+ import { OnInit } from '@angular/core';
2
+ import { FormGroup } from '@angular/forms';
3
+ import { RepeaterOptions } from '../../../Shared/Models/RepeaterOptions';
4
+ import { UtilityService } from '@bnsights/bbsf-utilities';
5
+ import * as i0 from "@angular/core";
6
+ export declare class RepeaterTableComponent implements OnInit {
7
+ utilityService: UtilityService;
8
+ group: FormGroup;
9
+ options: RepeaterOptions;
10
+ items: number[];
11
+ repeaterGroup: FormGroup;
12
+ originalItems: any[];
13
+ constructor(utilityService: UtilityService);
14
+ ngOnInit(): void;
15
+ deleteItem(Index: any): void;
16
+ addItem(): void;
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<RepeaterTableComponent, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<RepeaterTableComponent, "BBSF-repeater-table", never, { "group": { "alias": "group"; "required": false; }; "options": { "alias": "options"; "required": false; }; }, {}, never, never, false, never>;
19
+ }