@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
|
@@ -34,7 +34,7 @@ export declare class PagingComponent<T> implements OnInit {
|
|
|
34
34
|
group: FormGroup;
|
|
35
35
|
constructor(utilityService: UtilityService, http: HttpClient, router: Router, onChangeService: OnPagingFiltersChangeService, requestHandlerService: RequestHandlerService);
|
|
36
36
|
ngOnInit(): void;
|
|
37
|
-
|
|
37
|
+
ngAfterViewInit(): void;
|
|
38
38
|
onDropDownChange(result: any): void;
|
|
39
39
|
onChangePage(Page: any): void;
|
|
40
40
|
changePageSize(e: any): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bnsights/bbsf-controls",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.25",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "~12.2.12",
|
|
6
6
|
"@angular/core": "~12.2.12"
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@angular/platform-browser": "~12.2.12",
|
|
22
22
|
"@angular/platform-browser-dynamic": "~12.2.12",
|
|
23
23
|
"@angular/router": "~12.2.12",
|
|
24
|
-
"@bnsights/bbsf-utilities": "1.0.
|
|
24
|
+
"@bnsights/bbsf-utilities": "1.0.12",
|
|
25
25
|
"@fortawesome/fontawesome-free": "^5.15.2",
|
|
26
26
|
"google-libphonenumber": "^3.2.17",
|
|
27
27
|
"@fullcalendar/angular": "^5.5.0",
|
package/public-api.d.ts
CHANGED
|
@@ -1,4 +1,27 @@
|
|
|
1
1
|
export * from './lib/controls/bbsf-controls.module';
|
|
2
|
+
export * from './lib/controls/TextBox/TextBox.component';
|
|
3
|
+
export * from './lib/controls/DateTimePicker/DateTimePicker.component';
|
|
4
|
+
export * from './lib/controls/FileUplaod/FileUplaod.component';
|
|
5
|
+
export * from './lib/controls/MultiLingualTextBox/MultiLingualTextBox.component';
|
|
6
|
+
export * from './lib/controls/TextArea/TextArea.component';
|
|
7
|
+
export * from './lib/controls/MultiLingualTextArea/MultiLingualTextArea.component';
|
|
8
|
+
export * from './lib/controls/CheckBox/CheckBox.component';
|
|
9
|
+
export * from './lib/controls/DropdownList/DropdownList.component';
|
|
10
|
+
export * from './lib/controls/Phone/Phone.component';
|
|
11
|
+
export * from './lib/controls/Toggleslide/toggleslide.component';
|
|
12
|
+
export * from './lib/controls/HtmlEditor/HtmlEditor.component';
|
|
13
|
+
export * from './lib/controls/MultiLingualHtmlEditor/MultiLingualHtmlEditor.component';
|
|
14
|
+
export * from './lib/controls/ImageUpload/ImageUpload.component';
|
|
15
|
+
export * from './lib/controls/ProfileImageUploader/ProfileImageUploader.component';
|
|
16
|
+
export * from './lib/controls/Calendar/Calendar.component';
|
|
17
|
+
export * from './lib/controls/MapAutoComplete/MapAutoComplete.component';
|
|
18
|
+
export * from './lib/controls/AutocompleteTextBox/AutocompleteTextBox.component';
|
|
19
|
+
export * from './lib/controls/TagsInput/TagsInput.component';
|
|
20
|
+
export * from './lib/controls/Paging/JwPagination.component';
|
|
21
|
+
export * from './lib/controls/Paging/Paging.component';
|
|
22
|
+
export * from './lib/controls/RadioButton/RadioButton.component';
|
|
23
|
+
export * from './lib/controls/ConfirmationModal/ConfirmationModal.component';
|
|
24
|
+
export * from './lib/controls/Form/Form.component';
|
|
2
25
|
export * from './lib/Shared/services/validationErrorMassage.service';
|
|
3
26
|
export * from './lib/Shared/services/ControlUtility';
|
|
4
27
|
export * from './lib/Shared/services/OnPagingFiltersChange.service';
|
package/src/lib/assets/Style.css
CHANGED
|
Binary file
|