bkui-vue 0.0.1-beta.127 → 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 (138) hide show
  1. package/dist/index.cjs.js +31 -145
  2. package/dist/index.esm.js +471 -3573
  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.css +0 -43
  16. package/lib/breadcrumb/breadcrumb.variable.css +2 -45
  17. package/lib/button/button.css +0 -4
  18. package/lib/button/button.less +7 -13
  19. package/lib/button/button.variable.css +2 -6
  20. package/lib/card/card.css +0 -43
  21. package/lib/card/card.variable.css +2 -45
  22. package/lib/card/index.d.ts +50 -223
  23. package/lib/cascader/cascader.variable.css +2 -2
  24. package/lib/checkbox/checkbox.css +2 -4
  25. package/lib/checkbox/checkbox.less +2 -4
  26. package/lib/checkbox/checkbox.variable.css +4 -6
  27. package/lib/code-diff/code-diff.variable.css +2 -2
  28. package/lib/code-diff/index.d.ts +23 -123
  29. package/lib/collapse/collapse.variable.css +2 -2
  30. package/lib/collapse/index.d.ts +28 -147
  31. package/lib/components.d.ts +0 -1
  32. package/lib/components.js +1 -1
  33. package/lib/container/container.css +0 -43
  34. package/lib/container/container.variable.css +2 -45
  35. package/lib/date-picker/date-picker.variable.css +2 -2
  36. package/lib/date-picker/index.d.ts +124 -566
  37. package/lib/dialog/index.d.ts +140 -557
  38. package/lib/divider/divider.variable.css +2 -2
  39. package/lib/divider/index.d.ts +23 -117
  40. package/lib/dropdown/dropdown.variable.css +2 -2
  41. package/lib/exception/exception.variable.css +2 -2
  42. package/lib/exception/index.d.ts +13 -83
  43. package/lib/fixed-navbar/fixed-navbar.variable.css +2 -2
  44. package/lib/fixed-navbar/index.d.ts +22 -121
  45. package/lib/form/form.variable.css +2 -2
  46. package/lib/input/index.d.ts +92 -408
  47. package/lib/input/index.js +1 -1
  48. package/lib/input/input.css +5 -56
  49. package/lib/input/input.less +2 -12
  50. package/lib/input/input.variable.css +4 -55
  51. package/lib/link/index.d.ts +28 -134
  52. package/lib/link/link.variable.css +2 -2
  53. package/lib/loading/loading.css +2 -43
  54. package/lib/loading/loading.less +2 -2
  55. package/lib/loading/loading.variable.css +4 -45
  56. package/lib/menu/menu.css +0 -43
  57. package/lib/menu/menu.variable.css +2 -45
  58. package/lib/menu/submenu.variable.css +2 -2
  59. package/lib/message/message.variable.css +2 -2
  60. package/lib/navigation/index.d.ts +51 -244
  61. package/lib/navigation/navigation.variable.css +2 -2
  62. package/lib/notify/notify.variable.css +2 -2
  63. package/lib/pagination/index.d.ts +68 -305
  64. package/lib/pagination/pagination.variable.css +2 -2
  65. package/lib/popover/index.d.ts +76 -298
  66. package/lib/popover/popover.variable.css +2 -2
  67. package/lib/popover2/index.d.ts +92 -378
  68. package/lib/popover2/index.js +1 -1
  69. package/lib/popover2/popover2.variable.css +2 -2
  70. package/lib/process/index.d.ts +35 -166
  71. package/lib/process/process.variable.css +2 -2
  72. package/lib/progress/index.d.ts +76 -306
  73. package/lib/progress/progress.css +0 -43
  74. package/lib/progress/progress.variable.css +2 -45
  75. package/lib/radio/index.d.ts +2 -2
  76. package/lib/radio/index.js +1 -1
  77. package/lib/radio/radio-button.d.ts +4 -3
  78. package/lib/radio/radio.css +5 -4
  79. package/lib/radio/radio.less +5 -4
  80. package/lib/radio/radio.variable.css +7 -6
  81. package/lib/rate/index.d.ts +15 -96
  82. package/lib/resize-layout/index.d.ts +52 -261
  83. package/lib/resize-layout/resize-layout.variable.css +2 -2
  84. package/lib/select/select.css +23 -23
  85. package/lib/select/select.less +122 -126
  86. package/lib/select/select.variable.css +25 -25
  87. package/lib/shared/index.d.ts +3 -3
  88. package/lib/sideslider/index.d.ts +91 -369
  89. package/lib/sideslider/sideslider.variable.css +2 -2
  90. package/lib/slider/index.d.ts +78 -319
  91. package/lib/slider/slider.variable.css +2 -2
  92. package/lib/steps/index.d.ts +43 -198
  93. package/lib/steps/steps.variable.css +2 -2
  94. package/lib/styles/mixins/mixins.css +0 -43
  95. package/lib/styles/mixins/mixins.less +0 -1
  96. package/lib/styles/mixins/mixins.variable.css +0 -43
  97. package/lib/styles/mixins/scroll.variable.css +2 -2
  98. package/lib/styles/themes/themes.less +2 -2
  99. package/lib/swiper/index.d.ts +30 -146
  100. package/lib/switcher/index.d.ts +50 -223
  101. package/lib/switcher/switcher.css +0 -43
  102. package/lib/switcher/switcher.variable.css +2 -45
  103. package/lib/tab/tab.variable.css +2 -2
  104. package/lib/table/const.d.ts +0 -5
  105. package/lib/table/index.d.ts +101 -419
  106. package/lib/table/index.js +1 -1
  107. package/lib/table/plugins/head-filter.variable.css +2 -2
  108. package/lib/table/plugins/head-sort.variable.css +2 -2
  109. package/lib/table/plugins/settings.css +4 -23
  110. package/lib/table/plugins/settings.less +4 -25
  111. package/lib/table/plugins/settings.variable.css +6 -25
  112. package/lib/table/props.d.ts +0 -1
  113. package/lib/table/table.css +5 -668
  114. package/lib/table/table.less +1 -7
  115. package/lib/table/table.variable.css +7 -670
  116. package/lib/table/use-common.d.ts +1 -16
  117. package/lib/table/utils.d.ts +1 -1
  118. package/lib/tag/index.d.ts +38 -183
  119. package/lib/tag/tag.variable.css +2 -2
  120. package/lib/tag-input/index.d.ts +145 -666
  121. package/lib/tag-input/tag-input.variable.css +2 -2
  122. package/lib/timeline/index.d.ts +19 -109
  123. package/lib/timeline/timeline.variable.css +2 -2
  124. package/lib/transfer/index.d.ts +59 -264
  125. package/lib/transfer/transfer.variable.css +2 -2
  126. package/lib/tree/index.d.ts +103 -401
  127. package/lib/tree/index.js +1 -1
  128. package/lib/tree/tree.css +0 -107
  129. package/lib/tree/tree.less +0 -2
  130. package/lib/tree/tree.variable.css +2 -109
  131. package/lib/tree/use-node-action.d.ts +1 -1
  132. package/lib/tree/use-node-attribute.d.ts +0 -1
  133. package/lib/upload/upload.css +0 -43
  134. package/lib/upload/upload.variable.css +2 -45
  135. package/lib/virtual-render/index.d.ts +109 -433
  136. package/lib/virtual-render/virtual-render.variable.css +2 -2
  137. package/package.json +1 -1
  138. package/lib/popover2/use-platform.d.ts +0 -30
@@ -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;
@@ -1,118 +1,4 @@
1
- declare const BkDivider: {
2
- new (...args: any[]): {
3
- $: import("vue").ComponentInternalInstance;
4
- $data: {};
5
- $props: Partial<{
6
- type: string;
7
- width: number;
8
- color: string;
9
- direction: string;
10
- align: string;
11
- }> & Omit<Readonly<import("vue").ExtractPropTypes<{
12
- direction: import("vue-types").VueTypeDef<string> & {
13
- default: string;
14
- };
15
- align: import("vue-types").VueTypeDef<string> & {
16
- default: string;
17
- };
18
- color: import("vue-types").VueTypeValidableDef<string> & {
19
- default: string;
20
- } & {
21
- default: string;
22
- };
23
- width: import("vue-types").VueTypeValidableDef<number> & {
24
- default: number;
25
- } & {
26
- default: number;
27
- };
28
- type: import("vue-types").VueTypeDef<string> & {
29
- default: string;
30
- };
31
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "width" | "color" | "direction" | "align">;
32
- $attrs: {
33
- [x: string]: unknown;
34
- };
35
- $refs: {
36
- [x: string]: unknown;
37
- };
38
- $slots: Readonly<{
39
- [name: string]: import("vue").Slot;
40
- }>;
41
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
42
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
43
- $emit: (event: string, ...args: any[]) => void;
44
- $el: any;
45
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
46
- direction: import("vue-types").VueTypeDef<string> & {
47
- default: string;
48
- };
49
- align: import("vue-types").VueTypeDef<string> & {
50
- default: string;
51
- };
52
- color: import("vue-types").VueTypeValidableDef<string> & {
53
- default: string;
54
- } & {
55
- default: string;
56
- };
57
- width: import("vue-types").VueTypeValidableDef<number> & {
58
- default: number;
59
- } & {
60
- default: number;
61
- };
62
- type: import("vue-types").VueTypeDef<string> & {
63
- default: string;
64
- };
65
- }>>, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
66
- type: string;
67
- width: number;
68
- color: string;
69
- direction: string;
70
- align: string;
71
- }> & {
72
- beforeCreate?: (() => void) | (() => void)[];
73
- created?: (() => void) | (() => void)[];
74
- beforeMount?: (() => void) | (() => void)[];
75
- mounted?: (() => void) | (() => void)[];
76
- beforeUpdate?: (() => void) | (() => void)[];
77
- updated?: (() => void) | (() => void)[];
78
- activated?: (() => void) | (() => void)[];
79
- deactivated?: (() => void) | (() => void)[];
80
- beforeDestroy?: (() => void) | (() => void)[];
81
- beforeUnmount?: (() => void) | (() => void)[];
82
- destroyed?: (() => void) | (() => void)[];
83
- unmounted?: (() => void) | (() => void)[];
84
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
85
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
86
- 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)[];
87
- };
88
- $forceUpdate: () => void;
89
- $nextTick: typeof import("vue").nextTick;
90
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
91
- } & Readonly<import("vue").ExtractPropTypes<{
92
- direction: import("vue-types").VueTypeDef<string> & {
93
- default: string;
94
- };
95
- align: import("vue-types").VueTypeDef<string> & {
96
- default: string;
97
- };
98
- color: import("vue-types").VueTypeValidableDef<string> & {
99
- default: string;
100
- } & {
101
- default: string;
102
- };
103
- width: import("vue-types").VueTypeValidableDef<number> & {
104
- default: number;
105
- } & {
106
- default: number;
107
- };
108
- type: import("vue-types").VueTypeDef<string> & {
109
- default: string;
110
- };
111
- }>> & import("vue").ShallowUnwrapRef<{}> & {} & {} & import("vue").ComponentCustomProperties;
112
- __isFragment?: never;
113
- __isTeleport?: never;
114
- __isSuspense?: never;
115
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1
+ declare const BkDivider: import("vue").DefineComponent<{
116
2
  direction: import("vue-types").VueTypeDef<string> & {
117
3
  default: string;
118
4
  };
@@ -132,11 +18,31 @@ declare const BkDivider: {
132
18
  type: import("vue-types").VueTypeDef<string> & {
133
19
  default: string;
134
20
  };
135
- }>>, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
21
+ }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
22
+ direction: import("vue-types").VueTypeDef<string> & {
23
+ default: string;
24
+ };
25
+ align: import("vue-types").VueTypeDef<string> & {
26
+ default: string;
27
+ };
28
+ color: import("vue-types").VueTypeValidableDef<string> & {
29
+ default: string;
30
+ } & {
31
+ default: string;
32
+ };
33
+ width: import("vue-types").VueTypeValidableDef<number> & {
34
+ default: number;
35
+ } & {
36
+ default: number;
37
+ };
38
+ type: import("vue-types").VueTypeDef<string> & {
39
+ default: string;
40
+ };
41
+ }>>, {
136
42
  type: string;
137
43
  width: number;
138
44
  color: string;
139
45
  direction: string;
140
46
  align: string;
141
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin;
47
+ }>;
142
48
  export default BkDivider;
@@ -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;
@@ -1,84 +1,4 @@
1
- declare const BkException: {
2
- new (...args: any[]): {
3
- $: import("vue").ComponentInternalInstance;
4
- $data: {};
5
- $props: Partial<{
6
- type: string;
7
- extCls: string;
8
- scene: string;
9
- }> & Omit<Readonly<import("vue").ExtractPropTypes<{
10
- type: import("vue-types").VueTypeDef<string> & {
11
- default: string;
12
- };
13
- scene: import("vue-types").VueTypeDef<string> & {
14
- default: string;
15
- };
16
- extCls: import("vue-types").VueTypeValidableDef<string> & {
17
- default: string;
18
- };
19
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "extCls" | "scene">;
20
- $attrs: {
21
- [x: string]: unknown;
22
- };
23
- $refs: {
24
- [x: string]: unknown;
25
- };
26
- $slots: Readonly<{
27
- [name: string]: import("vue").Slot;
28
- }>;
29
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
30
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
31
- $emit: (event: string, ...args: any[]) => void;
32
- $el: any;
33
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
34
- type: import("vue-types").VueTypeDef<string> & {
35
- default: string;
36
- };
37
- scene: import("vue-types").VueTypeDef<string> & {
38
- default: string;
39
- };
40
- extCls: import("vue-types").VueTypeValidableDef<string> & {
41
- default: string;
42
- };
43
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
44
- type: string;
45
- extCls: string;
46
- scene: string;
47
- }> & {
48
- beforeCreate?: (() => void) | (() => void)[];
49
- created?: (() => void) | (() => void)[];
50
- beforeMount?: (() => void) | (() => void)[];
51
- mounted?: (() => void) | (() => void)[];
52
- beforeUpdate?: (() => void) | (() => void)[];
53
- updated?: (() => void) | (() => void)[];
54
- activated?: (() => void) | (() => void)[];
55
- deactivated?: (() => void) | (() => void)[];
56
- beforeDestroy?: (() => void) | (() => void)[];
57
- beforeUnmount?: (() => void) | (() => void)[];
58
- destroyed?: (() => void) | (() => void)[];
59
- unmounted?: (() => void) | (() => void)[];
60
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
61
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
62
- 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)[];
63
- };
64
- $forceUpdate: () => void;
65
- $nextTick: typeof import("vue").nextTick;
66
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
67
- } & Readonly<import("vue").ExtractPropTypes<{
68
- type: import("vue-types").VueTypeDef<string> & {
69
- default: string;
70
- };
71
- scene: import("vue-types").VueTypeDef<string> & {
72
- default: string;
73
- };
74
- extCls: import("vue-types").VueTypeValidableDef<string> & {
75
- default: string;
76
- };
77
- }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & {} & import("vue").ComponentCustomProperties;
78
- __isFragment?: never;
79
- __isTeleport?: never;
80
- __isSuspense?: never;
81
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1
+ declare const BkException: import("vue").DefineComponent<{
82
2
  type: import("vue-types").VueTypeDef<string> & {
83
3
  default: string;
84
4
  };
@@ -88,9 +8,19 @@ declare const BkException: {
88
8
  extCls: import("vue-types").VueTypeValidableDef<string> & {
89
9
  default: string;
90
10
  };
91
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
11
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
12
+ type: import("vue-types").VueTypeDef<string> & {
13
+ default: string;
14
+ };
15
+ scene: import("vue-types").VueTypeDef<string> & {
16
+ default: string;
17
+ };
18
+ extCls: import("vue-types").VueTypeValidableDef<string> & {
19
+ default: string;
20
+ };
21
+ }>>, {
92
22
  type: string;
93
23
  extCls: string;
94
24
  scene: string;
95
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin;
25
+ }>;
96
26
  export default BkException;
@@ -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;
@@ -1,122 +1,23 @@
1
- declare const BkFixedNavbar: {
2
- new (...args: any[]): {
3
- $: import("vue").ComponentInternalInstance;
4
- $data: {};
5
- $props: Partial<{
6
- extCls: string;
7
- position: string;
8
- modelValue: boolean;
9
- navItems: unknown[];
10
- }> & Omit<Readonly<import("vue").ExtractPropTypes<{
11
- navItems: import("vue-types").VueTypeValidableDef<unknown[]> & {
12
- default: () => unknown[];
13
- } & {
14
- default: () => unknown[];
15
- };
16
- extCls: import("vue-types").VueTypeValidableDef<string> & {
17
- default: string;
18
- } & {
19
- default: string;
20
- };
21
- position: import("vue-types").VueTypeDef<string> & {
22
- default: string;
23
- };
24
- modelValue: import("vue-types").VueTypeValidableDef<boolean> & {
25
- default: boolean;
26
- } & {
27
- default: boolean;
28
- };
29
- }>> & {
30
- onClick?: (...args: any[]) => any;
31
- "onUpdate:modelValue"?: (...args: any[]) => any;
32
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "extCls" | "position" | "modelValue" | "navItems">;
33
- $attrs: {
34
- [x: string]: unknown;
35
- };
36
- $refs: {
37
- [x: string]: unknown;
38
- };
39
- $slots: Readonly<{
40
- [name: string]: import("vue").Slot;
41
- }>;
42
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
43
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
44
- $emit: (event: "click" | "update:modelValue", ...args: any[]) => void;
45
- $el: any;
46
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
47
- navItems: import("vue-types").VueTypeValidableDef<unknown[]> & {
48
- default: () => unknown[];
49
- } & {
50
- default: () => unknown[];
51
- };
52
- extCls: import("vue-types").VueTypeValidableDef<string> & {
53
- default: string;
54
- } & {
55
- default: string;
56
- };
57
- position: import("vue-types").VueTypeDef<string> & {
58
- default: string;
59
- };
60
- modelValue: import("vue-types").VueTypeValidableDef<boolean> & {
61
- default: boolean;
62
- } & {
63
- default: boolean;
64
- };
65
- }>> & {
66
- onClick?: (...args: any[]) => any;
67
- "onUpdate:modelValue"?: (...args: any[]) => any;
68
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "update:modelValue")[], string, {
69
- extCls: string;
70
- position: string;
71
- modelValue: boolean;
72
- navItems: unknown[];
73
- }> & {
74
- beforeCreate?: (() => void) | (() => void)[];
75
- created?: (() => void) | (() => void)[];
76
- beforeMount?: (() => void) | (() => void)[];
77
- mounted?: (() => void) | (() => void)[];
78
- beforeUpdate?: (() => void) | (() => void)[];
79
- updated?: (() => void) | (() => void)[];
80
- activated?: (() => void) | (() => void)[];
81
- deactivated?: (() => void) | (() => void)[];
82
- beforeDestroy?: (() => void) | (() => void)[];
83
- beforeUnmount?: (() => void) | (() => void)[];
84
- destroyed?: (() => void) | (() => void)[];
85
- unmounted?: (() => void) | (() => void)[];
86
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
87
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
88
- 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)[];
89
- };
90
- $forceUpdate: () => void;
91
- $nextTick: typeof import("vue").nextTick;
92
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
93
- } & Readonly<import("vue").ExtractPropTypes<{
94
- navItems: import("vue-types").VueTypeValidableDef<unknown[]> & {
95
- default: () => unknown[];
96
- } & {
97
- default: () => unknown[];
98
- };
99
- extCls: import("vue-types").VueTypeValidableDef<string> & {
100
- default: string;
101
- } & {
102
- default: string;
103
- };
104
- position: import("vue-types").VueTypeDef<string> & {
105
- default: string;
106
- };
107
- modelValue: import("vue-types").VueTypeValidableDef<boolean> & {
108
- default: boolean;
109
- } & {
110
- default: boolean;
111
- };
112
- }>> & {
113
- onClick?: (...args: any[]) => any;
114
- "onUpdate:modelValue"?: (...args: any[]) => any;
115
- } & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & {} & import("vue").ComponentCustomProperties;
116
- __isFragment?: never;
117
- __isTeleport?: never;
118
- __isSuspense?: never;
119
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1
+ declare const BkFixedNavbar: import("vue").DefineComponent<{
2
+ navItems: import("vue-types").VueTypeValidableDef<unknown[]> & {
3
+ default: () => unknown[];
4
+ } & {
5
+ default: () => unknown[];
6
+ };
7
+ extCls: import("vue-types").VueTypeValidableDef<string> & {
8
+ default: string;
9
+ } & {
10
+ default: string;
11
+ };
12
+ position: import("vue-types").VueTypeDef<string> & {
13
+ default: string;
14
+ };
15
+ modelValue: import("vue-types").VueTypeValidableDef<boolean> & {
16
+ default: boolean;
17
+ } & {
18
+ default: boolean;
19
+ };
20
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "update:modelValue")[], "click" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
120
21
  navItems: import("vue-types").VueTypeValidableDef<unknown[]> & {
121
22
  default: () => unknown[];
122
23
  } & {
@@ -138,10 +39,10 @@ declare const BkFixedNavbar: {
138
39
  }>> & {
139
40
  onClick?: (...args: any[]) => any;
140
41
  "onUpdate:modelValue"?: (...args: any[]) => any;
141
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "update:modelValue")[], "click" | "update:modelValue", {
42
+ }, {
142
43
  extCls: string;
143
44
  position: string;
144
45
  modelValue: boolean;
145
46
  navItems: unknown[];
146
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin;
47
+ }>;
147
48
  export default BkFixedNavbar;
@@ -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;