@brickclay-org/ui 0.0.67 → 0.0.68
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/fesm2022/brickclay-org-ui.mjs +134 -9
- package/fesm2022/brickclay-org-ui.mjs.map +1 -1
- package/index.d.ts +36 -2
- package/package.json +1 -1
- package/src/assets/icons/arrow-left-double-black.svg +3 -0
- package/src/assets/icons/arrow-left-double-gray.svg +3 -0
- package/src/assets/icons/arrow-right-double-black.svg +3 -0
- package/src/assets/icons/arrow-right-double-gray.svg +3 -0
- package/src/assets/icons/pagination-left-black.svg +10 -0
- package/src/assets/icons/pagination-right-black.svg +3 -0
- package/src/lib/pagination/pagination.css +0 -0
- package/src/styles.css +1 -0
package/index.d.ts
CHANGED
|
@@ -1991,5 +1991,39 @@ declare class BkFileCard implements OnInit {
|
|
|
1991
1991
|
static ɵcmp: i0.ɵɵComponentDeclaration<BkFileCard, "bk-file-card", never, { "id": { "alias": "id"; "required": false; }; "state": { "alias": "state"; "required": false; }; "fileName": { "alias": "fileName"; "required": false; }; "fileSize": { "alias": "fileSize"; "required": false; }; "progress": { "alias": "progress"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; }, { "remove": "remove"; }, never, never, true, never>;
|
|
1992
1992
|
}
|
|
1993
1993
|
|
|
1994
|
-
|
|
1995
|
-
|
|
1994
|
+
interface BkPageSize {
|
|
1995
|
+
key: number;
|
|
1996
|
+
value: number;
|
|
1997
|
+
}
|
|
1998
|
+
declare class BkPagination implements OnChanges {
|
|
1999
|
+
pageSize?: number;
|
|
2000
|
+
total?: number;
|
|
2001
|
+
changePageSize: EventEmitter<number>;
|
|
2002
|
+
pageChanged: EventEmitter<number>;
|
|
2003
|
+
pages: number[];
|
|
2004
|
+
activePage: number;
|
|
2005
|
+
activePageChange: EventEmitter<number>;
|
|
2006
|
+
pager: number;
|
|
2007
|
+
isMenuHovered: boolean;
|
|
2008
|
+
startingPage: number;
|
|
2009
|
+
endingPage: number;
|
|
2010
|
+
pageSizesList: BkPageSize[];
|
|
2011
|
+
constructor();
|
|
2012
|
+
ngOnChanges(): any;
|
|
2013
|
+
getTotalPagesValue(): number;
|
|
2014
|
+
private updateStartEndPages;
|
|
2015
|
+
private getPageCount;
|
|
2016
|
+
private getArrayOfPage;
|
|
2017
|
+
paginate(): number[];
|
|
2018
|
+
onClickPage(pageNumber: number): void;
|
|
2019
|
+
changeSize(event: any): void;
|
|
2020
|
+
get startIndex(): number;
|
|
2021
|
+
get endIndex(): number;
|
|
2022
|
+
get totalItems(): number;
|
|
2023
|
+
getTotalPages(): number;
|
|
2024
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BkPagination, never>;
|
|
2025
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BkPagination, "bk-pagination", never, { "pageSize": { "alias": "pageSize"; "required": false; }; "total": { "alias": "total"; "required": false; }; "activePage": { "alias": "activePage"; "required": false; }; }, { "changePageSize": "changePageSize"; "pageChanged": "pageChanged"; "activePageChange": "activePageChange"; }, never, never, true, never>;
|
|
2026
|
+
}
|
|
2027
|
+
|
|
2028
|
+
export { BKTooltipDirective, BK_DEFAULT_DIALOG_CONFIG, BK_DIALOG_DATA, BK_DIALOG_GLOBAL_CONFIG, BkAvatar, BkAvatarUploader, BkBadge, BkButton, BkButtonGroup, BkCheckbox, BkColumnFilterService, BkColumnSelect, BkCustomCalendar, BkDialogActions, BkDialogClose, BkDialogContent, BkDialogModule, BkDialogRef, BkDialogService, BkDialogTitle, BkFileCard, BkFilePicker, BkGrid, BkHierarchicalSelect, BkIconButton, BkInput, BkInputChips, BkPagination, BkPill, BkRadioButton, BkScheduledDatePicker, BkSelect, BkSpinner, BkTabs, BkTextarea, BkTimePicker, BkToastr, BkToastrService, BkToggle, BkValidator, BrickclayIcons, BrickclayLib, CalendarManagerService, CalendarModule, CalendarSelection, ColumnFilterOption, getDialogBackdropAnimation, getDialogPanelAnimation };
|
|
2029
|
+
export type { AvatarFallback, AvatarSize, AvatarVariant, BadgeColor, BadgeSize, BadgeVariant, BkAnimationKeyframes, BkAvatarFallback, BkAvatarSize, BkDialogAnimation, BkDialogConfig, BkDialogPosition, BkInputAutoCapitalize, BkInputAutoComplete, BkInputMode, BkInputType, BkPageSize, BkTextAreaAutoCapitalize, BkTextAreaAutoComplete, BkTextAreaInputMode, ButtonSize, ButtonVariant, CalendarRange, CountryOption, DotPosition, DotStatus, FileState, GroupItem, GroupMode, HierarchicalNode, IconButtonSize, IconButtonVariant, IconOrientation, PillColor, PillSize, PillVariant, ScheduledDateSelection, SortDirection, SpinnerSize, TabItem, TableAction, TableColumn, TimeConfiguration, ToastConfig, ToastMessage, ToastMethodOptions, ToastPosition, ToastSeverity };
|
package/package.json
CHANGED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12 11.3333L8.66667 7.99996L12 4.66663M7.33333 11.3333L4 7.99996L7.33333 4.66663" stroke="#BBBDC5" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M10 17.3333L13.3333 14L10 10.6666M14.6667 17.3333L18 14L14.6667 10.6666" stroke="#141414" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="6" height="10" viewBox="0 0 6 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_268_7)">
|
|
3
|
+
<path d="M5 9L1 5L5 1" stroke="#15191E" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="clip0_268_7">
|
|
7
|
+
<rect width="6" height="10" fill="white"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|
|
File without changes
|