bkui-vue 0.0.2-beta.25 → 0.0.2-beta.27

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 (101) hide show
  1. package/dist/index.cjs.js +55 -55
  2. package/dist/index.esm.js +8972 -8914
  3. package/dist/index.umd.js +38 -38
  4. package/dist/style.css +1 -1
  5. package/dist/style.variable.css +1 -1
  6. package/lib/affix/affix.d.ts +1 -1
  7. package/lib/affix/index.d.ts +4 -4
  8. package/lib/alert/index.d.ts +1 -1
  9. package/lib/animate-number/index.d.ts +1 -1
  10. package/lib/backtop/index.d.ts +1 -1
  11. package/lib/badge/badge.d.ts +2 -2
  12. package/lib/badge/index.d.ts +7 -7
  13. package/lib/breadcrumb/index.d.ts +1 -1
  14. package/lib/button/index.d.ts +1 -1
  15. package/lib/card/card.d.ts +1 -1
  16. package/lib/card/index.d.ts +4 -4
  17. package/lib/cascader/index.d.ts +1 -1
  18. package/lib/checkbox/index.d.ts +1 -1
  19. package/lib/code-diff/index.d.ts +1 -1
  20. package/lib/collapse/index.d.ts +1 -1
  21. package/lib/color-picker/index.d.ts +1 -1
  22. package/lib/config-provider/index.d.ts +1 -1
  23. package/lib/container/index.d.ts +1 -1
  24. package/lib/date-picker/index.d.ts +1 -1
  25. package/lib/dialog/index.d.ts +1 -1
  26. package/lib/directives/index.js +1 -1
  27. package/lib/directives/tooltips.d.ts +2 -2
  28. package/lib/divider/index.d.ts +1 -1
  29. package/lib/dropdown/index.d.ts +1 -1
  30. package/lib/exception/index.d.ts +1 -1
  31. package/lib/fixed-navbar/index.d.ts +1 -1
  32. package/lib/form/index.d.ts +1 -1
  33. package/lib/image/index.d.ts +1 -1
  34. package/lib/input/index.d.ts +1 -1
  35. package/lib/link/index.d.ts +4 -4
  36. package/lib/link/link.d.ts +1 -1
  37. package/lib/loading/index.d.ts +1 -1
  38. package/lib/menu/index.d.ts +1 -1
  39. package/lib/message/index.js +1 -1
  40. package/lib/modal/index.d.ts +1 -1
  41. package/lib/navigation/index.d.ts +4 -1
  42. package/lib/navigation/index.js +1 -1
  43. package/lib/navigation/navigation.d.ts +1 -0
  44. package/lib/notify/notifyConstructor.d.ts +1 -1
  45. package/lib/overflow-title/index.d.ts +1 -1
  46. package/lib/pagination/index.d.ts +1 -1
  47. package/lib/plugin-popover/index.js +1 -1
  48. package/lib/pop-confirm/index.d.ts +1 -1
  49. package/lib/popover/content.d.ts +23 -0
  50. package/lib/popover/index.d.ts +44 -4
  51. package/lib/popover/index.js +1 -1
  52. package/lib/popover/popover.d.ts +25 -1
  53. package/lib/popover/props.d.ts +18 -0
  54. package/lib/popover/use-floating.d.ts +1 -1
  55. package/lib/popover/use-popover-init.d.ts +1 -1
  56. package/lib/popover2/index.d.ts +1 -1
  57. package/lib/process/index.d.ts +1 -1
  58. package/lib/progress/index.d.ts +1 -1
  59. package/lib/radio/index.d.ts +1 -1
  60. package/lib/rate/index.d.ts +1 -1
  61. package/lib/resize-layout/index.d.ts +1 -1
  62. package/lib/resize-layout/index.js +1 -1
  63. package/lib/resize-layout/resize-layout.css +12 -0
  64. package/lib/resize-layout/resize-layout.less +12 -0
  65. package/lib/resize-layout/resize-layout.variable.css +12 -0
  66. package/lib/search-select/index.d.ts +1 -1
  67. package/lib/select/index.d.ts +70 -4
  68. package/lib/select/select.d.ts +34 -1
  69. package/lib/sideslider/index.d.ts +1 -1
  70. package/lib/slider/index.d.ts +1 -1
  71. package/lib/steps/index.d.ts +1 -1
  72. package/lib/swiper/index.d.ts +1 -1
  73. package/lib/switcher/index.d.ts +1 -1
  74. package/lib/tab/index.d.ts +2 -2
  75. package/lib/tab/tab-panel.d.ts +1 -1
  76. package/lib/table/components/table-cell.d.ts +28 -5
  77. package/lib/table/components/table-column.d.ts +76 -8
  78. package/lib/table/const.d.ts +1 -1
  79. package/lib/table/index.d.ts +69 -7
  80. package/lib/table/index.js +1 -1
  81. package/lib/table/plugins/settings.d.ts +5 -9
  82. package/lib/table/props.d.ts +30 -11
  83. package/lib/table/table.css +11 -2
  84. package/lib/table/table.d.ts +4 -0
  85. package/lib/table/table.less +9 -3
  86. package/lib/table/table.variable.css +11 -2
  87. package/lib/table/use-column.d.ts +14 -2
  88. package/lib/table/use-common.d.ts +2 -0
  89. package/lib/table-column/index.d.ts +145 -13
  90. package/lib/table-column/index.js +1 -1
  91. package/lib/tag/index.d.ts +1 -1
  92. package/lib/tag-input/index.d.ts +34 -1
  93. package/lib/tag-input/tag-input.d.ts +22 -0
  94. package/lib/tag-input/tag-props.d.ts +11 -0
  95. package/lib/time-picker/index.d.ts +1 -1
  96. package/lib/timeline/index.d.ts +1 -1
  97. package/lib/transfer/index.d.ts +1 -1
  98. package/lib/tree/index.d.ts +1 -1
  99. package/lib/upload/index.d.ts +1 -1
  100. package/lib/virtual-render/index.d.ts +1 -1
  101. package/package.json +1 -1
@@ -19,6 +19,8 @@ declare const TableColumnProp: {
19
19
  disabled?: boolean;
20
20
  watchCellResize?: boolean;
21
21
  mode?: "auto" | "static";
22
+ popoverOption?: any;
23
+ resizerWay?: import("../props").ResizerWay;
22
24
  });
23
25
  };
24
26
  type: import("vue-types").VueTypeDef<"none" | "selection" | "index" | "expand">;
@@ -37,10 +39,20 @@ declare const TableColumnProp: {
37
39
  default: string | boolean | (() => import("../props").IFilterShape);
38
40
  };
39
41
  colspan: import("vue-types").VueTypeDef<import("../props").SpanFunctionString> & {
40
- default: import("../props").SpanFunctionString;
42
+ default: (({ column, colIndex, row, rowIndex, }: {
43
+ column: any;
44
+ colIndex: any;
45
+ row: any;
46
+ rowIndex: any;
47
+ }) => number) | (() => Number);
41
48
  };
42
49
  rowspan: import("vue-types").VueTypeDef<import("../props").SpanFunctionString> & {
43
- default: import("../props").SpanFunctionString;
50
+ default: (({ column, colIndex, row, rowIndex, }: {
51
+ column: any;
52
+ colIndex: any;
53
+ row: any;
54
+ rowIndex: any;
55
+ }) => number) | (() => Number);
44
56
  };
45
57
  align: import("vue-types").VueTypeDef<"" | "right" | "left" | "center">;
46
58
  className: import("vue-types").VueTypeDef<import("../props").RowClassFunctionString>;
@@ -71,6 +83,8 @@ declare const _default: import("vue").DefineComponent<{
71
83
  disabled?: boolean;
72
84
  watchCellResize?: boolean;
73
85
  mode?: "auto" | "static";
86
+ popoverOption?: any;
87
+ resizerWay?: import("../props").ResizerWay;
74
88
  });
75
89
  };
76
90
  type: import("vue-types").VueTypeDef<"none" | "selection" | "index" | "expand">;
@@ -89,10 +103,20 @@ declare const _default: import("vue").DefineComponent<{
89
103
  default: string | boolean | (() => import("../props").IFilterShape);
90
104
  };
91
105
  colspan: import("vue-types").VueTypeDef<import("../props").SpanFunctionString> & {
92
- default: import("../props").SpanFunctionString;
106
+ default: (({ column, colIndex, row, rowIndex, }: {
107
+ column: any;
108
+ colIndex: any;
109
+ row: any;
110
+ rowIndex: any;
111
+ }) => number) | (() => Number);
93
112
  };
94
113
  rowspan: import("vue-types").VueTypeDef<import("../props").SpanFunctionString> & {
95
- default: import("../props").SpanFunctionString;
114
+ default: (({ column, colIndex, row, rowIndex, }: {
115
+ column: any;
116
+ colIndex: any;
117
+ row: any;
118
+ rowIndex: any;
119
+ }) => number) | (() => Number);
96
120
  };
97
121
  align: import("vue-types").VueTypeDef<"" | "right" | "left" | "center">;
98
122
  className: import("vue-types").VueTypeDef<import("../props").RowClassFunctionString>;
@@ -132,10 +156,42 @@ declare const _default: import("vue").DefineComponent<{
132
156
  disabled?: boolean;
133
157
  watchCellResize?: boolean;
134
158
  mode?: "auto" | "static";
159
+ popoverOption?: any;
160
+ resizerWay?: import("../props").ResizerWay;
135
161
  };
136
162
  resizable?: boolean;
137
- colspan?: import("../props").SpanFunctionString;
138
- rowspan?: import("../props").SpanFunctionString;
163
+ colspan?: (({ column, colIndex, row, rowIndex, }: {
164
+ column: any;
165
+ colIndex: any;
166
+ row: any;
167
+ rowIndex: any;
168
+ }) => number) | {
169
+ toString: (radix?: number) => string;
170
+ toFixed: (fractionDigits?: number) => string;
171
+ toExponential: (fractionDigits?: number) => string;
172
+ toPrecision: (precision?: number) => string;
173
+ valueOf: () => number;
174
+ toLocaleString: {
175
+ (locales?: string | string[], options?: Intl.NumberFormatOptions): string;
176
+ (locales?: Intl.LocalesArgument, options?: Intl.NumberFormatOptions): string;
177
+ };
178
+ };
179
+ rowspan?: (({ column, colIndex, row, rowIndex, }: {
180
+ column: any;
181
+ colIndex: any;
182
+ row: any;
183
+ rowIndex: any;
184
+ }) => number) | {
185
+ toString: (radix?: number) => string;
186
+ toFixed: (fractionDigits?: number) => string;
187
+ toExponential: (fractionDigits?: number) => string;
188
+ toPrecision: (precision?: number) => string;
189
+ valueOf: () => number;
190
+ toLocaleString: {
191
+ (locales?: string | string[], options?: Intl.NumberFormatOptions): string;
192
+ (locales?: Intl.LocalesArgument, options?: Intl.NumberFormatOptions): string;
193
+ };
194
+ };
139
195
  render?: import("../props").RenderFunctionString;
140
196
  type?: "none" | "selection" | "index" | "expand";
141
197
  label?: import("../props").LabelFunctionString;
@@ -167,6 +223,8 @@ declare const _default: import("vue").DefineComponent<{
167
223
  disabled?: boolean;
168
224
  watchCellResize?: boolean;
169
225
  mode?: "auto" | "static";
226
+ popoverOption?: any;
227
+ resizerWay?: import("../props").ResizerWay;
170
228
  });
171
229
  };
172
230
  type: import("vue-types").VueTypeDef<"none" | "selection" | "index" | "expand">;
@@ -185,10 +243,20 @@ declare const _default: import("vue").DefineComponent<{
185
243
  default: string | boolean | (() => import("../props").IFilterShape);
186
244
  };
187
245
  colspan: import("vue-types").VueTypeDef<import("../props").SpanFunctionString> & {
188
- default: import("../props").SpanFunctionString;
246
+ default: (({ column, colIndex, row, rowIndex, }: {
247
+ column: any;
248
+ colIndex: any;
249
+ row: any;
250
+ rowIndex: any;
251
+ }) => number) | (() => Number);
189
252
  };
190
253
  rowspan: import("vue-types").VueTypeDef<import("../props").SpanFunctionString> & {
191
- default: import("../props").SpanFunctionString;
254
+ default: (({ column, colIndex, row, rowIndex, }: {
255
+ column: any;
256
+ colIndex: any;
257
+ row: any;
258
+ rowIndex: any;
259
+ }) => number) | (() => Number);
192
260
  };
193
261
  align: import("vue-types").VueTypeDef<"" | "right" | "left" | "center">;
194
262
  className: import("vue-types").VueTypeDef<import("../props").RowClassFunctionString>;
@@ -90,4 +90,4 @@ export declare const SORT_OPTIONS: SORT_OPTION[];
90
90
  /**
91
91
  * 列宽最小设置
92
92
  */
93
- export declare const COL_MIN_WIDTH = 30;
93
+ export declare const COL_MIN_WIDTH = 80;
@@ -54,8 +54,8 @@ declare const BkTable: {
54
54
  checked: string;
55
55
  data: Record<string, any>[];
56
56
  }) => any;
57
- key?: string | number | symbol;
58
57
  ref?: import("vue").VNodeRef;
58
+ key?: string | number | symbol;
59
59
  ref_for?: boolean;
60
60
  ref_key?: string;
61
61
  onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
@@ -361,6 +361,8 @@ declare const BkTable: {
361
361
  disabled?: boolean;
362
362
  watchCellResize?: boolean;
363
363
  mode?: "auto" | "static";
364
+ popoverOption?: any;
365
+ resizerWay?: import("./props").ResizerWay;
364
366
  });
365
367
  };
366
368
  asyncData: import("vue-types").VueTypeValidableDef<boolean> & {
@@ -720,6 +722,8 @@ declare const BkTable: {
720
722
  disabled?: boolean;
721
723
  watchCellResize?: boolean;
722
724
  mode?: "auto" | "static";
725
+ popoverOption?: any;
726
+ resizerWay?: import("./props").ResizerWay;
723
727
  });
724
728
  };
725
729
  asyncData: import("vue-types").VueTypeValidableDef<boolean> & {
@@ -945,6 +949,8 @@ declare const BkTable: {
945
949
  disabled?: boolean;
946
950
  watchCellResize?: boolean;
947
951
  mode?: "auto" | "static";
952
+ popoverOption?: any;
953
+ resizerWay?: import("./props").ResizerWay;
948
954
  });
949
955
  };
950
956
  asyncData: import("vue-types").VueTypeValidableDef<boolean> & {
@@ -1189,6 +1195,8 @@ declare const BkTable: {
1189
1195
  disabled?: boolean;
1190
1196
  watchCellResize?: boolean;
1191
1197
  mode?: "auto" | "static";
1198
+ popoverOption?: any;
1199
+ resizerWay?: import("./props").ResizerWay;
1192
1200
  });
1193
1201
  };
1194
1202
  type: import("vue-types").VueTypeDef<"none" | "selection" | "index" | "expand">;
@@ -1207,10 +1215,20 @@ declare const BkTable: {
1207
1215
  default: string | boolean | (() => import("./props").IFilterShape);
1208
1216
  };
1209
1217
  colspan: import("vue-types").VueTypeDef<import("./props").SpanFunctionString> & {
1210
- default: import("./props").SpanFunctionString;
1218
+ default: (({ column, colIndex, row, rowIndex, }: {
1219
+ column: any;
1220
+ colIndex: any;
1221
+ row: any;
1222
+ rowIndex: any;
1223
+ }) => number) | (() => Number);
1211
1224
  };
1212
1225
  rowspan: import("vue-types").VueTypeDef<import("./props").SpanFunctionString> & {
1213
- default: import("./props").SpanFunctionString;
1226
+ default: (({ column, colIndex, row, rowIndex, }: {
1227
+ column: any;
1228
+ colIndex: any;
1229
+ row: any;
1230
+ rowIndex: any;
1231
+ }) => number) | (() => Number);
1214
1232
  };
1215
1233
  align: import("vue-types").VueTypeDef<"" | "right" | "left" | "center">;
1216
1234
  className: import("vue-types").VueTypeDef<import("./props").RowClassFunctionString>;
@@ -1250,10 +1268,42 @@ declare const BkTable: {
1250
1268
  disabled?: boolean;
1251
1269
  watchCellResize?: boolean;
1252
1270
  mode?: "auto" | "static";
1271
+ popoverOption?: any;
1272
+ resizerWay?: import("./props").ResizerWay;
1253
1273
  };
1254
1274
  resizable?: boolean;
1255
- colspan?: import("./props").SpanFunctionString;
1256
- rowspan?: import("./props").SpanFunctionString;
1275
+ colspan?: (({ column, colIndex, row, rowIndex, }: {
1276
+ column: any;
1277
+ colIndex: any;
1278
+ row: any;
1279
+ rowIndex: any;
1280
+ }) => number) | {
1281
+ toString: (radix?: number) => string;
1282
+ toFixed: (fractionDigits?: number) => string;
1283
+ toExponential: (fractionDigits?: number) => string;
1284
+ toPrecision: (precision?: number) => string;
1285
+ valueOf: () => number;
1286
+ toLocaleString: {
1287
+ (locales?: string | string[], options?: Intl.NumberFormatOptions): string;
1288
+ (locales?: Intl.LocalesArgument, options?: Intl.NumberFormatOptions): string;
1289
+ };
1290
+ };
1291
+ rowspan?: (({ column, colIndex, row, rowIndex, }: {
1292
+ column: any;
1293
+ colIndex: any;
1294
+ row: any;
1295
+ rowIndex: any;
1296
+ }) => number) | {
1297
+ toString: (radix?: number) => string;
1298
+ toFixed: (fractionDigits?: number) => string;
1299
+ toExponential: (fractionDigits?: number) => string;
1300
+ toPrecision: (precision?: number) => string;
1301
+ valueOf: () => number;
1302
+ toLocaleString: {
1303
+ (locales?: string | string[], options?: Intl.NumberFormatOptions): string;
1304
+ (locales?: Intl.LocalesArgument, options?: Intl.NumberFormatOptions): string;
1305
+ };
1306
+ };
1257
1307
  render?: import("./props").RenderFunctionString;
1258
1308
  type?: "none" | "selection" | "index" | "expand";
1259
1309
  label?: import("./props").LabelFunctionString;
@@ -1285,6 +1335,8 @@ declare const BkTable: {
1285
1335
  disabled?: boolean;
1286
1336
  watchCellResize?: boolean;
1287
1337
  mode?: "auto" | "static";
1338
+ popoverOption?: any;
1339
+ resizerWay?: import("./props").ResizerWay;
1288
1340
  });
1289
1341
  };
1290
1342
  type: import("vue-types").VueTypeDef<"none" | "selection" | "index" | "expand">;
@@ -1303,10 +1355,20 @@ declare const BkTable: {
1303
1355
  default: string | boolean | (() => import("./props").IFilterShape);
1304
1356
  };
1305
1357
  colspan: import("vue-types").VueTypeDef<import("./props").SpanFunctionString> & {
1306
- default: import("./props").SpanFunctionString;
1358
+ default: (({ column, colIndex, row, rowIndex, }: {
1359
+ column: any;
1360
+ colIndex: any;
1361
+ row: any;
1362
+ rowIndex: any;
1363
+ }) => number) | (() => Number);
1307
1364
  };
1308
1365
  rowspan: import("vue-types").VueTypeDef<import("./props").SpanFunctionString> & {
1309
- default: import("./props").SpanFunctionString;
1366
+ default: (({ column, colIndex, row, rowIndex, }: {
1367
+ column: any;
1368
+ colIndex: any;
1369
+ row: any;
1370
+ rowIndex: any;
1371
+ }) => number) | (() => Number);
1310
1372
  };
1311
1373
  align: import("vue-types").VueTypeDef<"" | "right" | "left" | "center">;
1312
1374
  className: import("vue-types").VueTypeDef<import("./props").RowClassFunctionString>;