rayyy-vue-table-components 1.0.25 → 1.0.26
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.es.js +1 -0
- package/dist/index.umd.js +10 -10
- package/dist/src/index.d.ts +11 -18
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -19390,5 +19390,6 @@ export {
|
|
|
19390
19390
|
Di as TransferDialog,
|
|
19391
19391
|
$a as TransferItem,
|
|
19392
19392
|
F6 as default,
|
|
19393
|
+
M6 as install,
|
|
19393
19394
|
D6 as setActiveColumn
|
|
19394
19395
|
};
|