@bravobit/bb-foundation 0.20.3 → 0.21.2
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/auth/{bravobit-bb-foundation-auth.d.ts → index.d.ts} +0 -0
- package/auth/lib/directives/authenticated.directive.d.ts +1 -1
- package/auth/lib/directives/permission.directive.d.ts +1 -1
- package/auth/lib/directives/role.directive.d.ts +1 -1
- package/collections/{bravobit-bb-foundation-collections.d.ts → index.d.ts} +0 -0
- package/collections/lib/collection.d.ts +6 -7
- package/collections/lib/components/collections-pager/collections-pager.component.d.ts +1 -1
- package/collections/lib/components/collections-viewer/collections-viewer.component.d.ts +1 -1
- package/collections/lib/components/collections.directive.d.ts +4 -4
- package/collections/lib/interfaces/collection.interface.d.ts +1 -0
- package/collections/lib/providers/api-collection.provider.d.ts +7 -8
- package/controls/{bravobit-bb-foundation-controls.d.ts → index.d.ts} +0 -0
- package/controls/lib/checkbox/checkbox/checkbox.component.d.ts +10 -10
- package/controls/lib/checkbox/checkbox-group/checkbox-group.component.d.ts +9 -5
- package/dashboard/{bravobit-bb-foundation-dashboard.d.ts → index.d.ts} +0 -0
- package/dashboard/lib/dashboard/dashboard.component.d.ts +1 -1
- package/dashboard/lib/dashboard-header/dashboard-header.component.d.ts +1 -1
- package/dashboard/lib/dashboard-menu/dashboard-menu.component.d.ts +1 -1
- package/dashboard/lib/dashboard-menu-item/dashboard-menu-item.component.d.ts +1 -1
- package/dashboard/lib/dashboard-sidebar/dashboard-sidebar.component.d.ts +1 -1
- package/dashboard/lib/dashboard-sidebar-group/dashboard-sidebar-group.component.d.ts +1 -1
- package/dashboard/lib/dashboard-sidebar-item/dashboard-sidebar-item.component.d.ts +1 -1
- package/dialog/{bravobit-bb-foundation-dialog.d.ts → index.d.ts} +0 -0
- package/dialog/lib/dialog-actions/dialog-actions.component.d.ts +1 -1
- package/dialog/lib/dialog-confirm/dialog-confirm.component.d.ts +1 -1
- package/dialog/lib/dialog-container/dialog-container.component.d.ts +1 -1
- package/dialog/lib/dialog-header/dialog-header.component.d.ts +1 -1
- package/dialog/lib/dialog-link/dialog-link.component.d.ts +1 -1
- package/dialog/lib/dialog-modal/dialog-modal.component.d.ts +1 -1
- package/dialog/lib/dialog-overlay/dialog-overlay.component.d.ts +1 -1
- package/dialog/lib/dialog.insertion.d.ts +1 -1
- package/elements/{bravobit-bb-foundation-elements.d.ts → index.d.ts} +0 -0
- package/elements/lib/avatar/avatar.component.d.ts +1 -1
- package/elements/lib/button/button.component.d.ts +2 -2
- package/elements/lib/checkbox/checkbox.component.d.ts +1 -1
- package/elements/lib/date-picker/date-picker.component.d.ts +2 -2
- package/elements/lib/directives/addon.directive.d.ts +2 -2
- package/elements/lib/directives/autosize.directive.d.ts +1 -1
- package/elements/lib/directives/focus-trap.directive.d.ts +1 -1
- package/elements/lib/directives/focus.directive.d.ts +1 -1
- package/elements/lib/directives/form-submit.directive.d.ts +1 -1
- package/elements/lib/directives/input.directive.d.ts +2 -2
- package/elements/lib/directives/template.directive.d.ts +1 -1
- package/elements/lib/dropdown/dropdown.component.d.ts +2 -2
- package/elements/lib/file-picker/file-picker.component.d.ts +2 -2
- package/elements/lib/form-control/form-control.component.d.ts +1 -1
- package/elements/lib/form-error/form-error.component.d.ts +1 -1
- package/elements/lib/form-group/form-group.component.d.ts +1 -1
- package/elements/lib/icon/icon.component.d.ts +1 -1
- package/elements/lib/image-picker/image-picker.component.d.ts +1 -1
- package/elements/lib/pipes/file-image.pipe.d.ts +1 -1
- package/elements/lib/pipes/file-size.pipe.d.ts +1 -1
- package/elements/lib/pipes/relative-time.pipe.d.ts +1 -1
- package/elements/lib/spinner/spinner.component.d.ts +1 -1
- package/elements/lib/tag/tag.component.d.ts +1 -1
- package/esm2020/auth/lib/auth.interceptor.mjs +3 -3
- package/esm2020/auth/lib/auth.module.mjs +6 -6
- package/esm2020/auth/lib/auth.service.mjs +5 -5
- package/esm2020/auth/lib/directives/authenticated.directive.mjs +3 -3
- package/esm2020/auth/lib/directives/permission.directive.mjs +3 -3
- package/esm2020/auth/lib/directives/role.directive.mjs +3 -3
- package/esm2020/auth/lib/guards/anonymous.guard.mjs +5 -5
- package/esm2020/auth/lib/guards/authenticated.guard.mjs +3 -3
- package/esm2020/auth/lib/helpers/mapper.helper.mjs +3 -3
- package/esm2020/auth/lib/permissions.service.mjs +3 -3
- package/esm2020/collections/lib/collection.mjs +10 -12
- package/esm2020/collections/lib/collections.module.mjs +5 -5
- package/esm2020/collections/lib/components/collections-pager/collections-pager.component.mjs +3 -3
- package/esm2020/collections/lib/components/collections-viewer/collections-viewer.component.mjs +3 -3
- package/esm2020/collections/lib/components/collections.directive.mjs +12 -12
- package/esm2020/collections/lib/interfaces/collection.interface.mjs +1 -1
- package/esm2020/collections/lib/providers/api-collection.provider.mjs +24 -4
- package/esm2020/controls/lib/checkbox/checkbox/checkbox.component.mjs +6 -6
- package/esm2020/controls/lib/checkbox/checkbox-group/checkbox-group.component.mjs +19 -6
- package/esm2020/controls/lib/checkbox/checkbox.module.mjs +5 -5
- package/esm2020/controls/lib/controls.module.mjs +5 -5
- package/esm2020/dashboard/lib/dashboard/dashboard.component.mjs +3 -3
- package/esm2020/dashboard/lib/dashboard-header/dashboard-header.component.mjs +3 -3
- package/esm2020/dashboard/lib/dashboard-menu/dashboard-menu.component.mjs +3 -3
- package/esm2020/dashboard/lib/dashboard-menu-item/dashboard-menu-item.component.mjs +3 -3
- package/esm2020/dashboard/lib/dashboard-sidebar/dashboard-sidebar.component.mjs +3 -3
- package/esm2020/dashboard/lib/dashboard-sidebar-group/dashboard-sidebar-group.component.mjs +5 -5
- package/esm2020/dashboard/lib/dashboard-sidebar-item/dashboard-sidebar-item.component.mjs +3 -3
- package/esm2020/dashboard/lib/dashboard.module.mjs +5 -5
- package/esm2020/dialog/lib/dialog-actions/dialog-actions.component.mjs +3 -3
- package/esm2020/dialog/lib/dialog-confirm/dialog-confirm.component.mjs +8 -8
- package/esm2020/dialog/lib/dialog-container/dialog-container.component.mjs +4 -4
- package/esm2020/dialog/lib/dialog-header/dialog-header.component.mjs +3 -3
- package/esm2020/dialog/lib/dialog-link/dialog-link.component.mjs +3 -3
- package/esm2020/dialog/lib/dialog-modal/dialog-modal.component.mjs +3 -3
- package/esm2020/dialog/lib/dialog-overlay/dialog-overlay.component.mjs +3 -3
- package/esm2020/dialog/lib/dialog.insertion.mjs +3 -3
- package/esm2020/dialog/lib/dialog.module.mjs +7 -9
- package/esm2020/dialog/lib/dialog.service.mjs +3 -3
- package/esm2020/elements/lib/avatar/avatar.component.mjs +3 -3
- package/esm2020/elements/lib/button/button.component.mjs +6 -6
- package/esm2020/elements/lib/checkbox/checkbox.component.mjs +5 -5
- package/esm2020/elements/lib/date-picker/date-picker.component.mjs +12 -12
- package/esm2020/elements/lib/directives/addon.directive.mjs +6 -6
- package/esm2020/elements/lib/directives/autosize.directive.mjs +3 -3
- package/esm2020/elements/lib/directives/focus-trap.directive.mjs +3 -3
- package/esm2020/elements/lib/directives/focus.directive.mjs +3 -3
- package/esm2020/elements/lib/directives/form-submit.directive.mjs +3 -3
- package/esm2020/elements/lib/directives/input.directive.mjs +6 -6
- package/esm2020/elements/lib/directives/template.directive.mjs +3 -3
- package/esm2020/elements/lib/dropdown/dropdown.component.mjs +7 -7
- package/esm2020/elements/lib/elements.module.mjs +5 -5
- package/esm2020/elements/lib/file-picker/file-picker.component.mjs +10 -10
- package/esm2020/elements/lib/form-control/form-control.component.mjs +6 -6
- package/esm2020/elements/lib/form-error/form-error.component.mjs +3 -3
- package/esm2020/elements/lib/form-group/form-group.component.mjs +3 -3
- package/esm2020/elements/lib/icon/icon.component.mjs +3 -3
- package/esm2020/elements/lib/image-picker/image-picker.component.mjs +5 -5
- package/esm2020/elements/lib/pipes/file-image.pipe.mjs +3 -3
- package/esm2020/elements/lib/pipes/file-size.pipe.mjs +3 -3
- package/esm2020/elements/lib/pipes/relative-time.pipe.mjs +3 -3
- package/esm2020/elements/lib/spinner/spinner.component.mjs +3 -3
- package/esm2020/elements/lib/tag/tag.component.mjs +3 -3
- package/esm2020/http/lib/http.module.mjs +5 -5
- package/esm2020/http/lib/interceptors/base-url.interceptor.mjs +3 -3
- package/esm2020/http/lib/interceptors/error.interceptor.mjs +3 -3
- package/esm2020/lib/core/services/clipboard.service.mjs +3 -3
- package/esm2020/lib/core/services/exif.service.mjs +3 -3
- package/esm2020/lib/core/services/file-loader.service.mjs +3 -3
- package/esm2020/lib/core/services/image-converter.service.mjs +3 -3
- package/esm2020/lib/core/services/languages.service.mjs +3 -3
- package/esm2020/lib/core/services/network.service.mjs +3 -3
- package/esm2020/lib/core/services/patch.service.mjs +3 -3
- package/esm2020/lib/core/services/platform.service.mjs +3 -3
- package/esm2020/localize/lib/localize.module.mjs +5 -5
- package/esm2020/localize/lib/localize.pipe.mjs +3 -3
- package/esm2020/localize/lib/localize.service.mjs +3 -3
- package/esm2020/localize/lib/views/localize-string/localize-string.component.mjs +3 -3
- package/esm2020/localize/lib/views/localize-template-or-string.directive.mjs +3 -3
- package/esm2020/localize/lib/views/localize-template.directive.mjs +3 -3
- package/esm2020/masking/bravobit-bb-foundation-masking.mjs +5 -0
- package/esm2020/masking/lib/input-mask.directive.mjs +110 -0
- package/esm2020/masking/lib/input-mask.interface.mjs +2 -0
- package/esm2020/masking/lib/masking.module.mjs +16 -0
- package/esm2020/masking/lib/masking.service.mjs +94 -0
- package/esm2020/masking/public_api.mjs +5 -0
- package/esm2020/notifications/lib/notifications-item/notifications-item.component.mjs +3 -3
- package/esm2020/notifications/lib/notifications-list/notifications-list.component.mjs +6 -6
- package/esm2020/notifications/lib/notifications.module.mjs +5 -5
- package/esm2020/notifications/lib/notifications.service.mjs +3 -3
- package/esm2020/recaptcha/lib/recaptcha/recaptcha.component.mjs +3 -3
- package/esm2020/recaptcha/lib/recaptcha-loader.service.mjs +3 -3
- package/esm2020/recaptcha/lib/recaptcha.module.mjs +4 -4
- package/esm2020/rxjs/lib/observables/get-control-value.observable.mjs +6 -0
- package/esm2020/rxjs/public_api.mjs +2 -1
- package/esm2020/storage/lib/storage.service.mjs +8 -8
- package/esm2020/table/lib/components/table/table.component.mjs +14 -14
- package/esm2020/table/lib/components/table-cell/table-cell.component.mjs +3 -3
- package/esm2020/table/lib/components/table-header-cell/table-header-cell.component.mjs +4 -4
- package/esm2020/table/lib/components/table-pager/table-pager.component.mjs +6 -6
- package/esm2020/table/lib/table.module.mjs +5 -5
- package/esm2020/theming/bravobit-bb-foundation-theming.mjs +5 -0
- package/esm2020/theming/lib/themes/checkbox-group.theme.mjs +2 -0
- package/esm2020/theming/lib/themes/checkbox.theme.mjs +2 -0
- package/esm2020/theming/lib/themes/theme.mjs +34 -0
- package/esm2020/theming/lib/theming.interface.mjs +3 -0
- package/esm2020/theming/lib/theming.module.mjs +38 -0
- package/esm2020/theming/lib/theming.service.mjs +77 -0
- package/esm2020/theming/public_api.mjs +7 -0
- package/fesm2015/bravobit-bb-foundation-auth.mjs +33 -33
- package/fesm2015/bravobit-bb-foundation-auth.mjs.map +1 -1
- package/fesm2015/bravobit-bb-foundation-collections.mjs +56 -37
- package/fesm2015/bravobit-bb-foundation-collections.mjs.map +1 -1
- package/fesm2015/bravobit-bb-foundation-controls.mjs +31 -18
- package/fesm2015/bravobit-bb-foundation-controls.mjs.map +1 -1
- package/fesm2015/bravobit-bb-foundation-dashboard.mjs +26 -26
- package/fesm2015/bravobit-bb-foundation-dashboard.mjs.map +1 -1
- package/fesm2015/bravobit-bb-foundation-dialog.mjs +34 -36
- package/fesm2015/bravobit-bb-foundation-dialog.mjs.map +1 -1
- package/fesm2015/bravobit-bb-foundation-elements.mjs +143 -143
- package/fesm2015/bravobit-bb-foundation-elements.mjs.map +1 -1
- package/fesm2015/bravobit-bb-foundation-http.mjs +10 -10
- package/fesm2015/bravobit-bb-foundation-http.mjs.map +1 -1
- package/fesm2015/bravobit-bb-foundation-localize.mjs +19 -19
- package/fesm2015/bravobit-bb-foundation-localize.mjs.map +1 -1
- package/fesm2015/bravobit-bb-foundation-masking.mjs +235 -0
- package/fesm2015/bravobit-bb-foundation-masking.mjs.map +1 -0
- package/fesm2015/bravobit-bb-foundation-notifications.mjs +14 -14
- package/fesm2015/bravobit-bb-foundation-notifications.mjs.map +1 -1
- package/fesm2015/bravobit-bb-foundation-recaptcha.mjs +10 -10
- package/fesm2015/bravobit-bb-foundation-rxjs.mjs +7 -3
- package/fesm2015/bravobit-bb-foundation-rxjs.mjs.map +1 -1
- package/fesm2015/bravobit-bb-foundation-storage.mjs +7 -7
- package/fesm2015/bravobit-bb-foundation-storage.mjs.map +1 -1
- package/fesm2015/bravobit-bb-foundation-table.mjs +27 -27
- package/fesm2015/bravobit-bb-foundation-table.mjs.map +1 -1
- package/fesm2015/bravobit-bb-foundation-theming.mjs +164 -0
- package/fesm2015/bravobit-bb-foundation-theming.mjs.map +1 -0
- package/fesm2015/bravobit-bb-foundation.mjs +24 -24
- package/fesm2020/bravobit-bb-foundation-auth.mjs +33 -33
- package/fesm2020/bravobit-bb-foundation-auth.mjs.map +1 -1
- package/fesm2020/bravobit-bb-foundation-collections.mjs +55 -37
- package/fesm2020/bravobit-bb-foundation-collections.mjs.map +1 -1
- package/fesm2020/bravobit-bb-foundation-controls.mjs +31 -18
- package/fesm2020/bravobit-bb-foundation-controls.mjs.map +1 -1
- package/fesm2020/bravobit-bb-foundation-dashboard.mjs +26 -26
- package/fesm2020/bravobit-bb-foundation-dashboard.mjs.map +1 -1
- package/fesm2020/bravobit-bb-foundation-dialog.mjs +34 -36
- package/fesm2020/bravobit-bb-foundation-dialog.mjs.map +1 -1
- package/fesm2020/bravobit-bb-foundation-elements.mjs +143 -143
- package/fesm2020/bravobit-bb-foundation-elements.mjs.map +1 -1
- package/fesm2020/bravobit-bb-foundation-http.mjs +10 -10
- package/fesm2020/bravobit-bb-foundation-http.mjs.map +1 -1
- package/fesm2020/bravobit-bb-foundation-localize.mjs +19 -19
- package/fesm2020/bravobit-bb-foundation-localize.mjs.map +1 -1
- package/fesm2020/bravobit-bb-foundation-masking.mjs +223 -0
- package/fesm2020/bravobit-bb-foundation-masking.mjs.map +1 -0
- package/fesm2020/bravobit-bb-foundation-notifications.mjs +14 -14
- package/fesm2020/bravobit-bb-foundation-notifications.mjs.map +1 -1
- package/fesm2020/bravobit-bb-foundation-recaptcha.mjs +10 -10
- package/fesm2020/bravobit-bb-foundation-rxjs.mjs +7 -3
- package/fesm2020/bravobit-bb-foundation-rxjs.mjs.map +1 -1
- package/fesm2020/bravobit-bb-foundation-storage.mjs +7 -7
- package/fesm2020/bravobit-bb-foundation-storage.mjs.map +1 -1
- package/fesm2020/bravobit-bb-foundation-table.mjs +27 -27
- package/fesm2020/bravobit-bb-foundation-table.mjs.map +1 -1
- package/fesm2020/bravobit-bb-foundation-theming.mjs +154 -0
- package/fesm2020/bravobit-bb-foundation-theming.mjs.map +1 -0
- package/fesm2020/bravobit-bb-foundation.mjs +24 -24
- package/http/{bravobit-bb-foundation-http.d.ts → index.d.ts} +0 -0
- package/{bravobit-bb-foundation.d.ts → index.d.ts} +0 -0
- package/localize/{bravobit-bb-foundation-localize.d.ts → index.d.ts} +0 -0
- package/localize/lib/localize.pipe.d.ts +1 -1
- package/localize/lib/views/localize-string/localize-string.component.d.ts +1 -1
- package/localize/lib/views/localize-template-or-string.directive.d.ts +1 -1
- package/localize/lib/views/localize-template.directive.d.ts +1 -1
- package/masking/index.d.ts +5 -0
- package/masking/lib/input-mask.directive.d.ts +36 -0
- package/masking/lib/input-mask.interface.d.ts +20 -0
- package/masking/lib/masking.module.d.ts +7 -0
- package/masking/lib/masking.service.d.ts +12 -0
- package/masking/public_api.d.ts +4 -0
- package/notifications/{bravobit-bb-foundation-notifications.d.ts → index.d.ts} +0 -0
- package/notifications/lib/notifications-item/notifications-item.component.d.ts +1 -1
- package/notifications/lib/notifications-list/notifications-list.component.d.ts +1 -1
- package/package.json +36 -19
- package/recaptcha/{bravobit-bb-foundation-recaptcha.d.ts → index.d.ts} +0 -0
- package/recaptcha/lib/recaptcha/recaptcha.component.d.ts +1 -1
- package/rxjs/{bravobit-bb-foundation-rxjs.d.ts → index.d.ts} +0 -0
- package/rxjs/lib/observables/get-control-value.observable.d.ts +3 -0
- package/rxjs/public_api.d.ts +1 -0
- package/storage/{bravobit-bb-foundation-storage.d.ts → index.d.ts} +0 -0
- package/table/{bravobit-bb-foundation-table.d.ts → index.d.ts} +0 -0
- package/table/lib/components/table/table.component.d.ts +7 -7
- package/table/lib/components/table-cell/table-cell.component.d.ts +1 -1
- package/table/lib/components/table-header-cell/table-header-cell.component.d.ts +1 -1
- package/table/lib/components/table-pager/table-pager.component.d.ts +1 -1
- package/theming/index.d.ts +5 -0
- package/theming/lib/themes/checkbox-group.theme.d.ts +5 -0
- package/theming/lib/themes/checkbox.theme.d.ts +19 -0
- package/theming/lib/themes/theme.d.ts +12 -0
- package/theming/lib/theming.interface.d.ts +15 -0
- package/theming/lib/theming.module.d.ts +13 -0
- package/theming/lib/theming.service.d.ts +22 -0
- package/theming/public_api.d.ts +6 -0
- package/auth/package.json +0 -10
- package/collections/package.json +0 -10
- package/controls/package.json +0 -10
- package/dashboard/package.json +0 -10
- package/dialog/package.json +0 -10
- package/elements/package.json +0 -10
- package/http/package.json +0 -10
- package/localize/package.json +0 -10
- package/notifications/package.json +0 -10
- package/recaptcha/package.json +0 -10
- package/rxjs/package.json +0 -10
- package/storage/package.json +0 -10
- package/table/package.json +0 -10
|
File without changes
|
|
@@ -10,5 +10,5 @@ export declare class BbAuthenticated implements OnInit, OnDestroy {
|
|
|
10
10
|
ngOnInit(): void;
|
|
11
11
|
ngOnDestroy(): void;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<BbAuthenticated, never>;
|
|
13
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BbAuthenticated, "[bbAuthenticated]", never, {}, {}, never>;
|
|
13
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BbAuthenticated, "[bbAuthenticated]", never, {}, {}, never, never, false>;
|
|
14
14
|
}
|
|
@@ -20,5 +20,5 @@ export declare class BbPermission implements OnInit, OnDestroy {
|
|
|
20
20
|
private getAllowedPermissions;
|
|
21
21
|
private assertTemplate;
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<BbPermission, never>;
|
|
23
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BbPermission, "[bbPermission]", never, { "bbPermission": "bbPermission"; "bbPermissionElse": "bbPermissionElse"; }, {}, never>;
|
|
23
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BbPermission, "[bbPermission]", never, { "bbPermission": "bbPermission"; "bbPermissionElse": "bbPermissionElse"; }, {}, never, never, false>;
|
|
24
24
|
}
|
|
@@ -12,5 +12,5 @@ export declare class BbRole implements OnInit, OnDestroy {
|
|
|
12
12
|
ngOnDestroy(): void;
|
|
13
13
|
private getAllowedRoles;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<BbRole, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BbRole, "[bbRole]", never, { "bbRole": "bbRole"; }, {}, never>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BbRole, "[bbRole]", never, { "bbRole": "bbRole"; }, {}, never, never, false>;
|
|
16
16
|
}
|
|
File without changes
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CollectionData, CollectionRequest } from './interfaces/collection.interface';
|
|
1
|
+
import { CollectionData, CollectionRequest, CollectionRequestSort } from './interfaces/collection.interface';
|
|
2
2
|
import { BehaviorSubject, Observable } from 'rxjs';
|
|
3
3
|
import { CollectionProvider } from './providers/collection.provider';
|
|
4
4
|
import { FormControl } from '@angular/forms';
|
|
@@ -11,11 +11,11 @@ export declare const enum CollectionState {
|
|
|
11
11
|
export declare class Collection<T> {
|
|
12
12
|
private readonly _provider;
|
|
13
13
|
private readonly _initialValues;
|
|
14
|
-
readonly queryControl: FormControl
|
|
15
|
-
readonly queryFieldsControl: FormControl
|
|
16
|
-
readonly pageNumberControl: FormControl
|
|
17
|
-
readonly pageSizeControl: FormControl
|
|
18
|
-
readonly sortControl: FormControl
|
|
14
|
+
readonly queryControl: FormControl<string | null>;
|
|
15
|
+
readonly queryFieldsControl: FormControl<string[]>;
|
|
16
|
+
readonly pageNumberControl: FormControl<number>;
|
|
17
|
+
readonly pageSizeControl: FormControl<number>;
|
|
18
|
+
readonly sortControl: FormControl<CollectionRequestSort | CollectionRequestSort[]>;
|
|
19
19
|
readonly data$: Observable<{
|
|
20
20
|
response?: CollectionData<T>;
|
|
21
21
|
request?: CollectionRequest;
|
|
@@ -39,5 +39,4 @@ export declare class Collection<T> {
|
|
|
39
39
|
private cacheCollectionData;
|
|
40
40
|
private get request();
|
|
41
41
|
private getQueryObservable;
|
|
42
|
-
private controlToObservable;
|
|
43
42
|
}
|
|
@@ -30,5 +30,5 @@ export declare class BbCollectionsPager implements OnInit, OnDestroy {
|
|
|
30
30
|
private calculatePages;
|
|
31
31
|
private filterActivePages;
|
|
32
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<BbCollectionsPager, never>;
|
|
33
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BbCollectionsPager, "bb-collections-pager", never, { "label": "label"; "collection": "collection"; }, {}, never, never>;
|
|
33
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BbCollectionsPager, "bb-collections-pager", never, { "label": "label"; "collection": "collection"; }, {}, never, never, false>;
|
|
34
34
|
}
|
|
@@ -8,5 +8,5 @@ export declare class BbCollectionsViewer<T = unknown> {
|
|
|
8
8
|
initialTemplate?: TemplateRef<any>;
|
|
9
9
|
collection: Collection<T> | null;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<BbCollectionsViewer<any>, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BbCollectionsViewer<any>, "[bb-collections-viewer]", never, { "collection": "collection"; }, {}, ["dataTemplate", "emptyTemplate", "errorTemplate", "initialTemplate"], never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BbCollectionsViewer<any>, "[bb-collections-viewer]", never, { "collection": "collection"; }, {}, ["dataTemplate", "emptyTemplate", "errorTemplate", "initialTemplate"], never, false>;
|
|
12
12
|
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class BbCollectionsData<T> {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<BbCollectionsData<any>, never>;
|
|
4
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BbCollectionsData<any>, "[bbCollectionsData]", never, {}, {}, never>;
|
|
4
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BbCollectionsData<any>, "[bbCollectionsData]", never, {}, {}, never, never, false>;
|
|
5
5
|
}
|
|
6
6
|
export declare class BbCollectionsEmpty {
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<BbCollectionsEmpty, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BbCollectionsEmpty, "[bbCollectionsEmpty]", never, {}, {}, never>;
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BbCollectionsEmpty, "[bbCollectionsEmpty]", never, {}, {}, never, never, false>;
|
|
9
9
|
}
|
|
10
10
|
export declare class BbCollectionsError {
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<BbCollectionsError, never>;
|
|
12
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BbCollectionsError, "[bbCollectionsError]", never, {}, {}, never>;
|
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BbCollectionsError, "[bbCollectionsError]", never, {}, {}, never, never, false>;
|
|
13
13
|
}
|
|
14
14
|
export declare class BbCollectionsInitial {
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<BbCollectionsInitial, never>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BbCollectionsInitial, "[bbCollectionsInitial]", never, {}, {}, never>;
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BbCollectionsInitial, "[bbCollectionsInitial]", never, {}, {}, never, never, false>;
|
|
17
17
|
}
|
|
@@ -1,19 +1,18 @@
|
|
|
1
|
-
import { CollectionApiResponse, CollectionData, CollectionRequest } from '../interfaces/collection.interface';
|
|
1
|
+
import { CollectionApiResponse, CollectionData, CollectionApiParams, CollectionRequest } from '../interfaces/collection.interface';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
3
|
import { CollectionProvider } from './collection.provider';
|
|
4
4
|
import { HttpClient } from '@angular/common/http';
|
|
5
5
|
export declare class ApiCollectionProvider<T> extends CollectionProvider<T> {
|
|
6
6
|
protected readonly endpoint: string | Observable<string>;
|
|
7
7
|
protected readonly httpClient: HttpClient;
|
|
8
|
-
protected extraParams:
|
|
9
|
-
|
|
10
|
-
};
|
|
8
|
+
protected extraParams: Record<string, Observable<CollectionApiParams>>;
|
|
9
|
+
protected extraObjectParams: Observable<Record<string, CollectionApiParams>>[];
|
|
11
10
|
constructor(endpoint: string | Observable<string>, httpClient: HttpClient);
|
|
12
|
-
append(name: string, value:
|
|
11
|
+
append(name: string, value: CollectionApiParams | Observable<CollectionApiParams>): this;
|
|
12
|
+
appendObject(value: Record<string, CollectionApiParams> | Observable<Record<string, CollectionApiParams>>): void;
|
|
13
13
|
transform(request: CollectionRequest): Observable<CollectionData<T>>;
|
|
14
|
-
protected getExtraParams(params: {
|
|
15
|
-
|
|
16
|
-
}): Observable<{}>;
|
|
14
|
+
protected getExtraParams(params: Record<string, Observable<CollectionApiParams>>): Observable<{}>;
|
|
15
|
+
protected getExtraObjectParams(params$: Observable<Record<string, CollectionApiParams>>[]): Observable<{}>;
|
|
17
16
|
protected formatToCollectionData(response: CollectionApiResponse<T> | T[]): CollectionData<T>;
|
|
18
17
|
protected getBackendFormat(request: CollectionRequest): {};
|
|
19
18
|
}
|
|
File without changes
|
|
@@ -10,19 +10,19 @@ export declare class BbiCheckbox implements ControlValueAccessor, AfterViewInit
|
|
|
10
10
|
checkedChange: EventEmitter<boolean>;
|
|
11
11
|
indeterminateChange: EventEmitter<boolean>;
|
|
12
12
|
get checked(): boolean;
|
|
13
|
-
set checked(value:
|
|
13
|
+
set checked(value: BooleanInput);
|
|
14
14
|
private _checked;
|
|
15
|
-
get disabled():
|
|
16
|
-
set disabled(value:
|
|
15
|
+
get disabled(): boolean;
|
|
16
|
+
set disabled(value: BooleanInput);
|
|
17
17
|
private _disabled;
|
|
18
|
-
get grouped():
|
|
19
|
-
set grouped(value:
|
|
18
|
+
get grouped(): boolean;
|
|
19
|
+
set grouped(value: BooleanInput);
|
|
20
20
|
private _grouped;
|
|
21
|
-
get indeterminate():
|
|
22
|
-
set indeterminate(value:
|
|
21
|
+
get indeterminate(): boolean;
|
|
22
|
+
set indeterminate(value: BooleanInput);
|
|
23
23
|
private _indeterminate;
|
|
24
|
-
get required():
|
|
25
|
-
set required(value:
|
|
24
|
+
get required(): boolean;
|
|
25
|
+
set required(value: BooleanInput);
|
|
26
26
|
private _required;
|
|
27
27
|
onChange: (newValue: boolean) => void;
|
|
28
28
|
onTouched: () => void;
|
|
@@ -43,5 +43,5 @@ export declare class BbiCheckbox implements ControlValueAccessor, AfterViewInit
|
|
|
43
43
|
static ngAcceptInputType_grouped: BooleanInput;
|
|
44
44
|
static ngAcceptInputType_indeterminate: BooleanInput;
|
|
45
45
|
static ɵfac: i0.ɵɵFactoryDeclaration<BbiCheckbox, never>;
|
|
46
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BbiCheckbox, "bbi-checkbox", never, { "checked": "checked"; "disabled": "disabled"; "grouped": "grouped"; "indeterminate": "indeterminate"; "required": "required"; }, { "checkedChange": "checkedChange"; "indeterminateChange": "indeterminateChange"; }, never, ["*"]>;
|
|
46
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BbiCheckbox, "bbi-checkbox", never, { "checked": "checked"; "disabled": "disabled"; "grouped": "grouped"; "indeterminate": "indeterminate"; "required": "required"; }, { "checkedChange": "checkedChange"; "indeterminateChange": "indeterminateChange"; }, never, ["*"], false>;
|
|
47
47
|
}
|
|
@@ -4,15 +4,19 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class BbiCheckboxGroup {
|
|
5
5
|
private _changeDetectorRef;
|
|
6
6
|
label: string | null;
|
|
7
|
-
get grouped():
|
|
8
|
-
set grouped(value:
|
|
7
|
+
get grouped(): boolean;
|
|
8
|
+
set grouped(value: BooleanInput);
|
|
9
9
|
private _grouped;
|
|
10
|
-
get required():
|
|
11
|
-
set required(value:
|
|
10
|
+
get required(): boolean;
|
|
11
|
+
set required(value: BooleanInput);
|
|
12
12
|
private _required;
|
|
13
|
+
get inline(): boolean;
|
|
14
|
+
set inline(value: BooleanInput);
|
|
15
|
+
private _inline;
|
|
13
16
|
constructor(_changeDetectorRef: ChangeDetectorRef);
|
|
14
17
|
static ngAcceptInputType_grouped: BooleanInput;
|
|
15
18
|
static ngAcceptInputType_required: BooleanInput;
|
|
19
|
+
static ngAcceptInputType_inline: BooleanInput;
|
|
16
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<BbiCheckboxGroup, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BbiCheckboxGroup, "bbi-checkbox-group", never, { "label": "label"; "grouped": "grouped"; "required": "required"; }, {}, never, ["bbi-checkbox"]>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BbiCheckboxGroup, "bbi-checkbox-group", never, { "label": "label"; "grouped": "grouped"; "required": "required"; "inline": "inline"; }, {}, never, ["bbi-checkbox"], false>;
|
|
18
22
|
}
|
|
File without changes
|
|
@@ -15,5 +15,5 @@ export declare class BbDashboard implements OnInit, OnDestroy {
|
|
|
15
15
|
ngOnDestroy(): void;
|
|
16
16
|
private setHtmlClass;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<BbDashboard, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BbDashboard, "bb-dashboard", never, { "backgroundColor": "backgroundColor"; "maxWidth": "maxWidth"; "padding": "padding"; }, {}, ["sidebar"], ["bb-dashboard-sidebar", "bb-dashboard-header", "bb-dashboard-menu", "*", "bb-dashboard-footer"]>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BbDashboard, "bb-dashboard", never, { "backgroundColor": "backgroundColor"; "maxWidth": "maxWidth"; "padding": "padding"; }, {}, ["sidebar"], ["bb-dashboard-sidebar", "bb-dashboard-header", "bb-dashboard-menu", "*", "bb-dashboard-footer"], false>;
|
|
19
19
|
}
|
|
@@ -7,5 +7,5 @@ export declare class BbDashboardHeader {
|
|
|
7
7
|
get isSidebarVisible(): import("rxjs").Observable<boolean>;
|
|
8
8
|
onToggleSidebarClicked(): void;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<BbDashboardHeader, [{ optional: true; }]>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BbDashboardHeader, "bb-dashboard-header", never, {}, {}, never, ["*"]>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BbDashboardHeader, "bb-dashboard-header", never, {}, {}, never, ["*"], false>;
|
|
11
11
|
}
|
|
@@ -5,5 +5,5 @@ export declare class BbDashboardMenu {
|
|
|
5
5
|
backUrlLink: string | null;
|
|
6
6
|
backUrlTitle: string | null;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<BbDashboardMenu, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BbDashboardMenu, "bb-dashboard-menu", never, { "title": "title"; "imageUrl": "imageUrl"; "backUrlLink": "backUrlLink"; "backUrlTitle": "backUrlTitle"; }, {}, never, ["[bb-dashboard-menu-item]"]>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BbDashboardMenu, "bb-dashboard-menu", never, { "title": "title"; "imageUrl": "imageUrl"; "backUrlLink": "backUrlLink"; "backUrlTitle": "backUrlTitle"; }, {}, never, ["[bb-dashboard-menu-item]"], false>;
|
|
9
9
|
}
|
|
@@ -6,6 +6,6 @@ declare const BbDashboardMenuItemMixinBase: CanDisableConstructor & typeof BbDas
|
|
|
6
6
|
export declare class BbDashboardMenuItem extends BbDashboardMenuItemMixinBase implements CanDisable {
|
|
7
7
|
stopDisabledEvents(event: Event): void;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<BbDashboardMenuItem, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BbDashboardMenuItem, "[bb-dashboard-menu-item]", never, { "disabled": "disabled"; }, {}, never, ["[bbPrefix]", "*", "[bbSuffix]"]>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BbDashboardMenuItem, "[bb-dashboard-menu-item]", never, { "disabled": "disabled"; }, {}, never, ["[bbPrefix]", "*", "[bbSuffix]"], false>;
|
|
10
10
|
}
|
|
11
11
|
export {};
|
|
@@ -17,5 +17,5 @@ export declare class BbDashboardSidebar implements OnInit {
|
|
|
17
17
|
open(): void;
|
|
18
18
|
close(): void;
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<BbDashboardSidebar, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BbDashboardSidebar, "bb-dashboard-sidebar", never, {}, {}, never, ["header", "bb-dashboard-sidebar-group", "footer"]>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BbDashboardSidebar, "bb-dashboard-sidebar", never, {}, {}, never, ["header", "bb-dashboard-sidebar-group", "footer"], false>;
|
|
21
21
|
}
|
|
@@ -22,6 +22,6 @@ export declare class BbDashboardSidebarGroup extends BbDashboardSidebarGroupMixi
|
|
|
22
22
|
onClick(): void;
|
|
23
23
|
onGroupClicked(event: MouseEvent): void;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<BbDashboardSidebarGroup, [{ optional: true; host: true; }]>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BbDashboardSidebarGroup, "bb-dashboard-sidebar-group", never, { "disabled": "disabled"; "id": "id"; "icon": "icon"; "title": "title"; }, {}, never, ["[bb-dashboard-sidebar-item]"]>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BbDashboardSidebarGroup, "bb-dashboard-sidebar-group", never, { "disabled": "disabled"; "id": "id"; "icon": "icon"; "title": "title"; }, {}, never, ["[bb-dashboard-sidebar-item]"], false>;
|
|
26
26
|
}
|
|
27
27
|
export {};
|
|
@@ -12,5 +12,5 @@ export declare class BbDashboardSidebarItem {
|
|
|
12
12
|
private get isVisible();
|
|
13
13
|
private get isDisabled();
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<BbDashboardSidebarItem, [{ optional: true; host: true; }, { optional: true; host: true; }]>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BbDashboardSidebarItem, "[bb-dashboard-sidebar-item]", never, { "tabIndex": "tabIndex"; }, {}, never, ["*"]>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BbDashboardSidebarItem, "[bb-dashboard-sidebar-item]", never, { "tabIndex": "tabIndex"; }, {}, never, ["*"], false>;
|
|
16
16
|
}
|
|
File without changes
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class BbDialogActions {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<BbDialogActions, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BbDialogActions, "[bb-dialog-actions]", never, {}, {}, never, ["*"]>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BbDialogActions, "[bb-dialog-actions]", never, {}, {}, never, ["*"], false>;
|
|
5
5
|
}
|
|
@@ -12,5 +12,5 @@ export declare class BbDialogConfirm implements AfterViewInit {
|
|
|
12
12
|
ngAfterViewInit(): void;
|
|
13
13
|
onClose(result: boolean): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<BbDialogConfirm, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BbDialogConfirm, "bb-dialog-confirm", never, {}, {}, never, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BbDialogConfirm, "bb-dialog-confirm", never, {}, {}, never, never, false>;
|
|
16
16
|
}
|
|
@@ -20,5 +20,5 @@ export declare class BbDialogContainer implements AfterViewInit {
|
|
|
20
20
|
private listenForClicks;
|
|
21
21
|
private loadChildComponent;
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<BbDialogContainer, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BbDialogContainer, "bb-dialog-container", never, {}, {}, never, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BbDialogContainer, "bb-dialog-container", never, {}, {}, never, never, false>;
|
|
24
24
|
}
|
|
@@ -5,5 +5,5 @@ export declare class BbDialogHeader {
|
|
|
5
5
|
iconColor: string;
|
|
6
6
|
closeRequested: EventEmitter<void>;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<BbDialogHeader, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BbDialogHeader, "[bb-dialog-header]", never, { "iconName": "iconName"; "iconColor": "iconColor"; }, { "closeRequested": "closeRequested"; }, never, ["*", "[bb-dialog-link]"]>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BbDialogHeader, "[bb-dialog-header]", never, { "iconName": "iconName"; "iconColor": "iconColor"; }, { "closeRequested": "closeRequested"; }, never, ["*", "[bb-dialog-link]"], false>;
|
|
9
9
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class BbDialogLink {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<BbDialogLink, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BbDialogLink, "[bb-dialog-link]", never, {}, {}, never, ["*"]>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BbDialogLink, "[bb-dialog-link]", never, {}, {}, never, ["*"], false>;
|
|
5
5
|
}
|
|
@@ -8,5 +8,5 @@ export declare class BbDialogModal implements OnInit {
|
|
|
8
8
|
constructor(_patch: Patch);
|
|
9
9
|
ngOnInit(): void;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<BbDialogModal, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BbDialogModal, "[bb-dialog-modal]", never, { "maxWidth": "maxWidth"; }, {}, never, ["[bb-dialog-header]", "*", "[bb-dialog-actions]"]>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BbDialogModal, "[bb-dialog-modal]", never, { "maxWidth": "maxWidth"; }, {}, never, ["[bb-dialog-header]", "*", "[bb-dialog-actions]"], false>;
|
|
12
12
|
}
|
|
@@ -18,5 +18,5 @@ export declare class BbDialogOverlay implements AfterViewInit, OnDestroy {
|
|
|
18
18
|
close(): Promise<void>;
|
|
19
19
|
private listenForClicks;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<BbDialogOverlay, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BbDialogOverlay, "bb-dialog-overlay", never, { "animations": "animations"; }, { "closeRequested": "closeRequested"; }, never, ["[bb-dialog-modal]"]>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BbDialogOverlay, "bb-dialog-overlay", never, { "animations": "animations"; }, { "closeRequested": "closeRequested"; }, never, ["[bb-dialog-modal]"], false>;
|
|
22
22
|
}
|
|
@@ -4,5 +4,5 @@ export declare class BbDialogInsertion {
|
|
|
4
4
|
viewContainerRef: ViewContainerRef;
|
|
5
5
|
constructor(viewContainerRef: ViewContainerRef);
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<BbDialogInsertion, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BbDialogInsertion, "[bbDialogInsertion]", never, {}, {}, never>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BbDialogInsertion, "[bbDialogInsertion]", never, {}, {}, never, never, false>;
|
|
8
8
|
}
|
|
File without changes
|
|
@@ -21,5 +21,5 @@ export declare class BbAvatar {
|
|
|
21
21
|
private getInitials;
|
|
22
22
|
private parseColorFormat;
|
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<BbAvatar, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BbAvatar, "bb-avatar", never, { "size": "size"; "src": "src"; "title": "title"; "tintColor": "tintColor"; }, {}, never, never>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BbAvatar, "bb-avatar", never, { "size": "size"; "src": "src"; "title": "title"; "tintColor": "tintColor"; }, {}, never, never, false>;
|
|
25
25
|
}
|
|
@@ -11,13 +11,13 @@ export declare class BbButton extends BbButtonMixinBase implements CanDisable, C
|
|
|
11
11
|
constructor(_elementRef: ElementRef<HTMLButtonElement>);
|
|
12
12
|
focus(): void;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<BbButton, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BbButton, "button[bb-button]", ["bbButton"], { "disabled": "disabled"; "loading": "loading"; }, {}, never, ["*"]>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BbButton, "button[bb-button]", ["bbButton"], { "disabled": "disabled"; "loading": "loading"; }, {}, never, ["*"], false>;
|
|
15
15
|
}
|
|
16
16
|
export declare class BbAnchor extends BbButton {
|
|
17
17
|
tabIndex: number;
|
|
18
18
|
constructor(_elementRef: ElementRef);
|
|
19
19
|
stopDisabledEvents(event: Event): void;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<BbAnchor, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BbAnchor, "a[bb-button]", ["bbButton", "bbAnchor"], { "disabled": "disabled"; "loading": "loading"; "tabIndex": "tabIndex"; }, {}, never, ["*"]>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BbAnchor, "a[bb-button]", ["bbButton", "bbAnchor"], { "disabled": "disabled"; "loading": "loading"; "tabIndex": "tabIndex"; }, {}, never, ["*"], false>;
|
|
22
22
|
}
|
|
23
23
|
export {};
|
|
@@ -22,6 +22,6 @@ export declare class BbCheckbox extends BbCheckboxMixinBase implements ControlVa
|
|
|
22
22
|
onInteractionEvent(event: Event): void;
|
|
23
23
|
onInputClick(event: Event): void;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<BbCheckbox, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BbCheckbox, "bb-checkbox", never, { "grouped": "grouped"; "disabled": "disabled"; "tabIndex": "tabIndex"; "checked": "checked"; }, {}, never, ["*"]>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BbCheckbox, "bb-checkbox", never, { "grouped": "grouped"; "disabled": "disabled"; "tabIndex": "tabIndex"; "checked": "checked"; }, {}, never, ["*"], false>;
|
|
26
26
|
}
|
|
27
27
|
export {};
|
|
@@ -46,7 +46,7 @@ export declare class BbDatePicker extends BbFilePickerMixinBase implements Contr
|
|
|
46
46
|
token: string;
|
|
47
47
|
data?: any;
|
|
48
48
|
} | null): void;
|
|
49
|
-
validate({ value }: FormControl): {
|
|
49
|
+
validate({ value }: FormControl<string>): {
|
|
50
50
|
invalidDate: boolean;
|
|
51
51
|
};
|
|
52
52
|
private handleChanges;
|
|
@@ -64,6 +64,6 @@ export declare class BbDatePicker extends BbFilePickerMixinBase implements Contr
|
|
|
64
64
|
private isValidDateString;
|
|
65
65
|
private padString;
|
|
66
66
|
static ɵfac: i0.ɵɵFactoryDeclaration<BbDatePicker, never>;
|
|
67
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BbDatePicker, "bb-date-picker", never, { "required": "required"; "readonly": "readonly"; "disabled": "disabled"; "grouped": "grouped"; "hideErrors": "hideErrors"; "label": "label"; "hint": "hint"; "dayPlaceholder": "dayPlaceholder"; "monthPlaceholder": "monthPlaceholder"; "yearPlaceholder": "yearPlaceholder"; "years": "years"; "value": "value"; }, { "valueChange": "valueChange"; }, never, never>;
|
|
67
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BbDatePicker, "bb-date-picker", never, { "required": "required"; "readonly": "readonly"; "disabled": "disabled"; "grouped": "grouped"; "hideErrors": "hideErrors"; "label": "label"; "hint": "hint"; "dayPlaceholder": "dayPlaceholder"; "monthPlaceholder": "monthPlaceholder"; "yearPlaceholder": "yearPlaceholder"; "years": "years"; "value": "value"; }, { "valueChange": "valueChange"; }, never, never, false>;
|
|
68
68
|
}
|
|
69
69
|
export {};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class BbSuffix {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<BbSuffix, never>;
|
|
4
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BbSuffix, "[bbSuffix]", never, {}, {}, never>;
|
|
4
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BbSuffix, "[bbSuffix]", never, {}, {}, never, never, false>;
|
|
5
5
|
}
|
|
6
6
|
export declare class BbPrefix {
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<BbPrefix, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BbPrefix, "[bbPrefix]", never, {}, {}, never>;
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BbPrefix, "[bbPrefix]", never, {}, {}, never, never, false>;
|
|
9
9
|
}
|
|
@@ -14,5 +14,5 @@ export declare class BbAutosize implements AfterViewInit {
|
|
|
14
14
|
private updateStyles;
|
|
15
15
|
private setHeight;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<BbAutosize, never>;
|
|
17
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BbAutosize, "textarea[bbAutosize]", never, { "minHeight": "minHeight"; "maxHeight": "maxHeight"; "rows": "rows"; }, {}, never>;
|
|
17
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BbAutosize, "textarea[bbAutosize]", never, { "minHeight": "minHeight"; "maxHeight": "maxHeight"; "rows": "rows"; }, {}, never, never, false>;
|
|
18
18
|
}
|
|
@@ -13,5 +13,5 @@ export declare class BbFocusTrap {
|
|
|
13
13
|
private focus;
|
|
14
14
|
private isTabEvent;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<BbFocusTrap, never>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BbFocusTrap, "[bbFocusTrap]", never, {}, {}, never>;
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BbFocusTrap, "[bbFocusTrap]", never, {}, {}, never, never, false>;
|
|
17
17
|
}
|
|
@@ -10,5 +10,5 @@ export declare class BbFocus implements AfterViewInit {
|
|
|
10
10
|
ngAfterViewInit(): void;
|
|
11
11
|
private focus;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<BbFocus, never>;
|
|
13
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BbFocus, "[bbFocus]", never, {}, {}, never>;
|
|
13
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BbFocus, "[bbFocus]", never, {}, {}, never, never, false>;
|
|
14
14
|
}
|
|
@@ -13,5 +13,5 @@ export declare class BbFormSubmit implements OnInit {
|
|
|
13
13
|
private get nativeElement();
|
|
14
14
|
private reactiveSubmitChanges;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<BbFormSubmit, [null, { optional: true; self: true; }]>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BbFormSubmit, "form", ["bbForm"], {}, {}, never>;
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BbFormSubmit, "form", ["bbForm"], {}, {}, never, never, false>;
|
|
17
17
|
}
|
|
@@ -22,7 +22,7 @@ export declare class BbSelect implements OnInit, DoCheck, OnDestroy {
|
|
|
22
22
|
set required(newValue: boolean);
|
|
23
23
|
private _required;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<BbSelect, [null, { optional: true; self: true; }, { optional: true; host: true; }]>;
|
|
25
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BbSelect, "select[bbInput]", never, { "disabled": "disabled"; "required": "required"; }, {}, never>;
|
|
25
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BbSelect, "select[bbInput]", never, { "disabled": "disabled"; "required": "required"; }, {}, never, never, false>;
|
|
26
26
|
}
|
|
27
27
|
export declare class BbInput extends BbSelect {
|
|
28
28
|
protected _elementRef: ElementRef;
|
|
@@ -34,5 +34,5 @@ export declare class BbInput extends BbSelect {
|
|
|
34
34
|
set readonly(newValue: boolean);
|
|
35
35
|
private _readonly;
|
|
36
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<BbInput, [null, { optional: true; self: true; }, { optional: true; host: true; }]>;
|
|
37
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BbInput, "input[bbInput], textarea[bbInput]", never, { "readonly": "readonly"; }, {}, never>;
|
|
37
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BbInput, "input[bbInput], textarea[bbInput]", never, { "readonly": "readonly"; }, {}, never, never, false>;
|
|
38
38
|
}
|
|
@@ -6,5 +6,5 @@ export declare class BbTemplate {
|
|
|
6
6
|
set bbTemplate(content: string | TemplateRef<any>);
|
|
7
7
|
constructor(_templateRef: TemplateRef<any>, _viewContainerRef: ViewContainerRef);
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<BbTemplate, never>;
|
|
9
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BbTemplate, "[bbTemplate]", never, { "bbTemplate": "bbTemplate"; }, {}, never>;
|
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BbTemplate, "[bbTemplate]", never, { "bbTemplate": "bbTemplate"; }, {}, never, never, false>;
|
|
10
10
|
}
|
|
@@ -9,7 +9,7 @@ export declare class BbDropdown {
|
|
|
9
9
|
close(): void;
|
|
10
10
|
onDocumentClick(target: HTMLElement): void;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<BbDropdown, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BbDropdown, "bb-dropdown", never, {}, {}, never, ["*", "[bbDropdownItem], hr"]>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BbDropdown, "bb-dropdown", never, {}, {}, never, ["*", "[bbDropdownItem], hr"], false>;
|
|
13
13
|
}
|
|
14
14
|
export declare class BbDropdownItem {
|
|
15
15
|
private _parent?;
|
|
@@ -17,5 +17,5 @@ export declare class BbDropdownItem {
|
|
|
17
17
|
constructor(_parent?: BbDropdown);
|
|
18
18
|
onClick(): void;
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<BbDropdownItem, [{ optional: true; host: true; }]>;
|
|
20
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BbDropdownItem, "[bbDropdownItem]", never, { "closeOnClick": "closeOnClick"; }, {}, never>;
|
|
20
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BbDropdownItem, "[bbDropdownItem]", never, { "closeOnClick": "closeOnClick"; }, {}, never, never, false>;
|
|
21
21
|
}
|
|
@@ -37,13 +37,13 @@ export declare class BbFilePicker extends BbFilePickerMixinBase implements Contr
|
|
|
37
37
|
token: string;
|
|
38
38
|
data?: any;
|
|
39
39
|
} | null): void;
|
|
40
|
-
validate({ value }: FormControl): {
|
|
40
|
+
validate({ value }: FormControl<File>): {
|
|
41
41
|
invalidFileType: boolean;
|
|
42
42
|
};
|
|
43
43
|
private saveFile;
|
|
44
44
|
private getFileListFromEvent;
|
|
45
45
|
private preventDefault;
|
|
46
46
|
static ɵfac: i0.ɵɵFactoryDeclaration<BbFilePicker, never>;
|
|
47
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BbFilePicker, "bb-file-picker", never, { "disabled": "disabled"; "hideErrors": "hideErrors"; "grouped": "grouped"; "required": "required"; "label": "label"; "hint": "hint"; "accept": "accept"; "showImages": "showImages"; "allowDragging": "allowDragging"; "value": "value"; }, { "valueChange": "valueChange"; }, ["extraTemplate"], never>;
|
|
47
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BbFilePicker, "bb-file-picker", never, { "disabled": "disabled"; "hideErrors": "hideErrors"; "grouped": "grouped"; "required": "required"; "label": "label"; "hint": "hint"; "accept": "accept"; "showImages": "showImages"; "allowDragging": "allowDragging"; "value": "value"; }, { "valueChange": "valueChange"; }, ["extraTemplate"], never, false>;
|
|
48
48
|
}
|
|
49
49
|
export {};
|
|
@@ -16,6 +16,6 @@ export declare class BbFormControl extends BbFormControlMixinBase implements IsR
|
|
|
16
16
|
data?: any;
|
|
17
17
|
} | null): void;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<BbFormControl, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BbFormControl, "bb-form-control", never, { "grouped": "grouped"; "hideErrors": "hideErrors"; "label": "label"; "hint": "hint"; }, {}, ["ngControl"], ["[bbPrefix]", "[bbInput]", "[bbSuffix]"]>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BbFormControl, "bb-form-control", never, { "grouped": "grouped"; "hideErrors": "hideErrors"; "label": "label"; "hint": "hint"; }, {}, ["ngControl"], ["[bbPrefix]", "[bbInput]", "[bbSuffix]"], false>;
|
|
20
20
|
}
|
|
21
21
|
export {};
|
|
@@ -25,5 +25,5 @@ export declare class BbFormError implements OnInit {
|
|
|
25
25
|
private submitStatusChanges;
|
|
26
26
|
private statusChanges;
|
|
27
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<BbFormError, [{ optional: true; }, { optional: true; }, { optional: true; }]>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BbFormError, "bb-form-error", never, { "control": "control"; }, { "errorChange": "errorChange"; }, never, never>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BbFormError, "bb-form-error", never, { "control": "control"; }, { "errorChange": "errorChange"; }, never, never, false>;
|
|
29
29
|
}
|
|
@@ -5,6 +5,6 @@ declare class BbFormGroupBase {
|
|
|
5
5
|
declare const BbFormGroupMixinBase: IsGroupedConstructor & typeof BbFormGroupBase;
|
|
6
6
|
export declare class BbFormGroup extends BbFormGroupMixinBase implements IsGrouped {
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<BbFormGroup, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BbFormGroup, "bb-form-group", never, { "grouped": "grouped"; }, {}, never, ["*"]>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BbFormGroup, "bb-form-group", never, { "grouped": "grouped"; }, {}, never, ["*"], false>;
|
|
9
9
|
}
|
|
10
10
|
export {};
|
|
@@ -18,5 +18,5 @@ export declare class BbIcon {
|
|
|
18
18
|
private findFontIcon;
|
|
19
19
|
private warn;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<BbIcon, [{ optional: true; }]>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BbIcon, "bb-icon", never, { "alt": "alt"; "size": "size"; "src": "src"; "ariaHidden": "ariaHidden"; }, {}, never, never>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BbIcon, "bb-icon", never, { "alt": "alt"; "size": "size"; "src": "src"; "ariaHidden": "ariaHidden"; }, {}, never, never, false>;
|
|
22
22
|
}
|
|
@@ -33,6 +33,6 @@ export declare class BbImagePicker extends BbImagePickerMixinBase implements Con
|
|
|
33
33
|
registerOnTouched(method: () => void): void;
|
|
34
34
|
setDisabledState(isDisabled: boolean): void;
|
|
35
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<BbImagePicker, never>;
|
|
36
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BbImagePicker, "bb-image-picker", never, { "grouped": "grouped"; "disabled": "disabled"; "label": "label"; "placeholder": "placeholder"; "styleDimensions": "styleDimensions"; "cropDimensions": "cropDimensions"; "value": "value"; }, { "valueChange": "valueChange"; }, never, never>;
|
|
36
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BbImagePicker, "bb-image-picker", never, { "grouped": "grouped"; "disabled": "disabled"; "label": "label"; "placeholder": "placeholder"; "styleDimensions": "styleDimensions"; "cropDimensions": "cropDimensions"; "value": "value"; }, { "valueChange": "valueChange"; }, never, never, false>;
|
|
37
37
|
}
|
|
38
38
|
export {};
|
|
@@ -9,5 +9,5 @@ export declare class BbFileImage implements PipeTransform {
|
|
|
9
9
|
constructor(_platform: Platform, _image: ImageConverter, _sanitizer: DomSanitizer);
|
|
10
10
|
transform(file: File): Promise<any>;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<BbFileImage, never>;
|
|
12
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<BbFileImage, "bbFileImage">;
|
|
12
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<BbFileImage, "bbFileImage", false>;
|
|
13
13
|
}
|
|
@@ -4,5 +4,5 @@ export declare class BbFileSize implements PipeTransform {
|
|
|
4
4
|
transform(value: number): string;
|
|
5
5
|
private format;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<BbFileSize, never>;
|
|
7
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<BbFileSize, "bbFileSize">;
|
|
7
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<BbFileSize, "bbFileSize", false>;
|
|
8
8
|
}
|
|
@@ -15,5 +15,5 @@ export declare class BbRelativeTime implements PipeTransform {
|
|
|
15
15
|
private isYesterday;
|
|
16
16
|
private isTomorrow;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<BbRelativeTime, [{ optional: true; }, null]>;
|
|
18
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<BbRelativeTime, "bbRelativeTime">;
|
|
18
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<BbRelativeTime, "bbRelativeTime", false>;
|
|
19
19
|
}
|
|
@@ -7,6 +7,6 @@ export declare class BbSpinner extends BbSpinnerMixinBase implements CanDisable
|
|
|
7
7
|
color: string;
|
|
8
8
|
alt: string;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<BbSpinner, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BbSpinner, "bb-spinner", never, { "color": "color"; "alt": "alt"; "disabled": "disabled"; }, {}, never, ["img", "*"]>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BbSpinner, "bb-spinner", never, { "color": "color"; "alt": "alt"; "disabled": "disabled"; }, {}, never, ["img", "*"], false>;
|
|
11
11
|
}
|
|
12
12
|
export {};
|
|
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class BbTag {
|
|
4
4
|
onClose: EventEmitter<void>;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<BbTag, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BbTag, "bb-tag", never, {}, { "onClose": "onClose"; }, never, ["*"]>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BbTag, "bb-tag", never, {}, { "onClose": "onClose"; }, never, ["*"], false>;
|
|
7
7
|
}
|