@dignite-ng/expand.cms 0.0.18 → 0.0.19

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.
Files changed (31) hide show
  1. package/esm2022/lib/cms-routing.module.mjs +2 -2
  2. package/esm2022/lib/cms.module.mjs +20 -28
  3. package/esm2022/lib/components/admin/entries/create-or-edit-entries.component.mjs +10 -4
  4. package/esm2022/lib/components/admin/fields/create-or-edit-field.component.mjs +20 -11
  5. package/esm2022/lib/components/dynamic-form/form-control-group.mjs +18 -18
  6. package/esm2022/lib/components/dynamic-form/index.mjs +3 -3
  7. package/esm2022/lib/components/dynamic-form/matrix/index.mjs +4 -0
  8. package/esm2022/lib/components/dynamic-form/matrix/matrix-config.component.mjs +229 -0
  9. package/esm2022/lib/components/dynamic-form/matrix/matrix-config.mjs +50 -0
  10. package/esm2022/lib/components/dynamic-form/matrix/matrix-control.component.mjs +111 -0
  11. package/esm2022/lib/components/dynamic-form/table/index.mjs +4 -0
  12. package/esm2022/lib/components/dynamic-form/table/table-config.component.mjs +174 -0
  13. package/esm2022/lib/components/dynamic-form/table/table-config.mjs +38 -0
  14. package/esm2022/lib/components/dynamic-form/table/table-control.component.mjs +114 -0
  15. package/esm2022/lib/services/field-abstracts.service.mjs +1 -1
  16. package/fesm2022/dignite-ng-expand.cms.mjs +732 -56
  17. package/fesm2022/dignite-ng-expand.cms.mjs.map +1 -1
  18. package/lib/cms.module.d.ts +20 -16
  19. package/lib/components/admin/entries/create-or-edit-entries.component.d.ts +3 -1
  20. package/lib/components/admin/fields/create-or-edit-field.component.d.ts +4 -0
  21. package/lib/components/dynamic-form/index.d.ts +2 -0
  22. package/lib/components/dynamic-form/matrix/index.d.ts +3 -0
  23. package/lib/components/dynamic-form/matrix/matrix-config.component.d.ts +73 -0
  24. package/lib/components/dynamic-form/matrix/matrix-config.d.ts +24 -0
  25. package/lib/components/dynamic-form/matrix/matrix-control.component.d.ts +39 -0
  26. package/lib/components/dynamic-form/table/index.d.ts +3 -0
  27. package/lib/components/dynamic-form/table/table-config.component.d.ts +58 -0
  28. package/lib/components/dynamic-form/table/table-config.d.ts +18 -0
  29. package/lib/components/dynamic-form/table/table-control.component.d.ts +36 -0
  30. package/lib/services/field-abstracts.service.d.ts +1 -1
  31. package/package.json +3 -3
@@ -12,25 +12,29 @@ import * as i9 from "./components/admin/sections/entry-types/create-or-edit.comp
12
12
  import * as i10 from "./components/admin/entries/create.component";
13
13
  import * as i11 from "./components/admin/entries/edit.component";
14
14
  import * as i12 from "./components/admin/entries/create-or-edit-entries.component";
15
- import * as i13 from "./components/dynamic-form/entry/entry-config.component";
16
- import * as i14 from "./components/dynamic-form/entry/entry-control.component";
17
- import * as i15 from "@abp/ng.core";
18
- import * as i16 from "@abp/ng.theme.shared";
19
- import * as i17 from "./cms-routing.module";
20
- import * as i18 from "@ng-bootstrap/ng-bootstrap";
21
- import * as i19 from "@angular/forms";
22
- import * as i20 from "@ngx-validate/core";
23
- import * as i21 from "@angular/cdk/drag-drop";
24
- import * as i22 from "@abp/ng.components/page";
25
- import * as i23 from "@volo/abp.commercial.ng.ui/config";
26
- import * as i24 from "ng-zorro-antd/select";
27
- import * as i25 from "ng-zorro-antd/table";
28
- import * as i26 from "@angular/cdk/scrolling";
29
- import * as i27 from "@dignite-ng/expand.dynamic-form";
15
+ import * as i13 from "./components/dynamic-form/table/table-config.component";
16
+ import * as i14 from "./components/dynamic-form/table/table-control.component";
17
+ import * as i15 from "./components/dynamic-form/matrix/matrix-config.component";
18
+ import * as i16 from "./components/dynamic-form/matrix/matrix-control.component";
19
+ import * as i17 from "./components/dynamic-form/entry/entry-config.component";
20
+ import * as i18 from "./components/dynamic-form/entry/entry-control.component";
21
+ import * as i19 from "@abp/ng.core";
22
+ import * as i20 from "@abp/ng.theme.shared";
23
+ import * as i21 from "./cms-routing.module";
24
+ import * as i22 from "@ng-bootstrap/ng-bootstrap";
25
+ import * as i23 from "@angular/forms";
26
+ import * as i24 from "@ngx-validate/core";
27
+ import * as i25 from "@angular/cdk/drag-drop";
28
+ import * as i26 from "@abp/ng.components/page";
29
+ import * as i27 from "@volo/abp.commercial.ng.ui/config";
30
+ import * as i28 from "ng-zorro-antd/select";
31
+ import * as i29 from "ng-zorro-antd/table";
32
+ import * as i30 from "@angular/cdk/scrolling";
33
+ import * as i31 from "@dignite-ng/expand.dynamic-form";
30
34
  export declare class CmsModule {
31
35
  static forChild(options?: any): ModuleWithProviders<CmsModule>;
32
36
  static forLazy(options?: any): NgModuleFactory<CmsModule>;
33
37
  static ɵfac: i0.ɵɵFactoryDeclaration<CmsModule, never>;
34
- static ɵmod: i0.ɵɵNgModuleDeclaration<CmsModule, [typeof i1.EntriesComponent, typeof i2.FieldsComponent, typeof i3.SitesComponent, typeof i4.SectionsComponent, typeof i5.FieldGroupComponent, typeof i6.CreateFieldComponent, typeof i7.EditFieldComponent, typeof i8.CreateOrEditFieldComponent, typeof i9.CreateOrEditComponent, typeof i10.CreateComponent, typeof i11.EditComponent, typeof i12.CreateOrEditEntriesComponent, typeof i13.EntryConfigComponent, typeof i14.EntryControlComponent], [typeof i15.CoreModule, typeof i16.ThemeSharedModule, typeof i17.CmsRoutingModule, typeof i18.NgbDropdownModule, typeof i19.FormsModule, typeof i19.ReactiveFormsModule, typeof i20.NgxValidateCoreModule, typeof i18.NgbNavModule, typeof i18.NgbAccordionModule, typeof i21.DragDropModule, typeof i22.PageModule, typeof i23.CommercialUiConfigModule, typeof i24.NzSelectModule, typeof i25.NzTableModule, typeof i26.ScrollingModule, typeof i27.DynamicFormModule, typeof i27.DynamicComponent], [typeof i13.EntryConfigComponent, typeof i14.EntryControlComponent]>;
38
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CmsModule, [typeof i1.EntriesComponent, typeof i2.FieldsComponent, typeof i3.SitesComponent, typeof i4.SectionsComponent, typeof i5.FieldGroupComponent, typeof i6.CreateFieldComponent, typeof i7.EditFieldComponent, typeof i8.CreateOrEditFieldComponent, typeof i9.CreateOrEditComponent, typeof i10.CreateComponent, typeof i11.EditComponent, typeof i12.CreateOrEditEntriesComponent, typeof i13.TableConfigComponent, typeof i14.TableControlComponent, typeof i15.MatrixConfigComponent, typeof i16.MatrixControlComponent, typeof i17.EntryConfigComponent, typeof i18.EntryControlComponent], [typeof i19.CoreModule, typeof i20.ThemeSharedModule, typeof i21.CmsRoutingModule, typeof i22.NgbDropdownModule, typeof i23.FormsModule, typeof i23.ReactiveFormsModule, typeof i24.NgxValidateCoreModule, typeof i22.NgbNavModule, typeof i22.NgbAccordionModule, typeof i25.DragDropModule, typeof i26.PageModule, typeof i27.CommercialUiConfigModule, typeof i28.NzSelectModule, typeof i29.NzTableModule, typeof i30.ScrollingModule, typeof i31.DynamicFormModule], [typeof i13.TableConfigComponent, typeof i14.TableControlComponent, typeof i15.MatrixConfigComponent, typeof i16.MatrixControlComponent, typeof i17.EntryConfigComponent, typeof i18.EntryControlComponent]>;
35
39
  static ɵinj: i0.ɵɵInjectorDeclaration<CmsModule>;
36
40
  }
@@ -1,6 +1,6 @@
1
1
  import { ConfigStateService, LocalizationService } from '@abp/ng.core';
2
2
  import { ToasterService } from '@abp/ng.theme.shared';
3
- import { AfterContentInit } from '@angular/core';
3
+ import { AfterContentInit, QueryList, ViewContainerRef } from '@angular/core';
4
4
  import { AbstractControl, FormGroup, ValidationErrors } from '@angular/forms';
5
5
  import { Router } from '@angular/router';
6
6
  import { EntryAdminService } from '../../../proxy/admin/entries';
@@ -60,6 +60,8 @@ export declare class CreateOrEditEntriesComponent implements AfterContentInit {
60
60
  /**extraProperties配置表单实体 */
61
61
  get extraProperties(): FormGroup<any>;
62
62
  ngAfterContentInit(): Promise<void>;
63
+ /**表单控件模板-动态表单配置组件 */
64
+ FormDynamicontrolRef: QueryList<ViewContainerRef>;
63
65
  /**定义自定义异步验证 */
64
66
  cultureAsyncValidator_test(): (ctrl: AbstractControl) => Promise<ValidationErrors | null> | Observable<ValidationErrors | null>;
65
67
  /**
@@ -1,3 +1,4 @@
1
+ import { ViewContainerRef } from '@angular/core';
1
2
  import { FieldAbstractsService } from '../../../services/field-abstracts.service';
2
3
  import { AbstractControl, FormGroup, ValidationErrors } from '@angular/forms';
3
4
  import { CmsApiService } from '../../../services/cms-api.service';
@@ -10,6 +11,8 @@ export declare class CreateOrEditFieldComponent {
10
11
  private _CmsApiService;
11
12
  private _FieldAdminService;
12
13
  private _LocalizationService;
14
+ /**表单控件模板-动态表单配置组件 */
15
+ FormDynamicRef: ViewContainerRef;
13
16
  constructor(_FieldAbstractsService: FieldAbstractsService, _CmsApiService: CmsApiService, _FieldAdminService: FieldAdminService, _LocalizationService: LocalizationService);
14
17
  /**表单实体 */
15
18
  _Entity: FormGroup | undefined;
@@ -19,6 +22,7 @@ export declare class CreateOrEditFieldComponent {
19
22
  _selected_copy: any;
20
23
  _selected: any;
21
24
  set selected(v: any);
25
+ private _CreateDynamicComponentsService;
22
26
  dataLoaded(): Promise<void>;
23
27
  /**name表单控件 */
24
28
  get nameInput(): AbstractControl<any, any>;
@@ -1,2 +1,4 @@
1
1
  export * from './form-control-group';
2
2
  export * from './entry';
3
+ export * from './matrix';
4
+ export * from './table';
@@ -0,0 +1,3 @@
1
+ export * from './matrix-config';
2
+ export * from './matrix-control.component';
3
+ export * from './matrix-config.component';
@@ -0,0 +1,73 @@
1
+ import { ElementRef } from '@angular/core';
2
+ import { FormArray, FormBuilder, FormGroup } from '@angular/forms';
3
+ import { CmsApiService, FieldAbstractsService } from '../../../services';
4
+ import * as i0 from "@angular/core";
5
+ export declare class MatrixConfigComponent {
6
+ private fb;
7
+ private _CmsApiService;
8
+ private _FieldAbstractsService;
9
+ constructor(fb: FormBuilder, _CmsApiService: CmsApiService, _FieldAbstractsService: FieldAbstractsService);
10
+ /**表单控件组 */
11
+ _FieldControlGroup: any[];
12
+ /**表单控件类型 */
13
+ _type: any;
14
+ set type(v: any);
15
+ /**表单实体 */
16
+ _Entity: FormGroup | undefined;
17
+ set Entity(v: FormGroup);
18
+ /**选择的表单信息 */
19
+ _selected: any;
20
+ set selected(v: any);
21
+ submitclick: ElementRef;
22
+ dataLoaded(): Promise<void>;
23
+ AfterInit(): Promise<unknown>;
24
+ setSelectValue(): Promise<unknown>;
25
+ /**获取表单配置 */
26
+ get formConfiguration(): FormGroup<any>;
27
+ /**获取表单配置下的矩阵块表单数组 */
28
+ get MatrixBlockTypes(): FormArray<any>;
29
+ /**模态框-状态 */
30
+ matrixModalOpen: boolean;
31
+ /**模态框-是否正在编辑 */
32
+ isMatrixModalEdit: any;
33
+ /**模态框-用于确定模态的繁忙状态是否为真 */
34
+ modalBusy: boolean;
35
+ /**模态框-表单 */
36
+ matrixModalForm: FormGroup | undefined;
37
+ /**表单控件模板-用于在form外提交submit */
38
+ matrixModalModalSubmit: ElementRef;
39
+ /**矩阵块-选择的下标 */
40
+ selectMatrixBlockIndex: any;
41
+ /**矩阵块-选择的矩阵下字段的下标 */
42
+ selectMatrixFieldIndex: any;
43
+ /**模态框-状态改变 */
44
+ matrixModalVisibleChange(event: any): void;
45
+ /**矩阵块--新增-打开模态框 */
46
+ addMatrixBlockType(): void;
47
+ /**模态框--矩阵表单保存提交 */
48
+ createOrEditSave(): void;
49
+ /**新增矩阵块-向数组表单中增加项 */
50
+ addMatrixBlockTypeItem(input: any): void;
51
+ /**编辑矩阵块 */
52
+ EditMatrixBlock(input: any): void;
53
+ /**删除矩阵块 */
54
+ DeleteMatrixBlock(index: any): void;
55
+ /**矩阵块-选择 */
56
+ selectMatrixBlockChange(index: any): void;
57
+ /**矩阵字段-新增 */
58
+ addMatrixField(): void;
59
+ /**矩阵字段-新增矩阵字段项 */
60
+ addMatrixFieldItem(input: any, selectMatrixBlockIndex: any): void;
61
+ /**删除矩阵字段项 */
62
+ deleteMatrixField(MatrixFieldForm: any, index: any): void;
63
+ /**矩阵字段-选择 */
64
+ selectMatrixFieldChange(MatrixBlockIndex: any, MatrixFieldIndex: any): void;
65
+ get nameInput(): import("@angular/forms").AbstractControl<any, any>;
66
+ get FieldnameInput(): import("@angular/forms").AbstractControl<any, any>;
67
+ /**矩阵displayNameInput字段失去焦点 */
68
+ displayNameInputBlur(event: any): void;
69
+ /**矩阵displayNameInput字段失去焦点 */
70
+ MatrixFieldDisplayNameInputBlur(event: any): void;
71
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatrixConfigComponent, never>;
72
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatrixConfigComponent, "df-matrix-config", never, { "type": { "alias": "type"; "required": false; }; "Entity": { "alias": "Entity"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; }, {}, never, never, false, never>;
73
+ }
@@ -0,0 +1,24 @@
1
+ import { FormGroup } from "@angular/forms";
2
+ export declare class MatrixConfig {
3
+ 'MatrixBlockTypes': any;
4
+ constructor(data?: MatrixConfig);
5
+ }
6
+ export declare class MatrixItemConfig {
7
+ displayName: any;
8
+ /**字段名字 */
9
+ name: any;
10
+ constructor(data?: MatrixConfig);
11
+ }
12
+ export declare class matrixFieldInputBase {
13
+ /**字段名称 Display name of this field */
14
+ displayName: any;
15
+ /**字段唯一名称 Unique Name*/
16
+ name: any;
17
+ /**描述 说明 */
18
+ description: any;
19
+ /**FieldType字段类型 表单控件名称 */
20
+ formControlName: any;
21
+ /**动态表单配置 */
22
+ formConfiguration: FormGroup | undefined;
23
+ constructor(data?: matrixFieldInputBase);
24
+ }
@@ -0,0 +1,39 @@
1
+ import { ElementRef } from '@angular/core';
2
+ import { FormArray, FormBuilder, FormGroup } from '@angular/forms';
3
+ import * as i0 from "@angular/core";
4
+ export declare class MatrixControlComponent {
5
+ private fb;
6
+ constructor(fb: FormBuilder);
7
+ /**表单实体 */
8
+ _entity: FormGroup | undefined;
9
+ set entity(v: any);
10
+ /**字段配置列表 */
11
+ _fields: any;
12
+ set fields(v: any);
13
+ /**父级字段名称,用于为表单设置控件赋值 */
14
+ _parentFiledName: any;
15
+ set parentFiledName(v: any);
16
+ /**父级字段名称,用于为表单设置控件赋值 */
17
+ _selected: any;
18
+ set selected(v: any);
19
+ /**语言 */
20
+ _culture: any;
21
+ set culture(v: any);
22
+ submitclick: ElementRef;
23
+ /** 获取父级字段代表的表单组*/
24
+ extraProperties: FormGroup | undefined;
25
+ /**数据加载完成 */
26
+ dataLoaded(): Promise<void>;
27
+ formConfiguration: any;
28
+ /**获取表格字段代表的控件 */
29
+ fieldNameControl: FormArray | undefined;
30
+ AfterInit(): Promise<unknown>;
31
+ /**矩阵列表 */
32
+ MatrixBlockTypesList: any[];
33
+ /**增加指定矩阵控件项 */
34
+ addMatrixControl(item: any): void;
35
+ /**删除矩阵控件 */
36
+ deleteMatrixControl(index: any): void;
37
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatrixControlComponent, never>;
38
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatrixControlComponent, "df-matrix-control", never, { "entity": { "alias": "entity"; "required": false; }; "fields": { "alias": "fields"; "required": false; }; "parentFiledName": { "alias": "parentFiledName"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "culture": { "alias": "culture"; "required": false; }; }, {}, never, never, false, never>;
39
+ }
@@ -0,0 +1,3 @@
1
+ export * from './table-config';
2
+ export * from './table-config.component';
3
+ export * from './table-control.component';
@@ -0,0 +1,58 @@
1
+ import { ElementRef } from '@angular/core';
2
+ import { FormArray, FormBuilder, FormGroup } from '@angular/forms';
3
+ import { CmsApiService, FieldAbstractsService } from '../../../services';
4
+ import * as i0 from "@angular/core";
5
+ export declare class TableConfigComponent {
6
+ private fb;
7
+ private _CmsApiService;
8
+ private _FieldAbstractsService;
9
+ constructor(fb: FormBuilder, _CmsApiService: CmsApiService, _FieldAbstractsService: FieldAbstractsService);
10
+ /**表单实体 */
11
+ _Entity: FormGroup | undefined;
12
+ set Entity(v: FormGroup);
13
+ /**选择的表单信息 */
14
+ _selected: any;
15
+ set selected(v: any);
16
+ /**表单控件组 */
17
+ _fieldControlGroup: any[];
18
+ /**表单控件类型 */
19
+ _type: any;
20
+ set type(v: any);
21
+ get formConfiguration(): FormGroup<any>;
22
+ get TableColumns(): FormArray<any>;
23
+ submitclick: ElementRef;
24
+ dataLoaded(): Promise<void>;
25
+ /**增加选项 */
26
+ addTableColumns(): void;
27
+ /**删除某个选项 */
28
+ deleteTableColumns(index: any): void;
29
+ AfterInit(): Promise<unknown>;
30
+ itemForm: any;
31
+ /**选择表格的表单控件 */
32
+ selectTableControl(event: any, i: any, item: any): void;
33
+ CurrentSelectionTableControlName: any;
34
+ /**正在创建或编辑的表格项下标 */
35
+ TableColumnsIndex: any;
36
+ /**创建站点模态框状态 */
37
+ tableSelectOpen: boolean;
38
+ /**用于确定模态的繁忙状态是否为真 */
39
+ modalBusy: boolean;
40
+ /**创建站点表单 */
41
+ tableSelectForm: FormGroup | undefined;
42
+ /**表格已选择数据 */
43
+ _tableSelected: any;
44
+ /**表单控件模板-动态赋值表单控件 */
45
+ tableSelectModalSubmit: ElementRef;
46
+ /**创建站点模态框状态改变 */
47
+ tableSelectVisibleChange(event: any): void;
48
+ /**表单保存提交 */
49
+ createOrEditSave(): void;
50
+ /**编辑站点按钮 */
51
+ EditSitesBtn(rows: any, i: any): void;
52
+ /**调整表格位置 */
53
+ TableArrowUpOrDown(type: any, index: any): void;
54
+ /**字段标签input失去标点生成字段名字 */
55
+ disPlayNameInputBlur(event: any, item: any): void;
56
+ static ɵfac: i0.ɵɵFactoryDeclaration<TableConfigComponent, never>;
57
+ static ɵcmp: i0.ɵɵComponentDeclaration<TableConfigComponent, "df-table-config", never, { "Entity": { "alias": "Entity"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, never, false, never>;
58
+ }
@@ -0,0 +1,18 @@
1
+ export declare class TableConfig {
2
+ TableColumns: any;
3
+ constructor(data?: TableConfig);
4
+ }
5
+ export declare class TableFormControl {
6
+ /**列标题 */
7
+ displayName: any;
8
+ /**空间配置 */
9
+ formConfiguration: any;
10
+ /**列名 */
11
+ name: any;
12
+ formControlName: any;
13
+ /**是否必填 */
14
+ required: any;
15
+ /**描述 */
16
+ description: any;
17
+ constructor(data?: TableConfig);
18
+ }
@@ -0,0 +1,36 @@
1
+ import { ElementRef } from '@angular/core';
2
+ import { FormArray, FormGroup } from '@angular/forms';
3
+ import * as i0 from "@angular/core";
4
+ export declare class TableControlComponent {
5
+ constructor();
6
+ private fb;
7
+ /**表单实体 */
8
+ _entity: FormGroup | undefined;
9
+ set entity(v: any);
10
+ /**字段配置列表 */
11
+ _fields: any;
12
+ set fields(v: any);
13
+ /**父级字段名称,用于为表单设置控件赋值 */
14
+ _parentFiledName: any;
15
+ set parentFiledName(v: any);
16
+ /**父级字段名称,用于为表单设置控件赋值 */
17
+ _selected: any;
18
+ set selected(v: any);
19
+ submitclick: ElementRef;
20
+ /** 获取父级字段代表的表单组*/
21
+ extraProperties: FormGroup | undefined;
22
+ /**数据加载完成 */
23
+ dataLoaded(): Promise<void>;
24
+ formConfiguration: any;
25
+ /**获取表格字段代表的控件 */
26
+ fieldNameControl: FormArray | undefined;
27
+ AfterInit(): Promise<unknown>;
28
+ /**增加表格项 */
29
+ addTableControlItem(): void;
30
+ /**删除表格项 */
31
+ minusTableControlItem(index: any): void;
32
+ /**调整表格位置 */
33
+ TableArrowUpOrDown(type: any, index: any): void;
34
+ static ɵfac: i0.ɵɵFactoryDeclaration<TableControlComponent, never>;
35
+ static ɵcmp: i0.ɵɵComponentDeclaration<TableControlComponent, "df-table-control", never, { "entity": { "alias": "entity"; "required": false; }; "fields": { "alias": "fields"; "required": false; }; "parentFiledName": { "alias": "parentFiledName"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; }, {}, never, never, false, never>;
36
+ }
@@ -14,7 +14,7 @@ export declare class FieldAbstractsService {
14
14
  fromControlList: any[];
15
15
  /**获取表单控件类型 */
16
16
  getFromControlList(): Promise<unknown>;
17
- getExcludeAssignControl(typeName: any): any[];
17
+ getExcludeAssignControl(typeName?: any): any[];
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<FieldAbstractsService, never>;
19
19
  static ɵprov: i0.ɵɵInjectableDeclaration<FieldAbstractsService>;
20
20
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@dignite-ng/expand.cms",
3
- "version": "0.0.18",
3
+ "version": "0.0.19",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.2.0",
6
6
  "@angular/core": "^16.2.0",
7
7
  "pinyin-pro": "^3.19.6",
8
- "@dignite-ng/expand.dynamic-form": "^0.0.7",
9
- "@dignite-ng/expand.file-explorer": "^0.0.7"
8
+ "@dignite-ng/expand.dynamic-form": "^0.0.10",
9
+ "@dignite-ng/expand.file-explorer": "^0.0.10"
10
10
  },
11
11
  "dependencies": {
12
12
  "tslib": "^2.3.0"