newsee-cli 1.0.4 → 1.0.5

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 (79) hide show
  1. package/package.json +1 -1
  2. package/micro_11111/.editorconfig +0 -10
  3. package/micro_11111/.eslintignore +0 -9
  4. package/micro_11111/.eslintrc.js +0 -33
  5. package/micro_11111/.postcssrc.js +0 -21
  6. package/micro_11111/.prettierignore +0 -10
  7. package/micro_11111/.prettierrc +0 -12
  8. package/micro_11111/.stylelintignore +0 -8
  9. package/micro_11111/.stylelintrc.json +0 -303
  10. package/micro_11111/README.md +0 -3
  11. package/micro_11111/babel.config.js +0 -34
  12. package/micro_11111/env.config.js +0 -62
  13. package/micro_11111/env.param.config.js +0 -112
  14. package/micro_11111/favicon.ico +0 -0
  15. package/micro_11111/index.html +0 -28
  16. package/micro_11111/jsconfig.json +0 -25
  17. package/micro_11111/package.json +0 -60
  18. package/micro_11111/src/App.vue +0 -32
  19. package/micro_11111/src/Layout/Layout.vue +0 -28
  20. package/micro_11111/src/UI/index.js +0 -1
  21. package/micro_11111/src/assets/iconfont/DIN.Alternate.Bold.ttf +0 -0
  22. package/micro_11111/src/assets/layout/empty.png +0 -0
  23. package/micro_11111/src/assets/layout/prelogin-header.png +0 -0
  24. package/micro_11111/src/assets/trigger/close.png +0 -0
  25. package/micro_11111/src/assets/trigger/company.png +0 -0
  26. package/micro_11111/src/assets/trigger/department.png +0 -0
  27. package/micro_11111/src/assets/trigger/left-arrow.png +0 -0
  28. package/micro_11111/src/assets/trigger/pwd.png +0 -0
  29. package/micro_11111/src/assets/trigger/right-arrow-gray.png +0 -0
  30. package/micro_11111/src/assets/trigger/search-gray.png +0 -0
  31. package/micro_11111/src/assets/trigger/user.png +0 -0
  32. package/micro_11111/src/assets/trigger/weixin-work.png +0 -0
  33. package/micro_11111/src/components/Selector/Selector.vue +0 -254
  34. package/micro_11111/src/components/Selector/components/abyss.vue +0 -308
  35. package/micro_11111/src/components/Selector/components/search.vue +0 -307
  36. package/micro_11111/src/config.js +0 -20
  37. package/micro_11111/src/main.js +0 -14
  38. package/micro_11111/src/mixins/base.js +0 -57
  39. package/micro_11111/src/mixins/extension/app.js +0 -80
  40. package/micro_11111/src/mixins/extension/cryptoPassWord.js +0 -15
  41. package/micro_11111/src/mixins/extension/wx-relative.js +0 -42
  42. package/micro_11111/src/mixins/index.js +0 -5
  43. package/micro_11111/src/router/index.js +0 -12
  44. package/micro_11111/src/router/routes.js +0 -55
  45. package/micro_11111/src/service/common.js +0 -72
  46. package/micro_11111/src/service/preload.js +0 -19
  47. package/micro_11111/src/service/selector.js +0 -114
  48. package/micro_11111/src/store/getters.js +0 -10
  49. package/micro_11111/src/store/index.js +0 -18
  50. package/micro_11111/src/store/modules/Account.js +0 -27
  51. package/micro_11111/src/store/modules/Base.js +0 -38
  52. package/micro_11111/src/style/index.scss +0 -3
  53. package/micro_11111/src/style/mixins/mixins.scss +0 -11
  54. package/micro_11111/src/style/public.scss +0 -32
  55. package/micro_11111/src/style/reset.scss +0 -814
  56. package/micro_11111/src/utils/core/create-basic.js +0 -16
  57. package/micro_11111/src/utils/core/create.js +0 -13
  58. package/micro_11111/src/utils/core/reprefix.js +0 -8
  59. package/micro_11111/src/utils/fetch/fetch.js +0 -66
  60. package/micro_11111/src/utils/fetch/fetchDataType.js +0 -53
  61. package/micro_11111/src/utils/index.js +0 -0
  62. package/micro_11111/src/utils/library/aes.js +0 -834
  63. package/micro_11111/src/utils/library/crypto.js +0 -130
  64. package/micro_11111/src/utils/library/date.js +0 -62
  65. package/micro_11111/src/utils/library/debounce.js +0 -34
  66. package/micro_11111/src/utils/library/event.js +0 -45
  67. package/micro_11111/src/utils/library/image.js +0 -14
  68. package/micro_11111/src/utils/library/stringcover.js +0 -9
  69. package/micro_11111/src/utils/library/urlhandle.js +0 -14
  70. package/micro_11111/src/utils/library/video.js +0 -156
  71. package/micro_11111/src/views/Home/Home.vue +0 -23
  72. package/micro_11111/src/views/Login/Login.vue +0 -65
  73. package/micro_11111/src/views/Login/LoginApp.vue +0 -72
  74. package/micro_11111/src/views/Login/LoginThirdApp.vue +0 -77
  75. package/micro_11111/src/views/Login/LoginThirdParty.vue +0 -59
  76. package/micro_11111/src/views/Prelogin/index.vue +0 -199
  77. package/micro_11111/static/loadBuffer/loadBuffer.js +0 -19
  78. package/micro_11111/static/loadBuffer/loading.gif +0 -0
  79. package/micro_11111/tag.js +0 -19
@@ -1,814 +0,0 @@
1
- /**
2
- * 1. Change the default font family in all browsers (opinionated).
3
- * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
4
- */
5
-
6
- html {
7
- font-family: sans-serif;
8
- /* 1 */
9
- -ms-text-size-adjust: 100%;
10
- /* 2 */
11
- -webkit-text-size-adjust: 100%;
12
- /* 2 */
13
- }
14
-
15
- /**
16
- * Remove the margin in all browsers (opinionated).
17
- */
18
-
19
- body {
20
- margin: 0;
21
- }
22
-
23
- /* HTML5 display definitions
24
- ========================================================================== */
25
- /**
26
- * Add the correct display in IE 9-.
27
- * 1. Add the correct display in Edge, IE, and Firefox.
28
- * 2. Add the correct display in IE.
29
- */
30
-
31
- article,
32
- aside,
33
- details, /* 1 */
34
- figcaption,
35
- figure,
36
- footer,
37
- header,
38
- main, /* 2 */
39
- menu,
40
- nav,
41
- section,
42
- summary {
43
- /* 1 */
44
- display: block;
45
- }
46
-
47
- /**
48
- * Add the correct display in IE 9-.
49
- */
50
-
51
- audio,
52
- canvas,
53
- progress,
54
- video {
55
- display: inline-block;
56
- }
57
-
58
- /**
59
- * Add the correct display in iOS 4-7.
60
- */
61
-
62
- audio:not([controls]) {
63
- display: none;
64
- height: 0;
65
- }
66
-
67
- /**
68
- * Add the correct vertical alignment in Chrome, Firefox, and Opera.
69
- */
70
-
71
- progress {
72
- vertical-align: baseline;
73
- }
74
-
75
- /**
76
- * Add the correct display in IE 10-.
77
- * 1. Add the correct display in IE.
78
- */
79
-
80
- template, /* 1 */
81
- [hidden] {
82
- display: none;
83
- }
84
-
85
- /* Links
86
- ========================================================================== */
87
- /**
88
- * 1. Remove the gray background on active links in IE 10.
89
- * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
90
- */
91
-
92
- a {
93
- background-color: transparent;
94
- /* 1 */
95
- -webkit-text-decoration-skip: objects;
96
- /* 2 */
97
- }
98
-
99
- /**
100
- * Remove the outline on focused links when they are also active or hovered
101
- * in all browsers (opinionated).
102
- */
103
-
104
- a:active,
105
- a:hover {
106
- outline-width: 0;
107
- }
108
-
109
- /* Text-level semantics
110
- ========================================================================== */
111
- /**
112
- * 1. Remove the bottom border in Firefox 39-.
113
- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
114
- */
115
-
116
- abbr[title] {
117
- border-bottom: none;
118
- /* 1 */
119
- text-decoration: underline;
120
- /* 2 */
121
- text-decoration: underline dotted;
122
- /* 2 */
123
- }
124
-
125
- /**
126
- * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
127
- */
128
-
129
- b,
130
- strong {
131
- font-weight: inherit;
132
- }
133
-
134
- /**
135
- * Add the correct font weight in Chrome, Edge, and Safari.
136
- */
137
-
138
- b,
139
- strong {
140
- font-weight: bolder;
141
- }
142
-
143
- /**
144
- * Add the correct font style in Android 4.3-.
145
- */
146
-
147
- dfn {
148
- font-style: italic;
149
- }
150
-
151
- /**
152
- * Correct the font size and margin on `h1` elements within `section` and
153
- * `article` contexts in Chrome, Firefox, and Safari.
154
- */
155
-
156
- h1 {
157
- font-size: 2em;
158
- margin: 0.67em 0;
159
- }
160
-
161
- /**
162
- * Add the correct background and color in IE 9-.
163
- */
164
-
165
- mark {
166
- background-color: #ff0;
167
- color: #000;
168
- }
169
-
170
- /**
171
- * Add the correct font size in all browsers.
172
- */
173
-
174
- small {
175
- font-size: 80%;
176
- }
177
-
178
- /**
179
- * Prevent `sub` and `sup` elements from affecting the line height in
180
- * all browsers.
181
- */
182
-
183
- sub,
184
- sup {
185
- font-size: 75%;
186
- line-height: 0;
187
- position: relative;
188
- vertical-align: baseline;
189
- }
190
-
191
- sub {
192
- bottom: -0.25em;
193
- }
194
-
195
- sup {
196
- top: -0.5em;
197
- }
198
-
199
- /* Embedded content
200
- ========================================================================== */
201
- /**
202
- * Remove the border on images inside links in IE 10-.
203
- */
204
-
205
- img {
206
- border-style: none;
207
- }
208
-
209
- /**
210
- * Hide the overflow in IE.
211
- */
212
-
213
- svg:not(:root) {
214
- overflow: hidden;
215
- }
216
-
217
- /* Grouping content
218
- ========================================================================== */
219
- /**
220
- * 1. Correct the inheritance and scaling of font size in all browsers.
221
- * 2. Correct the odd `em` font sizing in all browsers.
222
- */
223
-
224
- code,
225
- kbd,
226
- pre,
227
- samp {
228
- font-family: monospace, monospace;
229
- /* 1 */
230
- font-size: 1em;
231
- /* 2 */
232
- margin: 0;
233
- padding: 0;
234
- }
235
-
236
- /**
237
- * Add the correct margin in IE 8.
238
- */
239
-
240
- figure {
241
- margin: 1em 40px;
242
- }
243
-
244
- /**
245
- * 1. Add the correct box sizing in Firefox.
246
- * 2. Show the overflow in Edge and IE.
247
- */
248
-
249
- hr {
250
- box-sizing: content-box;
251
- /* 1 */
252
- height: 0;
253
- /* 1 */
254
- overflow: visible;
255
- /* 2 */
256
- }
257
-
258
- /* Forms
259
- ========================================================================== */
260
- /**
261
- * 1. Correct color not being inherited.
262
- Known issue: affects color of disabled elements.
263
- * 2. Change font properties to `inherit` in all browsers (opinionated).
264
- * 3. Remove the margin in Firefox and Safari.
265
- */
266
-
267
- button,
268
- input,
269
- optgroup,
270
- select,
271
- textarea {
272
- color: inherit;
273
- /* 1 */
274
- font: inherit;
275
- /* 2 */
276
- margin: 0;
277
- /* 3 */
278
- vertical-align: middle;
279
- }
280
-
281
- /**
282
- * Restore the font weight unset by the previous rule.
283
- */
284
-
285
- optgroup {
286
- font-weight: 700;
287
- }
288
-
289
- /**
290
- * Show the overflow in IE.
291
- * 1. Show the overflow in Edge.
292
- */
293
-
294
- button,
295
- input {
296
- /* 1 */
297
- overflow: visible;
298
- }
299
-
300
- /**
301
- * Remove the inheritance of text transform in Edge, Firefox, and IE.
302
- * 1. Remove the inheritance of text transform in Firefox.
303
- */
304
-
305
- button,
306
- select {
307
- /* 1 */
308
- text-transform: none;
309
- }
310
-
311
- /**
312
- * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
313
- * controls in Android 4.
314
- * 2. Correct the inability to style clickable types in iOS and Safari.
315
- */
316
-
317
- button,
318
- html [type="button"], /* 1 */
319
- [type="reset"],
320
- [type="submit"] {
321
- -webkit-appearance: button;
322
- /* 2 */
323
- }
324
-
325
- /**
326
- * Remove the inner border and padding in Firefox.
327
- */
328
-
329
- button::-moz-focus-inner,
330
- [type='button']::-moz-focus-inner,
331
- [type='reset']::-moz-focus-inner,
332
- [type='submit']::-moz-focus-inner {
333
- border-style: none;
334
- padding: 0;
335
- }
336
-
337
- /**
338
- * Restore the focus styles unset by the previous rule.
339
- */
340
-
341
- button:-moz-focusring,
342
- [type='button']:-moz-focusring,
343
- [type='reset']:-moz-focusring,
344
- [type='submit']:-moz-focusring {
345
- outline: 1px dotted ButtonText;
346
- }
347
-
348
- /**
349
- * Change the border, margin, and padding in all browsers (opinionated).
350
- */
351
-
352
- fieldset {
353
- border: 1px solid #c0c0c0;
354
- margin: 0 2px;
355
- padding: 0.35em 0.625em 0.75em;
356
- }
357
-
358
- /**
359
- * 1. Correct the text wrapping in Edge and IE.
360
- * 2. Correct the color inheritance from `fieldset` elements in IE.
361
- * 3. Remove the padding so developers are not caught out when they zero out
362
- * `fieldset` elements in all browsers.
363
- */
364
-
365
- legend {
366
- box-sizing: border-box;
367
- /* 1 */
368
- color: inherit;
369
- /* 2 */
370
- display: table;
371
- /* 1 */
372
- max-width: 100%;
373
- /* 1 */
374
- padding: 0;
375
- /* 3 */
376
- white-space: normal;
377
- /* 1 */
378
- }
379
-
380
- /**
381
- * Remove the default vertical scrollbar in IE.
382
- */
383
-
384
- textarea {
385
- overflow: auto;
386
- resize: none;
387
- vertical-align: top;
388
- }
389
-
390
- /* webkit focus outline */
391
-
392
- input,
393
- select,
394
- textarea {
395
- outline: 0;
396
- }
397
-
398
- /* Re-set default cursor for disabled elements. */
399
-
400
- [disabled] {
401
- cursor: default;
402
- }
403
-
404
- /**
405
- * 1. Add the correct box sizing in IE 10-.
406
- * 2. Remove the padding in IE 10-.
407
- */
408
-
409
- [type='checkbox'],
410
- [type='radio'] {
411
- box-sizing: border-box;
412
- /* 1 */
413
- padding: 0;
414
- /* 2 */
415
- }
416
-
417
- /**
418
- * Correct the cursor style of increment and decrement buttons in Chrome.
419
- */
420
-
421
- [type='number']::-webkit-inner-spin-button,
422
- [type='number']::-webkit-outer-spin-button {
423
- height: auto;
424
- }
425
-
426
- /**
427
- * 1. Correct the odd appearance in Chrome and Safari.
428
- * 2. Correct the outline style in Safari.
429
- */
430
-
431
- [type='search'] {
432
- -webkit-appearance: textfield;
433
- /* 1 */
434
- outline-offset: -2px;
435
- /* 2 */
436
- }
437
-
438
- /**
439
- * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
440
- */
441
-
442
- [type='search']::-webkit-search-cancel-button,
443
- [type='search']::-webkit-search-decoration {
444
- -webkit-appearance: none;
445
- }
446
-
447
- /**
448
- * Correct the text style of placeholders in Chrome, Edge, ff, and Safari.
449
- */
450
-
451
- input::-moz-placeholder,
452
- textarea::-moz-placeholder {
453
- color: inherit;
454
- opacity: 0.54;
455
- }
456
-
457
- input:-ms-input-placeholder,
458
- textarea:-ms-input-placeholder {
459
- color: inherit;
460
- opacity: 0.54;
461
- }
462
-
463
- input::-webkit-input-placeholder,
464
- textarea::-webkit-input-placeholder {
465
- color: inherit;
466
- opacity: 0.54;
467
- }
468
-
469
- input::-ms-clear,
470
- input::-ms-reveal {
471
- display: none;
472
- }
473
-
474
- /**
475
- * 1. Correct the inability to style clickable types in iOS and Safari.
476
- * 2. Change font properties to `inherit` in Safari.
477
- */
478
-
479
- ::-webkit-file-upload-button {
480
- -webkit-appearance: button;
481
- /* 1 */
482
- font: inherit;
483
- /* 2 */
484
- }
485
-
486
- /* table
487
- ========================================================================== */
488
- /* Remove table cell spacing and padding */
489
-
490
- table {
491
- border-collapse: collapse;
492
- border-spacing: 0;
493
- }
494
-
495
- td,
496
- th {
497
- padding: 0;
498
- }
499
-
500
- h1,
501
- h2,
502
- h3,
503
- h4,
504
- h5,
505
- h6,
506
- p,
507
- figure,
508
- form,
509
- blockquote {
510
- margin: 0;
511
- }
512
-
513
- ul,
514
- ol,
515
- li,
516
- dl,
517
- dd {
518
- margin: 0;
519
- padding: 0;
520
- }
521
-
522
- ul,
523
- ol {
524
- list-style: none outside none;
525
- }
526
-
527
- h1,
528
- h2,
529
- h3,
530
- h4,
531
- h5,
532
- h6 {
533
- font-size: 100%;
534
- font-weight: 400;
535
- }
536
-
537
- :root {
538
- /* Transition
539
- -------------------------- */
540
- /* Colors
541
- -------------------------- */
542
- /* Link
543
- -------------------------- */
544
- /* Border
545
- -------------------------- */
546
- /* Box-shadow
547
- -------------------------- */
548
- /* Fill
549
- -------------------------- */
550
- /* Font
551
- -------------------------- */
552
- /* Size
553
- -------------------------- */
554
- /* z-index
555
- -------------------------- */
556
- /* Disable base
557
- -------------------------- */
558
- /* Icon
559
- -------------------------- */
560
- /* Checkbox
561
- -------------------------- */
562
- /* Radio
563
- -------------------------- */
564
- /* Select
565
- -------------------------- */
566
- /* Alert
567
- -------------------------- */
568
- /* Message Box
569
- -------------------------- */
570
- /* Message
571
- -------------------------- */
572
- /* Notification
573
- -------------------------- */
574
- /* Input
575
- -------------------------- */
576
- /* Cascader
577
- -------------------------- */
578
- /* Group
579
- -------------------------- */
580
- /* Tab
581
- -------------------------- */
582
- /* button
583
- -------------------------- */
584
- /* cascader
585
- -------------------------- */
586
- /* Switch
587
- -------------------------- */
588
- /* Dialog
589
- -------------------------- */
590
- /* Table
591
- -------------------------- */
592
- /* Pagination
593
- -------------------------- */
594
- /* Popover
595
- -------------------------- */
596
- /* Tooltip
597
- -------------------------- */
598
- /* Tag
599
- -------------------------- */
600
- /* Dropdown
601
- -------------------------- */
602
- /* Badge
603
- -------------------------- */
604
- /* Card
605
- --------------------------*/
606
- /* Slider
607
- --------------------------*/
608
- /* Steps
609
- --------------------------*/
610
- /* Menu
611
- --------------------------*/
612
- /* Rate
613
- --------------------------*/
614
- /* DatePicker
615
- --------------------------*/
616
- /* Loading
617
- --------------------------*/
618
- /* Scrollbar
619
- --------------------------*/
620
- /* Carousel
621
- --------------------------*/
622
- /* Collapse
623
- --------------------------*/
624
- /* Transfer
625
- --------------------------*/
626
- }
627
-
628
- body {
629
- font-family: 'Microsoft YaHei', '微软雅黑', 'Helvetica Neue', Helvetica, 'PingFang SC',
630
- 'Hiragino Sans GB', Arial, sans-serif;
631
- font-weight: 400;
632
- font-size: 14px;
633
- color: rgb(31, 45, 61);
634
- }
635
-
636
- a {
637
- color: #20a0ff;
638
- text-decoration: none;
639
- }
640
-
641
- a:hover,
642
- a:focus {
643
- color: rgb(77, 179, 255);
644
- }
645
-
646
- a:active {
647
- color: rgb(29, 144, 230);
648
- }
649
-
650
- h1,
651
- h2,
652
- h3,
653
- h4,
654
- h5,
655
- h6 {
656
- color: rgb(31, 45, 61);
657
- font-weight: inherit;
658
- }
659
-
660
- h1:first-child,
661
- h2:first-child,
662
- h3:first-child,
663
- h4:first-child,
664
- h5:first-child,
665
- h6:first-child {
666
- margin-top: 0;
667
- }
668
-
669
- h1:last-child,
670
- h2:last-child,
671
- h3:last-child,
672
- h4:last-child,
673
- h5:last-child,
674
- h6:last-child {
675
- margin-bottom: 0;
676
- }
677
-
678
- h1 {
679
- font-size: 20px;
680
- }
681
-
682
- h2 {
683
- font-size: 18px;
684
- }
685
-
686
- h3 {
687
- font-size: 16px;
688
- }
689
-
690
- h4,
691
- h5,
692
- h6,
693
- p {
694
- font-size: inherit;
695
- }
696
-
697
- p {
698
- line-height: 1.8;
699
- }
700
-
701
- p:first-child {
702
- margin-top: 0;
703
- }
704
-
705
- p:last-child {
706
- margin-bottom: 0;
707
- }
708
-
709
- sup,
710
- sub {
711
- font-size: 13px;
712
- }
713
-
714
- small {
715
- font-size: 12px;
716
- }
717
-
718
- hr {
719
- margin-top: 20px;
720
- margin-bottom: 20px;
721
- border: 0;
722
- border-top: 1px solid #eeeeee;
723
- }
724
-
725
- :root {
726
- /* Transition
727
- -------------------------- */
728
- /* Colors
729
- -------------------------- */
730
- /* Link
731
- -------------------------- */
732
- /* Border
733
- -------------------------- */
734
- /* Box-shadow
735
- -------------------------- */
736
- /* Fill
737
- -------------------------- */
738
- /* Font
739
- -------------------------- */
740
- /* Size
741
- -------------------------- */
742
- /* z-index
743
- -------------------------- */
744
- /* Disable base
745
- -------------------------- */
746
- /* Icon
747
- -------------------------- */
748
- /* Checkbox
749
- -------------------------- */
750
- /* Radio
751
- -------------------------- */
752
- /* Select
753
- -------------------------- */
754
- /* Alert
755
- -------------------------- */
756
- /* Message Box
757
- -------------------------- */
758
- /* Message
759
- -------------------------- */
760
- /* Notification
761
- -------------------------- */
762
- /* Input
763
- -------------------------- */
764
- /* Cascader
765
- -------------------------- */
766
- /* Group
767
- -------------------------- */
768
- /* Tab
769
- -------------------------- */
770
- /* button
771
- -------------------------- */
772
- /* cascader
773
- -------------------------- */
774
- /* Switch
775
- -------------------------- */
776
- /* Dialog
777
- -------------------------- */
778
- /* Table
779
- -------------------------- */
780
- /* Pagination
781
- -------------------------- */
782
- /* Popover
783
- -------------------------- */
784
- /* Tooltip
785
- -------------------------- */
786
- /* Tag
787
- -------------------------- */
788
- /* Dropdown
789
- -------------------------- */
790
- /* Badge
791
- -------------------------- */
792
- /* Card
793
- --------------------------*/
794
- /* Slider
795
- --------------------------*/
796
- /* Steps
797
- --------------------------*/
798
- /* Menu
799
- --------------------------*/
800
- /* Rate
801
- --------------------------*/
802
- /* DatePicker
803
- --------------------------*/
804
- /* Loading
805
- --------------------------*/
806
- /* Scrollbar
807
- --------------------------*/
808
- /* Carousel
809
- --------------------------*/
810
- /* Collapse
811
- --------------------------*/
812
- /* Transfer
813
- --------------------------*/
814
- }