@bizy/core 19.0.0
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/bizy-core.mjs +6836 -0
- package/fesm2022/bizy-core.mjs.map +1 -0
- package/index.d.ts +5 -0
- package/lib/components/accordion/accordion.component.d.ts +15 -0
- package/lib/components/accordion/index.d.ts +2 -0
- package/lib/components/bar-line-chart/bar-line-chart.component.d.ts +29 -0
- package/lib/components/bar-line-chart/bar-line-chart.types.d.ts +17 -0
- package/lib/components/bar-line-chart/index.d.ts +3 -0
- package/lib/components/breadcrumb/breadcrumb.component.d.ts +15 -0
- package/lib/components/breadcrumb/breadcrumb.types.d.ts +6 -0
- package/lib/components/breadcrumb/index.d.ts +3 -0
- package/lib/components/button/button.component.d.ts +13 -0
- package/lib/components/button/index.d.ts +2 -0
- package/lib/components/calendar/calendar.component.d.ts +47 -0
- package/lib/components/calendar/calendar.formatter.d.ts +7 -0
- package/lib/components/calendar/calendar.types.d.ts +32 -0
- package/lib/components/calendar/index.d.ts +3 -0
- package/lib/components/card/card.component.d.ts +12 -0
- package/lib/components/card/index.d.ts +2 -0
- package/lib/components/checkbox/checkbox.component.d.ts +13 -0
- package/lib/components/checkbox/index.d.ts +2 -0
- package/lib/components/date-picker/date-picker.component.d.ts +45 -0
- package/lib/components/date-picker/index.d.ts +2 -0
- package/lib/components/file-uploader/file-uploader.component.d.ts +46 -0
- package/lib/components/file-uploader/file-uploader.service.d.ts +51 -0
- package/lib/components/file-uploader/index.d.ts +4 -0
- package/lib/components/filter/filter-content/filter-content.component.d.ts +5 -0
- package/lib/components/filter/filter-section/filter-section.component.d.ts +24 -0
- package/lib/components/filter/filter-section-checkbox-option/filter-section-checkbox-option.component.d.ts +17 -0
- package/lib/components/filter/filter-section-range-option/filter-section-range-option.component.d.ts +34 -0
- package/lib/components/filter/filter-section-search-option/filter-section-search-option.component.d.ts +21 -0
- package/lib/components/filter/filter-sections/filter-sections.component.d.ts +5 -0
- package/lib/components/filter/filter.component.d.ts +27 -0
- package/lib/components/filter/index.d.ts +10 -0
- package/lib/components/filter/pipes/filter.pipe.d.ts +10 -0
- package/lib/components/filter/pipes/index.d.ts +2 -0
- package/lib/components/filter/pipes/range-filter.pipe.d.ts +10 -0
- package/lib/components/form/form.component.d.ts +19 -0
- package/lib/components/form/index.d.ts +2 -0
- package/lib/components/grid/grid-row/grid-row.component.d.ts +12 -0
- package/lib/components/grid/grid.component.d.ts +26 -0
- package/lib/components/grid/grid.directive.d.ts +13 -0
- package/lib/components/grid/index.d.ts +5 -0
- package/lib/components/index.d.ts +26 -0
- package/lib/components/input/index.d.ts +3 -0
- package/lib/components/input/input-option/input-option.component.d.ts +16 -0
- package/lib/components/input/input.component.d.ts +56 -0
- package/lib/components/list/index.d.ts +2 -0
- package/lib/components/list/list.component.d.ts +7 -0
- package/lib/components/menu/index.d.ts +4 -0
- package/lib/components/menu/menu-option/menu-option.component.d.ts +20 -0
- package/lib/components/menu/menu-title/menu-title.component.d.ts +6 -0
- package/lib/components/menu/menu.component.d.ts +26 -0
- package/lib/components/pie-chart/index.d.ts +3 -0
- package/lib/components/pie-chart/pie-chart.component.d.ts +28 -0
- package/lib/components/pie-chart/pie-chart.types.d.ts +5 -0
- package/lib/components/radio/index.d.ts +2 -0
- package/lib/components/radio/radio.component.d.ts +13 -0
- package/lib/components/select/index.d.ts +3 -0
- package/lib/components/select/select-option/select-option.component.d.ts +21 -0
- package/lib/components/select/select.component.d.ts +37 -0
- package/lib/components/sidebar/index.d.ts +5 -0
- package/lib/components/sidebar/sidebar-floating-option/sidebar-floating-option.component.d.ts +34 -0
- package/lib/components/sidebar/sidebar-floating-option-title/sidebar-floating-option-title.component.d.ts +7 -0
- package/lib/components/sidebar/sidebar-option/sidebar-option.component.d.ts +23 -0
- package/lib/components/sidebar/sidebar.component.d.ts +19 -0
- package/lib/components/skeleton/index.d.ts +3 -0
- package/lib/components/skeleton/skeleton.component.d.ts +12 -0
- package/lib/components/skeleton/skeleton.types.d.ts +4 -0
- package/lib/components/slider/index.d.ts +2 -0
- package/lib/components/slider/slider.component.d.ts +20 -0
- package/lib/components/table/directives/index.d.ts +1 -0
- package/lib/components/table/directives/table-column-fixed.directive.d.ts +9 -0
- package/lib/components/table/index.d.ts +12 -0
- package/lib/components/table/table-column/table-column.component.d.ts +12 -0
- package/lib/components/table/table-column-arrows/table-column-arrows.component.d.ts +8 -0
- package/lib/components/table/table-footer/table-footer.component.d.ts +19 -0
- package/lib/components/table/table-header/table-header.component.d.ts +23 -0
- package/lib/components/table/table-row/table-row.component.d.ts +28 -0
- package/lib/components/table/table-row-expand-content/table-row-expand-content.component.d.ts +5 -0
- package/lib/components/table/table-scrolling/table-scrolling.component.d.ts +23 -0
- package/lib/components/table/table-scrolling/table-scrolling.directive.d.ts +15 -0
- package/lib/components/table/table.component.d.ts +30 -0
- package/lib/components/tabs/index.d.ts +3 -0
- package/lib/components/tabs/tab/tab.component.d.ts +16 -0
- package/lib/components/tabs/tabs.component.d.ts +21 -0
- package/lib/components/tag/index.d.ts +3 -0
- package/lib/components/tag/tag.component.d.ts +11 -0
- package/lib/components/tag/tag.types.d.ts +7 -0
- package/lib/components/toggle/index.d.ts +3 -0
- package/lib/components/toggle/toggle.component.d.ts +12 -0
- package/lib/components/toggle/toggle.types.d.ts +1 -0
- package/lib/components/toolbar/index.d.ts +2 -0
- package/lib/components/toolbar/toolbar.component.d.ts +5 -0
- package/lib/directives/copy-to-clipboard.directive.d.ts +16 -0
- package/lib/directives/currency-format.directive.d.ts +16 -0
- package/lib/directives/index.d.ts +11 -0
- package/lib/directives/loading.directive.d.ts +16 -0
- package/lib/directives/long-press.directive.d.ts +12 -0
- package/lib/directives/only-numbers.directive.d.ts +12 -0
- package/lib/directives/only-phone-digits.directive.d.ts +8 -0
- package/lib/directives/text-ellipsis.directive.d.ts +12 -0
- package/lib/directives/tooltip.directive.d.ts +24 -0
- package/lib/directives/track-by-id.directive.d.ts +12 -0
- package/lib/pipes/average.pipe.d.ts +7 -0
- package/lib/pipes/enum-to-array.pipe.d.ts +10 -0
- package/lib/pipes/format-seconds.pipe.d.ts +13 -0
- package/lib/pipes/index.d.ts +13 -0
- package/lib/pipes/order-by.pipe.d.ts +8 -0
- package/lib/pipes/reduce.pipe.d.ts +7 -0
- package/lib/pipes/repeat.pipe.d.ts +7 -0
- package/lib/pipes/safe.pipe.d.ts +10 -0
- package/lib/pipes/search/index.d.ts +2 -0
- package/lib/pipes/search/search.model.d.ts +45 -0
- package/lib/pipes/search/search.pipe.d.ts +16 -0
- package/lib/pipes/selected.pipe.d.ts +11 -0
- package/lib/pipes/set-to-array.pipe.d.ts +7 -0
- package/lib/pipes/translate.pipe.d.ts +10 -0
- package/lib/services/animation.service.d.ts +24 -0
- package/lib/services/cache.service.d.ts +13 -0
- package/lib/services/copy-to-clipboard.service.d.ts +10 -0
- package/lib/services/export-to-csv.service.d.ts +19 -0
- package/lib/services/format-seconds.service.d.ts +22 -0
- package/lib/services/index.d.ts +17 -0
- package/lib/services/keyboard.service.d.ts +11 -0
- package/lib/services/log.service.d.ts +27 -0
- package/lib/services/popup/index.d.ts +2 -0
- package/lib/services/popup/popup-wrapper/popup-wrapper.component.d.ts +11 -0
- package/lib/services/popup/popup.service.d.ts +24 -0
- package/lib/services/popup/popup.types.d.ts +4 -0
- package/lib/services/router.service.d.ts +29 -0
- package/lib/services/storage.service.d.ts +9 -0
- package/lib/services/toast/index.d.ts +1 -0
- package/lib/services/toast/toast-wrapper/toast-wrapper.component.d.ts +19 -0
- package/lib/services/toast/toast.service.d.ts +45 -0
- package/lib/services/translate/index.d.ts +2 -0
- package/lib/services/translate/translate.module.d.ts +7 -0
- package/lib/services/translate/translate.service.d.ts +23 -0
- package/lib/services/user-agent/uach-retrofill.d.ts +34 -0
- package/lib/services/user-agent/user-agent.service.d.ts +6 -0
- package/lib/services/validator.service.d.ts +16 -0
- package/lib/services/viewport.service.d.ts +17 -0
- package/package.json +41 -0
- package/public-api.d.ts +4 -0
- package/styles/animations.css +186 -0
- package/styles/calendar.css +851 -0
- package/styles/date-picker.css +2 -0
- package/styles/file-uploader.css +2 -0
- package/styles/loading.css +90 -0
- package/styles/normalize.css +102 -0
- package/styles/overlay.css +1 -0
- package/styles/popup.css +21 -0
- package/styles/toast.css +83 -0
- package/styles/tooltip.css +55 -0
- package/styles/variables.css +288 -0
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, Renderer2 } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class BizyGridRowComponent {
|
|
4
|
+
private elementRef;
|
|
5
|
+
private ref;
|
|
6
|
+
private renderer;
|
|
7
|
+
rowHeight: number;
|
|
8
|
+
set itemsPerRow(itemsPerRow: number);
|
|
9
|
+
constructor(elementRef: ElementRef, ref: ChangeDetectorRef, renderer: Renderer2);
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BizyGridRowComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BizyGridRowComponent, "bizy-grid-row", never, { "rowHeight": { "alias": "rowHeight"; "required": false; }; "itemsPerRow": { "alias": "itemsPerRow"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { ChangeDetectorRef, AfterContentInit, ElementRef, Renderer2, TemplateRef } from '@angular/core';
|
|
2
|
+
import { Subject } from 'rxjs';
|
|
3
|
+
import { BizyGridForDirective } from './grid.directive';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class BizyGridComponent implements AfterContentInit {
|
|
6
|
+
#private;
|
|
7
|
+
private ref;
|
|
8
|
+
private document;
|
|
9
|
+
private renderer;
|
|
10
|
+
private elementRef;
|
|
11
|
+
content: TemplateRef<object>;
|
|
12
|
+
gridDirective: BizyGridForDirective;
|
|
13
|
+
resizeRef: ElementRef | null;
|
|
14
|
+
notifier$: Subject<void>;
|
|
15
|
+
rowHeight: number;
|
|
16
|
+
itemRows: Array<Array<unknown>>;
|
|
17
|
+
items: Array<unknown>;
|
|
18
|
+
itemTemplate: TemplateRef<unknown>;
|
|
19
|
+
itemsPerRow: number;
|
|
20
|
+
constructor(ref: ChangeDetectorRef, document: Document, renderer: Renderer2, elementRef: ElementRef);
|
|
21
|
+
ngAfterContentInit(): void;
|
|
22
|
+
trackById(index: number, item: any): any;
|
|
23
|
+
ngOnDestroy(): void;
|
|
24
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BizyGridComponent, never>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BizyGridComponent, "bizy-grid", never, { "resizeRef": { "alias": "resizeRef"; "required": false; }; }, {}, ["gridDirective"], ["*"], true, never>;
|
|
26
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Observable } from 'rxjs';
|
|
2
|
+
import { TemplateRef, ViewContainerRef } from '@angular/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class BizyGridForDirective {
|
|
5
|
+
#private;
|
|
6
|
+
viewContainerRef: ViewContainerRef;
|
|
7
|
+
templateRef: TemplateRef<unknown>;
|
|
8
|
+
get items$(): Observable<Array<unknown>>;
|
|
9
|
+
set gridForOf(items: Array<unknown>);
|
|
10
|
+
constructor(viewContainerRef: ViewContainerRef, templateRef: TemplateRef<unknown>);
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BizyGridForDirective, never>;
|
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BizyGridForDirective, "[gridFor]", never, { "gridForOf": { "alias": "gridForOf"; "required": false; }; }, {}, never, never, true, never>;
|
|
13
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { BizyGridRowComponent } from './grid-row/grid-row.component';
|
|
2
|
+
import { BizyGridForDirective } from './grid.directive';
|
|
3
|
+
import { BizyGridComponent } from './grid.component';
|
|
4
|
+
export declare const BizyGridComponents: readonly [typeof BizyGridRowComponent, typeof BizyGridComponent];
|
|
5
|
+
export declare const BizyGridDirectives: readonly [typeof BizyGridForDirective];
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export * from './accordion';
|
|
2
|
+
export * from './bar-line-chart';
|
|
3
|
+
export * from './breadcrumb';
|
|
4
|
+
export * from './button';
|
|
5
|
+
export * from './calendar';
|
|
6
|
+
export * from './card';
|
|
7
|
+
export * from './checkbox';
|
|
8
|
+
export * from './date-picker';
|
|
9
|
+
export * from './file-uploader';
|
|
10
|
+
export * from './filter';
|
|
11
|
+
export * from './form';
|
|
12
|
+
export * from './grid';
|
|
13
|
+
export * from './input';
|
|
14
|
+
export * from './list';
|
|
15
|
+
export * from './menu';
|
|
16
|
+
export * from './pie-chart';
|
|
17
|
+
export * from './radio';
|
|
18
|
+
export * from './select';
|
|
19
|
+
export * from './sidebar';
|
|
20
|
+
export * from './skeleton';
|
|
21
|
+
export * from './slider';
|
|
22
|
+
export * from './table';
|
|
23
|
+
export * from './tabs';
|
|
24
|
+
export * from './tag';
|
|
25
|
+
export * from './toggle';
|
|
26
|
+
export * from './toolbar';
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ChangeDetectorRef, EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class BizyInputOptionComponent {
|
|
4
|
+
private ref;
|
|
5
|
+
id: string;
|
|
6
|
+
disabled: boolean;
|
|
7
|
+
customClass: string;
|
|
8
|
+
selected: boolean;
|
|
9
|
+
onSelect: EventEmitter<PointerEvent>;
|
|
10
|
+
constructor(ref: ChangeDetectorRef);
|
|
11
|
+
_onSelect(event: PointerEvent): void;
|
|
12
|
+
getId: () => string;
|
|
13
|
+
getSelected: () => boolean;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BizyInputOptionComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BizyInputOptionComponent, "bizy-input-option", never, { "id": { "alias": "id"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; }, { "onSelect": "onSelect"; }, never, ["*"], true, never>;
|
|
16
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy, QueryList } from '@angular/core';
|
|
2
|
+
import { Subject } from 'rxjs';
|
|
3
|
+
import { BizyInputOptionComponent } from './input-option/input-option.component';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class BizyInputComponent implements OnDestroy {
|
|
6
|
+
#private;
|
|
7
|
+
private ref;
|
|
8
|
+
options: QueryList<BizyInputOptionComponent>;
|
|
9
|
+
bizyInputWrapper: ElementRef;
|
|
10
|
+
bizyInput: ElementRef;
|
|
11
|
+
id: string;
|
|
12
|
+
name: string;
|
|
13
|
+
type: 'text' | 'number' | 'email' | 'password' | 'tel' | 'textarea' | 'currency';
|
|
14
|
+
customClass: string;
|
|
15
|
+
placeholder: string;
|
|
16
|
+
debounceTime: number;
|
|
17
|
+
rows: number;
|
|
18
|
+
disabled: boolean;
|
|
19
|
+
readonly: boolean;
|
|
20
|
+
valueChange: EventEmitter<string | number>;
|
|
21
|
+
onChange: EventEmitter<string | number>;
|
|
22
|
+
onEnter: EventEmitter<PointerEvent>;
|
|
23
|
+
onBackspace: EventEmitter<PointerEvent>;
|
|
24
|
+
onSelect: EventEmitter<PointerEvent>;
|
|
25
|
+
onBlur: EventEmitter<PointerEvent>;
|
|
26
|
+
onFocus: EventEmitter<PointerEvent>;
|
|
27
|
+
set autofocus(autofocus: boolean);
|
|
28
|
+
set value(value: string | number | null);
|
|
29
|
+
focused: boolean;
|
|
30
|
+
touched: boolean;
|
|
31
|
+
opened: boolean;
|
|
32
|
+
_value: string | number | null;
|
|
33
|
+
_currencyValue: number | null;
|
|
34
|
+
currencyOptions: string;
|
|
35
|
+
onChange$: Subject<string | number>;
|
|
36
|
+
constructor(ref: ChangeDetectorRef);
|
|
37
|
+
getWidth(): number;
|
|
38
|
+
_onchange(value: string): void;
|
|
39
|
+
_onClick(event: PointerEvent): void;
|
|
40
|
+
_onEnter(event: PointerEvent): void;
|
|
41
|
+
_onBlur(event: PointerEvent): void;
|
|
42
|
+
_onBackspace(event: PointerEvent): void;
|
|
43
|
+
_onFocus(event: PointerEvent): void;
|
|
44
|
+
setTouched(touched: boolean): void;
|
|
45
|
+
ngAfterViewInit(): void;
|
|
46
|
+
onOpen(): void;
|
|
47
|
+
setFocus(focus: boolean): void;
|
|
48
|
+
close: (event?: PointerEvent & {
|
|
49
|
+
target: {
|
|
50
|
+
id: string;
|
|
51
|
+
};
|
|
52
|
+
}, button?: HTMLButtonElement) => void;
|
|
53
|
+
ngOnDestroy(): void;
|
|
54
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BizyInputComponent, never>;
|
|
55
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BizyInputComponent, "bizy-input", never, { "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "type": { "alias": "type"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "debounceTime": { "alias": "debounceTime"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "valueChange": "valueChange"; "onChange": "onChange"; "onEnter": "onEnter"; "onBackspace": "onBackspace"; "onSelect": "onSelect"; "onBlur": "onBlur"; "onFocus": "onFocus"; }, ["options"], ["[slot=header]", "[slot=prefix]", "[slot=suffix]", "bizy-input-option", "[slot=error]"], true, never>;
|
|
56
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class BizyListComponent {
|
|
3
|
+
id: string;
|
|
4
|
+
customClass: string;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BizyListComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BizyListComponent, "bizy-list", never, { "id": { "alias": "id"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { BizyMenuTitleComponent } from './menu-title/menu-title.component';
|
|
2
|
+
import { BizyMenuOptionComponent } from './menu-option/menu-option.component';
|
|
3
|
+
import { BizyMenuComponent } from './menu.component';
|
|
4
|
+
export declare const BizyMenuComponents: readonly [typeof BizyMenuTitleComponent, typeof BizyMenuOptionComponent, typeof BizyMenuComponent];
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class BizyMenuOptionComponent {
|
|
4
|
+
id: string;
|
|
5
|
+
disabled: boolean;
|
|
6
|
+
customClass: string;
|
|
7
|
+
selected: boolean;
|
|
8
|
+
onSelect: EventEmitter<PointerEvent & {
|
|
9
|
+
target: {
|
|
10
|
+
id: string;
|
|
11
|
+
};
|
|
12
|
+
}>;
|
|
13
|
+
_onSelect(event: PointerEvent & {
|
|
14
|
+
target: {
|
|
15
|
+
id: string;
|
|
16
|
+
};
|
|
17
|
+
}): void;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BizyMenuOptionComponent, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BizyMenuOptionComponent, "bizy-menu-option", never, { "id": { "alias": "id"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; }, { "onSelect": "onSelect"; }, never, ["*", "bizy-menu"], true, never>;
|
|
20
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class BizyMenuTitleComponent {
|
|
3
|
+
customClass: string;
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BizyMenuTitleComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BizyMenuTitleComponent, "bizy-menu-title", never, { "customClass": { "alias": "customClass"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { BizyMenuOptionComponent } from './menu-option/menu-option.component';
|
|
2
|
+
import { EventEmitter, QueryList } from '@angular/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class BizyMenuComponent {
|
|
5
|
+
#private;
|
|
6
|
+
options: QueryList<BizyMenuOptionComponent>;
|
|
7
|
+
id: string;
|
|
8
|
+
disabled: boolean;
|
|
9
|
+
offsetX: number;
|
|
10
|
+
offsetY: number;
|
|
11
|
+
customClass: string;
|
|
12
|
+
hideArrow: boolean;
|
|
13
|
+
opened: boolean;
|
|
14
|
+
onSelect: EventEmitter<PointerEvent>;
|
|
15
|
+
_menuWidth: number;
|
|
16
|
+
_onSelect(event: any): void;
|
|
17
|
+
selectButton(event: any): void;
|
|
18
|
+
close: (event: Event & {
|
|
19
|
+
target: {
|
|
20
|
+
id: string;
|
|
21
|
+
};
|
|
22
|
+
}) => void;
|
|
23
|
+
ngOnDestroy(): void;
|
|
24
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BizyMenuComponent, never>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BizyMenuComponent, "bizy-menu", never, { "id": { "alias": "id"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "offsetX": { "alias": "offsetX"; "required": false; }; "offsetY": { "alias": "offsetY"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "hideArrow": { "alias": "hideArrow"; "required": false; }; "opened": { "alias": "opened"; "required": false; }; }, { "onSelect": "onSelect"; }, ["options"], ["*", "bizy-menu-title", "bizy-input", "bizy-menu-option"], true, never>;
|
|
26
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, Renderer2, EventEmitter } from '@angular/core';
|
|
2
|
+
import { IBizyPieChartData } from './pie-chart.types';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class BizyPieChartComponent {
|
|
5
|
+
#private;
|
|
6
|
+
private elementRef;
|
|
7
|
+
private document;
|
|
8
|
+
private ref;
|
|
9
|
+
private renderer;
|
|
10
|
+
resizeRef: HTMLElement | null;
|
|
11
|
+
tooltip: boolean;
|
|
12
|
+
type: 'pie' | 'donut';
|
|
13
|
+
download: {
|
|
14
|
+
hide?: boolean;
|
|
15
|
+
label: string;
|
|
16
|
+
name: string;
|
|
17
|
+
};
|
|
18
|
+
onLabelFormatter: (item: any) => string;
|
|
19
|
+
onTooltipFormatter: (item: any) => string;
|
|
20
|
+
onSelect: EventEmitter<string>;
|
|
21
|
+
onDownload: EventEmitter<void>;
|
|
22
|
+
constructor(elementRef: ElementRef, document: Document, ref: ChangeDetectorRef, renderer: Renderer2);
|
|
23
|
+
ngAfterViewInit(): void;
|
|
24
|
+
set data(data: Array<IBizyPieChartData>);
|
|
25
|
+
ngOnDestroy(): void;
|
|
26
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BizyPieChartComponent, never>;
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BizyPieChartComponent, "bizy-pie-chart", never, { "resizeRef": { "alias": "resizeRef"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "type": { "alias": "type"; "required": false; }; "download": { "alias": "download"; "required": false; }; "onLabelFormatter": { "alias": "onLabelFormatter"; "required": false; }; "onTooltipFormatter": { "alias": "onTooltipFormatter"; "required": false; }; "data": { "alias": "data"; "required": false; }; }, { "onSelect": "onSelect"; "onDownload": "onDownload"; }, never, never, true, never>;
|
|
28
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class BizyRadioComponent {
|
|
4
|
+
id: string;
|
|
5
|
+
name: string;
|
|
6
|
+
selected: boolean;
|
|
7
|
+
disabled: boolean;
|
|
8
|
+
selectedChange: EventEmitter<boolean>;
|
|
9
|
+
onSelect: EventEmitter<PointerEvent>;
|
|
10
|
+
_onSelect(event: PointerEvent): void;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BizyRadioComponent, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BizyRadioComponent, "bizy-radio", never, { "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "selectedChange": "selectedChange"; "onSelect": "onSelect"; }, never, ["[slot=start]", "[slot=end]"], true, never>;
|
|
13
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { ChangeDetectorRef, EventEmitter, ElementRef } from '@angular/core';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class BizySelectOptionComponent {
|
|
5
|
+
#private;
|
|
6
|
+
private elementRef;
|
|
7
|
+
private ref;
|
|
8
|
+
id: string;
|
|
9
|
+
disabled: boolean;
|
|
10
|
+
customClass: string;
|
|
11
|
+
onSelect: EventEmitter<void>;
|
|
12
|
+
set selected(selected: boolean);
|
|
13
|
+
get selected$(): Observable<boolean>;
|
|
14
|
+
constructor(elementRef: ElementRef, ref: ChangeDetectorRef);
|
|
15
|
+
_onSelect(): void;
|
|
16
|
+
getId: () => string;
|
|
17
|
+
getSelected: () => boolean;
|
|
18
|
+
getValue: () => string;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BizySelectOptionComponent, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BizySelectOptionComponent, "bizy-select-option", never, { "id": { "alias": "id"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; }, { "onSelect": "onSelect"; }, never, ["*"], true, never>;
|
|
21
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { BizySelectOptionComponent } from './select-option/select-option.component';
|
|
2
|
+
import { ChangeDetectorRef, EventEmitter, QueryList, AfterViewInit, TemplateRef } from '@angular/core';
|
|
3
|
+
import { BizyInputComponent } from '../input/input.component';
|
|
4
|
+
import { Portal, TemplatePortal } from '@angular/cdk/portal';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class BizySelectComponent implements AfterViewInit {
|
|
7
|
+
#private;
|
|
8
|
+
private ref;
|
|
9
|
+
templatePortalContent: TemplateRef<unknown>;
|
|
10
|
+
options: QueryList<BizySelectOptionComponent>;
|
|
11
|
+
bizyInput: BizyInputComponent;
|
|
12
|
+
id: string;
|
|
13
|
+
disabled: boolean;
|
|
14
|
+
readonly: boolean;
|
|
15
|
+
placeholder: string;
|
|
16
|
+
customClass: string;
|
|
17
|
+
opened: boolean;
|
|
18
|
+
openedChange: EventEmitter<boolean>;
|
|
19
|
+
onSelect: EventEmitter<PointerEvent>;
|
|
20
|
+
onOpen: EventEmitter<boolean>;
|
|
21
|
+
_optionValue: string;
|
|
22
|
+
optionPortal: Portal<any>;
|
|
23
|
+
templatePortal: TemplatePortal<any> | null;
|
|
24
|
+
constructor(ref: ChangeDetectorRef);
|
|
25
|
+
get touched(): boolean;
|
|
26
|
+
ngAfterViewInit(): void;
|
|
27
|
+
_onOpen(event: PointerEvent): void;
|
|
28
|
+
close: (event?: PointerEvent & {
|
|
29
|
+
target: {
|
|
30
|
+
id: string;
|
|
31
|
+
};
|
|
32
|
+
}, select?: BizyInputComponent) => void;
|
|
33
|
+
setTouched(touched: boolean): void;
|
|
34
|
+
ngOnDestroy(): void;
|
|
35
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BizySelectComponent, never>;
|
|
36
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BizySelectComponent, "bizy-select", never, { "id": { "alias": "id"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "opened": { "alias": "opened"; "required": false; }; }, { "openedChange": "openedChange"; "onSelect": "onSelect"; "onOpen": "onOpen"; }, ["options"], ["[slot=header]", "[slot=prefix]", "[slot=error]", "bizy-select-option", "bizy-input"], true, never>;
|
|
37
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { BizySidebarFloatingOptionTitleComponent } from "./sidebar-floating-option-title/sidebar-floating-option-title.component";
|
|
2
|
+
import { BizySidebarFloatingOptionComponent } from "./sidebar-floating-option/sidebar-floating-option.component";
|
|
3
|
+
import { BizySidebarOptionComponent } from "./sidebar-option/sidebar-option.component";
|
|
4
|
+
import { BizySidebarComponent } from "./sidebar.component";
|
|
5
|
+
export declare const BizySidebarComponents: readonly [typeof BizySidebarFloatingOptionTitleComponent, typeof BizySidebarFloatingOptionComponent, typeof BizySidebarOptionComponent, typeof BizySidebarComponent];
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { AfterContentInit, ChangeDetectorRef, EventEmitter, QueryList } from '@angular/core';
|
|
2
|
+
import { BizySidebarOptionComponent } from '../sidebar-option/sidebar-option.component';
|
|
3
|
+
import { BehaviorSubject } from 'rxjs';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class BizySidebarFloatingOptionComponent implements AfterContentInit {
|
|
6
|
+
#private;
|
|
7
|
+
private ref;
|
|
8
|
+
options: QueryList<BizySidebarOptionComponent>;
|
|
9
|
+
id: string;
|
|
10
|
+
disabled: boolean;
|
|
11
|
+
selectable: boolean;
|
|
12
|
+
offsetX: number;
|
|
13
|
+
offsetY: number;
|
|
14
|
+
customClass: string;
|
|
15
|
+
selectedChange: EventEmitter<boolean>;
|
|
16
|
+
onSelect: EventEmitter<PointerEvent>;
|
|
17
|
+
_turnOn$: BehaviorSubject<boolean>;
|
|
18
|
+
_selected: boolean;
|
|
19
|
+
_opened: boolean;
|
|
20
|
+
set selected(selected: boolean);
|
|
21
|
+
constructor(ref: ChangeDetectorRef);
|
|
22
|
+
ngAfterContentInit(): void;
|
|
23
|
+
_onSelect(event: PointerEvent): void;
|
|
24
|
+
close: (event: PointerEvent & {
|
|
25
|
+
target: {
|
|
26
|
+
id: string;
|
|
27
|
+
};
|
|
28
|
+
}) => void;
|
|
29
|
+
getId: () => string;
|
|
30
|
+
getSelected: () => boolean;
|
|
31
|
+
ngOnDestroy(): void;
|
|
32
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BizySidebarFloatingOptionComponent, never>;
|
|
33
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BizySidebarFloatingOptionComponent, "bizy-sidebar-floating-option", never, { "id": { "alias": "id"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "offsetX": { "alias": "offsetX"; "required": false; }; "offsetY": { "alias": "offsetY"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; }, { "selectedChange": "selectedChange"; "onSelect": "onSelect"; }, ["options"], ["*", "bizy-sidebar-floating-option-title", "bizy-sidebar-option"], true, never>;
|
|
34
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class BizySidebarFloatingOptionTitleComponent {
|
|
3
|
+
id: string;
|
|
4
|
+
customClass: string;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BizySidebarFloatingOptionTitleComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BizySidebarFloatingOptionTitleComponent, "bizy-sidebar-floating-option-title", never, { "id": { "alias": "id"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { EventEmitter, QueryList, ChangeDetectorRef } from '@angular/core';
|
|
2
|
+
import { BehaviorSubject } from 'rxjs';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class BizySidebarOptionComponent {
|
|
5
|
+
private ref;
|
|
6
|
+
options: QueryList<BizySidebarOptionComponent>;
|
|
7
|
+
id: string;
|
|
8
|
+
disabled: boolean;
|
|
9
|
+
selectable: boolean;
|
|
10
|
+
customClass: string;
|
|
11
|
+
selectedChange: EventEmitter<boolean>;
|
|
12
|
+
onSelect: EventEmitter<PointerEvent>;
|
|
13
|
+
_turnOn$: BehaviorSubject<boolean>;
|
|
14
|
+
_selected: boolean;
|
|
15
|
+
set selected(selected: boolean);
|
|
16
|
+
constructor(ref: ChangeDetectorRef);
|
|
17
|
+
_onSelect(event: PointerEvent): void;
|
|
18
|
+
_setSelected(selected: boolean): void;
|
|
19
|
+
getId: () => string;
|
|
20
|
+
getSelected: () => boolean;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BizySidebarOptionComponent, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BizySidebarOptionComponent, "bizy-sidebar-option", never, { "id": { "alias": "id"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; }, { "selectedChange": "selectedChange"; "onSelect": "onSelect"; }, ["options"], ["*", "bizy-sidebar-option"], true, never>;
|
|
23
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { EventEmitter, QueryList, AfterContentInit } from '@angular/core';
|
|
2
|
+
import { BizySidebarOptionComponent } from './sidebar-option/sidebar-option.component';
|
|
3
|
+
import { BizySidebarFloatingOptionComponent } from './sidebar-floating-option/sidebar-floating-option.component';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class BizySidebarComponent implements AfterContentInit {
|
|
6
|
+
#private;
|
|
7
|
+
id: string;
|
|
8
|
+
options: QueryList<BizySidebarOptionComponent>;
|
|
9
|
+
floatingOptions: QueryList<BizySidebarFloatingOptionComponent>;
|
|
10
|
+
toggleChange: EventEmitter<boolean>;
|
|
11
|
+
onToggle: EventEmitter<PointerEvent>;
|
|
12
|
+
_toggle: boolean;
|
|
13
|
+
set toggle(toggle: boolean);
|
|
14
|
+
ngAfterContentInit(): void;
|
|
15
|
+
_onToggle(event: PointerEvent): void;
|
|
16
|
+
ngOnDestroy(): void;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BizySidebarComponent, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BizySidebarComponent, "bizy-sidebar", never, { "id": { "alias": "id"; "required": false; }; "toggle": { "alias": "toggle"; "required": false; }; }, { "toggleChange": "toggleChange"; "onToggle": "onToggle"; }, ["options", "floatingOptions"], ["[slot=start]", "[slot=start]", "*", "[slot=end]"], true, never>;
|
|
19
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { BIZY_SKELETON_SHAPE } from './skeleton.types';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class BizySkeletonComponent {
|
|
4
|
+
id: string;
|
|
5
|
+
shape: BIZY_SKELETON_SHAPE;
|
|
6
|
+
height: string;
|
|
7
|
+
width: string;
|
|
8
|
+
customClass: string;
|
|
9
|
+
readonly BIZY_SKELETON_SHAPE: typeof BIZY_SKELETON_SHAPE;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BizySkeletonComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BizySkeletonComponent, "bizy-skeleton", never, { "id": { "alias": "id"; "required": false; }; "shape": { "alias": "shape"; "required": false; }; "height": { "alias": "height"; "required": false; }; "width": { "alias": "width"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; }, {}, never, never, true, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { ElementRef, EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class BizySliderComponent {
|
|
4
|
+
fromSlider: ElementRef;
|
|
5
|
+
toSlider: ElementRef;
|
|
6
|
+
minLimit: number;
|
|
7
|
+
maxLimit: number;
|
|
8
|
+
onChange: EventEmitter<{
|
|
9
|
+
min: number;
|
|
10
|
+
max: number;
|
|
11
|
+
}>;
|
|
12
|
+
_min: number;
|
|
13
|
+
_max: number;
|
|
14
|
+
set min(min: number);
|
|
15
|
+
set max(max: number);
|
|
16
|
+
setFromSlider(value: number): void;
|
|
17
|
+
setToSlider(value: number): void;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BizySliderComponent, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BizySliderComponent, "bizy-slider", never, { "minLimit": { "alias": "minLimit"; "required": false; }; "maxLimit": { "alias": "maxLimit"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; }, { "onChange": "onChange"; }, never, never, true, never>;
|
|
20
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { BizyTableColumnFixedDirective } from "./table-column-fixed.directive";
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class BizyTableColumnFixedDirective {
|
|
3
|
+
#private;
|
|
4
|
+
ngAfterViewInit(): void;
|
|
5
|
+
set tableColumnFixed(value: boolean);
|
|
6
|
+
setMarginLeft: (marginLeft: number) => void;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BizyTableColumnFixedDirective, never>;
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BizyTableColumnFixedDirective, "[bizyTableColumnFixed]", never, { "tableColumnFixed": { "alias": "bizyTableColumnFixed"; "required": false; }; }, {}, never, never, true, never>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { BizyTableColumnFixedDirective } from './directives';
|
|
2
|
+
import { BizyTableRowExpandContentComponent } from './table-row-expand-content/table-row-expand-content.component';
|
|
3
|
+
import { BizyTableScrollingComponent } from './table-scrolling/table-scrolling.component';
|
|
4
|
+
import { BizyTableScrollingDirective } from './table-scrolling/table-scrolling.directive';
|
|
5
|
+
import { BizyTableColumnArrowsComponent } from './table-column-arrows/table-column-arrows.component';
|
|
6
|
+
import { BizyTableColumnComponent } from './table-column/table-column.component';
|
|
7
|
+
import { BizyTableRowComponent } from './table-row/table-row.component';
|
|
8
|
+
import { BizyTableFooterComponent } from './table-footer/table-footer.component';
|
|
9
|
+
import { BizyTableHeaderComponent } from './table-header/table-header.component';
|
|
10
|
+
import { BizyTableComponent } from './table.component';
|
|
11
|
+
export declare const BizyTableComponents: readonly [typeof BizyTableRowExpandContentComponent, typeof BizyTableScrollingComponent, typeof BizyTableColumnArrowsComponent, typeof BizyTableColumnComponent, typeof BizyTableRowComponent, typeof BizyTableFooterComponent, typeof BizyTableHeaderComponent, typeof BizyTableComponent];
|
|
12
|
+
export declare const BizyTableDirectives: readonly [typeof BizyTableColumnFixedDirective, typeof BizyTableScrollingDirective, typeof BizyTableScrollingDirective];
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class BizyTableColumnComponent {
|
|
4
|
+
#private;
|
|
5
|
+
id: string;
|
|
6
|
+
customClass: string;
|
|
7
|
+
onSelect: EventEmitter<PointerEvent>;
|
|
8
|
+
getId: () => string;
|
|
9
|
+
setMarginLeft(margin: number): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BizyTableColumnComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BizyTableColumnComponent, "bizy-table-column", never, { "id": { "alias": "id"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; }, { "onSelect": "onSelect"; }, never, ["*"], true, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class BizyTableColumnArrowsComponent {
|
|
3
|
+
order: 'asc' | 'desc' | null;
|
|
4
|
+
show: boolean;
|
|
5
|
+
customClass: string;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BizyTableColumnArrowsComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BizyTableColumnArrowsComponent, "bizy-table-column-arrows", never, { "order": { "alias": "order"; "required": false; }; "show": { "alias": "show"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; }, {}, never, never, true, never>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, QueryList } from '@angular/core';
|
|
2
|
+
import { BizyTableColumnComponent } from '../table-column/table-column.component';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class BizyTableFooterComponent {
|
|
5
|
+
private ref;
|
|
6
|
+
elementRef: ElementRef;
|
|
7
|
+
columns: QueryList<BizyTableColumnComponent>;
|
|
8
|
+
id: string;
|
|
9
|
+
customClass: string;
|
|
10
|
+
marginRight: number;
|
|
11
|
+
_selectable: boolean;
|
|
12
|
+
constructor(ref: ChangeDetectorRef, elementRef: ElementRef);
|
|
13
|
+
getId: () => string;
|
|
14
|
+
setSelectable: (selectable: boolean) => void;
|
|
15
|
+
setMarginRight(margin: number): void;
|
|
16
|
+
setMarginLeft(margin: number): void;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BizyTableFooterComponent, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BizyTableFooterComponent, "bizy-table-footer", never, { "id": { "alias": "id"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; }, {}, ["columns"], ["bizy-table-column"], true, never>;
|
|
19
|
+
}
|