@zgfe/business-lib 1.2.70-hxd.1 → 1.2.70-hxd.11

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 (117) hide show
  1. package/README.md +12 -12
  2. package/config.js +41 -41
  3. package/es/AUMFormulaTarget/components/formula/index.less +86 -86
  4. package/es/AUMFormulaTarget/components/panel/index.less +269 -269
  5. package/es/AUMFormulaTarget/components/symbol/index.less +49 -49
  6. package/es/AUMFormulaTarget/styles/index.less +74 -74
  7. package/es/addToPanel/styles/addPanel.less +25 -25
  8. package/es/addToPanel/styles/index.less +17 -17
  9. package/es/addToPanel/styles/style.less +66 -66
  10. package/es/addToScene/styles/index.less +30 -30
  11. package/es/assets/colorIcon/demo.css +539 -539
  12. package/es/assets/colorIcon/demo_index.html +1454 -1454
  13. package/es/assets/colorIcon/iconfont.css +236 -236
  14. package/es/assets/colorIcon/iconfont.json +394 -394
  15. package/es/assets/colorIcon/iconfont.svg +129 -129
  16. package/es/assets/iconfont/demo.css +539 -539
  17. package/es/assets/iconfont/demo_index.html +5708 -5593
  18. package/es/assets/iconfont/iconfont.css +975 -955
  19. package/es/assets/iconfont/iconfont.js +1 -1
  20. package/es/assets/iconfont/iconfont.json +1689 -1654
  21. package/es/assets/iconfont/iconfont.ttf +0 -0
  22. package/es/assets/iconfont/iconfont.woff +0 -0
  23. package/es/assets/iconfont/iconfont.woff2 +0 -0
  24. package/es/assets/styles/chunks.less +183 -183
  25. package/es/assets/styles/inner.less +3 -3
  26. package/es/assets/styles/resetAntd.less +564 -564
  27. package/es/assets/styles/variable.less +21 -21
  28. package/es/attrCondition/styles/index.less +101 -101
  29. package/es/attrCondition/useAttrCondition.js +4 -1
  30. package/es/attrConditions/styles/group.less +49 -49
  31. package/es/attrConditions/styles/index.less +151 -151
  32. package/es/attrConditions/types.d.ts +1 -0
  33. package/es/attributeSelector/listPanel.js +1 -1
  34. package/es/attributeSelector/styles/index.less +141 -141
  35. package/es/attributeSelector/types.d.ts +1 -0
  36. package/es/attributeSelector/util.js +3 -0
  37. package/es/chart/styles/index.less +113 -113
  38. package/es/chart/util/data/china.js +17 -17
  39. package/es/cycleTime/styles/index.less +24 -24
  40. package/es/cycleTime/styles/month.less +95 -95
  41. package/es/dataSetGroup/styles/index.less +146 -146
  42. package/es/datePicker/styles/index.less +53 -53
  43. package/es/datePickerV2/styles/index.less +194 -194
  44. package/es/demoWrapper/index.less +3 -3
  45. package/es/dialog/styles/index.less +22 -22
  46. package/es/dnd/demo/styles/index.less +34 -34
  47. package/es/dnd/styles/index.less +19 -19
  48. package/es/eventSelector/listPanel.js +1 -1
  49. package/es/eventSelector/styles/index.less +123 -123
  50. package/es/formulaTarget/components/formula/index.less +76 -76
  51. package/es/formulaTarget/components/panel/index.less +139 -139
  52. package/es/formulaTarget/components/symbol/index.less +49 -49
  53. package/es/formulaTarget/styles/index.less +74 -74
  54. package/es/hooks/types/subject.d.ts +14 -14
  55. package/es/icon/demo/list.less +32 -32
  56. package/es/layout/analysisLayout/demo/index.less +12 -12
  57. package/es/layout/analysisLayout/index.less +118 -118
  58. package/es/layout/columnLayout/demo/index.less +15 -15
  59. package/es/layout/columnLayout/index.less +81 -81
  60. package/es/layout/detail/index.less +27 -27
  61. package/es/layout/optionTitle/components/btnMenu/index.less +18 -18
  62. package/es/layout/optionTitle/components/changePanelModal/styles/index.less +92 -92
  63. package/es/layout/optionTitle/components/title/index.less +43 -43
  64. package/es/layout/optionTitle/demo/index.less +12 -12
  65. package/es/layout/optionTitle/styles/index.less +30 -30
  66. package/es/layout/optionTitle/styles/layout.less +90 -90
  67. package/es/layout/optionTitle/styles/search.less +27 -27
  68. package/es/loading/styles/index.less +20 -20
  69. package/es/loginForm/index.less +7 -7
  70. package/es/platformSelector/styles/index.less +26 -26
  71. package/es/productCondition/conditions/styles/cdpCondition.less +31 -31
  72. package/es/productCondition/conditions/styles/cdpCshCondition.less +41 -41
  73. package/es/productCondition/conditions/styles/eventCondition.less +51 -51
  74. package/es/productCondition/conditions/styles/periodCondition.less +26 -26
  75. package/es/productCondition/conditions/styles/propCondition.less +43 -43
  76. package/es/productCondition/conditions/styles/runTimesCondition.less +19 -19
  77. package/es/productCondition/conditions/styles/tagsCondition.less +20 -20
  78. package/es/productCondition/conditions/styles/textDesc.less +17 -17
  79. package/es/productCondition/styles/conditionTypeList.less +30 -30
  80. package/es/productCondition/styles/conditionWrap.less +18 -18
  81. package/es/productCondition/styles/index.less +33 -33
  82. package/es/productCondition/styles/orConditions.less +34 -34
  83. package/es/productCondition/styles/relationLabel.less +19 -19
  84. package/es/quickDatePicker/styles/index.less +138 -138
  85. package/es/select/styles/handle.less +193 -193
  86. package/es/select/styles/index.less +129 -129
  87. package/es/socket/demo/index.less +27 -27
  88. package/es/subjectWrapper/index.less +12 -12
  89. package/es/table/styles/index.less +5 -5
  90. package/es/targetConditionGroup/demo/styles/index.less +29 -29
  91. package/es/targetConditionGroup/index.js +6 -6
  92. package/es/targetConditionGroup/styles/index.less +53 -53
  93. package/es/targetSelector/styles/index.less +110 -110
  94. package/es/userCondition/conditions/styles/cdpCondition.less +37 -37
  95. package/es/userCondition/conditions/styles/cdpCshCondition.less +47 -47
  96. package/es/userCondition/conditions/styles/eventCondition.less +57 -57
  97. package/es/userCondition/conditions/styles/periodCondition.less +26 -26
  98. package/es/userCondition/conditions/styles/propCondition.less +43 -43
  99. package/es/userCondition/conditions/styles/runTimesCondition.less +19 -19
  100. package/es/userCondition/conditions/styles/tagsCondition.less +20 -20
  101. package/es/userCondition/conditions/styles/textDesc.less +17 -17
  102. package/es/userCondition/styles/conditionTypeList.less +30 -30
  103. package/es/userCondition/styles/conditionWrap.less +18 -18
  104. package/es/userCondition/styles/index.less +33 -33
  105. package/es/userCondition/styles/orConditions.less +34 -34
  106. package/es/userCondition/styles/relationLabel.less +19 -19
  107. package/es/userGroup/styles/index.less +145 -145
  108. package/es/userGroupHeader/styles/index.less +31 -31
  109. package/es/userTagsSelector/components/search/index.less +6 -6
  110. package/es/userTagsSelector/components/tagList/index.less +13 -13
  111. package/es/userTagsSelector/groups/styles/option.less +55 -55
  112. package/es/userTagsSelector/multipleCheckPanel/styles/option.less +40 -40
  113. package/es/userTagsSelector/styles/cascaderOverlay.less +34 -34
  114. package/es/userTagsSelector/styles/index.less +10 -10
  115. package/es/utils/ajax.js +15 -2
  116. package/es/utils/type.d.ts +1 -0
  117. package/package.json +2 -2
@@ -1,81 +1,81 @@
1
- @import '../../assets/styles/inner.less';
2
-
3
- .biz-layout {
4
- &-title {
5
- display: flex;
6
- align-items: center;
7
- width: 100%;
8
- height: 48px;
9
- padding: 0 24px;
10
- font-weight: 500;
11
- font-size: 16px;
12
- background: #fff;
13
- border-bottom: 1px solid #f2f3f4;
14
- & > span {
15
- line-height: 24px;
16
- }
17
- &-back {
18
- display: flex;
19
- align-items: center;
20
- margin-right: 10px;
21
- color: @text-color-secondary;
22
- font-size: 14px;
23
- line-height: 24px;
24
-
25
- cursor: pointer;
26
- .bsicon {
27
- font-size: 16px !important;
28
- }
29
- }
30
- }
31
-
32
- &-top {
33
- padding: 16px 24px;
34
- background: #fafafb;
35
- transition: all 2s;
36
-
37
- &-container {
38
- padding-top: 24px;
39
- background-color: #fff;
40
- border: 1px solid #ecedf0;
41
- border-radius: 8px;
42
- }
43
-
44
- &.hide {
45
- display: none;
46
- }
47
- }
48
-
49
- &-collapse-container {
50
- display: flex;
51
- justify-content: center;
52
- width: 100%;
53
- height: 24px;
54
- }
55
-
56
- &-collapse-handle {
57
- display: flex;
58
- align-items: flex-start;
59
- justify-content: center;
60
- width: 200px;
61
- height: 24px;
62
- color: #9aa1a9;
63
- cursor: pointer;
64
-
65
- &:hover {
66
- color: @primary-color;
67
- }
68
-
69
- .bsicon {
70
- margin-right: 8px;
71
- }
72
- .transform180 {
73
- transform: rotateX(180deg);
74
- }
75
- }
76
-
77
- &-content {
78
- padding: 24px;
79
- background-color: #fff;
80
- }
81
- }
1
+ @import '../../assets/styles/inner.less';
2
+
3
+ .biz-layout {
4
+ &-title {
5
+ display: flex;
6
+ align-items: center;
7
+ width: 100%;
8
+ height: 48px;
9
+ padding: 0 24px;
10
+ font-weight: 500;
11
+ font-size: 16px;
12
+ background: #fff;
13
+ border-bottom: 1px solid #f2f3f4;
14
+ & > span {
15
+ line-height: 24px;
16
+ }
17
+ &-back {
18
+ display: flex;
19
+ align-items: center;
20
+ margin-right: 10px;
21
+ color: @text-color-secondary;
22
+ font-size: 14px;
23
+ line-height: 24px;
24
+
25
+ cursor: pointer;
26
+ .bsicon {
27
+ font-size: 16px !important;
28
+ }
29
+ }
30
+ }
31
+
32
+ &-top {
33
+ padding: 16px 24px;
34
+ background: #fafafb;
35
+ transition: all 2s;
36
+
37
+ &-container {
38
+ padding-top: 24px;
39
+ background-color: #fff;
40
+ border: 1px solid #ecedf0;
41
+ border-radius: 8px;
42
+ }
43
+
44
+ &.hide {
45
+ display: none;
46
+ }
47
+ }
48
+
49
+ &-collapse-container {
50
+ display: flex;
51
+ justify-content: center;
52
+ width: 100%;
53
+ height: 24px;
54
+ }
55
+
56
+ &-collapse-handle {
57
+ display: flex;
58
+ align-items: flex-start;
59
+ justify-content: center;
60
+ width: 200px;
61
+ height: 24px;
62
+ color: #9aa1a9;
63
+ cursor: pointer;
64
+
65
+ &:hover {
66
+ color: @primary-color;
67
+ }
68
+
69
+ .bsicon {
70
+ margin-right: 8px;
71
+ }
72
+ .transform180 {
73
+ transform: rotateX(180deg);
74
+ }
75
+ }
76
+
77
+ &-content {
78
+ padding: 24px;
79
+ background-color: #fff;
80
+ }
81
+ }
@@ -1,27 +1,27 @@
1
- @import '../../assets/styles/inner.less';
2
- .biz-detail {
3
- display: flex;
4
- flex-direction: column;
5
- width: 1376px;
6
- height: 100%;
7
- margin: 0 auto;
8
- &-menu {
9
- flex: none;
10
- padding: @padding-sm 0;
11
- color: @text-color-secondary;
12
- a {
13
- margin-right: @margin-md;
14
- color: @text-color-secondary;
15
- &:hover {
16
- color: @primary-color;
17
- }
18
- }
19
- }
20
- &-content {
21
- flex: 1;
22
- padding: @padding-md @padding-lg @padding-lg @padding-lg;
23
- overflow-y: auto;
24
- background-color: @white;
25
- border-radius: @border-radius-normal;
26
- }
27
- }
1
+ @import '../../assets/styles/inner.less';
2
+ .biz-detail {
3
+ display: flex;
4
+ flex-direction: column;
5
+ width: 1376px;
6
+ height: 100%;
7
+ margin: 0 auto;
8
+ &-menu {
9
+ flex: none;
10
+ padding: @padding-sm 0;
11
+ color: @text-color-secondary;
12
+ a {
13
+ margin-right: @margin-md;
14
+ color: @text-color-secondary;
15
+ &:hover {
16
+ color: @primary-color;
17
+ }
18
+ }
19
+ }
20
+ &-content {
21
+ flex: 1;
22
+ padding: @padding-md @padding-lg @padding-lg @padding-lg;
23
+ overflow-y: auto;
24
+ background-color: @white;
25
+ border-radius: @border-radius-normal;
26
+ }
27
+ }
@@ -1,18 +1,18 @@
1
- @import '~@zgfe/business-lib/es/assets/styles/variable.less';
2
- .btn-menu {
3
- display: flex;
4
- align-items: center;
5
-
6
- &-btn {
7
- margin-right: 16px;
8
- border-radius: @border-radius-small;
9
- }
10
-
11
- &-divider {
12
- width: 1px;
13
- height: 32px;
14
- margin-right: 32px;
15
- margin-left: 16px;
16
- background-color: #ecedf0;
17
- }
18
- }
1
+ @import '~@zgfe/business-lib/es/assets/styles/variable.less';
2
+ .btn-menu {
3
+ display: flex;
4
+ align-items: center;
5
+
6
+ &-btn {
7
+ margin-right: 16px;
8
+ border-radius: @border-radius-small;
9
+ }
10
+
11
+ &-divider {
12
+ width: 1px;
13
+ height: 32px;
14
+ margin-right: 32px;
15
+ margin-left: 16px;
16
+ background-color: #ecedf0;
17
+ }
18
+ }
@@ -1,92 +1,92 @@
1
- // @import '../../../style/base.less';
2
-
3
- .change-panel-modal {
4
- &-add-panel {
5
- display: flex;
6
- align-items: center;
7
- height: 32px;
8
- color: #165dff;
9
- cursor: pointer;
10
- .tianjia1 {
11
- margin-right: 8px;
12
- font-weight: 800;
13
- font-size: 14px;
14
- }
15
- }
16
- &-empty-data {
17
- text-align: center;
18
- }
19
- }
20
-
21
- .modules-panel-item {
22
- display: flex;
23
- align-items: center;
24
- justify-content: space-between;
25
- height: 32px;
26
- padding: 0px 8px;
27
- color: #021429;
28
- line-height: 32px;
29
- background: #fff;
30
- border-radius: 8px;
31
- cursor: pointer;
32
- &-popover {
33
- .ant-popover-arrow {
34
- display: none;
35
- }
36
- .ant-popover-content {
37
- margin-top: -27px;
38
- margin-left: 0;
39
- }
40
- .ant-popover-inner-content {
41
- padding: 4px 0;
42
- }
43
- .text {
44
- height: 32px;
45
- margin: 0;
46
- padding: 0 16px;
47
- line-height: 32px;
48
- cursor: pointer;
49
- }
50
- .delete {
51
- // color: #fb5547;
52
- }
53
- .text:hover {
54
- background: #e8efff;
55
- }
56
- }
57
- &-text {
58
- width: 100%;
59
- // .__text-cut-one();
60
- }
61
- .gengduocaozuo {
62
- display: none;
63
- margin-left: 8px;
64
- font-size: 16px !important;
65
- }
66
- .ant-input {
67
- box-shadow: none !important;
68
- }
69
- }
70
- .modules-panel-item:hover {
71
- color: #165dff;
72
- background: #e8efff;
73
- .gengduocaozuo {
74
- display: block;
75
- }
76
- }
77
- .modules-panel-item.active {
78
- padding: 0 8px;
79
- color: #fff;
80
- line-height: 40px;
81
- background: #165dff;
82
- .gengduocaozuo {
83
- display: block;
84
- }
85
- }
86
- .modules-panel-item.edit {
87
- height: 40px;
88
- padding: 0 8px;
89
- color: rgba(103, 114, 127, 1);
90
- line-height: 40px;
91
- background: #e8efff;
92
- }
1
+ // @import '../../../style/base.less';
2
+
3
+ .change-panel-modal {
4
+ &-add-panel {
5
+ display: flex;
6
+ align-items: center;
7
+ height: 32px;
8
+ color: #165dff;
9
+ cursor: pointer;
10
+ .tianjia1 {
11
+ margin-right: 8px;
12
+ font-weight: 800;
13
+ font-size: 14px;
14
+ }
15
+ }
16
+ &-empty-data {
17
+ text-align: center;
18
+ }
19
+ }
20
+
21
+ .modules-panel-item {
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: space-between;
25
+ height: 32px;
26
+ padding: 0px 8px;
27
+ color: #021429;
28
+ line-height: 32px;
29
+ background: #fff;
30
+ border-radius: 8px;
31
+ cursor: pointer;
32
+ &-popover {
33
+ .ant-popover-arrow {
34
+ display: none;
35
+ }
36
+ .ant-popover-content {
37
+ margin-top: -27px;
38
+ margin-left: 0;
39
+ }
40
+ .ant-popover-inner-content {
41
+ padding: 4px 0;
42
+ }
43
+ .text {
44
+ height: 32px;
45
+ margin: 0;
46
+ padding: 0 16px;
47
+ line-height: 32px;
48
+ cursor: pointer;
49
+ }
50
+ .delete {
51
+ // color: #fb5547;
52
+ }
53
+ .text:hover {
54
+ background: #e8efff;
55
+ }
56
+ }
57
+ &-text {
58
+ width: 100%;
59
+ // .__text-cut-one();
60
+ }
61
+ .gengduocaozuo {
62
+ display: none;
63
+ margin-left: 8px;
64
+ font-size: 16px !important;
65
+ }
66
+ .ant-input {
67
+ box-shadow: none !important;
68
+ }
69
+ }
70
+ .modules-panel-item:hover {
71
+ color: #165dff;
72
+ background: #e8efff;
73
+ .gengduocaozuo {
74
+ display: block;
75
+ }
76
+ }
77
+ .modules-panel-item.active {
78
+ padding: 0 8px;
79
+ color: #fff;
80
+ line-height: 40px;
81
+ background: #165dff;
82
+ .gengduocaozuo {
83
+ display: block;
84
+ }
85
+ }
86
+ .modules-panel-item.edit {
87
+ height: 40px;
88
+ padding: 0 8px;
89
+ color: rgba(103, 114, 127, 1);
90
+ line-height: 40px;
91
+ background: #e8efff;
92
+ }
@@ -1,43 +1,43 @@
1
- @import '~@zgfe/business-lib/es/assets/styles/inner.less';
2
- .biz-edit-text {
3
- display: flex;
4
- align-items: center;
5
- &-input {
6
- position: relative;
7
- width: 350px;
8
- height: 100%;
9
- .ant-input {
10
- background-color: #fff !important;
11
- border-color: #fff;
12
- &:not(.ant-input-status-error):hover {
13
- border-color: @primary-color!important;
14
- }
15
- &:not(.ant-input-status-error):focus {
16
- border-color: @primary-color!important;
17
- }
18
- }
19
- }
20
- &-error-tip {
21
- position: absolute;
22
- top: 100%;
23
- left: 0;
24
- color: @error-color;
25
- line-height: 1.2;
26
- }
27
-
28
- &-content {
29
- display: inline-block;
30
- max-width: 330px;
31
- height: @height-sm;
32
- color: @text-color;
33
- font-weight: bold;
34
- font-size: 16px;
35
- line-height: @height-sm;
36
- .__default-overflow();
37
- }
38
- &-icon {
39
- margin-left: @margin-xs;
40
- color: @primary-color;
41
- cursor: pointer;
42
- }
43
- }
1
+ @import '~@zgfe/business-lib/es/assets/styles/inner.less';
2
+ .biz-edit-text {
3
+ display: flex;
4
+ align-items: center;
5
+ &-input {
6
+ position: relative;
7
+ width: 350px;
8
+ height: 100%;
9
+ .ant-input {
10
+ background-color: #fff !important;
11
+ border-color: #fff;
12
+ &:not(.ant-input-status-error):hover {
13
+ border-color: @primary-color!important;
14
+ }
15
+ &:not(.ant-input-status-error):focus {
16
+ border-color: @primary-color!important;
17
+ }
18
+ }
19
+ }
20
+ &-error-tip {
21
+ position: absolute;
22
+ top: 100%;
23
+ left: 0;
24
+ color: @error-color;
25
+ line-height: 1.2;
26
+ }
27
+
28
+ &-content {
29
+ display: inline-block;
30
+ max-width: 330px;
31
+ height: @height-sm;
32
+ color: @text-color;
33
+ font-weight: bold;
34
+ font-size: 16px;
35
+ line-height: @height-sm;
36
+ .__default-overflow();
37
+ }
38
+ &-icon {
39
+ margin-left: @margin-xs;
40
+ color: @primary-color;
41
+ cursor: pointer;
42
+ }
43
+ }
@@ -1,12 +1,12 @@
1
- .ml-20 {
2
- margin-left: 20px;
3
- }
4
-
5
- .green {
6
- background: #4ac288;
7
- border-color: #4ac288;
8
- &:hover {
9
- background: #3ad48a;
10
- border-color: #3ad48a;
11
- }
12
- }
1
+ .ml-20 {
2
+ margin-left: 20px;
3
+ }
4
+
5
+ .green {
6
+ background: #4ac288;
7
+ border-color: #4ac288;
8
+ &:hover {
9
+ background: #3ad48a;
10
+ border-color: #3ad48a;
11
+ }
12
+ }
@@ -1,30 +1,30 @@
1
- @import '~@zgfe/business-lib/es/assets/styles/inner.less';
2
-
3
- .biz-layout-panel {
4
- width: 100%;
5
- height: 100%;
6
- & > .ant-spin-container {
7
- height: 100%;
8
- }
9
- /*更多按钮*/
10
- &-btn-more {
11
- width: @height-base;
12
- height: @height-base;
13
- color: @text-color-secondary;
14
- font-size: 16px;
15
- line-height: @height-base;
16
- text-align: center;
17
- border-radius: @border-radius-small;
18
- transform: rotate(90deg);
19
-
20
- &:hover {
21
- .__default-hover();
22
- }
23
- }
24
-
25
- &-content {
26
- width: 100%;
27
- height: 100%;
28
- overflow: auto;
29
- }
30
- }
1
+ @import '~@zgfe/business-lib/es/assets/styles/inner.less';
2
+
3
+ .biz-layout-panel {
4
+ width: 100%;
5
+ height: 100%;
6
+ & > .ant-spin-container {
7
+ height: 100%;
8
+ }
9
+ /*更多按钮*/
10
+ &-btn-more {
11
+ width: @height-base;
12
+ height: @height-base;
13
+ color: @text-color-secondary;
14
+ font-size: 16px;
15
+ line-height: @height-base;
16
+ text-align: center;
17
+ border-radius: @border-radius-small;
18
+ transform: rotate(90deg);
19
+
20
+ &:hover {
21
+ .__default-hover();
22
+ }
23
+ }
24
+
25
+ &-content {
26
+ width: 100%;
27
+ height: 100%;
28
+ overflow: auto;
29
+ }
30
+ }