@abp/ng.components 9.1.0-rc.3 → 9.2.0-rc.1
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/extensible/lib/components/index.d.ts +1 -0
- package/extensible/lib/components/multi-select/extensible-form-multiselect.component.d.ts +20 -0
- package/extensible/lib/components/multi-select/index.d.ts +1 -0
- package/extensible/lib/extensible.module.d.ts +2 -1
- package/extensible/public-api.d.ts +1 -0
- package/fesm2022/abp-ng.components-chart.js.mjs +7 -7
- package/fesm2022/abp-ng.components-extensible.mjs +138 -45
- package/fesm2022/abp-ng.components-extensible.mjs.map +1 -1
- package/fesm2022/abp-ng.components-page.mjs +19 -19
- package/fesm2022/abp-ng.components-tree.mjs +13 -13
- package/package.json +3 -3
|
@@ -5,3 +5,4 @@ export * from './extensible-table/extensible-table.component';
|
|
|
5
5
|
export * from './date-time-picker/extensible-date-time-picker.component';
|
|
6
6
|
export * from './grid-actions/grid-actions.component';
|
|
7
7
|
export * from './page-toolbar/page-toolbar.component';
|
|
8
|
+
export * from './multi-select/extensible-form-multiselect.component';
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
2
|
+
import { ABP } from '@abp/ng.core';
|
|
3
|
+
import { FormProp } from '../../models/form-props';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class ExtensibleFormMultiselectComponent implements ControlValueAccessor {
|
|
6
|
+
prop: import("@angular/core").InputSignal<FormProp<any>>;
|
|
7
|
+
options: import("@angular/core").InputSignal<ABP.Option<any>[]>;
|
|
8
|
+
selectedValues: any[];
|
|
9
|
+
disabled: boolean;
|
|
10
|
+
private onChange;
|
|
11
|
+
private onTouched;
|
|
12
|
+
setDisabledState(isDisabled: boolean): void;
|
|
13
|
+
isChecked(value: any): boolean;
|
|
14
|
+
onCheckboxChange(value: any, checked: boolean): void;
|
|
15
|
+
writeValue(value: any[]): void;
|
|
16
|
+
registerOnChange(fn: any): void;
|
|
17
|
+
registerOnTouched(fn: any): void;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtensibleFormMultiselectComponent, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExtensibleFormMultiselectComponent, "abp-extensible-form-multi-select", never, { "prop": { "alias": "prop"; "required": true; "isSignal": true; }; "options": { "alias": "options"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
20
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './extensible-form-multiselect.component';
|
|
@@ -11,8 +11,9 @@ import * as i9 from "./components/page-toolbar/page-toolbar.component";
|
|
|
11
11
|
import * as i10 from "./pipes/create-injector.pipe";
|
|
12
12
|
import * as i11 from "./components/extensible-form/extensible-form.component";
|
|
13
13
|
import * as i12 from "./components/extensible-table/extensible-table.component";
|
|
14
|
+
import * as i13 from "./components/multi-select/extensible-form-multiselect.component";
|
|
14
15
|
export declare class ExtensibleModule {
|
|
15
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExtensibleModule, never>;
|
|
16
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ExtensibleModule, never, [typeof i1.CoreModule, typeof i2.ThemeSharedModule, typeof i3.NgxValidateCoreModule, typeof i4.NgbDatepickerModule, typeof i4.NgbDropdownModule, typeof i4.NgbTimepickerModule, typeof i4.NgbTypeaheadModule, typeof i4.NgbTooltipModule, typeof i2.DisabledDirective, typeof i5.ExtensibleDateTimePickerComponent, typeof i6.ExtensibleFormPropComponent, typeof i7.GridActionsComponent, typeof i8.PropDataDirective, typeof i9.PageToolbarComponent, typeof i10.CreateInjectorPipe, typeof i11.ExtensibleFormComponent, typeof i12.ExtensibleTableComponent], [typeof i2.DisabledDirective, typeof i5.ExtensibleDateTimePickerComponent, typeof i6.ExtensibleFormPropComponent, typeof i7.GridActionsComponent, typeof i8.PropDataDirective, typeof i9.PageToolbarComponent, typeof i10.CreateInjectorPipe, typeof i11.ExtensibleFormComponent, typeof i12.ExtensibleTableComponent]>;
|
|
17
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ExtensibleModule, never, [typeof i1.CoreModule, typeof i2.ThemeSharedModule, typeof i3.NgxValidateCoreModule, typeof i4.NgbDatepickerModule, typeof i4.NgbDropdownModule, typeof i4.NgbTimepickerModule, typeof i4.NgbTypeaheadModule, typeof i4.NgbTooltipModule, typeof i2.DisabledDirective, typeof i5.ExtensibleDateTimePickerComponent, typeof i6.ExtensibleFormPropComponent, typeof i7.GridActionsComponent, typeof i8.PropDataDirective, typeof i9.PageToolbarComponent, typeof i10.CreateInjectorPipe, typeof i11.ExtensibleFormComponent, typeof i12.ExtensibleTableComponent, typeof i13.ExtensibleFormMultiselectComponent], [typeof i2.DisabledDirective, typeof i5.ExtensibleDateTimePickerComponent, typeof i6.ExtensibleFormPropComponent, typeof i7.GridActionsComponent, typeof i8.PropDataDirective, typeof i9.PageToolbarComponent, typeof i10.CreateInjectorPipe, typeof i11.ExtensibleFormComponent, typeof i12.ExtensibleTableComponent, typeof i13.ExtensibleFormMultiselectComponent]>;
|
|
17
18
|
static ɵinj: i0.ɵɵInjectorDeclaration<ExtensibleModule>;
|
|
18
19
|
}
|
|
@@ -4,6 +4,7 @@ export * from './lib/components/extensible-form/extensible-form.component';
|
|
|
4
4
|
export * from './lib/components/extensible-table/extensible-table.component';
|
|
5
5
|
export * from './lib/components/grid-actions/grid-actions.component';
|
|
6
6
|
export * from './lib/components/page-toolbar/page-toolbar.component';
|
|
7
|
+
export * from './lib/components/multi-select';
|
|
7
8
|
export * from './lib/constants/extra-properties';
|
|
8
9
|
export * from './lib/directives/prop-data.directive';
|
|
9
10
|
export * from './lib/enums/props.enum';
|
|
@@ -81,8 +81,8 @@ class ChartComponent {
|
|
|
81
81
|
this.initChart();
|
|
82
82
|
}
|
|
83
83
|
}
|
|
84
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.
|
|
85
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.
|
|
84
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: ChartComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
85
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.8", type: ChartComponent, isStandalone: false, selector: "abp-chart", inputs: { type: "type", data: "data", options: "options", plugins: "plugins", width: "width", height: "height", responsive: "responsive" }, outputs: { dataSelect: "dataSelect", initialized: "initialized" }, viewQueries: [{ propertyName: "canvas", first: true, predicate: ["canvas"], descendants: true }], exportAs: ["abpChart"], usesOnChanges: true, ngImport: i0, template: `
|
|
86
86
|
<div
|
|
87
87
|
style="position:relative"
|
|
88
88
|
[style.width]="responsive && !width ? null : width"
|
|
@@ -97,7 +97,7 @@ class ChartComponent {
|
|
|
97
97
|
</div>
|
|
98
98
|
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
99
99
|
}
|
|
100
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.
|
|
100
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: ChartComponent, decorators: [{
|
|
101
101
|
type: Component,
|
|
102
102
|
args: [{
|
|
103
103
|
standalone: false,
|
|
@@ -143,11 +143,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.7", ngImpor
|
|
|
143
143
|
}] } });
|
|
144
144
|
|
|
145
145
|
class ChartModule {
|
|
146
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.
|
|
147
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.
|
|
148
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.
|
|
146
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: ChartModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
147
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.8", ngImport: i0, type: ChartModule, declarations: [ChartComponent], imports: [CommonModule], exports: [ChartComponent] }); }
|
|
148
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: ChartModule, imports: [CommonModule] }); }
|
|
149
149
|
}
|
|
150
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.
|
|
150
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: ChartModule, decorators: [{
|
|
151
151
|
type: NgModule,
|
|
152
152
|
args: [{
|
|
153
153
|
imports: [CommonModule],
|