@ttkj/avue 2.11.12 → 2.11.14
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +0 -2
- package/lib/avue.js +74 -74
- package/lib/avue.min.js +5 -5
- package/lib/index.css +1 -1
- package/package.json +2 -2
- package/types/avue.d.ts +9 -2
- package/types/crud/column.d.ts +2 -0
- package/types/crud/index.d.ts +20 -14
- package/types/crud/refs/dialog-column.d.ts +8 -0
- package/types/crud/refs/dialog-excel.d.ts +8 -0
- package/types/crud/refs/dialog-filter.d.ts +8 -0
- package/types/crud/refs/dialog-form.d.ts +2 -1
- package/types/crud/refs/header-search.d.ts +3 -1
- package/types/crud/refs/table-page.d.ts +8 -0
- package/types/form/components/input-map.d.ts +42 -0
- package/types/form/index.d.ts +12 -4
- package/types/form/option.d.ts +1 -1
- package/types/global.d.ts +1 -1
- package/types/README.md +0 -48