@lambo-design/shared 1.0.0-beta.253 → 1.0.0-beta.255

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 (66) hide show
  1. package/config/config.js +1 -0
  2. package/config/themes/atrovirens/atrovirens.css +2 -1
  3. package/config/themes/atrovirens/atrovirens.less +2 -0
  4. package/config/themes/atrovirens/var.less +2 -0
  5. package/config/themes/blue/blue.css +2 -1
  6. package/config/themes/blue/blue.less +2 -0
  7. package/config/themes/blue/var.less +2 -0
  8. package/config/themes/blue-white/blue-white.css +15 -10
  9. package/config/themes/blue-white/blue-white.less +2 -0
  10. package/config/themes/blue-white/var.less +2 -0
  11. package/config/themes/blue-white-tight/blue-white-tight.css +2 -1
  12. package/config/themes/blue-white-tight/blue-white-tight.less +2 -0
  13. package/config/themes/blue-white-tight/var.less +2 -0
  14. package/config/themes/cuiwei/cuiwei.css +578 -0
  15. package/config/themes/cuiwei/cuiwei.css.map +10 -0
  16. package/config/themes/cuiwei/cuiwei.less +671 -0
  17. package/config/themes/cuiwei/var.less +682 -0
  18. package/config/themes/danqing/danqing.less +2 -0
  19. package/config/themes/danqing/var.less +2 -0
  20. package/config/themes/deep/deep.css +2 -1
  21. package/config/themes/deep/deep.less +2 -0
  22. package/config/themes/deep/var.less +2 -0
  23. package/config/themes/default/default.css +2 -1
  24. package/config/themes/default/default.less +2 -0
  25. package/config/themes/default/var.less +2 -0
  26. package/config/themes/eap/eap.css +2 -1
  27. package/config/themes/eap/eap.less +2 -0
  28. package/config/themes/eap/var.less +2 -0
  29. package/config/themes/gold/gold.css +2 -1
  30. package/config/themes/gold/gold.less +2 -0
  31. package/config/themes/gold/var.less +2 -0
  32. package/config/themes/index.js +4 -1
  33. package/config/themes/lime/lime.css +2 -1
  34. package/config/themes/lime/lime.less +2 -0
  35. package/config/themes/lime/var.less +2 -0
  36. package/config/themes/orange/orange.css +2 -1
  37. package/config/themes/orange/orange.less +2 -0
  38. package/config/themes/orange/var.less +2 -0
  39. package/config/themes/red/red.css +2 -1
  40. package/config/themes/red/red.less +2 -0
  41. package/config/themes/red/var.less +2 -0
  42. package/config/themes/theme-atrovirens.js +2 -0
  43. package/config/themes/theme-blue.js +2 -0
  44. package/config/themes/theme-bw.js +15 -9
  45. package/config/themes/theme-bwt.js +2 -0
  46. package/config/themes/theme-cuiwei.js +562 -0
  47. package/config/themes/theme-danqing.js +49 -43
  48. package/config/themes/theme-deep.js +2 -0
  49. package/config/themes/theme-default.js +2 -0
  50. package/config/themes/theme-eap.js +2 -0
  51. package/config/themes/theme-gold.js +2 -0
  52. package/config/themes/theme-lime.js +2 -0
  53. package/config/themes/theme-orange.js +2 -0
  54. package/config/themes/theme-red.js +2 -0
  55. package/config/themes/theme-white.js +2 -0
  56. package/config/themes/white/var.less +2 -0
  57. package/config/themes/white/white.css +2 -1
  58. package/config/themes/white/white.less +2 -0
  59. package/package.json +1 -1
  60. package/styles/image/layout-header-bg-cuiwei.png +0 -0
  61. package/utils/storage.js +198 -198
  62. package/utils/style.js +24 -24
  63. package/utils/transfer-queue.js +7 -7
  64. package/utils/type.js +102 -102
  65. package/utils/crypto/aes.js +0 -23
  66. package/utils/crypto/rsa.js +0 -16
package/config/config.js CHANGED
@@ -31,6 +31,7 @@ let config = {
31
31
  errorMessage: '数据请求出错,请稍后尝试',
32
32
  nHomeRouteName: "home",
33
33
  showMenus:false,
34
+ ecagiLamboPagingTableAppId: '',
34
35
  // 查询条件title所占宽度
35
36
  labelStyle: {
36
37
  labelWidthButton: 50 /* * ratio */,
@@ -115,6 +115,7 @@ vxe-table
115
115
  --table-td-highlight-bg: #ebf7ff;
116
116
  --menu-dark-title: #333333;
117
117
  --menu-dark-active-bg: #333333;
118
+ --menu-user-subsidiary-color: rgba(255, 255, 255, 0.7);
118
119
  --menu-dark-subsidiary-color: rgba(255, 255, 255, 0.7);
119
120
  --menu-dark-group-title-color: rgba(255, 255, 255, 0.36);
120
121
  --date-picker-cell-hover-bg: #e1f0fe;
@@ -194,6 +195,7 @@ vxe-table
194
195
  --layout-active-color: #3EAF7C;
195
196
  --layout-header-color: rgba(255, 255, 255, 0.7);
196
197
  --layout-header-active-color: #fff;
198
+ --layout-header-nav-fontSize: 14px;
197
199
  --layout-header-nav-color: rgba(255, 255, 255, 0.7);
198
200
  --layout-header-nav-active-color: #fff;
199
201
  --layout-header-nav-active-font-weight: normal;
@@ -574,4 +576,3 @@ vxe-table
574
576
  --content-header-bg-color: #fff;
575
577
  --content-header-font-weight: 500;
576
578
  }
577
- /*# sourceMappingURL=atrovirens.css.map */
@@ -113,6 +113,7 @@
113
113
  --table-td-highlight-bg : @table-td-highlight-bg;
114
114
  --menu-dark-title : @menu-dark-title;
115
115
  --menu-dark-active-bg : @menu-dark-active-bg;
116
+ --menu-user-subsidiary-color : @menu-user-subsidiary-color;
116
117
  --menu-dark-subsidiary-color : @menu-dark-subsidiary-color;
117
118
  --menu-dark-group-title-color : @menu-dark-group-title-color;
118
119
  --date-picker-cell-hover-bg : @date-picker-cell-hover-bg;
@@ -208,6 +209,7 @@
208
209
  --layout-active-color : @layout-active-color;
209
210
  --layout-header-color : @layout-header-color;
210
211
  --layout-header-active-color : @layout-header-active-color;
212
+ --layout-header-nav-fontSize : @layout-header-nav-fontSize;
211
213
  --layout-header-nav-color : @layout-header-nav-color;
212
214
  --layout-header-nav-active-color : @layout-header-nav-active-color;
213
215
  --layout-header-nav-active-font-weight : @layout-header-nav-active-font-weight;
@@ -109,6 +109,7 @@
109
109
  @table-td-highlight-bg : #ebf7ff;
110
110
  @menu-dark-title : #333333;
111
111
  @menu-dark-active-bg : #333333;
112
+ @menu-user-subsidiary-color : rgba(255,255,255,.7);
112
113
  @menu-dark-subsidiary-color : rgba(255,255,255,.7);
113
114
  @menu-dark-group-title-color : rgba(255,255,255,.36);
114
115
  @date-picker-cell-hover-bg : #e1f0fe;
@@ -206,6 +207,7 @@
206
207
  @layout-active-color : @primary-color;
207
208
  @layout-header-color : @menu-dark-subsidiary-color;
208
209
  @layout-header-active-color : @white;
210
+ @layout-header-nav-fontSize : @font-size-base;
209
211
  @layout-header-nav-color : @menu-dark-subsidiary-color;
210
212
  @layout-header-nav-active-color : @white;
211
213
  @layout-header-nav-active-font-weight : normal;
@@ -115,6 +115,7 @@ vxe-table
115
115
  --table-td-highlight-bg: #ebf7ff;
116
116
  --menu-dark-title: #306BE3;
117
117
  --menu-dark-active-bg: #002c6b;
118
+ --menu-user-subsidiary-color: rgba(255, 255, 255, 0.7);
118
119
  --menu-dark-subsidiary-color: rgba(255, 255, 255, 0.7);
119
120
  --menu-dark-group-title-color: rgba(255, 255, 255, 0.36);
120
121
  --date-picker-cell-hover-bg: #e1f0fe;
@@ -194,6 +195,7 @@ vxe-table
194
195
  --layout-active-color: #306BE3;
195
196
  --layout-header-color: rgba(255, 255, 255, 0.7);
196
197
  --layout-header-active-color: #fff;
198
+ --layout-header-nav-fontSize: 14px;
197
199
  --layout-header-nav-color: rgba(255, 255, 255, 0.7);
198
200
  --layout-header-nav-active-color: #fff;
199
201
  --layout-header-nav-active-font-weight: normal;
@@ -574,4 +576,3 @@ vxe-table
574
576
  --content-header-bg-color: #fff;
575
577
  --content-header-font-weight: 500;
576
578
  }
577
- /*# sourceMappingURL=blue.css.map */
@@ -113,6 +113,7 @@
113
113
  --table-td-highlight-bg : @table-td-highlight-bg;
114
114
  --menu-dark-title : @menu-dark-title;
115
115
  --menu-dark-active-bg : @menu-dark-active-bg;
116
+ --menu-user-subsidiary-color : @menu-user-subsidiary-color;
116
117
  --menu-dark-subsidiary-color : @menu-dark-subsidiary-color;
117
118
  --menu-dark-group-title-color : @menu-dark-group-title-color;
118
119
  --date-picker-cell-hover-bg : @date-picker-cell-hover-bg;
@@ -210,6 +211,7 @@
210
211
  --layout-active-color : @layout-active-color;
211
212
  --layout-header-color : @layout-header-color;
212
213
  --layout-header-active-color : @layout-header-active-color;
214
+ --layout-header-nav-fontSize : @layout-header-nav-fontSize;
213
215
  --layout-header-nav-color : @layout-header-nav-color;
214
216
  --layout-header-nav-active-color : @layout-header-nav-active-color;
215
217
  --layout-header-nav-active-font-weight : @layout-header-nav-active-font-weight;
@@ -109,6 +109,7 @@
109
109
  @table-td-highlight-bg : #ebf7ff;
110
110
  @menu-dark-title : #306BE3;
111
111
  @menu-dark-active-bg : rgb(0, 44, 107);
112
+ @menu-user-subsidiary-color : rgba(255,255,255,.7);
112
113
  @menu-dark-subsidiary-color : rgba(255,255,255,.7);
113
114
  @menu-dark-group-title-color : rgba(255,255,255,.36);
114
115
  @date-picker-cell-hover-bg : #e1f0fe;
@@ -206,6 +207,7 @@
206
207
  @layout-active-color : @primary-color;
207
208
  @layout-header-color : @menu-dark-subsidiary-color;
208
209
  @layout-header-active-color : @white;
210
+ @layout-header-nav-fontSize : @font-size-base;
209
211
  @layout-header-nav-color : @menu-dark-subsidiary-color;
210
212
  @layout-header-nav-active-color : @white;
211
213
  @layout-header-nav-active-font-weight : normal;
@@ -82,7 +82,8 @@ vxe-table
82
82
  --black: #000;
83
83
  --body-background: #fff;
84
84
  --component-background: #fff;
85
- --font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
85
+ --font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB",
86
+ "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
86
87
  --code-family: Consolas, Menlo, Courier, monospace;
87
88
  --title-color: rgba(0, 0, 0, 0.85);
88
89
  --text-color: #515a6e;
@@ -115,6 +116,7 @@ vxe-table
115
116
  --table-td-highlight-bg: #ebf7ff;
116
117
  --menu-dark-title: #333333;
117
118
  --menu-dark-active-bg: #333333;
119
+ --menu-user-subsidiary-color: rgba(255, 255, 255, 0.7);
118
120
  --menu-dark-subsidiary-color: rgba(255, 255, 255, 0.7);
119
121
  --menu-dark-group-title-color: rgba(255, 255, 255, 0.36);
120
122
  --date-picker-cell-hover-bg: #e1f0fe;
@@ -194,6 +196,7 @@ vxe-table
194
196
  --layout-active-color: #488aff;
195
197
  --layout-header-color: rgba(255, 255, 255, 0.7);
196
198
  --layout-header-active-color: #fff;
199
+ --layout-header-nav-fontSize: 14px;
197
200
  --layout-header-nav-color: rgba(255, 255, 255, 0.7);
198
201
  --layout-header-nav-active-color: #fff;
199
202
  --layout-header-nav-active-font-weight: normal;
@@ -328,7 +331,9 @@ vxe-table
328
331
  --date-picker-width: 95%;
329
332
  /*vxe-table*/
330
333
  /*font*/
331
- --vxe-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
334
+ --vxe-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC,
335
+ Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial,
336
+ sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
332
337
  --vxe-font-size: 14px;
333
338
  --vxe-font-size-medium: 14px;
334
339
  --vxe-font-size-small: 13px;
@@ -413,8 +418,9 @@ vxe-table
413
418
  --vxe-table-column-hover-background-color: #ebf7ff;
414
419
  --vxe-table-column-current-background-color: #ebf7ff;
415
420
  --vxe-table-column-icon-border-color: #c0c4cc;
416
- --vxe-table-column-icon-border-hover-color: #515A6E;
417
- --vxe-table-column-background-image: linear-gradient(#dcdee2, #dcdee2), linear-gradient(#dcdee2, #dcdee2);
421
+ --vxe-table-column-icon-border-hover-color: #515a6e;
422
+ --vxe-table-column-background-image: linear-gradient(#dcdee2, #dcdee2),
423
+ linear-gradient(#dcdee2, #dcdee2);
418
424
  --vxe-table-cell-placeholder-color: #c5c8ce;
419
425
  --vxe-table-cell-padding-left: 9px;
420
426
  --vxe-table-cell-padding-right: 9px;
@@ -424,7 +430,7 @@ vxe-table
424
430
  --vxe-table-cell-input-height-mini: 30px;
425
431
  --vxe-table-cell-dirty-width: 5px;
426
432
  --vxe-table-cell-dirty-update-color: #f56c6c;
427
- --vxe-table-cell-dirty-insert-color: #19A15F;
433
+ --vxe-table-cell-dirty-insert-color: #19a15f;
428
434
  --vxe-table-cell-area-border-color: #488aff;
429
435
  --vxe-table-cell-area-border-width: 1px;
430
436
  --vxe-table-cell-main-area-extension-border-color: #fff;
@@ -458,7 +464,7 @@ vxe-table
458
464
  --vxe-grid-maximize-background-color: #fff;
459
465
  /*toolbar*/
460
466
  --vxe-toolbar-background-color: #fff;
461
- --vxe-toolbar-custom-active-background-color: #D9DADB;
467
+ --vxe-toolbar-custom-active-background-color: #d9dadb;
462
468
  --vxe-toolbar-panel-background-color: #fff;
463
469
  /*tooltip*/
464
470
  --vxe-tooltip-dark-color: #fff;
@@ -469,7 +475,7 @@ vxe-table
469
475
  --vxe-pager-perfect-background-color: #fff;
470
476
  --vxe-pager-perfect-button-background-color: #f4f4f5;
471
477
  /*modal*/
472
- --vxe-modal-header-background-color: #F8F8F8;
478
+ --vxe-modal-header-background-color: #f8f8f8;
473
479
  --vxe-modal-body-background-color: #fff;
474
480
  --vxe-modal-border-color: #ebeef5;
475
481
  /*checkbox*/
@@ -514,7 +520,7 @@ vxe-table
514
520
  --vxe-input-number-disabled-color: #e4e7ed;
515
521
  --vxe-input-date-festival-color: #999999;
516
522
  --vxe-input-date-festival-important-color: #488aff;
517
- --vxe-input-date-notice-background-color: #FF0000;
523
+ --vxe-input-date-notice-background-color: #ff0000;
518
524
  --vxe-input-date-picker-hover-background-color: #f2f6fc;
519
525
  --vxe-input-date-picker-selected-color: #fff;
520
526
  --vxe-input-date-time-confirm-button-color: #fff;
@@ -560,7 +566,7 @@ vxe-table
560
566
  --vxe-select-option-height-mini: 24px;
561
567
  --vxe-select-option-hover-background-color: #f5f7fa;
562
568
  --vxe-select-panel-background-color: #fff;
563
- --vxe-select-empty-color: #C0C4CC;
569
+ --vxe-select-empty-color: #c0c4cc;
564
570
  --vxe-optgroup-title-color: #909399;
565
571
  /*switch*/
566
572
  --vxe-switch-font-color: #fff;
@@ -574,4 +580,3 @@ vxe-table
574
580
  --content-header-bg-color: #fff;
575
581
  --content-header-font-weight: 500;
576
582
  }
577
- /*# sourceMappingURL=blue-white.css.map */
@@ -113,6 +113,7 @@
113
113
  --table-td-highlight-bg : @table-td-highlight-bg;
114
114
  --menu-dark-title : @menu-dark-title;
115
115
  --menu-dark-active-bg : @menu-dark-active-bg;
116
+ --menu-user-subsidiary-color : @menu-user-subsidiary-color;
116
117
  --menu-dark-subsidiary-color : @menu-dark-subsidiary-color;
117
118
  --menu-dark-group-title-color : @menu-dark-group-title-color;
118
119
  --date-picker-cell-hover-bg : @date-picker-cell-hover-bg;
@@ -209,6 +210,7 @@
209
210
  --layout-active-color : @layout-active-color;
210
211
  --layout-header-color : @layout-header-color;
211
212
  --layout-header-active-color : @layout-header-active-color;
213
+ --layout-header-nav-fontSize : @layout-header-nav-fontSize;
212
214
  --layout-header-nav-color : @layout-header-nav-color;
213
215
  --layout-header-nav-active-color : @layout-header-nav-active-color;
214
216
  --layout-header-nav-active-font-weight : @layout-header-nav-active-font-weight;
@@ -109,6 +109,7 @@
109
109
  @table-td-highlight-bg : #ebf7ff;
110
110
  @menu-dark-title : #333333;
111
111
  @menu-dark-active-bg : #333333;
112
+ @menu-user-subsidiary-color : rgba(255,255,255,.7);
112
113
  @menu-dark-subsidiary-color : rgba(255,255,255,.7);
113
114
  @menu-dark-group-title-color : rgba(255,255,255,.36);
114
115
  @date-picker-cell-hover-bg : #e1f0fe;
@@ -206,6 +207,7 @@
206
207
  @layout-active-color : @primary-color;
207
208
  @layout-header-color : @menu-dark-subsidiary-color;
208
209
  @layout-header-active-color : @white;
210
+ @layout-header-nav-fontSize : @font-size-base;
209
211
  @layout-header-nav-color : @menu-dark-subsidiary-color;
210
212
  @layout-header-nav-active-color : @white;
211
213
  @layout-header-nav-active-font-weight : normal;
@@ -115,6 +115,7 @@ vxe-table
115
115
  --table-td-highlight-bg: #ebf7ff;
116
116
  --menu-dark-title: #333333;
117
117
  --menu-dark-active-bg: #333333;
118
+ --menu-user-subsidiary-color: rgba(255, 255, 255, 0.7);
118
119
  --menu-dark-subsidiary-color: rgba(255, 255, 255, 0.7);
119
120
  --menu-dark-group-title-color: rgba(255, 255, 255, 0.36);
120
121
  --date-picker-cell-hover-bg: #e1f0fe;
@@ -194,6 +195,7 @@ vxe-table
194
195
  --layout-active-color: #488aff;
195
196
  --layout-header-color: rgba(255, 255, 255, 0.7);
196
197
  --layout-header-active-color: #fff;
198
+ --layout-header-nav-fontSize: 14px;
197
199
  --layout-header-nav-color: rgba(255, 255, 255, 0.7);
198
200
  --layout-header-nav-active-color: #fff;
199
201
  --layout-header-nav-active-font-weight: normal;
@@ -575,4 +577,3 @@ vxe-table
575
577
  --content-header-bg-color: #fff;
576
578
  --content-header-font-weight: 500;
577
579
  }
578
- /*# sourceMappingURL=blue-white-tight.css.map */
@@ -113,6 +113,7 @@
113
113
  --table-td-highlight-bg : @table-td-highlight-bg;
114
114
  --menu-dark-title : @menu-dark-title;
115
115
  --menu-dark-active-bg : @menu-dark-active-bg;
116
+ --menu-user-subsidiary-color : @menu-user-subsidiary-color;
116
117
  --menu-dark-subsidiary-color : @menu-dark-subsidiary-color;
117
118
  --menu-dark-group-title-color : @menu-dark-group-title-color;
118
119
  --date-picker-cell-hover-bg : @date-picker-cell-hover-bg;
@@ -209,6 +210,7 @@
209
210
  --layout-active-color : @layout-active-color;
210
211
  --layout-header-color : @layout-header-color;
211
212
  --layout-header-active-color : @layout-header-active-color;
213
+ --layout-header-nav-fontSize : @layout-header-nav-fontSize;
212
214
  --layout-header-nav-color : @layout-header-nav-color;
213
215
  --layout-header-nav-active-color : @layout-header-nav-active-color;
214
216
  --layout-header-nav-active-font-weight : @layout-header-nav-active-font-weight;
@@ -109,6 +109,7 @@
109
109
  @table-td-highlight-bg : #ebf7ff;
110
110
  @menu-dark-title : #333333;
111
111
  @menu-dark-active-bg : #333333;
112
+ @menu-user-subsidiary-color : rgba(255,255,255,.7);
112
113
  @menu-dark-subsidiary-color : rgba(255,255,255,.7);
113
114
  @menu-dark-group-title-color : rgba(255,255,255,.36);
114
115
  @date-picker-cell-hover-bg : #e1f0fe;
@@ -206,6 +207,7 @@
206
207
  @layout-active-color : @primary-color;
207
208
  @layout-header-color : @menu-dark-subsidiary-color;
208
209
  @layout-header-active-color : @white;
210
+ @layout-header-nav-fontSize : @font-size-base;
209
211
  @layout-header-nav-color : @menu-dark-subsidiary-color;
210
212
  @layout-header-nav-active-color : @white;
211
213
  @layout-header-nav-active-font-weight : normal;