@datarailsshared/datarailsshared 1.3.49 → 1.3.51
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/_datarailsshared.styles.css +3 -3
- package/assets/styles/_styles.scss +2 -2
- package/assets/styles/img/default-avatar.svg +5 -5
- package/bundles/datarailsshared-datarailsshared.umd.js +3984 -3995
- package/bundles/datarailsshared-datarailsshared.umd.js.map +1 -1
- package/datarailsshared-datarailsshared-1.3.51.tgz +0 -0
- package/datarailsshared-datarailsshared.d.ts +9 -9
- package/datarailsshared-datarailsshared.metadata.json +1 -1
- package/esm2015/datarailsshared-datarailsshared.js +9 -9
- package/esm2015/lib/date-tags/date-tag.component.js +70 -70
- package/esm2015/lib/date-tags/date-tag.module.js +50 -50
- package/esm2015/lib/date-tags/day-tag/day-tag.component.js +81 -81
- package/esm2015/lib/date-tags/forecast-tag/forecast-tag.component.js +143 -143
- package/esm2015/lib/date-tags/month-tag/month-tag.component.js +87 -87
- package/esm2015/lib/date-tags/quarter-tag/quarter-tag.component.js +101 -101
- package/esm2015/lib/date-tags/week-tag/week-tag.component.js +124 -124
- package/esm2015/lib/date-tags/year-tag/year-tag.component.js +93 -93
- package/esm2015/lib/dr-accordion/accordion-item-body.component.js +57 -57
- package/esm2015/lib/dr-accordion/accordion-item-header.component.js +79 -79
- package/esm2015/lib/dr-accordion/accordion-item.component.js +123 -123
- package/esm2015/lib/dr-accordion/accordion.component.js +43 -43
- package/esm2015/lib/dr-accordion/accordion.module.js +23 -23
- package/esm2015/lib/dr-avatar/dr-avatar.component.js +42 -42
- package/esm2015/lib/dr-avatar/dr-avatar.module.js +26 -26
- package/esm2015/lib/dr-avatar/dr-avatar.pipe.js +15 -15
- package/esm2015/lib/dr-dropdown/dr-dropdown-item-show.pipe.js +12 -12
- package/esm2015/lib/dr-dropdown/dr-dropdown-position.directive.js +97 -97
- package/esm2015/lib/dr-dropdown/dr-dropdown.component.js +110 -110
- package/esm2015/lib/dr-dropdown/dr-dropdown.directive.js +89 -89
- package/esm2015/lib/dr-dropdown/dr-dropdown.module.js +34 -34
- package/esm2015/lib/dr-dropdown/dr-dropdown.service.js +24 -24
- package/esm2015/lib/dr-inputs/button/button.component.js +80 -80
- package/esm2015/lib/dr-inputs/checkbox/checkbox.component.js +63 -63
- package/esm2015/lib/dr-inputs/dr-date-picker/dr-date-picker-format.directive.js +47 -47
- package/esm2015/lib/dr-inputs/dr-date-picker/dr-date-picker.component.js +183 -186
- package/esm2015/lib/dr-inputs/dr-date-picker/dr-date-picker.service.js +41 -41
- package/esm2015/lib/dr-inputs/dr-date-picker/dr-date-picker_custom-header/dr-date-picker_custom-header.component.js +129 -129
- package/esm2015/lib/dr-inputs/dr-input/dr-input.component.js +185 -185
- package/esm2015/lib/dr-inputs/dr-inputs.module.js +51 -51
- package/esm2015/lib/dr-inputs/dr-model-debounce-change.directive.js +31 -31
- package/esm2015/lib/dr-inputs/dr-select/dr-select.component.js +90 -90
- package/esm2015/lib/dr-inputs/dr-toggle/dr-toggle.component.js +64 -64
- package/esm2015/lib/dr-inputs/dr-toggle-button/dr-toggle-button.component.js +56 -56
- package/esm2015/lib/dr-inputs/radio-button/radio-button.component.js +64 -64
- package/esm2015/lib/dr-inputs/radio-button/radio-group.component.js +164 -164
- package/esm2015/lib/dr-popover/dr-popover-ref.js +20 -20
- package/esm2015/lib/dr-popover/dr-popover.component.js +77 -77
- package/esm2015/lib/dr-popover/dr-popover.directive.js +72 -72
- package/esm2015/lib/dr-popover/dr-popover.module.js +23 -23
- package/esm2015/lib/dr-popover/dr-popover.service.js +102 -102
- package/esm2015/lib/dr-spinner/dr-spinner.component.js +29 -29
- package/esm2015/lib/dr-spinner/dr-spinner.directive.js +53 -53
- package/esm2015/lib/dr-spinner/dr-spinner.module.js +18 -18
- package/esm2015/lib/dr-tabs/dr-tab.component.js +23 -23
- package/esm2015/lib/dr-tabs/dr-tabs.component.js +28 -28
- package/esm2015/lib/dr-tabs/dr-tabs.module.js +30 -30
- package/esm2015/lib/dr-tags/dr-tag.component.js +54 -54
- package/esm2015/lib/dr-tags/dr-tag.module.js +22 -22
- package/esm2015/lib/dr-tooltip/dr-tooltip.component.js +30 -30
- package/esm2015/lib/dr-tooltip/dr-tooltip.directive.js +102 -102
- package/esm2015/lib/dr-tooltip/dr-tooltip.module.js +23 -23
- package/esm2015/lib/list-tags/list-tag.component.js +41 -41
- package/esm2015/lib/list-tags/list-tag.module.js +29 -29
- package/esm2015/lib/models/constants.js +97 -97
- package/esm2015/lib/models/datePicker.js +40 -40
- package/esm2015/lib/models/dropdown.js +2 -2
- package/esm2015/lib/models/popover.js +27 -27
- package/esm2015/lib/models/serverTags.js +2 -2
- package/esm2015/public-api.js +57 -57
- package/fesm2015/datarailsshared-datarailsshared.js +3365 -3368
- package/fesm2015/datarailsshared-datarailsshared.js.map +1 -1
- package/lib/date-tags/date-tag.component.d.ts +27 -27
- package/lib/date-tags/date-tag.module.d.ts +4 -4
- package/lib/date-tags/day-tag/day-tag.component.d.ts +12 -12
- package/lib/date-tags/forecast-tag/forecast-tag.component.d.ts +21 -21
- package/lib/date-tags/month-tag/month-tag.component.d.ts +14 -14
- package/lib/date-tags/quarter-tag/quarter-tag.component.d.ts +17 -17
- package/lib/date-tags/week-tag/week-tag.component.d.ts +19 -19
- package/lib/date-tags/year-tag/year-tag.component.d.ts +14 -14
- package/lib/dr-accordion/accordion-item-body.component.d.ts +11 -11
- package/lib/dr-accordion/accordion-item-header.component.d.ts +16 -16
- package/lib/dr-accordion/accordion-item.component.d.ts +53 -53
- package/lib/dr-accordion/accordion.component.d.ts +19 -19
- package/lib/dr-accordion/accordion.module.d.ts +2 -2
- package/lib/dr-avatar/dr-avatar.component.d.ts +10 -10
- package/lib/dr-avatar/dr-avatar.module.d.ts +2 -2
- package/lib/dr-avatar/dr-avatar.pipe.d.ts +4 -4
- package/lib/dr-dropdown/dr-dropdown-item-show.pipe.d.ts +5 -5
- package/lib/dr-dropdown/dr-dropdown-position.directive.d.ts +12 -12
- package/lib/dr-dropdown/dr-dropdown.component.d.ts +26 -26
- package/lib/dr-dropdown/dr-dropdown.directive.d.ts +23 -23
- package/lib/dr-dropdown/dr-dropdown.module.d.ts +2 -2
- package/lib/dr-dropdown/dr-dropdown.service.d.ts +11 -11
- package/lib/dr-inputs/button/button.component.d.ts +21 -21
- package/lib/dr-inputs/checkbox/checkbox.component.d.ts +20 -20
- package/lib/dr-inputs/dr-date-picker/dr-date-picker-format.directive.d.ts +10 -10
- package/lib/dr-inputs/dr-date-picker/dr-date-picker.component.d.ts +54 -54
- package/lib/dr-inputs/dr-date-picker/dr-date-picker.service.d.ts +12 -12
- package/lib/dr-inputs/dr-date-picker/dr-date-picker_custom-header/dr-date-picker_custom-header.component.d.ts +41 -41
- package/lib/dr-inputs/dr-input/dr-input.component.d.ts +58 -58
- package/lib/dr-inputs/dr-inputs.module.d.ts +2 -2
- package/lib/dr-inputs/dr-model-debounce-change.directive.d.ts +11 -11
- package/lib/dr-inputs/dr-select/dr-select.component.d.ts +38 -38
- package/lib/dr-inputs/dr-toggle/dr-toggle.component.d.ts +23 -23
- package/lib/dr-inputs/dr-toggle-button/dr-toggle-button.component.d.ts +19 -19
- package/lib/dr-inputs/radio-button/radio-button.component.d.ts +21 -21
- package/lib/dr-inputs/radio-button/radio-group.component.d.ts +39 -39
- package/lib/dr-popover/dr-popover-ref.d.ts +16 -16
- package/lib/dr-popover/dr-popover.component.d.ts +26 -26
- package/lib/dr-popover/dr-popover.directive.d.ts +26 -26
- package/lib/dr-popover/dr-popover.module.d.ts +2 -2
- package/lib/dr-popover/dr-popover.service.d.ts +17 -17
- package/lib/dr-spinner/dr-spinner.component.d.ts +10 -10
- package/lib/dr-spinner/dr-spinner.directive.d.ts +15 -15
- package/lib/dr-spinner/dr-spinner.module.d.ts +2 -2
- package/lib/dr-tabs/dr-tab.component.d.ts +8 -8
- package/lib/dr-tabs/dr-tabs.component.d.ts +11 -11
- package/lib/dr-tabs/dr-tabs.module.d.ts +2 -2
- package/lib/dr-tags/dr-tag.component.d.ts +15 -15
- package/lib/dr-tags/dr-tag.module.d.ts +2 -2
- package/lib/dr-tooltip/dr-tooltip.component.d.ts +16 -16
- package/lib/dr-tooltip/dr-tooltip.directive.d.ts +23 -23
- package/lib/dr-tooltip/dr-tooltip.module.d.ts +2 -2
- package/lib/list-tags/list-tag.component.d.ts +14 -14
- package/lib/list-tags/list-tag.module.d.ts +2 -2
- package/lib/models/constants.d.ts +87 -87
- package/lib/models/datePicker.d.ts +25 -25
- package/lib/models/dropdown.d.ts +48 -48
- package/lib/models/popover.d.ts +32 -32
- package/lib/models/serverTags.d.ts +28 -28
- package/package.json +1 -1
- package/public-api.d.ts +55 -55
- package/datarailsshared-datarailsshared-1.3.49.tgz +0 -0
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { ChangeDetectorRef, EventEmitter, AfterViewInit } from '@angular/core';
|
|
2
|
-
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
-
export declare class DrToggleComponent implements ControlValueAccessor, AfterViewInit {
|
|
4
|
-
private cdr;
|
|
5
|
-
_disabled: boolean;
|
|
6
|
-
_elementClass: string[];
|
|
7
|
-
toggleTitle: any;
|
|
8
|
-
toggleTitleRight: boolean;
|
|
9
|
-
successType: boolean;
|
|
10
|
-
checkedStatus: boolean;
|
|
11
|
-
set disabled(value: boolean);
|
|
12
|
-
checkedChange: EventEmitter<any>;
|
|
13
|
-
get elementClass(): string;
|
|
14
|
-
constructor(cdr: ChangeDetectorRef);
|
|
15
|
-
ngAfterViewInit(): void;
|
|
16
|
-
onChange: (value: boolean) => void;
|
|
17
|
-
onTouched: () => void;
|
|
18
|
-
writeValue(value: boolean): void;
|
|
19
|
-
registerOnChange(fn: any): void;
|
|
20
|
-
registerOnTouched(fn: any): void;
|
|
21
|
-
setDisabledState?(isDisabled: boolean): void;
|
|
22
|
-
setValue(): void;
|
|
23
|
-
}
|
|
1
|
+
import { ChangeDetectorRef, EventEmitter, AfterViewInit } from '@angular/core';
|
|
2
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
+
export declare class DrToggleComponent implements ControlValueAccessor, AfterViewInit {
|
|
4
|
+
private cdr;
|
|
5
|
+
_disabled: boolean;
|
|
6
|
+
_elementClass: string[];
|
|
7
|
+
toggleTitle: any;
|
|
8
|
+
toggleTitleRight: boolean;
|
|
9
|
+
successType: boolean;
|
|
10
|
+
checkedStatus: boolean;
|
|
11
|
+
set disabled(value: boolean);
|
|
12
|
+
checkedChange: EventEmitter<any>;
|
|
13
|
+
get elementClass(): string;
|
|
14
|
+
constructor(cdr: ChangeDetectorRef);
|
|
15
|
+
ngAfterViewInit(): void;
|
|
16
|
+
onChange: (value: boolean) => void;
|
|
17
|
+
onTouched: () => void;
|
|
18
|
+
writeValue(value: boolean): void;
|
|
19
|
+
registerOnChange(fn: any): void;
|
|
20
|
+
registerOnTouched(fn: any): void;
|
|
21
|
+
setDisabledState?(isDisabled: boolean): void;
|
|
22
|
+
setValue(): void;
|
|
23
|
+
}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { ChangeDetectorRef } from '@angular/core';
|
|
2
|
-
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
-
export declare class DrToggleButtonComponent implements ControlValueAccessor {
|
|
4
|
-
private cdr;
|
|
5
|
-
_disabled: boolean;
|
|
6
|
-
items: string[] | any[];
|
|
7
|
-
bindLabel: string | null;
|
|
8
|
-
bindValue: string | null;
|
|
9
|
-
selectedValue: boolean;
|
|
10
|
-
set disabled(value: boolean);
|
|
11
|
-
constructor(cdr: ChangeDetectorRef);
|
|
12
|
-
onChange: (value: boolean) => void;
|
|
13
|
-
onTouched: () => void;
|
|
14
|
-
writeValue(value: any): void;
|
|
15
|
-
registerOnChange(fn: any): void;
|
|
16
|
-
registerOnTouched(fn: any): void;
|
|
17
|
-
setDisabledState?(isDisabled: boolean): void;
|
|
18
|
-
setValue(item: any): void;
|
|
19
|
-
}
|
|
1
|
+
import { ChangeDetectorRef } from '@angular/core';
|
|
2
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
+
export declare class DrToggleButtonComponent implements ControlValueAccessor {
|
|
4
|
+
private cdr;
|
|
5
|
+
_disabled: boolean;
|
|
6
|
+
items: string[] | any[];
|
|
7
|
+
bindLabel: string | null;
|
|
8
|
+
bindValue: string | null;
|
|
9
|
+
selectedValue: boolean;
|
|
10
|
+
set disabled(value: boolean);
|
|
11
|
+
constructor(cdr: ChangeDetectorRef);
|
|
12
|
+
onChange: (value: boolean) => void;
|
|
13
|
+
onTouched: () => void;
|
|
14
|
+
writeValue(value: any): void;
|
|
15
|
+
registerOnChange(fn: any): void;
|
|
16
|
+
registerOnTouched(fn: any): void;
|
|
17
|
+
setDisabledState?(isDisabled: boolean): void;
|
|
18
|
+
setValue(item: any): void;
|
|
19
|
+
}
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { ChangeDetectorRef, EventEmitter } from '@angular/core';
|
|
2
|
-
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
-
export declare class RadioButtonComponent implements ControlValueAccessor {
|
|
4
|
-
private cdr;
|
|
5
|
-
disabled: boolean;
|
|
6
|
-
name: string;
|
|
7
|
-
_value: any;
|
|
8
|
-
valueChange: EventEmitter<any>;
|
|
9
|
-
modelValue: any;
|
|
10
|
-
get value(): any;
|
|
11
|
-
onChange: any;
|
|
12
|
-
onTouched: any;
|
|
13
|
-
constructor(cdr: ChangeDetectorRef);
|
|
14
|
-
registerOnChange(fn: any): void;
|
|
15
|
-
registerOnTouched(fn: any): void;
|
|
16
|
-
writeValue(value: any): void;
|
|
17
|
-
toggleChange(event: any): void;
|
|
18
|
-
valueChanged(event: any): void;
|
|
19
|
-
_setName(name: string): void;
|
|
20
|
-
_markForCheck(): void;
|
|
21
|
-
}
|
|
1
|
+
import { ChangeDetectorRef, EventEmitter } from '@angular/core';
|
|
2
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
+
export declare class RadioButtonComponent implements ControlValueAccessor {
|
|
4
|
+
private cdr;
|
|
5
|
+
disabled: boolean;
|
|
6
|
+
name: string;
|
|
7
|
+
_value: any;
|
|
8
|
+
valueChange: EventEmitter<any>;
|
|
9
|
+
modelValue: any;
|
|
10
|
+
get value(): any;
|
|
11
|
+
onChange: any;
|
|
12
|
+
onTouched: any;
|
|
13
|
+
constructor(cdr: ChangeDetectorRef);
|
|
14
|
+
registerOnChange(fn: any): void;
|
|
15
|
+
registerOnTouched(fn: any): void;
|
|
16
|
+
writeValue(value: any): void;
|
|
17
|
+
toggleChange(event: any): void;
|
|
18
|
+
valueChanged(event: any): void;
|
|
19
|
+
_setName(name: string): void;
|
|
20
|
+
_markForCheck(): void;
|
|
21
|
+
}
|
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
import { AfterContentInit, EventEmitter, OnDestroy, QueryList, ElementRef } from '@angular/core';
|
|
2
|
-
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
-
import { Subject } from 'rxjs';
|
|
4
|
-
import { RadioButtonComponent } from './radio-button.component';
|
|
5
|
-
export declare class RadioGroupComponent implements AfterContentInit, OnDestroy, ControlValueAccessor {
|
|
6
|
-
protected hostElement: ElementRef<HTMLElement>;
|
|
7
|
-
protected platformId: any;
|
|
8
|
-
protected document: any;
|
|
9
|
-
get value(): any;
|
|
10
|
-
set value(value: any);
|
|
11
|
-
get name(): string;
|
|
12
|
-
set name(name: string);
|
|
13
|
-
get disabled(): boolean;
|
|
14
|
-
set disabled(disabled: boolean);
|
|
15
|
-
constructor(hostElement: ElementRef<HTMLElement>, platformId: any, document: any);
|
|
16
|
-
protected destroy$: Subject<void>;
|
|
17
|
-
protected _value: any;
|
|
18
|
-
protected _name: string;
|
|
19
|
-
protected _disabled: boolean;
|
|
20
|
-
radios: QueryList<RadioButtonComponent>;
|
|
21
|
-
valueChange: EventEmitter<any>;
|
|
22
|
-
protected onChange: (value: any) => void;
|
|
23
|
-
protected onTouched: () => void;
|
|
24
|
-
ngAfterContentInit(): void;
|
|
25
|
-
ngOnDestroy(): void;
|
|
26
|
-
registerOnChange(fn: any): void;
|
|
27
|
-
registerOnTouched(fn: any): void;
|
|
28
|
-
writeValue(value: any): void;
|
|
29
|
-
setDisabledState(isDisabled: boolean): void;
|
|
30
|
-
protected updateAndSubscribeToRadios(): void;
|
|
31
|
-
protected updateNames(): void;
|
|
32
|
-
protected updateValues(): void;
|
|
33
|
-
protected updateDisabled(): void;
|
|
34
|
-
protected subscribeOnRadiosValueChange(): void;
|
|
35
|
-
protected propagateValue(value: any): void;
|
|
36
|
-
protected subscribeOnRadiosBlur(): void;
|
|
37
|
-
protected updateAndMarkForCheckRadios(updateFn: (RadioButtonComponent: any) => void): void;
|
|
38
|
-
protected updateValueFromCheckedOption(): void;
|
|
39
|
-
}
|
|
1
|
+
import { AfterContentInit, EventEmitter, OnDestroy, QueryList, ElementRef } from '@angular/core';
|
|
2
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
+
import { Subject } from 'rxjs';
|
|
4
|
+
import { RadioButtonComponent } from './radio-button.component';
|
|
5
|
+
export declare class RadioGroupComponent implements AfterContentInit, OnDestroy, ControlValueAccessor {
|
|
6
|
+
protected hostElement: ElementRef<HTMLElement>;
|
|
7
|
+
protected platformId: any;
|
|
8
|
+
protected document: any;
|
|
9
|
+
get value(): any;
|
|
10
|
+
set value(value: any);
|
|
11
|
+
get name(): string;
|
|
12
|
+
set name(name: string);
|
|
13
|
+
get disabled(): boolean;
|
|
14
|
+
set disabled(disabled: boolean);
|
|
15
|
+
constructor(hostElement: ElementRef<HTMLElement>, platformId: any, document: any);
|
|
16
|
+
protected destroy$: Subject<void>;
|
|
17
|
+
protected _value: any;
|
|
18
|
+
protected _name: string;
|
|
19
|
+
protected _disabled: boolean;
|
|
20
|
+
radios: QueryList<RadioButtonComponent>;
|
|
21
|
+
valueChange: EventEmitter<any>;
|
|
22
|
+
protected onChange: (value: any) => void;
|
|
23
|
+
protected onTouched: () => void;
|
|
24
|
+
ngAfterContentInit(): void;
|
|
25
|
+
ngOnDestroy(): void;
|
|
26
|
+
registerOnChange(fn: any): void;
|
|
27
|
+
registerOnTouched(fn: any): void;
|
|
28
|
+
writeValue(value: any): void;
|
|
29
|
+
setDisabledState(isDisabled: boolean): void;
|
|
30
|
+
protected updateAndSubscribeToRadios(): void;
|
|
31
|
+
protected updateNames(): void;
|
|
32
|
+
protected updateValues(): void;
|
|
33
|
+
protected updateDisabled(): void;
|
|
34
|
+
protected subscribeOnRadiosValueChange(): void;
|
|
35
|
+
protected propagateValue(value: any): void;
|
|
36
|
+
protected subscribeOnRadiosBlur(): void;
|
|
37
|
+
protected updateAndMarkForCheckRadios(updateFn: (RadioButtonComponent: any) => void): void;
|
|
38
|
+
protected updateValueFromCheckedOption(): void;
|
|
39
|
+
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { OverlayRef } from '@angular/cdk/overlay';
|
|
2
|
-
import { ComponentRef } from '@angular/core';
|
|
3
|
-
import { Subject, Observable } from 'rxjs';
|
|
4
|
-
import { DrPopoverComponent } from './dr-popover.component';
|
|
5
|
-
export declare class DrPopoverRef<T = any> {
|
|
6
|
-
private overlayRef;
|
|
7
|
-
componentRef: ComponentRef<DrPopoverComponent<T>>;
|
|
8
|
-
protected onClose$: Subject<any>;
|
|
9
|
-
/**
|
|
10
|
-
* Correct type is @type {Observable<any>}
|
|
11
|
-
*/
|
|
12
|
-
readonly onClose: any;
|
|
13
|
-
readonly onBackdropClick: Observable<MouseEvent>;
|
|
14
|
-
constructor(overlayRef: OverlayRef);
|
|
15
|
-
close(res?: any): void;
|
|
16
|
-
}
|
|
1
|
+
import { OverlayRef } from '@angular/cdk/overlay';
|
|
2
|
+
import { ComponentRef } from '@angular/core';
|
|
3
|
+
import { Subject, Observable } from 'rxjs';
|
|
4
|
+
import { DrPopoverComponent } from './dr-popover.component';
|
|
5
|
+
export declare class DrPopoverRef<T = any> {
|
|
6
|
+
private overlayRef;
|
|
7
|
+
componentRef: ComponentRef<DrPopoverComponent<T>>;
|
|
8
|
+
protected onClose$: Subject<any>;
|
|
9
|
+
/**
|
|
10
|
+
* Correct type is @type {Observable<any>}
|
|
11
|
+
*/
|
|
12
|
+
readonly onClose: any;
|
|
13
|
+
readonly onBackdropClick: Observable<MouseEvent>;
|
|
14
|
+
constructor(overlayRef: OverlayRef);
|
|
15
|
+
close(res?: any): void;
|
|
16
|
+
}
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import { ChangeDetectorRef, ComponentFactoryResolver, ComponentRef, ElementRef, TemplateRef, Type, ViewContainerRef, OnInit } from '@angular/core';
|
|
2
|
-
import { DrPopoverRef } from './dr-popover-ref';
|
|
3
|
-
import { IPopoverManualClosing, Point, DrPopoverAlignment } from '../models/popover';
|
|
4
|
-
export declare class DrPopoverComponent<T> implements OnInit {
|
|
5
|
-
private cdr;
|
|
6
|
-
private componentFactoryResolver;
|
|
7
|
-
private viewContainerRef;
|
|
8
|
-
private elementRef;
|
|
9
|
-
private popoverRef;
|
|
10
|
-
content: TemplateRef<any> | Type<T>;
|
|
11
|
-
contentContext: any;
|
|
12
|
-
class: string;
|
|
13
|
-
hostRef: ElementRef<unknown> | HTMLElement | Point;
|
|
14
|
-
manualClosing: IPopoverManualClosing;
|
|
15
|
-
alignment: DrPopoverAlignment;
|
|
16
|
-
position: string;
|
|
17
|
-
popoverContainer: ElementRef<HTMLElement>;
|
|
18
|
-
isContentTemplate: boolean;
|
|
19
|
-
componentRef: ComponentRef<T>;
|
|
20
|
-
width: string;
|
|
21
|
-
height: string;
|
|
22
|
-
popover: boolean;
|
|
23
|
-
clickOutside(e: any): void;
|
|
24
|
-
constructor(cdr: ChangeDetectorRef, componentFactoryResolver: ComponentFactoryResolver, viewContainerRef: ViewContainerRef, elementRef: ElementRef, popoverRef: DrPopoverRef<T>);
|
|
25
|
-
ngOnInit(): void;
|
|
26
|
-
}
|
|
1
|
+
import { ChangeDetectorRef, ComponentFactoryResolver, ComponentRef, ElementRef, TemplateRef, Type, ViewContainerRef, OnInit } from '@angular/core';
|
|
2
|
+
import { DrPopoverRef } from './dr-popover-ref';
|
|
3
|
+
import { IPopoverManualClosing, Point, DrPopoverAlignment } from '../models/popover';
|
|
4
|
+
export declare class DrPopoverComponent<T> implements OnInit {
|
|
5
|
+
private cdr;
|
|
6
|
+
private componentFactoryResolver;
|
|
7
|
+
private viewContainerRef;
|
|
8
|
+
private elementRef;
|
|
9
|
+
private popoverRef;
|
|
10
|
+
content: TemplateRef<any> | Type<T>;
|
|
11
|
+
contentContext: any;
|
|
12
|
+
class: string;
|
|
13
|
+
hostRef: ElementRef<unknown> | HTMLElement | Point;
|
|
14
|
+
manualClosing: IPopoverManualClosing;
|
|
15
|
+
alignment: DrPopoverAlignment;
|
|
16
|
+
position: string;
|
|
17
|
+
popoverContainer: ElementRef<HTMLElement>;
|
|
18
|
+
isContentTemplate: boolean;
|
|
19
|
+
componentRef: ComponentRef<T>;
|
|
20
|
+
width: string;
|
|
21
|
+
height: string;
|
|
22
|
+
popover: boolean;
|
|
23
|
+
clickOutside(e: any): void;
|
|
24
|
+
constructor(cdr: ChangeDetectorRef, componentFactoryResolver: ComponentFactoryResolver, viewContainerRef: ViewContainerRef, elementRef: ElementRef, popoverRef: DrPopoverRef<T>);
|
|
25
|
+
ngOnInit(): void;
|
|
26
|
+
}
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import { ElementRef, EventEmitter, OnDestroy, TemplateRef, Type } from '@angular/core';
|
|
2
|
-
import { OverlayConfig } from '@angular/cdk/overlay';
|
|
3
|
-
import { ElPosition } from './../models/dropdown';
|
|
4
|
-
import { DrPopoverService } from './dr-popover.service';
|
|
5
|
-
import { IPopoverManualClosing, DrPopoverAlignment } from '../models/popover';
|
|
6
|
-
export declare class DrPopoverDirective<T> implements OnDestroy {
|
|
7
|
-
private elementRef;
|
|
8
|
-
private drPopoverService;
|
|
9
|
-
content: TemplateRef<any> | Type<T>;
|
|
10
|
-
contentContext: Object;
|
|
11
|
-
position: ElPosition;
|
|
12
|
-
class: string;
|
|
13
|
-
overlayConfig: OverlayConfig;
|
|
14
|
-
manualClosing: IPopoverManualClosing;
|
|
15
|
-
alignment: DrPopoverAlignment;
|
|
16
|
-
popoverClose: EventEmitter<any>;
|
|
17
|
-
showStateChange: EventEmitter<{
|
|
18
|
-
isShown: boolean;
|
|
19
|
-
}>;
|
|
20
|
-
private popoverRef;
|
|
21
|
-
constructor(elementRef: ElementRef, drPopoverService: DrPopoverService);
|
|
22
|
-
togglePopover(): void;
|
|
23
|
-
closePopover(res?: any): void;
|
|
24
|
-
private renderPopover;
|
|
25
|
-
ngOnDestroy(): void;
|
|
26
|
-
}
|
|
1
|
+
import { ElementRef, EventEmitter, OnDestroy, TemplateRef, Type } from '@angular/core';
|
|
2
|
+
import { OverlayConfig } from '@angular/cdk/overlay';
|
|
3
|
+
import { ElPosition } from './../models/dropdown';
|
|
4
|
+
import { DrPopoverService } from './dr-popover.service';
|
|
5
|
+
import { IPopoverManualClosing, DrPopoverAlignment } from '../models/popover';
|
|
6
|
+
export declare class DrPopoverDirective<T> implements OnDestroy {
|
|
7
|
+
private elementRef;
|
|
8
|
+
private drPopoverService;
|
|
9
|
+
content: TemplateRef<any> | Type<T>;
|
|
10
|
+
contentContext: Object;
|
|
11
|
+
position: ElPosition;
|
|
12
|
+
class: string;
|
|
13
|
+
overlayConfig: OverlayConfig;
|
|
14
|
+
manualClosing: IPopoverManualClosing;
|
|
15
|
+
alignment: DrPopoverAlignment;
|
|
16
|
+
popoverClose: EventEmitter<any>;
|
|
17
|
+
showStateChange: EventEmitter<{
|
|
18
|
+
isShown: boolean;
|
|
19
|
+
}>;
|
|
20
|
+
private popoverRef;
|
|
21
|
+
constructor(elementRef: ElementRef, drPopoverService: DrPopoverService);
|
|
22
|
+
togglePopover(): void;
|
|
23
|
+
closePopover(res?: any): void;
|
|
24
|
+
private renderPopover;
|
|
25
|
+
ngOnDestroy(): void;
|
|
26
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare class DrPopoverModule {
|
|
2
|
-
}
|
|
1
|
+
export declare class DrPopoverModule {
|
|
2
|
+
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { DrPopoverRef } from './dr-popover-ref';
|
|
2
|
-
import { Injector, TemplateRef, Type } from '@angular/core';
|
|
3
|
-
import { Overlay, OverlayPositionBuilder } from '@angular/cdk/overlay';
|
|
4
|
-
import { IDrPopoverComponentModel } from '../models/popover';
|
|
5
|
-
export declare class DrPopoverService {
|
|
6
|
-
private overlay;
|
|
7
|
-
private overlayPositionBuilder;
|
|
8
|
-
private injector;
|
|
9
|
-
constructor(overlay: Overlay, overlayPositionBuilder: OverlayPositionBuilder, injector: Injector);
|
|
10
|
-
open<T>(content: Type<T> | TemplateRef<HTMLElement>, popoverModel: IDrPopoverComponentModel): DrPopoverRef<T>;
|
|
11
|
-
private attachOverlayContainer;
|
|
12
|
-
private createOverlay;
|
|
13
|
-
private getOverlayConfig;
|
|
14
|
-
private createInjector;
|
|
15
|
-
private registerListeners;
|
|
16
|
-
private getHostElement;
|
|
17
|
-
}
|
|
1
|
+
import { DrPopoverRef } from './dr-popover-ref';
|
|
2
|
+
import { Injector, TemplateRef, Type } from '@angular/core';
|
|
3
|
+
import { Overlay, OverlayPositionBuilder } from '@angular/cdk/overlay';
|
|
4
|
+
import { IDrPopoverComponentModel } from '../models/popover';
|
|
5
|
+
export declare class DrPopoverService {
|
|
6
|
+
private overlay;
|
|
7
|
+
private overlayPositionBuilder;
|
|
8
|
+
private injector;
|
|
9
|
+
constructor(overlay: Overlay, overlayPositionBuilder: OverlayPositionBuilder, injector: Injector);
|
|
10
|
+
open<T>(content: Type<T> | TemplateRef<HTMLElement>, popoverModel: IDrPopoverComponentModel): DrPopoverRef<T>;
|
|
11
|
+
private attachOverlayContainer;
|
|
12
|
+
private createOverlay;
|
|
13
|
+
private getOverlayConfig;
|
|
14
|
+
private createInjector;
|
|
15
|
+
private registerListeners;
|
|
16
|
+
private getHostElement;
|
|
17
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
export declare class ISpinnerOptions extends DOMRect {
|
|
3
|
-
size: 'small' | 'medium' | 'big' | 'giant';
|
|
4
|
-
}
|
|
5
|
-
export declare class DrSpinnerComponent implements OnInit {
|
|
6
|
-
height: string;
|
|
7
|
-
private _options;
|
|
8
|
-
set options(data: ISpinnerOptions);
|
|
9
|
-
ngOnInit(): void;
|
|
10
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
export declare class ISpinnerOptions extends DOMRect {
|
|
3
|
+
size: 'small' | 'medium' | 'big' | 'giant';
|
|
4
|
+
}
|
|
5
|
+
export declare class DrSpinnerComponent implements OnInit {
|
|
6
|
+
height: string;
|
|
7
|
+
private _options;
|
|
8
|
+
set options(data: ISpinnerOptions);
|
|
9
|
+
ngOnInit(): void;
|
|
10
|
+
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { ComponentFactoryResolver, ElementRef, OnChanges, OnDestroy, Renderer2, SimpleChanges, ViewContainerRef } from '@angular/core';
|
|
2
|
-
export declare class DrSpinnerDirective implements OnChanges, OnDestroy {
|
|
3
|
-
private componentFactoryResolver;
|
|
4
|
-
private viewContainerRef;
|
|
5
|
-
private el;
|
|
6
|
-
private rdr;
|
|
7
|
-
private _document;
|
|
8
|
-
contentCmpRef: any;
|
|
9
|
-
drSpinner: any;
|
|
10
|
-
drSpinnerSize: 'small' | 'medium' | 'big' | 'giant';
|
|
11
|
-
constructor(componentFactoryResolver: ComponentFactoryResolver, viewContainerRef: ViewContainerRef, el: ElementRef, rdr: Renderer2, _document: any);
|
|
12
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
13
|
-
ngOnDestroy(): void;
|
|
14
|
-
private showSpinner;
|
|
15
|
-
}
|
|
1
|
+
import { ComponentFactoryResolver, ElementRef, OnChanges, OnDestroy, Renderer2, SimpleChanges, ViewContainerRef } from '@angular/core';
|
|
2
|
+
export declare class DrSpinnerDirective implements OnChanges, OnDestroy {
|
|
3
|
+
private componentFactoryResolver;
|
|
4
|
+
private viewContainerRef;
|
|
5
|
+
private el;
|
|
6
|
+
private rdr;
|
|
7
|
+
private _document;
|
|
8
|
+
contentCmpRef: any;
|
|
9
|
+
drSpinner: any;
|
|
10
|
+
drSpinnerSize: 'small' | 'medium' | 'big' | 'giant';
|
|
11
|
+
constructor(componentFactoryResolver: ComponentFactoryResolver, viewContainerRef: ViewContainerRef, el: ElementRef, rdr: Renderer2, _document: any);
|
|
12
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
13
|
+
ngOnDestroy(): void;
|
|
14
|
+
private showSpinner;
|
|
15
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare class DrSpinnerModule {
|
|
2
|
-
}
|
|
1
|
+
export declare class DrSpinnerModule {
|
|
2
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { OnInit, TemplateRef } from '@angular/core';
|
|
2
|
-
export declare class DrTabComponent implements OnInit {
|
|
3
|
-
label: String;
|
|
4
|
-
disabled: boolean;
|
|
5
|
-
contentTemplate: TemplateRef<any>;
|
|
6
|
-
constructor();
|
|
7
|
-
ngOnInit(): void;
|
|
8
|
-
}
|
|
1
|
+
import { OnInit, TemplateRef } from '@angular/core';
|
|
2
|
+
export declare class DrTabComponent implements OnInit {
|
|
3
|
+
label: String;
|
|
4
|
+
disabled: boolean;
|
|
5
|
+
contentTemplate: TemplateRef<any>;
|
|
6
|
+
constructor();
|
|
7
|
+
ngOnInit(): void;
|
|
8
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { QueryList, EventEmitter } from '@angular/core';
|
|
2
|
-
import { DrTabComponent } from './dr-tab.component';
|
|
3
|
-
export declare class DrTabsComponent {
|
|
4
|
-
selectedTab: number;
|
|
5
|
-
withRadio: boolean;
|
|
6
|
-
vertical: boolean;
|
|
7
|
-
selectedTabChange: EventEmitter<any>;
|
|
8
|
-
tabsContentList: QueryList<DrTabComponent>;
|
|
9
|
-
constructor();
|
|
10
|
-
selectedIndexChange($event: any): void;
|
|
11
|
-
}
|
|
1
|
+
import { QueryList, EventEmitter } from '@angular/core';
|
|
2
|
+
import { DrTabComponent } from './dr-tab.component';
|
|
3
|
+
export declare class DrTabsComponent {
|
|
4
|
+
selectedTab: number;
|
|
5
|
+
withRadio: boolean;
|
|
6
|
+
vertical: boolean;
|
|
7
|
+
selectedTabChange: EventEmitter<any>;
|
|
8
|
+
tabsContentList: QueryList<DrTabComponent>;
|
|
9
|
+
constructor();
|
|
10
|
+
selectedIndexChange($event: any): void;
|
|
11
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare class DrTabsModule {
|
|
2
|
-
}
|
|
1
|
+
export declare class DrTabsModule {
|
|
2
|
+
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from "@angular/core";
|
|
2
|
-
import { IDateTag, IListTag, ITag, ITagForServer } from "../models/serverTags";
|
|
3
|
-
export declare class DrTagComponent implements OnInit {
|
|
4
|
-
tagConfig: ITag;
|
|
5
|
-
selectedTag: ITagForServer;
|
|
6
|
-
lockedDate: any[];
|
|
7
|
-
fiscalYearStartsFrom?: number;
|
|
8
|
-
fiscalYearBack?: boolean;
|
|
9
|
-
tagChange: EventEmitter<ITagForServer>;
|
|
10
|
-
defaultValue: string | undefined;
|
|
11
|
-
constructor();
|
|
12
|
-
ngOnInit(): void;
|
|
13
|
-
onDateHandler(event: IDateTag): void;
|
|
14
|
-
onListHandler(event: IListTag): void;
|
|
15
|
-
}
|
|
1
|
+
import { EventEmitter, OnInit } from "@angular/core";
|
|
2
|
+
import { IDateTag, IListTag, ITag, ITagForServer } from "../models/serverTags";
|
|
3
|
+
export declare class DrTagComponent implements OnInit {
|
|
4
|
+
tagConfig: ITag;
|
|
5
|
+
selectedTag: ITagForServer;
|
|
6
|
+
lockedDate: any[];
|
|
7
|
+
fiscalYearStartsFrom?: number;
|
|
8
|
+
fiscalYearBack?: boolean;
|
|
9
|
+
tagChange: EventEmitter<ITagForServer>;
|
|
10
|
+
defaultValue: string | undefined;
|
|
11
|
+
constructor();
|
|
12
|
+
ngOnInit(): void;
|
|
13
|
+
onDateHandler(event: IDateTag): void;
|
|
14
|
+
onListHandler(event: IListTag): void;
|
|
15
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare class DrTagModule {
|
|
2
|
-
}
|
|
1
|
+
export declare class DrTagModule {
|
|
2
|
+
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
declare type TooltipOptions = {
|
|
3
|
-
withoutContainerStyles?: boolean;
|
|
4
|
-
withoutArrow?: boolean;
|
|
5
|
-
};
|
|
6
|
-
export declare class TooltipComponent implements OnInit {
|
|
7
|
-
content: any;
|
|
8
|
-
contentContext: any;
|
|
9
|
-
position: any;
|
|
10
|
-
options: TooltipOptions;
|
|
11
|
-
class: string;
|
|
12
|
-
isContentTemplate: boolean;
|
|
13
|
-
constructor();
|
|
14
|
-
ngOnInit(): void;
|
|
15
|
-
}
|
|
16
|
-
export {};
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
declare type TooltipOptions = {
|
|
3
|
+
withoutContainerStyles?: boolean;
|
|
4
|
+
withoutArrow?: boolean;
|
|
5
|
+
};
|
|
6
|
+
export declare class TooltipComponent implements OnInit {
|
|
7
|
+
content: any;
|
|
8
|
+
contentContext: any;
|
|
9
|
+
position: any;
|
|
10
|
+
options: TooltipOptions;
|
|
11
|
+
class: string;
|
|
12
|
+
isContentTemplate: boolean;
|
|
13
|
+
constructor();
|
|
14
|
+
ngOnInit(): void;
|
|
15
|
+
}
|
|
16
|
+
export {};
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { ElementRef, OnDestroy } from '@angular/core';
|
|
2
|
-
import { Overlay, OverlayPositionBuilder } from '@angular/cdk/overlay';
|
|
3
|
-
export declare class DrTooltipDirective implements OnDestroy {
|
|
4
|
-
private overlay;
|
|
5
|
-
private overlayPositionBuilder;
|
|
6
|
-
private elementRef;
|
|
7
|
-
content: any;
|
|
8
|
-
contentContext: {};
|
|
9
|
-
position: string;
|
|
10
|
-
class: string;
|
|
11
|
-
set drTooltipOptions(options: any);
|
|
12
|
-
set showTooltip(value: boolean);
|
|
13
|
-
private overlayRef;
|
|
14
|
-
private options;
|
|
15
|
-
private manualHandling;
|
|
16
|
-
constructor(overlay: Overlay, overlayPositionBuilder: OverlayPositionBuilder, elementRef: ElementRef);
|
|
17
|
-
ngOnDestroy(): void;
|
|
18
|
-
show(): void;
|
|
19
|
-
hide(): void;
|
|
20
|
-
private createOverlay;
|
|
21
|
-
private renderTooltip;
|
|
22
|
-
private destroyTooltip;
|
|
23
|
-
}
|
|
1
|
+
import { ElementRef, OnDestroy } from '@angular/core';
|
|
2
|
+
import { Overlay, OverlayPositionBuilder } from '@angular/cdk/overlay';
|
|
3
|
+
export declare class DrTooltipDirective implements OnDestroy {
|
|
4
|
+
private overlay;
|
|
5
|
+
private overlayPositionBuilder;
|
|
6
|
+
private elementRef;
|
|
7
|
+
content: any;
|
|
8
|
+
contentContext: {};
|
|
9
|
+
position: string;
|
|
10
|
+
class: string;
|
|
11
|
+
set drTooltipOptions(options: any);
|
|
12
|
+
set showTooltip(value: boolean);
|
|
13
|
+
private overlayRef;
|
|
14
|
+
private options;
|
|
15
|
+
private manualHandling;
|
|
16
|
+
constructor(overlay: Overlay, overlayPositionBuilder: OverlayPositionBuilder, elementRef: ElementRef);
|
|
17
|
+
ngOnDestroy(): void;
|
|
18
|
+
show(): void;
|
|
19
|
+
hide(): void;
|
|
20
|
+
private createOverlay;
|
|
21
|
+
private renderTooltip;
|
|
22
|
+
private destroyTooltip;
|
|
23
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare class DrTooltipModule {
|
|
2
|
-
}
|
|
1
|
+
export declare class DrTooltipModule {
|
|
2
|
+
}
|