vdesign-ui 0.2.12 → 0.2.14

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 (167) hide show
  1. package/README.md +78 -78
  2. package/dist/components/actionbar/index.js +8 -8
  3. package/dist/components/actionbar/index.vue +39 -39
  4. package/dist/components/actionbar/style.less +44 -44
  5. package/dist/components/actionbar-cell/index.js +7 -7
  6. package/dist/components/actionbar-cell/index.vue +38 -38
  7. package/dist/components/actions/index.js +6 -6
  8. package/dist/components/actions/index.vue +77 -76
  9. package/dist/components/actions/style.less +109 -109
  10. package/dist/components/actions-cell/index.js +6 -6
  11. package/dist/components/actions-cell/index.vue +94 -94
  12. package/dist/components/actions-cell/style.less +38 -38
  13. package/dist/components/activityviews/index.js +8 -8
  14. package/dist/components/activityviews/index.vue +192 -192
  15. package/dist/components/activityviews/style.less +151 -151
  16. package/dist/components/badge/index.js +8 -8
  17. package/dist/components/badge/index.vue +49 -49
  18. package/dist/components/badge/style.less +54 -54
  19. package/dist/components/button/index.js +8 -8
  20. package/dist/components/button/index.vue +93 -93
  21. package/dist/components/button/style.less +558 -558
  22. package/dist/components/calendar/index-element.vue +84 -84
  23. package/dist/components/calendar/index.js +7 -7
  24. package/dist/components/calendar/index.vue +52 -52
  25. package/dist/components/calendar/style.less +138 -138
  26. package/dist/components/checkbox/index.js +8 -8
  27. package/dist/components/checkbox/index.vue +161 -161
  28. package/dist/components/checkbox/style.less +288 -288
  29. package/dist/components/checkbox-group/index.js +7 -7
  30. package/dist/components/checkbox-group/index.vue +69 -69
  31. package/dist/components/common/state/index.vue +33 -33
  32. package/dist/components/common/state/style.less +47 -47
  33. package/dist/components/data-list/index.js +10 -10
  34. package/dist/components/data-list/index.vue +19 -19
  35. package/dist/components/data-list/style.less +623 -623
  36. package/dist/components/datetime-picker/index.js +7 -7
  37. package/dist/components/datetime-picker/index.vue +37 -37
  38. package/dist/components/datetime-picker/style.less +23 -23
  39. package/dist/components/dialog/index.js +8 -8
  40. package/dist/components/dialog/index.vue +164 -164
  41. package/dist/components/dialog/overlay-manager.js +18 -18
  42. package/dist/components/dialog/style.less +138 -138
  43. package/dist/components/divider/index.js +8 -8
  44. package/dist/components/divider/index.vue +54 -54
  45. package/dist/components/divider/style.less +92 -92
  46. package/dist/components/dropdown/index.js +8 -8
  47. package/dist/components/dropdown/index.vue +218 -218
  48. package/dist/components/dropdown/style.less +432 -432
  49. package/dist/components/empty/index.js +8 -8
  50. package/dist/components/empty/index.vue +138 -138
  51. package/dist/components/empty/style.less +60 -60
  52. package/dist/components/footer/index.js +6 -6
  53. package/dist/components/footer/index.vue +33 -33
  54. package/dist/components/footer/style.less +20 -20
  55. package/dist/components/footnav/index.js +6 -6
  56. package/dist/components/footnav/index.vue +93 -93
  57. package/dist/components/footnav/style.less +22 -22
  58. package/dist/components/footnav-item/index.js +6 -6
  59. package/dist/components/footnav-item/index.vue +50 -50
  60. package/dist/components/footnav-item/style.less +39 -39
  61. package/dist/components/form/index.js +6 -6
  62. package/dist/components/form/index.vue +12 -12
  63. package/dist/components/headnav/index.js +6 -6
  64. package/dist/components/headnav/index.vue +185 -185
  65. package/dist/components/headnav/style.less +231 -231
  66. package/dist/components/icon/font/iconfont.css +163 -163
  67. package/dist/components/icon/font/iconfont.js +5 -5
  68. package/dist/components/icon/index.js +9 -9
  69. package/dist/components/icon/index.vue +96 -96
  70. package/dist/components/icon/style.less +44 -44
  71. package/dist/components/input/calcTextareaHeight.js +162 -162
  72. package/dist/components/input/index.js +8 -8
  73. package/dist/components/input/index.vue +345 -345
  74. package/dist/components/input/style.less +470 -470
  75. package/dist/components/list/index.js +8 -8
  76. package/dist/components/list/index.vue +152 -152
  77. package/dist/components/list/style.less +213 -213
  78. package/dist/components/loading/index.js +6 -6
  79. package/dist/components/loading/index.vue +68 -68
  80. package/dist/components/loading/style.less +53 -53
  81. package/dist/components/mixins/clickoutside.js +81 -81
  82. package/dist/components/mixins/dom.js +41 -41
  83. package/dist/components/mixins/languageMixin.js +41 -41
  84. package/dist/components/mixins/outlineConfigPlugin.js +45 -45
  85. package/dist/components/mixins/router-link.js +22 -22
  86. package/dist/components/mixins/themeMixin.js +43 -43
  87. package/dist/components/noticebar/index.js +8 -8
  88. package/dist/components/noticebar/index.vue +258 -258
  89. package/dist/components/noticebar/style.less +328 -328
  90. package/dist/components/overlay/index.js +8 -8
  91. package/dist/components/overlay/index.vue +184 -184
  92. package/dist/components/overlay/style.less +23 -23
  93. package/dist/components/pagebreak/index.js +6 -6
  94. package/dist/components/pagebreak/index.vue +67 -67
  95. package/dist/components/pagebreak/style.less +41 -41
  96. package/dist/components/password/index.js +8 -8
  97. package/dist/components/password/index.vue +60 -60
  98. package/dist/components/popover/index.js +8 -8
  99. package/dist/components/popover/index.vue +100 -100
  100. package/dist/components/popover/style.less +346 -346
  101. package/dist/components/popover/vue-popover.vue +314 -314
  102. package/dist/components/popup/index.js +7 -7
  103. package/dist/components/popup/index.vue +243 -243
  104. package/dist/components/radio/index.js +8 -8
  105. package/dist/components/radio/index.vue +184 -184
  106. package/dist/components/radio/style.less +293 -293
  107. package/dist/components/radio-group/index.js +6 -6
  108. package/dist/components/radio-group/index.vue +58 -58
  109. package/dist/components/result/index.js +8 -8
  110. package/dist/components/result/index.vue +73 -73
  111. package/dist/components/result/style.less +43 -43
  112. package/dist/components/search/index.js +8 -8
  113. package/dist/components/search/index.vue +66 -66
  114. package/dist/components/selector/index.js +8 -8
  115. package/dist/components/selector/index.vue +161 -161
  116. package/dist/components/selector/style.less +484 -484
  117. package/dist/components/skeleton/index.js +6 -6
  118. package/dist/components/skeleton/index.vue +207 -207
  119. package/dist/components/skeleton/style.less +196 -196
  120. package/dist/components/slider/draggable.js +49 -49
  121. package/dist/components/slider/index.js +6 -6
  122. package/dist/components/slider/index.vue +167 -167
  123. package/dist/components/slider/style.less +99 -99
  124. package/dist/components/slider/utils.js +59 -59
  125. package/dist/components/step/index.js +7 -7
  126. package/dist/components/step/index.vue +48 -48
  127. package/dist/components/step/style.less +66 -58
  128. package/dist/components/step-item/index.js +7 -7
  129. package/dist/components/step-item/index.vue +126 -126
  130. package/dist/components/step-item/style.less +399 -362
  131. package/dist/components/stepper/index.js +8 -8
  132. package/dist/components/stepper/index.vue +146 -146
  133. package/dist/components/style/index.vue +42 -42
  134. package/dist/components/switch/index.js +8 -8
  135. package/dist/components/switch/index.vue +72 -72
  136. package/dist/components/switch/style.less +56 -56
  137. package/dist/components/tab/index.js +7 -7
  138. package/dist/components/tab/index.vue +94 -94
  139. package/dist/components/tabs/index.js +8 -8
  140. package/dist/components/tabs/index.vue +292 -281
  141. package/dist/components/tabs/style.less +408 -408
  142. package/dist/components/tag/index.js +6 -6
  143. package/dist/components/tag/index.vue +64 -64
  144. package/dist/components/tag/style.less +210 -210
  145. package/dist/components/title/index.js +8 -8
  146. package/dist/components/title/index.vue +99 -99
  147. package/dist/components/title/style.less +187 -187
  148. package/dist/components/toast/index.js +97 -97
  149. package/dist/components/toast/index.vue +49 -49
  150. package/dist/components/toast/style.less +57 -57
  151. package/dist/components/transition/index.js +8 -8
  152. package/dist/components/transition/index.vue +13 -13
  153. package/dist/components/transition/style.less +208 -208
  154. package/dist/components/upload/index.js +6 -6
  155. package/dist/components/upload/index.vue +106 -106
  156. package/dist/components/upload/style.less +147 -147
  157. package/dist/components/utils/assist.js +34 -34
  158. package/dist/components/utils/env.js +21 -21
  159. package/dist/locale/ar.js +97 -97
  160. package/dist/locale/en.js +97 -97
  161. package/dist/locale/zh.js +97 -97
  162. package/dist/token.css +23 -17
  163. package/dist/vdesign-ui.common.js +141 -129
  164. package/dist/vdesign-ui.css +1 -1
  165. package/dist/vdesign-ui.umd.js +141 -129
  166. package/dist/vdesign-ui.umd.min.js +2 -2
  167. package/package.json +113 -113
@@ -1,7 +1,7 @@
1
- import Tab from './index.vue';
2
-
3
- Tab.install = function (Vue) {
4
- Vue.component(Tab.name, Tab);
5
- };
6
-
7
- export default Tab;
1
+ import Tab from './index.vue';
2
+
3
+ Tab.install = function (Vue) {
4
+ Vue.component(Tab.name, Tab);
5
+ };
6
+
7
+ export default Tab;
@@ -1,95 +1,95 @@
1
- <template>
2
- <div v-show="shouldShow" :class="paneClasses">
3
- <slot v-if="shouldRender" />
4
- <!-- 标题插槽占位符 -->
5
- <div v-if="$slots.title" ref="title">
6
- <slot name="title" />
7
- </div>
8
- </div>
9
- </template>
10
-
11
- <script>
12
- export default {
13
- name: 'vd-tab',
14
- props: {
15
- name: [String, Number],
16
- title: String,
17
- },
18
- data() {
19
- return {
20
- parent: null,
21
- inited: false,
22
- };
23
- },
24
- computed: {
25
- paneClasses() {
26
- return {
27
- 'vd-tab__pane': true,
28
- 'vd-tab__pane--inactive': !this.isActive,
29
- };
30
- },
31
- isActive() {
32
- if (!this.parent) return false;
33
- if (this.name !== undefined) {
34
- return this.name === this.parent.currentName;
35
- } else {
36
- const index = this.parent.tabs.indexOf(this);
37
- return index === Number(this.parent.currentName);
38
- }
39
- },
40
- shouldShow() {
41
- // 当 animated 为 true 时,所有标签页都需要渲染(用于动画效果)
42
- // 当 animated 为 false 时,只渲染当前激活的标签页
43
- return this.isActive || (this.parent && this.parent.animated);
44
- },
45
- shouldRender() {
46
- return this.inited || !(this.parent && this.parent.lazyRender);
47
- },
48
- },
49
- watch: {
50
- isActive(val) {
51
- if (val) {
52
- this.inited = true;
53
- }
54
- },
55
- },
56
- created() {
57
- this.parent = this.findParent('vd-tabs');
58
- if (this.parent) {
59
- this.parent.addTab(this);
60
- } else {
61
- console.error('vd-tab must be used within vd-tabs.');
62
- }
63
- },
64
- mounted() {
65
- if (this.isActive) {
66
- this.inited = true;
67
- }
68
- // 如果存在 title 插槽,调用父组件的 renderTitle 方法
69
- if (this.$slots.title && this.$refs.title) {
70
- this.parent.renderTitle(this.$refs.title, this);
71
- this.$refs.title.parentNode.removeChild(this.$refs.title);
72
-
73
- }
74
- },
75
- beforeDestroy() {
76
- if (this.parent) {
77
- this.parent.removeTab(this);
78
- }
79
- },
80
- methods: {
81
- findParent(name) {
82
- let parent = this.$parent;
83
- while (parent) {
84
- if (parent.$options && parent.$options.name === name) {
85
- return parent;
86
- }
87
- parent = parent.$parent;
88
- }
89
- return null;
90
- },
91
- },
92
- };
93
- </script>
94
-
1
+ <template>
2
+ <div v-show="shouldShow" :class="paneClasses">
3
+ <slot v-if="shouldRender" />
4
+ <!-- 标题插槽占位符 -->
5
+ <div v-if="$slots.title" ref="title">
6
+ <slot name="title" />
7
+ </div>
8
+ </div>
9
+ </template>
10
+
11
+ <script>
12
+ export default {
13
+ name: 'vd-tab',
14
+ props: {
15
+ name: [String, Number],
16
+ title: String,
17
+ },
18
+ data() {
19
+ return {
20
+ parent: null,
21
+ inited: false,
22
+ };
23
+ },
24
+ computed: {
25
+ paneClasses() {
26
+ return {
27
+ 'vd-tab__pane': true,
28
+ 'vd-tab__pane--inactive': !this.isActive,
29
+ };
30
+ },
31
+ isActive() {
32
+ if (!this.parent) return false;
33
+ if (this.name !== undefined) {
34
+ return this.name === this.parent.currentName;
35
+ } else {
36
+ const index = this.parent.tabs.indexOf(this);
37
+ return index === Number(this.parent.currentName);
38
+ }
39
+ },
40
+ shouldShow() {
41
+ // 当 animated 为 true 时,所有标签页都需要渲染(用于动画效果)
42
+ // 当 animated 为 false 时,只渲染当前激活的标签页
43
+ return this.isActive || (this.parent && this.parent.animated);
44
+ },
45
+ shouldRender() {
46
+ return this.inited || !(this.parent && this.parent.lazyRender);
47
+ },
48
+ },
49
+ watch: {
50
+ isActive(val) {
51
+ if (val) {
52
+ this.inited = true;
53
+ }
54
+ },
55
+ },
56
+ created() {
57
+ this.parent = this.findParent('vd-tabs');
58
+ if (this.parent) {
59
+ this.parent.addTab(this);
60
+ } else {
61
+ console.error('vd-tab must be used within vd-tabs.');
62
+ }
63
+ },
64
+ mounted() {
65
+ if (this.isActive) {
66
+ this.inited = true;
67
+ }
68
+ // 如果存在 title 插槽,调用父组件的 renderTitle 方法
69
+ if (this.$slots.title && this.$refs.title) {
70
+ this.parent.renderTitle(this.$refs.title, this);
71
+ this.$refs.title.parentNode.removeChild(this.$refs.title);
72
+
73
+ }
74
+ },
75
+ beforeDestroy() {
76
+ if (this.parent) {
77
+ this.parent.removeTab(this);
78
+ }
79
+ },
80
+ methods: {
81
+ findParent(name) {
82
+ let parent = this.$parent;
83
+ while (parent) {
84
+ if (parent.$options && parent.$options.name === name) {
85
+ return parent;
86
+ }
87
+ parent = parent.$parent;
88
+ }
89
+ return null;
90
+ },
91
+ },
92
+ };
93
+ </script>
94
+
95
95
 
@@ -1,8 +1,8 @@
1
- import Tabs from './index.vue';
2
- import './style.less';
3
-
4
- Tabs.install = function (Vue) {
5
- Vue.component(Tabs.name, Tabs);
6
- };
7
-
8
- export default Tabs;
1
+ import Tabs from './index.vue';
2
+ import './style.less';
3
+
4
+ Tabs.install = function (Vue) {
5
+ Vue.component(Tabs.name, Tabs);
6
+ };
7
+
8
+ export default Tabs;