n20-common-lib 2.7.0-beta.2 → 2.7.0-beta.21
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/package.json +1 -1
- package/src/assets/.DS_Store +0 -0
- package/src/assets/css/_coreLib.scss +4 -1
- package/src/assets/css/advanced-filter.scss +356 -0
- package/src/assets/css/cl-layout-header.scss +79 -15
- package/src/assets/css/cl-pagination.scss +34 -4
- package/src/assets/css/{cl-dialog.scss → dialog.scss} +10 -7
- package/src/assets/css/filter.scss +1 -178
- package/src/assets/css/font-icon.scss +3 -8
- package/src/assets/css/normalize.scss +12 -1
- package/src/assets/getJsonc.js +2 -2
- package/src/assets/iconFont/demo_index.html +1950 -1129
- package/src/assets/iconFont/iconfont.css +182 -68
- package/src/assets/iconFont/iconfont.js +1 -66
- package/src/assets/iconFont/iconfont.json +196 -0
- package/src/assets/iconFont/iconfont.ttf +0 -0
- package/src/assets/iconFont/iconfont.woff +0 -0
- package/src/assets/iconFont/iconfont.woff2 +0 -0
- package/src/assets/realUrl.js +1 -1
- package/src/components/.DS_Store +0 -0
- package/src/components/AdvancedFilter/filterItem.vue +7 -1
- package/src/components/AdvancedFilter/formItemRender.vue +248 -63
- package/src/components/AdvancedFilter/index.vue +113 -23
- package/src/components/AdvancedFilter/main/Form/form-item.vue +87 -0
- package/src/components/AdvancedFilter/main/Form/form.vue +59 -0
- package/src/components/AdvancedFilter/main/index.vue +34 -0
- package/src/components/AdvancedFilter/utils.js +2 -4
- package/src/components/Anchor/AnchorItem.vue +5 -0
- package/src/components/Anchor/index.vue +23 -1
- package/src/components/ApprovalButtons/index.vue +49 -10
- package/src/components/ApprovalButtons/showAppOpi.vue +5 -3
- package/src/components/ApprovalCard/index.vue +1 -1
- package/src/components/DateChoose/index.vue +278 -0
- package/src/components/DatePicker/por.vue +1 -1
- package/src/components/Descriptions/index.vue +4 -0
- package/src/components/ElectronicArchive/index.vue +1 -0
- package/src/components/FileUploadTable/index.vue +93 -28
- package/src/components/InputNumber/index.vue +1 -0
- package/src/components/Layout/HeaderWrap/changePwd.vue +2 -2
- package/src/components/Layout/HeaderWrap/indexN.vue +151 -84
- package/src/components/Layout/HeaderWrap/menuDrawer.vue +47 -38
- package/src/components/Layout/indexN.vue +30 -5
- package/src/components/LoginTemporary/indexN.vue +10 -57
- package/src/components/Pagination/index.vue +25 -137
- package/src/components/Pagination/remotePagination.vue +201 -0
- package/src/components/Pagination/staticPagination.vue +156 -0
- package/src/components/SecondaryTab/index.vue +27 -1
- package/src/components/TablePro/index.vue +15 -8
- package/src/directives/VRuleKey/index.js +5 -4
- package/src/index.js +3 -4
- package/src/plugins/Print/.DS_Store +0 -0
- package/style/fonts/iconfont.1676b4d9.woff2 +0 -0
- package/{src/assets/iconFont5/iconfont.ttf → style/fonts/iconfont.2be34155.ttf} +0 -0
- package/style/fonts/iconfont.ac432622.woff +0 -0
- package/style/index.css +2 -2
- package/theme/blue.css +2 -2
- package/theme/cctcRed.css +2 -2
- package/theme/fonts/iconfont.1676b4d9.woff2 +0 -0
- package/{style/fonts/iconfont.06971f9f.ttf → theme/fonts/iconfont.2be34155.ttf} +0 -0
- package/theme/fonts/iconfont.ac432622.woff +0 -0
- package/theme/green.css +2 -2
- package/theme/lightBlue.css +2 -2
- package/theme/orange.css +2 -2
- package/theme/purple.css +2 -2
- package/theme/red.css +2 -2
- package/theme/yellow.css +2 -2
- package/src/assets/iconFont3/demo.css +0 -539
- package/src/assets/iconFont3/demo_index.html +0 -1936
- package/src/assets/iconFont3/iconfont.css +0 -319
- package/src/assets/iconFont3/iconfont.js +0 -1
- package/src/assets/iconFont3/iconfont.json +0 -541
- package/src/assets/iconFont3/iconfont.ttf +0 -0
- package/src/assets/iconFont3/iconfont.woff +0 -0
- package/src/assets/iconFont3/iconfont.woff2 +0 -0
- package/src/assets/iconFont4/demo.css +0 -539
- package/src/assets/iconFont4/demo_index.html +0 -2005
- package/src/assets/iconFont4/iconfont.css +0 -331
- package/src/assets/iconFont4/iconfont.js +0 -1
- package/src/assets/iconFont4/iconfont.json +0 -562
- package/src/assets/iconFont4/iconfont.ttf +0 -0
- package/src/assets/iconFont4/iconfont.woff +0 -0
- package/src/assets/iconFont4/iconfont.woff2 +0 -0
- package/src/assets/iconFont5/demo.css +0 -539
- package/src/assets/iconFont5/demo_index.html +0 -2281
- package/src/assets/iconFont5/iconfont.css +0 -379
- package/src/assets/iconFont5/iconfont.js +0 -1
- package/src/assets/iconFont5/iconfont.json +0 -646
- package/src/assets/iconFont5/iconfont.woff +0 -0
- package/src/assets/iconFont5/iconfont.woff2 +0 -0
- package/src/components/Pagination/mixins/index.js +0 -39
- package/style/fonts/iconfont.47f5da25.woff2 +0 -0
- package/style/fonts/iconfont.6ad948fe.woff +0 -0
- package/style/fonts/iconfont.76d19005.woff2 +0 -0
- package/style/fonts/iconfont.84848783.woff2 +0 -0
- package/style/fonts/iconfont.85c70ef9.ttf +0 -0
- package/style/fonts/iconfont.a3597821.woff +0 -0
- package/style/fonts/iconfont.ab8c366d.ttf +0 -0
- package/style/fonts/iconfont.b7ea4726.woff +0 -0
- package/style/fonts/iconfont.e6bdbf43.woff2 +0 -0
- package/style/fonts/iconfont.f1777a50.woff +0 -0
- package/style/fonts/iconfont.fbdd69b3.ttf +0 -0
|
@@ -1,269 +1,383 @@
|
|
|
1
1
|
@font-face {
|
|
2
|
-
font-family:
|
|
3
|
-
src: url('iconfont.woff2?t=
|
|
4
|
-
|
|
2
|
+
font-family: "core-lib-iconfont"; /* Project id 2782772 */
|
|
3
|
+
src: url('iconfont.woff2?t=1710992109527') format('woff2'),
|
|
4
|
+
url('iconfont.woff?t=1710992109527') format('woff'),
|
|
5
|
+
url('iconfont.ttf?t=1710992109527') format('truetype');
|
|
5
6
|
}
|
|
6
7
|
|
|
7
8
|
.core-lib-iconfont {
|
|
8
|
-
font-family:
|
|
9
|
+
font-family: "core-lib-iconfont" !important;
|
|
9
10
|
font-size: 16px;
|
|
10
11
|
font-style: normal;
|
|
11
12
|
-webkit-font-smoothing: antialiased;
|
|
12
13
|
-moz-osx-font-smoothing: grayscale;
|
|
13
14
|
}
|
|
14
15
|
|
|
16
|
+
.n20-icon-yuyanqiehuan:before {
|
|
17
|
+
content: "\e62f";
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.n20-icon-lujing:before {
|
|
21
|
+
content: "\e62e";
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.n20-icon-caidan:before {
|
|
25
|
+
content: "\e61e";
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.n20-icon-a-bianzu701:before {
|
|
29
|
+
content: "\e613";
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.n20-icon-zhcsyw:before {
|
|
33
|
+
content: "\e614";
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.n20-icon-a-bianzu1:before {
|
|
37
|
+
content: "\e615";
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.n20-icon-bianzu:before {
|
|
41
|
+
content: "\e616";
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.n20-icon-a-bianzu3:before {
|
|
45
|
+
content: "\e617";
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.n20-icon-a-bianzu69:before {
|
|
49
|
+
content: "\e618";
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.n20-icon-a-bianzu2:before {
|
|
53
|
+
content: "\e619";
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.n20-icon-a-bianzu70:before {
|
|
57
|
+
content: "\e61a";
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.n20-icon-query:before {
|
|
61
|
+
content: "\e612";
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.n20-icon-fengkongguanli:before {
|
|
65
|
+
content: "\e611";
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.n20-icon-qingchu:before {
|
|
69
|
+
content: "\e610";
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.n20-icon-yichu:before {
|
|
73
|
+
content: "\e60f";
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.n20-icon-a-zengjiacopy:before {
|
|
77
|
+
content: "\e62d";
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.n20-icon-tuding:before {
|
|
81
|
+
content: "\e60c";
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.n20-icon-chukou:before {
|
|
85
|
+
content: "\e621";
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.n20-icon-buzhou:before {
|
|
89
|
+
content: "\e622";
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.n20-icon-chexiao:before {
|
|
93
|
+
content: "\e623";
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.n20-icon-binghangwangguan:before {
|
|
97
|
+
content: "\e624";
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.n20-icon-baocun:before {
|
|
101
|
+
content: "\e626";
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.n20-icon-kuangxuan:before {
|
|
105
|
+
content: "\e627";
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.n20-icon-fenzhiwangguan:before {
|
|
109
|
+
content: "\e628";
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.n20-icon-yulan:before {
|
|
113
|
+
content: "\e629";
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.n20-icon-rukou:before {
|
|
117
|
+
content: "\e62a";
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.n20-icon-hebingwangguan:before {
|
|
121
|
+
content: "\e62b";
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
.n20-icon-huifu:before {
|
|
125
|
+
content: "\e62c";
|
|
126
|
+
}
|
|
127
|
+
|
|
15
128
|
.n20-icon-shouqizhedie:before {
|
|
16
|
-
content:
|
|
129
|
+
content: "\e620";
|
|
17
130
|
}
|
|
18
131
|
|
|
19
132
|
.n20-icon-zhedieshouqi:before {
|
|
20
|
-
content:
|
|
133
|
+
content: "\e61f";
|
|
21
134
|
}
|
|
22
135
|
|
|
23
136
|
.n20-icon-daoxu:before {
|
|
24
|
-
content:
|
|
137
|
+
content: "\e61c";
|
|
25
138
|
}
|
|
26
139
|
|
|
27
140
|
.n20-icon-shunxu:before {
|
|
28
|
-
content:
|
|
141
|
+
content: "\e61d";
|
|
29
142
|
}
|
|
30
143
|
|
|
31
144
|
.n20-icon-caidanshouqi:before {
|
|
32
|
-
content:
|
|
145
|
+
content: "\e61b";
|
|
33
146
|
}
|
|
34
147
|
|
|
35
148
|
.n20-icon-liucheng:before {
|
|
36
|
-
content:
|
|
149
|
+
content: "\e661";
|
|
37
150
|
}
|
|
38
151
|
|
|
39
152
|
.n20-icon-chenggong:before {
|
|
40
|
-
content:
|
|
153
|
+
content: "\e640";
|
|
41
154
|
}
|
|
42
155
|
|
|
43
156
|
.n20-icon-a-4down:before {
|
|
44
|
-
content:
|
|
157
|
+
content: "\e642";
|
|
45
158
|
}
|
|
46
159
|
|
|
47
160
|
.n20-icon-a-bianji:before {
|
|
48
|
-
content:
|
|
161
|
+
content: "\e643";
|
|
49
162
|
}
|
|
50
163
|
|
|
51
164
|
.n20-icon-danxuankuang-weixuanzhong:before {
|
|
52
|
-
content:
|
|
165
|
+
content: "\e644";
|
|
53
166
|
}
|
|
54
167
|
|
|
55
168
|
.n20-icon-cuowu:before {
|
|
56
|
-
content:
|
|
169
|
+
content: "\e645";
|
|
57
170
|
}
|
|
58
171
|
|
|
59
172
|
.n20-icon-danxuankuang-yixuanzhong:before {
|
|
60
|
-
content:
|
|
173
|
+
content: "\e648";
|
|
61
174
|
}
|
|
62
175
|
|
|
63
176
|
.n20-icon-duoxuankuang-weixuanxuanting:before {
|
|
64
|
-
content:
|
|
177
|
+
content: "\e64a";
|
|
65
178
|
}
|
|
66
179
|
|
|
67
180
|
.n20-icon-fankui-chenggongkongxin:before {
|
|
68
|
-
content:
|
|
181
|
+
content: "\e655";
|
|
69
182
|
}
|
|
70
183
|
|
|
71
184
|
.n20-icon-nianfenqiehuan-youce:before {
|
|
72
|
-
content:
|
|
185
|
+
content: "\e657";
|
|
73
186
|
}
|
|
74
187
|
|
|
75
188
|
.n20-icon-fankui-xinxikongxin:before {
|
|
76
|
-
content:
|
|
189
|
+
content: "\e658";
|
|
77
190
|
}
|
|
78
191
|
|
|
79
192
|
.n20-icon-guanbi-moren:before {
|
|
80
|
-
content:
|
|
193
|
+
content: "\e659";
|
|
81
194
|
}
|
|
82
195
|
|
|
83
196
|
.n20-icon-jianhao:before {
|
|
84
|
-
content:
|
|
197
|
+
content: "\e65d";
|
|
85
198
|
}
|
|
86
199
|
|
|
87
200
|
.n20-icon-keguanbicuowu:before {
|
|
88
|
-
content:
|
|
201
|
+
content: "\e663";
|
|
89
202
|
}
|
|
90
203
|
|
|
91
204
|
.n20-icon-nianfenqiehuan-zuoce:before {
|
|
92
|
-
content:
|
|
205
|
+
content: "\e664";
|
|
93
206
|
}
|
|
94
207
|
|
|
95
208
|
.n20-icon-moren:before {
|
|
96
|
-
content:
|
|
209
|
+
content: "\e665";
|
|
97
210
|
}
|
|
98
211
|
|
|
99
212
|
.n20-icon-sousuokuang-sousuodanchuang:before {
|
|
100
|
-
content:
|
|
213
|
+
content: "\e668";
|
|
101
214
|
}
|
|
102
215
|
|
|
103
216
|
.n20-icon-tishi:before {
|
|
104
|
-
content:
|
|
217
|
+
content: "\e66a";
|
|
105
218
|
}
|
|
106
219
|
|
|
107
220
|
.n20-icon-xiala-moren:before {
|
|
108
|
-
content:
|
|
221
|
+
content: "\e66c";
|
|
109
222
|
}
|
|
110
223
|
|
|
111
224
|
.n20-icon-riqixuanze-rili:before {
|
|
112
|
-
content:
|
|
225
|
+
content: "\e66d";
|
|
113
226
|
}
|
|
114
227
|
|
|
115
228
|
.n20-icon-a-kapianxuanzhong1:before {
|
|
116
|
-
content:
|
|
229
|
+
content: "\e66e";
|
|
117
230
|
}
|
|
118
231
|
|
|
119
232
|
.n20-icon-xinzeng:before {
|
|
120
|
-
content:
|
|
233
|
+
content: "\e66f";
|
|
121
234
|
}
|
|
122
235
|
|
|
123
236
|
.n20-icon-wenjian:before {
|
|
124
|
-
content:
|
|
237
|
+
content: "\e671";
|
|
125
238
|
}
|
|
126
239
|
|
|
127
240
|
.n20-icon-xinxi:before {
|
|
128
|
-
content:
|
|
241
|
+
content: "\e674";
|
|
129
242
|
}
|
|
130
243
|
|
|
131
244
|
.n20-icon-tubiaohewenbentishi:before {
|
|
132
|
-
content:
|
|
245
|
+
content: "\e675";
|
|
133
246
|
}
|
|
134
247
|
|
|
135
248
|
.n20-icon-xiazai-moren:before {
|
|
136
|
-
content:
|
|
249
|
+
content: "\e676";
|
|
137
250
|
}
|
|
138
251
|
|
|
139
252
|
.n20-icon-wenjianshangchuan:before {
|
|
140
|
-
content:
|
|
253
|
+
content: "\e677";
|
|
141
254
|
}
|
|
142
255
|
|
|
143
256
|
.n20-icon-xinxitishi:before {
|
|
144
|
-
content:
|
|
257
|
+
content: "\e679";
|
|
145
258
|
}
|
|
146
259
|
|
|
147
260
|
.n20-icon-xuanzekuang-xialazhankai:before {
|
|
148
|
-
content:
|
|
261
|
+
content: "\e67a";
|
|
149
262
|
}
|
|
150
263
|
|
|
151
264
|
.n20-icon-xuanzekuang-xiala:before {
|
|
152
|
-
content:
|
|
265
|
+
content: "\e67b";
|
|
153
266
|
}
|
|
154
267
|
|
|
155
268
|
.n20-icon-yuefenqiehuan-youce:before {
|
|
156
|
-
content:
|
|
269
|
+
content: "\e67d";
|
|
157
270
|
}
|
|
158
271
|
|
|
159
272
|
.n20-icon-yulan-moren:before {
|
|
160
|
-
content:
|
|
273
|
+
content: "\e67f";
|
|
161
274
|
}
|
|
162
275
|
|
|
163
276
|
.n20-icon-yuefenqiehuan-zuoce:before {
|
|
164
|
-
content:
|
|
277
|
+
content: "\e680";
|
|
165
278
|
}
|
|
166
279
|
|
|
167
280
|
.n20-icon-sousuokuang-sousuo:before {
|
|
168
|
-
content:
|
|
281
|
+
content: "\e684";
|
|
169
282
|
}
|
|
170
283
|
|
|
171
284
|
.n20-icon-shuaxin:before {
|
|
172
|
-
content:
|
|
285
|
+
content: "\e634";
|
|
173
286
|
}
|
|
174
287
|
|
|
175
288
|
.n20-icon-xiala:before {
|
|
176
|
-
content:
|
|
289
|
+
content: "\e6b9";
|
|
177
290
|
}
|
|
178
291
|
|
|
179
292
|
.n20-icon-bianjixuanzhong:before {
|
|
180
|
-
content:
|
|
293
|
+
content: "\e607";
|
|
181
294
|
}
|
|
182
295
|
|
|
183
296
|
.n20-icon-a-biaogexuanzhong:before {
|
|
184
|
-
content:
|
|
297
|
+
content: "\e608";
|
|
185
298
|
}
|
|
186
299
|
|
|
187
300
|
.n20-icon-a-kapianxuanzhong:before {
|
|
188
|
-
content:
|
|
301
|
+
content: "\e609";
|
|
189
302
|
}
|
|
190
303
|
|
|
191
304
|
.n20-icon-a-quanjiedianxuanzhong:before {
|
|
192
|
-
content:
|
|
305
|
+
content: "\e60a";
|
|
193
306
|
}
|
|
194
307
|
|
|
195
308
|
.n20-icon-a-shanchuxuanzhong:before {
|
|
196
|
-
content:
|
|
309
|
+
content: "\e60b";
|
|
197
310
|
}
|
|
198
311
|
|
|
199
312
|
.n20-icon-zishenbanlijiedian:before {
|
|
200
|
-
content:
|
|
313
|
+
content: "\e60e";
|
|
201
314
|
}
|
|
202
315
|
|
|
203
316
|
.n20-icon-a-piaomianxuanzhong:before {
|
|
204
|
-
content:
|
|
317
|
+
content: "\e605";
|
|
205
318
|
}
|
|
206
319
|
|
|
207
320
|
.n20-icon-shezhi:before {
|
|
208
|
-
content:
|
|
321
|
+
content: "\e8b7";
|
|
209
322
|
}
|
|
210
323
|
|
|
211
324
|
.n20-icon-zongjine:before {
|
|
212
|
-
content:
|
|
325
|
+
content: "\e64e";
|
|
213
326
|
}
|
|
214
327
|
|
|
215
328
|
.n20-icon-xiangxia1:before {
|
|
216
|
-
content:
|
|
329
|
+
content: "\e771";
|
|
217
330
|
}
|
|
218
331
|
|
|
219
332
|
.n20-icon-Dollar:before {
|
|
220
|
-
content:
|
|
333
|
+
content: "\e77d";
|
|
221
334
|
}
|
|
222
335
|
|
|
223
336
|
.n20-icon-jinzhi:before {
|
|
224
|
-
content:
|
|
337
|
+
content: "\e654";
|
|
225
338
|
}
|
|
226
339
|
|
|
227
340
|
.n20-icon-ic_bank:before {
|
|
228
|
-
content:
|
|
341
|
+
content: "\e6b3";
|
|
229
342
|
}
|
|
230
343
|
|
|
231
344
|
.n20-icon-BillA:before {
|
|
232
|
-
content:
|
|
345
|
+
content: "\ea71";
|
|
233
346
|
}
|
|
234
347
|
|
|
235
348
|
.n20-icon-n-shanchu:before {
|
|
236
|
-
content:
|
|
349
|
+
content: "\e625";
|
|
237
350
|
}
|
|
238
351
|
|
|
239
352
|
.n20-icon-tianchongxing:before {
|
|
240
|
-
content:
|
|
353
|
+
content: "\e633";
|
|
241
354
|
}
|
|
242
355
|
|
|
243
356
|
.n20-icon-iconfontshaixuan:before {
|
|
244
|
-
content:
|
|
357
|
+
content: "\e60d";
|
|
245
358
|
}
|
|
246
359
|
|
|
247
360
|
.n20-icon-yanjing:before {
|
|
248
|
-
content:
|
|
361
|
+
content: "\e6cf";
|
|
249
362
|
}
|
|
250
363
|
|
|
251
364
|
.n20-icon-shangchuan:before {
|
|
252
|
-
content:
|
|
365
|
+
content: "\e660";
|
|
253
366
|
}
|
|
254
367
|
|
|
255
368
|
.n20-icon-shanchu:before {
|
|
256
|
-
content:
|
|
369
|
+
content: "\e785";
|
|
257
370
|
}
|
|
258
371
|
|
|
259
372
|
.n20-icon-tuodong:before {
|
|
260
|
-
content:
|
|
373
|
+
content: "\e604";
|
|
261
374
|
}
|
|
262
375
|
|
|
263
376
|
.n20-icon-user:before {
|
|
264
|
-
content:
|
|
377
|
+
content: "\e603";
|
|
265
378
|
}
|
|
266
379
|
|
|
267
380
|
.n20-icon-date:before {
|
|
268
|
-
content:
|
|
381
|
+
content: "\e602";
|
|
269
382
|
}
|
|
383
|
+
|