ngx-rs-ant 0.11.7 → 0.12.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/box-container/box-container.component.d.ts +1 -2
- package/box-container/box-container.module.d.ts +3 -3
- package/box-container/box-item/box-item.component.d.ts +3 -1
- package/box-container/box-item/item-blank/item-blank.component.d.ts +1 -4
- package/box-container/box-item/item-style/style/style.component.d.ts +2 -2
- package/box-container/plugin-active/plugin-active.component.d.ts +0 -1
- package/data-grid/data-grid.component.d.ts +1 -0
- package/data-grid/data-grid.module.d.ts +1 -2
- package/dynamic-params/dynamic-params.module.d.ts +3 -3
- package/esm2020/box-container/PluginManager.mjs +1 -8
- package/esm2020/box-container/box-container.component.mjs +2 -4
- package/esm2020/box-container/box-container.module.mjs +8 -8
- package/esm2020/box-container/box-item/box-item.component.mjs +40 -25
- package/esm2020/box-container/box-item/item-blank/item-blank.component.mjs +5 -23
- package/esm2020/box-container/box-item/item-style/style/style.component.mjs +8 -5
- package/esm2020/box-container/plugin-active/plugin-active.component.mjs +4 -5
- package/esm2020/box-container/plugin-hover/plugin-hover.component.mjs +2 -2
- package/esm2020/data-grid/data-grid.component.mjs +16 -9
- package/esm2020/data-grid/data-grid.module.mjs +5 -9
- package/esm2020/data-grid/file-cell-template/file-cell-template.component.mjs +5 -4
- package/esm2020/dynamic-params/dynamic-params.component.mjs +5 -7
- package/esm2020/dynamic-params/dynamic-params.module.mjs +8 -8
- package/esm2020/form/form.component.mjs +12 -23
- package/esm2020/form/form.module.mjs +8 -4
- package/esm2020/modal/modal.component.mjs +2 -2
- package/esm2020/notify/notify.mjs +35 -0
- package/esm2020/public-api.mjs +2 -1
- package/fesm2015/ngx-rs-ant.mjs +151 -125
- package/fesm2015/ngx-rs-ant.mjs.map +1 -1
- package/fesm2020/ngx-rs-ant.mjs +149 -125
- package/fesm2020/ngx-rs-ant.mjs.map +1 -1
- package/form/form.component.d.ts +3 -7
- package/form/form.module.d.ts +2 -1
- package/notify/notify.d.ts +3 -0
- package/package.json +3 -4
- package/public-api.d.ts +1 -0
- package/styles/coast-var.scss +18 -0
package/form/form.component.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { FormLayout } from "ng-devui";
|
|
3
|
-
import { UntypedFormGroup } from "@angular/forms";
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
4
2
|
import { FormService } from "./form.service";
|
|
3
|
+
import { DxButtonComponent } from "devextreme-angular";
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
export declare class FormComponent implements OnInit {
|
|
7
6
|
private service;
|
|
@@ -10,13 +9,10 @@ export declare class FormComponent implements OnInit {
|
|
|
10
9
|
oid?: any;
|
|
11
10
|
copyOid?: any;
|
|
12
11
|
template?: any;
|
|
13
|
-
layoutDirection: FormLayout;
|
|
14
12
|
config: any;
|
|
15
|
-
formGroup: UntypedFormGroup;
|
|
16
13
|
model: any;
|
|
17
|
-
formSubmitter:
|
|
14
|
+
formSubmitter: DxButtonComponent;
|
|
18
15
|
submitCallback: EventEmitter<any>;
|
|
19
|
-
loaded: boolean;
|
|
20
16
|
loading: boolean;
|
|
21
17
|
constructor(service: FormService);
|
|
22
18
|
ngOnInit(): void;
|
package/form/form.module.d.ts
CHANGED
|
@@ -4,8 +4,9 @@ import * as i2 from "@angular/common";
|
|
|
4
4
|
import * as i3 from "ng-devui";
|
|
5
5
|
import * as i4 from "@angular/forms";
|
|
6
6
|
import * as i5 from "../box-container/box-container.module";
|
|
7
|
+
import * as i6 from "devextreme-angular";
|
|
7
8
|
export declare class FormModule {
|
|
8
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FormModule, [typeof i1.FormComponent], [typeof i2.CommonModule, typeof i3.DevUIModule, typeof i4.FormsModule, typeof i4.ReactiveFormsModule, typeof i5.BoxContainerModule], [typeof i1.FormComponent]>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FormModule, [typeof i1.FormComponent], [typeof i2.CommonModule, typeof i3.DevUIModule, typeof i4.FormsModule, typeof i4.ReactiveFormsModule, typeof i5.BoxContainerModule, typeof i6.DevExtremeModule], [typeof i1.FormComponent]>;
|
|
10
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<FormModule>;
|
|
11
12
|
}
|
package/package.json
CHANGED
|
@@ -1,16 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ngx-rs-ant",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.12.0",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"description": "RsAnt components based on Angular and
|
|
5
|
+
"description": "RsAnt components based on Angular and DevExtreme",
|
|
6
6
|
"peerDependencies": {
|
|
7
7
|
"@angular/common": "^15.2.0",
|
|
8
8
|
"@angular/core": "^15.2.0",
|
|
9
9
|
"@devui-design/icons": "^1.3.0",
|
|
10
10
|
"coast-plugin-register": "^2.1.6",
|
|
11
11
|
"devextreme": "^23.1.4",
|
|
12
|
-
"devextreme-angular": "^23.1.4"
|
|
13
|
-
"ng-devui": "^15.1.0"
|
|
12
|
+
"devextreme-angular": "^23.1.4"
|
|
14
13
|
},
|
|
15
14
|
"dependencies": {
|
|
16
15
|
"tslib": "^2.3.0"
|
package/public-api.d.ts
CHANGED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// 统一颜色变量
|
|
2
|
+
$coast-global-bg-color: #f6f6f8; // 全局背景色
|
|
3
|
+
$coast-base-bg-color: #fff; // 基础背景色
|
|
4
|
+
$coast-text-color: #000; // 文字颜色
|
|
5
|
+
$coast-border-color: #dddddd; // 边框颜色
|
|
6
|
+
$coast-default-color: #337ab7; // 品牌色
|
|
7
|
+
$coast-success-color: #5cb85c; // 成功颜色
|
|
8
|
+
$coast-warning-color: #f0ad4e; // 警告颜色
|
|
9
|
+
$coast-danger-color: #d9534f; // 危险颜色
|
|
10
|
+
$coast-empty-color: #d4d4d4; // 空白背景色
|
|
11
|
+
|
|
12
|
+
// 统一z-index
|
|
13
|
+
$coast-z-index-framework: 1000; // 框架层
|
|
14
|
+
$coast-z-index-drawer: 1040; // 抽屉
|
|
15
|
+
$coast-z-index-modal: 1050; // 模态框
|
|
16
|
+
$coast-z-index-dropdown: 1052; //下拉菜单
|
|
17
|
+
$coast-z-index-pop-up: 1060; // 提示类信息
|
|
18
|
+
$coast-z-index-full-page-overlay: 1080; // 全局覆盖元素
|