bkui-vue 0.0.1-beta.396 → 0.0.1-beta.398

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.
@@ -196,17 +196,13 @@ declare const TagInput: {
196
196
  content: import("vue-types").VueTypeDef<string | number> & {
197
197
  default: string | number;
198
198
  };
199
- placement: import("vue-types").VueTypeDef<"auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end"> & {
200
- default: "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
201
- };
199
+ placement: import("vue-types").VueTypeDef<string>;
202
200
  theme: import("vue-types").VueTypeValidableDef<string> & {
203
201
  default: string;
204
202
  } & {
205
203
  default: string;
206
204
  };
207
- trigger: import("vue-types").VueTypeDef<"hover" | "click" | "manual"> & {
208
- default: "hover" | "click" | "manual";
209
- };
205
+ trigger: import("vue-types").VueTypeDef<string>;
210
206
  renderType: import("vue-types").VueTypeDef<"auto" | "shown"> & {
211
207
  default: "auto" | "shown";
212
208
  };
@@ -474,17 +470,13 @@ declare const TagInput: {
474
470
  content: import("vue-types").VueTypeDef<string | number> & {
475
471
  default: string | number;
476
472
  };
477
- placement: import("vue-types").VueTypeDef<"auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end"> & {
478
- default: "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
479
- };
473
+ placement: import("vue-types").VueTypeDef<string>;
480
474
  theme: import("vue-types").VueTypeValidableDef<string> & {
481
475
  default: string;
482
476
  } & {
483
477
  default: string;
484
478
  };
485
- trigger: import("vue-types").VueTypeDef<"hover" | "click" | "manual"> & {
486
- default: "hover" | "click" | "manual";
487
- };
479
+ trigger: import("vue-types").VueTypeDef<string>;
488
480
  renderType: import("vue-types").VueTypeDef<"auto" | "shown"> & {
489
481
  default: "auto" | "shown";
490
482
  };
@@ -841,17 +833,13 @@ declare const TagInput: {
841
833
  content: import("vue-types").VueTypeDef<string | number> & {
842
834
  default: string | number;
843
835
  };
844
- placement: import("vue-types").VueTypeDef<"auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end"> & {
845
- default: "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
846
- };
836
+ placement: import("vue-types").VueTypeDef<string>;
847
837
  theme: import("vue-types").VueTypeValidableDef<string> & {
848
838
  default: string;
849
839
  } & {
850
840
  default: string;
851
841
  };
852
- trigger: import("vue-types").VueTypeDef<"hover" | "click" | "manual"> & {
853
- default: "hover" | "click" | "manual";
854
- };
842
+ trigger: import("vue-types").VueTypeDef<string>;
855
843
  renderType: import("vue-types").VueTypeDef<"auto" | "shown"> & {
856
844
  default: "auto" | "shown";
857
845
  };
@@ -1163,17 +1151,13 @@ declare const TagInput: {
1163
1151
  content: import("vue-types").VueTypeDef<string | number> & {
1164
1152
  default: string | number;
1165
1153
  };
1166
- placement: import("vue-types").VueTypeDef<"auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end"> & {
1167
- default: "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
1168
- };
1154
+ placement: import("vue-types").VueTypeDef<string>;
1169
1155
  theme: import("vue-types").VueTypeValidableDef<string> & {
1170
1156
  default: string;
1171
1157
  } & {
1172
1158
  default: string;
1173
1159
  };
1174
- trigger: import("vue-types").VueTypeDef<"hover" | "click" | "manual"> & {
1175
- default: "hover" | "click" | "manual";
1176
- };
1160
+ trigger: import("vue-types").VueTypeDef<string>;
1177
1161
  renderType: import("vue-types").VueTypeDef<"auto" | "shown"> & {
1178
1162
  default: "auto" | "shown";
1179
1163
  };
@@ -164,17 +164,13 @@ declare const _default: import("vue").DefineComponent<{
164
164
  content: import("vue-types").VueTypeDef<string | number> & {
165
165
  default: string | number;
166
166
  };
167
- placement: import("vue-types").VueTypeDef<"auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end"> & {
168
- default: "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
169
- };
167
+ placement: import("vue-types").VueTypeDef<string>;
170
168
  theme: import("vue-types").VueTypeValidableDef<string> & {
171
169
  default: string;
172
170
  } & {
173
171
  default: string;
174
172
  };
175
- trigger: import("vue-types").VueTypeDef<"hover" | "click" | "manual"> & {
176
- default: "hover" | "click" | "manual";
177
- };
173
+ trigger: import("vue-types").VueTypeDef<string>;
178
174
  renderType: import("vue-types").VueTypeDef<"auto" | "shown"> & {
179
175
  default: "auto" | "shown";
180
176
  };
@@ -237,13 +233,7 @@ declare const _default: import("vue").DefineComponent<{
237
233
  default: () => unknown[];
238
234
  } & {
239
235
  default: () => unknown[];
240
- }; /**
241
- * 不显示条件:
242
- * 1. 设置不可清除
243
- * 2. 禁用时
244
- * 3. tag标签为空时
245
- * 4. 设置了showClearOnlyHover,且没有hover的时候
246
- */
236
+ };
247
237
  popoverDelay: import("vue-types").VueTypeValidableDef<number> & {
248
238
  default: number;
249
239
  } & {
@@ -486,17 +476,13 @@ declare const _default: import("vue").DefineComponent<{
486
476
  content: import("vue-types").VueTypeDef<string | number> & {
487
477
  default: string | number;
488
478
  };
489
- placement: import("vue-types").VueTypeDef<"auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end"> & {
490
- default: "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
491
- };
479
+ placement: import("vue-types").VueTypeDef<string>;
492
480
  theme: import("vue-types").VueTypeValidableDef<string> & {
493
481
  default: string;
494
482
  } & {
495
483
  default: string;
496
484
  };
497
- trigger: import("vue-types").VueTypeDef<"hover" | "click" | "manual"> & {
498
- default: "hover" | "click" | "manual";
499
- };
485
+ trigger: import("vue-types").VueTypeDef<string>;
500
486
  renderType: import("vue-types").VueTypeDef<"auto" | "shown"> & {
501
487
  default: "auto" | "shown";
502
488
  };
@@ -559,13 +545,7 @@ declare const _default: import("vue").DefineComponent<{
559
545
  default: () => unknown[];
560
546
  } & {
561
547
  default: () => unknown[];
562
- }; /**
563
- * 不显示条件:
564
- * 1. 设置不可清除
565
- * 2. 禁用时
566
- * 3. tag标签为空时
567
- * 4. 设置了showClearOnlyHover,且没有hover的时候
568
- */
548
+ };
569
549
  popoverDelay: import("vue-types").VueTypeValidableDef<number> & {
570
550
  default: number;
571
551
  } & {
@@ -157,17 +157,13 @@ declare const tagProps: () => {
157
157
  content: import("vue-types").VueTypeDef<string | number> & {
158
158
  default: string | number;
159
159
  };
160
- placement: import("vue-types").VueTypeDef<"auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end"> & {
161
- default: "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
162
- };
160
+ placement: import("vue-types").VueTypeDef<string>;
163
161
  theme: import("vue-types").VueTypeValidableDef<string> & {
164
162
  default: string;
165
163
  } & {
166
164
  default: string;
167
165
  };
168
- trigger: import("vue-types").VueTypeDef<"hover" | "click" | "manual"> & {
169
- default: "hover" | "click" | "manual";
170
- };
166
+ trigger: import("vue-types").VueTypeDef<string>;
171
167
  renderType: import("vue-types").VueTypeDef<"auto" | "shown"> & {
172
168
  default: "auto" | "shown";
173
169
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bkui-vue",
3
- "version": "0.0.1-beta.396",
3
+ "version": "0.0.1-beta.398",
4
4
  "workspaces": {
5
5
  "packages": [
6
6
  "packages/!(**.bak)*",