vxe-table 4.14.0-beta.9 → 4.14.0

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.
package/README.en.md CHANGED
@@ -12,7 +12,7 @@
12
12
  [![pull requests closed](https://img.shields.io/github/issues-pr-closed/x-extends/vxe-table.svg)](https://github.com/x-extends/vxe-table/pulls?q=is%3Apr+is%3Aclosed)
13
13
  [![npm license](https://img.shields.io/github/license/mashape/apistatus.svg)](LICENSE)
14
14
 
15
- A [vue](https://www.npmjs.com/package/vue) based PC form component, support add delete change check, virtual tree, drag and drop, lazy loading, shortcut menu, data verification, import/export/print, form rendering, custom template, renderer, JSON configuration...
15
+ A PC-end table component based on [Vxe UI](https://github.com/x-extends/vxe-pc-ui), supporting copy-paste, data pivot table, and high-performance virtual list table solution.
16
16
 
17
17
  ## Browser Support
18
18
 
@@ -20,57 +20,6 @@ A [vue](https://www.npmjs.com/package/vue) based PC form component, support add
20
20
  --- | --- | --- | --- | --- |
21
21
  Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ |
22
22
 
23
- ## Features
24
-
25
- * [x] Basic table
26
- * [x] Configuration grid
27
- * [x] Striped
28
- * [x] Table with border
29
- * [x] Cell style
30
- * [x] Column resizing
31
- * [x] Column drag and drop
32
- * [x] Row drag and drop
33
- * [x] Minimum/maximum height
34
- * [x] Resize height & width
35
- * [x] Fixed column
36
- * [x] Grouping table header
37
- * [x] Table footer
38
- * [x] Highlight row & column
39
- * [x] Table sequence
40
- * [x] Radio
41
- * [x] Checkbox
42
- * [x] Sorting
43
- * [x] Multi field sorting
44
- * [x] Filter
45
- * [x] Merged cells
46
- * [x] Merged footer items
47
- * [x] 行分组
48
- * [x] Import/Export/Print
49
- * [x] Show/Hide column
50
- * [x] Drag and drop/Customize column sorting
51
- * [x] Loading
52
- * [x] Formatted cell
53
- * [x] Slot - template
54
- * [x] Context menu
55
- * [x] Detail - Expandable row
56
- * [x] Toolbar
57
- * [x] Virtual tree
58
- * [x] Editable CRUD
59
- * [x] Validate
60
- * [x] Data Proxy
61
- * [x] Keyboard navigation
62
- * [x] VxeGlobalRenderer
63
- * [x] Virtual scroll
64
- * [x] Virtual merger
65
- * [x] CSS Variable Theme
66
- * [x] ([Enterprise](https://vxetable.cn/pluginDocs/)) Grouping summary
67
- * [x] ([Enterprise](https://vxetable.cn/pluginDocs/)) Aggregation
68
- * [x] ([Enterprise](https://vxetable.cn/pluginDocs/)) Cell area selection
69
- * [x] ([Enterprise](https://vxetable.cn/pluginDocs/)) Cell copy & paste
70
- * [x] ([Enterprise](https://vxetable.cn/pluginDocs/)) Cell find and replace
71
- * [x] ([Enterprise](https://vxetable.cn/pluginDocs/)) Full keyboard operation
72
- * [x] ([Enterprise](https://vxetable.cn/pluginDocs/)) Integrated chart
73
-
74
23
  ## Installing
75
24
 
76
25
  Version: [vue](https://www.npmjs.com/package/vue) 3.x
@@ -83,19 +32,6 @@ Get on [unpkg](https://unpkg.com/vxe-table/) and [cdnjs](https://cdn.jsdelivr.ne
83
32
 
84
33
  ### NPM
85
34
 
86
- ### Use Table
87
-
88
- ```javascript
89
- // ...
90
- import VxeTable from 'vxe-table'
91
- import 'vxe-table/lib/style.css'
92
- // ...
93
-
94
- createApp(App).use(VxeTable).mount('#app')
95
- ```
96
-
97
- ### Use Table and UI
98
-
99
35
  ```javascript
100
36
  // ...
101
37
  import VxeTable from 'vxe-table'
@@ -179,12 +115,6 @@ Compile packaging, generated compiled directory: es,lib
179
115
  npm run lib
180
116
  ```
181
117
 
182
- ## Contributors
183
-
184
- Thank you to everyone who contributed to this project.
185
-
186
- [![vxe-table](https://contrib.rocks/image?repo=x-extends/vxe-table)](https://github.com/x-extends/vxe-table/graphs/contributors)
187
-
188
118
  ## License
189
119
 
190
120
  [MIT](LICENSE) © 2019-present, Xu Liangzhan
package/README.ja-JP.md CHANGED
@@ -12,7 +12,7 @@
12
12
  [![pull requests closed](https://img.shields.io/github/issues-pr-closed/x-extends/vxe-table.svg)](https://github.com/x-extends/vxe-table/pulls?q=is%3Apr+is%3Aclosed)
13
13
  [![npm license](https://img.shields.io/github/license/mashape/apistatus.svg)](LICENSE)
14
14
 
15
- [vue](https://www.npmjs.com/package/vue) ベースのPCフォームコンポーネントで、追加、削除、変更、チェック、仮想ツリー、列のドラッグアンドドロップ、遅延読み込み、ショートカットメニュー、データ検証、インポート/エクスポート/印刷、フォームレンダリング、カスタムテンプレート、レンダラー、JSON構成をサポートします...
15
+ [Vxe UI](https://github.com/x-extends/vxe-pc-ui) に基づく PC サイド テーブル コンポーネント。コピー アンド ペースト、ピボット テーブル、仮想リスト、高性能テーブル ソリューションをサポートします。
16
16
 
17
17
  ## ブラウザサポート
18
18
 
@@ -20,57 +20,6 @@
20
20
  --- | --- | --- | --- | --- |
21
21
  最新 ✔ | 最新 ✔ | 最新 ✔ | 最新 ✔ | 最新 ✔ |
22
22
 
23
- ## 機能
24
-
25
- * [x] 基本テーブル
26
- * [x] 構成グリッド
27
- * [x] ストライプ
28
- * [x] 境界線付きテーブル
29
- * [x] セルスタイル
30
- * [x] 列のサイズ変更
31
- * [x] 列拖拽排序
32
- * [x] 行拖拽排序
33
- * [x] 最小/最大高さ
34
- * [x] 高さと幅のリサイズ
35
- * [x] 固定列
36
- * [x] グループ化テーブルヘッダー
37
- * [x] テーブルフッター
38
- * [x] 行と列のハイライト
39
- * [x] テーブルシーケンス
40
- * [x] ラジオ
41
- * [x] チェックボックス
42
- * [x] ソート
43
- * [x] 複数フィールドのソート
44
- * [x] フィルター
45
- * [x] セルの結合
46
- * [x] フッター項目の結合
47
- * [x] 行分组
48
- * [x] インポート/エクスポート/印刷
49
- * [x] 列の表示/非表示
50
- * [x] ドラッグアンドドロップ/カスタマイズ列の並べ替え
51
- * [x] ローディング
52
- * [x] フォーマットされたセル
53
- * [x] スロット - テンプレート
54
- * [x] コンテキストメニュー
55
- * [x] 詳細 - 展開可能な行
56
- * [x] ツールバー
57
- * [x] 仮想ツリー
58
- * [x] 編集可能なCRUD
59
- * [x] 検証
60
- * [x] データプロキシ
61
- * [x] キーボードナビゲーション
62
- * [x] VxeGlobalRenderer
63
- * [x] 仮想スクロール
64
- * [x] 仮想マージ
65
- * [x] CSS変数テーマ
66
- * [x] ([エンタープライズ](https://vxetable.cn/pluginDocs/)) 数据汇总
67
- * [x] ([エンタープライズ](https://vxetable.cn/pluginDocs/)) 聚合函数
68
- * [x] ([エンタープライズ](https://vxetable.cn/pluginDocs/)) セル領域選択
69
- * [x] ([エンタープライズ](https://vxetable.cn/pluginDocs/)) セルのコピー&ペースト
70
- * [x] ([エンタープライズ](https://vxetable.cn/pluginDocs/)) セルの検索と置換
71
- * [x] ([エンタープライズ](https://vxetable.cn/pluginDocs/)) フルキーボード操作
72
- * [x] ([エンタープライズ](https://vxetable.cn/pluginDocs/)) 集成图表
73
-
74
23
  ## インストール
75
24
 
76
25
  バージョン: [vue](https://www.npmjs.com/package/vue) 3.x
@@ -83,19 +32,6 @@ npm install vxe-table@next
83
32
 
84
33
  ### NPM
85
34
 
86
- ### テーブルの使用
87
-
88
- ```javascript
89
- // ...
90
- import VxeTable from 'vxe-table'
91
- import 'vxe-table/lib/style.css'
92
- // ...
93
-
94
- createApp(App).use(VxeTable).mount('#app')
95
- ```
96
-
97
- ### テーブルとUIの使用
98
-
99
35
  ```javascript
100
36
  // ...
101
37
  import VxeTable from 'vxe-table'
@@ -179,12 +115,6 @@ npm run serve
179
115
  npm run lib
180
116
  ```
181
117
 
182
- ## 貢献者
183
-
184
- このプロジェクトに貢献してくれたすべての人に感謝します。
185
-
186
- [![vxe-table](https://contrib.rocks/image?repo=x-extends/vxe-table)](https://github.com/x-extends/vxe-table/graphs/contributors)
187
-
188
118
  ## ライセンス
189
119
 
190
120
  [MIT](LICENSE) © 2019-present, Xu Liangzhan
package/README.md CHANGED
@@ -12,7 +12,7 @@
12
12
  [![pull requests closed](https://img.shields.io/github/issues-pr-closed/x-extends/vxe-table.svg)](https://github.com/x-extends/vxe-table/pulls?q=is%3Apr+is%3Aclosed)
13
13
  [![npm license](https://img.shields.io/github/license/mashape/apistatus.svg)](LICENSE)
14
14
 
15
- 一个基于 [vue](https://www.npmjs.com/package/vue) 的 PC 端表单/表格组件,支持增删改查、虚拟树、拖拽排序、懒加载、快捷菜单、数据校验、导入/导出/打印、表单渲染、自定义模板、渲染器、JSON 配置式...
15
+ 一个基于 [Vxe UI](https://github.com/x-extends/vxe-pc-ui) 的 PC 端表格组件,支持复制粘贴、数据透视表、虚拟列表高性能的表格解决方案
16
16
 
17
17
  * 设计理念
18
18
  * 面向现代浏览器,不支持 IE
@@ -53,6 +53,7 @@
53
53
 
54
54
  👉 [组件文档](https://vxeui.com)
55
55
  👉 [表格文档](https://vxetable.cn)
56
+ 👉 [可视化文档](https://design.vxeui.com)
56
57
 
57
58
  ## QQ 交流群
58
59
 
@@ -117,25 +118,13 @@
117
118
  版本:[vue](https://www.npmjs.com/package/vue) 3.x
118
119
 
119
120
  ```shell
120
- npm install vxe-table@next
121
+ npm install vxe-table
121
122
  ```
122
123
 
123
124
  Get on [unpkg](https://unpkg.com/vxe-table/) and [cdnjs](https://cdn.jsdelivr.net/npm/vxe-table/)
124
125
 
125
- ### NPM
126
-
127
- ### 只使用表格
128
126
 
129
- ```javascript
130
- // ...
131
- import VxeTable from 'vxe-table'
132
- import 'vxe-table/lib/style.css'
133
- // ...
134
-
135
- createApp(App).use(VxeTable).mount('#app')
136
- ```
137
-
138
- ### 使用表格与 UI 库
127
+ ### NPM
139
128
 
140
129
  ```javascript
141
130
  // ...
package/README.zh-TW.md CHANGED
@@ -12,7 +12,7 @@
12
12
  [![pull requests closed](https://img.shields.io/github/issues-pr-closed/x-extends/vxe-table.svg)](https://github.com/x-extends/vxe-table/pulls?q=is%3Apr+is%3Aclosed)
13
13
  [![npm license](https://img.shields.io/github/license/mashape/apistatus.svg)](LICENSE)
14
14
 
15
- 一個基於 [vue](https://www.npmjs.com/package/vue) 的PC端表格組件,支持增刪改查、虛擬樹、拖拽排序、懶加載、快捷菜單、數據校驗、導入/匯出/列印、表單渲染、自定義模板、渲染器、JSON 配置式…
15
+ 一個基於 [Vxe UI](https://github.com/x-extends/vxe-pc-ui) 的 PC 端表格元件,支援複製貼上、資料透視表、虛擬清單高效能的表格解決方案
16
16
 
17
17
  ## 瀏覽器支持
18
18
 
@@ -20,56 +20,6 @@
20
20
  --- | --- | --- | --- | --- |
21
21
  Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ |
22
22
 
23
- ## 功能點
24
-
25
- * [x] 基礎表格
26
- * [x] 配置式表單
27
- * [x] 斑馬線條紋
28
- * [x] 多種邊框
29
- * [x] 儲存格樣式
30
- * [x] 列寬拖動
31
- * [x] 列拖拽排序
32
- * [x] 行拖拽排序
33
- * [x] 最小/最大高度
34
- * [x] 自我調整寬高
35
- * [x] 固定列
36
- * [x] 多級表頭
37
- * [x] 錶尾數據
38
- * [x] 高亮行或列
39
- * [x] 序號
40
- * [x] 單選框
41
- * [x] 核取方塊
42
- * [x] 排序
43
- * [x] 多欄位組合排序
44
- * [x] 篩選
45
- * [x] 儲存格合併
46
- * [x] 合併錶尾
47
- * [x] 行分组
48
- * [x] 導入/匯出/列印
49
- * [x] 顯示/隱藏列
50
- * [x] 拖拽/自定義列排序
51
- * [x] 加載中
52
- * [x] 格式化內容
53
- * [x] 自定義插槽 - 範本
54
- * [x] 快捷選單
55
- * [x] 展開行
56
- * [x] 工具列
57
- * [x] 增删改查
58
- * [x] 數據校驗
59
- * [x] 數據代理
60
- * [x] 鍵盤導航
61
- * [x] 渲染器
62
- * [x] 虛擬滾動
63
- * [x] 虛擬合併
64
- * [x] CSS 變量主題
65
- * [x] ([企業版](https://vxetable.cn/pluginDocs/)) 数据汇总
66
- * [x] ([企業版](https://vxetable.cn/pluginDocs/)) 聚合函数
67
- * [x] ([企業版](https://vxetable.cn/pluginDocs/)) 儲存格區域選取
68
- * [x] ([企業版](https://vxetable.cn/pluginDocs/)) 儲存格複製/粘貼
69
- * [x] ([企業版](https://vxetable.cn/pluginDocs/)) 儲存格查找和替換
70
- * [x] ([企業版](https://vxetable.cn/pluginDocs/)) 全鍵盤操作
71
- * [x] ([企業版](https://vxetable.cn/pluginDocs/)) 集成图表
72
-
73
23
  ## 安裝
74
24
 
75
25
  版本:[vue](https://www.npmjs.com/package/vue) 3.x
@@ -82,19 +32,6 @@ Get on [unpkg](https://unpkg.com/vxe-table/) and [cdnjs](https://cdn.jsdelivr.ne
82
32
 
83
33
  ### NPM
84
34
 
85
- ### 使用表格
86
-
87
- ```javascript
88
- // ...
89
- import VxeTable from 'vxe-table'
90
- import 'vxe-table/lib/style.css'
91
- // ...
92
-
93
- createApp(App).use(VxeTable).mount('#app')
94
- ```
95
-
96
- ### 使用表格与 UI 库
97
-
98
35
  ```javascript
99
36
  // ...
100
37
  import VxeTable from 'vxe-table'
@@ -178,12 +115,6 @@ npm run serve
178
115
  npm run lib
179
116
  ```
180
117
 
181
- ## Contributors
182
-
183
- Thank you to everyone who contributed to this project.
184
-
185
- [![vxe-table](https://contrib.rocks/image?repo=x-extends/vxe-table)](https://github.com/x-extends/vxe-table/graphs/contributors)
186
-
187
118
  ## License
188
119
 
189
120
  [MIT](LICENSE) © 2019-present, Xu Liangzhan
package/es/index.esm.js CHANGED
@@ -1,3 +1,3 @@
1
- import * as VxeTableExport from './components';
1
+ import * as VxeUITableExport from './components';
2
2
  export * from './components';
3
- export default VxeTableExport;
3
+ export default VxeUITableExport;