bkui-vue 0.0.1-beta.125 → 0.0.1-beta.128

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 (117) hide show
  1. package/dist/index.cjs.js +31 -145
  2. package/dist/index.esm.js +435 -3387
  3. package/dist/index.umd.js +31 -145
  4. package/dist/style.css +1 -1
  5. package/dist/style.variable.css +1 -1
  6. package/lib/affix/affix.variable.css +2 -2
  7. package/lib/affix/index.d.ts +22 -118
  8. package/lib/alert/alert.variable.css +2 -2
  9. package/lib/alert/index.d.ts +28 -146
  10. package/lib/animate-number/index.d.ts +14 -84
  11. package/lib/backtop/backtop.variable.css +2 -2
  12. package/lib/backtop/index.d.ts +29 -135
  13. package/lib/badge/badge.variable.css +2 -2
  14. package/lib/badge/index.d.ts +46 -211
  15. package/lib/breadcrumb/breadcrumb.variable.css +2 -2
  16. package/lib/button/button.css +0 -4
  17. package/lib/button/button.less +7 -13
  18. package/lib/button/button.variable.css +2 -6
  19. package/lib/card/card.variable.css +2 -2
  20. package/lib/card/index.d.ts +50 -223
  21. package/lib/cascader/cascader.variable.css +2 -2
  22. package/lib/checkbox/checkbox.css +1 -1
  23. package/lib/checkbox/checkbox.less +1 -1
  24. package/lib/checkbox/checkbox.variable.css +3 -3
  25. package/lib/code-diff/code-diff.variable.css +2 -2
  26. package/lib/code-diff/index.d.ts +23 -123
  27. package/lib/collapse/collapse.variable.css +2 -2
  28. package/lib/collapse/index.d.ts +28 -147
  29. package/lib/components.d.ts +0 -1
  30. package/lib/components.js +1 -1
  31. package/lib/container/container.variable.css +2 -2
  32. package/lib/date-picker/date-picker.variable.css +2 -2
  33. package/lib/date-picker/index.d.ts +124 -566
  34. package/lib/dialog/index.d.ts +140 -557
  35. package/lib/divider/divider.variable.css +2 -2
  36. package/lib/divider/index.d.ts +23 -117
  37. package/lib/dropdown/dropdown.variable.css +2 -2
  38. package/lib/exception/exception.variable.css +2 -2
  39. package/lib/exception/index.d.ts +13 -83
  40. package/lib/fixed-navbar/fixed-navbar.variable.css +2 -2
  41. package/lib/fixed-navbar/index.d.ts +22 -121
  42. package/lib/form/form.variable.css +2 -2
  43. package/lib/input/index.d.ts +92 -408
  44. package/lib/input/index.js +1 -1
  45. package/lib/input/input.css +5 -13
  46. package/lib/input/input.less +2 -12
  47. package/lib/input/input.variable.css +4 -12
  48. package/lib/link/index.d.ts +28 -134
  49. package/lib/link/link.variable.css +2 -2
  50. package/lib/loading/loading.css +2 -0
  51. package/lib/loading/loading.less +2 -2
  52. package/lib/loading/loading.variable.css +4 -2
  53. package/lib/menu/menu.variable.css +2 -2
  54. package/lib/menu/submenu.variable.css +2 -2
  55. package/lib/message/message.variable.css +2 -2
  56. package/lib/navigation/index.d.ts +51 -244
  57. package/lib/navigation/navigation.variable.css +2 -2
  58. package/lib/notify/notify.variable.css +2 -2
  59. package/lib/pagination/index.d.ts +68 -305
  60. package/lib/pagination/pagination.variable.css +2 -2
  61. package/lib/popover/index.d.ts +76 -298
  62. package/lib/popover/popover.variable.css +2 -2
  63. package/lib/popover2/index.d.ts +92 -378
  64. package/lib/popover2/popover2.variable.css +2 -2
  65. package/lib/process/index.d.ts +35 -166
  66. package/lib/process/process.variable.css +2 -2
  67. package/lib/progress/index.d.ts +76 -306
  68. package/lib/progress/progress.variable.css +2 -2
  69. package/lib/radio/radio.variable.css +2 -2
  70. package/lib/rate/index.d.ts +15 -96
  71. package/lib/resize-layout/index.d.ts +52 -261
  72. package/lib/resize-layout/resize-layout.variable.css +2 -2
  73. package/lib/select/select.variable.css +2 -2
  74. package/lib/shared/index.d.ts +3 -3
  75. package/lib/sideslider/index.d.ts +91 -369
  76. package/lib/sideslider/sideslider.variable.css +2 -2
  77. package/lib/slider/index.d.ts +78 -319
  78. package/lib/slider/slider.variable.css +2 -2
  79. package/lib/steps/index.d.ts +43 -198
  80. package/lib/steps/steps.variable.css +2 -2
  81. package/lib/styles/mixins/scroll.variable.css +2 -2
  82. package/lib/styles/themes/themes.less +2 -2
  83. package/lib/swiper/index.d.ts +30 -146
  84. package/lib/switcher/index.d.ts +50 -223
  85. package/lib/switcher/switcher.variable.css +2 -2
  86. package/lib/tab/tab.variable.css +2 -2
  87. package/lib/table/index.d.ts +105 -412
  88. package/lib/table/index.js +1 -1
  89. package/lib/table/plugins/head-filter.variable.css +2 -2
  90. package/lib/table/plugins/head-sort.variable.css +2 -2
  91. package/lib/table/plugins/settings.css +4 -22
  92. package/lib/table/plugins/settings.less +4 -24
  93. package/lib/table/plugins/settings.variable.css +6 -24
  94. package/lib/table/props.d.ts +3 -2
  95. package/lib/table/table.css +4 -664
  96. package/lib/table/table.d.ts +7 -2
  97. package/lib/table/table.less +0 -6
  98. package/lib/table/table.variable.css +6 -666
  99. package/lib/tag/index.d.ts +38 -183
  100. package/lib/tag/tag.variable.css +2 -2
  101. package/lib/tag-input/index.d.ts +145 -666
  102. package/lib/tag-input/tag-input.variable.css +2 -2
  103. package/lib/timeline/index.d.ts +19 -109
  104. package/lib/timeline/timeline.variable.css +2 -2
  105. package/lib/transfer/index.d.ts +59 -264
  106. package/lib/transfer/transfer.variable.css +2 -2
  107. package/lib/tree/index.d.ts +103 -401
  108. package/lib/tree/index.js +1 -1
  109. package/lib/tree/tree.css +0 -105
  110. package/lib/tree/tree.less +0 -2
  111. package/lib/tree/tree.variable.css +2 -107
  112. package/lib/tree/use-node-action.d.ts +1 -1
  113. package/lib/tree/use-node-attribute.d.ts +0 -1
  114. package/lib/upload/upload.variable.css +2 -2
  115. package/lib/virtual-render/index.d.ts +109 -433
  116. package/lib/virtual-render/virtual-render.variable.css +2 -2
  117. package/package.json +1 -1
@@ -1,97 +1,16 @@
1
- declare const BkRate: {
2
- new (...args: any[]): {
3
- $: import("vue").ComponentInternalInstance;
4
- $data: {};
5
- $props: Partial<{
6
- modelValue: number;
7
- editable: boolean;
8
- }> & Omit<Readonly<import("vue").ExtractPropTypes<{
9
- modelValue: import("vue-types").VueTypeValidableDef<number> & {
10
- default: number;
11
- } & {
12
- default: number;
13
- };
14
- size: import("vue-types").VueTypeDef<string>;
15
- editable: import("vue-types").VueTypeValidableDef<boolean> & {
16
- default: boolean;
17
- } & {
18
- default: boolean;
19
- };
20
- }>> & {
21
- onChange?: (...args: any[]) => any;
22
- "onUpdate:modelValue"?: (...args: any[]) => any;
23
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "modelValue" | "editable">;
24
- $attrs: {
25
- [x: string]: unknown;
26
- };
27
- $refs: {
28
- [x: string]: unknown;
29
- };
30
- $slots: Readonly<{
31
- [name: string]: import("vue").Slot;
32
- }>;
33
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
34
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
35
- $emit: (event: "change" | "update:modelValue", ...args: any[]) => void;
36
- $el: any;
37
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
38
- modelValue: import("vue-types").VueTypeValidableDef<number> & {
39
- default: number;
40
- } & {
41
- default: number;
42
- };
43
- size: import("vue-types").VueTypeDef<string>;
44
- editable: import("vue-types").VueTypeValidableDef<boolean> & {
45
- default: boolean;
46
- } & {
47
- default: boolean;
48
- };
49
- }>> & {
50
- onChange?: (...args: any[]) => any;
51
- "onUpdate:modelValue"?: (...args: any[]) => any;
52
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue")[], string, {
53
- modelValue: number;
54
- editable: boolean;
55
- }> & {
56
- beforeCreate?: (() => void) | (() => void)[];
57
- created?: (() => void) | (() => void)[];
58
- beforeMount?: (() => void) | (() => void)[];
59
- mounted?: (() => void) | (() => void)[];
60
- beforeUpdate?: (() => void) | (() => void)[];
61
- updated?: (() => void) | (() => void)[];
62
- activated?: (() => void) | (() => void)[];
63
- deactivated?: (() => void) | (() => void)[];
64
- beforeDestroy?: (() => void) | (() => void)[];
65
- beforeUnmount?: (() => void) | (() => void)[];
66
- destroyed?: (() => void) | (() => void)[];
67
- unmounted?: (() => void) | (() => void)[];
68
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
69
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
70
- 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)[];
71
- };
72
- $forceUpdate: () => void;
73
- $nextTick: typeof import("vue").nextTick;
74
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
75
- } & Readonly<import("vue").ExtractPropTypes<{
76
- modelValue: import("vue-types").VueTypeValidableDef<number> & {
77
- default: number;
78
- } & {
79
- default: number;
80
- };
81
- size: import("vue-types").VueTypeDef<string>;
82
- editable: import("vue-types").VueTypeValidableDef<boolean> & {
83
- default: boolean;
84
- } & {
85
- default: boolean;
86
- };
87
- }>> & {
88
- onChange?: (...args: any[]) => any;
89
- "onUpdate:modelValue"?: (...args: any[]) => any;
90
- } & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & {} & import("vue").ComponentCustomProperties;
91
- __isFragment?: never;
92
- __isTeleport?: never;
93
- __isSuspense?: never;
94
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1
+ declare const BkRate: import("vue").DefineComponent<{
2
+ modelValue: import("vue-types").VueTypeValidableDef<number> & {
3
+ default: number;
4
+ } & {
5
+ default: number;
6
+ };
7
+ size: import("vue-types").VueTypeDef<string>;
8
+ editable: import("vue-types").VueTypeValidableDef<boolean> & {
9
+ default: boolean;
10
+ } & {
11
+ default: boolean;
12
+ };
13
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
95
14
  modelValue: import("vue-types").VueTypeValidableDef<number> & {
96
15
  default: number;
97
16
  } & {
@@ -106,8 +25,8 @@ declare const BkRate: {
106
25
  }>> & {
107
26
  onChange?: (...args: any[]) => any;
108
27
  "onUpdate:modelValue"?: (...args: any[]) => any;
109
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", {
28
+ }, {
110
29
  modelValue: number;
111
30
  editable: boolean;
112
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin;
31
+ }>;
113
32
  export default BkRate;
@@ -1,257 +1,4 @@
1
- declare const BkResizeLayout: {
2
- new (...args: any[]): {
3
- $: import("vue").ComponentInternalInstance;
4
- $data: {};
5
- $props: Partial<{
6
- placement: string;
7
- disabled: boolean;
8
- min: number;
9
- max: number;
10
- border: boolean;
11
- collapsible: boolean;
12
- triggerWidth: number;
13
- triggerOffset: number;
14
- initialDivide: string | number;
15
- immediate: boolean;
16
- autoMinimize: number | boolean;
17
- }> & Omit<Readonly<import("vue").ExtractPropTypes<{
18
- placement: import("vue-types").VueTypeDef<string> & {
19
- default: string;
20
- };
21
- min: import("vue-types").VueTypeValidableDef<number> & {
22
- default: number;
23
- } & {
24
- default: number;
25
- };
26
- max: import("vue-types").VueTypeValidableDef<number> & {
27
- default: number;
28
- } & {
29
- default: number;
30
- };
31
- triggerWidth: import("vue-types").VueTypeValidableDef<number> & {
32
- default: number;
33
- } & {
34
- default: number;
35
- };
36
- triggerOffset: import("vue-types").VueTypeValidableDef<number> & {
37
- default: number;
38
- } & {
39
- default: number;
40
- };
41
- initialDivide: import("vue-types").VueTypeDef<string | number> & {
42
- default: string | number;
43
- };
44
- immediate: import("vue-types").VueTypeValidableDef<boolean> & {
45
- default: boolean;
46
- };
47
- disabled: import("vue-types").VueTypeValidableDef<boolean> & {
48
- default: boolean;
49
- };
50
- collapsible: import("vue-types").VueTypeValidableDef<boolean> & {
51
- default: boolean;
52
- };
53
- autoMinimize: import("vue-types").VueTypeDef<number | boolean> & {
54
- default: number | boolean;
55
- };
56
- border: import("vue-types").VueTypeValidableDef<boolean> & {
57
- default: boolean;
58
- } & {
59
- default: boolean;
60
- };
61
- }>> & {
62
- "onBefore-resize"?: (...args: any[]) => any;
63
- onResizing?: (...args: any[]) => any;
64
- "onAfter-resize"?: (...args: any[]) => any;
65
- "onCollapse-change"?: (...args: any[]) => any;
66
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "placement" | "disabled" | "min" | "max" | "border" | "collapsible" | "triggerWidth" | "triggerOffset" | "initialDivide" | "immediate" | "autoMinimize">;
67
- $attrs: {
68
- [x: string]: unknown;
69
- };
70
- $refs: {
71
- [x: string]: unknown;
72
- };
73
- $slots: Readonly<{
74
- [name: string]: import("vue").Slot;
75
- }>;
76
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
77
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
78
- $emit: (event: "before-resize" | "resizing" | "after-resize" | "collapse-change", ...args: any[]) => void;
79
- $el: any;
80
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
81
- placement: import("vue-types").VueTypeDef<string> & {
82
- default: string;
83
- };
84
- min: import("vue-types").VueTypeValidableDef<number> & {
85
- default: number;
86
- } & {
87
- default: number;
88
- };
89
- max: import("vue-types").VueTypeValidableDef<number> & {
90
- default: number;
91
- } & {
92
- default: number;
93
- };
94
- triggerWidth: import("vue-types").VueTypeValidableDef<number> & {
95
- default: number;
96
- } & {
97
- default: number;
98
- };
99
- triggerOffset: import("vue-types").VueTypeValidableDef<number> & {
100
- default: number;
101
- } & {
102
- default: number;
103
- };
104
- initialDivide: import("vue-types").VueTypeDef<string | number> & {
105
- default: string | number;
106
- };
107
- immediate: import("vue-types").VueTypeValidableDef<boolean> & {
108
- default: boolean;
109
- };
110
- disabled: import("vue-types").VueTypeValidableDef<boolean> & {
111
- default: boolean;
112
- };
113
- collapsible: import("vue-types").VueTypeValidableDef<boolean> & {
114
- default: boolean;
115
- };
116
- autoMinimize: import("vue-types").VueTypeDef<number | boolean> & {
117
- default: number | boolean;
118
- };
119
- border: import("vue-types").VueTypeValidableDef<boolean> & {
120
- default: boolean;
121
- } & {
122
- default: boolean;
123
- };
124
- }>> & {
125
- "onBefore-resize"?: (...args: any[]) => any;
126
- onResizing?: (...args: any[]) => any;
127
- "onAfter-resize"?: (...args: any[]) => any;
128
- "onCollapse-change"?: (...args: any[]) => any;
129
- }, {
130
- collapsed: import("vue").Ref<boolean>;
131
- asideContentVisible: import("vue").Ref<boolean>;
132
- minimized: import("vue").Ref<boolean>;
133
- limitMax: any;
134
- state: any;
135
- vertical: import("vue").ComputedRef<boolean>;
136
- cssPropKey: import("vue").ComputedRef<"height" | "width">;
137
- bkResizeLayoutRef: import("vue").Ref<HTMLElement>;
138
- resizeProxyRef: import("vue").Ref<HTMLElement>;
139
- resizeMaskRef: import("vue").Ref<HTMLElement>;
140
- asideRef: import("vue").Ref<HTMLElement>;
141
- triggerStyle: import("vue").ComputedRef<{
142
- [x: string]: string;
143
- }>;
144
- asideStyle: import("vue").ComputedRef<{
145
- [x: string]: string;
146
- }>;
147
- handleMousedown: (event: any) => void;
148
- setCollapse: (collapse: any) => void;
149
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("before-resize" | "resizing" | "after-resize" | "collapse-change")[], string, {
150
- placement: string;
151
- disabled: boolean;
152
- min: number;
153
- max: number;
154
- border: boolean;
155
- collapsible: boolean;
156
- triggerWidth: number;
157
- triggerOffset: number;
158
- initialDivide: string | number;
159
- immediate: boolean;
160
- autoMinimize: number | boolean;
161
- }> & {
162
- beforeCreate?: (() => void) | (() => void)[];
163
- created?: (() => void) | (() => void)[];
164
- beforeMount?: (() => void) | (() => void)[];
165
- mounted?: (() => void) | (() => void)[];
166
- beforeUpdate?: (() => void) | (() => void)[];
167
- updated?: (() => void) | (() => void)[];
168
- activated?: (() => void) | (() => void)[];
169
- deactivated?: (() => void) | (() => void)[];
170
- beforeDestroy?: (() => void) | (() => void)[];
171
- beforeUnmount?: (() => void) | (() => void)[];
172
- destroyed?: (() => void) | (() => void)[];
173
- unmounted?: (() => void) | (() => void)[];
174
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
175
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
176
- 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)[];
177
- };
178
- $forceUpdate: () => void;
179
- $nextTick: typeof import("vue").nextTick;
180
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
181
- } & Readonly<import("vue").ExtractPropTypes<{
182
- placement: import("vue-types").VueTypeDef<string> & {
183
- default: string;
184
- };
185
- min: import("vue-types").VueTypeValidableDef<number> & {
186
- default: number;
187
- } & {
188
- default: number;
189
- };
190
- max: import("vue-types").VueTypeValidableDef<number> & {
191
- default: number;
192
- } & {
193
- default: number;
194
- };
195
- triggerWidth: import("vue-types").VueTypeValidableDef<number> & {
196
- default: number;
197
- } & {
198
- default: number;
199
- };
200
- triggerOffset: import("vue-types").VueTypeValidableDef<number> & {
201
- default: number;
202
- } & {
203
- default: number;
204
- };
205
- initialDivide: import("vue-types").VueTypeDef<string | number> & {
206
- default: string | number;
207
- };
208
- immediate: import("vue-types").VueTypeValidableDef<boolean> & {
209
- default: boolean;
210
- };
211
- disabled: import("vue-types").VueTypeValidableDef<boolean> & {
212
- default: boolean;
213
- };
214
- collapsible: import("vue-types").VueTypeValidableDef<boolean> & {
215
- default: boolean;
216
- };
217
- autoMinimize: import("vue-types").VueTypeDef<number | boolean> & {
218
- default: number | boolean;
219
- };
220
- border: import("vue-types").VueTypeValidableDef<boolean> & {
221
- default: boolean;
222
- } & {
223
- default: boolean;
224
- };
225
- }>> & {
226
- "onBefore-resize"?: (...args: any[]) => any;
227
- onResizing?: (...args: any[]) => any;
228
- "onAfter-resize"?: (...args: any[]) => any;
229
- "onCollapse-change"?: (...args: any[]) => any;
230
- } & import("vue").ShallowUnwrapRef<{
231
- collapsed: import("vue").Ref<boolean>;
232
- asideContentVisible: import("vue").Ref<boolean>;
233
- minimized: import("vue").Ref<boolean>;
234
- limitMax: any;
235
- state: any;
236
- vertical: import("vue").ComputedRef<boolean>;
237
- cssPropKey: import("vue").ComputedRef<"height" | "width">;
238
- bkResizeLayoutRef: import("vue").Ref<HTMLElement>;
239
- resizeProxyRef: import("vue").Ref<HTMLElement>;
240
- resizeMaskRef: import("vue").Ref<HTMLElement>;
241
- asideRef: import("vue").Ref<HTMLElement>;
242
- triggerStyle: import("vue").ComputedRef<{
243
- [x: string]: string;
244
- }>;
245
- asideStyle: import("vue").ComputedRef<{
246
- [x: string]: string;
247
- }>;
248
- handleMousedown: (event: any) => void;
249
- setCollapse: (collapse: any) => void;
250
- }> & {} & {} & import("vue").ComponentCustomProperties;
251
- __isFragment?: never;
252
- __isTeleport?: never;
253
- __isSuspense?: never;
254
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1
+ declare const BkResizeLayout: import("vue").DefineComponent<{
255
2
  placement: import("vue-types").VueTypeDef<string> & {
256
3
  default: string;
257
4
  };
@@ -295,11 +42,6 @@ declare const BkResizeLayout: {
295
42
  } & {
296
43
  default: boolean;
297
44
  };
298
- }>> & {
299
- "onBefore-resize"?: (...args: any[]) => any;
300
- onResizing?: (...args: any[]) => any;
301
- "onAfter-resize"?: (...args: any[]) => any;
302
- "onCollapse-change"?: (...args: any[]) => any;
303
45
  }, {
304
46
  collapsed: import("vue").Ref<boolean>;
305
47
  asideContentVisible: import("vue").Ref<boolean>;
@@ -320,7 +62,56 @@ declare const BkResizeLayout: {
320
62
  }>;
321
63
  handleMousedown: (event: any) => void;
322
64
  setCollapse: (collapse: any) => void;
323
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("before-resize" | "resizing" | "after-resize" | "collapse-change")[], "before-resize" | "resizing" | "after-resize" | "collapse-change", {
65
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("before-resize" | "resizing" | "after-resize" | "collapse-change")[], "before-resize" | "resizing" | "after-resize" | "collapse-change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
66
+ placement: import("vue-types").VueTypeDef<string> & {
67
+ default: string;
68
+ };
69
+ min: import("vue-types").VueTypeValidableDef<number> & {
70
+ default: number;
71
+ } & {
72
+ default: number;
73
+ };
74
+ max: import("vue-types").VueTypeValidableDef<number> & {
75
+ default: number;
76
+ } & {
77
+ default: number;
78
+ };
79
+ triggerWidth: import("vue-types").VueTypeValidableDef<number> & {
80
+ default: number;
81
+ } & {
82
+ default: number;
83
+ };
84
+ triggerOffset: import("vue-types").VueTypeValidableDef<number> & {
85
+ default: number;
86
+ } & {
87
+ default: number;
88
+ };
89
+ initialDivide: import("vue-types").VueTypeDef<string | number> & {
90
+ default: string | number;
91
+ };
92
+ immediate: import("vue-types").VueTypeValidableDef<boolean> & {
93
+ default: boolean;
94
+ };
95
+ disabled: import("vue-types").VueTypeValidableDef<boolean> & {
96
+ default: boolean;
97
+ };
98
+ collapsible: import("vue-types").VueTypeValidableDef<boolean> & {
99
+ default: boolean;
100
+ };
101
+ autoMinimize: import("vue-types").VueTypeDef<number | boolean> & {
102
+ default: number | boolean;
103
+ };
104
+ border: import("vue-types").VueTypeValidableDef<boolean> & {
105
+ default: boolean;
106
+ } & {
107
+ default: boolean;
108
+ };
109
+ }>> & {
110
+ "onBefore-resize"?: (...args: any[]) => any;
111
+ onResizing?: (...args: any[]) => any;
112
+ "onAfter-resize"?: (...args: any[]) => any;
113
+ "onCollapse-change"?: (...args: any[]) => any;
114
+ }, {
324
115
  placement: string;
325
116
  disabled: boolean;
326
117
  min: number;
@@ -332,5 +123,5 @@ declare const BkResizeLayout: {
332
123
  initialDivide: string | number;
333
124
  immediate: boolean;
334
125
  autoMinimize: number | boolean;
335
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin;
126
+ }>;
336
127
  export default BkResizeLayout;
@@ -19,7 +19,7 @@
19
19
  --line-height-large: 18px;
20
20
  --component-size-small: 26px;
21
21
  --component-size-base: 32px;
22
- --component-size-large: 40px;
22
+ --component-size-large: 38px;
23
23
  --border-width-base: 1px;
24
24
  --border-style-base: solid;
25
25
  --border-radius-base: 2px;
@@ -34,7 +34,7 @@
34
34
  --input-horizontal-padding: 10px;
35
35
  --input-block-color: #f5f7fa;
36
36
  --input-block-hover-color: #eaebf0;
37
- --input-icon-size: var(--font-size-medium);
37
+ --input-icon-size: var(--font-size-large);
38
38
  --input-maxlength-color: #979ba5;
39
39
  --button-primary-hover-color: #5594fa;
40
40
  --button-danger-hover-color: #ff5656;
@@ -19,7 +19,7 @@
19
19
  --line-height-large: 18px;
20
20
  --component-size-small: 26px;
21
21
  --component-size-base: 32px;
22
- --component-size-large: 40px;
22
+ --component-size-large: 38px;
23
23
  --border-width-base: 1px;
24
24
  --border-style-base: solid;
25
25
  --border-radius-base: 2px;
@@ -34,7 +34,7 @@
34
34
  --input-horizontal-padding: 10px;
35
35
  --input-block-color: #f5f7fa;
36
36
  --input-block-hover-color: #eaebf0;
37
- --input-icon-size: var(--font-size-medium);
37
+ --input-icon-size: var(--font-size-large);
38
38
  --input-maxlength-color: #979ba5;
39
39
  --button-primary-hover-color: #5594fa;
40
40
  --button-danger-hover-color: #ff5656;
@@ -23,7 +23,7 @@
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 { Plugin } from 'vue';
26
+ import { App, Plugin } from 'vue';
27
27
  export * from './z-index-manager';
28
28
  export * from './popover';
29
29
  export * from './pop-manager';
@@ -42,9 +42,9 @@ export declare const renderEmptyVNode: () => any;
42
42
  export declare const isEmptyObj: (target: object) => boolean;
43
43
  export interface OriginComponent {
44
44
  name: string;
45
- install?: Plugin;
45
+ install?: (app: App, ...options: any[]) => any;
46
46
  }
47
- export declare const withInstall: <T extends OriginComponent>(component: T) => T & Plugin;
47
+ export declare const withInstall: <T extends OriginComponent>(component: T) => T;
48
48
  export declare const withInstallProps: <T extends OriginComponent, K extends Record<string, unknown>>(component: T, childComponents: K, isProps?: boolean) => T & Plugin & Readonly<K>;
49
49
  /**
50
50
  * 解析当前组件ClassName,自动添加前缀