@bytenew/bn-bus-ui 1.1.404 → 1.1.406

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 (30) hide show
  1. package/common.scss +152 -113
  2. package/dist/{assocTableSearch-C5SRwFuD.js → assocTableSearch-BQ6LQEXV.js} +1 -1
  3. package/dist/bn-bus-ui.es.js +1 -1
  4. package/dist/bn-bus-ui.umd.js +21 -21
  5. package/dist/{chooseIPaasData-CdqG_7a7.js → chooseIPaasData-CeaZne60.js} +1 -1
  6. package/dist/{defaultSet-CDKSk9KP.js → defaultSet-BdFAmD9N.js} +1 -1
  7. package/dist/{formItemFooter-Db_Qcxpg.js → formItemFooter-CO8tcZR0.js} +1 -1
  8. package/dist/{funcExprDialog-D0XLPQSH.js → funcExprDialog-Bh54AejE.js} +1 -1
  9. package/dist/{index-2vZCuZSM.js → index-0ZiGvvrd.js} +2 -2
  10. package/dist/{index-BFBu9ahv.js → index-B-eQJxPQ.js} +2 -2
  11. package/dist/{index-Cu_4BnXL.js → index-BEPDkT_Y.js} +2 -2
  12. package/dist/{index-Db3E5bFt.js → index-BoLYqzdJ.js} +2 -2
  13. package/dist/{index-ApMGbmhZ.js → index-BwGM0VB5.js} +2 -2
  14. package/dist/{index-CRLvxlkc.js → index-CEewXb2C.js} +1 -1
  15. package/dist/{index-Cfz1QMUT.js → index-CJZuAn6W.js} +2 -2
  16. package/dist/{index-B-WI5uaT.js → index-C_6yzcUK.js} +3 -3
  17. package/dist/{index-D5nBJLFG.js → index-D1_I6Ovo.js} +3 -3
  18. package/dist/{index-CUIhouJC.js → index-DJD23Fuf.js} +1 -1
  19. package/dist/{index-DZb8OelX.js → index-DVeDMyMn.js} +3 -3
  20. package/dist/{index-B2pWQJjd.js → index-DzQjaKyk.js} +2 -2
  21. package/dist/{index-D6uuurY1.js → index-DzqCpn6T.js} +2 -2
  22. package/dist/{index-LbPLhYZu.js → index-Yg5dIuIh.js} +2 -2
  23. package/dist/{index-CwedRs20.js → index-pxegJub-.js} +1 -1
  24. package/dist/{index-C-ZzKgG7.js → index-tBQPKJ7B.js} +2 -2
  25. package/dist/{index-BPOd67pI.js → index-xgMJAqFY.js} +2 -2
  26. package/dist/{install-DiBE5zhB.js → install-B43KfWoN.js} +757 -754
  27. package/dist/install.css +1 -1
  28. package/dist/{setOption-BkG96uEh.js → setOption-JwR97V4g.js} +1 -1
  29. package/dist/{setRelationOption-qY2qDlYa.js → setRelationOption-DLmyegvA.js} +1 -1
  30. 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
- &.success{
152
+
153
+ &.success {
152
154
  border-color: #bee0ad;
153
155
  background: #f0f9eb;
154
156
  color: #67c23a;
155
157
  }
156
- &.info{
158
+
159
+ &.info {
157
160
  border-color: #b9d9fd;
158
161
  background: #ecf5ff;
159
162
  color: #409eff;
160
163
  }
161
- &.warn{
164
+
165
+ &.warn {
162
166
  border-color: #f0c98e;
163
167
  background: #fdf6ec;
164
168
  color: #e6a23c;
165
169
  }
166
- &.err{
170
+
171
+ &.err {
167
172
  border-color: #f2c8c8;
168
173
  background: #fef0f0;
169
174
  color: #f56c6c;
170
175
  }
171
- &.no-border{
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,100 @@ $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-border-radius20 { border-radius: 20px !important; }
504
+ */
505
+
506
+ .w-border-radius#{$i} {
507
+ border-radius: #{$i}px !important;
508
+ }
509
+ /**
510
+ * 动态生成padding和margin类
511
+ * 示例:
512
+ * .w-padding20 { padding: 20px !important; }
513
+ * .w-padding-left30 { padding-left: 30px !important; }
514
+ * .w-margin15 { margin: 15px !important; }
515
+ * .w-margin-top25 { margin-top: 25px !important; }
516
+ */
517
+ // padding类
518
+ .w-padding#{$i} {
519
+ padding: #{$i}px !important;
520
+ }
521
+
522
+ .w-padding-left#{$i} {
523
+ padding-left: #{$i}px !important;
524
+ }
525
+
526
+ .w-padding-right#{$i} {
527
+ padding-right: #{$i}px !important;
528
+ }
529
+ .w-padding-lr#{$i} {
530
+ padding-left: #{$i}px !important;
531
+ padding-right: #{$i}px !important;
532
+ }
533
+
534
+ .w-padding-top#{$i} {
535
+ padding-top: #{$i}px !important;
536
+ }
537
+
538
+ .w-padding-bottom#{$i} {
539
+ padding-bottom: #{$i}px !important;
540
+ }
541
+ .w-padding-tb#{$i} {
542
+ padding-top: #{$i}px !important;
543
+ padding-bottom: #{$i}px !important;
544
+ }
545
+
546
+ // margin类
547
+ .w-margin#{$i} {
548
+ margin: #{$i}px !important;
549
+ }
550
+
551
+ .w-margin-left#{$i} {
552
+ margin-left: #{$i}px !important;
553
+ }
554
+
555
+ .w-margin-right#{$i} {
556
+ margin-right: #{$i}px !important;
557
+ }
558
+
559
+ .w-margin-lr#{$i} {
560
+ margin-left: #{$i}px !important;
561
+ margin-right: #{$i}px !important;
562
+ }
563
+
564
+ .w-margin-top#{$i} {
565
+ margin-top: #{$i}px !important;
566
+ }
567
+
568
+ .w-margin-bottom#{$i} {
569
+ margin-bottom: #{$i}px !important;
570
+ }
571
+
572
+ .w-margin-tb#{$i} {
573
+ margin-top: #{$i}px !important;
574
+ margin-bottom: #{$i}px !important;
575
+ }
576
+ /**
577
+ * 动态生成字体大小类
578
+ * 示例:
579
+ * .w-font14 { font-size: 14px !important; }
580
+ * .w-font24 { font-size: 24px !important; }
581
+ */
582
+ .w-font#{$i} {
583
+ font-size: #{$i}px !important;
584
+ }
575
585
  }
576
586
 
577
587
  // 基础类名声明(用于编辑器自动补全)
@@ -642,11 +652,12 @@ $border-directions: (
642
652
  .w-color-coral,
643
653
  .w-color-turquoise,
644
654
  .w-color-violet,
645
- .w-color-gold
646
- {}
655
+ .w-color-gold,
656
+ .w-border-radius{
657
+ }
647
658
 
648
659
  //覆盖elementUI相关组件样式,写在最下面
649
- .el-timeline.is-start{
660
+ .el-timeline.is-start {
650
661
  padding-left: 0;
651
662
  }
652
663
 
@@ -683,6 +694,7 @@ $border-directions: (
683
694
  font-size: 12px !important;
684
695
  top: 50% !important;
685
696
  transform: translateY(-50%) !important;
697
+
686
698
  &:hover {
687
699
  color: rgba(0, 0, 0, 0.75) !important;
688
700
  }
@@ -710,6 +722,33 @@ $border-directions: (
710
722
  color: #4D4D4D !important;
711
723
  }
712
724
 
713
- .el-button{
725
+ .el-button {
714
726
  border-radius: 4px;
715
727
  }
728
+
729
+ /* 统一修改 element 走马灯组件样式 */
730
+ .el-carousel.el-carousel--horizontal {
731
+ border-radius: 18px;
732
+ overflow: hidden;
733
+ border: 1px solid #e4e7ed;
734
+ }
735
+
736
+ .el-carousel__item {
737
+ border-radius: 18px;
738
+ }
739
+
740
+ .el-carousel__indicator {
741
+ .el-carousel__button {
742
+ height: 8px;
743
+ width: 8px;
744
+ border-radius: 4px;
745
+ background: #d7d5d5;
746
+ }
747
+
748
+ &.is-active {
749
+ .el-carousel__button {
750
+ background: #fff;
751
+ width: 24px;
752
+ }
753
+ }
754
+ }
@@ -1,5 +1,5 @@
1
1
  import { cloneDeep as w } from "lodash";
2
- import { _ as R, a4 as T } from "./install-DiBE5zhB.js";
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: "",
@@ -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-DiBE5zhB.js";
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,