@zgfe/modules-settings 2.1.0-zhongyuan.1 → 2.1.0-zhongyuan.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 (37) hide show
  1. package/es/components/importMetaDialog/index.d.ts +13 -0
  2. package/es/components/importMetaDialog/index.js +217 -0
  3. package/es/components/importMetaDialog/styles/index.less +115 -0
  4. package/es/constants/api.d.ts +19 -0
  5. package/es/constants/api.js +23 -0
  6. package/es/modules/companySetting/application/index.js +5 -6
  7. package/es/modules/createDemand/demo/selectPoint.js +0 -1
  8. package/es/modules/createDemand_bf/demo/index.js +0 -1
  9. package/es/modules/createDemand_bf/index.js +0 -1
  10. package/es/modules/dealDemand/demo/index.js +0 -1
  11. package/es/modules/dealDemand/index.js +0 -2
  12. package/es/modules/demandManage/index.js +2 -2
  13. package/es/modules/pointMap/createMetaDrawer.js +102 -34
  14. package/es/modules/pointMap/pageInfo.js +43 -15
  15. package/es/modules/pointMap/styles/index.less +13 -0
  16. package/es/modules/pointMap/styles/pageInfo.less +439 -426
  17. package/es/modules/pointMap/styles/tree.less +174 -149
  18. package/es/modules/pointMap/tree.js +212 -84
  19. package/es/modules/systemSetting/Dictionary.d.ts +5 -2
  20. package/es/modules/systemSetting/Dictionary.js +54 -370
  21. package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/create.d.ts +9 -0
  22. package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/create.js +244 -0
  23. package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/css/index.less +48 -0
  24. package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/index.d.ts +4 -0
  25. package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/index.js +207 -0
  26. package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/type/index.d.ts +10 -0
  27. package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/type/index.js +1 -0
  28. package/es/modules/systemSetting/dictionaryItem/eventTagManagement/create.d.ts +10 -0
  29. package/es/modules/systemSetting/dictionaryItem/eventTagManagement/create.js +124 -0
  30. package/es/modules/systemSetting/dictionaryItem/eventTagManagement/css/index.less +32 -0
  31. package/es/modules/systemSetting/dictionaryItem/eventTagManagement/index.d.ts +7 -0
  32. package/es/modules/systemSetting/dictionaryItem/eventTagManagement/index.js +263 -0
  33. package/es/modules/systemSetting/dictionaryItem/eventTagManagement/type/index.d.ts +9 -0
  34. package/es/modules/systemSetting/dictionaryItem/eventTagManagement/type/index.js +1 -0
  35. package/es/modules/systemSetting/document-setting/index.js +2 -2
  36. package/es/modules/systemSetting/index.js +3 -1
  37. package/package.json +2 -2
@@ -1,149 +1,174 @@
1
- .setting-point-map-tree {
2
- display: flex;
3
- flex-direction: column;
4
- width: 100%;
5
- height: 100%;
6
- padding: 16px 24px;
7
- overflow: hidden;
8
- background-color: #fff;
9
- border-radius: 8px;
10
- &-select {
11
- display: flex;
12
- flex-direction: row;
13
- justify-content: space-between;
14
- height: 32px;
15
- &-box {
16
- &-txt {
17
- margin-right: 8px;
18
- overflow: hidden;
19
- white-space: nowrap;
20
- text-overflow: ellipsis;
21
- }
22
- display: flex;
23
- gap: 8px;
24
- align-items: center;
25
- .transform180 {
26
- display: inline-block;
27
- transform: rotateX(180deg);
28
- }
29
- }
30
- }
31
- &-search {
32
- position: relative;
33
- display: grid;
34
- grid-gap: 16px;
35
- grid-template-columns: 1fr 20px;
36
- align-items: center;
37
- margin-top: 16px;
38
- .qrcode-img {
39
- display: inline-flex;
40
- flex-direction: column;
41
- align-items: center;
42
- width: 200px;
43
- height: 200px;
44
- padding: 20px;
45
- > div {
46
- text-align: center;
47
- > :nth-child(2) {
48
- color: #9aa1a9;
49
- font-size: 12px;
50
- }
51
- }
52
- img {
53
- width: 144px;
54
- height: 144px;
55
- margin-top: 10px;
56
- }
57
- }
58
- .ant-popover-placement-bottom .ant-popover-arrow {
59
- left: 84%;
60
- }
61
- .loading {
62
- .ant-spin-nested-loading {
63
- padding-top: 138px;
64
- }
65
- }
66
- .ant-select-selector {
67
- padding-left: 40px !important;
68
- }
69
- .ant-select-selection-search-input {
70
- padding-left: 30px !important;
71
- }
72
- &-popup {
73
- .ant-select-item {
74
- height: 32px !important;
75
- padding: 4px 12px !important;
76
- }
77
- }
78
- .sousuo {
79
- position: absolute;
80
- top: 6px;
81
- left: 16px;
82
- }
83
- }
84
- &-tree {
85
- display: flex;
86
- flex: 1;
87
- flex-direction: column;
88
- margin: 16px 0 0;
89
- overflow: hidden;
90
- .gengduocaozuo1 {
91
- color: #354354;
92
- }
93
- .gengduocaozuo1:hover {
94
- color: #165dff;
95
- }
96
- .ant-tree-switcher {
97
- color: #354354;
98
- }
99
- .ant-tree,
100
- .ant-tree-list,
101
- .ant-tree-list-holder {
102
- height: 100%;
103
- }
104
- .ant-tree-list-holder {
105
- overflow-x: hidden;
106
- overflow-y: auto;
107
- }
108
- .ant-tree-node-content-wrapper {
109
- width: calc(100% - 200px);
110
- }
111
- .ant-tree .ant-tree-node-content-wrapper.ant-tree-node-selected {
112
- background-color: #e8efff;
113
- }
114
- .ant-tree-switcher {
115
- line-height: 32px;
116
- }
117
- &-item {
118
- display: flex;
119
- flex: 1 0;
120
- gap: 10px;
121
- align-items: center;
122
- justify-content: space-between;
123
- height: 32px;
124
- padding: 0px 4px;
125
- border-radius: 4px;
126
- &-title {
127
- overflow: hidden;
128
- white-space: nowrap;
129
- text-overflow: ellipsis;
130
- }
131
- }
132
- .ant-tree-title {
133
- display: block;
134
- }
135
- }
136
- &-empty {
137
- display: flex;
138
- flex: 1;
139
- flex-direction: column;
140
- align-items: center;
141
- justify-content: center;
142
- .ant-empty-normal {
143
- margin: 16px 0;
144
- }
145
- .zengjia:before {
146
- margin-right: 8px;
147
- }
148
- }
149
- }
1
+ .setting-point-map-tree {
2
+ display: flex;
3
+ flex-direction: column;
4
+ width: 100%;
5
+ height: 100%;
6
+ padding: 16px 24px;
7
+ overflow: hidden;
8
+ background-color: #fff;
9
+ border-radius: 8px;
10
+ &-select {
11
+ display: flex;
12
+ flex-direction: row;
13
+ justify-content: space-between;
14
+ height: 32px;
15
+ &-box {
16
+ &-txt {
17
+ margin-right: 8px;
18
+ overflow: hidden;
19
+ white-space: nowrap;
20
+ text-overflow: ellipsis;
21
+ }
22
+ display: flex;
23
+ gap: 8px;
24
+ align-items: center;
25
+ .transform180 {
26
+ display: inline-block;
27
+ transform: rotateX(180deg);
28
+ }
29
+ }
30
+ }
31
+ &-search {
32
+ position: relative;
33
+ display: grid;
34
+ grid-gap: 16px;
35
+ grid-template-columns: 88px 1fr 20px;
36
+ align-items: center;
37
+ margin-top: 16px;
38
+ &-selectType {
39
+ width: 100px;
40
+ }
41
+ .qrcode-img {
42
+ display: inline-flex;
43
+ flex-direction: column;
44
+ align-items: center;
45
+ width: 200px;
46
+ height: 200px;
47
+ padding: 20px;
48
+ > div {
49
+ text-align: center;
50
+ > :nth-child(2) {
51
+ color: #9aa1a9;
52
+ font-size: 12px;
53
+ }
54
+ }
55
+ img {
56
+ width: 144px;
57
+ height: 144px;
58
+ margin-top: 10px;
59
+ }
60
+ }
61
+ .ant-popover-placement-bottom .ant-popover-arrow {
62
+ left: 84%;
63
+ }
64
+ .loading {
65
+ .ant-spin-nested-loading {
66
+ padding-top: 138px;
67
+ }
68
+ }
69
+ // .ant-select-selector {
70
+ // padding-left: 40px !important;
71
+ // }
72
+ // .ant-select-selection-search-input {
73
+ // padding-left: 30px !important;
74
+ // }
75
+ &-popup {
76
+ .ant-select-item {
77
+ height: 32px !important;
78
+ padding: 4px 12px !important;
79
+ }
80
+ }
81
+ .sousuo {
82
+ position: absolute;
83
+ top: 6px;
84
+ left: 16px;
85
+ display: none;
86
+ }
87
+ }
88
+ &-tree {
89
+ display: flex;
90
+ flex: 1;
91
+ flex-direction: column;
92
+ margin: 16px 0 0;
93
+ overflow: hidden;
94
+ .gengduocaozuo1 {
95
+ color: #354354;
96
+ transform: translateY(4px);
97
+ }
98
+ .gengduocaozuo1:hover {
99
+ color: #165dff;
100
+ }
101
+ .ant-tree-switcher {
102
+ color: #354354;
103
+ }
104
+ .ant-tree,
105
+ .ant-tree-list,
106
+ .ant-tree-list-holder {
107
+ height: 100%;
108
+ }
109
+ .ant-tree-list-holder {
110
+ overflow-x: hidden;
111
+ overflow-y: auto;
112
+ }
113
+ .ant-tree-node-content-wrapper {
114
+ width: calc(100% - 200px);
115
+ }
116
+ .ant-tree .ant-tree-node-content-wrapper.ant-tree-node-selected {
117
+ background-color: #e8efff;
118
+ }
119
+ .ant-tree-switcher {
120
+ line-height: 32px;
121
+ }
122
+ &-item {
123
+ display: flex;
124
+ flex: 1 0;
125
+ gap: 10px;
126
+ align-items: center;
127
+ justify-content: space-between;
128
+ height: 32px;
129
+ padding: 0px 4px;
130
+ border-radius: 4px;
131
+ &-title {
132
+ overflow: hidden;
133
+ white-space: nowrap;
134
+ text-overflow: ellipsis;
135
+ &-name {
136
+ margin-right: 10px;
137
+ }
138
+ }
139
+ &-iconList {
140
+ position: absolute;
141
+ top: 0;
142
+ right: 0;
143
+ bottom: 0;
144
+ display: none;
145
+ justify-content: space-around;
146
+ width: 85px;
147
+ font-size: 16px;
148
+ background: #ffffff;
149
+ .anticon:hover {
150
+ color: #165dff;
151
+ }
152
+ }
153
+ &:hover &-iconList {
154
+ display: flex;
155
+ }
156
+ }
157
+ .ant-tree-title {
158
+ display: block;
159
+ }
160
+ }
161
+ &-empty {
162
+ display: flex;
163
+ flex: 1;
164
+ flex-direction: column;
165
+ align-items: center;
166
+ justify-content: center;
167
+ .ant-empty-normal {
168
+ margin: 16px 0;
169
+ }
170
+ .zengjia:before {
171
+ margin-right: 8px;
172
+ }
173
+ }
174
+ }