@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,23 @@
|
|
|
1
|
+
import { ChangeDetectorRef, EventEmitter, 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 BizyTableHeaderComponent {
|
|
5
|
+
private ref;
|
|
6
|
+
elementRef: ElementRef;
|
|
7
|
+
columns: QueryList<BizyTableColumnComponent>;
|
|
8
|
+
id: string;
|
|
9
|
+
customClass: string;
|
|
10
|
+
selected: boolean;
|
|
11
|
+
selectable: boolean | null;
|
|
12
|
+
selectedChange: EventEmitter<boolean>;
|
|
13
|
+
onSelect: EventEmitter<PointerEvent>;
|
|
14
|
+
marginRight: number;
|
|
15
|
+
constructor(ref: ChangeDetectorRef, elementRef: ElementRef);
|
|
16
|
+
getId: () => string;
|
|
17
|
+
getSelected: () => boolean;
|
|
18
|
+
setSelectable: (selectable: boolean) => void;
|
|
19
|
+
setMarginRight(margin: number): void;
|
|
20
|
+
setMarginLeft(margin: number): void;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BizyTableHeaderComponent, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BizyTableHeaderComponent, "bizy-table-header", never, { "id": { "alias": "id"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; }, { "selectedChange": "selectedChange"; "onSelect": "onSelect"; }, ["columns"], ["bizy-table-column"], true, never>;
|
|
23
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { EventEmitter, ChangeDetectorRef, QueryList } from '@angular/core';
|
|
2
|
+
import { BizyTableColumnComponent } from '../table-column/table-column.component';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class BizyTableRowComponent {
|
|
5
|
+
private ref;
|
|
6
|
+
columns: QueryList<BizyTableColumnComponent>;
|
|
7
|
+
id: string;
|
|
8
|
+
customClass: string;
|
|
9
|
+
disabled: boolean;
|
|
10
|
+
selected: boolean;
|
|
11
|
+
opened: boolean;
|
|
12
|
+
selectable: boolean | null;
|
|
13
|
+
selectedChange: EventEmitter<boolean>;
|
|
14
|
+
onSelect: EventEmitter<PointerEvent>;
|
|
15
|
+
openedChange: EventEmitter<boolean>;
|
|
16
|
+
onOpen: EventEmitter<PointerEvent>;
|
|
17
|
+
marginRight: number;
|
|
18
|
+
constructor(ref: ChangeDetectorRef);
|
|
19
|
+
_onOpen(event: PointerEvent): void;
|
|
20
|
+
getId: () => string;
|
|
21
|
+
getSelected: () => boolean;
|
|
22
|
+
setSelectable: (selectable: boolean) => void;
|
|
23
|
+
setSelected: (selected: boolean) => void;
|
|
24
|
+
setMarginRight(margin: number): void;
|
|
25
|
+
setMarginLeft(margin: number): void;
|
|
26
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BizyTableRowComponent, never>;
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BizyTableRowComponent, "bizy-table-row", never, { "id": { "alias": "id"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "opened": { "alias": "opened"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; }, { "selectedChange": "selectedChange"; "onSelect": "onSelect"; "openedChange": "openedChange"; "onOpen": "onOpen"; }, ["columns"], ["bizy-table-column", "bizy-table-row-expand-content"], true, never>;
|
|
28
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class BizyTableRowExpandContentComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BizyTableRowExpandContentComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BizyTableRowExpandContentComponent, "bizy-table-row-expand-content", never, {}, {}, never, ["*"], true, never>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { Observable } from 'rxjs';
|
|
2
|
+
import { TemplateRef, ElementRef, OnDestroy, ChangeDetectorRef } from '@angular/core';
|
|
3
|
+
import { BizyTableRowComponent } from '../table-row/table-row.component';
|
|
4
|
+
import { BizyTableScrollingDirective } from './table-scrolling.directive';
|
|
5
|
+
import { CdkVirtualScrollViewport } from '@angular/cdk/scrolling';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class BizyTableScrollingComponent implements OnDestroy {
|
|
8
|
+
#private;
|
|
9
|
+
private document;
|
|
10
|
+
elementRef: ElementRef;
|
|
11
|
+
ref: ChangeDetectorRef;
|
|
12
|
+
viewport: CdkVirtualScrollViewport;
|
|
13
|
+
content: TemplateRef<object>;
|
|
14
|
+
items$: Observable<Array<unknown>>;
|
|
15
|
+
itemTemplate: TemplateRef<BizyTableRowComponent>;
|
|
16
|
+
itemSize: number;
|
|
17
|
+
constructor(document: Document, elementRef: ElementRef, ref: ChangeDetectorRef);
|
|
18
|
+
/** Called by the virtual-for directive inside of the viewport. */
|
|
19
|
+
attachView(tableDirective: BizyTableScrollingDirective): void;
|
|
20
|
+
ngOnDestroy(): void;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BizyTableScrollingComponent, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BizyTableScrollingComponent, "bizy-table-scrolling", never, {}, {}, never, ["*"], true, never>;
|
|
23
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Observable } from 'rxjs';
|
|
2
|
+
import { ChangeDetectorRef, TemplateRef, ViewContainerRef } from '@angular/core';
|
|
3
|
+
import { BizyTableRowComponent } from '../table-row/table-row.component';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class BizyTableScrollingDirective {
|
|
6
|
+
#private;
|
|
7
|
+
viewContainerRef: ViewContainerRef;
|
|
8
|
+
template: TemplateRef<BizyTableRowComponent>;
|
|
9
|
+
ref: ChangeDetectorRef;
|
|
10
|
+
get items$(): Observable<Array<unknown>>;
|
|
11
|
+
set tableForIn(value: Array<unknown>);
|
|
12
|
+
constructor(viewContainerRef: ViewContainerRef, template: TemplateRef<BizyTableRowComponent>, ref: ChangeDetectorRef);
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BizyTableScrollingDirective, never>;
|
|
14
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BizyTableScrollingDirective, "[tableFor]", never, { "tableForIn": { "alias": "tableForIn"; "required": false; }; }, {}, never, never, true, never>;
|
|
15
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { QueryList, ChangeDetectorRef, AfterContentInit, ElementRef, Renderer2 } from '@angular/core';
|
|
2
|
+
import { BizyTableHeaderComponent } from './table-header/table-header.component';
|
|
3
|
+
import { BizyTableFooterComponent } from './table-footer/table-footer.component';
|
|
4
|
+
import { BizyTableRowComponent } from './table-row/table-row.component';
|
|
5
|
+
import { Subject } from 'rxjs';
|
|
6
|
+
import { BizyTableScrollingComponent } from './table-scrolling/table-scrolling.component';
|
|
7
|
+
import { BizyTableScrollingDirective } from './table-scrolling/table-scrolling.directive';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
export declare class BizyTableComponent implements AfterContentInit {
|
|
10
|
+
#private;
|
|
11
|
+
private ref;
|
|
12
|
+
private document;
|
|
13
|
+
private renderer;
|
|
14
|
+
private elementRef;
|
|
15
|
+
viewport: BizyTableScrollingComponent;
|
|
16
|
+
virtualFor: BizyTableScrollingDirective;
|
|
17
|
+
rows: QueryList<BizyTableRowComponent>;
|
|
18
|
+
headers: QueryList<BizyTableHeaderComponent>;
|
|
19
|
+
footers: QueryList<BizyTableFooterComponent>;
|
|
20
|
+
resizeRef: ElementRef;
|
|
21
|
+
notifier$: Subject<void>;
|
|
22
|
+
marginRight: number;
|
|
23
|
+
marginLeft: number;
|
|
24
|
+
set selectable(selectable: boolean);
|
|
25
|
+
constructor(ref: ChangeDetectorRef, document: Document, renderer: Renderer2, elementRef: ElementRef);
|
|
26
|
+
ngAfterContentInit(): void;
|
|
27
|
+
ngOnDestroy(): void;
|
|
28
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BizyTableComponent, never>;
|
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BizyTableComponent, "bizy-table", never, { "resizeRef": { "alias": "resizeRef"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; }, {}, ["virtualFor", "rows", "headers", "footers"], ["bizy-table-header", "bizy-table-row", "bizy-table-footer"], true, never>;
|
|
30
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ElementRef, EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class BizyTabComponent {
|
|
4
|
+
elementRef: ElementRef;
|
|
5
|
+
id: string;
|
|
6
|
+
disabled: boolean;
|
|
7
|
+
selected: boolean;
|
|
8
|
+
linePosition: 'bottom' | 'top';
|
|
9
|
+
customClass: string;
|
|
10
|
+
selectedChange: EventEmitter<boolean>;
|
|
11
|
+
onSelect: EventEmitter<PointerEvent>;
|
|
12
|
+
constructor(elementRef: ElementRef);
|
|
13
|
+
_onSelect(event: PointerEvent): void;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BizyTabComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BizyTabComponent, "bizy-tab", never, { "id": { "alias": "id"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "linePosition": { "alias": "linePosition"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; }, { "selectedChange": "selectedChange"; "onSelect": "onSelect"; }, never, ["*"], true, never>;
|
|
16
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { AfterContentInit, AfterViewInit, ChangeDetectorRef, QueryList } from '@angular/core';
|
|
2
|
+
import { BizyTabComponent } from './tab/tab.component';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class BizyTabsComponent implements AfterViewInit, AfterContentInit {
|
|
5
|
+
#private;
|
|
6
|
+
private ref;
|
|
7
|
+
tabs: QueryList<BizyTabComponent>;
|
|
8
|
+
private bizyTabs;
|
|
9
|
+
private bizyTabsWrapper;
|
|
10
|
+
customClass: string;
|
|
11
|
+
showLeftButton: boolean;
|
|
12
|
+
showRightButton: boolean;
|
|
13
|
+
constructor(ref: ChangeDetectorRef);
|
|
14
|
+
ngAfterViewInit(): void;
|
|
15
|
+
ngAfterContentInit(): void;
|
|
16
|
+
onScrollLeft(): void;
|
|
17
|
+
onScrollRight(): void;
|
|
18
|
+
ngOnDestroy(): void;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BizyTabsComponent, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BizyTabsComponent, "bizy-tabs", never, { "customClass": { "alias": "customClass"; "required": false; }; }, {}, ["tabs"], ["bizy-tab"], true, never>;
|
|
21
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { BIZY_TAG_TYPE } from './tag.types';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class BizyTagComponent {
|
|
5
|
+
id: string;
|
|
6
|
+
customClass: string;
|
|
7
|
+
type: BIZY_TAG_TYPE;
|
|
8
|
+
onSelect: EventEmitter<PointerEvent>;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BizyTagComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BizyTagComponent, "bizy-tag", never, { "id": { "alias": "id"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, { "onSelect": "onSelect"; }, never, ["*"], true, never>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class BizyToggleComponent {
|
|
4
|
+
id: string;
|
|
5
|
+
disabled: boolean;
|
|
6
|
+
selected: boolean;
|
|
7
|
+
onSelect: EventEmitter<PointerEvent>;
|
|
8
|
+
selectedChange: EventEmitter<boolean>;
|
|
9
|
+
_onSelect(event: PointerEvent): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BizyToggleComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BizyToggleComponent, "bizy-toggle", never, { "id": { "alias": "id"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; }, { "onSelect": "onSelect"; "selectedChange": "selectedChange"; }, never, ["[slot=start]", "[slot=end]"], true, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type LabelPosition = 'before' | 'after';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class BizyToolbarComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BizyToolbarComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BizyToolbarComponent, "bizy-toolbar", never, {}, {}, never, ["[slot=start]", "[slot=end]"], true, never>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ElementRef, Renderer2, EventEmitter } from '@angular/core';
|
|
2
|
+
import { BizyCopyToClipboardService } from '../services/copy-to-clipboard.service';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class BizyCopyToClipboardDirective {
|
|
5
|
+
#private;
|
|
6
|
+
private elementRef;
|
|
7
|
+
private renderer;
|
|
8
|
+
private copyToClipboard;
|
|
9
|
+
onCopy: EventEmitter<void>;
|
|
10
|
+
constructor(elementRef: ElementRef, renderer: Renderer2, copyToClipboard: BizyCopyToClipboardService);
|
|
11
|
+
onMouseEnter(): void;
|
|
12
|
+
onMouseLeave(): void;
|
|
13
|
+
onClick(event: any): void;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BizyCopyToClipboardDirective, never>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BizyCopyToClipboardDirective, "[bizyCopyToClipboard]", never, {}, { "onCopy": "onCopy"; }, never, never, true, never>;
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ElementRef, OnInit, OnDestroy } from '@angular/core';
|
|
2
|
+
import AutoNumeric from 'autonumeric';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class BizyCurrencyFormatDirective implements OnInit, OnDestroy {
|
|
5
|
+
#private;
|
|
6
|
+
private elementRef;
|
|
7
|
+
bizyCurrencyFormat: boolean;
|
|
8
|
+
options: AutoNumeric.Options;
|
|
9
|
+
constructor(elementRef: ElementRef);
|
|
10
|
+
ngOnInit(): void;
|
|
11
|
+
ngOnDestroy(): void;
|
|
12
|
+
getValue: () => number;
|
|
13
|
+
setValue: (value: number) => void;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BizyCurrencyFormatDirective, never>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BizyCurrencyFormatDirective, "[bizyCurrencyFormat]", never, { "bizyCurrencyFormat": { "alias": "bizyCurrencyFormat"; "required": false; }; "options": { "alias": "bizyCurrencyOptions"; "required": false; }; }, {}, never, never, true, never>;
|
|
16
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { BizyCopyToClipboardDirective } from './copy-to-clipboard.directive';
|
|
2
|
+
import { BizyCurrencyFormatDirective } from './currency-format.directive';
|
|
3
|
+
import { BizyLoadingDirective } from "./loading.directive";
|
|
4
|
+
import { BizyLongPressDirective } from "./long-press.directive";
|
|
5
|
+
import { BizyOnlyNumbersDirective } from "./only-numbers.directive";
|
|
6
|
+
import { BizyOnlyPhoneDigitsDirective } from "./only-phone-digits.directive";
|
|
7
|
+
import { BizyTextEllipsisDirective } from './text-ellipsis.directive';
|
|
8
|
+
import { BizyTooltipDirective } from './tooltip.directive';
|
|
9
|
+
import { BizyTrackByIdDirective } from "./track-by-id.directive";
|
|
10
|
+
export { LOADING_TYPE } from "./loading.directive";
|
|
11
|
+
export declare const BizyDirectives: readonly [typeof BizyCopyToClipboardDirective, typeof BizyCurrencyFormatDirective, typeof BizyLoadingDirective, typeof BizyLongPressDirective, typeof BizyOnlyNumbersDirective, typeof BizyOnlyPhoneDigitsDirective, typeof BizyTextEllipsisDirective, typeof BizyTooltipDirective, typeof BizyTrackByIdDirective];
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ElementRef, Renderer2 } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare enum LOADING_TYPE {
|
|
4
|
+
SPINNER = "spinner",
|
|
5
|
+
BAR = "bar"
|
|
6
|
+
}
|
|
7
|
+
export declare class BizyLoadingDirective {
|
|
8
|
+
#private;
|
|
9
|
+
private elementRef;
|
|
10
|
+
private renderer;
|
|
11
|
+
set bizyLoading(value: boolean);
|
|
12
|
+
bizyLoadingType: LOADING_TYPE;
|
|
13
|
+
constructor(elementRef: ElementRef, renderer: Renderer2);
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BizyLoadingDirective, never>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BizyLoadingDirective, "[bizyLoading]", never, { "bizyLoading": { "alias": "bizyLoading"; "required": false; }; "bizyLoadingType": { "alias": "bizyLoadingType"; "required": false; }; }, {}, never, never, true, never>;
|
|
16
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ElementRef, EventEmitter, OnDestroy } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class BizyLongPressDirective implements OnDestroy {
|
|
4
|
+
#private;
|
|
5
|
+
private elementRef;
|
|
6
|
+
threshold: number;
|
|
7
|
+
press: EventEmitter<void>;
|
|
8
|
+
constructor(elementRef: ElementRef);
|
|
9
|
+
ngOnDestroy(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BizyLongPressDirective, never>;
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BizyLongPressDirective, "[bizyLongPress]", never, { "threshold": { "alias": "threshold"; "required": false; }; }, { "press": "press"; }, never, never, true, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class BizyOnlyNumbersDirective {
|
|
4
|
+
#private;
|
|
5
|
+
private elementRef;
|
|
6
|
+
onlyNumbers: boolean;
|
|
7
|
+
constructor(elementRef: ElementRef);
|
|
8
|
+
onInput(event: Event): void;
|
|
9
|
+
onKeyDown(event: KeyboardEvent): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BizyOnlyNumbersDirective, never>;
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BizyOnlyNumbersDirective, "[bizyOnlyNumbers]", never, { "onlyNumbers": { "alias": "bizyOnlyNumbers"; "required": false; }; }, {}, never, never, true, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class BizyOnlyPhoneDigitsDirective {
|
|
3
|
+
onlyPhoneNumbers: boolean;
|
|
4
|
+
regexStr: string;
|
|
5
|
+
onKeyDown(event: KeyboardEvent): void;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BizyOnlyPhoneDigitsDirective, never>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BizyOnlyPhoneDigitsDirective, "[bizyOnlyPhoneDigits]", never, { "onlyPhoneNumbers": { "alias": "bizyOnlyPhoneDigits"; "required": false; }; }, {}, never, never, true, never>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ElementRef, AfterViewInit } from '@angular/core';
|
|
2
|
+
import { Subject } from 'rxjs';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class BizyTextEllipsisDirective implements AfterViewInit {
|
|
5
|
+
#private;
|
|
6
|
+
resizeRef: ElementRef;
|
|
7
|
+
notifier$: Subject<void>;
|
|
8
|
+
ngAfterViewInit(): void;
|
|
9
|
+
ngOnDestroy(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BizyTextEllipsisDirective, never>;
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BizyTextEllipsisDirective, "[bizyTextEllipsis]", never, { "resizeRef": { "alias": "resizeRef"; "required": false; }; }, {}, never, never, true, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { OnDestroy } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class BizyTooltipDirective implements OnDestroy {
|
|
4
|
+
#private;
|
|
5
|
+
tooltipCustomClass: string;
|
|
6
|
+
tooltipPlacement: 'top' | 'right' | 'bottom' | 'left';
|
|
7
|
+
tooltipDelay: number;
|
|
8
|
+
tooltipLongPressDuration: number;
|
|
9
|
+
set tooltipLineClamp(lineClamp: number);
|
|
10
|
+
set tooltipText(tooltipText: string);
|
|
11
|
+
set placement(placement: 'top' | 'right' | 'bottom' | 'left');
|
|
12
|
+
set delay(delay: number);
|
|
13
|
+
onMouseEnter(): void;
|
|
14
|
+
onMouseLeave(): void;
|
|
15
|
+
onMouseUp(): void;
|
|
16
|
+
onClick(): void;
|
|
17
|
+
show(): void;
|
|
18
|
+
hide(): void;
|
|
19
|
+
create(): void;
|
|
20
|
+
setPosition(): void;
|
|
21
|
+
ngOnDestroy(): void;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BizyTooltipDirective, never>;
|
|
23
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BizyTooltipDirective, "[bizyTooltip]", never, { "tooltipCustomClass": { "alias": "tooltipCustomClass"; "required": false; }; "tooltipPlacement": { "alias": "tooltipPlacement"; "required": false; }; "tooltipDelay": { "alias": "tooltipDelay"; "required": false; }; "tooltipLongPressDuration": { "alias": "tooltipLongPressDuration"; "required": false; }; "tooltipLineClamp": { "alias": "tooltipLineClamp"; "required": false; }; "tooltipText": { "alias": "bizyTooltip"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "delay": { "alias": "delay"; "required": false; }; }, {}, never, never, true, never>;
|
|
24
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { NgForOf } from '@angular/common';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
interface Item {
|
|
4
|
+
id: string;
|
|
5
|
+
}
|
|
6
|
+
export declare class BizyTrackByIdDirective<T extends Item> {
|
|
7
|
+
private readonly ngFor;
|
|
8
|
+
constructor(ngFor: NgForOf<T>);
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BizyTrackByIdDirective<any>, [{ host: true; }]>;
|
|
10
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BizyTrackByIdDirective<any>, "[bizyTrackById]", never, {}, {}, never, never, true, never>;
|
|
11
|
+
}
|
|
12
|
+
export {};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class BizyAveragePipe implements PipeTransform {
|
|
4
|
+
transform(items: Array<unknown>, key: string, fixedTo?: number): number;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BizyAveragePipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<BizyAveragePipe, "bizyAverage", true>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class BizyEnumToArrayPipe implements PipeTransform {
|
|
4
|
+
transform(enumObj: any): {
|
|
5
|
+
key: string;
|
|
6
|
+
value: any;
|
|
7
|
+
}[];
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BizyEnumToArrayPipe, never>;
|
|
9
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<BizyEnumToArrayPipe, "bizyEnumToArray", true>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import { BIZY_FORMAT_SECONDS_FORMAT, BIZY_FORMAT_SECONDS_LANGUAGE, BizyFormatSecondsService } from '../services/format-seconds.service';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class BizyFormatSecondsPipe implements PipeTransform {
|
|
5
|
+
private bizyFormatSecondsService;
|
|
6
|
+
constructor(bizyFormatSecondsService: BizyFormatSecondsService);
|
|
7
|
+
transform(seconds: number, options?: {
|
|
8
|
+
format: BIZY_FORMAT_SECONDS_FORMAT;
|
|
9
|
+
language: BIZY_FORMAT_SECONDS_LANGUAGE;
|
|
10
|
+
}): string;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BizyFormatSecondsPipe, never>;
|
|
12
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<BizyFormatSecondsPipe, "bizyFormatSeconds", true>;
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { BizyRepeatPipe } from "./repeat.pipe";
|
|
2
|
+
import { BizySetToArrayPipe } from "./set-to-array.pipe";
|
|
3
|
+
import { BizyEnumToArrayPipe } from "./enum-to-array.pipe";
|
|
4
|
+
import { BizySelectedPipe } from "./selected.pipe";
|
|
5
|
+
import { BizyOrderByPipe } from "./order-by.pipe";
|
|
6
|
+
import { BizyReducePipe } from "./reduce.pipe";
|
|
7
|
+
import { BizySafePipe } from "./safe.pipe";
|
|
8
|
+
import { BizyAveragePipe } from './average.pipe';
|
|
9
|
+
import { BizySearchPipe } from './search';
|
|
10
|
+
import { BizyFormatSecondsPipe } from "./format-seconds.pipe";
|
|
11
|
+
import { BizyTranslatePipe } from "./translate.pipe";
|
|
12
|
+
export { IBizySearchPipeOptions } from './search';
|
|
13
|
+
export declare const BizyPipes: readonly [typeof BizySearchPipe, typeof BizyAveragePipe, typeof BizyEnumToArrayPipe, typeof BizyFormatSecondsPipe, typeof BizyOrderByPipe, typeof BizyReducePipe, typeof BizyRepeatPipe, typeof BizySafePipe, typeof BizySelectedPipe, typeof BizySetToArrayPipe, typeof BizyTranslatePipe];
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class BizyOrderByPipe implements PipeTransform {
|
|
4
|
+
#private;
|
|
5
|
+
transform<T>(items: Array<T>, order?: 'asc' | 'desc' | null, property?: string): Array<T>;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BizyOrderByPipe, never>;
|
|
7
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<BizyOrderByPipe, "bizyOrderBy", true>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class BizyReducePipe implements PipeTransform {
|
|
4
|
+
transform(items: Array<unknown>, key: string, fixedTo?: number): number;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BizyReducePipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<BizyReducePipe, "bizyReduce", true>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class BizyRepeatPipe implements PipeTransform {
|
|
4
|
+
transform(value: number): number[];
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BizyRepeatPipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<BizyRepeatPipe, "bizyRepeat", true>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import { DomSanitizer, SafeHtml, SafeResourceUrl, SafeScript, SafeStyle, SafeUrl } from '@angular/platform-browser';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class BizySafePipe implements PipeTransform {
|
|
5
|
+
private sanitizer;
|
|
6
|
+
constructor(sanitizer: DomSanitizer);
|
|
7
|
+
transform(value: any, type: string): SafeHtml | SafeStyle | SafeScript | SafeUrl | SafeResourceUrl;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BizySafePipe, never>;
|
|
9
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<BizySafePipe, "bizySafe", true>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { FuseGetFunction } from "fuse.js";
|
|
2
|
+
export interface IFuseResult {
|
|
3
|
+
item: any;
|
|
4
|
+
refIndex: number;
|
|
5
|
+
score: number;
|
|
6
|
+
}
|
|
7
|
+
export interface IOptions {
|
|
8
|
+
isCaseSensitive?: boolean;
|
|
9
|
+
includeScore?: boolean;
|
|
10
|
+
includeMatches?: boolean;
|
|
11
|
+
shouldSort?: boolean;
|
|
12
|
+
findAllMatches?: boolean;
|
|
13
|
+
minMatchCharLength?: number;
|
|
14
|
+
location?: number;
|
|
15
|
+
threshold?: number;
|
|
16
|
+
distance?: number;
|
|
17
|
+
useExtendedSearch?: boolean;
|
|
18
|
+
ignoreLocation?: boolean;
|
|
19
|
+
ignoreFieldNorm?: boolean;
|
|
20
|
+
getFn?: FuseGetFunction<any>;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* NOTA:
|
|
24
|
+
* - Para comprender mejor cómo location, threshold y distance funcionan juntos, leer en https://fusejs.io/concepts/scoring-theory.html#scoring-theory
|
|
25
|
+
* - El único momento en que tiene sentido establecer ignoreFieldNorm en true es cuando no importa cuántos términos haya, sino solo que el término de consulta exista.
|
|
26
|
+
*/
|
|
27
|
+
export interface IBizySearchPipeOptions extends IOptions {
|
|
28
|
+
keys?: Array<string>;
|
|
29
|
+
}
|
|
30
|
+
export declare class BizySearchPipeOptions implements IBizySearchPipeOptions {
|
|
31
|
+
isCaseSensitive?: boolean;
|
|
32
|
+
distance?: number;
|
|
33
|
+
findAllMatches?: boolean;
|
|
34
|
+
ignoreLocation?: boolean;
|
|
35
|
+
ignoreFieldNorm?: boolean;
|
|
36
|
+
includeMatches?: boolean;
|
|
37
|
+
includeScore?: boolean;
|
|
38
|
+
location?: number;
|
|
39
|
+
minMatchCharLength?: number;
|
|
40
|
+
shouldSort?: boolean;
|
|
41
|
+
threshold?: number;
|
|
42
|
+
useExtendedSearch?: boolean;
|
|
43
|
+
keys: Array<string>;
|
|
44
|
+
constructor(options: IOptions, keys?: Array<string>);
|
|
45
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { IBizySearchPipeOptions } from './search.model';
|
|
2
|
+
import { PipeTransform } from '@angular/core';
|
|
3
|
+
import Fuse from 'fuse.js';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class BizySearchPipe implements PipeTransform {
|
|
6
|
+
#private;
|
|
7
|
+
searchPipeOptions: IBizySearchPipeOptions;
|
|
8
|
+
fuse: Fuse<any>;
|
|
9
|
+
items: Array<unknown>;
|
|
10
|
+
readonly perfectMatch: {
|
|
11
|
+
threshold: number;
|
|
12
|
+
};
|
|
13
|
+
transform<T>(items: Array<T>, search: string | number | Array<string | number>, keys?: string | Array<string>, options?: IBizySearchPipeOptions): Array<T>;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BizySearchPipe, never>;
|
|
15
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<BizySearchPipe, "bizySearch", true>;
|
|
16
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class BizySelectedPipe implements PipeTransform {
|
|
4
|
+
transform<T>(items: Array<T & {
|
|
5
|
+
selected: boolean;
|
|
6
|
+
}>): Array<T & {
|
|
7
|
+
selected: boolean;
|
|
8
|
+
}>;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BizySelectedPipe, never>;
|
|
10
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<BizySelectedPipe, "bizySelected", true>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class BizySetToArrayPipe implements PipeTransform {
|
|
4
|
+
transform<T>(items: Set<T>): Array<T>;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BizySetToArrayPipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<BizySetToArrayPipe, "bizySetToArray", true>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import { BizyTranslateService } from '../services/translate';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class BizyTranslatePipe implements PipeTransform {
|
|
5
|
+
private translate;
|
|
6
|
+
constructor(translate: BizyTranslateService);
|
|
7
|
+
transform(label: string): string;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BizyTranslatePipe, never>;
|
|
9
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<BizyTranslatePipe, "translate", true>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { RendererFactory2 } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare enum BIZY_ANIMATION {
|
|
4
|
+
FADE_IN = "fade-in",
|
|
5
|
+
FADE_OUT = "fade-out",
|
|
6
|
+
FADE_IN_UP = "fade-in-up",
|
|
7
|
+
FADE_IN_RIGHT = "fade-in-right",
|
|
8
|
+
FADE_IN_DOWN = "fade-in-down",
|
|
9
|
+
FADE_IN_LEFT = "fade-in-left",
|
|
10
|
+
SLIDE_IN_UP = "slide-in-up",
|
|
11
|
+
SLIDE_IN_RIGHT = "slide-in-right",
|
|
12
|
+
SLIDE_IN_DOWN = "slide-in-down",
|
|
13
|
+
SLIDE_IN_LEFT = "slide-in-left",
|
|
14
|
+
SLIDE_OUT_RIGHT = "slide-out-right",
|
|
15
|
+
SLIDE_OUT_LEFT = "slide-out-left"
|
|
16
|
+
}
|
|
17
|
+
export declare class BizyAnimationService {
|
|
18
|
+
#private;
|
|
19
|
+
private rendererFactory;
|
|
20
|
+
constructor(rendererFactory: RendererFactory2);
|
|
21
|
+
setAnimation(element: HTMLElement, animation: BIZY_ANIMATION): Promise<void>;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BizyAnimationService, never>;
|
|
23
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<BizyAnimationService>;
|
|
24
|
+
}
|