@abp/ng.theme.shared 10.1.1 → 10.2.0-rc.2
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/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abp/ng.theme.shared",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.2.0-rc.2",
|
|
4
4
|
"homepage": "https://abp.io",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/abpframework/abp.git"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@abp/ng.core": "~10.
|
|
10
|
+
"@abp/ng.core": "~10.2.0-rc.2",
|
|
11
11
|
"@fortawesome/fontawesome-free": "^6.0.0",
|
|
12
12
|
"@ng-bootstrap/ng-bootstrap": "~20.0.0",
|
|
13
13
|
"@ngx-validate/core": "^0.2.0",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { NgbDateStruct, NgbTimeStruct, NgbDateAdapter, NgbDatepickerI18n, NgbTimeAdapter, NgbTimepickerI18n, NgbModal, NgbModalOptions, NgbModalRef, NgbDateParserFormatter } from '@ng-bootstrap/ng-bootstrap';
|
|
2
2
|
import * as i0 from '@angular/core';
|
|
3
|
-
import { OnInit, ChangeDetectorRef,
|
|
3
|
+
import { OnInit, ChangeDetectorRef, ElementRef, InjectionToken, Type, Injector, AfterViewInit, OnDestroy, DestroyRef, ApplicationRef, EnvironmentInjector, RendererFactory2, ComponentRef, TemplateRef, OnChanges, DoCheck, ViewContainerRef, Renderer2, SimpleChanges, Provider, EnvironmentProviders, ModuleWithProviders } from '@angular/core';
|
|
4
4
|
import * as _angular_animations from '@angular/animations';
|
|
5
5
|
import { ABP, LocalizationParam, SortableItem, Strict, RouterEvents, SessionStateService, AuthService, ConfigStateService, AbstractNgModelComponent, InternetConnectionService, LocalizationService, ListService, HttpErrorReporterService, Environment } from '@abp/ng.core';
|
|
6
6
|
import * as rxjs from 'rxjs';
|
|
@@ -92,9 +92,9 @@ declare const slideFromBottom: _angular_animations.AnimationTriggerMetadata;
|
|
|
92
92
|
declare const toastInOut: _angular_animations.AnimationTriggerMetadata;
|
|
93
93
|
|
|
94
94
|
declare class BreadcrumbItemsComponent {
|
|
95
|
-
items: Partial<ABP.Route>[]
|
|
95
|
+
readonly items: i0.InputSignal<Partial<ABP.Route>[]>;
|
|
96
96
|
static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbItemsComponent, never>;
|
|
97
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbItemsComponent, "abp-breadcrumb-items", never, { "items": { "alias": "items"; "required": false; }; }, {}, never, never, true, never>;
|
|
97
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbItemsComponent, "abp-breadcrumb-items", never, { "items": { "alias": "items"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
98
98
|
}
|
|
99
99
|
|
|
100
100
|
declare class BreadcrumbComponent implements OnInit {
|
|
@@ -111,25 +111,29 @@ declare class BreadcrumbComponent implements OnInit {
|
|
|
111
111
|
|
|
112
112
|
declare class ButtonComponent implements OnInit {
|
|
113
113
|
private renderer;
|
|
114
|
-
buttonId: string
|
|
115
|
-
buttonClass: string
|
|
116
|
-
buttonType: string
|
|
117
|
-
formName
|
|
118
|
-
iconClass
|
|
119
|
-
|
|
120
|
-
disabled: boolean
|
|
121
|
-
attributes
|
|
122
|
-
readonly
|
|
123
|
-
readonly
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
readonly
|
|
127
|
-
readonly
|
|
128
|
-
|
|
129
|
-
|
|
114
|
+
readonly buttonId: i0.InputSignal<string>;
|
|
115
|
+
readonly buttonClass: i0.InputSignal<string>;
|
|
116
|
+
readonly buttonType: i0.InputSignal<string>;
|
|
117
|
+
readonly formName: i0.InputSignal<string>;
|
|
118
|
+
readonly iconClass: i0.InputSignal<string>;
|
|
119
|
+
readonly loadingInput: i0.InputSignal<boolean>;
|
|
120
|
+
readonly disabled: i0.InputSignal<boolean>;
|
|
121
|
+
readonly attributes: i0.InputSignal<ABP.Dictionary<string>>;
|
|
122
|
+
private readonly _loading;
|
|
123
|
+
readonly isLoading: i0.Signal<boolean>;
|
|
124
|
+
get loading(): boolean;
|
|
125
|
+
set loading(value: boolean);
|
|
126
|
+
readonly click: i0.OutputEmitterRef<MouseEvent>;
|
|
127
|
+
readonly focus: i0.OutputEmitterRef<FocusEvent>;
|
|
128
|
+
readonly blur: i0.OutputEmitterRef<FocusEvent>;
|
|
129
|
+
readonly abpClick: i0.OutputEmitterRef<MouseEvent>;
|
|
130
|
+
readonly abpFocus: i0.OutputEmitterRef<FocusEvent>;
|
|
131
|
+
readonly abpBlur: i0.OutputEmitterRef<FocusEvent>;
|
|
132
|
+
readonly buttonRef: i0.Signal<ElementRef<HTMLButtonElement>>;
|
|
133
|
+
protected readonly icon: i0.Signal<string>;
|
|
130
134
|
ngOnInit(): void;
|
|
131
135
|
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
|
|
132
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "abp-button", never, { "buttonId": { "alias": "buttonId"; "required": false; }; "buttonClass": { "alias": "buttonClass"; "required": false; }; "buttonType": { "alias": "buttonType"; "required": false; }; "formName": { "alias": "formName"; "required": false; }; "iconClass": { "alias": "iconClass"; "required": false; }; "
|
|
136
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "abp-button", never, { "buttonId": { "alias": "buttonId"; "required": false; "isSignal": true; }; "buttonClass": { "alias": "buttonClass"; "required": false; "isSignal": true; }; "buttonType": { "alias": "buttonType"; "required": false; "isSignal": true; }; "formName": { "alias": "formName"; "required": false; "isSignal": true; }; "iconClass": { "alias": "iconClass"; "required": false; "isSignal": true; }; "loadingInput": { "alias": "loading"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "attributes": { "alias": "attributes"; "required": false; "isSignal": true; }; }, { "click": "click"; "focus": "focus"; "blur": "blur"; "abpClick": "abpClick"; "abpFocus": "abpFocus"; "abpBlur": "abpBlur"; }, never, ["*"], true, never>;
|
|
133
137
|
}
|
|
134
138
|
|
|
135
139
|
declare namespace Confirmation {
|
|
@@ -297,7 +301,7 @@ declare class HttpErrorWrapperComponent implements OnInit, AfterViewInit, OnDest
|
|
|
297
301
|
hideCloseIcon: boolean;
|
|
298
302
|
backgroundColor: string;
|
|
299
303
|
isHomeShow: boolean;
|
|
300
|
-
containerRef
|
|
304
|
+
readonly containerRef: i0.Signal<ElementRef<HTMLDivElement>>;
|
|
301
305
|
get statusText(): string;
|
|
302
306
|
ngOnInit(): void;
|
|
303
307
|
ngAfterViewInit(): void;
|
|
@@ -313,16 +317,16 @@ declare class LoaderBarComponent implements OnDestroy, OnInit {
|
|
|
313
317
|
private subscription;
|
|
314
318
|
private httpWaitService;
|
|
315
319
|
private routerWaitService;
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
color: string;
|
|
320
|
+
readonly isLoadingInput: i0.InputSignal<boolean>;
|
|
321
|
+
readonly containerClass: i0.InputSignal<string>;
|
|
322
|
+
readonly color: i0.InputSignal<string>;
|
|
323
|
+
protected readonly isLoading: i0.WritableSignal<boolean>;
|
|
321
324
|
progressLevel: number;
|
|
322
325
|
interval: Subscription;
|
|
323
326
|
timer: Subscription;
|
|
324
327
|
intervalPeriod: number;
|
|
325
328
|
stopDelay: number;
|
|
329
|
+
constructor();
|
|
326
330
|
private readonly clearProgress;
|
|
327
331
|
private readonly reportProgress;
|
|
328
332
|
get boxShadow(): string;
|
|
@@ -332,7 +336,7 @@ declare class LoaderBarComponent implements OnDestroy, OnInit {
|
|
|
332
336
|
startLoading(): void;
|
|
333
337
|
stopLoading(): void;
|
|
334
338
|
static ɵfac: i0.ɵɵFactoryDeclaration<LoaderBarComponent, never>;
|
|
335
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LoaderBarComponent, "abp-loader-bar", never, { "
|
|
339
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LoaderBarComponent, "abp-loader-bar", never, { "isLoadingInput": { "alias": "isLoading"; "required": false; "isSignal": true; }; "containerClass": { "alias": "containerClass"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
336
340
|
}
|
|
337
341
|
|
|
338
342
|
declare class LoadingComponent {
|
|
@@ -612,31 +616,33 @@ declare class ToastContainerComponent implements OnInit {
|
|
|
612
616
|
toasts$: ReplaySubject<Toaster.Toast[]>;
|
|
613
617
|
remove: (toastId: number) => void;
|
|
614
618
|
toasts: Toaster.Toast[];
|
|
615
|
-
top
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
619
|
+
readonly top: i0.InputSignal<string>;
|
|
620
|
+
readonly rightInput: i0.InputSignal<string>;
|
|
621
|
+
readonly bottom: i0.InputSignal<string>;
|
|
622
|
+
readonly left: i0.InputSignal<string>;
|
|
623
|
+
readonly toastKey: i0.InputSignal<string>;
|
|
624
|
+
protected readonly right: i0.WritableSignal<string>;
|
|
625
|
+
readonly defaultRight = "30px";
|
|
626
|
+
readonly defaultMobileRight = "0";
|
|
627
|
+
constructor();
|
|
622
628
|
ngOnInit(): void;
|
|
623
629
|
onWindowResize(): void;
|
|
624
630
|
setDefaultRight(): void;
|
|
625
631
|
trackByFunc(index: number, toast: Toaster.Toast): any;
|
|
626
632
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToastContainerComponent, never>;
|
|
627
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ToastContainerComponent, "abp-toast-container", never, { "top": { "alias": "top"; "required": false; }; "
|
|
633
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ToastContainerComponent, "abp-toast-container", never, { "top": { "alias": "top"; "required": false; "isSignal": true; }; "rightInput": { "alias": "right"; "required": false; "isSignal": true; }; "bottom": { "alias": "bottom"; "required": false; "isSignal": true; }; "left": { "alias": "left"; "required": false; "isSignal": true; }; "toastKey": { "alias": "toastKey"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
628
634
|
}
|
|
629
635
|
|
|
630
636
|
declare class ToastComponent implements OnInit {
|
|
631
|
-
toast: Toaster.Toast
|
|
632
|
-
remove:
|
|
637
|
+
readonly toast: i0.InputSignal<Toaster.Toast>;
|
|
638
|
+
readonly remove: i0.OutputEmitterRef<number>;
|
|
633
639
|
get severityClass(): string;
|
|
634
640
|
get iconClass(): string;
|
|
635
641
|
ngOnInit(): void;
|
|
636
642
|
close(): void;
|
|
637
643
|
tap(): void;
|
|
638
644
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToastComponent, never>;
|
|
639
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ToastComponent, "abp-toast", never, { "toast": { "alias": "toast"; "required":
|
|
645
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ToastComponent, "abp-toast", never, { "toast": { "alias": "toast"; "required": true; "isSignal": true; }; }, { "remove": "remove"; }, never, never, true, never>;
|
|
640
646
|
}
|
|
641
647
|
|
|
642
648
|
/**
|
|
@@ -644,43 +650,43 @@ declare class ToastComponent implements OnInit {
|
|
|
644
650
|
* https://abp.io/docs/latest/framework/ui/angular/show-password-directive
|
|
645
651
|
*/
|
|
646
652
|
declare class PasswordComponent extends AbstractNgModelComponent {
|
|
647
|
-
inputId: string
|
|
648
|
-
formControlName: string
|
|
653
|
+
readonly inputId: i0.InputSignal<string>;
|
|
654
|
+
readonly formControlName: i0.InputSignal<string>;
|
|
649
655
|
fieldTextType?: boolean;
|
|
650
656
|
toggleFieldTextType(): void;
|
|
651
657
|
static ɵfac: i0.ɵɵFactoryDeclaration<PasswordComponent, never>;
|
|
652
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PasswordComponent, "abp-password", never, { "inputId": { "alias": "inputId"; "required":
|
|
658
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PasswordComponent, "abp-password", never, { "inputId": { "alias": "inputId"; "required": true; "isSignal": true; }; "formControlName": { "alias": "formControlName"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
653
659
|
}
|
|
654
660
|
|
|
655
661
|
declare class CardBodyComponent {
|
|
656
662
|
componentClass: string;
|
|
657
|
-
cardBodyClass: string
|
|
658
|
-
cardBodyStyle: string
|
|
663
|
+
readonly cardBodyClass: i0.InputSignal<string>;
|
|
664
|
+
readonly cardBodyStyle: i0.InputSignal<string>;
|
|
659
665
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardBodyComponent, never>;
|
|
660
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CardBodyComponent, "abp-card-body", never, { "cardBodyClass": { "alias": "cardBodyClass"; "required": false; }; "cardBodyStyle": { "alias": "cardBodyStyle"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
666
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardBodyComponent, "abp-card-body", never, { "cardBodyClass": { "alias": "cardBodyClass"; "required": false; "isSignal": true; }; "cardBodyStyle": { "alias": "cardBodyStyle"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
661
667
|
}
|
|
662
668
|
|
|
663
669
|
declare class CardComponent {
|
|
664
|
-
cardClass: string
|
|
665
|
-
cardStyle: string
|
|
670
|
+
readonly cardClass: i0.InputSignal<string>;
|
|
671
|
+
readonly cardStyle: i0.InputSignal<string>;
|
|
666
672
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardComponent, never>;
|
|
667
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "abp-card", never, { "cardClass": { "alias": "cardClass"; "required": false; }; "cardStyle": { "alias": "cardStyle"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
673
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "abp-card", never, { "cardClass": { "alias": "cardClass"; "required": false; "isSignal": true; }; "cardStyle": { "alias": "cardStyle"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
668
674
|
}
|
|
669
675
|
|
|
670
676
|
declare class CardHeaderComponent {
|
|
671
677
|
componentClass: string;
|
|
672
|
-
cardHeaderClass: string
|
|
673
|
-
cardHeaderStyle: string
|
|
678
|
+
readonly cardHeaderClass: i0.InputSignal<string>;
|
|
679
|
+
readonly cardHeaderStyle: i0.InputSignal<string>;
|
|
674
680
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardHeaderComponent, never>;
|
|
675
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CardHeaderComponent, "abp-card-header", never, { "cardHeaderClass": { "alias": "cardHeaderClass"; "required": false; }; "cardHeaderStyle": { "alias": "cardHeaderStyle"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
681
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardHeaderComponent, "abp-card-header", never, { "cardHeaderClass": { "alias": "cardHeaderClass"; "required": false; "isSignal": true; }; "cardHeaderStyle": { "alias": "cardHeaderStyle"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
676
682
|
}
|
|
677
683
|
|
|
678
684
|
declare class CardFooterComponent {
|
|
679
685
|
componentClass: string;
|
|
680
|
-
cardFooterStyle: string
|
|
681
|
-
cardFooterClass: string
|
|
686
|
+
readonly cardFooterStyle: i0.InputSignal<string>;
|
|
687
|
+
readonly cardFooterClass: i0.InputSignal<string>;
|
|
682
688
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardFooterComponent, never>;
|
|
683
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CardFooterComponent, "abp-card-footer", never, { "cardFooterStyle": { "alias": "cardFooterStyle"; "required": false; }; "cardFooterClass": { "alias": "cardFooterClass"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
689
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardFooterComponent, "abp-card-footer", never, { "cardFooterStyle": { "alias": "cardFooterStyle"; "required": false; "isSignal": true; }; "cardFooterClass": { "alias": "cardFooterClass"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
684
690
|
}
|
|
685
691
|
|
|
686
692
|
declare class CardTitleDirective {
|
|
@@ -716,34 +722,34 @@ declare class CardModule {
|
|
|
716
722
|
}
|
|
717
723
|
|
|
718
724
|
declare class FormCheckboxComponent extends AbstractNgModelComponent {
|
|
719
|
-
label
|
|
720
|
-
labelClass: string
|
|
721
|
-
checkboxId: string
|
|
722
|
-
checkboxStyle: {
|
|
725
|
+
readonly label: i0.InputSignal<string>;
|
|
726
|
+
readonly labelClass: i0.InputSignal<string>;
|
|
727
|
+
readonly checkboxId: i0.InputSignal<string>;
|
|
728
|
+
readonly checkboxStyle: i0.InputSignal<{
|
|
723
729
|
[klass: string]: any;
|
|
724
|
-
}
|
|
725
|
-
checkboxClass: string
|
|
726
|
-
checkboxReadonly: boolean
|
|
727
|
-
checkboxBlur:
|
|
728
|
-
checkboxFocus:
|
|
730
|
+
}>;
|
|
731
|
+
readonly checkboxClass: i0.InputSignal<string>;
|
|
732
|
+
readonly checkboxReadonly: i0.InputSignal<boolean>;
|
|
733
|
+
readonly checkboxBlur: i0.OutputEmitterRef<void>;
|
|
734
|
+
readonly checkboxFocus: i0.OutputEmitterRef<void>;
|
|
729
735
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormCheckboxComponent, never>;
|
|
730
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormCheckboxComponent, "abp-checkbox", never, { "label": { "alias": "label"; "required": false; }; "labelClass": { "alias": "labelClass"; "required": false; }; "checkboxId": { "alias": "checkboxId"; "required":
|
|
736
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormCheckboxComponent, "abp-checkbox", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; "labelClass": { "alias": "labelClass"; "required": false; "isSignal": true; }; "checkboxId": { "alias": "checkboxId"; "required": true; "isSignal": true; }; "checkboxStyle": { "alias": "checkboxStyle"; "required": false; "isSignal": true; }; "checkboxClass": { "alias": "checkboxClass"; "required": false; "isSignal": true; }; "checkboxReadonly": { "alias": "checkboxReadonly"; "required": false; "isSignal": true; }; }, { "checkboxBlur": "checkboxBlur"; "checkboxFocus": "checkboxFocus"; }, never, never, true, never>;
|
|
731
737
|
}
|
|
732
738
|
|
|
733
739
|
declare class FormInputComponent extends AbstractNgModelComponent {
|
|
734
|
-
inputId: string
|
|
735
|
-
inputReadonly: boolean
|
|
736
|
-
label: string
|
|
737
|
-
labelClass: string
|
|
738
|
-
inputPlaceholder: string
|
|
739
|
-
inputStyle: {
|
|
740
|
+
readonly inputId: i0.InputSignal<string>;
|
|
741
|
+
readonly inputReadonly: i0.InputSignal<boolean>;
|
|
742
|
+
readonly label: i0.InputSignal<string>;
|
|
743
|
+
readonly labelClass: i0.InputSignal<string>;
|
|
744
|
+
readonly inputPlaceholder: i0.InputSignal<string>;
|
|
745
|
+
readonly inputStyle: i0.InputSignal<{
|
|
740
746
|
[klass: string]: any;
|
|
741
|
-
}
|
|
742
|
-
inputClass: string
|
|
743
|
-
formBlur:
|
|
744
|
-
formFocus:
|
|
747
|
+
}>;
|
|
748
|
+
readonly inputClass: i0.InputSignal<string>;
|
|
749
|
+
readonly formBlur: i0.OutputEmitterRef<void>;
|
|
750
|
+
readonly formFocus: i0.OutputEmitterRef<void>;
|
|
745
751
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormInputComponent, never>;
|
|
746
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormInputComponent, "abp-form-input", never, { "inputId": { "alias": "inputId"; "required": false; }; "inputReadonly": { "alias": "inputReadonly"; "required": false; }; "label": { "alias": "label"; "required": false; }; "labelClass": { "alias": "labelClass"; "required": false; }; "inputPlaceholder": { "alias": "inputPlaceholder"; "required": false; }; "inputStyle": { "alias": "inputStyle"; "required": false; }; "inputClass": { "alias": "inputClass"; "required": false; }; }, { "formBlur": "formBlur"; "formFocus": "formFocus"; }, never, never, true, never>;
|
|
752
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormInputComponent, "abp-form-input", never, { "inputId": { "alias": "inputId"; "required": false; "isSignal": true; }; "inputReadonly": { "alias": "inputReadonly"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "labelClass": { "alias": "labelClass"; "required": false; "isSignal": true; }; "inputPlaceholder": { "alias": "inputPlaceholder"; "required": false; "isSignal": true; }; "inputStyle": { "alias": "inputStyle"; "required": false; "isSignal": true; }; "inputClass": { "alias": "inputClass"; "required": false; "isSignal": true; }; }, { "formBlur": "formBlur"; "formFocus": "formFocus"; }, never, never, true, never>;
|
|
747
753
|
}
|
|
748
754
|
|
|
749
755
|
declare class InternetConnectionStatusComponent {
|
|
@@ -761,35 +767,37 @@ declare class SpinnerComponent {
|
|
|
761
767
|
declare class EllipsisDirective implements AfterViewInit {
|
|
762
768
|
private cdRef;
|
|
763
769
|
private elRef;
|
|
764
|
-
width
|
|
765
|
-
title
|
|
766
|
-
enabled: boolean
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
+
readonly width: i0.InputSignal<string>;
|
|
771
|
+
readonly title: i0.InputSignal<string>;
|
|
772
|
+
readonly enabled: i0.InputSignal<boolean>;
|
|
773
|
+
private readonly autoTitle;
|
|
774
|
+
protected readonly effectiveTitle: i0.Signal<string>;
|
|
775
|
+
protected readonly inlineClass: i0.Signal<boolean>;
|
|
776
|
+
protected readonly ellipsisClass: i0.Signal<boolean>;
|
|
777
|
+
protected readonly maxWidth: i0.Signal<string>;
|
|
770
778
|
ngAfterViewInit(): void;
|
|
771
779
|
static ɵfac: i0.ɵɵFactoryDeclaration<EllipsisDirective, never>;
|
|
772
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<EllipsisDirective, "[abpEllipsis]", never, { "width": { "alias": "abpEllipsis"; "required": false; }; "title": { "alias": "title"; "required": false; }; "enabled": { "alias": "abpEllipsisEnabled"; "required": false; }; }, {}, never, never, true, never>;
|
|
780
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<EllipsisDirective, "[abpEllipsis]", never, { "width": { "alias": "abpEllipsis"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "enabled": { "alias": "abpEllipsisEnabled"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
773
781
|
}
|
|
774
782
|
|
|
775
783
|
declare class LoadingDirective implements OnInit, OnDestroy {
|
|
776
784
|
private elRef;
|
|
777
|
-
private cdRes;
|
|
778
785
|
private injector;
|
|
779
786
|
private renderer;
|
|
780
|
-
private
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
targetElement
|
|
785
|
-
|
|
786
|
-
componentRef: ComponentRef<LoadingComponent>;
|
|
787
|
+
private viewContainerRef;
|
|
788
|
+
readonly loading: i0.InputSignal<boolean>;
|
|
789
|
+
readonly targetElementInput: i0.InputSignal<HTMLElement>;
|
|
790
|
+
readonly delay: i0.InputSignal<number>;
|
|
791
|
+
private targetElement;
|
|
792
|
+
componentRef: ComponentRef<LoadingComponent> | null;
|
|
787
793
|
rootNode: HTMLDivElement | null;
|
|
788
794
|
timerSubscription: Subscription | null;
|
|
795
|
+
constructor();
|
|
796
|
+
private handleLoadingChange;
|
|
789
797
|
ngOnInit(): void;
|
|
790
798
|
ngOnDestroy(): void;
|
|
791
799
|
static ɵfac: i0.ɵɵFactoryDeclaration<LoadingDirective, never>;
|
|
792
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<LoadingDirective, "[abpLoading]", never, { "loading": { "alias": "abpLoading"; "required": false; }; "
|
|
800
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<LoadingDirective, "[abpLoading]", never, { "loading": { "alias": "abpLoading"; "required": false; "isSignal": true; }; "targetElementInput": { "alias": "abpLoadingTargetElement"; "required": false; "isSignal": true; }; "delay": { "alias": "abpLoadingDelay"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
793
801
|
}
|
|
794
802
|
|
|
795
803
|
declare class NgxDatatableDefaultDirective implements AfterViewInit, OnDestroy {
|
|
@@ -798,7 +806,7 @@ declare class NgxDatatableDefaultDirective implements AfterViewInit, OnDestroy {
|
|
|
798
806
|
private platformId;
|
|
799
807
|
private subscription;
|
|
800
808
|
private resizeDiff;
|
|
801
|
-
class: string
|
|
809
|
+
readonly class: i0.InputSignal<string>;
|
|
802
810
|
get classes(): string;
|
|
803
811
|
constructor();
|
|
804
812
|
private fixHorizontalGap;
|
|
@@ -806,7 +814,7 @@ declare class NgxDatatableDefaultDirective implements AfterViewInit, OnDestroy {
|
|
|
806
814
|
ngAfterViewInit(): void;
|
|
807
815
|
ngOnDestroy(): void;
|
|
808
816
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgxDatatableDefaultDirective, never>;
|
|
809
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NgxDatatableDefaultDirective, "ngx-datatable[default]", ["ngxDatatableDefault"], { "class": { "alias": "class"; "required": false; }; }, {}, never, never, true, never>;
|
|
817
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NgxDatatableDefaultDirective, "ngx-datatable[default]", ["ngxDatatableDefault"], { "class": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
810
818
|
}
|
|
811
819
|
|
|
812
820
|
declare class NgxDatatableListDirective implements OnChanges, OnInit, DoCheck {
|
|
@@ -817,7 +825,7 @@ declare class NgxDatatableListDirective implements OnChanges, OnInit, DoCheck {
|
|
|
817
825
|
protected readonly ngxDatatableMessages: Partial<_abp_ng_theme_shared.NgxDatatableMessages>;
|
|
818
826
|
protected readonly viewContainerRef: ViewContainerRef;
|
|
819
827
|
protected readonly renderer: Renderer2;
|
|
820
|
-
list: ListService
|
|
828
|
+
readonly list: i0.InputSignal<ListService<any>>;
|
|
821
829
|
constructor();
|
|
822
830
|
ngDoCheck(): void;
|
|
823
831
|
ngOnInit(): void;
|
|
@@ -832,30 +840,32 @@ declare class NgxDatatableListDirective implements OnChanges, OnInit, DoCheck {
|
|
|
832
840
|
protected setTablePage(pageNum: number): void;
|
|
833
841
|
protected refreshPageIfDataExist(): void;
|
|
834
842
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgxDatatableListDirective, never>;
|
|
835
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NgxDatatableListDirective, "ngx-datatable[list]", ["ngxDatatableList"], { "list": { "alias": "list"; "required":
|
|
843
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NgxDatatableListDirective, "ngx-datatable[list]", ["ngxDatatableList"], { "list": { "alias": "list"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
836
844
|
}
|
|
837
845
|
|
|
838
|
-
|
|
846
|
+
type VisibleInput = boolean | Promise<boolean> | Observable<boolean> | undefined | null;
|
|
847
|
+
declare class AbpVisibleDirective implements OnDestroy {
|
|
839
848
|
private viewContainerRef;
|
|
840
849
|
private templateRef;
|
|
841
|
-
conditionSubscription
|
|
842
|
-
isVisible
|
|
843
|
-
set abpVisible(value: boolean | Promise<boolean> | Observable<boolean> | undefined | null);
|
|
850
|
+
private conditionSubscription;
|
|
851
|
+
private isVisible;
|
|
844
852
|
private condition$;
|
|
845
|
-
|
|
853
|
+
readonly abpVisible: i0.InputSignal<VisibleInput>;
|
|
854
|
+
private lastInput;
|
|
855
|
+
constructor();
|
|
846
856
|
ngOnDestroy(): void;
|
|
847
857
|
private subscribeToCondition;
|
|
848
858
|
private updateVisibility;
|
|
849
859
|
static ɵfac: i0.ɵɵFactoryDeclaration<AbpVisibleDirective, never>;
|
|
850
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AbpVisibleDirective, "[abpVisible]", never, { "abpVisible": { "alias": "abpVisible"; "required": false; }; }, {}, never, never, true, never>;
|
|
860
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AbpVisibleDirective, "[abpVisible]", never, { "abpVisible": { "alias": "abpVisible"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
851
861
|
}
|
|
852
862
|
|
|
853
|
-
declare class DisabledDirective
|
|
863
|
+
declare class DisabledDirective {
|
|
854
864
|
private ngControl;
|
|
855
|
-
abpDisabled: boolean
|
|
856
|
-
|
|
865
|
+
readonly abpDisabled: i0.InputSignal<boolean>;
|
|
866
|
+
private disabledEffect;
|
|
857
867
|
static ɵfac: i0.ɵɵFactoryDeclaration<DisabledDirective, never>;
|
|
858
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DisabledDirective, "[abpDisabled]", never, { "abpDisabled": { "alias": "abpDisabled"; "required": false; }; }, {}, never, never, true, never>;
|
|
868
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DisabledDirective, "[abpDisabled]", never, { "abpDisabled": { "alias": "abpDisabled"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
859
869
|
}
|
|
860
870
|
|
|
861
871
|
declare enum eFormComponets {
|