w-table-vue 1.0.2 → 1.0.3
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/.jsdoc +25 -25
- package/README.md +1 -1
- package/dist/w-table-vue.umd.js +1 -1
- package/docs/examples/app.html +1 -1
- package/docs/examples/app.umd.js +1 -1
- package/docs/examples/w-table-edit_default.html +1 -1
- package/docs/examples/w-table-edit_editable.html +1 -1
- package/docs/examples/w-table-edit_editable_checkId.html +1 -1
- package/docs/examples/w-table-edit_editable_checkId_opt.modifyDataWhenSave_save(call cmp. method).html +1 -1
- package/docs/examples/w-table-edit_editable_checkId_successMsgFromAddRow_errorMsgFromAddRow.html +1 -1
- package/docs/examples/w-table-edit_editable_inforPaddingStyle_menuBackgroundColor.html +1 -1
- package/docs/examples/w-table-edit_editable_language_checkId_tooltipAddRow.html +1 -1
- package/docs/examples/w-table-edit_editable_language_textLabelDataName_textPlaceholderDataName.html +1 -1
- package/docs/examples/w-table-edit_editable_no enableInfor.html +1 -1
- package/docs/examples/w-table-edit_editable_no enableMenu.html +1 -1
- package/docs/examples/w-table-edit_editable_opt.beforeAddRow.html +1 -1
- package/docs/examples/w-table-edit_editable_opt.kpConvertKeysWhenUploadData.html +1 -1
- package/docs/examples/w-table-edit_editable_opt.optForUploadData.html +1 -1
- package/docs/examples/w-table-edit_editable_slot btns-right.html +1 -1
- package/docs/examples/w-table-edit_fixIds (fix id).html +1 -1
- package/docs/examples/w-table-edit_hideIds (hide mappingId).html +1 -1
- package/docs/examples/w-table-edit_name_description.html +1 -1
- package/docs/examples/w-table-edit_no enableInfor.html +1 -1
- package/docs/examples/w-table-edit_no enableMenu.html +1 -1
- package/docs/examples/w-table-edit_opt.kpHead.html +1 -1
- package/docs/examples/w-table-edit_removeIdsWhenDownload (remove id, mappingId, order, isActive).html +1 -1
- package/docs/examples/w-table-edit_slot btns-left.html +1 -1
- package/docs/examples/w-table-edit_slot btns-right.html +1 -1
- package/docs/examples/w-table-edit_slot infor (name_description).html +1 -1
- package/docs/examples/w-table-edit_sortColIds (sort by order).html +1 -1
- package/docs/index.html +1 -1
- package/docs/module-WTableEdit.html +1 -1
- package/package.json +3 -3
package/.jsdoc
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
{
|
|
2
|
-
"tags": {
|
|
3
|
-
"allowUnknownTags": true
|
|
4
|
-
},
|
|
5
|
-
"source": {
|
|
6
|
-
"include": ["src/"
|
|
7
|
-
"includePattern": ".+\\.(js(doc|x)?|mjs|vue)$",
|
|
8
|
-
"excludePattern": "(node_modules/|docs)"
|
|
9
|
-
},
|
|
10
|
-
"plugins": [
|
|
11
|
-
"plugins/markdown",
|
|
12
|
-
"node_modules/jsdoc-vuejs"
|
|
13
|
-
],
|
|
14
|
-
"opts": {
|
|
15
|
-
"template": "node_modules/docdash",
|
|
16
|
-
"encoding": "utf8",
|
|
17
|
-
"destination": "docs/",
|
|
18
|
-
"recurse": true,
|
|
19
|
-
"verbose": true
|
|
20
|
-
},
|
|
21
|
-
"templates": {
|
|
22
|
-
"cleverLinks": false,
|
|
23
|
-
"monospaceLinks": false
|
|
24
|
-
}
|
|
25
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"tags": {
|
|
3
|
+
"allowUnknownTags": true
|
|
4
|
+
},
|
|
5
|
+
"source": {
|
|
6
|
+
"include": ["src/"],
|
|
7
|
+
"includePattern": ".+\\.(js(doc|x)?|mjs|vue)$",
|
|
8
|
+
"excludePattern": "(node_modules/|docs)"
|
|
9
|
+
},
|
|
10
|
+
"plugins": [
|
|
11
|
+
"plugins/markdown",
|
|
12
|
+
"node_modules/jsdoc-vuejs"
|
|
13
|
+
],
|
|
14
|
+
"opts": {
|
|
15
|
+
"template": "node_modules/docdash",
|
|
16
|
+
"encoding": "utf8",
|
|
17
|
+
"destination": "docs/",
|
|
18
|
+
"recurse": true,
|
|
19
|
+
"verbose": true
|
|
20
|
+
},
|
|
21
|
+
"templates": {
|
|
22
|
+
"cleverLinks": false,
|
|
23
|
+
"monospaceLinks": false
|
|
24
|
+
}
|
|
25
|
+
}
|
package/README.md
CHANGED
|
@@ -68,7 +68,7 @@ Add script for vue.
|
|
|
68
68
|
|
|
69
69
|
Add script for w-aggrid-vue, ag-grid-community and ag-grid-vue have been bundled into the umd file(css included), only vue is required.
|
|
70
70
|
```alias
|
|
71
|
-
<script src="https://cdn.jsdelivr.net/npm/w-table-vue@1.0.
|
|
71
|
+
<script src="https://cdn.jsdelivr.net/npm/w-table-vue@1.0.3/dist/w-table-vue.umd.js"></script>
|
|
72
72
|
```
|
|
73
73
|
|
|
74
74
|
Directly use:
|
package/dist/w-table-vue.umd.js
CHANGED
package/docs/examples/app.html
CHANGED
package/docs/examples/app.umd.js
CHANGED
package/docs/index.html
CHANGED
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
<br class="clear">
|
|
72
72
|
|
|
73
73
|
<footer>
|
|
74
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Wed Aug 19 2026
|
|
74
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Wed Aug 19 2026 17:21:17 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
75
75
|
</footer>
|
|
76
76
|
|
|
77
77
|
<script>prettyPrint();</script>
|
|
@@ -1473,7 +1473,7 @@
|
|
|
1473
1473
|
<br class="clear">
|
|
1474
1474
|
|
|
1475
1475
|
<footer>
|
|
1476
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Wed Aug 19 2026
|
|
1476
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Wed Aug 19 2026 17:21:17 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
1477
1477
|
</footer>
|
|
1478
1478
|
|
|
1479
1479
|
<script>prettyPrint();</script>
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "w-table-vue",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"main": "dist/w-table-vue.umd.js",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"w-aggrid-vue": "^2.0.
|
|
7
|
-
"w-component-vue": "^2.4.
|
|
6
|
+
"w-aggrid-vue": "^2.0.71",
|
|
7
|
+
"w-component-vue": "^2.4.86",
|
|
8
8
|
"wsemi": "^1.8.77"
|
|
9
9
|
},
|
|
10
10
|
"devDependencies": {
|