vdesign-ui 0.2.6 → 0.2.7

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 (195) hide show
  1. package/dist/components/actionbar/index.js +8 -0
  2. package/dist/components/actionbar/index.vue +39 -0
  3. package/dist/components/actionbar/style.less +44 -0
  4. package/dist/components/actionbar-cell/index.js +7 -0
  5. package/dist/components/actionbar-cell/index.vue +38 -0
  6. package/dist/components/actions/index.js +7 -0
  7. package/dist/components/actions/index.vue +76 -0
  8. package/dist/components/actions/style.less +109 -0
  9. package/dist/components/actions-cell/index.js +7 -0
  10. package/dist/components/actions-cell/index.vue +94 -0
  11. package/dist/components/actions-cell/style.less +39 -0
  12. package/dist/components/activityviews/index.js +8 -0
  13. package/dist/components/activityviews/index.vue +192 -0
  14. package/dist/components/activityviews/style.less +152 -0
  15. package/dist/components/badge/index.js +8 -0
  16. package/dist/components/badge/index.vue +49 -0
  17. package/dist/components/badge/style.less +54 -0
  18. package/dist/components/button/index.js +8 -0
  19. package/dist/components/button/index.vue +93 -0
  20. package/dist/components/button/style.less +558 -0
  21. package/dist/components/calendar/end.png +0 -0
  22. package/dist/components/calendar/index-element.vue +84 -0
  23. package/dist/components/calendar/index.js +8 -0
  24. package/dist/components/calendar/index.vue +52 -0
  25. package/dist/components/calendar/start.png +0 -0
  26. package/dist/components/calendar/style.less +138 -0
  27. package/dist/components/checkbox/index.js +8 -0
  28. package/dist/components/checkbox/index.vue +161 -0
  29. package/dist/components/checkbox/style.less +289 -0
  30. package/dist/components/checkbox-group/index.js +7 -0
  31. package/dist/components/checkbox-group/index.vue +69 -0
  32. package/dist/components/common/state/index.vue +33 -0
  33. package/dist/components/common/state/style.less +48 -0
  34. package/dist/components/data-list/index.js +10 -0
  35. package/dist/components/data-list/index.vue +19 -0
  36. package/dist/components/data-list/style.less +623 -0
  37. package/dist/components/datetime-picker/index.js +8 -0
  38. package/dist/components/datetime-picker/index.vue +37 -0
  39. package/dist/components/datetime-picker/style.less +24 -0
  40. package/dist/components/dialog/index.js +8 -0
  41. package/dist/components/dialog/index.vue +164 -0
  42. package/dist/components/dialog/overlay-manager.js +18 -0
  43. package/dist/components/dialog/style.less +139 -0
  44. package/dist/components/divider/index.js +8 -0
  45. package/dist/components/divider/index.vue +54 -0
  46. package/dist/components/divider/style.less +92 -0
  47. package/dist/components/dropdown/index.js +8 -0
  48. package/dist/components/dropdown/index.vue +218 -0
  49. package/dist/components/dropdown/style.less +432 -0
  50. package/dist/components/empty/404-dark.png +0 -0
  51. package/dist/components/empty/404.png +0 -0
  52. package/dist/components/empty/index.js +8 -0
  53. package/dist/components/empty/index.vue +138 -0
  54. package/dist/components/empty/network-dark.png +0 -0
  55. package/dist/components/empty/network.png +0 -0
  56. package/dist/components/empty/nocoupons-dark.png +0 -0
  57. package/dist/components/empty/nocoupons.png +0 -0
  58. package/dist/components/empty/nodata-dark.png +0 -0
  59. package/dist/components/empty/nodata.png +0 -0
  60. package/dist/components/empty/nomargin-dark.png +0 -0
  61. package/dist/components/empty/nomargin.png +0 -0
  62. package/dist/components/empty/nonotice-dark.png +0 -0
  63. package/dist/components/empty/nonotice.png +0 -0
  64. package/dist/components/empty/noocomments-dark.png +0 -0
  65. package/dist/components/empty/noocomments.png +0 -0
  66. package/dist/components/empty/noorders-dark.png +0 -0
  67. package/dist/components/empty/noorders.png +0 -0
  68. package/dist/components/empty/noposition-dark.png +0 -0
  69. package/dist/components/empty/noposition.png +0 -0
  70. package/dist/components/empty/nosearch-dark.png +0 -0
  71. package/dist/components/empty/nosearch.png +0 -0
  72. package/dist/components/empty/style.less +61 -0
  73. package/dist/components/footer/index.js +7 -0
  74. package/dist/components/footer/index.vue +33 -0
  75. package/dist/components/footer/style.less +21 -0
  76. package/dist/components/footnav/index.js +7 -0
  77. package/dist/components/footnav/index.vue +93 -0
  78. package/dist/components/footnav/style.less +23 -0
  79. package/dist/components/footnav-item/index.js +7 -0
  80. package/dist/components/footnav-item/index.vue +50 -0
  81. package/dist/components/footnav-item/style.less +39 -0
  82. package/dist/components/form/index.js +7 -0
  83. package/dist/components/form/index.vue +12 -0
  84. package/dist/components/headnav/index.js +7 -0
  85. package/dist/components/headnav/index.vue +185 -0
  86. package/dist/components/headnav/style.less +232 -0
  87. package/dist/components/icon/font/iconfont.css +163 -0
  88. package/dist/components/icon/font/iconfont.js +6 -0
  89. package/dist/components/icon/index.js +9 -0
  90. package/dist/components/icon/index.vue +96 -0
  91. package/dist/components/icon/style.less +44 -0
  92. package/dist/components/input/calcTextareaHeight.js +162 -0
  93. package/dist/components/input/index.js +8 -0
  94. package/dist/components/input/index.vue +345 -0
  95. package/dist/components/input/style.less +471 -0
  96. package/dist/components/list/index.js +8 -0
  97. package/dist/components/list/index.vue +152 -0
  98. package/dist/components/list/style.less +213 -0
  99. package/dist/components/loading/index.js +7 -0
  100. package/dist/components/loading/index.vue +68 -0
  101. package/dist/components/loading/style.less +54 -0
  102. package/dist/components/mixins/clickoutside.js +81 -0
  103. package/dist/components/mixins/dom.js +41 -0
  104. package/dist/components/mixins/languageMixin.js +41 -0
  105. package/dist/components/mixins/outlineConfigPlugin.js +45 -0
  106. package/dist/components/mixins/router-link.js +23 -0
  107. package/dist/components/mixins/themeMixin.js +43 -0
  108. package/dist/components/noticebar/index.js +8 -0
  109. package/dist/components/noticebar/index.vue +258 -0
  110. package/dist/components/noticebar/style.less +328 -0
  111. package/dist/components/overlay/index.js +8 -0
  112. package/dist/components/overlay/index.vue +184 -0
  113. package/dist/components/overlay/style.less +23 -0
  114. package/dist/components/pagebreak/index.js +7 -0
  115. package/dist/components/pagebreak/index.vue +67 -0
  116. package/dist/components/pagebreak/style.less +42 -0
  117. package/dist/components/password/index.js +8 -0
  118. package/dist/components/password/index.vue +60 -0
  119. package/dist/components/popover/index.js +8 -0
  120. package/dist/components/popover/index.vue +100 -0
  121. package/dist/components/popover/style.less +346 -0
  122. package/dist/components/popover/vue-popover.vue +314 -0
  123. package/dist/components/popup/index.js +7 -0
  124. package/dist/components/popup/index.vue +243 -0
  125. package/dist/components/radio/index.js +8 -0
  126. package/dist/components/radio/index.vue +184 -0
  127. package/dist/components/radio/style.less +294 -0
  128. package/dist/components/radio-group/index.js +6 -0
  129. package/dist/components/radio-group/index.vue +58 -0
  130. package/dist/components/result/completed-dark.png +0 -0
  131. package/dist/components/result/completed.png +0 -0
  132. package/dist/components/result/error-dark.png +0 -0
  133. package/dist/components/result/error.png +0 -0
  134. package/dist/components/result/index.js +8 -0
  135. package/dist/components/result/index.vue +73 -0
  136. package/dist/components/result/style.less +44 -0
  137. package/dist/components/result/wait-dark.png +0 -0
  138. package/dist/components/result/wait.png +0 -0
  139. package/dist/components/search/index.js +8 -0
  140. package/dist/components/search/index.vue +66 -0
  141. package/dist/components/selector/index.js +8 -0
  142. package/dist/components/selector/index.vue +161 -0
  143. package/dist/components/selector/style.less +484 -0
  144. package/dist/components/skeleton/index.js +7 -0
  145. package/dist/components/skeleton/index.vue +206 -0
  146. package/dist/components/skeleton/style.less +197 -0
  147. package/dist/components/slider/draggable.js +49 -0
  148. package/dist/components/slider/index.js +7 -0
  149. package/dist/components/slider/index.vue +167 -0
  150. package/dist/components/slider/style.less +100 -0
  151. package/dist/components/slider/utils.js +60 -0
  152. package/dist/components/step/index.js +7 -0
  153. package/dist/components/step/index.vue +48 -0
  154. package/dist/components/step/style.less +58 -0
  155. package/dist/components/step-item/index.js +7 -0
  156. package/dist/components/step-item/index.vue +126 -0
  157. package/dist/components/step-item/style.less +362 -0
  158. package/dist/components/stepper/index.js +8 -0
  159. package/dist/components/stepper/index.vue +146 -0
  160. package/dist/components/style/index.vue +42 -0
  161. package/dist/components/switch/index.js +8 -0
  162. package/dist/components/switch/index.vue +72 -0
  163. package/dist/components/switch/style.less +56 -0
  164. package/dist/components/tab/index.js +7 -0
  165. package/dist/components/tab/index.vue +53 -0
  166. package/dist/components/tabs/index.js +8 -0
  167. package/dist/components/tabs/index.vue +172 -0
  168. package/dist/components/tabs/style.less +377 -0
  169. package/dist/components/tag/index.js +7 -0
  170. package/dist/components/tag/index.vue +64 -0
  171. package/dist/components/tag/style.less +211 -0
  172. package/dist/components/title/index.js +8 -0
  173. package/dist/components/title/index.vue +99 -0
  174. package/dist/components/title/style.less +188 -0
  175. package/dist/components/toast/index.js +83 -0
  176. package/dist/components/toast/index.vue +49 -0
  177. package/dist/components/toast/style.less +55 -0
  178. package/dist/components/transition/index.js +8 -0
  179. package/dist/components/transition/index.vue +13 -0
  180. package/dist/components/transition/style.less +208 -0
  181. package/dist/components/upload/index.js +7 -0
  182. package/dist/components/upload/index.vue +106 -0
  183. package/dist/components/upload/style.less +147 -0
  184. package/dist/components/utils/assist.js +34 -0
  185. package/dist/components/utils/env.js +2 -0
  186. package/dist/demo.html +10 -0
  187. package/dist/locale/ar.js +98 -0
  188. package/dist/locale/en.js +98 -0
  189. package/dist/locale/zh.js +98 -0
  190. package/dist/token.css +2990 -0
  191. package/dist/vdesign-ui.common.js +27076 -0
  192. package/dist/vdesign-ui.css +1 -0
  193. package/dist/vdesign-ui.umd.js +27086 -0
  194. package/dist/vdesign-ui.umd.min.js +32 -0
  195. package/package.json +1 -1
@@ -0,0 +1,294 @@
1
+ @radio-prefix-cls: vd-radio;
2
+ @radio-button-prefix-cls: vd-radio-button;
3
+ @radio-inner-prefix-cls: ~"@{radio-prefix-cls}__icon";
4
+
5
+ .@{radio-prefix-cls} {
6
+ position: relative;
7
+ cursor: pointer;
8
+ display: flex;
9
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
10
+
11
+ }
12
+
13
+ // 普通状态
14
+ .@{radio-prefix-cls} {
15
+
16
+ &__input {
17
+ position: relative;
18
+ margin-inline-end: var(--spacing-check_radio-icon-margin_right);
19
+ width: var(--icon-check_radio-sizing);
20
+ height: var(--icon-check_radio-sizing);
21
+ }
22
+
23
+ &__label {
24
+ flex: 1;
25
+ }
26
+
27
+ &__text {
28
+ color: var(--color-check_radio-text-default);
29
+ font-size: var(--en-single-f-d-r-fontSize);
30
+ font-weight: var(--en-single-f-d-r-fontWeight);
31
+ }
32
+
33
+ &__description {
34
+ line-height: 1;
35
+ margin-top: var(--spacing-check_radio-text-margin_top);
36
+ color: var(--color-check_radio-text_describe-default);
37
+ font-size: var(--en-single-f-b-r-fontSize);
38
+ font-weight: var(--en-single-f-b-r-fontWeight);
39
+ }
40
+
41
+ .@{radio-inner-prefix-cls} {
42
+ display: block;
43
+ width: var(--icon-check_radio-sizing);
44
+ height: var(--icon-check_radio-sizing);
45
+ position: relative;
46
+
47
+ &::before {
48
+ position: absolute;
49
+ box-sizing: border-box;
50
+ content: ' ';
51
+ pointer-events: none;
52
+ top: -50%;
53
+ right: -50%;
54
+ bottom: -50%;
55
+ left: -50%;
56
+ border: 3px solid var(--color-check_radio-default);
57
+ transform: scale(0.5);
58
+ border-radius: 50%;
59
+ }
60
+ }
61
+
62
+ &__original {
63
+ width: 100%;
64
+ height: 100%;
65
+ position: absolute;
66
+ top: 0;
67
+ bottom: 0;
68
+ left: 0;
69
+ right: 0;
70
+ z-index: 1;
71
+ cursor: pointer;
72
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
73
+ opacity: 0;
74
+
75
+ }
76
+ }
77
+
78
+ // 选中状态
79
+ .@{radio-prefix-cls}--checked {
80
+ .@{radio-prefix-cls} {
81
+ &__text {
82
+ font-size: var(--en-single-f-d-s-fontSize);
83
+ font-weight: var(--en-single-f-d-s-fontWeight);
84
+ }
85
+ }
86
+
87
+ .@{radio-inner-prefix-cls} {
88
+
89
+ &::before{
90
+ border: 0 solid var(--color-check_radio-active);
91
+ border-width: 3px;
92
+ }
93
+
94
+ &::after{
95
+ position: absolute;
96
+ width: 8px;
97
+ height: 8px;
98
+ left: 50%;
99
+ top: 50%;
100
+ transform: translate(-50%, -50%);
101
+ border-radius: 50%;
102
+ display: table;
103
+ border-top: 0;
104
+ border-left: 0;
105
+ content: " ";
106
+ background-color: var(--color-check_radio-active);
107
+ }
108
+ }
109
+ }
110
+
111
+ // 禁用状态
112
+ .@{radio-prefix-cls}--disabled {
113
+ cursor: not-allowed;
114
+
115
+ .@{radio-prefix-cls}__text{
116
+ color: var(--color-check_radio-text-disable);
117
+ }
118
+
119
+ .@{radio-prefix-cls}__description{
120
+ color: var(--color-check_radio-text_describe-disable);
121
+ }
122
+
123
+ .@{radio-prefix-cls}__icon {
124
+
125
+ &::before{
126
+ border-color:var(--color-check_radio-disable);
127
+ }
128
+
129
+ }
130
+ }
131
+
132
+ .@{radio-prefix-cls}--checked.@{radio-prefix-cls}--disabled{
133
+ .@{radio-prefix-cls}__icon {
134
+
135
+ &::before{
136
+ border-color:var(--color-check_radio-active-disable);
137
+ }
138
+
139
+ &::after{
140
+ background-color: var(--color-check_radio-active-disable);
141
+ }
142
+
143
+ }
144
+ }
145
+
146
+ .@{radio-prefix-cls}-group {
147
+
148
+ display: flex;
149
+ flex-direction: column;
150
+ gap: var(--spacing-check_radio-group-margin_x);
151
+
152
+ &-card{
153
+ display: flex;
154
+ flex-wrap: wrap;
155
+ flex-direction: row;
156
+ gap: 12px;
157
+
158
+ .vd-radio-button-cell{
159
+ flex: 1;
160
+ }
161
+ }
162
+ }
163
+
164
+
165
+
166
+ .@{radio-button-prefix-cls}{
167
+ position: relative;
168
+ display: inline-flex;
169
+ align-items: center;
170
+ flex-direction: column;
171
+ justify-content: center;
172
+ line-height: 1;
173
+ width: 100%;
174
+
175
+ &::after{
176
+ position: absolute;
177
+ box-sizing: border-box;
178
+ content: ' ';
179
+ pointer-events: none;
180
+ top: -50%;
181
+ right: -50%;
182
+ bottom: -50%;
183
+ left: -50%;
184
+ border: 0 solid var(--color-check_radio-radio_border-default);
185
+ -webkit-transform: scale(0.5);
186
+ transform: scale(0.5);
187
+ border-width: 1px;
188
+ }
189
+
190
+
191
+ &--large {
192
+ height: var(--height-check_radio-radio_button_l);
193
+
194
+ .@{radio-button-prefix-cls}-text{
195
+ color: var(--color-check_radio-radio_button_text-default);
196
+ font-size: var(--en-single-f-d-r-fontSize);
197
+ font-weight:var(--en-single-f-d-r-fontWeight);
198
+ }
199
+
200
+ &::after{
201
+ border-radius: calc(var(--radius-check_radio-radio_l) * 2);
202
+ }
203
+ }
204
+
205
+ &--medium {
206
+ height: var(--height-check_radio-radio_button_m);
207
+
208
+ .@{radio-button-prefix-cls}-text{
209
+ color: var(--color-check_radio-radio_button_text-default);
210
+ font-size: var(--en-single-f-c-r-fontSize);
211
+ font-weight:var(--en-single-f-c-r-fontWeight);
212
+ }
213
+ &::after{
214
+ border-radius: calc(var(--radius-check_radio-m) * 2);
215
+ }
216
+ }
217
+
218
+ &--small {
219
+ height: var(--height-check_radio-radio_button_s);
220
+
221
+ .@{radio-button-prefix-cls}-text{
222
+ color: var(--color-check_radio-radio_button_text-default);
223
+ font-size: var(--en-single-f-c-r-fontSize);
224
+ font-weight:var(--en-single-f-c-r-fontWeight);
225
+ }
226
+ &::after{
227
+ border-radius: calc(var(--radius-check_radio-s) * 2);
228
+ }
229
+ }
230
+
231
+
232
+ &--checked {
233
+ background-color: var(--color-check_radio-radio_button_bg-active);
234
+
235
+ &::after{
236
+ border-color: var(--color-check_radio-radio_border-active);
237
+ border-width: 2px;
238
+ }
239
+
240
+ .@{radio-button-prefix-cls}-text {
241
+ color: var(--color-check_radio-radio_button_text-active);
242
+ }
243
+
244
+ &.@{radio-button-prefix-cls}--large {
245
+ .@{radio-button-prefix-cls}-text {
246
+ font-size: var(--en-single-f-d-s-fontSize);
247
+ font-weight:var(--en-single-f-d-s-fontWeight);
248
+ }
249
+ }
250
+
251
+ &.@{radio-button-prefix-cls}--medium {
252
+ .@{radio-button-prefix-cls}-text {
253
+ font-size: var(--en-single-f-c-s-fontSize);
254
+ font-weight:var(--en-single-f-c-s-fontWeight);
255
+ }
256
+ }
257
+
258
+ &.@{radio-button-prefix-cls}--small {
259
+ .@{radio-button-prefix-cls}-text {
260
+ font-size: var(--en-single-f-c-s-fontSize);
261
+ font-weight:var(--en-single-f-c-s-fontWeight);
262
+ }
263
+ }
264
+
265
+ }
266
+
267
+
268
+ &--disabled{
269
+ cursor: not-allowed;
270
+
271
+ .@{radio-button-prefix-cls}-text{
272
+ color: var(--color-check_radio-radio_button_text-disable);
273
+ }
274
+ }
275
+
276
+ }
277
+
278
+ .@{radio-prefix-cls}-group {
279
+ display: flex;
280
+ flex-direction: column;
281
+ gap: var(--spacing-check_radio-group-margin_x);
282
+
283
+ &__card{
284
+ display: flex;
285
+ flex-direction: row;
286
+ flex-wrap: wrap;
287
+ gap: 12px;
288
+
289
+ }
290
+
291
+ .@{radio-button-prefix-cls}{
292
+ flex: 1;
293
+ }
294
+ }
@@ -0,0 +1,6 @@
1
+ import RadioGroup from './index.vue';
2
+ RadioGroup.install = function (Vue) {
3
+ Vue.component(RadioGroup.name, RadioGroup);
4
+ };
5
+
6
+ export default RadioGroup;
@@ -0,0 +1,58 @@
1
+ <template>
2
+ <div :class="classes">
3
+ <slot></slot>
4
+ </div>
5
+ </template>
6
+ <script>
7
+ import { findComponentsDownward } from "../utils/assist";
8
+
9
+ const prefixCls = 'vd-radio-group';
10
+
11
+ export default {
12
+ name: 'vd-radio-group',
13
+ props: {
14
+ // 绑定的值,用于 v-model
15
+ value: {
16
+ type: [String, Number, Boolean],
17
+ default: '',
18
+ },
19
+ // 类型,用于样式
20
+ type: String,
21
+ // 是否禁用组内所有单选框
22
+ disabled: Boolean
23
+ },
24
+ computed: {
25
+ // 组容器的类名
26
+ classes() {
27
+ return [
28
+ `${prefixCls}`,
29
+ {
30
+ [`${prefixCls}__${this.type}`]: this.type,
31
+ },
32
+ ];
33
+ },
34
+ },
35
+ methods: {
36
+ // 更新子单选框的状态
37
+ updateValue() {
38
+ const children = findComponentsDownward(this, 'vd-radio');
39
+ if (children.length) {
40
+ children.forEach((child) => {
41
+ child.updateValue();
42
+ });
43
+ }
44
+ },
45
+ // 处理子单选框的变化
46
+ change(name) {
47
+ this.$emit('input', name);
48
+ this.$emit('change', name);
49
+ },
50
+ },
51
+ watch: {
52
+ // 监听 value 的变化,更新子组件
53
+ value() {
54
+ this.updateValue();
55
+ },
56
+ },
57
+ };
58
+ </script>
Binary file
@@ -0,0 +1,8 @@
1
+ import Result from './index.vue';
2
+ import './style.less';
3
+
4
+ Result.install = function (Vue) {
5
+ Vue.component(Result.name, Result);
6
+ };
7
+
8
+ export default Result;
@@ -0,0 +1,73 @@
1
+ <template>
2
+ <div class="vd-result">
3
+ <div class="vd-result-img" v-if="currentImg"><img :src="currentImg" alt="img"></div>
4
+ <div class="vd-result-title" v-if="title">{{ title }}</div>
5
+ <div class="vd-result-txt" v-if="text">{{ text }}</div>
6
+ <div class="vd-result-footer">
7
+ <slot name="btnp"></slot>
8
+ <div class="vd-result-footer-btnx" v-if="$slots.btnt">
9
+ <slot name="btnt"></slot>
10
+ </div>
11
+ </div>
12
+ </div>
13
+ </template>
14
+
15
+ <script>
16
+
17
+ import { themeMixin } from '../mixins/themeMixin';
18
+
19
+ export default {
20
+ name: 'vd-result',
21
+ mixins: [themeMixin], // 引入混入
22
+ props: {
23
+ imgs: String,
24
+ text: String,
25
+ title: String,
26
+ state: {
27
+ type: String,
28
+ default: '' // 默认类型
29
+ },
30
+ },
31
+ data() {
32
+ return {
33
+ defaultImgs: {
34
+ completed: {
35
+ light: require('./completed.png'),
36
+ dark: require('./completed-dark.png')
37
+ },
38
+ waiting: {
39
+ light: require('./wait.png'),
40
+ dark: require('./wait-dark.png')
41
+ },
42
+ error: {
43
+ light: require('./error.png'),
44
+ dark: require('./error-dark.png')
45
+ }
46
+ }
47
+ }
48
+ },
49
+ computed:{
50
+ currentImg() {
51
+ if (this.imgs) return this.imgs;
52
+ return this.defaultImgs[this.state][this.theme];
53
+ },
54
+ },
55
+ methods: {
56
+ preloadImages() {
57
+ Object.values(this.defaultImgs).forEach((modes) => {
58
+ Object.values(modes).forEach((src) => {
59
+ const img = new Image();
60
+ img.src = src;
61
+ });
62
+ });
63
+ }
64
+ },
65
+ mounted() {
66
+ this.preloadImages();
67
+ },
68
+ }
69
+ </script>
70
+
71
+ <style lang="less">
72
+ @import './style.less';
73
+ </style>
@@ -0,0 +1,44 @@
1
+ .vd-result {
2
+ height: 100%;
3
+ margin: 0 auto;
4
+ text-align: center;
5
+ padding: 0 20px 40px;
6
+ display: flex;
7
+ flex-direction: column;
8
+ justify-content: center;
9
+
10
+ &-img {
11
+ margin: 0 auto;
12
+ width: 160px;
13
+ img {
14
+ max-width: 100%;
15
+ }
16
+ }
17
+
18
+ &-title {
19
+ margin-top: var(--spacing-result-title-margin_top);
20
+ font-size: var(--en-single-f-f-b-fontSize);
21
+ font-weight: var(--en-single-f-f-b-fontWeight);
22
+ color: var(--color-result-title);
23
+ }
24
+
25
+ &-txt {
26
+ margin-top: var(--spacing-result-text-margin_top);
27
+ font-size: var(--en-multi-f-d-r-fontSize);
28
+ font-weight: var(--en-multi-f-d-r-fontWeight);
29
+ color: var(--color-result-text);
30
+ line-height: var(--en-multi-f-d-r-lineHeight);
31
+ }
32
+
33
+ &-footer {
34
+ margin-top: var(--spacing-result-text-margin_bottom);
35
+ padding-left: calc(var(--spacing-result-button-margin_y) - 20px);
36
+ padding-right: calc(var(--spacing-result-button-margin_y) - 20px);
37
+
38
+ &-btnx {
39
+ display: flex;
40
+ justify-content: center;
41
+ margin-top: var(--spacing-result-text_button-margin_top);
42
+ }
43
+ }
44
+ }
Binary file
@@ -0,0 +1,8 @@
1
+ import Search from './index.vue';
2
+ import './style.less';
3
+
4
+ Search.install = function (Vue) {
5
+ Vue.component(Search.name, Search);
6
+ };
7
+
8
+ export default Search;
@@ -0,0 +1,66 @@
1
+ <template>
2
+ <div class="vd-search">
3
+ <div class="vd-search-content">
4
+ <span v-if="prefix || $slots.prefix" class="vd-search__prefix">
5
+ <slot name="prefix">
6
+ <vd-icon name="icon_nav_search"></vd-icon>
7
+ </slot>
8
+ </span>
9
+ <vd-input
10
+ v-bind="$attrs"
11
+ v-on="inputListeners"
12
+ :value="value"
13
+ :type="type"
14
+ :clearable="clearable"
15
+ form="search"
16
+ :hairline="false"
17
+ ></vd-input>
18
+ </div>
19
+ <span class="vd-search__action" v-if="$slots.default">
20
+ <slot></slot>
21
+ </span>
22
+ </div>
23
+ </template>
24
+
25
+ <script>
26
+ import VdInput from '../input';
27
+ export default {
28
+ name: 'vd-search',
29
+ components: {
30
+ VdInput,
31
+ },
32
+ inheritAttrs: false,
33
+ props: {
34
+ value: [String, Number],
35
+ type: {
36
+ type: String,
37
+ default: 'text'
38
+ },
39
+ clearable: {
40
+ type: Boolean,
41
+ default: false,
42
+ },
43
+ prefix: {
44
+ type: Boolean,
45
+ default: true, // 默认显示前缀图标
46
+ },
47
+ },
48
+ data() {
49
+ return {
50
+ }
51
+ },
52
+ computed: {
53
+ inputListeners() {
54
+ return {
55
+ ...this.$listeners,
56
+ input: this.onInput,
57
+ };
58
+ },
59
+ },
60
+ methods: {
61
+ onInput(value) {
62
+ this.$emit('input', value);
63
+ },
64
+ }
65
+ }
66
+ </script>
@@ -0,0 +1,8 @@
1
+ import VSelector from "./index.vue";
2
+ import './style.less';
3
+
4
+ VSelector.install = function (Vue) {
5
+ Vue.component(VSelector.name, VSelector);
6
+ };
7
+
8
+ export default VSelector;