@bnsights/bbsf-controls 1.0.21 → 1.0.25
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.25.tgz +0 -0
- package/bnsights-bbsf-controls.d.ts +0 -23
- package/bnsights-bbsf-controls.metadata.json +1 -1
- package/bundles/bnsights-bbsf-controls.umd.js +27 -27
- package/bundles/bnsights-bbsf-controls.umd.js.map +1 -1
- package/esm2015/bnsights-bbsf-controls.js +1 -24
- package/esm2015/lib/controls/ImageUpload/ImageUpload.component.js +2 -2
- package/esm2015/lib/controls/Paging/Paging.component.js +4 -3
- package/esm2015/lib/controls/TextBox/TextBox.component.js +1 -1
- package/esm2015/lib/controls/bbsf-controls.module.js +1 -2
- package/esm2015/public-api.js +24 -23
- package/fesm2015/bnsights-bbsf-controls.js +5 -5
- package/fesm2015/bnsights-bbsf-controls.js.map +1 -1
- package/lib/controls/Paging/Paging.component.d.ts +1 -1
- package/package.json +2 -2
- package/public-api.d.ts +23 -0
- package/src/lib/assets/Style.css +4 -0
- package/bnsights-bbsf-controls-1.0.21.tgz +0 -0
|
Binary file
|
|
@@ -2,26 +2,3 @@
|
|
|
2
2
|
* Generated bundle index. Do not edit.
|
|
3
3
|
*/
|
|
4
4
|
export * from './public-api';
|
|
5
|
-
export { AutocompleteTextBoxComponent as ɵq } from './lib/controls/AutocompleteTextBox/AutocompleteTextBox.component';
|
|
6
|
-
export { CalendarComponent as ɵo } from './lib/controls/Calendar/Calendar.component';
|
|
7
|
-
export { CheckBoxComponent as ɵg } from './lib/controls/CheckBox/CheckBox.component';
|
|
8
|
-
export { ConfirmationModalComponent as ɵw } from './lib/controls/ConfirmationModal/ConfirmationModal.component';
|
|
9
|
-
export { DateInputComponent as ɵa } from './lib/controls/DateTimePicker/DateTimePicker.component';
|
|
10
|
-
export { DropdownListComponent as ɵh } from './lib/controls/DropdownList/DropdownList.component';
|
|
11
|
-
export { FileUploadComponent as ɵb } from './lib/controls/FileUplaod/FileUplaod.component';
|
|
12
|
-
export { FormComponent as ɵv } from './lib/controls/Form/Form.component';
|
|
13
|
-
export { HtmlEditorComponent as ɵk } from './lib/controls/HtmlEditor/HtmlEditor.component';
|
|
14
|
-
export { ImageUploaderComponent as ɵm } from './lib/controls/ImageUpload/ImageUpload.component';
|
|
15
|
-
export { MapAutoCompleteComponent as ɵp } from './lib/controls/MapAutoComplete/MapAutoComplete.component';
|
|
16
|
-
export { MultiLingualHtmlEditorComponent as ɵl } from './lib/controls/MultiLingualHtmlEditor/MultiLingualHtmlEditor.component';
|
|
17
|
-
export { MultiLingualTextAreaComponent as ɵf } from './lib/controls/MultiLingualTextArea/MultiLingualTextArea.component';
|
|
18
|
-
export { MultiLingualTextBoxComponent as ɵc } from './lib/controls/MultiLingualTextBox/MultiLingualTextBox.component';
|
|
19
|
-
export { JwPaginationComponent as ɵt } from './lib/controls/Paging/JwPagination.component';
|
|
20
|
-
export { PagingComponent as ɵs } from './lib/controls/Paging/Paging.component';
|
|
21
|
-
export { PhoneComponent as ɵi } from './lib/controls/Phone/Phone.component';
|
|
22
|
-
export { ProfileImageUploaderComponent as ɵn } from './lib/controls/ProfileImageUploader/ProfileImageUploader.component';
|
|
23
|
-
export { RadioButtonComponent as ɵu } from './lib/controls/RadioButton/RadioButton.component';
|
|
24
|
-
export { TagsInputComponent as ɵr } from './lib/controls/TagsInput/TagsInput.component';
|
|
25
|
-
export { TextAreaComponent as ɵe } from './lib/controls/TextArea/TextArea.component';
|
|
26
|
-
export { TextboxComponent as ɵd } from './lib/controls/TextBox/TextBox.component';
|
|
27
|
-
export { ToggleslideComponent as ɵj } from './lib/controls/Toggleslide/toggleslide.component';
|