@abp/ng.theme.shared 7.1.1 → 7.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/esm2020/lib/components/card/card-body.component.mjs +29 -0
- package/esm2020/lib/components/card/card-footer.component.mjs +30 -0
- package/esm2020/lib/components/card/card-header.component.mjs +30 -0
- package/esm2020/lib/components/card/card-header.directive.mjs +19 -0
- package/esm2020/lib/components/card/card-img-top.directive.mjs +19 -0
- package/esm2020/lib/components/card/card-subtitle.directive.mjs +19 -0
- package/esm2020/lib/components/card/card-title.directive.mjs +19 -0
- package/esm2020/lib/components/card/card.component.mjs +23 -0
- package/esm2020/lib/components/card/card.module.mjs +49 -0
- package/esm2020/lib/components/card/index.mjs +10 -0
- package/esm2020/lib/components/checkbox/checkbox.component.mjs +88 -0
- package/esm2020/lib/components/form-input/form-input.component.mjs +97 -0
- package/esm2020/lib/components/index.mjs +4 -1
- package/esm2020/lib/enums/form.mjs +6 -0
- package/esm2020/lib/enums/index.mjs +2 -1
- package/esm2020/lib/handlers/error.handler.mjs +6 -2
- package/esm2020/lib/theme-shared.module.mjs +30 -6
- package/fesm2015/abp-ng.theme.shared.mjs +416 -8
- package/fesm2015/abp-ng.theme.shared.mjs.map +1 -1
- package/fesm2020/abp-ng.theme.shared.mjs +416 -8
- package/fesm2020/abp-ng.theme.shared.mjs.map +1 -1
- package/lib/components/card/card-body.component.d.ts +8 -0
- package/lib/components/card/card-footer.component.d.ts +8 -0
- package/lib/components/card/card-header.component.d.ts +8 -0
- package/lib/components/card/card-header.directive.d.ts +6 -0
- package/lib/components/card/card-img-top.directive.d.ts +6 -0
- package/lib/components/card/card-subtitle.directive.d.ts +6 -0
- package/lib/components/card/card-title.directive.d.ts +6 -0
- package/lib/components/card/card.component.d.ts +7 -0
- package/lib/components/card/card.module.d.ts +15 -0
- package/lib/components/card/index.d.ts +9 -0
- package/lib/components/checkbox/checkbox.component.d.ts +18 -0
- package/lib/components/form-input/form-input.component.d.ts +20 -0
- package/lib/components/index.d.ts +3 -0
- package/lib/enums/form.d.ts +4 -0
- package/lib/enums/index.d.ts +1 -0
- package/lib/theme-shared.module.d.ts +10 -7
- package/package.json +3 -3
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class CardBodyComponent {
|
|
3
|
+
componentClass: string;
|
|
4
|
+
cardBodyClass: string;
|
|
5
|
+
cardBodyStyle: string;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CardBodyComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardBodyComponent, "abp-card-body", never, { "cardBodyClass": "cardBodyClass"; "cardBodyStyle": "cardBodyStyle"; }, {}, never, ["*"], false, never>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class CardFooterComponent {
|
|
3
|
+
componentClass: string;
|
|
4
|
+
cardFooterStyle: string;
|
|
5
|
+
cardFooterClass: string;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CardFooterComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardFooterComponent, "abp-card-footer", never, { "cardFooterStyle": "cardFooterStyle"; "cardFooterClass": "cardFooterClass"; }, {}, never, ["*"], false, never>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class CardHeaderComponent {
|
|
3
|
+
componentClass: string;
|
|
4
|
+
cardHeaderClass: string;
|
|
5
|
+
cardHeaderStyle: string;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CardHeaderComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardHeaderComponent, "abp-card-header", never, { "cardHeaderClass": "cardHeaderClass"; "cardHeaderStyle": "cardHeaderStyle"; }, {}, never, ["*"], false, never>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class CardHeaderDirective {
|
|
3
|
+
directiveClass: string;
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CardHeaderDirective, never>;
|
|
5
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CardHeaderDirective, "abp-card-header, [abp-card-header], [abpCardHeader]", never, {}, {}, never, never, false, never>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class CardImgTopDirective {
|
|
3
|
+
directiveClass: string;
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CardImgTopDirective, never>;
|
|
5
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CardImgTopDirective, "abp-card-img-top, [abp-card-img-top], [abpCardImgTop]", never, {}, {}, never, never, false, never>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class CardSubtitleDirective {
|
|
3
|
+
directiveClass: string;
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CardSubtitleDirective, never>;
|
|
5
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CardSubtitleDirective, "abp-card-subtitle, [abp-card-subtitle], [abpCardSubtitle]", never, {}, {}, never, never, false, never>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class CardTitleDirective {
|
|
3
|
+
directiveClass: string;
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CardTitleDirective, never>;
|
|
5
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CardTitleDirective, "abp-card-title, [abp-card-title], [abpCardTitle]", never, {}, {}, never, never, false, never>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class CardComponent {
|
|
3
|
+
cardClass: string;
|
|
4
|
+
cardStyle: string;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CardComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "abp-card", never, { "cardClass": "cardClass"; "cardStyle": "cardStyle"; }, {}, never, ["*"], false, never>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./card.component";
|
|
3
|
+
import * as i2 from "./card-body.component";
|
|
4
|
+
import * as i3 from "./card-header.component";
|
|
5
|
+
import * as i4 from "./card-footer.component";
|
|
6
|
+
import * as i5 from "./card-title.directive";
|
|
7
|
+
import * as i6 from "./card-subtitle.directive";
|
|
8
|
+
import * as i7 from "./card-img-top.directive";
|
|
9
|
+
import * as i8 from "./card-header.directive";
|
|
10
|
+
import * as i9 from "@angular/common";
|
|
11
|
+
export declare class CardModule {
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CardModule, never>;
|
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CardModule, [typeof i1.CardComponent, typeof i2.CardBodyComponent, typeof i3.CardHeaderComponent, typeof i4.CardFooterComponent, typeof i5.CardTitleDirective, typeof i6.CardSubtitleDirective, typeof i7.CardImgTopDirective, typeof i8.CardHeaderDirective], [typeof i9.CommonModule], [typeof i1.CardComponent, typeof i2.CardBodyComponent, typeof i3.CardHeaderComponent, typeof i4.CardFooterComponent, typeof i5.CardTitleDirective, typeof i6.CardSubtitleDirective, typeof i7.CardImgTopDirective, typeof i8.CardHeaderDirective]>;
|
|
14
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<CardModule>;
|
|
15
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export * from './card.module';
|
|
2
|
+
export * from './card.component';
|
|
3
|
+
export * from './card-body.component';
|
|
4
|
+
export * from './card-footer.component';
|
|
5
|
+
export * from './card-header.component';
|
|
6
|
+
export * from './card-title.directive';
|
|
7
|
+
export * from './card-subtitle.directive';
|
|
8
|
+
export * from './card-img-top.directive';
|
|
9
|
+
export * from './card-header.directive';
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { AbstractNgModelComponent } from '@abp/ng.core';
|
|
2
|
+
import { EventEmitter, Injector } from '@angular/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class FormCheckboxComponent extends AbstractNgModelComponent {
|
|
5
|
+
label?: string;
|
|
6
|
+
labelClass: string;
|
|
7
|
+
checkboxId: string;
|
|
8
|
+
checkboxStyle: {
|
|
9
|
+
[klass: string]: any;
|
|
10
|
+
} | null | undefined;
|
|
11
|
+
checkboxClass: string;
|
|
12
|
+
checkboxReadonly: boolean;
|
|
13
|
+
checkboxBlur: EventEmitter<void>;
|
|
14
|
+
checkboxFocus: EventEmitter<void>;
|
|
15
|
+
constructor(injector: Injector);
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormCheckboxComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormCheckboxComponent, "abp-checkbox", never, { "label": "label"; "labelClass": "labelClass"; "checkboxId": "checkboxId"; "checkboxStyle": "checkboxStyle"; "checkboxClass": "checkboxClass"; "checkboxReadonly": "checkboxReadonly"; }, { "checkboxBlur": "checkboxBlur"; "checkboxFocus": "checkboxFocus"; }, never, never, false, never>;
|
|
18
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { AbstractNgModelComponent } from '@abp/ng.core';
|
|
2
|
+
import { EventEmitter, Injector } from '@angular/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class FormInputComponent extends AbstractNgModelComponent {
|
|
5
|
+
inputId: string;
|
|
6
|
+
inputReadonly: boolean;
|
|
7
|
+
label: string;
|
|
8
|
+
labelClass: string;
|
|
9
|
+
inputPlaceholder: string;
|
|
10
|
+
inputType: string;
|
|
11
|
+
inputStyle: {
|
|
12
|
+
[klass: string]: any;
|
|
13
|
+
} | null | undefined;
|
|
14
|
+
inputClass: string;
|
|
15
|
+
formBlur: EventEmitter<void>;
|
|
16
|
+
formFocus: EventEmitter<void>;
|
|
17
|
+
constructor(injector: Injector);
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormInputComponent, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormInputComponent, "abp-form-input", never, { "inputId": "inputId"; "inputReadonly": "inputReadonly"; "label": "label"; "labelClass": "labelClass"; "inputPlaceholder": "inputPlaceholder"; "inputType": "inputType"; "inputStyle": "inputStyle"; "inputClass": "inputClass"; }, { "formBlur": "formBlur"; "formFocus": "formFocus"; }, never, never, false, never>;
|
|
20
|
+
}
|
|
@@ -11,3 +11,6 @@ export * from './modal/modal.component';
|
|
|
11
11
|
export * from './toast-container/toast-container.component';
|
|
12
12
|
export * from './toast/toast.component';
|
|
13
13
|
export * from './password/password.component';
|
|
14
|
+
export * from './card/index';
|
|
15
|
+
export * from './checkbox/checkbox.component';
|
|
16
|
+
export * from './form-input/form-input.component';
|
package/lib/enums/index.d.ts
CHANGED
|
@@ -16,15 +16,18 @@ import * as i12 from "./directives/ngx-datatable-list.directive";
|
|
|
16
16
|
import * as i13 from "./directives/loading.directive";
|
|
17
17
|
import * as i14 from "./components/modal/modal-close.directive";
|
|
18
18
|
import * as i15 from "./directives/visible.directive";
|
|
19
|
-
import * as i16 from "./components/
|
|
20
|
-
import * as i17 from "
|
|
21
|
-
import * as i18 from "
|
|
22
|
-
import * as i19 from "@
|
|
23
|
-
import * as i20 from "@
|
|
24
|
-
import * as i21 from "
|
|
19
|
+
import * as i16 from "./components/form-input/form-input.component";
|
|
20
|
+
import * as i17 from "./components/checkbox/checkbox.component";
|
|
21
|
+
import * as i18 from "./components/http-error-wrapper/http-error-wrapper.component";
|
|
22
|
+
import * as i19 from "@abp/ng.core";
|
|
23
|
+
import * as i20 from "@swimlane/ngx-datatable";
|
|
24
|
+
import * as i21 from "@ngx-validate/core";
|
|
25
|
+
import * as i22 from "@ng-bootstrap/ng-bootstrap";
|
|
26
|
+
import * as i23 from "./directives/ellipsis.directive";
|
|
27
|
+
import * as i24 from "./components/card/card.module";
|
|
25
28
|
export declare class BaseThemeSharedModule {
|
|
26
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<BaseThemeSharedModule, never>;
|
|
27
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BaseThemeSharedModule, [typeof i1.BreadcrumbComponent, typeof i2.BreadcrumbItemsComponent, typeof i3.ButtonComponent, typeof i4.ConfirmationComponent, typeof i5.LoaderBarComponent, typeof i6.LoadingComponent, typeof i7.ModalComponent, typeof i8.ToastComponent, typeof i9.ToastContainerComponent, typeof i10.PasswordComponent, typeof i11.NgxDatatableDefaultDirective, typeof i12.NgxDatatableListDirective, typeof i13.LoadingDirective, typeof i14.ModalCloseDirective, typeof i15.AbpVisibleDirective, typeof i16.HttpErrorWrapperComponent], [typeof
|
|
30
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BaseThemeSharedModule, [typeof i1.BreadcrumbComponent, typeof i2.BreadcrumbItemsComponent, typeof i3.ButtonComponent, typeof i4.ConfirmationComponent, typeof i5.LoaderBarComponent, typeof i6.LoadingComponent, typeof i7.ModalComponent, typeof i8.ToastComponent, typeof i9.ToastContainerComponent, typeof i10.PasswordComponent, typeof i11.NgxDatatableDefaultDirective, typeof i12.NgxDatatableListDirective, typeof i13.LoadingDirective, typeof i14.ModalCloseDirective, typeof i15.AbpVisibleDirective, typeof i16.FormInputComponent, typeof i17.FormCheckboxComponent, typeof i18.HttpErrorWrapperComponent], [typeof i19.CoreModule, typeof i20.NgxDatatableModule, typeof i21.NgxValidateCoreModule, typeof i22.NgbPaginationModule, typeof i23.EllipsisModule, typeof i24.CardModule], [typeof i20.NgxDatatableModule, typeof i23.EllipsisModule, typeof i21.NgxValidateCoreModule, typeof i24.CardModule, typeof i1.BreadcrumbComponent, typeof i2.BreadcrumbItemsComponent, typeof i3.ButtonComponent, typeof i4.ConfirmationComponent, typeof i5.LoaderBarComponent, typeof i6.LoadingComponent, typeof i7.ModalComponent, typeof i8.ToastComponent, typeof i9.ToastContainerComponent, typeof i10.PasswordComponent, typeof i11.NgxDatatableDefaultDirective, typeof i12.NgxDatatableListDirective, typeof i13.LoadingDirective, typeof i14.ModalCloseDirective, typeof i15.AbpVisibleDirective, typeof i16.FormInputComponent, typeof i17.FormCheckboxComponent]>;
|
|
28
31
|
static ɵinj: i0.ɵɵInjectorDeclaration<BaseThemeSharedModule>;
|
|
29
32
|
}
|
|
30
33
|
export declare class ThemeSharedModule {
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abp/ng.theme.shared",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.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": "~7.
|
|
10
|
+
"@abp/ng.core": "~7.2.0-rc.2",
|
|
11
11
|
"@fortawesome/fontawesome-free": "^5.15.4",
|
|
12
12
|
"@ng-bootstrap/ng-bootstrap": "^14.0.0",
|
|
13
13
|
"@ngx-validate/core": "^0.2.0",
|
|
@@ -56,6 +56,6 @@
|
|
|
56
56
|
},
|
|
57
57
|
"sideEffects": false,
|
|
58
58
|
"peerDependencies": {
|
|
59
|
-
"@abp/ng.oauth": "7.
|
|
59
|
+
"@abp/ng.oauth": "7.2.0-rc.2"
|
|
60
60
|
}
|
|
61
61
|
}
|