morghulis 3.1.2 → 3.1.4
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.md +33 -0
- package/dist/favicon.ico +0 -0
- package/dist/index.css +1 -1
- package/dist/morghulis.es.js +5930 -33450
- package/dist/morghulis.es.js.map +1 -1
- package/dist/morghulis.umd.js +25 -68
- package/dist/morghulis.umd.js.map +1 -1
- package/dist/types/MApp.vue.d.ts +1 -17
- package/dist/types/{hooks/use-auth/index.d.ts → core/auth.d.ts} +5 -0
- package/dist/types/core/feedbacks.d.ts +18 -0
- package/dist/types/core/socket.d.ts +5 -0
- package/dist/types/{hooks/use-morghulis → core}/types.d.ts +3 -2
- package/dist/types/{hooks/use-morghulis/index.d.ts → core.d.ts} +1 -1
- package/dist/types/hooks/use-channel/Channel.d.ts +18 -0
- package/dist/types/hooks/use-channel/ChannelHub.d.ts +10 -0
- package/dist/types/hooks/use-channel/config.d.ts +18 -0
- package/dist/types/hooks/use-channel/index.d.ts +4 -9
- package/dist/types/hooks/use-channel/types.d.ts +5 -36
- package/dist/types/hooks/use-request/index.d.ts +10 -2
- package/dist/types/hooks/use-request/tool.d.ts +4 -1
- package/dist/types/index.d.ts +3 -23
- package/package.json +5 -2
- package/dist/types/components/cell/MCell.vue.d.ts +0 -10
- package/dist/types/components/cell/char/CharCell.vue.d.ts +0 -7
- package/dist/types/components/cell/char/ColorCell.vue.d.ts +0 -2
- package/dist/types/components/cell/date/DateCell.vue.d.ts +0 -7
- package/dist/types/components/cell/date/TimeCell.vue.d.ts +0 -7
- package/dist/types/components/cell/refer/SelectCell.vue.d.ts +0 -7
- package/dist/types/components/cell/simple/BooleanCell.vue.d.ts +0 -7
- package/dist/types/components/cell/simple/DefaultCell.vue.d.ts +0 -7
- package/dist/types/components/cell/simple/NumberCell.vue.d.ts +0 -7
- package/dist/types/components/cell/simple/SwitchCell.vue.d.ts +0 -2
- package/dist/types/components/cell/special/ObjectCell.vue.d.ts +0 -7
- package/dist/types/components/common/MCtrlBtn.vue.d.ts +0 -23
- package/dist/types/components/common/MOption.vue.d.ts +0 -9
- package/dist/types/components/dialog/DDialog.vue.d.ts +0 -17
- package/dist/types/components/dialog/MButtonDialog.vue.d.ts +0 -2
- package/dist/types/components/dialog/MDialog.vue.d.ts +0 -72
- package/dist/types/components/dialog/MDialogHeader.vue.d.ts +0 -8
- package/dist/types/components/dialog/index.d.ts +0 -44
- package/dist/types/components/feedback/feedback.d.ts +0 -4
- package/dist/types/components/feedback/index.d.ts +0 -13
- package/dist/types/components/form/DForm.vue.d.ts +0 -13
- package/dist/types/components/form/MForm.vue.d.ts +0 -13
- package/dist/types/components/meta/MetaTree.vue.d.ts +0 -5
- package/dist/types/components/meta/copy/CopyMetaFields.vue.d.ts +0 -6
- package/dist/types/components/meta/data/ViewMetaData.vue.d.ts +0 -6
- package/dist/types/components/meta/edit/EditMetaField.vue.d.ts +0 -10
- package/dist/types/components/meta/edit/EditMetaFields.vue.d.ts +0 -6
- package/dist/types/components/meta/edit/EditMetaView.vue.d.ts +0 -12
- package/dist/types/components/meta/field/AddField.vue.d.ts +0 -10
- package/dist/types/components/meta/field/MetaFieldFormat.vue.d.ts +0 -6
- package/dist/types/components/meta/field/MetaFieldRefer.vue.d.ts +0 -6
- package/dist/types/components/meta/field/formats/CharFormats.vue.d.ts +0 -2
- package/dist/types/components/meta/field/formats/FileFormats.vue.d.ts +0 -2
- package/dist/types/components/meta/field/formats/NumberFormats.vue.d.ts +0 -2
- package/dist/types/components/meta/widgets/MetaSelect.vue.d.ts +0 -10
- package/dist/types/components/table/aoa/ATable.vue.d.ts +0 -10
- package/dist/types/components/table/data/DTable.vue.d.ts +0 -18
- package/dist/types/components/table/data/hook.d.ts +0 -114
- package/dist/types/components/table/data/popover/DCellPopover.vue.d.ts +0 -19
- package/dist/types/components/table/data/popover/DFieldPopover.vue.d.ts +0 -16
- package/dist/types/components/table/data/popover/DIndexPopover.vue.d.ts +0 -16
- package/dist/types/components/table/data/popover/DMetaPopover.vue.d.ts +0 -16
- package/dist/types/components/table/data/popover/DSearchPopover.vue.d.ts +0 -16
- package/dist/types/components/table/data/slots/DTableCell.vue.d.ts +0 -10
- package/dist/types/components/table/data/slots/DTableEmpty.vue.d.ts +0 -2
- package/dist/types/components/table/data/slots/DTableFooter.vue.d.ts +0 -13
- package/dist/types/components/table/data/slots/DTableFooterTool.vue.d.ts +0 -10
- package/dist/types/components/table/data/slots/DTableHeader.vue.d.ts +0 -8
- package/dist/types/components/table/data/slots/DTableHeaderCell.vue.d.ts +0 -2
- package/dist/types/components/table/data/slots/DTableHeaderTool.vue.d.ts +0 -31
- package/dist/types/components/table/data/slots/DTablePop.vue.d.ts +0 -22
- package/dist/types/components/table/data/tool.d.ts +0 -0
- package/dist/types/components/table/data/types.d.ts +0 -11
- package/dist/types/components/table/simple/MTable.vue.d.ts +0 -41
- package/dist/types/components/table/simple/buttons/MTableButtonWrapper.vue.d.ts +0 -10
- package/dist/types/components/table/simple/columns/MTableColumnWrapper.vue.d.ts +0 -6
- package/dist/types/components/table/simple/hook.d.ts +0 -17
- package/dist/types/components/table/simple/tool.d.ts +0 -19
- package/dist/types/components/table/simple/types.d.ts +0 -46
- package/dist/types/components/table/simple/widgets/MTableHeader.vue.d.ts +0 -28
- package/dist/types/components/table/simple/widgets/MTableIndex.vue.d.ts +0 -15
- package/dist/types/components/table/upload/DTableUpload.vue.d.ts +0 -11
- package/dist/types/components/table/upload/control/DTableUploadActivator.vue.d.ts +0 -6
- package/dist/types/components/table/upload/control/DTableUploadButtons.vue.d.ts +0 -12
- package/dist/types/components/table/upload/control/DTableUploadController.vue.d.ts +0 -16
- package/dist/types/components/table/upload/types.d.ts +0 -5
- package/dist/types/components/table/virtual/VTable.vue.d.ts +0 -34
- package/dist/types/components/tree/data/DTree.vue.d.ts +0 -6
- package/dist/types/components/tree/data/hook.d.ts +0 -109
- package/dist/types/components/tree/data/slots/DTreePop.vue.d.ts +0 -8
- package/dist/types/components/tree/data/types.d.ts +0 -10
- package/dist/types/components/tree/simple/MTree.vue.d.ts +0 -31
- package/dist/types/components/tree/simple/hook.d.ts +0 -21
- package/dist/types/components/tree/simple/tool.d.ts +0 -4
- package/dist/types/components/tree/simple/types.d.ts +0 -18
- package/dist/types/components/tree/simple/widgets/MTreeExpand.vue.d.ts +0 -12
- package/dist/types/components/tree/simple/widgets/MTreeIcon.vue.d.ts +0 -11
- package/dist/types/components/tree/tool.d.ts +0 -7
- package/dist/types/components/tree/types.d.ts +0 -20
- package/dist/types/components/wrapper/MWrapper.vue.d.ts +0 -33
- package/dist/types/components/wrapper/types.d.ts +0 -1
- package/dist/types/hooks/use-admin/index.d.ts +0 -4
- package/dist/types/hooks/use-auth/tool.d.ts +0 -5
- package/dist/types/hooks/use-cell/index.d.ts +0 -6
- package/dist/types/hooks/use-cell/tool.d.ts +0 -2
- package/dist/types/hooks/use-cell/types.d.ts +0 -7
- package/dist/types/hooks/use-cookies/tool.d.ts +0 -2
- package/dist/types/hooks/use-dao/index.d.ts +0 -208
- package/dist/types/hooks/use-dao/tool.d.ts +0 -2
- package/dist/types/hooks/use-dao/types.d.ts +0 -20
- package/dist/types/hooks/use-mata/index.d.ts +0 -0
- package/dist/types/hooks/use-mata/types.d.ts +0 -96
- package/dist/types/hooks/use-paster/index.d.ts +0 -5
- package/dist/types/hooks/use-paster/tool.d.ts +0 -7
- package/dist/types/hooks/use-paster/types.d.ts +0 -4
- package/dist/types/hooks/use-query/index.d.ts +0 -35
- package/dist/types/hooks/use-query/tool.d.ts +0 -8
- package/dist/types/hooks/use-query/types.d.ts +0 -63
- package/dist/types/hooks/use-socket/index.d.ts +0 -4
- package/dist/types/hooks/use-sortable/index.d.ts +0 -3
- package/dist/types/hooks/use-tree/tools.d.ts +0 -0
- package/dist/types/hooks/use-tree/types.d.ts +0 -0
- /package/dist/types/{hooks/use-cookies/index.d.ts → core/cookies.d.ts} +0 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.