bkui-vue 0.0.1-beta.205 → 0.0.1-beta.207

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 (85) hide show
  1. package/dist/index.cjs.js +25 -25
  2. package/dist/index.esm.js +53 -38
  3. package/dist/index.umd.js +25 -25
  4. package/dist/style.css +1 -1
  5. package/dist/style.variable.css +1 -1
  6. package/lib/affix/affix.variable.css +6 -0
  7. package/lib/alert/alert.variable.css +6 -0
  8. package/lib/backtop/backtop.variable.css +6 -0
  9. package/lib/badge/badge.variable.css +6 -0
  10. package/lib/breadcrumb/breadcrumb.variable.css +6 -0
  11. package/lib/button/button.variable.css +6 -0
  12. package/lib/card/card.variable.css +6 -0
  13. package/lib/cascader/cascader.variable.css +6 -0
  14. package/lib/checkbox/checkbox.variable.css +6 -0
  15. package/lib/code-diff/code-diff.variable.css +6 -0
  16. package/lib/collapse/collapse.variable.css +6 -0
  17. package/lib/color-picker/color-picker.variable.css +6 -0
  18. package/lib/container/container.variable.css +6 -0
  19. package/lib/date-picker/date-picker.d.ts +4 -2
  20. package/lib/date-picker/date-picker.variable.css +6 -0
  21. package/lib/date-picker/index.d.ts +8 -4
  22. package/lib/date-picker/index.js +1 -1
  23. package/lib/date-picker/panel/time.d.ts +4 -2
  24. package/lib/date-picker/props.d.ts +2 -1
  25. package/lib/date-picker/time-picker.d.ts +4 -2
  26. package/lib/directives/index.js +1 -1
  27. package/lib/divider/divider.variable.css +6 -0
  28. package/lib/dropdown/dropdown.variable.css +6 -0
  29. package/lib/exception/exception.variable.css +6 -0
  30. package/lib/fixed-navbar/fixed-navbar.variable.css +6 -0
  31. package/lib/form/form.variable.css +6 -0
  32. package/lib/input/input.variable.css +6 -0
  33. package/lib/link/link.variable.css +6 -0
  34. package/lib/loading/loading.variable.css +6 -0
  35. package/lib/menu/menu.variable.css +6 -0
  36. package/lib/menu/submenu.variable.css +6 -0
  37. package/lib/message/message.variable.css +6 -0
  38. package/lib/navigation/navigation.variable.css +6 -0
  39. package/lib/notify/notify.variable.css +6 -0
  40. package/lib/pagination/pagination.variable.css +6 -0
  41. package/lib/popover/index.d.ts +7 -7
  42. package/lib/popover/popover.d.ts +2 -2
  43. package/lib/popover/popover.variable.css +6 -0
  44. package/lib/popover2/index.d.ts +7 -7
  45. package/lib/popover2/popover2.d.ts +2 -2
  46. package/lib/popover2/popover2.variable.css +6 -0
  47. package/lib/process/process.variable.css +6 -0
  48. package/lib/progress/progress.variable.css +6 -0
  49. package/lib/radio/radio.variable.css +6 -0
  50. package/lib/resize-layout/resize-layout.variable.css +6 -0
  51. package/lib/search-select/index.js +1 -1
  52. package/lib/search-select/search-select.css +196 -199
  53. package/lib/search-select/search-select.less +195 -47
  54. package/lib/search-select/search-select.variable.css +217 -214
  55. package/lib/search-select/utils.d.ts +2 -2
  56. package/lib/select/index.d.ts +4 -4
  57. package/lib/select/select.d.ts +1 -1
  58. package/lib/select/select.variable.css +6 -0
  59. package/lib/sideslider/sideslider.variable.css +6 -0
  60. package/lib/slider/slider.variable.css +6 -0
  61. package/lib/steps/steps.variable.css +6 -0
  62. package/lib/styles/mixins/scroll.variable.css +6 -0
  63. package/lib/styles/themes/themes.less +9 -0
  64. package/lib/switcher/switcher.variable.css +6 -0
  65. package/lib/tab/tab.variable.css +6 -0
  66. package/lib/table/plugins/head-filter.variable.css +6 -0
  67. package/lib/table/plugins/head-sort.variable.css +6 -0
  68. package/lib/table/plugins/settings.variable.css +6 -0
  69. package/lib/table/table.variable.css +6 -0
  70. package/lib/tag/tag.variable.css +6 -0
  71. package/lib/tag-input/tag-input.variable.css +6 -0
  72. package/lib/time-picker/index.d.ts +8 -4
  73. package/lib/time-picker/time-picker.variable.css +6 -0
  74. package/lib/timeline/timeline.variable.css +6 -0
  75. package/lib/transfer/transfer.variable.css +6 -0
  76. package/lib/tree/tree.variable.css +6 -0
  77. package/lib/upload/upload.variable.css +6 -0
  78. package/lib/virtual-render/virtual-render.variable.css +6 -0
  79. package/package.json +1 -1
  80. package/lib/search-select/menu.css +0 -145
  81. package/lib/search-select/menu.less +0 -134
  82. package/lib/search-select/menu.variable.css +0 -145
  83. package/lib/search-select/selected.css +0 -21
  84. package/lib/search-select/selected.less +0 -24
  85. package/lib/search-select/selected.variable.css +0 -21
@@ -1,145 +0,0 @@
1
- .menu-list-mixin {
2
- display: flex;
3
- flex-direction: column;
4
- }
5
- .menu-item-mixin {
6
- display: flex;
7
- align-items: center;
8
- width: 100%;
9
- height: 32px;
10
- padding: 0 12px;
11
- flex: 0 0 32px;
12
- outline: none;
13
- }
14
- .menu-item-mixin:hover {
15
- cursor: pointer;
16
- background-color: #f5f7fa;
17
- }
18
- .menu-disabled-mixin {
19
- color: #c4c6cc;
20
- }
21
- .menu-disabled-mixin:hover {
22
- cursor: not-allowed;
23
- background-color: white;
24
- }
25
- .search-select-menu {
26
- display: flex;
27
- min-width: 160px;
28
- font-size: 12px;
29
- color: #63656e;
30
- flex-direction: column;
31
- }
32
- .search-select-menu .menu-header {
33
- display: flex;
34
- flex-direction: column;
35
- border-bottom: 1px solid #dcdee5;
36
- }
37
- .search-select-menu .menu-header-item {
38
- display: flex;
39
- align-items: center;
40
- width: 100%;
41
- height: 32px;
42
- padding: 0 12px;
43
- flex: 0 0 32px;
44
- outline: none;
45
- }
46
- .search-select-menu .menu-header-item:hover {
47
- cursor: pointer;
48
- background-color: #f5f7fa;
49
- }
50
- .search-select-menu .menu-header-item.is-disabled {
51
- color: #c4c6cc;
52
- }
53
- .search-select-menu .menu-header-item.is-disabled:hover {
54
- cursor: not-allowed;
55
- background-color: white;
56
- }
57
- .search-select-menu .menu-content {
58
- display: flex;
59
- flex-direction: column;
60
- flex: 1;
61
- max-height: 240px;
62
- overflow: auto;
63
- }
64
- .search-select-menu .menu-content .menu-item {
65
- display: flex;
66
- align-items: center;
67
- width: 100%;
68
- height: 32px;
69
- padding: 0 12px;
70
- flex: 0 0 32px;
71
- outline: none;
72
- }
73
- .search-select-menu .menu-content .menu-item:hover {
74
- cursor: pointer;
75
- background-color: #f5f7fa;
76
- }
77
- .search-select-menu .menu-content .menu-item .is-keyword {
78
- display: inline-flex;
79
- color: #3a84ff;
80
- }
81
- .search-select-menu .menu-content .menu-item .is-selected {
82
- display: flex;
83
- width: 14px;
84
- height: 14px;
85
- margin-left: auto;
86
- overflow: hidden;
87
- font-size: 18px;
88
- font-weight: bold;
89
- color: #3a84ff;
90
- align-items: center;
91
- justify-content: center;
92
- }
93
- .search-select-menu .menu-content .menu-item.is-hover {
94
- color: #3a84ff;
95
- background-color: #f5f7fa;
96
- }
97
- .search-select-menu .menu-content .menu-item.is-hover .menu-name {
98
- color: #3a84ff;
99
- }
100
- .search-select-menu .menu-content .menu-item.is-disabled {
101
- color: #c4c6cc;
102
- }
103
- .search-select-menu .menu-content .menu-item.is-disabled:hover {
104
- cursor: not-allowed;
105
- background-color: white;
106
- }
107
- .search-select-menu .menu-content .menu-item.is-disabled .menu-name {
108
- color: #c4c6cc;
109
- }
110
- .search-select-menu .menu-content .menu-item .menu-name {
111
- display: flex;
112
- max-width: 100px;
113
- margin-right: 5px;
114
- font-weight: bold;
115
- color: #63656e;
116
- align-items: center;
117
- }
118
- .search-select-menu .menu-footer {
119
- display: flex;
120
- width: 100%;
121
- height: 32px;
122
- border-top: 1px solid #dcdee5;
123
- align-items: center;
124
- }
125
- .search-select-menu .menu-footer-btn {
126
- flex: 1;
127
- display: flex;
128
- align-items: center;
129
- justify-content: center;
130
- height: 100%;
131
- }
132
- .search-select-menu .menu-footer-btn:first-child {
133
- border-right: 1px solid #dcdee5;
134
- }
135
- .search-select-menu .menu-footer-btn:hover {
136
- color: #3a84ff;
137
- cursor: pointer;
138
- }
139
- .search-select-menu .menu-footer-btn.is-disabled {
140
- color: #c4c6cc;
141
- }
142
- .search-select-menu .menu-footer-btn.is-disabled:hover {
143
- cursor: not-allowed;
144
- background-color: white;
145
- }
@@ -1,21 +0,0 @@
1
- .search-seleted-input {
2
- position: relative;
3
- display: flex;
4
- height: 100%;
5
- min-width: 150px;
6
- min-width: 40px;
7
- padding: 0 10px;
8
- margin-top: -4px;
9
- color: #63656e;
10
- border: none;
11
- align-items: center;
12
- offset: none;
13
- }
14
- .search-seleted-input .div-input {
15
- height: 30px;
16
- padding: 5px 0;
17
- line-height: 20px;
18
- word-break: break-all;
19
- flex: 1 1 auto;
20
- outline: none;
21
- }
@@ -1,24 +0,0 @@
1
-
2
- .search-seleted-input {
3
- position: relative;
4
- display: flex;
5
- display: flex;
6
- height: 100%;
7
- min-width: 150px;
8
- min-width: 40px;
9
- padding: 0 10px;
10
- margin-top: -4px;
11
- color: #63656e;
12
- border: none;
13
- align-items: center;
14
- offset: none;
15
-
16
- .div-input {
17
- height: 30px;
18
- padding: 5px 0;
19
- line-height: 20px;
20
- word-break: break-all;
21
- flex: 1 1 auto;
22
- outline: none;
23
- }
24
- }
@@ -1,21 +0,0 @@
1
- .search-seleted-input {
2
- position: relative;
3
- display: flex;
4
- height: 100%;
5
- min-width: 150px;
6
- min-width: 40px;
7
- padding: 0 10px;
8
- margin-top: -4px;
9
- color: #63656e;
10
- border: none;
11
- align-items: center;
12
- offset: none;
13
- }
14
- .search-seleted-input .div-input {
15
- height: 30px;
16
- padding: 5px 0;
17
- line-height: 20px;
18
- word-break: break-all;
19
- flex: 1 1 auto;
20
- outline: none;
21
- }