n20-common-lib 1.3.36 → 1.3.39

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 (57) hide show
  1. package/package.json +2 -2
  2. package/src/assets/css/_coreLib.scss +0 -1
  3. package/src/assets/css/alert.scss +2 -5
  4. package/src/assets/css/cl-form-item.scss +24 -10
  5. package/src/assets/css/normalize.scss +125 -5
  6. package/src/assets/getJsonc.js +4 -1
  7. package/src/assets/realUrl.js +2 -1
  8. package/src/components/Anchor/AnchorItem.vue +1 -1
  9. package/src/components/Button/button-group.vue +0 -6
  10. package/src/components/DatePicker/index.vue +6 -0
  11. package/src/components/DatePicker/por.vue +2 -0
  12. package/src/components/ECharts/index.vue +0 -1
  13. package/src/components/EventBubble/demo/a.vue +1 -1
  14. package/src/components/EventBubble/demo/b.vue +1 -1
  15. package/src/components/EventBubble/demo/c.vue +2 -2
  16. package/src/components/FileImport/index.vue +101 -2
  17. package/src/components/Filters/form-item-input.vue +0 -1
  18. package/src/components/Filters/indexO.vue +14 -12
  19. package/src/components/FlowStep/index.vue +50 -27
  20. package/src/components/InputNumber/index.vue +6 -1
  21. package/src/components/InputNumber/numberRange.vue +17 -2
  22. package/src/components/Layout/HeaderWrap/index.vue +1 -7
  23. package/src/components/Layout/TabsNav/index.vue +1 -2
  24. package/src/components/Layout/index.vue +1 -1
  25. package/src/components/LoginTemporary/index.vue +43 -32
  26. package/src/components/LoginTemporary/retrievePw.vue +6 -3
  27. package/src/components/MoreTab/index.vue +1 -4
  28. package/src/components/PageHeader/index.vue +5 -2
  29. package/src/components/SecondaryTab/index.vue +0 -1
  30. package/src/components/SelectLazy/index.vue +2 -2
  31. package/src/components/Sifting/index.vue +1 -2
  32. package/src/components/Step/index.vue +0 -1
  33. package/src/components/TertiaryTab/index.vue +0 -1
  34. package/src/components/Upload/index.vue +17 -5
  35. package/src/components/Upload/uploadMsg.vue +114 -0
  36. package/src/directives/VClickOutside/index.js +11 -3
  37. package/src/directives/VDrag/index.js +12 -8
  38. package/src/directives/VMove/index.js +3 -3
  39. package/src/directives/VRuleKey/index.js +201 -0
  40. package/src/index.js +2 -0
  41. package/src/utils/auth.js +3 -1
  42. package/src/utils/axios.js +3 -1
  43. package/src/utils/repairElementUI.js +32 -8
  44. package/src/utils/xls2json.js +1 -1
  45. package/style/index.css +1 -1
  46. package/style/index.css.map +1 -1
  47. package/theme/blue.css +1 -1
  48. package/theme/green.css +1 -1
  49. package/theme/lightBlue.css +1 -1
  50. package/theme/orange.css +1 -1
  51. package/theme/purple.css +1 -1
  52. package/theme/red.css +1 -1
  53. package/theme/yellow.css +1 -1
  54. package/src/components/FileImport/_index.vue +0 -201
  55. package/src/components/Search/index.vue +0 -485
  56. package/src/components/Search/style.scss +0 -93
  57. package/src/directives/VRules/index.js +0 -10
@@ -1,93 +0,0 @@
1
- .n20-search__popper.el-popper[x-placement^='bottom'] {
2
- padding: 16px;
3
- }
4
-
5
- .n20-filter-custom-box {
6
- display: inline-block;
7
- // .interval-input-custom {
8
- // }
9
- .filter-btn {
10
- height: 34px !important;
11
- width: 90px !important;
12
- }
13
- .filter-opt {
14
- display: inline-block;
15
- cursor: pointer;
16
- &-temp {
17
- border: 1px solid #dddddd;
18
- // width: 26px;
19
- // height: 26px;
20
- padding: 5px;
21
- border-radius: 4px;
22
- display: flex;
23
- align-items: center;
24
- overflow: hidden;
25
- .is-svg-default {
26
- display: block;
27
- }
28
- .is-svg-hover {
29
- display: none;
30
- }
31
- }
32
-
33
- &-temp:hover {
34
- border: 1px solid #007aff;
35
- .is-svg-default {
36
- display: none;
37
- }
38
- .is-svg-hover {
39
- display: block;
40
- }
41
- }
42
- }
43
-
44
- &-main {
45
- display: flex;
46
- flex-direction: column;
47
- min-width: 360px;
48
- &-header {
49
- display: flex;
50
- justify-content: space-between;
51
- align-items: center;
52
- padding-right: 16px;
53
- .filter-text {
54
- color: #262d34;
55
- font-size: 16px;
56
- }
57
- .filter-close-img {
58
- cursor: pointer;
59
- }
60
- img {
61
- width: 16px;
62
- height: 16px;
63
- }
64
- }
65
- &-condition {
66
- flex: 1;
67
- //border: 1px solid #000;
68
- overflow-y: auto;
69
- margin-top: 11px;
70
- max-height: 300px !important;
71
- padding-top: 3px;
72
- // 13 剧中
73
- width: calc(100%);
74
- .el-form-item {
75
- margin-bottom: 16px;
76
- }
77
- }
78
- &-more {
79
- margin: 10px 0 6px 0;
80
- font-size: 14px;
81
- span {
82
- color: #007aff;
83
- cursor: pointer;
84
- }
85
- }
86
- &-footer {
87
- text-align: center;
88
- }
89
- }
90
- .el-input__inner {
91
- width: 224px;
92
- }
93
- }
@@ -1,10 +0,0 @@
1
- const directive = {}
2
- directive.install = (Vue) => {
3
- Vue.directive('rules', {
4
- bind(el, binding, vnode) {},
5
- update(el, binding) {},
6
- unbind(el, binding) {}
7
- })
8
- }
9
-
10
- export default directive