@ebuilding/form 2.1.15 → 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 +30 -30
- 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
|
@@ -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 DeonNzCheckboxModule {
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<DeonNzCheckboxModule, never>;
|
|
7
7
|
static ɵmod: i0.ɵɵNgModuleDeclaration<DeonNzCheckboxModule, 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 DeonNzCheckboxGroupModule {
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<DeonNzCheckboxGroupModule, never>;
|
|
7
7
|
static ɵmod: i0.ɵɵNgModuleDeclaration<DeonNzCheckboxGroupModule, never, [typeof i1.CommonModule, typeof i2.DeonNzFormFieldModule, typeof i3.FormlyModule], never>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import { FieldType, FieldTypeConfig } from '@
|
|
2
|
+
import { FieldType, FieldTypeConfig } from '@ebuilding-form/core';
|
|
3
3
|
import { Observable } from 'rxjs';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class DeonNzFieldCheckboxGroup extends FieldType<FieldTypeConfig> implements OnInit {
|
|
@@ -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 DeonNzColorModule {
|
|
5
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<DeonNzColorModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DeonNzColorModule, never, [typeof i1.CommonModule, typeof i2.FormlyModule], never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DeonNzColorModule, never, [typeof i1.CommonModule, typeof i2.DeonNzFormFieldModule, typeof i3.FormlyModule], never>;
|
|
7
8
|
static ɵinj: i0.ɵɵInjectorDeclaration<DeonNzColorModule>;
|
|
8
9
|
}
|
|
@@ -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 DeonNzDateTimeModule {
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<DeonNzDateTimeModule, never>;
|
|
7
7
|
static ɵmod: i0.ɵɵNgModuleDeclaration<DeonNzDateTimeModule, never, [typeof i1.CommonModule, typeof i2.DeonNzFormFieldModule, typeof i3.FormlyModule], never>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { NzI18nService } from 'ng-zorro-antd/i18n';
|
|
2
|
-
import { FieldType, FieldTypeConfig } from '@
|
|
2
|
+
import { FieldType, FieldTypeConfig } from '@ebuilding-form/core';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class DeonNzFieldDatetime extends FieldType<FieldTypeConfig> {
|
|
5
5
|
i18n: NzI18nService;
|
|
@@ -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 DeonNzDescModule {
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<DeonNzDescModule, never>;
|
|
7
7
|
static ɵmod: i0.ɵɵNgModuleDeclaration<DeonNzDescModule, never, [typeof i1.CommonModule, typeof i2.DeonNzFormFieldModule, typeof i3.FormlyModule], never>;
|
package/desc/src/desc.type.d.ts
CHANGED
package/desc/src/public_api.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 DeonNzFieldDim extends FieldType<FieldTypeConfig> {
|
package/dim/src/dim.module.d.ts
CHANGED
|
@@ -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 DeonNzDimModule {
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<DeonNzDimModule, never>;
|
|
7
7
|
static ɵmod: i0.ɵɵNgModuleDeclaration<DeonNzDimModule, never, [typeof i1.CommonModule, typeof i2.DeonNzFormFieldModule, typeof i3.FormlyModule], never>;
|
package/dim/src/public_api.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { NzMessageService } from 'ng-zorro-antd/message';
|
|
2
2
|
import { NzModalService } from 'ng-zorro-antd/modal';
|
|
3
3
|
import { GramGlobalService } from '@ebuilding/base/shared.srv/global.event';
|
|
4
|
-
import { FieldType } from '@
|
|
4
|
+
import { FieldType } from '@ebuilding-form/core';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class DeonNzFieldDimIndicatorAssess extends FieldType {
|
|
7
7
|
modal: NzModalService;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { NzMessageService } from 'ng-zorro-antd/message';
|
|
2
2
|
import { NzModalService } from 'ng-zorro-antd/modal';
|
|
3
3
|
import { GramGlobalService } from '@ebuilding/base/shared.srv/global.event';
|
|
4
|
-
import { FieldType } from '@
|
|
4
|
+
import { FieldType } from '@ebuilding-form/core';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class DeonNzFieldDimIndicator extends FieldType {
|
|
7
7
|
modal: NzModalService;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { NzMessageService } from 'ng-zorro-antd/message';
|
|
2
2
|
import { NzModalService } from 'ng-zorro-antd/modal';
|
|
3
3
|
import { GramGlobalService } from '@ebuilding/base/shared.srv/global.event';
|
|
4
|
-
import { FieldType } from '@
|
|
4
|
+
import { FieldType } from '@ebuilding-form/core';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class DeonNzFieldDimIndicatorFinish extends FieldType {
|
|
7
7
|
modal: NzModalService;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "@ebuilding/form/form-field";
|
|
3
|
-
import * as i2 from "@
|
|
3
|
+
import * as i2 from "@ebuilding-form/core";
|
|
4
4
|
export declare class DeonNzDimIndicatorModule {
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<DeonNzDimIndicatorModule, never>;
|
|
6
6
|
static ɵmod: i0.ɵɵNgModuleDeclaration<DeonNzDimIndicatorModule, never, [typeof i1.DeonNzFormFieldModule, typeof i2.FormlyModule], never>;
|