bkui-vue 0.0.1-beta.16 → 0.0.1-beta.17

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 (153) hide show
  1. package/dist/bkui-vue.cjs.js +796 -139
  2. package/dist/bkui-vue.esm.js +841 -186
  3. package/dist/bkui-vue.umd.js +796 -139
  4. package/dist/style.css +287 -13
  5. package/lib/alert/alert.d.ts +24 -15
  6. package/lib/alert/alert.variable.css +6 -0
  7. package/lib/alert/index.d.ts +96 -60
  8. package/lib/animate-number/animate-number.d.ts +12 -7
  9. package/lib/animate-number/index.d.ts +48 -28
  10. package/lib/backtop/backtop.d.ts +27 -13
  11. package/lib/backtop/backtop.variable.css +6 -0
  12. package/lib/backtop/index.d.ts +108 -52
  13. package/lib/badge/badge.d.ts +40 -19
  14. package/lib/badge/badge.variable.css +6 -0
  15. package/lib/badge/index.d.ts +144 -76
  16. package/lib/breadcrumb/breadcrumb-item.d.ts +13 -9
  17. package/lib/breadcrumb/breadcrumb.d.ts +21 -13
  18. package/lib/breadcrumb/breadcrumb.variable.css +6 -0
  19. package/lib/breadcrumb/index.d.ts +97 -61
  20. package/lib/button/button-group.d.ts +3 -5
  21. package/lib/button/button.d.ts +27 -22
  22. package/lib/button/button.variable.css +6 -0
  23. package/lib/button/index.d.ts +111 -93
  24. package/lib/card/card.d.ts +30 -15
  25. package/lib/card/card.variable.css +6 -0
  26. package/lib/card/index.d.ts +120 -60
  27. package/lib/checkbox/checkbox-group.d.ts +13 -9
  28. package/lib/checkbox/checkbox.d.ts +31 -22
  29. package/lib/checkbox/checkbox.variable.css +6 -0
  30. package/lib/checkbox/index.d.ts +137 -97
  31. package/lib/collapse/collapse.d.ts +50 -18
  32. package/lib/collapse/index.d.ts +108 -72
  33. package/lib/components.d.ts +2 -0
  34. package/lib/date-picker/date-picker.d.ts +110 -63
  35. package/lib/date-picker/date-picker.variable.css +6 -0
  36. package/lib/date-picker/index.d.ts +437 -249
  37. package/lib/dialog/dialog.d.ts +44 -23
  38. package/lib/dialog/index.d.ts +176 -92
  39. package/lib/divider/divider.d.ts +21 -13
  40. package/lib/divider/divider.variable.css +6 -0
  41. package/lib/divider/index.d.ts +84 -52
  42. package/lib/dropdown/dropdown-item.d.ts +6 -5
  43. package/lib/dropdown/dropdown-menu.d.ts +6 -5
  44. package/lib/dropdown/dropdown.d.ts +25 -13
  45. package/lib/dropdown/dropdown.variable.css +6 -0
  46. package/lib/dropdown/index.d.ts +94 -62
  47. package/lib/exception/exception.d.ts +11 -9
  48. package/lib/exception/exception.variable.css +6 -0
  49. package/lib/exception/index.d.ts +44 -36
  50. package/lib/fixed-navbar/fixed-navbar.d.ts +15 -9
  51. package/lib/fixed-navbar/fixed-navbar.variable.css +6 -0
  52. package/lib/fixed-navbar/index.d.ts +60 -36
  53. package/lib/form/form-item.d.ts +46 -27
  54. package/lib/form/form.d.ts +21 -13
  55. package/lib/input/index.d.ts +240 -160
  56. package/lib/input/input.d.ts +60 -40
  57. package/lib/input/input.variable.css +6 -0
  58. package/lib/link/index.d.ts +100 -52
  59. package/lib/link/link.d.ts +25 -13
  60. package/lib/link/link.variable.css +6 -0
  61. package/lib/loading/index.d.ts +64 -64
  62. package/lib/loading/loading.d.ts +16 -16
  63. package/lib/loading/loading.variable.css +6 -0
  64. package/lib/menu/index.d.ts +90 -71
  65. package/lib/menu/menu-group.d.ts +6 -5
  66. package/lib/menu/menu-item.d.ts +6 -5
  67. package/lib/menu/menu.d.ts +18 -14
  68. package/lib/menu/menu.variable.css +6 -0
  69. package/lib/menu/submenu.d.ts +6 -5
  70. package/lib/menu/submenu.variable.css +6 -0
  71. package/lib/message/message.variable.css +6 -0
  72. package/lib/message/messageConstructor.d.ts +28 -16
  73. package/lib/modal/index.d.ts +88 -52
  74. package/lib/modal/modal.d.ts +22 -13
  75. package/lib/navigation/navigation-title.d.ts +10 -7
  76. package/lib/navigation/navigation.d.ts +40 -23
  77. package/lib/navigation/navigation.variable.css +6 -0
  78. package/lib/notify/notify.variable.css +6 -0
  79. package/lib/notify/notifyConstructor.d.ts +36 -20
  80. package/lib/popover/index.d.ts +207 -177
  81. package/lib/popover/popover.d.ts +52 -30
  82. package/lib/popover/popover.variable.css +6 -0
  83. package/lib/process/index.d.ts +120 -60
  84. package/lib/process/process.css +2 -3
  85. package/lib/process/process.d.ts +30 -15
  86. package/lib/process/process.less +2 -3
  87. package/lib/process/process.variable.css +8 -3
  88. package/lib/progress/index.d.ts +284 -136
  89. package/lib/progress/progress.d.ts +71 -34
  90. package/lib/progress/progress.variable.css +6 -0
  91. package/lib/radio/index.d.ts +127 -78
  92. package/lib/radio/radio-button.d.ts +24 -16
  93. package/lib/radio/radio-group.d.ts +11 -10
  94. package/lib/radio/radio.d.ts +23 -13
  95. package/lib/radio/radio.variable.css +6 -0
  96. package/lib/rate/index.d.ts +52 -40
  97. package/lib/rate/rate.d.ts +13 -10
  98. package/lib/rate/star.d.ts +32 -15
  99. package/lib/select/index.d.ts +396 -327
  100. package/lib/select/option.d.ts +9 -10
  101. package/lib/select/optionGroup.d.ts +49 -41
  102. package/lib/select/select.d.ts +98 -84
  103. package/lib/select/select.variable.css +6 -0
  104. package/lib/sideslider/index.d.ts +108 -60
  105. package/lib/sideslider/sideslider.d.ts +27 -15
  106. package/lib/sideslider/sideslider.variable.css +6 -0
  107. package/lib/slider/slider-button.d.ts +10 -7
  108. package/lib/slider/slider.d.ts +70 -40
  109. package/lib/slider/slider.variable.css +6 -0
  110. package/lib/steps/index.d.ts +156 -104
  111. package/lib/steps/steps.css +3 -0
  112. package/lib/steps/steps.d.ts +39 -26
  113. package/lib/steps/steps.less +4 -0
  114. package/lib/steps/steps.variable.css +9 -0
  115. package/lib/styles/index.d.ts +1 -0
  116. package/lib/styles/index.js +1 -1
  117. package/lib/styles/themes/themes.less +10 -0
  118. package/lib/switcher/index.d.ts +192 -128
  119. package/lib/switcher/switcher.d.ts +48 -32
  120. package/lib/switcher/switcher.variable.css +6 -0
  121. package/lib/tab/index.d.ts +344 -208
  122. package/lib/tab/tab-nav.d.ts +74 -38
  123. package/lib/tab/tab-panel.d.ts +22 -20
  124. package/lib/tab/tab.d.ts +64 -32
  125. package/lib/tab/tab.variable.css +6 -0
  126. package/lib/table/const.d.ts +4 -0
  127. package/lib/table/index.d.ts +154 -130
  128. package/lib/table/index.js +1 -1
  129. package/lib/table/props.d.ts +18 -0
  130. package/lib/table/render.d.ts +18 -2
  131. package/lib/table/table.css +47 -10
  132. package/lib/table/table.d.ts +47 -22
  133. package/lib/table/table.less +61 -17
  134. package/lib/table/table.variable.css +55 -12
  135. package/lib/table/utils.d.ts +26 -1
  136. package/lib/tag/index.d.ts +10 -286
  137. package/lib/tag/tag.d.ts +2 -48
  138. package/lib/tag/tag.variable.css +6 -0
  139. package/lib/timeline/index.d.ts +129 -0
  140. package/lib/timeline/index.js +1 -0
  141. package/lib/timeline/timeline.css +235 -0
  142. package/lib/timeline/timeline.d.ts +81 -0
  143. package/lib/timeline/timeline.less +239 -0
  144. package/lib/timeline/timeline.variable.css +327 -0
  145. package/lib/tree/index.d.ts +140 -75
  146. package/lib/tree/index.js +1 -1
  147. package/lib/tree/props.d.ts +19 -1
  148. package/lib/tree/tree.d.ts +42 -20
  149. package/lib/virtual-render/index.d.ts +406 -260
  150. package/lib/virtual-render/index.js +1 -1
  151. package/lib/virtual-render/props.d.ts +1 -0
  152. package/lib/virtual-render/virtual-render.d.ts +104 -43
  153. package/package.json +1 -1
@@ -52,29 +52,46 @@ declare const _default: import("vue").DefineComponent<{
52
52
  handleMouseOver: () => void;
53
53
  handleMouseLeave: () => void;
54
54
  handleClick: () => void;
55
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("hover" | "toggle" | "leave" | "toggle-click")[], "hover" | "toggle" | "leave" | "toggle-click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
56
- navWidth?: unknown;
57
- hoverWidth?: unknown;
58
- sideTitle?: unknown;
59
- headerTitle?: unknown;
60
- hoverLeaveDelay?: unknown;
61
- hoverEnterDelay?: unknown;
62
- defaultOpen?: unknown;
63
- headHeight?: unknown;
64
- navigationType?: unknown;
65
- needMenu?: unknown;
66
- } & {
67
- sideTitle: string;
68
- navigationType: BkNavigationType;
69
- navWidth: string | number;
70
- hoverWidth: string | number;
71
- headerTitle: string;
72
- hoverLeaveDelay: number;
73
- hoverEnterDelay: number;
74
- defaultOpen: boolean;
75
- headHeight: string | number;
76
- needMenu: boolean;
77
- } & {}> & {
55
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("hover" | "toggle" | "leave" | "toggle-click")[], "hover" | "toggle" | "leave" | "toggle-click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
56
+ navWidth: {
57
+ type: (NumberConstructor | StringConstructor)[];
58
+ default: number;
59
+ };
60
+ hoverWidth: {
61
+ type: (NumberConstructor | StringConstructor)[];
62
+ default: number;
63
+ };
64
+ sideTitle: {
65
+ type: StringConstructor;
66
+ default: string;
67
+ };
68
+ headerTitle: {
69
+ type: StringConstructor;
70
+ default: string;
71
+ };
72
+ hoverLeaveDelay: {
73
+ type: NumberConstructor;
74
+ default: number;
75
+ };
76
+ hoverEnterDelay: {
77
+ type: NumberConstructor;
78
+ default: number;
79
+ };
80
+ defaultOpen: BooleanConstructor;
81
+ headHeight: {
82
+ type: (NumberConstructor | StringConstructor)[];
83
+ default: number;
84
+ };
85
+ navigationType: {
86
+ type: PropType<BkNavigationType>;
87
+ default: string;
88
+ validator(v: BkNavigationType): boolean;
89
+ };
90
+ needMenu: {
91
+ type: BooleanConstructor;
92
+ default: boolean;
93
+ };
94
+ }>> & {
78
95
  onLeave?: (...args: any[]) => any;
79
96
  onHover?: (...args: any[]) => any;
80
97
  onToggle?: (...args: any[]) => any;
@@ -83,6 +83,12 @@
83
83
  --date-picker-disabled-bg: #fafbfd;
84
84
  --date-picker-dropdown-mb: 4px;
85
85
  --date-picker-dropdown-bg: #fff;
86
+ --table-bg-color: var(--white-color);
87
+ --table-border-color: #dcdee5;
88
+ --table-head-bg-color: #fafbfd;
89
+ --table-head-font-color: #313238;
90
+ --table-body-font-color: #575961;
91
+ --table-row-hover-bg-color: #f5f7fa;
86
92
  }
87
93
  .bk-navigation {
88
94
  display: flex;
@@ -83,6 +83,12 @@
83
83
  --date-picker-disabled-bg: #fafbfd;
84
84
  --date-picker-dropdown-mb: 4px;
85
85
  --date-picker-dropdown-bg: #fff;
86
+ --table-bg-color: var(--white-color);
87
+ --table-border-color: #dcdee5;
88
+ --table-head-bg-color: #fafbfd;
89
+ --table-head-font-color: #313238;
90
+ --table-body-font-color: #575961;
91
+ --table-row-hover-bg-color: #f5f7fa;
86
92
  }
87
93
  .bk-notify {
88
94
  position: fixed;
@@ -41,26 +41,42 @@ declare const _default: import("vue").DefineComponent<{
41
41
  }>;
42
42
  visible: import("vue").Ref<boolean>;
43
43
  handleClose: () => void;
44
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "destory"[], "destory", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
45
- id?: unknown;
46
- title?: unknown;
47
- message?: unknown;
48
- theme?: unknown;
49
- position?: unknown;
50
- delay?: unknown;
51
- offset?: unknown;
52
- onClose?: unknown;
53
- } & {
54
- title: string;
55
- offset: number;
56
- id: string;
57
- theme: string;
58
- position: string;
59
- message: string;
60
- delay: number;
61
- } & {
62
- onClose?: (...args: any[]) => any;
63
- }> & {
44
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "destory"[], "destory", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
45
+ id: import("vue-types").VueTypeValidableDef<string> & {
46
+ default: string;
47
+ } & {
48
+ default: string;
49
+ };
50
+ title: import("vue-types").VueTypeValidableDef<string> & {
51
+ default: string;
52
+ } & {
53
+ default: string;
54
+ };
55
+ message: import("vue-types").VueTypeValidableDef<string> & {
56
+ default: string;
57
+ } & {
58
+ default: string;
59
+ };
60
+ theme: import("vue-types").VueTypeDef<string> & {
61
+ default: string;
62
+ };
63
+ position: import("vue-types").VueTypeDef<string> & {
64
+ default: string;
65
+ };
66
+ delay: import("vue-types").VueTypeValidableDef<number> & {
67
+ default: number;
68
+ } & {
69
+ default: number;
70
+ };
71
+ offset: import("vue-types").VueTypeValidableDef<number> & {
72
+ default: number;
73
+ } & {
74
+ default: number;
75
+ };
76
+ onClose: import("vue-types").VueTypeValidableDef<(...args: any[]) => any> & {
77
+ default: (...args: any[]) => any;
78
+ };
79
+ }>> & {
64
80
  onDestory?: (...args: any[]) => any;
65
81
  }, {
66
82
  title: string;
@@ -15,65 +15,58 @@ declare const BkPopover: {
15
15
  transition: string;
16
16
  handleFirstUpdate: import("@bkui-vue/shared").OnFirstUpdateFnType;
17
17
  fixOnBoundary: boolean;
18
- }> & Omit<({} & (Readonly<{
19
- isShow?: unknown;
20
- width?: unknown;
21
- height?: unknown;
22
- content?: unknown;
23
- transition?: unknown;
24
- placement?: unknown;
25
- theme?: unknown;
26
- handleFirstUpdate?: unknown;
27
- trigger?: unknown;
28
- arrow?: unknown;
29
- modifiers?: unknown;
30
- boundary?: unknown;
31
- fixOnBoundary?: unknown;
32
- } & {
33
- placement: string;
34
- modifiers: unknown[];
35
- width: string | number;
36
- height: string | number;
37
- theme: string;
38
- content: string | number;
39
- trigger: string;
40
- arrow: boolean;
41
- isShow: boolean;
42
- transition: string;
43
- handleFirstUpdate: import("@bkui-vue/shared").OnFirstUpdateFnType;
44
- fixOnBoundary: boolean;
45
- } & {
46
- boundary?: string | HTMLElement;
47
- }> & ({} | {}))) & (import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{
48
- isShow?: unknown;
49
- width?: unknown;
50
- height?: unknown;
51
- content?: unknown;
52
- transition?: unknown;
53
- placement?: unknown;
54
- theme?: unknown;
55
- handleFirstUpdate?: unknown;
56
- trigger?: unknown;
57
- arrow?: unknown;
58
- modifiers?: unknown;
59
- boundary?: unknown;
60
- fixOnBoundary?: unknown;
61
- } & {
62
- placement: string;
63
- modifiers: unknown[];
64
- width: string | number;
65
- height: string | number;
66
- theme: string;
67
- content: string | number;
68
- trigger: string;
69
- arrow: boolean;
70
- isShow: boolean;
71
- transition: string;
72
- handleFirstUpdate: import("@bkui-vue/shared").OnFirstUpdateFnType;
73
- fixOnBoundary: boolean;
74
- } & {
75
- boundary?: string | HTMLElement;
76
- }> & ({} | {})), "placement" | "modifiers" | "width" | "height" | "theme" | "content" | "trigger" | "arrow" | "isShow" | "transition" | "handleFirstUpdate" | "fixOnBoundary">;
18
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
19
+ isShow: import("vue-types").VueTypeValidableDef<boolean> & {
20
+ default: boolean;
21
+ };
22
+ width: import("vue-types").VueTypeDef<string | number> & {
23
+ default: string | number;
24
+ };
25
+ height: import("vue-types").VueTypeDef<string | number> & {
26
+ default: string | number;
27
+ };
28
+ content: import("vue-types").VueTypeDef<string | number> & {
29
+ default: string | number;
30
+ };
31
+ transition: import("vue-types").VueTypeValidableDef<string> & {
32
+ default: string;
33
+ } & {
34
+ default: string;
35
+ };
36
+ placement: import("vue-types").VueTypeDef<string> & {
37
+ default: string;
38
+ };
39
+ theme: import("vue-types").VueTypeValidableDef<string> & {
40
+ default: string;
41
+ } & {
42
+ default: string;
43
+ };
44
+ handleFirstUpdate: {
45
+ type: import("vue").PropType<import("@bkui-vue/shared").OnFirstUpdateFnType>;
46
+ default: () => void;
47
+ };
48
+ trigger: import("vue-types").VueTypeValidableDef<string> & {
49
+ default: string;
50
+ } & {
51
+ default: string;
52
+ };
53
+ arrow: import("vue-types").VueTypeValidableDef<boolean> & {
54
+ default: boolean;
55
+ } & {
56
+ default: boolean;
57
+ };
58
+ modifiers: import("vue-types").VueTypeValidableDef<unknown[]> & {
59
+ default: () => unknown[];
60
+ } & {
61
+ default: () => unknown[];
62
+ };
63
+ boundary: import("vue-types").VueTypeDef<string | HTMLElement>;
64
+ fixOnBoundary: import("vue-types").VueTypeValidableDef<boolean> & {
65
+ default: boolean;
66
+ } & {
67
+ default: boolean;
68
+ };
69
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "placement" | "modifiers" | "width" | "height" | "theme" | "content" | "trigger" | "arrow" | "isShow" | "transition" | "handleFirstUpdate" | "fixOnBoundary">;
77
70
  $attrs: {
78
71
  [x: string]: unknown;
79
72
  };
@@ -87,36 +80,58 @@ declare const BkPopover: {
87
80
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
88
81
  $emit: ((event: string, ...args: any[]) => void) | ((event: string, ...args: any[]) => void);
89
82
  $el: any;
90
- $options: import("vue").ComponentOptionsBase<Readonly<{
91
- isShow?: unknown;
92
- width?: unknown;
93
- height?: unknown;
94
- content?: unknown;
95
- transition?: unknown;
96
- placement?: unknown;
97
- theme?: unknown;
98
- handleFirstUpdate?: unknown;
99
- trigger?: unknown;
100
- arrow?: unknown;
101
- modifiers?: unknown;
102
- boundary?: unknown;
103
- fixOnBoundary?: unknown;
104
- } & {
105
- placement: string;
106
- modifiers: unknown[];
107
- width: string | number;
108
- height: string | number;
109
- theme: string;
110
- content: string | number;
111
- trigger: string;
112
- arrow: boolean;
113
- isShow: boolean;
114
- transition: string;
115
- handleFirstUpdate: import("@bkui-vue/shared").OnFirstUpdateFnType;
116
- fixOnBoundary: boolean;
117
- } & {
118
- boundary?: string | HTMLElement;
119
- }> & ({} | {}), () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, {
83
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
84
+ isShow: import("vue-types").VueTypeValidableDef<boolean> & {
85
+ default: boolean;
86
+ };
87
+ width: import("vue-types").VueTypeDef<string | number> & {
88
+ default: string | number;
89
+ };
90
+ height: import("vue-types").VueTypeDef<string | number> & {
91
+ default: string | number;
92
+ };
93
+ content: import("vue-types").VueTypeDef<string | number> & {
94
+ default: string | number;
95
+ };
96
+ transition: import("vue-types").VueTypeValidableDef<string> & {
97
+ default: string;
98
+ } & {
99
+ default: string;
100
+ };
101
+ placement: import("vue-types").VueTypeDef<string> & {
102
+ default: string;
103
+ };
104
+ theme: import("vue-types").VueTypeValidableDef<string> & {
105
+ default: string;
106
+ } & {
107
+ default: string;
108
+ };
109
+ handleFirstUpdate: {
110
+ type: import("vue").PropType<import("@bkui-vue/shared").OnFirstUpdateFnType>;
111
+ default: () => void;
112
+ };
113
+ trigger: import("vue-types").VueTypeValidableDef<string> & {
114
+ default: string;
115
+ } & {
116
+ default: string;
117
+ };
118
+ arrow: import("vue-types").VueTypeValidableDef<boolean> & {
119
+ default: boolean;
120
+ } & {
121
+ default: boolean;
122
+ };
123
+ modifiers: import("vue-types").VueTypeValidableDef<unknown[]> & {
124
+ default: () => unknown[];
125
+ } & {
126
+ default: () => unknown[];
127
+ };
128
+ boundary: import("vue-types").VueTypeDef<string | HTMLElement>;
129
+ fixOnBoundary: import("vue-types").VueTypeValidableDef<boolean> & {
130
+ default: boolean;
131
+ } & {
132
+ default: boolean;
133
+ };
134
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, {
120
135
  placement: string;
121
136
  modifiers: unknown[];
122
137
  width: string | number;
@@ -149,98 +164,113 @@ declare const BkPopover: {
149
164
  $forceUpdate: () => void;
150
165
  $nextTick: typeof import("vue").nextTick;
151
166
  $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
152
- } & (Readonly<{
153
- isShow?: unknown;
154
- width?: unknown;
155
- height?: unknown;
156
- content?: unknown;
157
- transition?: unknown;
158
- placement?: unknown;
159
- theme?: unknown;
160
- handleFirstUpdate?: unknown;
161
- trigger?: unknown;
162
- arrow?: unknown;
163
- modifiers?: unknown;
164
- boundary?: unknown;
165
- fixOnBoundary?: unknown;
167
+ } & Readonly<import("vue").ExtractPropTypes<{
168
+ isShow: import("vue-types").VueTypeValidableDef<boolean> & {
169
+ default: boolean;
170
+ };
171
+ width: import("vue-types").VueTypeDef<string | number> & {
172
+ default: string | number;
173
+ };
174
+ height: import("vue-types").VueTypeDef<string | number> & {
175
+ default: string | number;
176
+ };
177
+ content: import("vue-types").VueTypeDef<string | number> & {
178
+ default: string | number;
179
+ };
180
+ transition: import("vue-types").VueTypeValidableDef<string> & {
181
+ default: string;
182
+ } & {
183
+ default: string;
184
+ };
185
+ placement: import("vue-types").VueTypeDef<string> & {
186
+ default: string;
187
+ };
188
+ theme: import("vue-types").VueTypeValidableDef<string> & {
189
+ default: string;
190
+ } & {
191
+ default: string;
192
+ };
193
+ handleFirstUpdate: {
194
+ type: import("vue").PropType<import("@bkui-vue/shared").OnFirstUpdateFnType>;
195
+ default: () => void;
196
+ };
197
+ trigger: import("vue-types").VueTypeValidableDef<string> & {
198
+ default: string;
199
+ } & {
200
+ default: string;
201
+ };
202
+ arrow: import("vue-types").VueTypeValidableDef<boolean> & {
203
+ default: boolean;
204
+ } & {
205
+ default: boolean;
206
+ };
207
+ modifiers: import("vue-types").VueTypeValidableDef<unknown[]> & {
208
+ default: () => unknown[];
209
+ } & {
210
+ default: () => unknown[];
211
+ };
212
+ boundary: import("vue-types").VueTypeDef<string | HTMLElement>;
213
+ fixOnBoundary: import("vue-types").VueTypeValidableDef<boolean> & {
214
+ default: boolean;
215
+ } & {
216
+ default: boolean;
217
+ };
218
+ }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & {} & import("vue").ComponentCustomProperties;
219
+ __isFragment?: never;
220
+ __isTeleport?: never;
221
+ __isSuspense?: never;
222
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
223
+ isShow: import("vue-types").VueTypeValidableDef<boolean> & {
224
+ default: boolean;
225
+ };
226
+ width: import("vue-types").VueTypeDef<string | number> & {
227
+ default: string | number;
228
+ };
229
+ height: import("vue-types").VueTypeDef<string | number> & {
230
+ default: string | number;
231
+ };
232
+ content: import("vue-types").VueTypeDef<string | number> & {
233
+ default: string | number;
234
+ };
235
+ transition: import("vue-types").VueTypeValidableDef<string> & {
236
+ default: string;
166
237
  } & {
167
- placement: string;
168
- modifiers: unknown[];
169
- width: string | number;
170
- height: string | number;
171
- theme: string;
172
- content: string | number;
173
- trigger: string;
174
- arrow: boolean;
175
- isShow: boolean;
176
- transition: string;
177
- handleFirstUpdate: import("@bkui-vue/shared").OnFirstUpdateFnType;
178
- fixOnBoundary: boolean;
238
+ default: string;
239
+ };
240
+ placement: import("vue-types").VueTypeDef<string> & {
241
+ default: string;
242
+ };
243
+ theme: import("vue-types").VueTypeValidableDef<string> & {
244
+ default: string;
179
245
  } & {
180
- boundary?: string | HTMLElement;
181
- }> & ({} | {})) & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & {} & import("vue").ComponentCustomProperties & Readonly<{
182
- isShow?: unknown;
183
- width?: unknown;
184
- height?: unknown;
185
- content?: unknown;
186
- transition?: unknown;
187
- placement?: unknown;
188
- theme?: unknown;
189
- handleFirstUpdate?: unknown;
190
- trigger?: unknown;
191
- arrow?: unknown;
192
- modifiers?: unknown;
193
- boundary?: unknown;
194
- fixOnBoundary?: unknown;
246
+ default: string;
247
+ };
248
+ handleFirstUpdate: {
249
+ type: import("vue").PropType<import("@bkui-vue/shared").OnFirstUpdateFnType>;
250
+ default: () => void;
251
+ };
252
+ trigger: import("vue-types").VueTypeValidableDef<string> & {
253
+ default: string;
195
254
  } & {
196
- placement: string;
197
- modifiers: unknown[];
198
- width: string | number;
199
- height: string | number;
200
- theme: string;
201
- content: string | number;
202
- trigger: string;
203
- arrow: boolean;
204
- isShow: boolean;
205
- transition: string;
206
- handleFirstUpdate: import("@bkui-vue/shared").OnFirstUpdateFnType;
207
- fixOnBoundary: boolean;
255
+ default: string;
256
+ };
257
+ arrow: import("vue-types").VueTypeValidableDef<boolean> & {
258
+ default: boolean;
208
259
  } & {
209
- boundary?: string | HTMLElement;
210
- }> & ({} | {});
211
- __isFragment?: never;
212
- __isTeleport?: never;
213
- __isSuspense?: never;
214
- } & import("vue").ComponentOptionsBase<Readonly<{
215
- isShow?: unknown;
216
- width?: unknown;
217
- height?: unknown;
218
- content?: unknown;
219
- transition?: unknown;
220
- placement?: unknown;
221
- theme?: unknown;
222
- handleFirstUpdate?: unknown;
223
- trigger?: unknown;
224
- arrow?: unknown;
225
- modifiers?: unknown;
226
- boundary?: unknown;
227
- fixOnBoundary?: unknown;
228
- } & {
229
- placement: string;
230
- modifiers: unknown[];
231
- width: string | number;
232
- height: string | number;
233
- theme: string;
234
- content: string | number;
235
- trigger: string;
236
- arrow: boolean;
237
- isShow: boolean;
238
- transition: string;
239
- handleFirstUpdate: import("@bkui-vue/shared").OnFirstUpdateFnType;
240
- fixOnBoundary: boolean;
241
- } & {
242
- boundary?: string | HTMLElement;
243
- }> & ({} | {}), () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, {
260
+ default: boolean;
261
+ };
262
+ modifiers: import("vue-types").VueTypeValidableDef<unknown[]> & {
263
+ default: () => unknown[];
264
+ } & {
265
+ default: () => unknown[];
266
+ };
267
+ boundary: import("vue-types").VueTypeDef<string | HTMLElement>;
268
+ fixOnBoundary: import("vue-types").VueTypeValidableDef<boolean> & {
269
+ default: boolean;
270
+ } & {
271
+ default: boolean;
272
+ };
273
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, {
244
274
  placement: string;
245
275
  modifiers: unknown[];
246
276
  width: string | number;