@vipl520/dk-ui 1.0.37 → 1.0.38
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/dist/index.js +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist/index.min.mjs +1 -1
- package/dist/index.min.mjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/web-types.json +1 -1
- package/es/table/src/props.mjs +1 -1
- package/es/table/src/props.mjs.map +1 -1
- package/lib/table/src/props.js +1 -1
- package/lib/table/src/props.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -25048,7 +25048,7 @@
|
|
|
25048
25048
|
},
|
|
25049
25049
|
buttons: {
|
|
25050
25050
|
default: () => {
|
|
25051
|
-
return ["refresh", "add", "export_csv", "edit", "delete", "comSearch", "quickSearch", "columnDisplay"];
|
|
25051
|
+
return ["refresh", "add", "export_csv", "edit", "delete", "comSearch", "quickSearch", "columnDisplay", "recycle"];
|
|
25052
25052
|
},
|
|
25053
25053
|
type: Array
|
|
25054
25054
|
}
|