@bnsights/bbsf-controls 1.0.40 → 1.0.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bnsights-bbsf-controls-1.0.41.tgz +0 -0
- package/bundles/bnsights-bbsf-controls.umd.js +2 -0
- package/bundles/bnsights-bbsf-controls.umd.js.map +1 -1
- package/esm2015/lib/Shared/Models/TagsInputOptions.js +1 -1
- package/esm2015/lib/controls/TagsInput/TagsInput.component.js +3 -1
- package/fesm2015/bnsights-bbsf-controls.js +2 -0
- package/fesm2015/bnsights-bbsf-controls.js.map +1 -1
- package/lib/Shared/Models/TagsInputOptions.d.ts +2 -0
- package/package.json +1 -1
- package/bnsights-bbsf-controls-1.0.40.tgz +0 -0
|
Binary file
|
|
@@ -4490,6 +4490,8 @@
|
|
|
4490
4490
|
};
|
|
4491
4491
|
TagsInputComponent.prototype.searchFunctionFactory = function (Text) {
|
|
4492
4492
|
var Url = this.options.ActionURL + "?" + this.options.QueryParamName + "=" + Text + "&" + this.options.SelectedItemsParamName + "=" + this.SelectedId;
|
|
4493
|
+
if (this.options.ExtraFilters)
|
|
4494
|
+
Url = Url + ("&" + this.options.ExtraFilters);
|
|
4493
4495
|
var requestOptionsModel = new bbsfUtilities.RequestOptionsModel();
|
|
4494
4496
|
requestOptionsModel.disableBlockUI = true;
|
|
4495
4497
|
requestOptionsModel.disableSuccessNotification = true;
|