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

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 (139) hide show
  1. package/dist/index.cjs.js +145 -31
  2. package/dist/index.esm.js +3573 -471
  3. package/dist/index.umd.js +145 -31
  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 +118 -22
  8. package/lib/alert/alert.variable.css +2 -2
  9. package/lib/alert/index.d.ts +146 -28
  10. package/lib/animate-number/index.d.ts +84 -14
  11. package/lib/backtop/backtop.variable.css +2 -2
  12. package/lib/backtop/index.d.ts +135 -29
  13. package/lib/badge/badge.variable.css +2 -2
  14. package/lib/badge/index.d.ts +211 -46
  15. package/lib/breadcrumb/breadcrumb.css +43 -0
  16. package/lib/breadcrumb/breadcrumb.variable.css +45 -2
  17. package/lib/button/button.css +4 -0
  18. package/lib/button/button.less +13 -7
  19. package/lib/button/button.variable.css +6 -2
  20. package/lib/card/card.css +43 -0
  21. package/lib/card/card.variable.css +45 -2
  22. package/lib/card/index.d.ts +223 -50
  23. package/lib/cascader/cascader.variable.css +2 -2
  24. package/lib/checkbox/checkbox.css +4 -2
  25. package/lib/checkbox/checkbox.less +4 -2
  26. package/lib/checkbox/checkbox.variable.css +6 -4
  27. package/lib/code-diff/code-diff.variable.css +2 -2
  28. package/lib/code-diff/index.d.ts +123 -23
  29. package/lib/collapse/collapse.variable.css +2 -2
  30. package/lib/collapse/index.d.ts +147 -28
  31. package/lib/components.d.ts +1 -0
  32. package/lib/components.js +1 -1
  33. package/lib/container/container.css +43 -0
  34. package/lib/container/container.variable.css +45 -2
  35. package/lib/date-picker/date-picker.variable.css +2 -2
  36. package/lib/date-picker/index.d.ts +566 -124
  37. package/lib/dialog/index.d.ts +557 -140
  38. package/lib/divider/divider.variable.css +2 -2
  39. package/lib/divider/index.d.ts +117 -23
  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 +83 -13
  43. package/lib/fixed-navbar/fixed-navbar.variable.css +2 -2
  44. package/lib/fixed-navbar/index.d.ts +121 -22
  45. package/lib/form/form.variable.css +2 -2
  46. package/lib/input/index.d.ts +408 -92
  47. package/lib/input/index.js +1 -1
  48. package/lib/input/input.css +56 -5
  49. package/lib/input/input.less +12 -2
  50. package/lib/input/input.variable.css +55 -4
  51. package/lib/link/index.d.ts +134 -28
  52. package/lib/link/link.variable.css +2 -2
  53. package/lib/loading/loading.css +43 -2
  54. package/lib/loading/loading.less +2 -2
  55. package/lib/loading/loading.variable.css +45 -4
  56. package/lib/menu/menu.css +43 -0
  57. package/lib/menu/menu.variable.css +45 -2
  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 +244 -51
  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 +305 -68
  64. package/lib/pagination/pagination.variable.css +2 -2
  65. package/lib/popover/index.d.ts +298 -76
  66. package/lib/popover/popover.variable.css +2 -2
  67. package/lib/popover2/index.d.ts +378 -92
  68. package/lib/popover2/index.js +1 -1
  69. package/lib/popover2/popover2.variable.css +2 -2
  70. package/lib/popover2/use-platform.d.ts +30 -0
  71. package/lib/process/index.d.ts +166 -35
  72. package/lib/process/process.variable.css +2 -2
  73. package/lib/progress/index.d.ts +306 -76
  74. package/lib/progress/progress.css +43 -0
  75. package/lib/progress/progress.variable.css +45 -2
  76. package/lib/radio/index.d.ts +2 -2
  77. package/lib/radio/index.js +1 -1
  78. package/lib/radio/radio-button.d.ts +3 -4
  79. package/lib/radio/radio.css +4 -5
  80. package/lib/radio/radio.less +4 -5
  81. package/lib/radio/radio.variable.css +6 -7
  82. package/lib/rate/index.d.ts +96 -15
  83. package/lib/resize-layout/index.d.ts +261 -52
  84. package/lib/resize-layout/resize-layout.variable.css +2 -2
  85. package/lib/select/select.css +26 -24
  86. package/lib/select/select.less +132 -122
  87. package/lib/select/select.variable.css +28 -26
  88. package/lib/shared/index.d.ts +3 -3
  89. package/lib/sideslider/index.d.ts +369 -91
  90. package/lib/sideslider/sideslider.variable.css +2 -2
  91. package/lib/slider/index.d.ts +319 -78
  92. package/lib/slider/slider.variable.css +2 -2
  93. package/lib/steps/index.d.ts +198 -43
  94. package/lib/steps/steps.variable.css +2 -2
  95. package/lib/styles/mixins/mixins.css +43 -0
  96. package/lib/styles/mixins/mixins.less +1 -0
  97. package/lib/styles/mixins/mixins.variable.css +43 -0
  98. package/lib/styles/mixins/scroll.variable.css +2 -2
  99. package/lib/styles/themes/themes.less +2 -2
  100. package/lib/swiper/index.d.ts +146 -30
  101. package/lib/switcher/index.d.ts +223 -50
  102. package/lib/switcher/switcher.css +43 -0
  103. package/lib/switcher/switcher.variable.css +45 -2
  104. package/lib/tab/tab.variable.css +2 -2
  105. package/lib/table/const.d.ts +5 -0
  106. package/lib/table/index.d.ts +419 -101
  107. package/lib/table/index.js +1 -1
  108. package/lib/table/plugins/head-filter.variable.css +2 -2
  109. package/lib/table/plugins/head-sort.variable.css +2 -2
  110. package/lib/table/plugins/settings.css +23 -4
  111. package/lib/table/plugins/settings.less +25 -4
  112. package/lib/table/plugins/settings.variable.css +25 -6
  113. package/lib/table/props.d.ts +1 -0
  114. package/lib/table/table.css +668 -5
  115. package/lib/table/table.less +7 -1
  116. package/lib/table/table.variable.css +670 -7
  117. package/lib/table/use-common.d.ts +16 -1
  118. package/lib/table/utils.d.ts +1 -1
  119. package/lib/tag/index.d.ts +183 -38
  120. package/lib/tag/tag.variable.css +2 -2
  121. package/lib/tag-input/index.d.ts +666 -145
  122. package/lib/tag-input/tag-input.variable.css +2 -2
  123. package/lib/timeline/index.d.ts +109 -19
  124. package/lib/timeline/timeline.variable.css +2 -2
  125. package/lib/transfer/index.d.ts +264 -59
  126. package/lib/transfer/transfer.variable.css +2 -2
  127. package/lib/tree/index.d.ts +401 -103
  128. package/lib/tree/index.js +1 -1
  129. package/lib/tree/tree.css +107 -0
  130. package/lib/tree/tree.less +2 -0
  131. package/lib/tree/tree.variable.css +109 -2
  132. package/lib/tree/use-node-action.d.ts +1 -1
  133. package/lib/tree/use-node-attribute.d.ts +1 -0
  134. package/lib/upload/upload.css +43 -0
  135. package/lib/upload/upload.variable.css +45 -2
  136. package/lib/virtual-render/index.d.ts +433 -109
  137. package/lib/virtual-render/virtual-render.variable.css +2 -2
  138. package/package.json +1 -1
  139. package/lib/table/plugins/head-filter.css +0 -68
@@ -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: 38px;
22
+ --component-size-large: 40px;
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-large);
37
+ --input-icon-size: var(--font-size-medium);
38
38
  --input-maxlength-color: #979ba5;
39
39
  --button-primary-hover-color: #5594fa;
40
40
  --button-danger-hover-color: #ff5656;
@@ -1,4 +1,118 @@
1
- declare const BkDivider: import("vue").DefineComponent<{
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<{
2
116
  direction: import("vue-types").VueTypeDef<string> & {
3
117
  default: string;
4
118
  };
@@ -18,31 +132,11 @@ declare const BkDivider: import("vue").DefineComponent<{
18
132
  type: import("vue-types").VueTypeDef<string> & {
19
133
  default: string;
20
134
  };
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
- }>>, {
135
+ }>>, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
42
136
  type: string;
43
137
  width: number;
44
138
  color: string;
45
139
  direction: string;
46
140
  align: string;
47
- }>;
141
+ }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin;
48
142
  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: 38px;
22
+ --component-size-large: 40px;
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-large);
37
+ --input-icon-size: var(--font-size-medium);
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: 38px;
22
+ --component-size-large: 40px;
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-large);
37
+ --input-icon-size: var(--font-size-medium);
38
38
  --input-maxlength-color: #979ba5;
39
39
  --button-primary-hover-color: #5594fa;
40
40
  --button-danger-hover-color: #ff5656;
@@ -1,4 +1,84 @@
1
- declare const BkException: import("vue").DefineComponent<{
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<{
2
82
  type: import("vue-types").VueTypeDef<string> & {
3
83
  default: string;
4
84
  };
@@ -8,19 +88,9 @@ declare const BkException: import("vue").DefineComponent<{
8
88
  extCls: import("vue-types").VueTypeValidableDef<string> & {
9
89
  default: string;
10
90
  };
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
- }>>, {
91
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
22
92
  type: string;
23
93
  extCls: string;
24
94
  scene: string;
25
- }>;
95
+ }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin;
26
96
  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: 38px;
22
+ --component-size-large: 40px;
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-large);
37
+ --input-icon-size: var(--font-size-medium);
38
38
  --input-maxlength-color: #979ba5;
39
39
  --button-primary-hover-color: #5594fa;
40
40
  --button-danger-hover-color: #ff5656;
@@ -1,23 +1,122 @@
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<{
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<{
21
120
  navItems: import("vue-types").VueTypeValidableDef<unknown[]> & {
22
121
  default: () => unknown[];
23
122
  } & {
@@ -39,10 +138,10 @@ declare const BkFixedNavbar: import("vue").DefineComponent<{
39
138
  }>> & {
40
139
  onClick?: (...args: any[]) => any;
41
140
  "onUpdate:modelValue"?: (...args: any[]) => any;
42
- }, {
141
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "update:modelValue")[], "click" | "update:modelValue", {
43
142
  extCls: string;
44
143
  position: string;
45
144
  modelValue: boolean;
46
145
  navItems: unknown[];
47
- }>;
146
+ }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin;
48
147
  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: 38px;
22
+ --component-size-large: 40px;
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-large);
37
+ --input-icon-size: var(--font-size-medium);
38
38
  --input-maxlength-color: #979ba5;
39
39
  --button-primary-hover-color: #5594fa;
40
40
  --button-danger-hover-color: #ff5656;