@colijnit/corecomponents_v12 261.20.2 → 261.20.4
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/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { OnDestroy, NgZone, AfterViewInit, OnInit, EventEmitter, ComponentFactoryResolver, ApplicationRef, Injector,
|
|
2
|
+
import { OnDestroy, NgZone, AfterViewInit, OnInit, EventEmitter, ComponentFactoryResolver, ApplicationRef, Injector, ComponentRef, ChangeDetectorRef, ElementRef, ViewContainerRef, OnChanges, SimpleChanges, PipeTransform, TemplateRef, ModuleWithProviders, QueryList, Renderer2, ComponentFactory, AfterContentInit, StaticProvider, InjectionToken } from '@angular/core';
|
|
3
3
|
import * as i4$1 from '@angular/forms';
|
|
4
4
|
import { UntypedFormControl, UntypedFormGroup, NgModel, ValidatorFn, AsyncValidatorFn, AbstractControl, ValidationErrors } from '@angular/forms';
|
|
5
5
|
import { Subject, Observable, Subscription, BehaviorSubject } from 'rxjs';
|
|
@@ -425,7 +425,7 @@ declare class OverlayService {
|
|
|
425
425
|
private _injector;
|
|
426
426
|
private _componentRefs;
|
|
427
427
|
constructor(_componentFactoryResolver: ComponentFactoryResolver, _appRef: ApplicationRef, _injector: Injector);
|
|
428
|
-
createComponent(compClass: any, inputs: any, events?: any
|
|
428
|
+
createComponent(compClass: any, inputs: any, events?: any): ComponentRef<any>;
|
|
429
429
|
removeComponent(componentRef: ComponentRef<any>): void;
|
|
430
430
|
private _componentRefExists;
|
|
431
431
|
private _removeComponentRef;
|
|
@@ -3705,6 +3705,8 @@ declare class HourSchedulingExpandableComponent implements OnInit {
|
|
|
3705
3705
|
private currentDraggingObject;
|
|
3706
3706
|
private MIN_HEIGHT;
|
|
3707
3707
|
private _schedule;
|
|
3708
|
+
private _onMouseMove;
|
|
3709
|
+
private _onMouseUp;
|
|
3708
3710
|
set schedule(value: Object);
|
|
3709
3711
|
get schedule(): Object;
|
|
3710
3712
|
startTimeProp: string;
|
|
@@ -3772,7 +3774,7 @@ declare class HourSchedulingExpandableTemplateComponent {
|
|
|
3772
3774
|
startTimeProp: string;
|
|
3773
3775
|
endTimeProp: string;
|
|
3774
3776
|
showClass(): boolean;
|
|
3775
|
-
onExpandableDragStart(event: DragEvent, obj:
|
|
3777
|
+
onExpandableDragStart(event: DragEvent, obj: SchedulingObject$1): void;
|
|
3776
3778
|
calculateLeftAndWidthOfObjects(): {
|
|
3777
3779
|
leftPercent: number;
|
|
3778
3780
|
widthPercent: number;
|
package/package.json
CHANGED
|
Binary file
|