bkui-vue 0.0.1-beta.61 → 0.0.1-beta.62

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 (215) hide show
  1. package/dist/index.cjs.js +30 -30
  2. package/dist/index.esm.js +1434 -298
  3. package/dist/index.umd.js +28 -28
  4. package/dist/style.css +1 -1
  5. package/lib/affix/affix.css +3 -0
  6. package/lib/affix/affix.d.ts +47 -0
  7. package/lib/affix/affix.less +5 -0
  8. package/lib/affix/affix.variable.css +102 -0
  9. package/lib/affix/index.d.ts +143 -0
  10. package/lib/affix/index.js +1 -0
  11. package/lib/alert/alert.variable.css +5 -0
  12. package/lib/backtop/backtop.d.ts +1 -1
  13. package/lib/backtop/backtop.variable.css +5 -0
  14. package/lib/backtop/index.d.ts +4 -4
  15. package/lib/badge/badge.d.ts +1 -1
  16. package/lib/badge/badge.variable.css +5 -0
  17. package/lib/badge/index.d.ts +4 -4
  18. package/lib/breadcrumb/breadcrumb.variable.css +5 -0
  19. package/lib/button/button.css +2 -1
  20. package/lib/button/button.less +9 -8
  21. package/lib/button/button.variable.css +7 -1
  22. package/lib/button/index.js +1 -1
  23. package/lib/card/card.variable.css +5 -0
  24. package/lib/cascader/cascader-panel.d.ts +48 -0
  25. package/lib/cascader/cascader.css +130 -0
  26. package/lib/cascader/cascader.d.ts +271 -0
  27. package/lib/cascader/cascader.less +146 -0
  28. package/lib/cascader/cascader.variable.css +229 -0
  29. package/lib/cascader/index.d.ts +721 -0
  30. package/lib/cascader/index.js +1 -0
  31. package/lib/cascader/interface.d.ts +44 -0
  32. package/lib/cascader/node.d.ts +24 -0
  33. package/lib/cascader/store.d.ts +15 -0
  34. package/lib/checkbox/checkbox.variable.css +5 -0
  35. package/lib/code-diff/code-diff.variable.css +5 -0
  36. package/lib/code-diff/index.js +1 -1
  37. package/lib/components.d.ts +12 -9
  38. package/lib/components.js +1 -1
  39. package/lib/container/container.variable.css +5 -0
  40. package/lib/container/index.js +1 -1
  41. package/lib/date-picker/date-picker.css +1 -0
  42. package/lib/date-picker/date-picker.d.ts +9 -2
  43. package/lib/date-picker/date-picker.less +1 -0
  44. package/lib/date-picker/date-picker.variable.css +6 -0
  45. package/lib/date-picker/index.d.ts +22 -7
  46. package/lib/date-picker/index.js +1 -1
  47. package/lib/date-picker/props.d.ts +3 -0
  48. package/lib/dialog/dialog.css +10 -1
  49. package/lib/dialog/dialog.d.ts +75 -8
  50. package/lib/dialog/dialog.variable.css +10 -1
  51. package/lib/dialog/index.d.ts +166 -25
  52. package/lib/dialog/index.js +1 -1
  53. package/lib/divider/divider.d.ts +1 -1
  54. package/lib/divider/divider.variable.css +5 -0
  55. package/lib/divider/index.d.ts +4 -4
  56. package/lib/dropdown/dropdown.css +4 -0
  57. package/lib/dropdown/dropdown.less +5 -0
  58. package/lib/dropdown/dropdown.variable.css +9 -0
  59. package/lib/dropdown/index.js +1 -1
  60. package/lib/exception/exception.variable.css +5 -0
  61. package/lib/fixed-navbar/fixed-navbar.d.ts +17 -3
  62. package/lib/fixed-navbar/fixed-navbar.variable.css +5 -0
  63. package/lib/fixed-navbar/index.d.ts +43 -8
  64. package/lib/fixed-navbar/index.js +1 -1
  65. package/lib/form/form-item.d.ts +1 -1
  66. package/lib/form/form.css +4 -0
  67. package/lib/form/form.d.ts +5 -2
  68. package/lib/form/form.less +4 -0
  69. package/lib/form/form.variable.css +9 -0
  70. package/lib/form/index.d.ts +19 -8
  71. package/lib/form/index.js +1 -1
  72. package/lib/icon/archive-fill.d.ts +4 -0
  73. package/lib/icon/archive-fill.js +1 -0
  74. package/lib/icon/audio-fill.d.ts +4 -0
  75. package/lib/icon/audio-fill.js +1 -0
  76. package/lib/icon/del.d.ts +4 -0
  77. package/lib/icon/del.js +1 -0
  78. package/lib/icon/doc-fill.d.ts +4 -0
  79. package/lib/icon/doc-fill.js +1 -0
  80. package/lib/icon/excel-fill.d.ts +4 -0
  81. package/lib/icon/excel-fill.js +1 -0
  82. package/lib/icon/image-fill.d.ts +4 -0
  83. package/lib/icon/image-fill.js +1 -0
  84. package/lib/icon/index.d.ts +12 -1
  85. package/lib/icon/index.js +1 -1
  86. package/lib/icon/pdf-fill.d.ts +4 -0
  87. package/lib/icon/pdf-fill.js +1 -0
  88. package/lib/icon/ppt-fill.d.ts +4 -0
  89. package/lib/icon/ppt-fill.js +1 -0
  90. package/lib/icon/text-fill.d.ts +4 -0
  91. package/lib/icon/text-fill.js +1 -0
  92. package/lib/icon/upload.d.ts +4 -0
  93. package/lib/icon/upload.js +1 -0
  94. package/lib/icon/video-fill.d.ts +4 -0
  95. package/lib/icon/video-fill.js +1 -0
  96. package/lib/input/index.d.ts +8 -8
  97. package/lib/input/input.css +3 -0
  98. package/lib/input/input.d.ts +2 -2
  99. package/lib/input/input.less +3 -0
  100. package/lib/input/input.variable.css +8 -0
  101. package/lib/link/index.d.ts +4 -4
  102. package/lib/link/link.d.ts +1 -1
  103. package/lib/link/link.variable.css +5 -0
  104. package/lib/loading/loading.variable.css +5 -0
  105. package/lib/menu/menu.variable.css +5 -0
  106. package/lib/menu/submenu.variable.css +5 -0
  107. package/lib/message/index.js +1 -1
  108. package/lib/message/message.css +4 -4
  109. package/lib/message/message.less +4 -4
  110. package/lib/message/message.variable.css +9 -4
  111. package/lib/modal/index.d.ts +277 -24
  112. package/lib/modal/index.js +1 -1
  113. package/lib/modal/modal.css +10 -1
  114. package/lib/modal/modal.d.ts +108 -9
  115. package/lib/modal/modal.less +15 -4
  116. package/lib/modal/modal.variable.css +10 -1
  117. package/lib/modal/props.mixin.d.ts +47 -3
  118. package/lib/navigation/index.d.ts +291 -1
  119. package/lib/navigation/index.js +1 -1
  120. package/lib/navigation/navigation.variable.css +5 -0
  121. package/lib/notify/index.js +1 -1
  122. package/lib/notify/notify.css +17 -1
  123. package/lib/notify/notify.less +19 -1
  124. package/lib/notify/notify.variable.css +22 -1
  125. package/lib/notify/notifyConstructor.d.ts +49 -5
  126. package/lib/pagination/index.d.ts +4 -4
  127. package/lib/pagination/pagination.d.ts +1 -1
  128. package/lib/pagination/pagination.variable.css +5 -0
  129. package/lib/popover/index.d.ts +57 -11
  130. package/lib/popover/index.js +1 -1
  131. package/lib/popover/popover.css +3 -0
  132. package/lib/popover/popover.d.ts +26 -4
  133. package/lib/popover/popover.less +2 -0
  134. package/lib/popover/popover.variable.css +8 -0
  135. package/lib/popover/props.d.ts +11 -1
  136. package/lib/process/process.variable.css +5 -0
  137. package/lib/progress/index.d.ts +7 -7
  138. package/lib/progress/progress.d.ts +2 -2
  139. package/lib/progress/progress.variable.css +5 -0
  140. package/lib/radio/radio.variable.css +5 -0
  141. package/lib/resize-layout/resize-layout.variable.css +5 -0
  142. package/lib/select/select.variable.css +5 -0
  143. package/lib/shared/index.d.ts +18 -0
  144. package/lib/shared/index.js +1 -1
  145. package/lib/shared/mask-manager.d.ts +3 -2
  146. package/lib/shared/pop-manager.d.ts +3 -2
  147. package/lib/shared/popover.d.ts +3 -0
  148. package/lib/sideslider/index.d.ts +227 -33
  149. package/lib/sideslider/index.js +1 -1
  150. package/lib/sideslider/sideslider.css +48 -3
  151. package/lib/sideslider/sideslider.d.ts +103 -12
  152. package/lib/sideslider/sideslider.less +65 -6
  153. package/lib/sideslider/sideslider.variable.css +53 -3
  154. package/lib/slider/index.d.ts +414 -1
  155. package/lib/slider/index.js +1 -1
  156. package/lib/slider/slider.variable.css +5 -0
  157. package/lib/steps/steps.variable.css +5 -0
  158. package/lib/styles/index.d.ts +3 -0
  159. package/lib/styles/themes/themes.less +7 -0
  160. package/lib/switcher/switcher.variable.css +5 -0
  161. package/lib/tab/index.d.ts +6 -6
  162. package/lib/tab/tab-panel.d.ts +2 -2
  163. package/lib/tab/tab.d.ts +1 -1
  164. package/lib/tab/tab.variable.css +5 -0
  165. package/lib/table/index.d.ts +4 -4
  166. package/lib/table/index.js +1 -1
  167. package/lib/table/plugins/head-filter.variable.css +5 -0
  168. package/lib/table/plugins/head-sort.variable.css +5 -0
  169. package/lib/table/plugins/settings.variable.css +5 -0
  170. package/lib/table/props.d.ts +4 -0
  171. package/lib/table/render.d.ts +1 -0
  172. package/lib/table/table.css +54 -2
  173. package/lib/table/table.d.ts +1 -1
  174. package/lib/table/table.less +52 -2
  175. package/lib/table/table.variable.css +59 -2
  176. package/lib/table/use-common.d.ts +5 -3
  177. package/lib/table/utils.d.ts +10 -0
  178. package/lib/tag/index.d.ts +3 -3
  179. package/lib/tag/tag.d.ts +1 -1
  180. package/lib/tag/tag.variable.css +5 -0
  181. package/lib/tag-input/index.d.ts +893 -1
  182. package/lib/tag-input/index.js +1 -1
  183. package/lib/tag-input/tag-input.d.ts +1 -1
  184. package/lib/tag-input/tag-input.variable.css +5 -0
  185. package/lib/timeline/timeline.variable.css +5 -0
  186. package/lib/transfer/transfer.variable.css +5 -0
  187. package/lib/tree/index.d.ts +39 -1
  188. package/lib/tree/index.js +1 -1
  189. package/lib/tree/props.d.ts +19 -0
  190. package/lib/tree/tree.css +3 -1
  191. package/lib/tree/tree.d.ts +18 -0
  192. package/lib/tree/tree.less +3 -1
  193. package/lib/tree/tree.variable.css +8 -1
  194. package/lib/tree/use-empty.d.ts +6 -0
  195. package/lib/tree/use-node-attribute.d.ts +1 -0
  196. package/lib/tree/use-search.d.ts +11 -0
  197. package/lib/tree/util.d.ts +2 -1
  198. package/lib/upload/index.d.ts +2 -0
  199. package/lib/upload/index.js +1 -0
  200. package/lib/upload/props.d.ts +113 -0
  201. package/lib/upload/upload-list.d.ts +46 -0
  202. package/lib/upload/upload-trigger.d.ts +54 -0
  203. package/lib/upload/upload.css +374 -0
  204. package/lib/upload/upload.d.ts +252 -0
  205. package/lib/upload/upload.less +455 -0
  206. package/lib/upload/upload.type.d.ts +78 -0
  207. package/lib/upload/upload.variable.css +473 -0
  208. package/lib/upload/use-ajax-upload.d.ts +3 -0
  209. package/lib/upload/use-file-handler.d.ts +44 -0
  210. package/lib/virtual-render/index.d.ts +27 -4
  211. package/lib/virtual-render/index.js +1 -1
  212. package/lib/virtual-render/props.d.ts +10 -0
  213. package/lib/virtual-render/use-tag-render.d.ts +7 -0
  214. package/lib/virtual-render/virtual-render.d.ts +14 -3
  215. package/package.json +2 -2
@@ -1,14 +1,63 @@
1
1
  @import '../styles/themes/themes.less';
2
2
 
3
+ .bk-sideslider {
4
+ position: fixed;
5
+ top: 0;
6
+ right: 0;
7
+ bottom: 0;
8
+ left: 0;
9
+ }
10
+
11
+ /* fade-center */
12
+
13
+ /* slide过渡动画 */
14
+ .slide-enter-active,
15
+ .slide-leave-active,
16
+ .bk-modal-body {
17
+ transform: translateX(0);
18
+ transition: transform .25s;
19
+ }
20
+
21
+ .slide-enter-active {
22
+ animation: slider-fade-in .25s;
23
+ }
24
+
25
+ .slide-leave-active {
26
+ animation: slider-fade-in .25s reverse;
27
+ }
28
+
29
+ .slide-enter-from,
30
+ .slide-leave-to {
31
+ &.left {
32
+ transform: translateX(-100%);
33
+ transition: transform .25s;
34
+ }
35
+
36
+ &.right {
37
+ transform: translateX(100%);
38
+ transition: transform .25s;
39
+ }
40
+ }
41
+
42
+ @keyframes slider-fade-in {
43
+ 0% {
44
+ opacity: 0;
45
+ }
46
+
47
+ 100% {
48
+ opacity: 1;
49
+ }
50
+ }
51
+
3
52
  .bk-modal-wrapper {
4
53
  &.bk-sideslider-wrapper {
5
- position: fixed;
54
+ position: absolute;
6
55
  top: 0;
7
56
  bottom: 0;
8
57
  left: auto;
9
- background: #fff;
58
+ //background: #fff;
10
59
  transform: initial;
11
- box-shadow: -5px 0 8px -5px rgb(0 0 0 / 20%);
60
+ //box-shadow: -5px 0 8px -5px rgb(0 0 0 / 20%);
12
61
 
13
62
  &.scroll-able {
14
63
  .bk-modal-content {
@@ -23,7 +72,7 @@
23
72
  border-bottom: 1px solid #dcdee5;
24
73
 
25
74
  .bk-sideslider-close {
26
- position: absolute;
75
+ position: absolute;
27
76
  top: 0;
28
77
  width: 30px;
29
78
  height: 60px;
@@ -66,7 +115,7 @@
66
115
  }
67
116
  }
68
117
 
69
-
118
+
70
119
  }
71
120
 
72
121
  .bk-sideslider-title {
@@ -82,5 +131,15 @@
82
131
  }
83
132
  }
84
133
  }
134
+
135
+ .bk-sideslider-footer {
136
+ display: flex;
137
+ width: 100%;
138
+ height: 54px;
139
+ background: #fff;
140
+ border-top: 1px solid transparent;
141
+ align-items: center;
142
+ }
85
143
  }
86
- }
144
+ }
145
+
@@ -9,6 +9,7 @@
9
9
  --gray-color: #979ba5;
10
10
  --light-gray: #c4c6cc;
11
11
  --white-color: white;
12
+ --whitesmoke-color: #fafbfd;
12
13
  --disable-color: #dcdee5;
13
14
  --font-size-base: 12px;
14
15
  --font-size-medium: 14px;
@@ -91,15 +92,56 @@
91
92
  --table-body-font-color: #575961;
92
93
  --table-row-hover-bg-color: #f5f7fa;
93
94
  --table-row-active-bg-color: #f0f1f5;
95
+ --cascader-panel-border-color: #dcdee5;
96
+ --cascader-panel-hover: #eaf3ff;
97
+ --cascader-panel-active: #f4f6fa;
98
+ --cascader-panel-disabled-bg: #fff;
94
99
  }
95
- .bk-modal-wrapper.bk-sideslider-wrapper {
100
+ .bk-sideslider {
96
101
  position: fixed;
97
102
  top: 0;
103
+ right: 0;
104
+ bottom: 0;
105
+ left: 0;
106
+ }
107
+ /* fade-center */
108
+ /* slide过渡动画 */
109
+ .slide-enter-active,
110
+ .slide-leave-active,
111
+ .bk-modal-body {
112
+ transform: translateX(0);
113
+ transition: transform 0.25s;
114
+ }
115
+ .slide-enter-active {
116
+ animation: slider-fade-in 0.25s;
117
+ }
118
+ .slide-leave-active {
119
+ animation: slider-fade-in 0.25s reverse;
120
+ }
121
+ .slide-enter-from.left,
122
+ .slide-leave-to.left {
123
+ transform: translateX(-100%);
124
+ transition: transform 0.25s;
125
+ }
126
+ .slide-enter-from.right,
127
+ .slide-leave-to.right {
128
+ transform: translateX(100%);
129
+ transition: transform 0.25s;
130
+ }
131
+ @keyframes slider-fade-in {
132
+ 0% {
133
+ opacity: 0;
134
+ }
135
+ 100% {
136
+ opacity: 1;
137
+ }
138
+ }
139
+ .bk-modal-wrapper.bk-sideslider-wrapper {
140
+ position: absolute;
141
+ top: 0;
98
142
  bottom: 0;
99
143
  left: auto;
100
- background: #fff;
101
144
  transform: initial;
102
- box-shadow: -5px 0 8px -5px rgba(0, 0, 0, 0.2);
103
145
  }
104
146
  .bk-modal-wrapper.bk-sideslider-wrapper.scroll-able .bk-modal-content {
105
147
  overflow: auto;
@@ -161,3 +203,11 @@
161
203
  .bk-modal-wrapper.bk-sideslider-wrapper .bk-sideslider-header .bk-sideslider-title.right {
162
204
  padding: 0px 0px 0px 50px;
163
205
  }
206
+ .bk-modal-wrapper.bk-sideslider-wrapper .bk-sideslider-footer {
207
+ display: flex;
208
+ width: 100%;
209
+ height: 54px;
210
+ background: #fff;
211
+ border-top: 1px solid transparent;
212
+ align-items: center;
213
+ }
@@ -23,5 +23,418 @@
23
23
  * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
24
24
  * IN THE SOFTWARE.
25
25
  */
26
- import Slider from './slider';
26
+ declare const Slider: {
27
+ new (...args: any[]): {
28
+ $: import("vue").ComponentInternalInstance;
29
+ $data: {};
30
+ $props: Partial<{
31
+ height: string;
32
+ step: number;
33
+ vertical: boolean;
34
+ extCls: string;
35
+ range: boolean;
36
+ showInput: boolean;
37
+ disable: boolean;
38
+ showTip: boolean;
39
+ maxValue: number;
40
+ minValue: number;
41
+ showInterval: boolean;
42
+ showIntervalLabel: boolean;
43
+ showButtonLabel: boolean;
44
+ showBetweenLabel: boolean;
45
+ customContent: Record<string, any>;
46
+ formatterLabel: Function;
47
+ formatterButtonLabel: Function;
48
+ formatterTipLabel: Function;
49
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
50
+ modelValue: import("vue-types").VueTypeDef<number | unknown[]>;
51
+ extCls: {
52
+ type: StringConstructor;
53
+ default: string;
54
+ };
55
+ vertical: {
56
+ type: BooleanConstructor;
57
+ default: boolean;
58
+ };
59
+ height: {
60
+ type: StringConstructor;
61
+ default: string;
62
+ };
63
+ disable: {
64
+ type: BooleanConstructor;
65
+ default: boolean;
66
+ };
67
+ showTip: {
68
+ type: BooleanConstructor;
69
+ default: boolean;
70
+ };
71
+ maxValue: {
72
+ type: NumberConstructor[];
73
+ default: number;
74
+ };
75
+ minValue: {
76
+ type: NumberConstructor[];
77
+ default: number;
78
+ };
79
+ step: {
80
+ type: NumberConstructor[];
81
+ default: number;
82
+ };
83
+ range: {
84
+ type: BooleanConstructor;
85
+ default: boolean;
86
+ };
87
+ showInterval: {
88
+ type: BooleanConstructor;
89
+ default: boolean;
90
+ };
91
+ showIntervalLabel: {
92
+ type: BooleanConstructor;
93
+ default: boolean;
94
+ };
95
+ showButtonLabel: {
96
+ type: BooleanConstructor;
97
+ default: boolean;
98
+ };
99
+ showBetweenLabel: {
100
+ type: BooleanConstructor;
101
+ default: boolean;
102
+ };
103
+ showInput: {
104
+ type: BooleanConstructor;
105
+ default: boolean;
106
+ };
107
+ customContent: {
108
+ type: ObjectConstructor;
109
+ default: any;
110
+ };
111
+ formatterLabel: {
112
+ type: FunctionConstructor;
113
+ default: (value: number) => number;
114
+ };
115
+ formatterButtonLabel: {
116
+ type: FunctionConstructor;
117
+ default: (value: number) => number;
118
+ };
119
+ formatterTipLabel: {
120
+ type: FunctionConstructor;
121
+ default: (value: number) => number;
122
+ };
123
+ }>> & {
124
+ onChange?: (...args: any[]) => any;
125
+ "onUpdate:modelValue"?: (...args: any[]) => any;
126
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "height" | "step" | "vertical" | "extCls" | "range" | "showInput" | "disable" | "showTip" | "maxValue" | "minValue" | "showInterval" | "showIntervalLabel" | "showButtonLabel" | "showBetweenLabel" | "customContent" | "formatterLabel" | "formatterButtonLabel" | "formatterTipLabel">;
127
+ $attrs: {
128
+ [x: string]: unknown;
129
+ };
130
+ $refs: {
131
+ [x: string]: unknown;
132
+ };
133
+ $slots: Readonly<{
134
+ [name: string]: import("vue").Slot;
135
+ }>;
136
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
137
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
138
+ $emit: (event: "change" | "update:modelValue", ...args: any[]) => void;
139
+ $el: any;
140
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
141
+ modelValue: import("vue-types").VueTypeDef<number | unknown[]>;
142
+ extCls: {
143
+ type: StringConstructor;
144
+ default: string;
145
+ };
146
+ vertical: {
147
+ type: BooleanConstructor;
148
+ default: boolean;
149
+ };
150
+ height: {
151
+ type: StringConstructor;
152
+ default: string;
153
+ };
154
+ disable: {
155
+ type: BooleanConstructor;
156
+ default: boolean;
157
+ };
158
+ showTip: {
159
+ type: BooleanConstructor;
160
+ default: boolean;
161
+ };
162
+ maxValue: {
163
+ type: NumberConstructor[];
164
+ default: number;
165
+ };
166
+ minValue: {
167
+ type: NumberConstructor[];
168
+ default: number;
169
+ };
170
+ step: {
171
+ type: NumberConstructor[];
172
+ default: number;
173
+ };
174
+ range: {
175
+ type: BooleanConstructor;
176
+ default: boolean;
177
+ };
178
+ showInterval: {
179
+ type: BooleanConstructor;
180
+ default: boolean;
181
+ };
182
+ showIntervalLabel: {
183
+ type: BooleanConstructor;
184
+ default: boolean;
185
+ };
186
+ showButtonLabel: {
187
+ type: BooleanConstructor;
188
+ default: boolean;
189
+ };
190
+ showBetweenLabel: {
191
+ type: BooleanConstructor;
192
+ default: boolean;
193
+ };
194
+ showInput: {
195
+ type: BooleanConstructor;
196
+ default: boolean;
197
+ };
198
+ customContent: {
199
+ type: ObjectConstructor;
200
+ default: any;
201
+ };
202
+ formatterLabel: {
203
+ type: FunctionConstructor;
204
+ default: (value: number) => number;
205
+ };
206
+ formatterButtonLabel: {
207
+ type: FunctionConstructor;
208
+ default: (value: number) => number;
209
+ };
210
+ formatterTipLabel: {
211
+ type: FunctionConstructor;
212
+ default: (value: number) => number;
213
+ };
214
+ }>> & {
215
+ onChange?: (...args: any[]) => any;
216
+ "onUpdate:modelValue"?: (...args: any[]) => any;
217
+ }, {
218
+ renderDom: () => JSX.Element;
219
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue")[], string, {
220
+ height: string;
221
+ step: number;
222
+ vertical: boolean;
223
+ extCls: string;
224
+ range: boolean;
225
+ showInput: boolean;
226
+ disable: boolean;
227
+ showTip: boolean;
228
+ maxValue: number;
229
+ minValue: number;
230
+ showInterval: boolean;
231
+ showIntervalLabel: boolean;
232
+ showButtonLabel: boolean;
233
+ showBetweenLabel: boolean;
234
+ customContent: Record<string, any>;
235
+ formatterLabel: Function;
236
+ formatterButtonLabel: Function;
237
+ formatterTipLabel: Function;
238
+ }> & {
239
+ beforeCreate?: (() => void) | (() => void)[];
240
+ created?: (() => void) | (() => void)[];
241
+ beforeMount?: (() => void) | (() => void)[];
242
+ mounted?: (() => void) | (() => void)[];
243
+ beforeUpdate?: (() => void) | (() => void)[];
244
+ updated?: (() => void) | (() => void)[];
245
+ activated?: (() => void) | (() => void)[];
246
+ deactivated?: (() => void) | (() => void)[];
247
+ beforeDestroy?: (() => void) | (() => void)[];
248
+ beforeUnmount?: (() => void) | (() => void)[];
249
+ destroyed?: (() => void) | (() => void)[];
250
+ unmounted?: (() => void) | (() => void)[];
251
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
252
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
253
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[];
254
+ };
255
+ $forceUpdate: () => void;
256
+ $nextTick: typeof import("vue").nextTick;
257
+ $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
258
+ } & Readonly<import("vue").ExtractPropTypes<{
259
+ modelValue: import("vue-types").VueTypeDef<number | unknown[]>;
260
+ extCls: {
261
+ type: StringConstructor;
262
+ default: string;
263
+ };
264
+ vertical: {
265
+ type: BooleanConstructor;
266
+ default: boolean;
267
+ };
268
+ height: {
269
+ type: StringConstructor;
270
+ default: string;
271
+ };
272
+ disable: {
273
+ type: BooleanConstructor;
274
+ default: boolean;
275
+ };
276
+ showTip: {
277
+ type: BooleanConstructor;
278
+ default: boolean;
279
+ };
280
+ maxValue: {
281
+ type: NumberConstructor[];
282
+ default: number;
283
+ };
284
+ minValue: {
285
+ type: NumberConstructor[];
286
+ default: number;
287
+ };
288
+ step: {
289
+ type: NumberConstructor[];
290
+ default: number;
291
+ };
292
+ range: {
293
+ type: BooleanConstructor;
294
+ default: boolean;
295
+ };
296
+ showInterval: {
297
+ type: BooleanConstructor;
298
+ default: boolean;
299
+ };
300
+ showIntervalLabel: {
301
+ type: BooleanConstructor;
302
+ default: boolean;
303
+ };
304
+ showButtonLabel: {
305
+ type: BooleanConstructor;
306
+ default: boolean;
307
+ };
308
+ showBetweenLabel: {
309
+ type: BooleanConstructor;
310
+ default: boolean;
311
+ };
312
+ showInput: {
313
+ type: BooleanConstructor;
314
+ default: boolean;
315
+ };
316
+ customContent: {
317
+ type: ObjectConstructor;
318
+ default: any;
319
+ };
320
+ formatterLabel: {
321
+ type: FunctionConstructor;
322
+ default: (value: number) => number;
323
+ };
324
+ formatterButtonLabel: {
325
+ type: FunctionConstructor;
326
+ default: (value: number) => number;
327
+ };
328
+ formatterTipLabel: {
329
+ type: FunctionConstructor;
330
+ default: (value: number) => number;
331
+ };
332
+ }>> & {
333
+ onChange?: (...args: any[]) => any;
334
+ "onUpdate:modelValue"?: (...args: any[]) => any;
335
+ } & import("vue").ShallowUnwrapRef<{
336
+ renderDom: () => JSX.Element;
337
+ }> & {} & {} & import("vue").ComponentCustomProperties;
338
+ __isFragment?: never;
339
+ __isTeleport?: never;
340
+ __isSuspense?: never;
341
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
342
+ modelValue: import("vue-types").VueTypeDef<number | unknown[]>;
343
+ extCls: {
344
+ type: StringConstructor;
345
+ default: string;
346
+ };
347
+ vertical: {
348
+ type: BooleanConstructor;
349
+ default: boolean;
350
+ };
351
+ height: {
352
+ type: StringConstructor;
353
+ default: string;
354
+ };
355
+ disable: {
356
+ type: BooleanConstructor;
357
+ default: boolean;
358
+ };
359
+ showTip: {
360
+ type: BooleanConstructor;
361
+ default: boolean;
362
+ };
363
+ maxValue: {
364
+ type: NumberConstructor[];
365
+ default: number;
366
+ };
367
+ minValue: {
368
+ type: NumberConstructor[];
369
+ default: number;
370
+ };
371
+ step: {
372
+ type: NumberConstructor[];
373
+ default: number;
374
+ };
375
+ range: {
376
+ type: BooleanConstructor;
377
+ default: boolean;
378
+ };
379
+ showInterval: {
380
+ type: BooleanConstructor;
381
+ default: boolean;
382
+ };
383
+ showIntervalLabel: {
384
+ type: BooleanConstructor;
385
+ default: boolean;
386
+ };
387
+ showButtonLabel: {
388
+ type: BooleanConstructor;
389
+ default: boolean;
390
+ };
391
+ showBetweenLabel: {
392
+ type: BooleanConstructor;
393
+ default: boolean;
394
+ };
395
+ showInput: {
396
+ type: BooleanConstructor;
397
+ default: boolean;
398
+ };
399
+ customContent: {
400
+ type: ObjectConstructor;
401
+ default: any;
402
+ };
403
+ formatterLabel: {
404
+ type: FunctionConstructor;
405
+ default: (value: number) => number;
406
+ };
407
+ formatterButtonLabel: {
408
+ type: FunctionConstructor;
409
+ default: (value: number) => number;
410
+ };
411
+ formatterTipLabel: {
412
+ type: FunctionConstructor;
413
+ default: (value: number) => number;
414
+ };
415
+ }>> & {
416
+ onChange?: (...args: any[]) => any;
417
+ "onUpdate:modelValue"?: (...args: any[]) => any;
418
+ }, {
419
+ renderDom: () => JSX.Element;
420
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", {
421
+ height: string;
422
+ step: number;
423
+ vertical: boolean;
424
+ extCls: string;
425
+ range: boolean;
426
+ showInput: boolean;
427
+ disable: boolean;
428
+ showTip: boolean;
429
+ maxValue: number;
430
+ minValue: number;
431
+ showInterval: boolean;
432
+ showIntervalLabel: boolean;
433
+ showButtonLabel: boolean;
434
+ showBetweenLabel: boolean;
435
+ customContent: Record<string, any>;
436
+ formatterLabel: Function;
437
+ formatterButtonLabel: Function;
438
+ formatterTipLabel: Function;
439
+ }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin;
27
440
  export default Slider;