@bnsights/bbsf-controls 1.0.49 → 1.0.52

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 (32) hide show
  1. package/README.md +13 -0
  2. package/bnsights-bbsf-controls-1.0.52.tgz +0 -0
  3. package/bnsights-bbsf-controls.metadata.json +1 -1
  4. package/bundles/bnsights-bbsf-controls.umd.js +110 -41
  5. package/bundles/bnsights-bbsf-controls.umd.js.map +1 -1
  6. package/esm2015/lib/Shared/Enums/LanguageMode.js +8 -8
  7. package/esm2015/lib/Shared/Models/ConfirmationModalOptions.js +3 -1
  8. package/esm2015/lib/Shared/Models/DropdownOptions.js +2 -1
  9. package/esm2015/lib/Shared/Models/HtmlEditorOptions.js +2 -2
  10. package/esm2015/lib/controls/ConfirmationModal/ConfirmationModal.component.js +3 -4
  11. package/esm2015/lib/controls/DateTimePicker/DateTimePicker.component.js +3 -1
  12. package/esm2015/lib/controls/DropdownList/DropdownList.component.js +2 -2
  13. package/esm2015/lib/controls/HtmlEditor/HtmlEditor.component.js +3 -3
  14. package/esm2015/lib/controls/MapAutoComplete/MapAutoComplete.component.js +36 -8
  15. package/esm2015/lib/controls/MultiLingualHtmlEditor/MultiLingualHtmlEditor.component.js +10 -2
  16. package/esm2015/lib/controls/MultiLingualTextArea/MultiLingualTextArea.component.js +12 -4
  17. package/esm2015/lib/controls/MultiLingualTextBox/MultiLingualTextBox.component.js +14 -4
  18. package/esm2015/lib/controls/TagsInput/TagsInput.component.js +23 -12
  19. package/esm2015/lib/controls/TextArea/TextArea.component.js +2 -2
  20. package/esm2015/lib/controls/TextBox/TextBox.component.js +2 -2
  21. package/esm2015/lib/controls/bbsf-controls.module.js +3 -3
  22. package/fesm2015/bnsights-bbsf-controls.js +111 -42
  23. package/fesm2015/bnsights-bbsf-controls.js.map +1 -1
  24. package/lib/Shared/Enums/LanguageMode.d.ts +7 -7
  25. package/lib/Shared/Models/ConfirmationModalOptions.d.ts +1 -0
  26. package/lib/Shared/Models/DropdownOptions.d.ts +1 -0
  27. package/lib/controls/MapAutoComplete/MapAutoComplete.component.d.ts +1 -0
  28. package/lib/controls/MultiLingualHtmlEditor/MultiLingualHtmlEditor.component.d.ts +2 -0
  29. package/lib/controls/MultiLingualTextArea/MultiLingualTextArea.component.d.ts +2 -0
  30. package/lib/controls/MultiLingualTextBox/MultiLingualTextBox.component.d.ts +2 -0
  31. package/package.json +2 -2
  32. package/bnsights-bbsf-controls-1.0.49.tgz +0 -0
package/README.md CHANGED
@@ -6,6 +6,19 @@ For more info please visit [BBSF Controls documenation](https://bbsfadmin.bnsigh
6
6
 
7
7
  # Change Log
8
8
 
9
+ ## 1.0.52 / 16-8-2022
10
+ ===================
11
+ * Update Tag input control(custom validation mode)
12
+
13
+ ## 1.0.51 / 14-8-2022
14
+ ===================
15
+ * Update utilities Version
16
+
17
+ ## 1.0.50 / 4-8-2022
18
+ ===================
19
+ * Replace lang attribute with b-lang
20
+ * Update MapAutoComplete control to enable edit mode
21
+
9
22
  ## 1.0.49 / 28-7-2022
10
23
  ===================
11
24
  * Fix bug in autocomplete control