@bytenew/bn-bus-ui 1.1.405 → 1.1.407
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/common.scss +173 -113
- package/dist/{assocTableSearch-DkTLR5bM.js → assocTableSearch-BQ6LQEXV.js} +1 -1
- package/dist/bn-bus-ui.es.js +1 -1
- package/dist/bn-bus-ui.umd.js +19 -19
- package/dist/{chooseIPaasData-BvADfAnh.js → chooseIPaasData-CeaZne60.js} +1 -1
- package/dist/{defaultSet-DTcBPpxd.js → defaultSet-BdFAmD9N.js} +1 -1
- package/dist/{formItemFooter-LtqSyhrk.js → formItemFooter-CO8tcZR0.js} +1 -1
- package/dist/{funcExprDialog-BDlIX9OQ.js → funcExprDialog-Bh54AejE.js} +1 -1
- package/dist/{index-AcgcfhNp.js → index-0ZiGvvrd.js} +2 -2
- package/dist/{index-DxY2lmN8.js → index-B-eQJxPQ.js} +2 -2
- package/dist/{index-Dag0KU2R.js → index-BEPDkT_Y.js} +2 -2
- package/dist/{index-DgLMfpsD.js → index-BoLYqzdJ.js} +2 -2
- package/dist/{index-AGD6SMfV.js → index-BwGM0VB5.js} +2 -2
- package/dist/{index-D26rGogg.js → index-CEewXb2C.js} +1 -1
- package/dist/{index-YnSxlPzn.js → index-CJZuAn6W.js} +2 -2
- package/dist/{index-2SeGmnSO.js → index-C_6yzcUK.js} +3 -3
- package/dist/{index-C60WfuFi.js → index-D1_I6Ovo.js} +3 -3
- package/dist/{index-Dfk2UfK2.js → index-DJD23Fuf.js} +1 -1
- package/dist/{index-BJ2ohvYO.js → index-DVeDMyMn.js} +3 -3
- package/dist/{index-BGa6312z.js → index-DzQjaKyk.js} +2 -2
- package/dist/{index-974V8FR0.js → index-DzqCpn6T.js} +2 -2
- package/dist/{index-_pYfDOwJ.js → index-Yg5dIuIh.js} +2 -2
- package/dist/{index-1LBid9RF.js → index-pxegJub-.js} +1 -1
- package/dist/{index-DcgGLyjJ.js → index-tBQPKJ7B.js} +2 -2
- package/dist/{index-Dy4fWNue.js → index-xgMJAqFY.js} +2 -2
- package/dist/{install-DcXNJfvg.js → install-B43KfWoN.js} +59 -51
- package/dist/install.css +1 -1
- package/dist/{setOption-DW4pwjX5.js → setOption-JwR97V4g.js} +1 -1
- package/dist/{setRelationOption-i7GJmSTi.js → setRelationOption-DLmyegvA.js} +1 -1
- package/package.json +1 -1
package/common.scss
CHANGED
|
@@ -139,8 +139,9 @@ a:link {
|
|
|
139
139
|
color: #999;
|
|
140
140
|
text-align: center;
|
|
141
141
|
}
|
|
142
|
+
|
|
142
143
|
//文案提示样式
|
|
143
|
-
.w-tip{
|
|
144
|
+
.w-tip {
|
|
144
145
|
font-size: 14px;
|
|
145
146
|
padding: 10px;
|
|
146
147
|
border: 1px solid;
|
|
@@ -148,31 +149,36 @@ a:link {
|
|
|
148
149
|
border-color: #eee;
|
|
149
150
|
background: #FAFAFA;
|
|
150
151
|
color: #666;
|
|
151
|
-
|
|
152
|
+
|
|
153
|
+
&.success {
|
|
152
154
|
border-color: #bee0ad;
|
|
153
155
|
background: #f0f9eb;
|
|
154
156
|
color: #67c23a;
|
|
155
157
|
}
|
|
156
|
-
|
|
158
|
+
|
|
159
|
+
&.info {
|
|
157
160
|
border-color: #b9d9fd;
|
|
158
161
|
background: #ecf5ff;
|
|
159
162
|
color: #409eff;
|
|
160
163
|
}
|
|
161
|
-
|
|
164
|
+
|
|
165
|
+
&.warn {
|
|
162
166
|
border-color: #f0c98e;
|
|
163
167
|
background: #fdf6ec;
|
|
164
168
|
color: #e6a23c;
|
|
165
169
|
}
|
|
166
|
-
|
|
170
|
+
|
|
171
|
+
&.err {
|
|
167
172
|
border-color: #f2c8c8;
|
|
168
173
|
background: #fef0f0;
|
|
169
174
|
color: #f56c6c;
|
|
170
175
|
}
|
|
171
|
-
|
|
176
|
+
|
|
177
|
+
&.no-border {
|
|
172
178
|
border: none;
|
|
173
179
|
}
|
|
174
180
|
|
|
175
|
-
&-num{
|
|
181
|
+
&-num {
|
|
176
182
|
font-size: 14px;
|
|
177
183
|
font-weight: bold;
|
|
178
184
|
color: #409EFF;
|
|
@@ -188,6 +194,7 @@ a:link {
|
|
|
188
194
|
display: -ms-flexbox;
|
|
189
195
|
flex-wrap: wrap;
|
|
190
196
|
}
|
|
197
|
+
|
|
191
198
|
/*
|
|
192
199
|
左右方向
|
|
193
200
|
flex-start(默认值):左对齐
|
|
@@ -204,6 +211,7 @@ space-around:每个项目两侧的间隔相等。所以,项目之间的间
|
|
|
204
211
|
display: -ms-flexbox;
|
|
205
212
|
justify-content: space-between;
|
|
206
213
|
}
|
|
214
|
+
|
|
207
215
|
//左右靠左
|
|
208
216
|
.w-flex-left {
|
|
209
217
|
display: flex;
|
|
@@ -212,6 +220,7 @@ space-around:每个项目两侧的间隔相等。所以,项目之间的间
|
|
|
212
220
|
display: -ms-flexbox;
|
|
213
221
|
justify-content: flex-start;
|
|
214
222
|
}
|
|
223
|
+
|
|
215
224
|
//左右靠右
|
|
216
225
|
.w-flex-right {
|
|
217
226
|
display: flex;
|
|
@@ -220,6 +229,7 @@ space-around:每个项目两侧的间隔相等。所以,项目之间的间
|
|
|
220
229
|
display: -ms-flexbox;
|
|
221
230
|
justify-content: flex-end;
|
|
222
231
|
}
|
|
232
|
+
|
|
223
233
|
//横向居中,左右居中
|
|
224
234
|
.w-flex-lrCenter {
|
|
225
235
|
display: flex;
|
|
@@ -242,16 +252,19 @@ stretch(默认值):如果项目未设置高度或设为auto,将占满整
|
|
|
242
252
|
display: flex;
|
|
243
253
|
align-items: center;
|
|
244
254
|
}
|
|
255
|
+
|
|
245
256
|
//上下靠上
|
|
246
257
|
.w-flex-top {
|
|
247
258
|
display: flex;
|
|
248
259
|
align-items: flex-start;
|
|
249
260
|
}
|
|
261
|
+
|
|
250
262
|
//上下靠下
|
|
251
263
|
.w-flex-bottom {
|
|
252
264
|
display: flex;
|
|
253
265
|
align-items: flex-end;
|
|
254
266
|
}
|
|
267
|
+
|
|
255
268
|
//上下靠下
|
|
256
269
|
.w-flex-baseline {
|
|
257
270
|
display: flex;
|
|
@@ -328,94 +341,6 @@ stretch(默认值):如果项目未设置高度或设为auto,将占满整
|
|
|
328
341
|
outline: none;
|
|
329
342
|
}
|
|
330
343
|
|
|
331
|
-
/**
|
|
332
|
-
* 动态生成padding和margin类
|
|
333
|
-
* 范围:0-50px
|
|
334
|
-
* 示例:
|
|
335
|
-
* .w-padding20 { padding: 20px !important; }
|
|
336
|
-
* .w-padding-left30 { padding-left: 30px !important; }
|
|
337
|
-
* .w-margin15 { margin: 15px !important; }
|
|
338
|
-
* .w-margin-top25 { margin-top: 25px !important; }
|
|
339
|
-
*/
|
|
340
|
-
@for $i from 0 through 60 {
|
|
341
|
-
// padding类
|
|
342
|
-
.w-padding#{$i} {
|
|
343
|
-
padding: #{$i}px !important;
|
|
344
|
-
}
|
|
345
|
-
|
|
346
|
-
.w-padding-left#{$i} {
|
|
347
|
-
padding-left: #{$i}px !important;
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
.w-padding-right#{$i} {
|
|
351
|
-
padding-right: #{$i}px !important;
|
|
352
|
-
}
|
|
353
|
-
.w-padding-lr#{$i} {
|
|
354
|
-
padding-left: #{$i}px !important;
|
|
355
|
-
padding-right: #{$i}px !important;
|
|
356
|
-
}
|
|
357
|
-
|
|
358
|
-
.w-padding-top#{$i} {
|
|
359
|
-
padding-top: #{$i}px !important;
|
|
360
|
-
}
|
|
361
|
-
|
|
362
|
-
.w-padding-bottom#{$i} {
|
|
363
|
-
padding-bottom: #{$i}px !important;
|
|
364
|
-
}
|
|
365
|
-
.w-padding-tb#{$i} {
|
|
366
|
-
padding-top: #{$i}px !important;
|
|
367
|
-
padding-bottom: #{$i}px !important;
|
|
368
|
-
}
|
|
369
|
-
|
|
370
|
-
// margin类
|
|
371
|
-
.w-margin#{$i} {
|
|
372
|
-
margin: #{$i}px !important;
|
|
373
|
-
}
|
|
374
|
-
|
|
375
|
-
.w-margin-left#{$i} {
|
|
376
|
-
margin-left: #{$i}px !important;
|
|
377
|
-
}
|
|
378
|
-
|
|
379
|
-
.w-margin-right#{$i} {
|
|
380
|
-
margin-right: #{$i}px !important;
|
|
381
|
-
}
|
|
382
|
-
|
|
383
|
-
.w-margin-lr#{$i} {
|
|
384
|
-
margin-left: #{$i}px !important;
|
|
385
|
-
margin-right: #{$i}px !important;
|
|
386
|
-
}
|
|
387
|
-
|
|
388
|
-
.w-margin-top#{$i} {
|
|
389
|
-
margin-top: #{$i}px !important;
|
|
390
|
-
}
|
|
391
|
-
|
|
392
|
-
.w-margin-bottom#{$i} {
|
|
393
|
-
margin-bottom: #{$i}px !important;
|
|
394
|
-
}
|
|
395
|
-
|
|
396
|
-
.w-margin-tb#{$i} {
|
|
397
|
-
margin-top: #{$i}px !important;
|
|
398
|
-
margin-bottom: #{$i}px !important;
|
|
399
|
-
}
|
|
400
|
-
}
|
|
401
|
-
|
|
402
|
-
/**
|
|
403
|
-
* 动态生成字体大小类
|
|
404
|
-
* 范围:12-50px
|
|
405
|
-
* 示例:
|
|
406
|
-
* .w-font14 { font-size: 14px !important; }
|
|
407
|
-
* .w-font24 { font-size: 24px !important; }
|
|
408
|
-
*/
|
|
409
|
-
@for $i from 10 through 60 {
|
|
410
|
-
.w-font#{$i} {
|
|
411
|
-
font-size: #{$i}px !important;
|
|
412
|
-
}
|
|
413
|
-
}
|
|
414
|
-
|
|
415
|
-
.w-font-weight {
|
|
416
|
-
font-weight: bold;
|
|
417
|
-
}
|
|
418
|
-
|
|
419
344
|
/**
|
|
420
345
|
* 动态生成字重类
|
|
421
346
|
* 范围:100-900,步进值100
|
|
@@ -429,17 +354,8 @@ stretch(默认值):如果项目未设置高度或设为auto,将占满整
|
|
|
429
354
|
}
|
|
430
355
|
}
|
|
431
356
|
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
* 范围:10-100px
|
|
435
|
-
* 示例:
|
|
436
|
-
* .w-line-height32 { line-height: 32px !important; }
|
|
437
|
-
* .w-line-height40 { line-height: 40px !important; }
|
|
438
|
-
*/
|
|
439
|
-
@for $i from 10 through 100 {
|
|
440
|
-
.w-line-height#{$i} {
|
|
441
|
-
line-height: #{$i}px !important;
|
|
442
|
-
}
|
|
357
|
+
.w-font-weight {
|
|
358
|
+
font-weight: bold;
|
|
443
359
|
}
|
|
444
360
|
|
|
445
361
|
//添加下划线
|
|
@@ -546,15 +462,15 @@ $border-directions: (
|
|
|
546
462
|
}
|
|
547
463
|
}
|
|
548
464
|
|
|
549
|
-
|
|
465
|
+
//0到100的循环生成类
|
|
466
|
+
@for $i from 0 through 100 {
|
|
467
|
+
/**
|
|
550
468
|
* 动态生成flex间隔类
|
|
551
|
-
* 范围:10-30px
|
|
552
469
|
* 示例:
|
|
553
470
|
* .w-flex-gap10 { gap: 10px !important; }
|
|
554
471
|
* .w-flex-column-gap20 { column-gap: 20px !important; }
|
|
555
472
|
* .w-flex-row-gap15 { row-gap: 15px !important; }
|
|
556
473
|
*/
|
|
557
|
-
@for $i from 1 through 50 {
|
|
558
474
|
// 普通间隔(行列间隔相同)
|
|
559
475
|
.w-flex-gap#{$i} {
|
|
560
476
|
display: flex;
|
|
@@ -572,6 +488,112 @@ $border-directions: (
|
|
|
572
488
|
display: flex;
|
|
573
489
|
row-gap: #{$i}px !important;
|
|
574
490
|
}
|
|
491
|
+
/**
|
|
492
|
+
* 动态生成行高类
|
|
493
|
+
* 示例:
|
|
494
|
+
* .w-line-height32 { line-height: 32px !important; }
|
|
495
|
+
* .w-line-height40 { line-height: 40px !important; }
|
|
496
|
+
*/
|
|
497
|
+
.w-line-height#{$i} {
|
|
498
|
+
line-height: #{$i}px !important;
|
|
499
|
+
}
|
|
500
|
+
/**
|
|
501
|
+
* 动态生成圆角类
|
|
502
|
+
* 示例:
|
|
503
|
+
* .w-radius20 { radius: 20px !important; }
|
|
504
|
+
*/
|
|
505
|
+
|
|
506
|
+
.w-radius#{$i} {
|
|
507
|
+
border-radius: #{$i}px !important;
|
|
508
|
+
}
|
|
509
|
+
.w-radius-bl#{$i} {
|
|
510
|
+
border-bottom-left-radius: #{$i}px !important;
|
|
511
|
+
}
|
|
512
|
+
.w-radius-br#{$i} {
|
|
513
|
+
border-bottom-right-radius: #{$i}px !important;
|
|
514
|
+
}
|
|
515
|
+
.w-radius-tl#{$i} {
|
|
516
|
+
border-top-left-radius: #{$i}px !important;
|
|
517
|
+
}
|
|
518
|
+
.w-radius-tr#{$i} {
|
|
519
|
+
border-top-right-radius: #{$i}px !important;
|
|
520
|
+
}
|
|
521
|
+
/**
|
|
522
|
+
* 动态生成padding和margin类
|
|
523
|
+
* 示例:
|
|
524
|
+
* .w-padding20 { padding: 20px !important; }
|
|
525
|
+
* .w-padding-left30 { padding-left: 30px !important; }
|
|
526
|
+
* .w-margin15 { margin: 15px !important; }
|
|
527
|
+
* .w-margin-top25 { margin-top: 25px !important; }
|
|
528
|
+
*/
|
|
529
|
+
// padding类
|
|
530
|
+
.w-padding#{$i} {
|
|
531
|
+
padding: #{$i}px !important;
|
|
532
|
+
}
|
|
533
|
+
|
|
534
|
+
.w-padding-left#{$i} {
|
|
535
|
+
padding-left: #{$i}px !important;
|
|
536
|
+
}
|
|
537
|
+
|
|
538
|
+
.w-padding-right#{$i} {
|
|
539
|
+
padding-right: #{$i}px !important;
|
|
540
|
+
}
|
|
541
|
+
.w-padding-lr#{$i} {
|
|
542
|
+
padding-left: #{$i}px !important;
|
|
543
|
+
padding-right: #{$i}px !important;
|
|
544
|
+
}
|
|
545
|
+
|
|
546
|
+
.w-padding-top#{$i} {
|
|
547
|
+
padding-top: #{$i}px !important;
|
|
548
|
+
}
|
|
549
|
+
|
|
550
|
+
.w-padding-bottom#{$i} {
|
|
551
|
+
padding-bottom: #{$i}px !important;
|
|
552
|
+
}
|
|
553
|
+
.w-padding-tb#{$i} {
|
|
554
|
+
padding-top: #{$i}px !important;
|
|
555
|
+
padding-bottom: #{$i}px !important;
|
|
556
|
+
}
|
|
557
|
+
|
|
558
|
+
// margin类
|
|
559
|
+
.w-margin#{$i} {
|
|
560
|
+
margin: #{$i}px !important;
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
.w-margin-left#{$i} {
|
|
564
|
+
margin-left: #{$i}px !important;
|
|
565
|
+
}
|
|
566
|
+
|
|
567
|
+
.w-margin-right#{$i} {
|
|
568
|
+
margin-right: #{$i}px !important;
|
|
569
|
+
}
|
|
570
|
+
|
|
571
|
+
.w-margin-lr#{$i} {
|
|
572
|
+
margin-left: #{$i}px !important;
|
|
573
|
+
margin-right: #{$i}px !important;
|
|
574
|
+
}
|
|
575
|
+
|
|
576
|
+
.w-margin-top#{$i} {
|
|
577
|
+
margin-top: #{$i}px !important;
|
|
578
|
+
}
|
|
579
|
+
|
|
580
|
+
.w-margin-bottom#{$i} {
|
|
581
|
+
margin-bottom: #{$i}px !important;
|
|
582
|
+
}
|
|
583
|
+
|
|
584
|
+
.w-margin-tb#{$i} {
|
|
585
|
+
margin-top: #{$i}px !important;
|
|
586
|
+
margin-bottom: #{$i}px !important;
|
|
587
|
+
}
|
|
588
|
+
/**
|
|
589
|
+
* 动态生成字体大小类
|
|
590
|
+
* 示例:
|
|
591
|
+
* .w-font14 { font-size: 14px !important; }
|
|
592
|
+
* .w-font24 { font-size: 24px !important; }
|
|
593
|
+
*/
|
|
594
|
+
.w-font#{$i} {
|
|
595
|
+
font-size: #{$i}px !important;
|
|
596
|
+
}
|
|
575
597
|
}
|
|
576
598
|
|
|
577
599
|
// 基础类名声明(用于编辑器自动补全)
|
|
@@ -642,11 +664,17 @@ $border-directions: (
|
|
|
642
664
|
.w-color-coral,
|
|
643
665
|
.w-color-turquoise,
|
|
644
666
|
.w-color-violet,
|
|
645
|
-
.w-color-gold
|
|
646
|
-
|
|
667
|
+
.w-color-gold,
|
|
668
|
+
.w-radius,
|
|
669
|
+
.w-radius-bl,
|
|
670
|
+
.w-radius-br,
|
|
671
|
+
.w-radius-tl,
|
|
672
|
+
.w-radius-tr
|
|
673
|
+
{
|
|
674
|
+
}
|
|
647
675
|
|
|
648
676
|
//覆盖elementUI相关组件样式,写在最下面
|
|
649
|
-
.el-timeline.is-start{
|
|
677
|
+
.el-timeline.is-start {
|
|
650
678
|
padding-left: 0;
|
|
651
679
|
}
|
|
652
680
|
|
|
@@ -683,6 +711,7 @@ $border-directions: (
|
|
|
683
711
|
font-size: 12px !important;
|
|
684
712
|
top: 50% !important;
|
|
685
713
|
transform: translateY(-50%) !important;
|
|
714
|
+
|
|
686
715
|
&:hover {
|
|
687
716
|
color: rgba(0, 0, 0, 0.75) !important;
|
|
688
717
|
}
|
|
@@ -710,6 +739,37 @@ $border-directions: (
|
|
|
710
739
|
color: #4D4D4D !important;
|
|
711
740
|
}
|
|
712
741
|
|
|
713
|
-
.el-button{
|
|
742
|
+
.el-button {
|
|
714
743
|
border-radius: 4px;
|
|
715
744
|
}
|
|
745
|
+
|
|
746
|
+
/* 统一修改 element 走马灯组件样式 */
|
|
747
|
+
.el-carousel.el-carousel--horizontal {
|
|
748
|
+
border-radius: 18px;
|
|
749
|
+
overflow: hidden;
|
|
750
|
+
border: 1px solid #e4e7ed;
|
|
751
|
+
}
|
|
752
|
+
|
|
753
|
+
.el-carousel__item {
|
|
754
|
+
border-radius: 18px;
|
|
755
|
+
}
|
|
756
|
+
|
|
757
|
+
.el-carousel__indicator {
|
|
758
|
+
.el-carousel__button {
|
|
759
|
+
height: 8px;
|
|
760
|
+
width: 8px;
|
|
761
|
+
border-radius: 4px;
|
|
762
|
+
background: #d7d5d5;
|
|
763
|
+
}
|
|
764
|
+
|
|
765
|
+
&.is-active {
|
|
766
|
+
.el-carousel__button {
|
|
767
|
+
background: #fff;
|
|
768
|
+
width: 24px;
|
|
769
|
+
}
|
|
770
|
+
}
|
|
771
|
+
}
|
|
772
|
+
//输入框圆角修改为8px
|
|
773
|
+
.el-input__wrapper{
|
|
774
|
+
border-radius: 8px;
|
|
775
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { cloneDeep as w } from "lodash";
|
|
2
|
-
import { _ as R, a4 as T } from "./install-
|
|
2
|
+
import { _ as R, a4 as T } from "./install-B43KfWoN.js";
|
|
3
3
|
import { resolveComponent as h, resolveDirective as I, openBlock as b, createBlock as _, withCtx as c, withDirectives as V, createElementBlock as v, createElementVNode as t, createVNode as i, createTextVNode as D, Fragment as x, renderList as U, createCommentVNode as k } from "vue";
|
|
4
4
|
const F = {
|
|
5
5
|
id: "",
|
package/dist/bn-bus-ui.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { B as e, a as o, b as r, c as t, e as B, f as i, g as m, h as l, i as d, j as F, k as p, l as C, m as c, n as g, o as u, p as h, q as D, r as S, s as b, t as f, u as x, v as O, w as R, x as y, y as A, z as T, A as V, C as k, D as v, E as w, F as E, G as I, H as G, I as J, J as L, K as N, L as P, M as W, N as M, O as U, d as j, R as q, T as z, U as H, V as K, W as Y, Y as $, $ as Q, a0 as X, a1 as Z, a2 as _, a3 as aa, a4 as sa, a5 as na } from "./install-
|
|
1
|
+
import { B as e, a as o, b as r, c as t, e as B, f as i, g as m, h as l, i as d, j as F, k as p, l as C, m as c, n as g, o as u, p as h, q as D, r as S, s as b, t as f, u as x, v as O, w as R, x as y, y as A, z as T, A as V, C as k, D as v, E as w, F as E, G as I, H as G, I as J, J as L, K as N, L as P, M as W, N as M, O as U, d as j, R as q, T as z, U as H, V as K, W as Y, Y as $, $ as Q, a0 as X, a1 as Z, a2 as _, a3 as aa, a4 as sa, a5 as na } from "./install-B43KfWoN.js";
|
|
2
2
|
import "vue";
|
|
3
3
|
export {
|
|
4
4
|
e as BnAddress,
|