@lambo-design/shared 1.0.0-beta.74 → 1.0.0-beta.75
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/config/themes/default/default.css +270 -0
- package/config/themes/default/default.css.map +1 -1
- package/config/themes/default/default.less +278 -0
- package/config/themes/default/var.less +280 -0
- package/package.json +23 -22
- package/utils/base64.js +126 -126
- package/utils/theme.js +5 -0
- package/config/themes/gold/var.css +0 -0
- package/config/themes/gold/var.css.map +0 -0
|
@@ -1,3 +1,31 @@
|
|
|
1
|
+
/*
|
|
2
|
+
vxe-table
|
|
3
|
+
*/
|
|
4
|
+
/*font*/
|
|
5
|
+
/*size*/
|
|
6
|
+
/*icon*/
|
|
7
|
+
/*color*/
|
|
8
|
+
/*input/radio/checkbox*/
|
|
9
|
+
/*popup*/
|
|
10
|
+
/*table*/
|
|
11
|
+
/*filter*/
|
|
12
|
+
/*menu*/
|
|
13
|
+
/*loading*/
|
|
14
|
+
/*validate*/
|
|
15
|
+
/*grid*/
|
|
16
|
+
/*toolbar*/
|
|
17
|
+
/*tooltip*/
|
|
18
|
+
/*pager*/
|
|
19
|
+
/*modal*/
|
|
20
|
+
/*checkbox*/
|
|
21
|
+
/*radio*/
|
|
22
|
+
/*button*/
|
|
23
|
+
/*input*/
|
|
24
|
+
/*textarea*/
|
|
25
|
+
/*form*/
|
|
26
|
+
/*select*/
|
|
27
|
+
/*switch*/
|
|
28
|
+
/*pulldown*/
|
|
1
29
|
:root {
|
|
2
30
|
--primary-color: #2d8cf0;
|
|
3
31
|
--primary-color-tint-20: #57a3f3;
|
|
@@ -254,5 +282,247 @@
|
|
|
254
282
|
--tab-card-bg: #f8f8f9;
|
|
255
283
|
--form-item-label-font-weight: normal;
|
|
256
284
|
--date-picker-width: 100%;
|
|
285
|
+
/*vxe-table*/
|
|
286
|
+
/*font*/
|
|
287
|
+
--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;
|
|
288
|
+
--vxe-font-size: 14px;
|
|
289
|
+
--vxe-font-size-medium: 14px;
|
|
290
|
+
--vxe-font-size-small: 13px;
|
|
291
|
+
--vxe-font-size-mini: 12px;
|
|
292
|
+
/*size*/
|
|
293
|
+
--vxe-border-radius: 6px;
|
|
294
|
+
--vxe-border-width: 1px;
|
|
295
|
+
--vxe-border-style: solid;
|
|
296
|
+
--vxe-border-color: #dcdee2;
|
|
297
|
+
/*icon*/
|
|
298
|
+
--vxe-icon-font-family: Verdana, Arial, Tahoma;
|
|
299
|
+
--vxe-icon-background-color: #fff;
|
|
300
|
+
/*color*/
|
|
301
|
+
--vxe-font-color: #515a6e;
|
|
302
|
+
--vxe-primary-color: #2d8cf0;
|
|
303
|
+
--vxe-success-color: #19be6b;
|
|
304
|
+
--vxe-info-color: #2db7f5;
|
|
305
|
+
--vxe-warning-color: #ff9900;
|
|
306
|
+
--vxe-danger-color: #ed4014;
|
|
307
|
+
--vxe-font-lighten-color: #67728b;
|
|
308
|
+
--vxe-font-lighten-color-20: #828ca3;
|
|
309
|
+
--vxe-primary-lighten-color: #5da6f3;
|
|
310
|
+
--vxe-success-lighten-color: #27e384;
|
|
311
|
+
--vxe-info-lighten-color: #5ec8f7;
|
|
312
|
+
--vxe-warning-lighten-color: #ffad33;
|
|
313
|
+
--vxe-danger-lighten-color: #f16743;
|
|
314
|
+
--vxe-font-darken-color: #3b4251;
|
|
315
|
+
--vxe-primary-darken-color: #1072da;
|
|
316
|
+
--vxe-success-darken-color: #139152;
|
|
317
|
+
--vxe-info-darken-color: #0ba1e4;
|
|
318
|
+
--vxe-warning-darken-color: #cc7a00;
|
|
319
|
+
--vxe-danger-darken-color: #bf320f;
|
|
320
|
+
--vxe-font-disabled-color: #c5c8ce;
|
|
321
|
+
--vxe-primary-disabled-color: #8cc0f7;
|
|
322
|
+
--vxe-success-disabled-color: #54e99e;
|
|
323
|
+
--vxe-info-disabled-color: #8ed8fa;
|
|
324
|
+
--vxe-warning-disabled-color: #ffc266;
|
|
325
|
+
--vxe-danger-disabled-color: #f48d73;
|
|
326
|
+
/*input/radio/checkbox*/
|
|
327
|
+
--vxe-input-border-color: #dcdee2;
|
|
328
|
+
--vxe-input-disabled-color: #c5c8ce;
|
|
329
|
+
--vxe-input-disabled-background-color: #f3f3f3;
|
|
330
|
+
--vxe-input-placeholder-color: #c5c8ce;
|
|
331
|
+
/*popup*/
|
|
332
|
+
--vxe-table-popup-border-color: #dcdee2;
|
|
333
|
+
/*table*/
|
|
334
|
+
--vxe-table-font-color: #515a6e;
|
|
335
|
+
--vxe-table-font-lighten-color-20: #828ca3;
|
|
336
|
+
--vxe-table-header-font-color: #515a6e;
|
|
337
|
+
--vxe-table-footer-font-color: #515a6e;
|
|
338
|
+
--vxe-table-border-radius: 6px;
|
|
339
|
+
--vxe-table-border-width: 1px;
|
|
340
|
+
--vxe-table-border-style: solid;
|
|
341
|
+
--vxe-table-border-color: #dcdee2;
|
|
342
|
+
--vxe-table-resizable-line-color: #e8eaec;
|
|
343
|
+
--vxe-table-resizable-drag-line-color: #2d8cf0;
|
|
344
|
+
--vxe-table-header-background-color: #f8f8f9;
|
|
345
|
+
--vxe-table-body-background-color: #fff;
|
|
346
|
+
--vxe-table-footer-background-color: #fff;
|
|
347
|
+
--vxe-table-tree-node-line-color: #909399;
|
|
348
|
+
--vxe-table-tree-node-line-style: dotted;
|
|
349
|
+
--vxe-table-header-font-weight: 700;
|
|
350
|
+
--vxe-table-row-height-default: 48px;
|
|
351
|
+
--vxe-table-row-height-medium: 44px;
|
|
352
|
+
--vxe-table-row-height-small: 40px;
|
|
353
|
+
--vxe-table-row-height-mini: 36px;
|
|
354
|
+
--vxe-table-row-line-height: 1.5;
|
|
355
|
+
--vxe-table-row-hover-background-color: #ebf7ff;
|
|
356
|
+
--vxe-table-row-striped-background-color: #f8f8f9;
|
|
357
|
+
--vxe-table-row-hover-striped-background-color: #ebf7ff;
|
|
358
|
+
--vxe-table-row-radio-checked-background-color: #ebf7ff;
|
|
359
|
+
--vxe-table-row-hover-radio-checked-background-color: #ebf7ff;
|
|
360
|
+
--vxe-table-row-checkbox-checked-background-color: #ebf7ff;
|
|
361
|
+
--vxe-table-row-hover-checkbox-checked-background-color: #ebf7ff;
|
|
362
|
+
--vxe-table-row-current-background-color: #ebf7ff;
|
|
363
|
+
--vxe-table-row-hover-current-background-color: #ebf7ff;
|
|
364
|
+
--vxe-table-column-padding-default: 13px 0;
|
|
365
|
+
--vxe-table-column-padding-medium: 11px 0;
|
|
366
|
+
--vxe-table-column-padding-small: 9px 0;
|
|
367
|
+
--vxe-table-column-padding-mini: 7px 0;
|
|
368
|
+
--vxe-table-column-hover-background-color: #ebf7ff;
|
|
369
|
+
--vxe-table-column-current-background-color: #ebf7ff;
|
|
370
|
+
--vxe-table-column-icon-border-color: #c0c4cc;
|
|
371
|
+
--vxe-table-column-icon-border-hover-color: #515A6E;
|
|
372
|
+
--vxe-table-cell-placeholder-color: #c5c8ce;
|
|
373
|
+
--vxe-table-cell-padding-left: 18px;
|
|
374
|
+
--vxe-table-cell-padding-right: 18px;
|
|
375
|
+
--vxe-table-cell-input-height-default: 42px;
|
|
376
|
+
--vxe-table-cell-input-height-medium: 38px;
|
|
377
|
+
--vxe-table-cell-input-height-small: 34px;
|
|
378
|
+
--vxe-table-cell-input-height-mini: 30px;
|
|
379
|
+
--vxe-table-cell-dirty-width: 5px;
|
|
380
|
+
--vxe-table-cell-dirty-update-color: #f56c6c;
|
|
381
|
+
--vxe-table-cell-dirty-insert-color: #19A15F;
|
|
382
|
+
--vxe-table-cell-area-border-color: #2d8cf0;
|
|
383
|
+
--vxe-table-cell-area-border-width: 1px;
|
|
384
|
+
--vxe-table-cell-main-area-extension-border-color: #fff;
|
|
385
|
+
--vxe-table-cell-main-area-extension-background-color: #2d8cf0;
|
|
386
|
+
--vxe-table-cell-extend-area-border-width: 2px;
|
|
387
|
+
--vxe-table-cell-copy-area-border-width: 3px;
|
|
388
|
+
--vxe-table-cell-active-area-border-width: 2px;
|
|
389
|
+
--vxe-table-cell-copy-area-border-color: #2d8cf0;
|
|
390
|
+
--vxe-table-cell-extend-area-border-color: #2d8cf0;
|
|
391
|
+
--vxe-table-cell-active-area-border-color: #2d8cf0;
|
|
392
|
+
--vxe-table-cell-area-background-color: rgba(64, 158, 255, 0.2);
|
|
393
|
+
--vxe-table-checkbox-range-border-width: 1px;
|
|
394
|
+
--vxe-table-checkbox-range-border-color: #006af1;
|
|
395
|
+
--vxe-table-checkbox-range-background-color: rgba(50, 128, 252, 0.2);
|
|
396
|
+
--vxe-table-fixed-left-scrolling-box-shadow: 8px 0px 10px -5px rgba(0, 0, 0, 0.12);
|
|
397
|
+
--vxe-table-fixed-right-scrolling-box-shadow: -8px 0px 10px -5px rgba(0, 0, 0, 0.12);
|
|
398
|
+
/*filter*/
|
|
399
|
+
--vxe-table-filter-panel-background-color: #fff;
|
|
400
|
+
/*menu*/
|
|
401
|
+
--vxe-table-menu-item-width: 178px;
|
|
402
|
+
--vxe-table-menu-background-color: #fff;
|
|
403
|
+
/*loading*/
|
|
404
|
+
--vxe-loading-color: #2d8cf0;
|
|
405
|
+
--vxe-loading-background-color: rgba(255, 255, 255, 0.5);
|
|
406
|
+
--vxe-loading-z-index: 999;
|
|
407
|
+
/*validate*/
|
|
408
|
+
--vxe-table-validate-error-color: #f56c6c;
|
|
409
|
+
--vxe-table-validate-tooltip-error-color: #fff;
|
|
410
|
+
--vxe-table-validate-tooltip-error-background-color: #f56c6c;
|
|
411
|
+
/*grid*/
|
|
412
|
+
--vxe-grid-maximize-background-color: #fff;
|
|
413
|
+
/*toolbar*/
|
|
414
|
+
--vxe-toolbar-background-color: #fff;
|
|
415
|
+
--vxe-toolbar-custom-active-background-color: #D9DADB;
|
|
416
|
+
--vxe-toolbar-panel-background-color: #fff;
|
|
417
|
+
/*tooltip*/
|
|
418
|
+
--vxe-tooltip-dark-color: #fff;
|
|
419
|
+
--vxe-tooltip-dark-background-color: #303133;
|
|
420
|
+
--vxe-tooltip-light-background-color: #fff;
|
|
421
|
+
/*pager*/
|
|
422
|
+
--vxe-pager-background-color: #fff;
|
|
423
|
+
--vxe-pager-perfect-background-color: #fff;
|
|
424
|
+
--vxe-pager-perfect-button-background-color: #f4f4f5;
|
|
425
|
+
/*modal*/
|
|
426
|
+
--vxe-modal-header-background-color: #F8F8F8;
|
|
427
|
+
--vxe-modal-body-background-color: #fff;
|
|
428
|
+
--vxe-modal-border-color: #ebeef5;
|
|
429
|
+
/*checkbox*/
|
|
430
|
+
--vxe-checkbox-font-size-default: 15px;
|
|
431
|
+
--vxe-checkbox-font-size-medium: 14px;
|
|
432
|
+
--vxe-checkbox-font-size-small: 13px;
|
|
433
|
+
--vxe-checkbox-font-size-mini: 12px;
|
|
434
|
+
--vxe-checkbox-checked-width: 0.32em;
|
|
435
|
+
--vxe-checkbox-checked-height: 0.64em;
|
|
436
|
+
--vxe-checkbox-indeterminate-width: 0.6em;
|
|
437
|
+
--vxe-checkbox-indeterminate-height: 2px;
|
|
438
|
+
--vxe-checkbox-border-width: 2px;
|
|
439
|
+
--vxe-checkbox-border-radius: 2px;
|
|
440
|
+
--vxe-checkbox-icon-background-color: #fff;
|
|
441
|
+
--vxe-checkbox-checked-icon-border-color: #fff;
|
|
442
|
+
--vxe-checkbox-indeterminate-icon-background-color: #fff;
|
|
443
|
+
/*radio*/
|
|
444
|
+
--vxe-radio-font-size-default: 15px;
|
|
445
|
+
--vxe-radio-font-size-medium: 14px;
|
|
446
|
+
--vxe-radio-font-size-small: 13px;
|
|
447
|
+
--vxe-radio-font-size-mini: 12px;
|
|
448
|
+
--vxe-radio-border-width: 2px;
|
|
449
|
+
--vxe-radio-icon-background-color: #fff;
|
|
450
|
+
--vxe-radio-checked-icon-background-color: #fff;
|
|
451
|
+
--vxe-radio-indeterminate-icon-background-color: #fff;
|
|
452
|
+
--vxe-radio-button-default-background-color: #fff;
|
|
453
|
+
/*button*/
|
|
454
|
+
--vxe-button-max-width: 500px;
|
|
455
|
+
--vxe-button-default-background-color: #fff;
|
|
456
|
+
--vxe-button-dropdown-panel-background-color: #fff;
|
|
457
|
+
--vxe-button-height-default: 34px;
|
|
458
|
+
--vxe-button-height-medium: 32px;
|
|
459
|
+
--vxe-button-height-small: 30px;
|
|
460
|
+
--vxe-button-height-mini: 28px;
|
|
461
|
+
--vxe-button-round-border-radius-default: 17px;
|
|
462
|
+
--vxe-button-round-border-radius-medium: 16px;
|
|
463
|
+
--vxe-button-round-border-radius-small: 15px;
|
|
464
|
+
--vxe-button-round-border-radius-mini: 14px;
|
|
465
|
+
/*input*/
|
|
466
|
+
--vxe-input-background-color: #fff;
|
|
467
|
+
--vxe-input-panel-background-color: #fff;
|
|
468
|
+
--vxe-input-number-disabled-color: #e4e7ed;
|
|
469
|
+
--vxe-input-date-festival-color: #999999;
|
|
470
|
+
--vxe-input-date-festival-important-color: #2d8cf0;
|
|
471
|
+
--vxe-input-date-notice-background-color: #FF0000;
|
|
472
|
+
--vxe-input-date-picker-hover-background-color: #f2f6fc;
|
|
473
|
+
--vxe-input-date-picker-selected-color: #fff;
|
|
474
|
+
--vxe-input-date-time-confirm-button-color: #fff;
|
|
475
|
+
--vxe-input-date-picker-festival-selected-color: #fff;
|
|
476
|
+
--vxe-input-date-picker-notice-selected-background-color: #fff;
|
|
477
|
+
--vxe-input-date-extra-color: #67c23a;
|
|
478
|
+
--vxe-input-date-extra-important-color: #fd2222;
|
|
479
|
+
--vxe-input-date-title-height-default: 30px;
|
|
480
|
+
--vxe-input-date-title-height-medium: 29px;
|
|
481
|
+
--vxe-input-date-title-height-small: 28px;
|
|
482
|
+
--vxe-input-date-title-height-mini: 26px;
|
|
483
|
+
--vxe-input-date-time-week-row-height-default: 38px;
|
|
484
|
+
--vxe-input-date-time-week-row-height-medium: 36px;
|
|
485
|
+
--vxe-input-date-time-week-row-height-small: 34px;
|
|
486
|
+
--vxe-input-date-time-week-row-height-mini: 32px;
|
|
487
|
+
--vxe-input-date-month-year-row-height-default: 48px;
|
|
488
|
+
--vxe-input-date-month-year-row-height-medium: 46px;
|
|
489
|
+
--vxe-input-date-month-year-row-height-small: 44px;
|
|
490
|
+
--vxe-input-date-month-year-row-height-mini: 42px;
|
|
491
|
+
--vxe-input-date-quarter-row-height-default: 60px;
|
|
492
|
+
--vxe-input-date-quarter-row-height-medium: 58px;
|
|
493
|
+
--vxe-input-date-quarter-row-height-small: 56px;
|
|
494
|
+
--vxe-input-date-quarter-row-height-mini: 54px;
|
|
495
|
+
--vxe-input-height-default: 34px;
|
|
496
|
+
--vxe-input-height-medium: 32px;
|
|
497
|
+
--vxe-input-height-small: 30px;
|
|
498
|
+
--vxe-input-height-mini: 28px;
|
|
499
|
+
/*textarea*/
|
|
500
|
+
--vxe-textarea-line-height: 1.5715;
|
|
501
|
+
--vxe-textarea-background-color: #fff;
|
|
502
|
+
/*form*/
|
|
503
|
+
--vxe-form-item-min-height-default: 36px;
|
|
504
|
+
--vxe-form-item-min-height-medium: 34px;
|
|
505
|
+
--vxe-form-item-min-height-small: 32px;
|
|
506
|
+
--vxe-form-item-min-height-mini: 30px;
|
|
507
|
+
--vxe-form-background-color: #fff;
|
|
508
|
+
--vxe-form-validate-error-color: #f56c6c;
|
|
509
|
+
--vxe-form-validate-error-background-color: inherit;
|
|
510
|
+
/*select*/
|
|
511
|
+
--vxe-select-option-height-default: 30px;
|
|
512
|
+
--vxe-select-option-height-medium: 28px;
|
|
513
|
+
--vxe-select-option-height-small: 26px;
|
|
514
|
+
--vxe-select-option-height-mini: 24px;
|
|
515
|
+
--vxe-select-option-hover-background-color: #f5f7fa;
|
|
516
|
+
--vxe-select-panel-background-color: #fff;
|
|
517
|
+
--vxe-select-empty-color: #C0C4CC;
|
|
518
|
+
--vxe-optgroup-title-color: #909399;
|
|
519
|
+
/*switch*/
|
|
520
|
+
--vxe-switch-font-color: #fff;
|
|
521
|
+
--vxe-switch-icon-background-color: #fff;
|
|
522
|
+
--vxe-switch-open-background-color: #2d8cf0;
|
|
523
|
+
--vxe-switch-close-background-color: rgba(0, 0, 0, 0.35);
|
|
524
|
+
--vxe-switch-disabled-background-color: rgba(0, 0, 0, 0.15);
|
|
525
|
+
/*pulldown*/
|
|
526
|
+
--vxe-pulldown-panel-background-color: #fff;
|
|
257
527
|
}
|
|
258
528
|
/*# sourceMappingURL=default.css.map */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["default.less","var.less"],"names":[],"mappings":"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","file":"default.css"}
|
|
1
|
+
{"version":3,"sources":["default.less","var.less"],"names":[],"mappings":"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","file":"default.css"}
|
|
@@ -338,4 +338,282 @@
|
|
|
338
338
|
--form-item-label-font-weight : @form-item-label-font-weight;
|
|
339
339
|
|
|
340
340
|
--date-picker-width : @date-picker-width;
|
|
341
|
+
|
|
342
|
+
|
|
343
|
+
/*vxe-table*/
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+
/*font*/
|
|
347
|
+
--vxe-font-family : @vxe-font-family;
|
|
348
|
+
--vxe-font-size : @vxe-font-size;
|
|
349
|
+
--vxe-font-size-medium : @vxe-font-size-medium;
|
|
350
|
+
--vxe-font-size-small : @vxe-font-size-small;
|
|
351
|
+
--vxe-font-size-mini : @vxe-font-size-mini;
|
|
352
|
+
|
|
353
|
+
/*size*/
|
|
354
|
+
--vxe-border-radius : @vxe-border-radius;
|
|
355
|
+
--vxe-border-width : @vxe-border-width;
|
|
356
|
+
--vxe-border-style : @vxe-border-style;
|
|
357
|
+
--vxe-border-color : @vxe-border-color;
|
|
358
|
+
|
|
359
|
+
/*icon*/
|
|
360
|
+
--vxe-icon-font-family : @vxe-icon-font-family;
|
|
361
|
+
--vxe-icon-background-color : @vxe-icon-background-color;
|
|
362
|
+
|
|
363
|
+
/*color*/
|
|
364
|
+
--vxe-font-color : @vxe-font-color;
|
|
365
|
+
--vxe-primary-color : @vxe-primary-color;
|
|
366
|
+
--vxe-success-color : @vxe-success-color;
|
|
367
|
+
--vxe-info-color : @vxe-info-color;
|
|
368
|
+
--vxe-warning-color : @vxe-warning-color;
|
|
369
|
+
--vxe-danger-color : @vxe-danger-color;
|
|
370
|
+
|
|
371
|
+
--vxe-font-lighten-color : @vxe-font-lighten-color;
|
|
372
|
+
--vxe-font-lighten-color-20 : @vxe-font-lighten-color-20;
|
|
373
|
+
--vxe-primary-lighten-color : @vxe-primary-lighten-color;
|
|
374
|
+
--vxe-success-lighten-color : @vxe-success-lighten-color;
|
|
375
|
+
--vxe-info-lighten-color : @vxe-info-lighten-color;
|
|
376
|
+
--vxe-warning-lighten-color : @vxe-warning-lighten-color;
|
|
377
|
+
--vxe-danger-lighten-color : @vxe-danger-lighten-color;
|
|
378
|
+
|
|
379
|
+
--vxe-font-darken-color : @vxe-font-darken-color;
|
|
380
|
+
--vxe-primary-darken-color : @vxe-primary-darken-color;
|
|
381
|
+
--vxe-success-darken-color : @vxe-success-darken-color;
|
|
382
|
+
--vxe-info-darken-color : @vxe-info-darken-color;
|
|
383
|
+
--vxe-warning-darken-color : @vxe-warning-darken-color;
|
|
384
|
+
--vxe-danger-darken-color : @vxe-danger-darken-color;
|
|
385
|
+
|
|
386
|
+
--vxe-font-disabled-color : @vxe-font-disabled-color;
|
|
387
|
+
--vxe-primary-disabled-color : @vxe-primary-disabled-color;
|
|
388
|
+
--vxe-success-disabled-color : @vxe-success-disabled-color;
|
|
389
|
+
--vxe-info-disabled-color : @vxe-info-disabled-color;
|
|
390
|
+
--vxe-warning-disabled-color : @vxe-warning-disabled-color;
|
|
391
|
+
--vxe-danger-disabled-color : @vxe-danger-disabled-color;
|
|
392
|
+
|
|
393
|
+
/*input/radio/checkbox*/
|
|
394
|
+
--vxe-input-border-color : @vxe-input-border-color;
|
|
395
|
+
--vxe-input-disabled-color : @vxe-input-disabled-color;
|
|
396
|
+
--vxe-input-disabled-background-color : @vxe-input-disabled-background-color;
|
|
397
|
+
--vxe-input-placeholder-color : @vxe-input-placeholder-color;
|
|
398
|
+
|
|
399
|
+
/*popup*/
|
|
400
|
+
--vxe-table-popup-border-color : @vxe-table-popup-border-color;
|
|
401
|
+
|
|
402
|
+
/*table*/
|
|
403
|
+
--vxe-table-font-color : @vxe-table-font-color;
|
|
404
|
+
--vxe-table-font-lighten-color-20 : @vxe-table-font-lighten-color-20;
|
|
405
|
+
--vxe-table-header-font-color : @vxe-table-header-font-color;
|
|
406
|
+
--vxe-table-footer-font-color : @vxe-table-footer-font-color;
|
|
407
|
+
--vxe-table-border-radius : @vxe-table-border-radius;
|
|
408
|
+
--vxe-table-border-width : @vxe-table-border-width;
|
|
409
|
+
--vxe-table-border-style : @vxe-table-border-style;
|
|
410
|
+
--vxe-table-border-color : @vxe-table-border-color;
|
|
411
|
+
--vxe-table-resizable-line-color : @vxe-table-resizable-line-color;
|
|
412
|
+
--vxe-table-resizable-drag-line-color : @vxe-table-resizable-drag-line-color;
|
|
413
|
+
--vxe-table-header-background-color : @vxe-table-header-background-color;
|
|
414
|
+
--vxe-table-body-background-color : @vxe-table-body-background-color;
|
|
415
|
+
--vxe-table-footer-background-color : @vxe-table-footer-background-color;
|
|
416
|
+
--vxe-table-tree-node-line-color : @vxe-table-tree-node-line-color;
|
|
417
|
+
--vxe-table-tree-node-line-style : @vxe-table-tree-node-line-style;
|
|
418
|
+
--vxe-table-header-font-weight : @vxe-table-header-font-weight;
|
|
419
|
+
|
|
420
|
+
--vxe-table-row-height-default : @vxe-table-row-height-default;
|
|
421
|
+
--vxe-table-row-height-medium : @vxe-table-row-height-medium;
|
|
422
|
+
--vxe-table-row-height-small : @vxe-table-row-height-small;
|
|
423
|
+
--vxe-table-row-height-mini : @vxe-table-row-height-mini;
|
|
424
|
+
--vxe-table-row-line-height : @vxe-table-row-line-height;
|
|
425
|
+
--vxe-table-row-hover-background-color : @vxe-table-row-hover-background-color;
|
|
426
|
+
--vxe-table-row-striped-background-color : @vxe-table-row-striped-background-color;
|
|
427
|
+
--vxe-table-row-hover-striped-background-color : @vxe-table-row-hover-striped-background-color;
|
|
428
|
+
--vxe-table-row-radio-checked-background-color : @vxe-table-row-radio-checked-background-color;
|
|
429
|
+
--vxe-table-row-hover-radio-checked-background-color : @vxe-table-row-hover-radio-checked-background-color;
|
|
430
|
+
--vxe-table-row-checkbox-checked-background-color : @vxe-table-row-checkbox-checked-background-color;
|
|
431
|
+
--vxe-table-row-hover-checkbox-checked-background-color : @vxe-table-row-hover-checkbox-checked-background-color;
|
|
432
|
+
--vxe-table-row-current-background-color : @vxe-table-row-current-background-color;
|
|
433
|
+
--vxe-table-row-hover-current-background-color : @vxe-table-row-hover-current-background-color;
|
|
434
|
+
|
|
435
|
+
--vxe-table-column-padding-default : @vxe-table-column-padding-default;
|
|
436
|
+
--vxe-table-column-padding-medium : @vxe-table-column-padding-medium;
|
|
437
|
+
--vxe-table-column-padding-small : @vxe-table-column-padding-small;
|
|
438
|
+
--vxe-table-column-padding-mini : @vxe-table-column-padding-mini;
|
|
439
|
+
--vxe-table-column-hover-background-color : @vxe-table-column-hover-background-color;
|
|
440
|
+
--vxe-table-column-current-background-color : @vxe-table-column-current-background-color;
|
|
441
|
+
--vxe-table-column-icon-border-color : @vxe-table-column-icon-border-color;
|
|
442
|
+
--vxe-table-column-icon-border-hover-color : @vxe-table-column-icon-border-hover-color;
|
|
443
|
+
|
|
444
|
+
--vxe-table-cell-placeholder-color : @vxe-table-cell-placeholder-color;
|
|
445
|
+
--vxe-table-cell-padding-left : @vxe-table-cell-padding-left;
|
|
446
|
+
--vxe-table-cell-padding-right : @vxe-table-cell-padding-right;
|
|
447
|
+
--vxe-table-cell-input-height-default : @vxe-table-cell-input-height-default;
|
|
448
|
+
--vxe-table-cell-input-height-medium : @vxe-table-cell-input-height-medium;
|
|
449
|
+
--vxe-table-cell-input-height-small : @vxe-table-cell-input-height-small;
|
|
450
|
+
--vxe-table-cell-input-height-mini : @vxe-table-cell-input-height-mini;
|
|
451
|
+
--vxe-table-cell-dirty-width : @vxe-table-cell-dirty-width;
|
|
452
|
+
--vxe-table-cell-dirty-update-color : @vxe-table-cell-dirty-update-color;
|
|
453
|
+
--vxe-table-cell-dirty-insert-color : @vxe-table-cell-dirty-insert-color;
|
|
454
|
+
--vxe-table-cell-area-border-color : @vxe-table-cell-area-border-color;
|
|
455
|
+
--vxe-table-cell-area-border-width : @vxe-table-cell-area-border-width;
|
|
456
|
+
--vxe-table-cell-main-area-extension-border-color : @vxe-table-cell-main-area-extension-border-color;
|
|
457
|
+
--vxe-table-cell-main-area-extension-background-color : @vxe-table-cell-main-area-extension-background-color;
|
|
458
|
+
--vxe-table-cell-extend-area-border-width : @vxe-table-cell-extend-area-border-width;
|
|
459
|
+
--vxe-table-cell-copy-area-border-width : @vxe-table-cell-copy-area-border-width;
|
|
460
|
+
--vxe-table-cell-active-area-border-width : @vxe-table-cell-active-area-border-width;
|
|
461
|
+
--vxe-table-cell-copy-area-border-color : @vxe-table-cell-copy-area-border-color;
|
|
462
|
+
--vxe-table-cell-extend-area-border-color : @vxe-table-cell-extend-area-border-color;
|
|
463
|
+
--vxe-table-cell-active-area-border-color : @vxe-table-cell-active-area-border-color;
|
|
464
|
+
--vxe-table-cell-area-background-color : @vxe-table-cell-area-background-color;
|
|
465
|
+
|
|
466
|
+
--vxe-table-checkbox-range-border-width : @vxe-table-checkbox-range-border-width;
|
|
467
|
+
--vxe-table-checkbox-range-border-color : @vxe-table-checkbox-range-border-color;
|
|
468
|
+
--vxe-table-checkbox-range-background-color : @vxe-table-checkbox-range-background-color;
|
|
469
|
+
|
|
470
|
+
--vxe-table-fixed-left-scrolling-box-shadow : @vxe-table-fixed-left-scrolling-box-shadow;
|
|
471
|
+
--vxe-table-fixed-right-scrolling-box-shadow : @vxe-table-fixed-right-scrolling-box-shadow;
|
|
472
|
+
|
|
473
|
+
/*filter*/
|
|
474
|
+
--vxe-table-filter-panel-background-color : @vxe-table-filter-panel-background-color;
|
|
475
|
+
|
|
476
|
+
/*menu*/
|
|
477
|
+
--vxe-table-menu-item-width : @vxe-table-menu-item-width;
|
|
478
|
+
--vxe-table-menu-background-color : @vxe-table-menu-background-color;
|
|
479
|
+
|
|
480
|
+
/*loading*/
|
|
481
|
+
--vxe-loading-color : @vxe-loading-color;
|
|
482
|
+
--vxe-loading-background-color : @vxe-loading-background-color;
|
|
483
|
+
--vxe-loading-z-index : @vxe-loading-z-index;
|
|
484
|
+
|
|
485
|
+
/*validate*/
|
|
486
|
+
--vxe-table-validate-error-color : @vxe-table-validate-error-color;
|
|
487
|
+
--vxe-table-validate-tooltip-error-color : @vxe-table-validate-tooltip-error-color;
|
|
488
|
+
--vxe-table-validate-tooltip-error-background-color : @vxe-table-validate-tooltip-error-background-color;
|
|
489
|
+
|
|
490
|
+
/*grid*/
|
|
491
|
+
--vxe-grid-maximize-background-color : @vxe-grid-maximize-background-color;
|
|
492
|
+
|
|
493
|
+
/*toolbar*/
|
|
494
|
+
--vxe-toolbar-background-color : @vxe-toolbar-background-color;
|
|
495
|
+
--vxe-toolbar-custom-active-background-color : @vxe-toolbar-custom-active-background-color;
|
|
496
|
+
--vxe-toolbar-panel-background-color : @vxe-toolbar-panel-background-color;
|
|
497
|
+
|
|
498
|
+
/*tooltip*/
|
|
499
|
+
--vxe-tooltip-dark-color : @vxe-tooltip-dark-color;
|
|
500
|
+
--vxe-tooltip-dark-background-color : @vxe-tooltip-dark-background-color;
|
|
501
|
+
--vxe-tooltip-light-background-color : @vxe-tooltip-light-background-color;
|
|
502
|
+
|
|
503
|
+
/*pager*/
|
|
504
|
+
--vxe-pager-background-color : @vxe-pager-background-color;
|
|
505
|
+
--vxe-pager-perfect-background-color : @vxe-pager-perfect-background-color;
|
|
506
|
+
--vxe-pager-perfect-button-background-color : @vxe-pager-perfect-button-background-color;
|
|
507
|
+
|
|
508
|
+
/*modal*/
|
|
509
|
+
--vxe-modal-header-background-color : @vxe-modal-header-background-color;
|
|
510
|
+
--vxe-modal-body-background-color : @vxe-modal-body-background-color;
|
|
511
|
+
--vxe-modal-border-color : @vxe-modal-border-color;
|
|
512
|
+
|
|
513
|
+
/*checkbox*/
|
|
514
|
+
--vxe-checkbox-font-size-default : @vxe-checkbox-font-size-default;
|
|
515
|
+
--vxe-checkbox-font-size-medium : @vxe-checkbox-font-size-medium;
|
|
516
|
+
--vxe-checkbox-font-size-small : @vxe-checkbox-font-size-small;
|
|
517
|
+
--vxe-checkbox-font-size-mini : @vxe-checkbox-font-size-mini;
|
|
518
|
+
--vxe-checkbox-checked-width : @vxe-checkbox-checked-width;
|
|
519
|
+
--vxe-checkbox-checked-height : @vxe-checkbox-checked-height;
|
|
520
|
+
--vxe-checkbox-indeterminate-width : @vxe-checkbox-indeterminate-width;
|
|
521
|
+
--vxe-checkbox-indeterminate-height : @vxe-checkbox-indeterminate-height;
|
|
522
|
+
--vxe-checkbox-border-width : @vxe-checkbox-border-width;
|
|
523
|
+
--vxe-checkbox-border-radius : @vxe-checkbox-border-radius;
|
|
524
|
+
--vxe-checkbox-icon-background-color : @vxe-checkbox-icon-background-color;
|
|
525
|
+
--vxe-checkbox-checked-icon-border-color : @vxe-checkbox-checked-icon-border-color;
|
|
526
|
+
--vxe-checkbox-indeterminate-icon-background-color : @vxe-checkbox-indeterminate-icon-background-color;
|
|
527
|
+
|
|
528
|
+
/*radio*/
|
|
529
|
+
--vxe-radio-font-size-default : @vxe-radio-font-size-default;
|
|
530
|
+
--vxe-radio-font-size-medium : @vxe-radio-font-size-medium;
|
|
531
|
+
--vxe-radio-font-size-small : @vxe-radio-font-size-small;
|
|
532
|
+
--vxe-radio-font-size-mini : @vxe-radio-font-size-mini;
|
|
533
|
+
--vxe-radio-border-width : @vxe-radio-border-width;
|
|
534
|
+
--vxe-radio-icon-background-color : @vxe-radio-icon-background-color;
|
|
535
|
+
--vxe-radio-checked-icon-background-color : @vxe-radio-checked-icon-background-color;
|
|
536
|
+
--vxe-radio-indeterminate-icon-background-color : @vxe-radio-indeterminate-icon-background-color;
|
|
537
|
+
--vxe-radio-button-default-background-color : @vxe-radio-button-default-background-color;
|
|
538
|
+
|
|
539
|
+
/*button*/
|
|
540
|
+
--vxe-button-max-width : @vxe-button-max-width;
|
|
541
|
+
--vxe-button-default-background-color : @vxe-button-default-background-color;
|
|
542
|
+
--vxe-button-dropdown-panel-background-color : @vxe-button-dropdown-panel-background-color;
|
|
543
|
+
--vxe-button-height-default : @vxe-button-height-default;
|
|
544
|
+
--vxe-button-height-medium : @vxe-button-height-medium;
|
|
545
|
+
--vxe-button-height-small : @vxe-button-height-small;
|
|
546
|
+
--vxe-button-height-mini : @vxe-button-height-mini;
|
|
547
|
+
--vxe-button-round-border-radius-default : @vxe-button-round-border-radius-default;
|
|
548
|
+
--vxe-button-round-border-radius-medium : @vxe-button-round-border-radius-medium;
|
|
549
|
+
--vxe-button-round-border-radius-small : @vxe-button-round-border-radius-small;
|
|
550
|
+
--vxe-button-round-border-radius-mini : @vxe-button-round-border-radius-mini;
|
|
551
|
+
|
|
552
|
+
/*input*/
|
|
553
|
+
--vxe-input-background-color : @vxe-input-background-color;
|
|
554
|
+
--vxe-input-panel-background-color : @vxe-input-panel-background-color;
|
|
555
|
+
--vxe-input-number-disabled-color : @vxe-input-number-disabled-color;
|
|
556
|
+
--vxe-input-date-festival-color : @vxe-input-date-festival-color;
|
|
557
|
+
--vxe-input-date-festival-important-color : @vxe-input-date-festival-important-color;
|
|
558
|
+
--vxe-input-date-notice-background-color : @vxe-input-date-notice-background-color;
|
|
559
|
+
--vxe-input-date-picker-hover-background-color : @vxe-input-date-picker-hover-background-color;
|
|
560
|
+
--vxe-input-date-picker-selected-color : @vxe-input-date-picker-selected-color;
|
|
561
|
+
--vxe-input-date-time-confirm-button-color : @vxe-input-date-time-confirm-button-color;
|
|
562
|
+
--vxe-input-date-picker-festival-selected-color : @vxe-input-date-picker-festival-selected-color;
|
|
563
|
+
--vxe-input-date-picker-notice-selected-background-color : @vxe-input-date-picker-notice-selected-background-color;
|
|
564
|
+
--vxe-input-date-extra-color : @vxe-input-date-extra-color;
|
|
565
|
+
--vxe-input-date-extra-important-color : @vxe-input-date-extra-important-color;
|
|
566
|
+
--vxe-input-date-title-height-default : @vxe-input-date-title-height-default;
|
|
567
|
+
--vxe-input-date-title-height-medium : @vxe-input-date-title-height-medium;
|
|
568
|
+
--vxe-input-date-title-height-small : @vxe-input-date-title-height-small;
|
|
569
|
+
--vxe-input-date-title-height-mini : @vxe-input-date-title-height-mini;
|
|
570
|
+
--vxe-input-date-time-week-row-height-default : @vxe-input-date-time-week-row-height-default;
|
|
571
|
+
--vxe-input-date-time-week-row-height-medium : @vxe-input-date-time-week-row-height-medium;
|
|
572
|
+
--vxe-input-date-time-week-row-height-small : @vxe-input-date-time-week-row-height-small;
|
|
573
|
+
--vxe-input-date-time-week-row-height-mini : @vxe-input-date-time-week-row-height-mini;
|
|
574
|
+
--vxe-input-date-month-year-row-height-default : @vxe-input-date-month-year-row-height-default;
|
|
575
|
+
--vxe-input-date-month-year-row-height-medium : @vxe-input-date-month-year-row-height-medium;
|
|
576
|
+
--vxe-input-date-month-year-row-height-small : @vxe-input-date-month-year-row-height-small;
|
|
577
|
+
--vxe-input-date-month-year-row-height-mini : @vxe-input-date-month-year-row-height-mini;
|
|
578
|
+
--vxe-input-date-quarter-row-height-default : @vxe-input-date-quarter-row-height-default;
|
|
579
|
+
--vxe-input-date-quarter-row-height-medium : @vxe-input-date-quarter-row-height-medium;
|
|
580
|
+
--vxe-input-date-quarter-row-height-small : @vxe-input-date-quarter-row-height-small;
|
|
581
|
+
--vxe-input-date-quarter-row-height-mini : @vxe-input-date-quarter-row-height-mini;
|
|
582
|
+
--vxe-input-height-default : @vxe-input-height-default;
|
|
583
|
+
--vxe-input-height-medium : @vxe-input-height-medium;
|
|
584
|
+
--vxe-input-height-small : @vxe-input-height-small;
|
|
585
|
+
--vxe-input-height-mini : @vxe-input-height-mini;
|
|
586
|
+
|
|
587
|
+
/*textarea*/
|
|
588
|
+
--vxe-textarea-line-height : @vxe-textarea-line-height;
|
|
589
|
+
--vxe-textarea-background-color : @vxe-textarea-background-color;
|
|
590
|
+
|
|
591
|
+
/*form*/
|
|
592
|
+
--vxe-form-item-min-height-default : @vxe-form-item-min-height-default;
|
|
593
|
+
--vxe-form-item-min-height-medium : @vxe-form-item-min-height-medium;
|
|
594
|
+
--vxe-form-item-min-height-small : @vxe-form-item-min-height-small;
|
|
595
|
+
--vxe-form-item-min-height-mini : @vxe-form-item-min-height-mini;
|
|
596
|
+
--vxe-form-background-color : @vxe-form-background-color;
|
|
597
|
+
--vxe-form-validate-error-color : @vxe-form-validate-error-color;
|
|
598
|
+
--vxe-form-validate-error-background-color : @vxe-form-validate-error-background-color;
|
|
599
|
+
|
|
600
|
+
/*select*/
|
|
601
|
+
--vxe-select-option-height-default : @vxe-select-option-height-default;
|
|
602
|
+
--vxe-select-option-height-medium : @vxe-select-option-height-medium;
|
|
603
|
+
--vxe-select-option-height-small : @vxe-select-option-height-small;
|
|
604
|
+
--vxe-select-option-height-mini : @vxe-select-option-height-mini;
|
|
605
|
+
--vxe-select-option-hover-background-color : @vxe-select-option-hover-background-color;
|
|
606
|
+
--vxe-select-panel-background-color : @vxe-select-panel-background-color;
|
|
607
|
+
--vxe-select-empty-color : @vxe-select-empty-color;
|
|
608
|
+
--vxe-optgroup-title-color : @vxe-optgroup-title-color;
|
|
609
|
+
|
|
610
|
+
/*switch*/
|
|
611
|
+
--vxe-switch-font-color : @vxe-switch-font-color;
|
|
612
|
+
--vxe-switch-icon-background-color : @vxe-switch-icon-background-color;
|
|
613
|
+
--vxe-switch-open-background-color : @vxe-switch-open-background-color;
|
|
614
|
+
--vxe-switch-close-background-color : @vxe-switch-close-background-color;
|
|
615
|
+
--vxe-switch-disabled-background-color : @vxe-switch-disabled-background-color;
|
|
616
|
+
|
|
617
|
+
/*pulldown*/
|
|
618
|
+
--vxe-pulldown-panel-background-color : @vxe-pulldown-panel-background-color;
|
|
341
619
|
}
|
|
@@ -340,3 +340,283 @@
|
|
|
340
340
|
|
|
341
341
|
|
|
342
342
|
|
|
343
|
+
|
|
344
|
+
/*
|
|
345
|
+
vxe-table
|
|
346
|
+
*/
|
|
347
|
+
/*font*/
|
|
348
|
+
@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;
|
|
349
|
+
@vxe-font-size : @font-size-base;
|
|
350
|
+
@vxe-font-size-medium : @font-size-base;
|
|
351
|
+
@vxe-font-size-small : @font-size-base - 1px;
|
|
352
|
+
@vxe-font-size-mini : @font-size-base - 2px;
|
|
353
|
+
|
|
354
|
+
/*size*/
|
|
355
|
+
@vxe-border-radius : @border-radius-base;
|
|
356
|
+
@vxe-border-width : @border-width-base;
|
|
357
|
+
@vxe-border-style : @border-style-base;
|
|
358
|
+
@vxe-border-color : @border-color-base;
|
|
359
|
+
|
|
360
|
+
/*icon*/
|
|
361
|
+
@vxe-icon-font-family : Verdana, Arial, Tahoma;
|
|
362
|
+
@vxe-icon-background-color : #fff;
|
|
363
|
+
|
|
364
|
+
/*color*/
|
|
365
|
+
@vxe-font-color : @text-color;
|
|
366
|
+
@vxe-primary-color : @primary-color;
|
|
367
|
+
@vxe-success-color : @success-color;
|
|
368
|
+
@vxe-info-color : @info-color;
|
|
369
|
+
@vxe-warning-color : @warning-color;
|
|
370
|
+
@vxe-danger-color : @error-color;
|
|
371
|
+
|
|
372
|
+
@vxe-font-lighten-color : lighten(@vxe-font-color, 10%);
|
|
373
|
+
@vxe-font-lighten-color-20 : lighten(@vxe-font-color, 20%);
|
|
374
|
+
@vxe-primary-lighten-color : lighten(@vxe-primary-color, 10%);
|
|
375
|
+
@vxe-success-lighten-color : lighten(@vxe-success-color, 10%);
|
|
376
|
+
@vxe-info-lighten-color : lighten(@vxe-info-color, 10%);
|
|
377
|
+
@vxe-warning-lighten-color : lighten(@vxe-warning-color, 10%);
|
|
378
|
+
@vxe-danger-lighten-color : lighten(@vxe-danger-color, 10%);
|
|
379
|
+
|
|
380
|
+
@vxe-font-darken-color : darken(@vxe-font-color, 10%);
|
|
381
|
+
@vxe-primary-darken-color : darken(@vxe-primary-color, 10%);
|
|
382
|
+
@vxe-success-darken-color : darken(@vxe-success-color, 10%);
|
|
383
|
+
@vxe-info-darken-color : darken(@vxe-info-color, 10%);
|
|
384
|
+
@vxe-warning-darken-color : darken(@vxe-warning-color, 10%);
|
|
385
|
+
@vxe-danger-darken-color : darken(@vxe-danger-color, 10%);
|
|
386
|
+
|
|
387
|
+
@vxe-font-disabled-color : @btn-disable-color;
|
|
388
|
+
@vxe-primary-disabled-color : lighten(@vxe-primary-color, 20%);
|
|
389
|
+
@vxe-success-disabled-color : lighten(@vxe-success-color, 20%);
|
|
390
|
+
@vxe-info-disabled-color : lighten(@vxe-info-color, 20%);
|
|
391
|
+
@vxe-warning-disabled-color : lighten(@vxe-warning-color, 20%);
|
|
392
|
+
@vxe-danger-disabled-color : lighten(@vxe-danger-color, 20%);
|
|
393
|
+
|
|
394
|
+
/*input/radio/checkbox*/
|
|
395
|
+
@vxe-input-border-color : @input-border-color;
|
|
396
|
+
@vxe-input-disabled-color : @btn-disable-color;
|
|
397
|
+
@vxe-input-disabled-background-color : @input-disabled-bg;
|
|
398
|
+
@vxe-input-placeholder-color : @input-placeholder-color;
|
|
399
|
+
|
|
400
|
+
/*popup*/
|
|
401
|
+
@vxe-table-popup-border-color : @border-color-base;
|
|
402
|
+
|
|
403
|
+
/*table*/
|
|
404
|
+
@vxe-table-font-color : @vxe-font-color;
|
|
405
|
+
@vxe-table-font-lighten-color-20 : @vxe-font-lighten-color-20;
|
|
406
|
+
@vxe-table-header-font-color : @vxe-font-color;
|
|
407
|
+
@vxe-table-footer-font-color : @vxe-font-color;
|
|
408
|
+
@vxe-table-border-radius : @vxe-border-radius;
|
|
409
|
+
@vxe-table-border-width : @border-width-base;
|
|
410
|
+
@vxe-table-border-style : @table-border-style-base;
|
|
411
|
+
@vxe-table-border-color : @border-color-base;
|
|
412
|
+
@vxe-table-resizable-line-color : @border-color-split;
|
|
413
|
+
@vxe-table-resizable-drag-line-color : @vxe-primary-color;
|
|
414
|
+
@vxe-table-header-background-color : @table-thead-bg;
|
|
415
|
+
@vxe-table-body-background-color : @body-background;
|
|
416
|
+
@vxe-table-footer-background-color : @body-background;
|
|
417
|
+
@vxe-table-tree-node-line-color : #909399;
|
|
418
|
+
@vxe-table-tree-node-line-style : dotted;
|
|
419
|
+
@vxe-table-header-font-weight : 700;
|
|
420
|
+
|
|
421
|
+
@vxe-table-row-height-default : @table-cell-height;
|
|
422
|
+
@vxe-table-row-height-medium : @table-cell-height - 4px;
|
|
423
|
+
@vxe-table-row-height-small : @table-cell-height - 8px;
|
|
424
|
+
@vxe-table-row-height-mini : @table-cell-height - 12px;
|
|
425
|
+
@vxe-table-row-line-height : @line-height-base;
|
|
426
|
+
@vxe-table-row-hover-background-color : @table-td-hover-bg;
|
|
427
|
+
@vxe-table-row-striped-background-color : @table-td-stripe-bg;
|
|
428
|
+
@vxe-table-row-hover-striped-background-color : @table-td-hover-bg;
|
|
429
|
+
@vxe-table-row-radio-checked-background-color : @table-td-highlight-bg;
|
|
430
|
+
@vxe-table-row-hover-radio-checked-background-color : @table-td-hover-bg;
|
|
431
|
+
@vxe-table-row-checkbox-checked-background-color : @table-td-highlight-bg;
|
|
432
|
+
@vxe-table-row-hover-checkbox-checked-background-color : @table-td-hover-bg;
|
|
433
|
+
@vxe-table-row-current-background-color : @table-td-highlight-bg;
|
|
434
|
+
@vxe-table-row-hover-current-background-color : @table-td-hover-bg;
|
|
435
|
+
|
|
436
|
+
@vxe-table-column-padding-default : 13px 0;
|
|
437
|
+
@vxe-table-column-padding-medium : 11px 0;
|
|
438
|
+
@vxe-table-column-padding-small : 9px 0;
|
|
439
|
+
@vxe-table-column-padding-mini : 7px 0;
|
|
440
|
+
@vxe-table-column-hover-background-color : @table-td-hover-bg;
|
|
441
|
+
@vxe-table-column-current-background-color : @table-td-highlight-bg;
|
|
442
|
+
@vxe-table-column-icon-border-color : #c0c4cc;
|
|
443
|
+
@vxe-table-column-icon-border-hover-color : #515A6E;
|
|
444
|
+
|
|
445
|
+
@vxe-table-cell-placeholder-color : @input-placeholder-color;
|
|
446
|
+
@vxe-table-cell-padding-left : @table-cell-padding-left;
|
|
447
|
+
@vxe-table-cell-padding-right : @table-cell-padding-right;
|
|
448
|
+
@vxe-table-cell-input-height-default : @vxe-table-row-height-default - 6px;
|
|
449
|
+
@vxe-table-cell-input-height-medium : @vxe-table-row-height-medium - 6px;
|
|
450
|
+
@vxe-table-cell-input-height-small : @vxe-table-row-height-small - 6px;
|
|
451
|
+
@vxe-table-cell-input-height-mini : @vxe-table-row-height-mini - 6px;
|
|
452
|
+
@vxe-table-cell-dirty-width : 5px;
|
|
453
|
+
@vxe-table-cell-dirty-update-color : #f56c6c;
|
|
454
|
+
@vxe-table-cell-dirty-insert-color : #19A15F;
|
|
455
|
+
@vxe-table-cell-area-border-color : @vxe-primary-color;
|
|
456
|
+
@vxe-table-cell-area-border-width : 1px;
|
|
457
|
+
@vxe-table-cell-main-area-extension-border-color : #fff;
|
|
458
|
+
@vxe-table-cell-main-area-extension-background-color : @vxe-primary-color;
|
|
459
|
+
@vxe-table-cell-extend-area-border-width : 2px;
|
|
460
|
+
@vxe-table-cell-copy-area-border-width : 3px;
|
|
461
|
+
@vxe-table-cell-active-area-border-width : 2px;
|
|
462
|
+
@vxe-table-cell-copy-area-border-color : @vxe-table-cell-area-border-color;
|
|
463
|
+
@vxe-table-cell-extend-area-border-color : @vxe-table-cell-area-border-color;
|
|
464
|
+
@vxe-table-cell-active-area-border-color : @vxe-table-cell-area-border-color;
|
|
465
|
+
@vxe-table-cell-area-background-color : rgba(64, 158, 255, 0.2);
|
|
466
|
+
|
|
467
|
+
@vxe-table-checkbox-range-border-width : 1px;
|
|
468
|
+
@vxe-table-checkbox-range-border-color : #006af1;
|
|
469
|
+
@vxe-table-checkbox-range-background-color : rgba(50, 128, 252, 0.2);
|
|
470
|
+
|
|
471
|
+
@vxe-table-fixed-left-scrolling-box-shadow : 8px 0px 10px -5px rgba(0, 0, 0, 0.12);
|
|
472
|
+
@vxe-table-fixed-right-scrolling-box-shadow : -8px 0px 10px -5px rgba(0, 0, 0, 0.12);
|
|
473
|
+
|
|
474
|
+
/*filter*/
|
|
475
|
+
@vxe-table-filter-panel-background-color : #fff;
|
|
476
|
+
|
|
477
|
+
/*menu*/
|
|
478
|
+
@vxe-table-menu-item-width : 178px;
|
|
479
|
+
@vxe-table-menu-background-color : #fff;
|
|
480
|
+
|
|
481
|
+
/*loading*/
|
|
482
|
+
@vxe-loading-color : @vxe-primary-color;
|
|
483
|
+
@vxe-loading-background-color : rgba(255, 255, 255, 0.5);
|
|
484
|
+
@vxe-loading-z-index : 999;
|
|
485
|
+
|
|
486
|
+
/*validate*/
|
|
487
|
+
@vxe-table-validate-error-color : #f56c6c;
|
|
488
|
+
@vxe-table-validate-tooltip-error-color : #fff;
|
|
489
|
+
@vxe-table-validate-tooltip-error-background-color : @vxe-table-validate-error-color;
|
|
490
|
+
|
|
491
|
+
/*grid*/
|
|
492
|
+
@vxe-grid-maximize-background-color : #fff;
|
|
493
|
+
|
|
494
|
+
/*toolbar*/
|
|
495
|
+
@vxe-toolbar-background-color : #fff;
|
|
496
|
+
@vxe-toolbar-custom-active-background-color : #D9DADB;
|
|
497
|
+
@vxe-toolbar-panel-background-color : #fff;
|
|
498
|
+
|
|
499
|
+
/*tooltip*/
|
|
500
|
+
@vxe-tooltip-dark-color : #fff;
|
|
501
|
+
@vxe-tooltip-dark-background-color : #303133;
|
|
502
|
+
@vxe-tooltip-light-background-color : #fff;
|
|
503
|
+
|
|
504
|
+
/*pager*/
|
|
505
|
+
@vxe-pager-background-color : #fff;
|
|
506
|
+
@vxe-pager-perfect-background-color : #fff;
|
|
507
|
+
@vxe-pager-perfect-button-background-color : #f4f4f5;
|
|
508
|
+
|
|
509
|
+
/*modal*/
|
|
510
|
+
@vxe-modal-header-background-color : #F8F8F8;
|
|
511
|
+
@vxe-modal-body-background-color : #fff;
|
|
512
|
+
@vxe-modal-border-color : #ebeef5;
|
|
513
|
+
|
|
514
|
+
/*checkbox*/
|
|
515
|
+
@vxe-checkbox-font-size-default : 15px;
|
|
516
|
+
@vxe-checkbox-font-size-medium : 14px;
|
|
517
|
+
@vxe-checkbox-font-size-small : 13px;
|
|
518
|
+
@vxe-checkbox-font-size-mini : 12px;
|
|
519
|
+
@vxe-checkbox-checked-width : 0.32em;
|
|
520
|
+
@vxe-checkbox-checked-height : 0.64em;
|
|
521
|
+
@vxe-checkbox-indeterminate-width : 0.6em;
|
|
522
|
+
@vxe-checkbox-indeterminate-height : 2px;
|
|
523
|
+
@vxe-checkbox-border-width : 2px;
|
|
524
|
+
@vxe-checkbox-border-radius : 2px;
|
|
525
|
+
@vxe-checkbox-icon-background-color : #fff;
|
|
526
|
+
@vxe-checkbox-checked-icon-border-color : #fff;
|
|
527
|
+
@vxe-checkbox-indeterminate-icon-background-color : #fff;
|
|
528
|
+
|
|
529
|
+
/*radio*/
|
|
530
|
+
@vxe-radio-font-size-default : @vxe-checkbox-font-size-default;
|
|
531
|
+
@vxe-radio-font-size-medium : @vxe-checkbox-font-size-medium;
|
|
532
|
+
@vxe-radio-font-size-small : @vxe-checkbox-font-size-small;
|
|
533
|
+
@vxe-radio-font-size-mini : @vxe-checkbox-font-size-mini;
|
|
534
|
+
@vxe-radio-border-width : @vxe-checkbox-border-width;
|
|
535
|
+
@vxe-radio-icon-background-color : #fff;
|
|
536
|
+
@vxe-radio-checked-icon-background-color : #fff;
|
|
537
|
+
@vxe-radio-indeterminate-icon-background-color : #fff;
|
|
538
|
+
@vxe-radio-button-default-background-color : #fff;
|
|
539
|
+
|
|
540
|
+
/*button*/
|
|
541
|
+
@vxe-button-max-width : 500px;
|
|
542
|
+
@vxe-button-default-background-color : #fff;
|
|
543
|
+
@vxe-button-dropdown-panel-background-color : #fff;
|
|
544
|
+
@vxe-button-height-default : 34px;
|
|
545
|
+
@vxe-button-height-medium : 32px;
|
|
546
|
+
@vxe-button-height-small : 30px;
|
|
547
|
+
@vxe-button-height-mini : 28px;
|
|
548
|
+
@vxe-button-round-border-radius-default : 17px;
|
|
549
|
+
@vxe-button-round-border-radius-medium : 16px;
|
|
550
|
+
@vxe-button-round-border-radius-small : 15px;
|
|
551
|
+
@vxe-button-round-border-radius-mini : 14px;
|
|
552
|
+
|
|
553
|
+
/*input*/
|
|
554
|
+
@vxe-input-background-color : #fff;
|
|
555
|
+
@vxe-input-panel-background-color : @vxe-input-background-color;
|
|
556
|
+
@vxe-input-number-disabled-color : #e4e7ed;
|
|
557
|
+
@vxe-input-date-festival-color : #999999;
|
|
558
|
+
@vxe-input-date-festival-important-color : @vxe-primary-color;
|
|
559
|
+
@vxe-input-date-notice-background-color : #FF0000;
|
|
560
|
+
@vxe-input-date-picker-hover-background-color : #f2f6fc;
|
|
561
|
+
@vxe-input-date-picker-selected-color : #fff;
|
|
562
|
+
@vxe-input-date-time-confirm-button-color : #fff;
|
|
563
|
+
@vxe-input-date-picker-festival-selected-color : @vxe-input-date-picker-selected-color;
|
|
564
|
+
@vxe-input-date-picker-notice-selected-background-color : @vxe-input-date-picker-selected-color;
|
|
565
|
+
@vxe-input-date-extra-color : #67c23a;
|
|
566
|
+
@vxe-input-date-extra-important-color : #fd2222;
|
|
567
|
+
@vxe-input-date-title-height-default : 30px;
|
|
568
|
+
@vxe-input-date-title-height-medium : 29px;
|
|
569
|
+
@vxe-input-date-title-height-small : 28px;
|
|
570
|
+
@vxe-input-date-title-height-mini : 26px;
|
|
571
|
+
@vxe-input-date-time-week-row-height-default : 38px;
|
|
572
|
+
@vxe-input-date-time-week-row-height-medium : 36px;
|
|
573
|
+
@vxe-input-date-time-week-row-height-small : 34px;
|
|
574
|
+
@vxe-input-date-time-week-row-height-mini : 32px;
|
|
575
|
+
@vxe-input-date-month-year-row-height-default : 48px;
|
|
576
|
+
@vxe-input-date-month-year-row-height-medium : 46px;
|
|
577
|
+
@vxe-input-date-month-year-row-height-small : 44px;
|
|
578
|
+
@vxe-input-date-month-year-row-height-mini : 42px;
|
|
579
|
+
@vxe-input-date-quarter-row-height-default : 60px;
|
|
580
|
+
@vxe-input-date-quarter-row-height-medium : 58px;
|
|
581
|
+
@vxe-input-date-quarter-row-height-small : 56px;
|
|
582
|
+
@vxe-input-date-quarter-row-height-mini : 54px;
|
|
583
|
+
@vxe-input-height-default : @vxe-button-height-default;
|
|
584
|
+
@vxe-input-height-medium : @vxe-button-height-medium;
|
|
585
|
+
@vxe-input-height-small : @vxe-button-height-small;
|
|
586
|
+
@vxe-input-height-mini : @vxe-button-height-mini;
|
|
587
|
+
@vxe-input-count-color : #999;
|
|
588
|
+
@vxe-input-count-background-color : #fff;
|
|
589
|
+
@vxe-input-count-error-color : @vxe-table-validate-error-color;
|
|
590
|
+
|
|
591
|
+
/*textarea*/
|
|
592
|
+
@vxe-textarea-line-height : 1.5715;
|
|
593
|
+
@vxe-textarea-background-color : #fff;
|
|
594
|
+
|
|
595
|
+
/*form*/
|
|
596
|
+
@vxe-form-item-min-height-default : 36px;
|
|
597
|
+
@vxe-form-item-min-height-medium : 34px;
|
|
598
|
+
@vxe-form-item-min-height-small : 32px;
|
|
599
|
+
@vxe-form-item-min-height-mini : 30px;
|
|
600
|
+
@vxe-form-background-color : #fff;
|
|
601
|
+
@vxe-form-validate-error-color : @vxe-table-validate-error-color;
|
|
602
|
+
@vxe-form-validate-error-background-color : inherit;
|
|
603
|
+
|
|
604
|
+
/*select*/
|
|
605
|
+
@vxe-select-option-height-default : 30px;
|
|
606
|
+
@vxe-select-option-height-medium : 28px;
|
|
607
|
+
@vxe-select-option-height-small : 26px;
|
|
608
|
+
@vxe-select-option-height-mini : 24px;
|
|
609
|
+
@vxe-select-option-hover-background-color : #f5f7fa;
|
|
610
|
+
@vxe-select-panel-background-color : #fff;
|
|
611
|
+
@vxe-select-empty-color : #C0C4CC;
|
|
612
|
+
@vxe-optgroup-title-color : #909399;
|
|
613
|
+
|
|
614
|
+
/*switch*/
|
|
615
|
+
@vxe-switch-font-color : #fff;
|
|
616
|
+
@vxe-switch-icon-background-color : #fff;
|
|
617
|
+
@vxe-switch-open-background-color : @vxe-primary-color;
|
|
618
|
+
@vxe-switch-close-background-color : rgba(0, 0, 0, 0.35);
|
|
619
|
+
@vxe-switch-disabled-background-color : rgba(0, 0, 0, 0.15);
|
|
620
|
+
|
|
621
|
+
/*pulldown*/
|
|
622
|
+
@vxe-pulldown-panel-background-color : #fff;
|
package/package.json
CHANGED
|
@@ -1,22 +1,23 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@lambo-design/shared",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
4
|
-
"description": "",
|
|
5
|
-
"main": "index.js",
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
|
|
10
|
-
"
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
"axios": "^0.
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"xlsx
|
|
20
|
-
"
|
|
21
|
-
}
|
|
22
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@lambo-design/shared",
|
|
3
|
+
"version": "1.0.0-beta.75",
|
|
4
|
+
"description": "",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"author": "lambo",
|
|
7
|
+
"license": "ISC",
|
|
8
|
+
"publishConfig": {
|
|
9
|
+
"access": "public",
|
|
10
|
+
"registry": "https://registry.npmjs.org/"
|
|
11
|
+
},
|
|
12
|
+
"dependencies": {
|
|
13
|
+
"axios": "^0.24.0",
|
|
14
|
+
"axios-cache-plugin": "^0.1.0",
|
|
15
|
+
"classnames": "^2.3.1",
|
|
16
|
+
"css-vars-ponyfill": "^2.4.8",
|
|
17
|
+
"moment": "2.29.4",
|
|
18
|
+
"qs": "^6.11.0",
|
|
19
|
+
"xlsx": "http://cicd.lambo.top/package/cdn/xlsx-0.19.1.tgz",
|
|
20
|
+
"xlsx-style": "^0.8.13"
|
|
21
|
+
},
|
|
22
|
+
"scripts": {}
|
|
23
|
+
}
|
package/utils/base64.js
CHANGED
|
@@ -1,126 +1,126 @@
|
|
|
1
|
-
let Base64 = {
|
|
2
|
-
Base64Chars:
|
|
3
|
-
"abcdefghijklmnopqrstuv" +
|
|
4
|
-
"wxyzABCDEFGHIJKLMNOP" +
|
|
5
|
-
"QRSTUVWXYZ0123456789@*-",
|
|
6
|
-
/**
|
|
7
|
-
* Encode a string to a Base64 string follow Bse64 regular.
|
|
8
|
-
* @param s, a normal string
|
|
9
|
-
* @return a Base64 string
|
|
10
|
-
*/
|
|
11
|
-
encode: function (s) {
|
|
12
|
-
if (!s || s.length == 0) return s;
|
|
13
|
-
|
|
14
|
-
var d = "";
|
|
15
|
-
var b = this.ucs2_utf8(s);
|
|
16
|
-
var b0, b1, b2, b3;
|
|
17
|
-
var len = b.length;
|
|
18
|
-
var i = 0;
|
|
19
|
-
while (i < len) {
|
|
20
|
-
var tmp = b[i++];
|
|
21
|
-
b0 = (tmp & 0xfc) >> 2;
|
|
22
|
-
b1 = (tmp & 0x03) << 4;
|
|
23
|
-
if (i < len) {
|
|
24
|
-
tmp = b[i++];
|
|
25
|
-
b1 |= (tmp & 0xf0) >> 4;
|
|
26
|
-
b2 = (tmp & 0x0f) << 2;
|
|
27
|
-
if (i < len) {
|
|
28
|
-
tmp = b[i++];
|
|
29
|
-
b2 |= (tmp & 0xc0) >> 6;
|
|
30
|
-
b3 = tmp & 0x3f;
|
|
31
|
-
} else {
|
|
32
|
-
b3 = 64; // 1 byte "-" is supplement
|
|
33
|
-
|
|
34
|
-
}
|
|
35
|
-
} else {
|
|
36
|
-
b2 = b3 = 64; // 2 bytes "-" are supplement
|
|
37
|
-
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
d += this.Base64Chars.charAt(b0);
|
|
41
|
-
d += this.Base64Chars.charAt(b1);
|
|
42
|
-
d += this.Base64Chars.charAt(b2);
|
|
43
|
-
d += this.Base64Chars.charAt(b3);
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
return d;
|
|
47
|
-
|
|
48
|
-
},
|
|
49
|
-
|
|
50
|
-
/**
|
|
51
|
-
* Encodes a ucs2 string to a utf8 integer array.
|
|
52
|
-
* @param s, a string
|
|
53
|
-
* @return an integer array
|
|
54
|
-
*/
|
|
55
|
-
ucs2_utf8: function (s) {
|
|
56
|
-
if (!s) return null;
|
|
57
|
-
var d = new Array();
|
|
58
|
-
if (s == "") return d;
|
|
59
|
-
|
|
60
|
-
var c = 0, i = 0, j = 0;
|
|
61
|
-
var len = s.length;
|
|
62
|
-
while (i < len) {
|
|
63
|
-
c = s.charCodeAt(i++);
|
|
64
|
-
if (c <= 0x7f) {
|
|
65
|
-
// 1 byte
|
|
66
|
-
|
|
67
|
-
d[j++] = c;
|
|
68
|
-
} else if ((c >= 0x80) && (c <= 0x7ff)) {
|
|
69
|
-
// 2 bytes
|
|
70
|
-
|
|
71
|
-
d[j++] = ((c >> 6) & 0x1f) | 0xc0;
|
|
72
|
-
d[j++] = (c & 0x3f) | 0x80;
|
|
73
|
-
} else {
|
|
74
|
-
// 3 bytes
|
|
75
|
-
|
|
76
|
-
d[j++] = (c >> 12) | 0xe0;
|
|
77
|
-
d[j++] = ((c >> 6) & 0x3f) | 0x80;
|
|
78
|
-
d[j++] = (c & 0x3f) | 0x80;
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
return d;
|
|
83
|
-
},
|
|
84
|
-
/**
|
|
85
|
-
* Encodes a utf8 integer array to a ucs2 string.
|
|
86
|
-
* @param s, an integer array
|
|
87
|
-
* @return a string
|
|
88
|
-
*/
|
|
89
|
-
utf8_ucs2: function (s) {
|
|
90
|
-
if (!s) return null;
|
|
91
|
-
var len = s.length;
|
|
92
|
-
if (len == 0) return "";
|
|
93
|
-
|
|
94
|
-
var d = "";
|
|
95
|
-
var c = 0, i = 0, tmp = 0;
|
|
96
|
-
while (i < len) {
|
|
97
|
-
c = s[i++];
|
|
98
|
-
if ((c & 0xe0) == 0xe0) {
|
|
99
|
-
// 3 bytes
|
|
100
|
-
|
|
101
|
-
tmp = (c & 0x0f) << 12;
|
|
102
|
-
c = s[i++];
|
|
103
|
-
tmp |= ((c & 0x3f) << 6);
|
|
104
|
-
c = s[i++];
|
|
105
|
-
tmp |= (c & 0x3f);
|
|
106
|
-
} else if ((c & 0xc0) == 0xc0) {
|
|
107
|
-
// 2 bytes
|
|
108
|
-
|
|
109
|
-
tmp = (c & 0x1f) << 6;
|
|
110
|
-
c = s[i++];
|
|
111
|
-
tmp |= (c & 0x3f);
|
|
112
|
-
} else {
|
|
113
|
-
// 1 byte
|
|
114
|
-
|
|
115
|
-
tmp = c;
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
d += String.fromCharCode(tmp);
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
return d;
|
|
122
|
-
}
|
|
123
|
-
};
|
|
124
|
-
export {
|
|
125
|
-
Base64
|
|
126
|
-
}
|
|
1
|
+
let Base64 = {
|
|
2
|
+
Base64Chars:
|
|
3
|
+
"abcdefghijklmnopqrstuv" +
|
|
4
|
+
"wxyzABCDEFGHIJKLMNOP" +
|
|
5
|
+
"QRSTUVWXYZ0123456789@*-",
|
|
6
|
+
/**
|
|
7
|
+
* Encode a string to a Base64 string follow Bse64 regular.
|
|
8
|
+
* @param s, a normal string
|
|
9
|
+
* @return a Base64 string
|
|
10
|
+
*/
|
|
11
|
+
encode: function (s) {
|
|
12
|
+
if (!s || s.length == 0) return s;
|
|
13
|
+
|
|
14
|
+
var d = "";
|
|
15
|
+
var b = this.ucs2_utf8(s);
|
|
16
|
+
var b0, b1, b2, b3;
|
|
17
|
+
var len = b.length;
|
|
18
|
+
var i = 0;
|
|
19
|
+
while (i < len) {
|
|
20
|
+
var tmp = b[i++];
|
|
21
|
+
b0 = (tmp & 0xfc) >> 2;
|
|
22
|
+
b1 = (tmp & 0x03) << 4;
|
|
23
|
+
if (i < len) {
|
|
24
|
+
tmp = b[i++];
|
|
25
|
+
b1 |= (tmp & 0xf0) >> 4;
|
|
26
|
+
b2 = (tmp & 0x0f) << 2;
|
|
27
|
+
if (i < len) {
|
|
28
|
+
tmp = b[i++];
|
|
29
|
+
b2 |= (tmp & 0xc0) >> 6;
|
|
30
|
+
b3 = tmp & 0x3f;
|
|
31
|
+
} else {
|
|
32
|
+
b3 = 64; // 1 byte "-" is supplement
|
|
33
|
+
|
|
34
|
+
}
|
|
35
|
+
} else {
|
|
36
|
+
b2 = b3 = 64; // 2 bytes "-" are supplement
|
|
37
|
+
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
d += this.Base64Chars.charAt(b0);
|
|
41
|
+
d += this.Base64Chars.charAt(b1);
|
|
42
|
+
d += this.Base64Chars.charAt(b2);
|
|
43
|
+
d += this.Base64Chars.charAt(b3);
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
return d;
|
|
47
|
+
|
|
48
|
+
},
|
|
49
|
+
|
|
50
|
+
/**
|
|
51
|
+
* Encodes a ucs2 string to a utf8 integer array.
|
|
52
|
+
* @param s, a string
|
|
53
|
+
* @return an integer array
|
|
54
|
+
*/
|
|
55
|
+
ucs2_utf8: function (s) {
|
|
56
|
+
if (!s) return null;
|
|
57
|
+
var d = new Array();
|
|
58
|
+
if (s == "") return d;
|
|
59
|
+
|
|
60
|
+
var c = 0, i = 0, j = 0;
|
|
61
|
+
var len = s.length;
|
|
62
|
+
while (i < len) {
|
|
63
|
+
c = s.charCodeAt(i++);
|
|
64
|
+
if (c <= 0x7f) {
|
|
65
|
+
// 1 byte
|
|
66
|
+
|
|
67
|
+
d[j++] = c;
|
|
68
|
+
} else if ((c >= 0x80) && (c <= 0x7ff)) {
|
|
69
|
+
// 2 bytes
|
|
70
|
+
|
|
71
|
+
d[j++] = ((c >> 6) & 0x1f) | 0xc0;
|
|
72
|
+
d[j++] = (c & 0x3f) | 0x80;
|
|
73
|
+
} else {
|
|
74
|
+
// 3 bytes
|
|
75
|
+
|
|
76
|
+
d[j++] = (c >> 12) | 0xe0;
|
|
77
|
+
d[j++] = ((c >> 6) & 0x3f) | 0x80;
|
|
78
|
+
d[j++] = (c & 0x3f) | 0x80;
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
return d;
|
|
83
|
+
},
|
|
84
|
+
/**
|
|
85
|
+
* Encodes a utf8 integer array to a ucs2 string.
|
|
86
|
+
* @param s, an integer array
|
|
87
|
+
* @return a string
|
|
88
|
+
*/
|
|
89
|
+
utf8_ucs2: function (s) {
|
|
90
|
+
if (!s) return null;
|
|
91
|
+
var len = s.length;
|
|
92
|
+
if (len == 0) return "";
|
|
93
|
+
|
|
94
|
+
var d = "";
|
|
95
|
+
var c = 0, i = 0, tmp = 0;
|
|
96
|
+
while (i < len) {
|
|
97
|
+
c = s[i++];
|
|
98
|
+
if ((c & 0xe0) == 0xe0) {
|
|
99
|
+
// 3 bytes
|
|
100
|
+
|
|
101
|
+
tmp = (c & 0x0f) << 12;
|
|
102
|
+
c = s[i++];
|
|
103
|
+
tmp |= ((c & 0x3f) << 6);
|
|
104
|
+
c = s[i++];
|
|
105
|
+
tmp |= (c & 0x3f);
|
|
106
|
+
} else if ((c & 0xc0) == 0xc0) {
|
|
107
|
+
// 2 bytes
|
|
108
|
+
|
|
109
|
+
tmp = (c & 0x1f) << 6;
|
|
110
|
+
c = s[i++];
|
|
111
|
+
tmp |= (c & 0x3f);
|
|
112
|
+
} else {
|
|
113
|
+
// 1 byte
|
|
114
|
+
|
|
115
|
+
tmp = c;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
d += String.fromCharCode(tmp);
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
return d;
|
|
122
|
+
}
|
|
123
|
+
};
|
|
124
|
+
export {
|
|
125
|
+
Base64
|
|
126
|
+
}
|
package/utils/theme.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import themes from "../config/themes";
|
|
2
|
+
import cssVars from "css-vars-ponyfill";
|
|
2
3
|
const changeByThemeKey = (themeKey) => {
|
|
3
4
|
if (themeKey) {
|
|
4
5
|
themes.forEach((theme) => {
|
|
@@ -14,6 +15,10 @@ const changeByThemeKey = (themeKey) => {
|
|
|
14
15
|
}
|
|
15
16
|
changeByThemeKey(themeKey);
|
|
16
17
|
}
|
|
18
|
+
cssVars({
|
|
19
|
+
rootElement: document, // default
|
|
20
|
+
include: 'link[rel=stylesheet],style'
|
|
21
|
+
});
|
|
17
22
|
return themeKey;
|
|
18
23
|
};
|
|
19
24
|
|
|
File without changes
|
|
File without changes
|