@ebuilding/form 2.1.14 → 2.2.0
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/checkbox/src/app.config.d.ts +2 -0
- package/checkbox/src/checkbox.module.d.ts +1 -1
- package/checkbox/src/checkbox.type.d.ts +1 -1
- package/checkbox/src/public_api.d.ts +1 -0
- package/checkboxgroup/src/app.config.d.ts +2 -0
- package/checkboxgroup/src/checkboxgroup.module.d.ts +1 -1
- package/checkboxgroup/src/checkboxgroup.type.d.ts +1 -1
- package/checkboxgroup/src/public_api.d.ts +1 -0
- package/colors/src/app.config.d.ts +2 -0
- package/colors/src/default/index.d.ts +1 -1
- package/colors/src/index.module.d.ts +3 -2
- package/colors/src/public_api.d.ts +1 -0
- package/datetime/src/app.config.d.ts +2 -0
- package/datetime/src/datetime.module.d.ts +1 -1
- package/datetime/src/datetime.type.d.ts +1 -1
- package/datetime/src/public_api.d.ts +1 -0
- package/desc/src/app.config.d.ts +2 -0
- package/desc/src/desc.module.d.ts +1 -1
- package/desc/src/desc.type.d.ts +1 -1
- package/desc/src/public_api.d.ts +1 -0
- package/dim/src/app.config.d.ts +2 -0
- package/dim/src/default/index.d.ts +1 -1
- package/dim/src/dim.module.d.ts +1 -1
- package/dim/src/public_api.d.ts +1 -0
- package/dim-indicator/src/app.config.d.ts +2 -0
- package/dim-indicator/src/assess/index.d.ts +1 -1
- package/dim-indicator/src/default/index.d.ts +1 -1
- package/dim-indicator/src/finish/index.d.ts +1 -1
- package/dim-indicator/src/indicator.module.d.ts +1 -1
- package/dim-indicator/src/public_api.d.ts +1 -0
- package/fesm2022/ebuilding-form.mjs +472 -604
- package/fesm2022/ebuilding-form.mjs.map +1 -1
- package/fesm2022/type.checkbox.mjs +22 -30
- package/fesm2022/type.checkbox.mjs.map +1 -1
- package/fesm2022/type.checkboxgroup.mjs +18 -22
- package/fesm2022/type.checkboxgroup.mjs.map +1 -1
- package/fesm2022/type.colors.mjs +23 -23
- package/fesm2022/type.colors.mjs.map +1 -1
- package/fesm2022/type.datetime.mjs +18 -22
- package/fesm2022/type.datetime.mjs.map +1 -1
- package/fesm2022/type.desc.mjs +16 -19
- package/fesm2022/type.desc.mjs.map +1 -1
- package/fesm2022/type.dim-indicator.mjs +27 -38
- package/fesm2022/type.dim-indicator.mjs.map +1 -1
- package/fesm2022/type.dim.mjs +17 -20
- package/fesm2022/type.dim.mjs.map +1 -1
- package/fesm2022/type.form-field.mjs +17 -20
- package/fesm2022/type.form-field.mjs.map +1 -1
- package/fesm2022/type.grid.mjs +17 -20
- package/fesm2022/type.grid.mjs.map +1 -1
- package/fesm2022/type.group.mjs +21 -28
- package/fesm2022/type.group.mjs.map +1 -1
- package/fesm2022/type.html.mjs +17 -21
- package/fesm2022/type.html.mjs.map +1 -1
- package/fesm2022/type.icon.mjs +17 -21
- package/fesm2022/type.icon.mjs.map +1 -1
- package/fesm2022/type.label.mjs +16 -19
- package/fesm2022/type.label.mjs.map +1 -1
- package/fesm2022/type.line.mjs +16 -19
- package/fesm2022/type.line.mjs.map +1 -1
- package/fesm2022/type.list.mjs +16 -19
- package/fesm2022/type.list.mjs.map +1 -1
- package/fesm2022/type.number.mjs +26 -37
- package/fesm2022/type.number.mjs.map +1 -1
- package/fesm2022/type.overtime.mjs +17 -21
- package/fesm2022/type.overtime.mjs.map +1 -1
- package/fesm2022/type.panel.mjs +17 -20
- package/fesm2022/type.panel.mjs.map +1 -1
- package/fesm2022/type.radio.mjs +18 -22
- package/fesm2022/type.radio.mjs.map +1 -1
- package/fesm2022/type.radiogroup.mjs +17 -21
- package/fesm2022/type.radiogroup.mjs.map +1 -1
- package/fesm2022/type.reform.mjs +17 -20
- package/fesm2022/type.reform.mjs.map +1 -1
- package/fesm2022/type.repeat-card.mjs +17 -20
- package/fesm2022/type.repeat-card.mjs.map +1 -1
- package/fesm2022/type.repeat.mjs +21 -28
- package/fesm2022/type.repeat.mjs.map +1 -1
- package/fesm2022/type.select.mjs +21 -28
- package/fesm2022/type.select.mjs.map +1 -1
- package/fesm2022/type.switch.mjs +18 -22
- package/fesm2022/type.switch.mjs.map +1 -1
- package/fesm2022/type.tabs.mjs +42 -49
- package/fesm2022/type.tabs.mjs.map +1 -1
- package/fesm2022/type.text.mjs +29 -35
- package/fesm2022/type.text.mjs.map +1 -1
- package/fesm2022/type.textarea.mjs +18 -22
- package/fesm2022/type.textarea.mjs.map +1 -1
- package/fesm2022/type.textcode.mjs +18 -22
- package/fesm2022/type.textcode.mjs.map +1 -1
- package/form-field/src/form-field.config.d.ts +2 -0
- package/form-field/src/form-field.module.d.ts +1 -1
- package/form-field/src/form-field.wrapper.d.ts +1 -1
- package/form-field/src/public_api.d.ts +1 -0
- package/grid/src/app.config.d.ts +2 -0
- package/grid/src/grid.module.d.ts +1 -1
- package/grid/src/grid.type.d.ts +1 -1
- package/grid/src/public_api.d.ts +1 -0
- package/group/src/app.config.d.ts +2 -0
- package/group/src/group.module.d.ts +1 -1
- package/group/src/group.type.d.ts +1 -1
- package/group/src/public_api.d.ts +1 -0
- package/html/src/app.config.d.ts +2 -0
- package/html/src/html.module.d.ts +1 -1
- package/html/src/html.type.d.ts +1 -1
- package/html/src/public_api.d.ts +1 -0
- package/icon/src/app.config.d.ts +2 -0
- package/icon/src/default/index.d.ts +1 -1
- package/icon/src/index.module.d.ts +1 -1
- package/icon/src/public_api.d.ts +1 -0
- package/index.d.ts +28 -28
- package/label/src/app.config.d.ts +2 -0
- package/label/src/label.module.d.ts +1 -1
- package/label/src/label.type.d.ts +1 -1
- package/label/src/public_api.d.ts +1 -0
- package/line/src/app.config.d.ts +2 -0
- package/line/src/line.module.d.ts +1 -1
- package/line/src/line.type.d.ts +1 -1
- package/line/src/public_api.d.ts +1 -0
- package/list/src/app.config.d.ts +2 -0
- package/list/src/list.module.d.ts +1 -1
- package/list/src/list.type.d.ts +1 -1
- package/list/src/public_api.d.ts +1 -0
- package/number/src/app.config.d.ts +2 -0
- package/number/src/number.module.d.ts +1 -1
- package/number/src/number.type.d.ts +1 -1
- package/number/src/number_rate.type.d.ts +1 -1
- package/number/src/public_api.d.ts +1 -0
- package/overtime/src/app.config.d.ts +2 -0
- package/overtime/src/default/index.d.ts +1 -1
- package/overtime/src/index.module.d.ts +1 -1
- package/overtime/src/public_api.d.ts +1 -0
- package/package.json +38 -38
- package/panel/src/app.config.d.ts +2 -0
- package/panel/src/panel.module.d.ts +1 -1
- package/panel/src/panel.type.d.ts +1 -1
- package/panel/src/public_api.d.ts +1 -0
- package/radio/src/app.config.d.ts +2 -0
- package/radio/src/public_api.d.ts +1 -0
- package/radio/src/radio.module.d.ts +1 -1
- package/radio/src/radio.type.d.ts +1 -1
- package/radiogroup/src/app.config.d.ts +2 -0
- package/radiogroup/src/public_api.d.ts +1 -0
- package/radiogroup/src/radiogroup.module.d.ts +1 -1
- package/radiogroup/src/radiogroup.type.d.ts +1 -1
- package/reform/src/app.config.d.ts +2 -0
- package/reform/src/public_api.d.ts +1 -0
- package/reform/src/reform.module.d.ts +1 -1
- package/reform/src/reform.type.d.ts +1 -1
- package/repeat/src/app.config.d.ts +2 -0
- package/repeat/src/default/index.d.ts +1 -1
- package/repeat/src/index.module.d.ts +1 -1
- package/repeat/src/public_api.d.ts +1 -0
- package/repeat-card/src/app.config.d.ts +2 -0
- package/repeat-card/src/default/index.d.ts +1 -1
- package/repeat-card/src/index.module.d.ts +1 -1
- package/repeat-card/src/public_api.d.ts +1 -0
- package/select/src/app.config.d.ts +2 -0
- package/select/src/public_api.d.ts +1 -0
- package/select/src/select.module.d.ts +1 -1
- package/select/src/select.type.d.ts +1 -1
- package/switch/src/app.config.d.ts +2 -0
- package/switch/src/default/index.d.ts +1 -1
- package/switch/src/index.module.d.ts +1 -1
- package/switch/src/public_api.d.ts +1 -0
- package/tabs/src/app.config.d.ts +2 -0
- package/tabs/src/default/index.d.ts +1 -1
- package/tabs/src/index.module.d.ts +1 -1
- package/tabs/src/public_api.d.ts +1 -0
- package/tabs/src/tab/index.d.ts +1 -1
- package/text/src/public_api.d.ts +1 -0
- package/text/src/text.config.d.ts +2 -0
- package/text/src/text.module.d.ts +3 -2
- package/text/src/text.type.d.ts +1 -1
- package/text/src/text_ind.type.d.ts +1 -1
- package/textarea/src/app.config.d.ts +2 -0
- package/textarea/src/public_api.d.ts +1 -0
- package/textarea/src/textarea.module.d.ts +1 -1
- package/textarea/src/textarea.type.d.ts +1 -1
- package/textcode/src/app.config.d.ts +2 -0
- package/textcode/src/public_api.d.ts +1 -0
- package/textcode/src/text.module.d.ts +1 -1
- package/textcode/src/text.type.d.ts +1 -1
|
@@ -3,7 +3,7 @@ import * as i1 from "@angular/common";
|
|
|
3
3
|
import * as i2 from "@angular/forms";
|
|
4
4
|
import * as i3 from "ng-zorro-antd/grid";
|
|
5
5
|
import * as i4 from "@ebuilding/form/form-field";
|
|
6
|
-
import * as i5 from "@
|
|
6
|
+
import * as i5 from "@ebuilding-form/core";
|
|
7
7
|
export declare class DeonNzPanelModule {
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<DeonNzPanelModule, never>;
|
|
9
9
|
static ɵmod: i0.ɵɵNgModuleDeclaration<DeonNzPanelModule, never, [typeof i1.CommonModule, typeof i2.ReactiveFormsModule, typeof i3.NzGridModule, typeof i4.DeonNzFormFieldModule, typeof i5.FormlyModule], never>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "@
|
|
3
|
+
import * as i2 from "@ebuilding-form/core";
|
|
4
4
|
export declare class DeonNzRadioModule {
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<DeonNzRadioModule, never>;
|
|
6
6
|
static ɵmod: i0.ɵɵNgModuleDeclaration<DeonNzRadioModule, never, [typeof i1.CommonModule, typeof i2.FormlyModule], never>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "@
|
|
3
|
+
import * as i2 from "@ebuilding-form/core";
|
|
4
4
|
export declare class DeonNzRadioGroupModule {
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<DeonNzRadioGroupModule, never>;
|
|
6
6
|
static ɵmod: i0.ɵɵNgModuleDeclaration<DeonNzRadioGroupModule, never, [typeof i1.CommonModule, typeof i2.FormlyModule], never>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FieldType, FieldTypeConfig } from '@
|
|
1
|
+
import { FieldType, FieldTypeConfig } from '@ebuilding-form/core';
|
|
2
2
|
import { GramGlobalService } from '@ebuilding/base/shared.srv/global.event';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class DeonNzFieldRadioGroup extends FieldType<FieldTypeConfig> {
|
|
@@ -3,7 +3,7 @@ import * as i1 from "@angular/common";
|
|
|
3
3
|
import * as i2 from "@angular/forms";
|
|
4
4
|
import * as i3 from "ng-zorro-antd/grid";
|
|
5
5
|
import * as i4 from "@ebuilding/form/form-field";
|
|
6
|
-
import * as i5 from "@
|
|
6
|
+
import * as i5 from "@ebuilding-form/core";
|
|
7
7
|
export declare class DeonNzReformModule {
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<DeonNzReformModule, never>;
|
|
9
9
|
static ɵmod: i0.ɵɵNgModuleDeclaration<DeonNzReformModule, never, [typeof i1.CommonModule, typeof i2.ReactiveFormsModule, typeof i3.NzGridModule, typeof i4.DeonNzFormFieldModule, typeof i5.FormlyModule], never>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AfterViewInit, OnInit, OnDestroy, OnChanges } from '@angular/core';
|
|
2
2
|
import { CdkDragDrop } from '@angular/cdk/drag-drop';
|
|
3
|
-
import { FieldArrayType, FieldTypeConfig } from '@
|
|
3
|
+
import { FieldArrayType, FieldTypeConfig } from '@ebuilding-form/core';
|
|
4
4
|
import { GramGlobalService } from '@ebuilding/base/shared.srv/global.event';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class DeonNzFieldRepeat extends FieldArrayType<FieldTypeConfig> implements OnInit, OnDestroy, AfterViewInit, OnChanges {
|
|
@@ -9,7 +9,7 @@ import * as i7 from "ng-zorro-antd/modal";
|
|
|
9
9
|
import * as i8 from "ng-zorro-antd/tooltip";
|
|
10
10
|
import * as i9 from "@ebuilding/form/form-field";
|
|
11
11
|
import * as i10 from "@angular/cdk/drag-drop";
|
|
12
|
-
import * as i11 from "@
|
|
12
|
+
import * as i11 from "@ebuilding-form/core";
|
|
13
13
|
export declare class DeonNzRepeatModule {
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<DeonNzRepeatModule, never>;
|
|
15
15
|
static ɵmod: i0.ɵɵNgModuleDeclaration<DeonNzRepeatModule, never, [typeof i1.CommonModule, typeof i2.ReactiveFormsModule, typeof i3.NzEmptyModule, typeof i4.NzTableModule, typeof i5.NzButtonModule, typeof i6.NzIconModule, typeof i7.NzModalModule, typeof i8.NzToolTipModule, typeof i9.DeonNzFormFieldModule, typeof i10.DragDropModule, typeof i11.FormlyModule], never>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AfterViewInit, OnInit, OnDestroy, OnChanges } from '@angular/core';
|
|
2
2
|
import { CdkDragDrop } from '@angular/cdk/drag-drop';
|
|
3
|
-
import { FieldArrayType } from '@
|
|
3
|
+
import { FieldArrayType } from '@ebuilding-form/core';
|
|
4
4
|
import { GramGlobalService } from '@ebuilding/base/shared.srv/global.event';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class DeonNzFieldRepeatCard extends FieldArrayType implements OnInit, OnDestroy, AfterViewInit, OnChanges {
|
|
@@ -10,7 +10,7 @@ import * as i8 from "ng-zorro-antd/tooltip";
|
|
|
10
10
|
import * as i9 from "@ebuilding/form/form-field";
|
|
11
11
|
import * as i10 from "@angular/cdk/drag-drop";
|
|
12
12
|
import * as i11 from "@ebuilding/base/components/empty";
|
|
13
|
-
import * as i12 from "@
|
|
13
|
+
import * as i12 from "@ebuilding-form/core";
|
|
14
14
|
export declare class DeonNzRepeatCardModule {
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<DeonNzRepeatCardModule, never>;
|
|
16
16
|
static ɵmod: i0.ɵɵNgModuleDeclaration<DeonNzRepeatCardModule, never, [typeof i1.CommonModule, typeof i2.ReactiveFormsModule, typeof i3.NzEmptyModule, typeof i4.NzTableModule, typeof i5.NzButtonModule, typeof i6.NzIconModule, typeof i7.NzModalModule, typeof i8.NzToolTipModule, typeof i9.DeonNzFormFieldModule, typeof i10.DragDropModule, typeof i11.GramDeonEmptyModule, typeof i12.FormlyModule], never>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "@angular/common";
|
|
3
3
|
import * as i2 from "@ebuilding/form/form-field";
|
|
4
|
-
import * as i3 from "@
|
|
4
|
+
import * as i3 from "@ebuilding-form/core";
|
|
5
5
|
export declare class DeonNzSelectModule {
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<DeonNzSelectModule, never>;
|
|
7
7
|
static ɵmod: i0.ɵɵNgModuleDeclaration<DeonNzSelectModule, never, [typeof i1.CommonModule, typeof i2.DeonNzFormFieldModule, typeof i3.FormlyModule], never>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "@angular/common";
|
|
3
3
|
import * as i2 from "@ebuilding/form/form-field";
|
|
4
|
-
import * as i3 from "@
|
|
4
|
+
import * as i3 from "@ebuilding-form/core";
|
|
5
5
|
export declare class DeonNzSwitchModule {
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<DeonNzSwitchModule, never>;
|
|
7
7
|
static ɵmod: i0.ɵɵNgModuleDeclaration<DeonNzSwitchModule, never, [typeof i1.CommonModule, typeof i2.DeonNzFormFieldModule, typeof i3.FormlyModule], never>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@
|
|
2
|
+
import * as i1 from "@ebuilding-form/core";
|
|
3
3
|
export declare class DeonNzTabsModule {
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<DeonNzTabsModule, never>;
|
|
5
5
|
static ɵmod: i0.ɵɵNgModuleDeclaration<DeonNzTabsModule, never, [typeof i1.FormlyModule], never>;
|
package/tabs/src/public_api.d.ts
CHANGED
package/tabs/src/tab/index.d.ts
CHANGED
package/text/src/public_api.d.ts
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "@
|
|
3
|
+
import * as i2 from "@ebuilding/form/form-field";
|
|
4
|
+
import * as i3 from "@ebuilding-form/core";
|
|
4
5
|
export declare class DeonNzTextModule {
|
|
5
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<DeonNzTextModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DeonNzTextModule, never, [typeof i1.CommonModule, typeof i2.FormlyModule], never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DeonNzTextModule, never, [typeof i1.CommonModule, typeof i2.DeonNzFormFieldModule, typeof i3.FormlyModule], never>;
|
|
7
8
|
static ɵinj: i0.ɵɵInjectorDeclaration<DeonNzTextModule>;
|
|
8
9
|
}
|
package/text/src/text.type.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FieldType, FieldTypeConfig } from '@
|
|
1
|
+
import { FieldType, FieldTypeConfig } from '@ebuilding-form/core';
|
|
2
2
|
import { GramGlobalService } from '@ebuilding/base/shared.srv/global.event';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class DeonNzFieldTextInd extends FieldType<FieldTypeConfig> {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@
|
|
2
|
+
import * as i1 from "@ebuilding-form/core";
|
|
3
3
|
export declare class DeonNzTextAreaModule {
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<DeonNzTextAreaModule, never>;
|
|
5
5
|
static ɵmod: i0.ɵɵNgModuleDeclaration<DeonNzTextAreaModule, never, [typeof i1.FormlyModule], never>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@
|
|
2
|
+
import * as i1 from "@ebuilding-form/core";
|
|
3
3
|
export declare class DeonNzTextCodeModule {
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<DeonNzTextCodeModule, never>;
|
|
5
5
|
static ɵmod: i0.ɵɵNgModuleDeclaration<DeonNzTextCodeModule, never, [typeof i1.FormlyModule], never>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ChangeDetectorRef } from '@angular/core';
|
|
2
2
|
import { _HttpClient } from '@delon/theme';
|
|
3
|
-
import { FieldType, FieldTypeConfig } from '@
|
|
3
|
+
import { FieldType, FieldTypeConfig } from '@ebuilding-form/core';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class DeonNzFieldTextCode extends FieldType<FieldTypeConfig> {
|
|
6
6
|
http: _HttpClient;
|