bw-pro-table 0.0.1

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 (52) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +341 -0
  3. package/dist/bw-pro-table.css +2 -0
  4. package/dist/bw-pro-table.js +6414 -0
  5. package/dist/bw-pro-table.umd.cjs +62 -0
  6. package/dist/types/BwProTable.vue.d.ts +61 -0
  7. package/dist/types/BwProTableAdvancedFilter.vue.d.ts +17 -0
  8. package/dist/types/BwProTableBatchEditModal.vue.d.ts +23 -0
  9. package/dist/types/BwProTableColumnSearch.vue.d.ts +14 -0
  10. package/dist/types/BwProTableColumnSetting.vue.d.ts +14 -0
  11. package/dist/types/BwProTableContextMenu.vue.d.ts +20 -0
  12. package/dist/types/BwProTableCore.vue.d.ts +38 -0
  13. package/dist/types/BwProTableSearch.vue.d.ts +33 -0
  14. package/dist/types/BwProTableToolbar.vue.d.ts +84 -0
  15. package/dist/types/composables/index.d.ts +25 -0
  16. package/dist/types/composables/useBwKeyboard.d.ts +44 -0
  17. package/dist/types/composables/useBwPermission.d.ts +50 -0
  18. package/dist/types/composables/useBwRowEdit.d.ts +83 -0
  19. package/dist/types/composables/useBwRowSelection.d.ts +42 -0
  20. package/dist/types/composables/useColumnHeaderSearch.d.ts +28 -0
  21. package/dist/types/composables/useContextMenu.d.ts +54 -0
  22. package/dist/types/composables/useDragSort.d.ts +36 -0
  23. package/dist/types/composables/useExportExcel.d.ts +35 -0
  24. package/dist/types/composables/useImportExcel.d.ts +45 -0
  25. package/dist/types/composables/useLocale.d.ts +14 -0
  26. package/dist/types/composables/usePersistence.d.ts +60 -0
  27. package/dist/types/composables/useQueryParams.d.ts +38 -0
  28. package/dist/types/composables/useTableView.d.ts +36 -0
  29. package/dist/types/constants.d.ts +60 -0
  30. package/dist/types/drag-icon.vue.d.ts +14 -0
  31. package/dist/types/index.d.ts +20 -0
  32. package/dist/types/injection-keys.d.ts +59 -0
  33. package/dist/types/locales/en-US.d.ts +166 -0
  34. package/dist/types/locales/zh-CN.d.ts +6 -0
  35. package/dist/types/renderers/action-renderer.d.ts +6 -0
  36. package/dist/types/renderers/avatar-renderer.d.ts +6 -0
  37. package/dist/types/renderers/boolean-renderer.d.ts +6 -0
  38. package/dist/types/renderers/currency-renderer.d.ts +6 -0
  39. package/dist/types/renderers/date-renderer.d.ts +6 -0
  40. package/dist/types/renderers/image-renderer.d.ts +6 -0
  41. package/dist/types/renderers/index-renderer.d.ts +6 -0
  42. package/dist/types/renderers/index.d.ts +27 -0
  43. package/dist/types/renderers/link-renderer.d.ts +6 -0
  44. package/dist/types/renderers/number-renderer.d.ts +6 -0
  45. package/dist/types/renderers/progress-renderer.d.ts +6 -0
  46. package/dist/types/renderers/registry.d.ts +41 -0
  47. package/dist/types/renderers/tag-enum-renderer.d.ts +6 -0
  48. package/dist/types/renderers/text-renderer.d.ts +6 -0
  49. package/dist/types/types.d.ts +567 -0
  50. package/locales/en-US.ts +177 -0
  51. package/locales/zh-CN.ts +193 -0
  52. package/package.json +99 -0
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 bw-pro-table
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,341 @@
1
+ # BwProTable
2
+
3
+ 基于 **ant-design-vue 3/4** 的高级业务表格组件,提供 ProTable 级别的开箱即用体验。
4
+
5
+ ## 特性
6
+
7
+ - 🚀 **双模式数据加载**:支持 `request` 异步请求模式 和 `dataSource` 静态数据模式,无缝切换
8
+ - ✏️ **行内编辑**:单元格级/行级编辑、撤销/重做、字段校验、批量编辑
9
+ - 🔍 **多管道筛选**:搜索栏 + 表头筛选 + 列头搜索,三套独立管道协同工作
10
+ - 🎨 **12 种内置渲染器**:text、number、date、tag、image、link、progress、avatar、action、index、currency、boolean,支持 `defineColumnType` 自定义扩展
11
+ - 📊 **列管理**:拖拽排序列、列显隐/列宽调节,支持持久化到 localStorage
12
+ - 📎 **Excel 导入导出**:支持 xlsx 导出/导入预览/模板下载(xlsx 按需动态加载)
13
+ - ✅ **跨页多选**:跨页保持选中状态,支持全选所有页
14
+ - 🔄 **工具栏**:刷新、密度切换、全屏、列设置、边框/斑马纹切换
15
+ - 💾 **状态持久化**:列配置、分页、密度、筛选、排序自动持久化,可选 sessionStorage 或自定义 StorageAdapter
16
+ - ⌨️ **键盘导航**:方向键行导航,支持 Enter/Space/Delete 等快捷键
17
+ - 🎯 **TypeScript 全类型支持**:完整的 Props/Events/Slots/Methods 类型推导
18
+
19
+ ## 安装
20
+
21
+ ```bash
22
+ npm install bw-pro-table
23
+ ```
24
+
25
+ ### 依赖要求
26
+
27
+ | 依赖 | 版本 | 说明 |
28
+ |------|------|------|
29
+ | `vue` | `^3.3.0` | 核心框架 |
30
+ | `ant-design-vue` | `^3.2.0 \|\| ^4.0.0` | UI 组件库 |
31
+ | `@ant-design/icons-vue` | `^6.0.0 \|\| ^7.0.0` | 图标库 |
32
+ | `dayjs` | `^1.11.0` | 日期处理 |
33
+
34
+ **可选依赖**(按需安装):
35
+
36
+ | 依赖 | 说明 |
37
+ |------|------|
38
+ | `xlsx` | Excel 导入导出功能需要 |
39
+ | `screenfull` | 全屏切换功能需要 |
40
+
41
+ ## 快速开始
42
+
43
+ ```vue
44
+ <template>
45
+ <BwProTable
46
+ title="用户列表"
47
+ :columns="columns"
48
+ :request="fetchUsers"
49
+ :row-selection="rowSelection"
50
+ />
51
+ </template>
52
+
53
+ <script setup lang="ts">
54
+ import { BwProTable } from 'bw-pro-table';
55
+ import type { ProColumnsType } from 'bw-pro-table';
56
+
57
+ interface User {
58
+ id: number;
59
+ name: string;
60
+ age: number;
61
+ email: string;
62
+ status: 'active' | 'inactive';
63
+ createdAt: string;
64
+ }
65
+
66
+ const columns: ProColumnsType<User> = [
67
+ { title: 'ID', dataIndex: 'id', width: 80, valueType: 'index' },
68
+ { title: '姓名', dataIndex: 'name', valueType: 'text', headerSearch: true },
69
+ { title: '年龄', dataIndex: 'age', valueType: 'number', sorter: true },
70
+ { title: '邮箱', dataIndex: 'email', valueType: 'link' },
71
+ {
72
+ title: '状态',
73
+ dataIndex: 'status',
74
+ valueType: 'tag',
75
+ valueEnum: {
76
+ active: { text: '启用', color: 'green' },
77
+ inactive: { text: '禁用', color: 'red' },
78
+ },
79
+ },
80
+ { title: '创建时间', dataIndex: 'createdAt', valueType: 'date' },
81
+ ];
82
+
83
+ const fetchUsers = async (params: {
84
+ current: number;
85
+ pageSize: number;
86
+ [key: string]: any;
87
+ }) => {
88
+ const res = await fetch('/api/users?' + new URLSearchParams(params));
89
+ const json = await res.json();
90
+ return { data: json.list, total: json.total, success: true };
91
+ };
92
+
93
+ const rowSelection = {
94
+ type: 'checkbox',
95
+ onChange: (keys: any[], rows: any[]) => {
96
+ console.log('选中:', keys, rows);
97
+ },
98
+ };
99
+ </script>
100
+ ```
101
+
102
+ ## API 文档
103
+
104
+ ### Props
105
+
106
+ | 参数 | 类型 | 默认值 | 说明 |
107
+ |------|------|--------|------|
108
+ | `columns` | `ProColumnsType` | **必填** | 列定义数组 |
109
+ | `request` | `(params) => Promise<{data, total, success}>` | - | 异步数据请求函数,与 dataSource 互斥 |
110
+ | `dataSource` | `any[]` | - | 静态数据源,与 request 互斥 |
111
+ | `rowKey` | `string` | `'id'` | 行数据唯一标识字段名 |
112
+ | `title` | `string` | - | 表格标题 |
113
+ | `size` | `'small' \| 'middle' \| 'default'` | `'default'` | 表格尺寸 |
114
+ | `pagination` | `false \| TablePaginationConfig` | `{}` | 分页配置,设为 false 禁用 |
115
+ | `bordered` | `boolean` | `false` | 是否显示边框 |
116
+ | `striped` | `boolean` | `false` | 是否显示斑马纹 |
117
+ | `scroll` | `{ x?, y? }` | - | 表格滚动配置 |
118
+ | `sticky` | `boolean \| { offsetHeader? }` | - | 表头固定 |
119
+ | `search` | `false \| SearchConfig` | - | 搜索栏配置,false 隐藏 |
120
+ | `toolbar` | `false \| ToolbarConfig` | - | 工具栏配置,false 隐藏 |
121
+ | `tableId` | `string` | 随机生成 | 表格唯一标识,持久化必需 |
122
+ | `cacheKey` | `string` | - | 持久化缓存键(与 tableId 二选一) |
123
+ | `persistence` | `false \| PersistenceConfig` | - | 持久化配置 |
124
+ | `editConfig` | `EditConfig` | - | 行内编辑配置 |
125
+ | `dragConfig` | `DragConfig` | - | 列拖拽配置 |
126
+ | `rowSelection` | `TableRowSelection` | - | 行选择配置 |
127
+ | `crossPageSelection` | `false \| CrossPageSelectionConfig` | - | 跨页多选配置 |
128
+ | `exportConfig` | `ExportConfig` | - | 导出配置 |
129
+ | `importConfig` | `ImportConfig` | - | 导入配置 |
130
+ | `viewConfig` | `ViewConfig` | - | 视图管理配置 |
131
+ | `expandable` | `ExpandableConfig` | - | 行展开配置 |
132
+
133
+ ### Events
134
+
135
+ | 事件 | 参数 | 说明 |
136
+ |------|------|------|
137
+ | `load` | `{ dataSource, total }` | 数据加载完成 |
138
+ | `error` | `Error` | 数据加载失败 |
139
+ | `change` | `(pagination, filters, sorter, extra)` | 表格变化(排序/筛选) |
140
+ | `resizeColumn` | `(width, column)` | 列宽调整 |
141
+
142
+ ### Methods(通过 ref 调用)
143
+
144
+ | 方法 | 说明 |
145
+ |------|------|
146
+ | `fetchData()` | 手动刷新数据 |
147
+ | `getSelectedRowKeys()` | 获取当前页选中行 keys |
148
+ | `getSelectedRows()` | 获取当前页选中行数据 |
149
+ | `getDataSource()` | 获取当前数据源 |
150
+ | `clearSelection()` | 清空跨页选择 |
151
+ | `getCrossPageSelectedKeys()` | 获取跨页选中的 keys |
152
+ | `getCrossPageSelectedRows()` | 获取跨页选中的行数据 |
153
+
154
+ ### Slots
155
+
156
+ | 插槽名 | 说明 |
157
+ |--------|------|
158
+ | `search` | 自定义搜索栏 |
159
+ | `toolbar` | 自定义工具栏 |
160
+ | `toolbar-extra` | 工具栏左侧额外内容 |
161
+ | 动态列插槽 | `bodyCell`、`headerCell` 等 ant-design-vue 原生插槽均支持 |
162
+
163
+ ## ProColumnType 列定义
164
+
165
+ ```ts
166
+ interface ProColumnType<RecordType = any> extends ColumnType<RecordType> {
167
+ // === 值渲染 ===
168
+ valueType?: ValueType; // 内置渲染器类型
169
+ valueEnum?: ValueEnumMap; // 枚举值映射(tag 渲染)
170
+ customRender?: RenderFn; // 自定义渲染函数
171
+
172
+ // === 搜索 ===
173
+ search?: boolean | SearchFieldConfig; // 搜索栏字段配置
174
+ headerSearch?: boolean; // 列头搜索(仅 text 类型)
175
+
176
+ // === 编辑 ===
177
+ editable?: boolean; // 是否可编辑
178
+ formRules?: FormRule[]; // 编辑校验规则
179
+ editComponent?: string | Component; // 自定义编辑组件
180
+ editProps?: Record<string, any>; // 编辑组件属性
181
+
182
+ // === 其他 ===
183
+ hidden?: boolean; // 是否隐藏列
184
+ copyable?: boolean; // 是否可复制
185
+ ellipsis?: boolean; // 是否省略
186
+ tooltip?: string | Function; // 提示
187
+ }
188
+ ```
189
+
190
+ ## ValueType 内置渲染器
191
+
192
+ | valueType | 说明 | 支持的额外属性 |
193
+ |-----------|------|----------------|
194
+ | `text` | 文本 | `copyable` |
195
+ | `number` | 数字 | `precision` |
196
+ | `date` | 日期 | `dateFormat` |
197
+ | `currency` | 货币 | `precision`, `currencySymbol` |
198
+ | `tag` | 标签 | `valueEnum` |
199
+ | `image` | 图片 | `imageWidth`, `imageHeight` |
200
+ | `link` | 链接 | `linkText` |
201
+ | `progress` | 进度条 | - |
202
+ | `avatar` | 头像 | `avatarSize` |
203
+ | `boolean` | 布尔值 | `trueText`, `falseText` |
204
+ | `action` | 操作列 | `actions` |
205
+ | `index` | 序号列 | `indexOffset` |
206
+
207
+ ### 自定义 valueType
208
+
209
+ ```ts
210
+ import { defineColumnType } from 'bw-pro-table';
211
+
212
+ defineColumnType('customStatus', ({ text, record, column }) => {
213
+ return h('span', { style: { color: text === 'ok' ? 'green' : 'red' } }, text);
214
+ });
215
+ ```
216
+
217
+ ## 搜索配置
218
+
219
+ ```vue
220
+ <BwProTable
221
+ :columns="columns"
222
+ :search="{
223
+ labelWidth: 100,
224
+ collapsedRows: 3,
225
+ submitText: '查询',
226
+ resetText: '重置',
227
+ }"
228
+ />
229
+ ```
230
+
231
+ 列上标注可搜索字段:
232
+
233
+ ```ts
234
+ { title: '姓名', dataIndex: 'name', search: true }
235
+ { title: '状态', dataIndex: 'status', search: { label: '状态', widget: 'select', options: [...] } }
236
+ ```
237
+
238
+ ## 行内编辑
239
+
240
+ ```vue
241
+ <BwProTable
242
+ :columns="columns"
243
+ :editConfig="{
244
+ mode: 'cell', // 'cell' | 'row'
245
+ saveText: '保存',
246
+ cancelText: '取消',
247
+ deleteText: '删除',
248
+ addText: '新增行',
249
+ maxHistory: 20,
250
+ onSave: async (record) => {
251
+ await api.save(record);
252
+ },
253
+ onDelete: async (record) => {
254
+ await api.delete(record.id);
255
+ },
256
+ }"
257
+ />
258
+ ```
259
+
260
+ 列上标注可编辑字段:
261
+
262
+ ```ts
263
+ {
264
+ title: '年龄',
265
+ dataIndex: 'age',
266
+ editable: true,
267
+ formRules: [
268
+ { required: true, message: '年龄不能为空' },
269
+ { type: 'number', min: 0, max: 150, message: '年龄范围 0-150' },
270
+ ],
271
+ }
272
+ ```
273
+
274
+ ## 持久化配置
275
+
276
+ ```vue
277
+ <BwProTable
278
+ tableId="user-table"
279
+ :persistence="{
280
+ enabled: true,
281
+ storage: 'localStorage', // 'localStorage' | 'sessionStorage' | StorageAdapter
282
+ keyPrefix: 'my-app',
283
+ debug: false,
284
+ onError: (err, action) => console.warn('持久化错误:', err),
285
+ }"
286
+ />
287
+ ```
288
+
289
+ 支持的持久化范围:列显隐/顺序/宽度、分页大小、当前页码、密度、筛选、排序。
290
+
291
+ ## 导出/导入
292
+
293
+ 需要安装 `xlsx` 依赖:
294
+
295
+ ```bash
296
+ npm install xlsx
297
+ ```
298
+
299
+ ```vue
300
+ <BwProTable
301
+ :toolbar="{ export: true, import: true }"
302
+ :exportConfig="{
303
+ filename: '用户列表',
304
+ chunkSize: 5000,
305
+ columnMapping: { name: '姓名', age: '年龄' },
306
+ }"
307
+ :importConfig="{
308
+ validateRules: [{ required: true, message: '不能有空值' }],
309
+ onImport: async (data) => { await api.batchCreate(data); },
310
+ beforeImport: (data) => data.map(item => ({ ...item, source: 'import' })),
311
+ }"
312
+ />
313
+ ```
314
+
315
+ ## 跨页多选
316
+
317
+ ```vue
318
+ <BwProTable
319
+ :row-selection="{ type: 'checkbox' }"
320
+ :cross-page-selection="{
321
+ enabled: true,
322
+ maxSelectCount: 100,
323
+ onSelectAllPages: async (params) => {
324
+ // Request 模式下返回所有匹配行的 key
325
+ const res = await api.getAllKeys(params);
326
+ return res.keys;
327
+ },
328
+ }"
329
+ />
330
+ ```
331
+
332
+ ## 从源码使用(开发)
333
+
334
+ ```ts
335
+ import { BwProTable } from 'bw-pro-table';
336
+ import 'bw-pro-table/dist/style.css';
337
+ ```
338
+
339
+ ## License
340
+
341
+ MIT
@@ -0,0 +1,2 @@
1
+ .bw-pro-table-column-search[data-v-06f12966]{min-width:200px;padding:8px}.bw-pro-table-column-search .bw-pro-table-column-search-input[data-v-06f12966]{margin-bottom:8px}.bw-pro-table-column-search .bw-pro-table-column-search-actions[data-v-06f12966]{justify-content:flex-end;display:flex}.bw-pro-table-core[data-v-fcac0224] .ant-result{padding:48px 0}.bw-pro-table-core[data-v-fcac0224] .bw-pro-table-cell-overflow-ellipsis{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.bw-pro-table-core[data-v-fcac0224] .bw-pro-table-cell-overflow-wrap{white-space:normal;word-break:break-all;-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.bw-pro-table-core .bw-pro-table-header-cell[data-v-fcac0224]{justify-content:space-between;align-items:center;width:100%;display:flex}.bw-pro-table-core .bw-pro-table-header-left[data-v-fcac0224]{text-overflow:ellipsis;align-items:center;gap:4px;min-width:0;display:inline-flex;overflow:hidden}.bw-pro-table-core[data-v-fcac0224] .bw-pro-table-header-description-icon{color:#999;cursor:help;font-size:14px}.bw-pro-table-core[data-v-fcac0224] .bw-pro-table-row-selected{background-color:var(--ant-primary-1,#e6f4ff)!important}.bw-pro-table-core[data-v-fcac0224] .bw-pro-table-cell-error .ant-input,.bw-pro-table-core[data-v-fcac0224] .bw-pro-table-cell-error .ant-input-number,.bw-pro-table-core[data-v-fcac0224] .bw-pro-table-cell-error .ant-select-selector,.bw-pro-table-core[data-v-fcac0224] .bw-pro-table-cell-error .ant-picker{border-color:#ff4d4f!important}.bw-pro-table-core[data-v-fcac0224] .bw-pro-table-cell-error-msg{color:#ff4d4f;margin-top:4px;font-size:12px;line-height:1.5}.bw-pro-table-core[data-v-fcac0224] .bw-pro-table-header-drag-source{opacity:.45}.bw-pro-table-core[data-v-fcac0224] .bw-pro-table-header-drag-target{box-shadow:inset 2px 0 0 0 var(--ant-primary-color,#1890ff)}.bw-pro-table-core .bw-pro-table-header-drag-icon[data-v-fcac0224]{color:#bfbfbf;cursor:grab;flex-shrink:0;font-size:16px;transition:color .2s}.bw-pro-table-core .bw-pro-table-header-drag-icon[data-v-fcac0224]:hover{color:var(--ant-primary-color,#1890ff)}.bw-pro-table-core .bw-pro-table-header-drag-icon--active[data-v-fcac0224]{color:var(--ant-primary-color,#1890ff);cursor:grabbing}.bw-pro-table-search[data-v-d9ac96e6]{background:#fff;border-radius:8px;padding:24px 24px 0}.bw-pro-table-search .bw-pro-table-search-actions[data-v-d9ac96e6]{justify-content:flex-end;padding:16px;display:flex}.bw-pro-table-column-setting-panel[data-v-b6a8be46]{width:280px}.bw-pro-table-column-setting-header[data-v-b6a8be46]{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:12px 12px 8px;font-weight:600;display:flex}.bw-pro-table-column-setting-body[data-v-b6a8be46]{max-height:50vh;padding:4px 0;overflow-y:auto}.bw-pro-table-column-setting-item[data-v-b6a8be46]{cursor:default;align-items:center;gap:8px;padding:8px 12px;transition:background .15s;display:flex}.bw-pro-table-column-setting-item[data-v-b6a8be46]:hover{background:#fafafa}.bw-pro-table-column-setting-item--dragging[data-v-b6a8be46]{opacity:.45;background:#f0f0f0}.bw-pro-table-column-setting-item--drag-over[data-v-b6a8be46]{box-shadow:inset 0 2px 0 0 var(--ant-primary-color,#1890ff);background:#e6f7ff}.bw-pro-table-column-setting-item .bw-pro-table-column-drag-icon[data-v-b6a8be46]{color:#999;cursor:grab;flex-shrink:0;font-size:16px}.bw-pro-table-column-setting-item .bw-pro-table-column-drag-icon--active[data-v-b6a8be46]{color:var(--ant-primary-color,#1890ff);cursor:grabbing}.bw-pro-table-toolbar[data-v-127d79f2]{overflow:auto hidden}.bw-pro-table-toolbar .bw-pro-table-toolbar-container[data-v-127d79f2]{justify-content:space-between;align-items:center;height:64px;padding:0 24px;line-height:64px;display:flex}.bw-pro-table-toolbar .bw-pro-table-toolbar-left[data-v-127d79f2]{align-items:center;gap:16px;display:flex}.bw-pro-table-toolbar .bw-pro-table-toolbar-right[data-v-127d79f2]{align-items:center;display:flex}.bw-pro-table-toolbar .bw-pro-table-toolbar-title[data-v-127d79f2]{color:#000000d9;font-family:PingFangSC-Medium;font-size:16px}.bw-pro-table-toolbar .bw-pro-table-toolbar-selection-alert[data-v-127d79f2]{background:var(--ant-primary-1,#e6f4ff);border-bottom:1px solid var(--ant-primary-3,#91caff);justify-content:space-between;align-items:center;padding:8px 24px;font-size:14px;display:flex}.bw-pro-table-toolbar .bw-pro-table-toolbar-selection-alert .bw-pro-table-toolbar-selection-count[data-v-127d79f2]{color:#000000d9}.bw-pro-table[data-v-5a0b5c48]{background:#fff;border-radius:8px}.bw-pro-table[data-v-5a0b5c48] .bw-pro-table-row-striped{background:#f5f5f5}.bw-pro-table[data-v-5a0b5c48] .bw-pro-table-row-selected{background-color:var(--ant-primary-1,#e6f4ff)!important}
2
+ /*$vite$:1*/