ngx-rs-ant 1.7.7 → 1.7.8
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/esm2020/box-container/box-container.component.mjs +4 -4
- package/esm2020/box-container/box-container.module.mjs +5 -5
- package/esm2020/box-container/box-item/box-item-host.directive.mjs +4 -4
- package/esm2020/box-container/box-item/box-item.component.mjs +5 -5
- package/esm2020/box-container/box-item/item-blank/item-blank.component.mjs +5 -5
- package/esm2020/box-container/box-item/item-config/config-blank/config-blank.component.mjs +4 -4
- package/esm2020/box-container/box-item/item-config/form-item-config-error/form-item-config-error.component.mjs +4 -4
- package/esm2020/box-container/box-item/item-config/item-config.component.mjs +4 -4
- package/esm2020/box-container/box-item/item-style/item-style.component.mjs +4 -4
- package/esm2020/box-container/box-item/item-style/style/style.component.mjs +4 -4
- package/esm2020/box-container/box-item/item-style/style-blank/style-blank.component.mjs +4 -4
- package/esm2020/box-container/plugin-active/divider/divider-line/divider-line.component.mjs +4 -4
- package/esm2020/box-container/plugin-active/divider/divider.component.mjs +4 -4
- package/esm2020/box-container/plugin-active/plugin-active.component.mjs +5 -5
- package/esm2020/box-container/plugin-hover/plugin-hover.component.mjs +5 -5
- package/esm2020/box-container/plugin-not-found/plugin-not-found.component.mjs +4 -4
- package/esm2020/camunda-bpmn-editor/camunda-bpmn-editor.component.mjs +5 -5
- package/esm2020/camunda-bpmn-editor/camunda-bpmn-editor.module.mjs +5 -5
- package/esm2020/camunda-bpmn-viewer/camunda-bpmn-viewer.component.mjs +4 -4
- package/esm2020/camunda-bpmn-viewer/camunda-bpmn-viewer.module.mjs +5 -5
- package/esm2020/code-editor/code-editor.component.mjs +5 -5
- package/esm2020/code-editor/code-editor.module.mjs +5 -5
- package/esm2020/data-detail/data-detail.component.mjs +5 -5
- package/esm2020/data-detail/data-detail.module.mjs +5 -5
- package/esm2020/data-detail/data-detail.service.mjs +4 -4
- package/esm2020/data-grid/custom-template.directive.mjs +4 -4
- package/esm2020/data-grid/data-grid.component.mjs +4 -4
- package/esm2020/data-grid/data-grid.factory.mjs +4 -4
- package/esm2020/data-grid/data-grid.module.mjs +5 -5
- package/esm2020/data-grid/data-grid.service.mjs +4 -4
- package/esm2020/data-grid/file-cell-template/file-cell-template.component.mjs +4 -4
- package/esm2020/data-grid/instance-link-template/instance-link-template.component.mjs +4 -4
- package/esm2020/data-grid/row-buttons-template.directive.mjs +4 -4
- package/esm2020/data-grid/unit-info-template/unit-info-template.component.mjs +4 -4
- package/esm2020/data-grid/user-info-template/user-info-template.component.mjs +4 -4
- package/esm2020/drawer/drawer.component.mjs +5 -5
- package/esm2020/drawer/drawer.module.mjs +5 -5
- package/esm2020/drawer/drawer.service.mjs +4 -4
- package/esm2020/dynamic-params/dynamic-params.component.mjs +4 -4
- package/esm2020/dynamic-params/dynamic-params.module.mjs +5 -5
- package/esm2020/dynamic-params/tooltip-content-template.directive.mjs +4 -4
- package/esm2020/form/field-selector/field-selector.component.mjs +5 -5
- package/esm2020/form/form.component.mjs +4 -4
- package/esm2020/form/form.module.mjs +5 -5
- package/esm2020/form/form.service.mjs +4 -4
- package/esm2020/fullscreen/fullscreen.directive.mjs +4 -4
- package/esm2020/icon-selector/icon-selector.component.mjs +4 -4
- package/esm2020/icon-selector/icon-selector.module.mjs +5 -5
- package/esm2020/modal/modal.component.mjs +5 -5
- package/esm2020/modal/modal.module.mjs +5 -5
- package/esm2020/modal/modal.service.mjs +4 -4
- package/esm2020/pdf-viewer/pdf-viewer.component.mjs +4 -4
- package/esm2020/websocket/websocket.module.mjs +5 -5
- package/esm2020/websocket/websocket.service.mjs +4 -4
- package/fesm2015/ngx-rs-ant.mjs +184 -184
- package/fesm2015/ngx-rs-ant.mjs.map +1 -1
- package/fesm2020/ngx-rs-ant.mjs +184 -184
- package/fesm2020/ngx-rs-ant.mjs.map +1 -1
- package/package.json +3 -3
- package/styles/coast-var.scss +17 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ngx-rs-ant",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.8",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "RsAnt components based on Angular and DevExtreme",
|
|
6
6
|
"exports": {
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"@angular/core": "^15.2.0",
|
|
25
25
|
"camunda-bpmn-js": "^3.12.1",
|
|
26
26
|
"coast-plugin-register": "^2.1.8",
|
|
27
|
-
"devextreme": "23.1.
|
|
28
|
-
"devextreme-angular": "23.1.
|
|
27
|
+
"devextreme": "~23.1.0",
|
|
28
|
+
"devextreme-angular": "~23.1.0",
|
|
29
29
|
"monaco-editor": "^0.44.0",
|
|
30
30
|
"ng2-pdfjs-viewer": "^15.0.0"
|
|
31
31
|
},
|
package/styles/coast-var.scss
CHANGED
|
@@ -1,18 +1,20 @@
|
|
|
1
1
|
// 统一颜色变量
|
|
2
|
-
$coast-global-bg-color:
|
|
3
|
-
$coast-base-bg-color:
|
|
4
|
-
$coast-text-color:
|
|
5
|
-
$coast-border-color:
|
|
6
|
-
$coast-default-color:
|
|
7
|
-
$coast-
|
|
8
|
-
$coast-
|
|
9
|
-
$coast-
|
|
10
|
-
$coast-
|
|
2
|
+
$coast-global-bg-color: rgba(0, 0, 0, .04); // 全局背景色
|
|
3
|
+
$coast-base-bg-color: rgba(255, 255, 255, 1); // 基础背景色
|
|
4
|
+
$coast-text-color: rgba(51, 51, 51, 1); // 文字颜色
|
|
5
|
+
$coast-border-color: rgba(221, 221, 221, 1); // 边框颜色
|
|
6
|
+
$coast-default-color: rgba(51, 122, 183, 1); // 品牌色
|
|
7
|
+
$coast-active-color: rgba(51, 122, 183, .5); // 选中色
|
|
8
|
+
$coast-hover-color: rgba(51, 122, 183, .1); // hover色
|
|
9
|
+
$coast-success-color: rgba(92, 184, 92, 1); // 成功颜色
|
|
10
|
+
$coast-warning-color: rgba(240, 173, 78, 1); // 警告颜色
|
|
11
|
+
$coast-danger-color: rgba(217, 83, 79, 1); // 危险颜色
|
|
12
|
+
$coast-empty-color: rgba(0, 0, 0, .1); // 空白背景色
|
|
11
13
|
|
|
12
14
|
// 统一z-index
|
|
13
|
-
$coast-z-index-framework:
|
|
14
|
-
$coast-z-index-modal:
|
|
15
|
-
$coast-z-index-dropdown:
|
|
16
|
-
$coast-z-index-pop-up:
|
|
17
|
-
$coast-z-index-full-page-overlay:
|
|
18
|
-
$coast-z-index-drawer:
|
|
15
|
+
$coast-z-index-framework: 1000; // 框架层
|
|
16
|
+
$coast-z-index-modal: 1050; // 模态框
|
|
17
|
+
$coast-z-index-dropdown: 1052; //下拉菜单
|
|
18
|
+
$coast-z-index-pop-up: 1070; // 全局提示类信息
|
|
19
|
+
$coast-z-index-full-page-overlay: 1080; // 全局覆盖元素
|
|
20
|
+
$coast-z-index-drawer: 2000; // 抽屉
|