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.
Files changed (125) hide show
  1. package/README.md +33 -0
  2. package/dist/favicon.ico +0 -0
  3. package/dist/index.css +1 -1
  4. package/dist/morghulis.es.js +5930 -33450
  5. package/dist/morghulis.es.js.map +1 -1
  6. package/dist/morghulis.umd.js +25 -68
  7. package/dist/morghulis.umd.js.map +1 -1
  8. package/dist/types/MApp.vue.d.ts +1 -17
  9. package/dist/types/{hooks/use-auth/index.d.ts → core/auth.d.ts} +5 -0
  10. package/dist/types/core/feedbacks.d.ts +18 -0
  11. package/dist/types/core/socket.d.ts +5 -0
  12. package/dist/types/{hooks/use-morghulis → core}/types.d.ts +3 -2
  13. package/dist/types/{hooks/use-morghulis/index.d.ts → core.d.ts} +1 -1
  14. package/dist/types/hooks/use-channel/Channel.d.ts +18 -0
  15. package/dist/types/hooks/use-channel/ChannelHub.d.ts +10 -0
  16. package/dist/types/hooks/use-channel/config.d.ts +18 -0
  17. package/dist/types/hooks/use-channel/index.d.ts +4 -9
  18. package/dist/types/hooks/use-channel/types.d.ts +5 -36
  19. package/dist/types/hooks/use-request/index.d.ts +10 -2
  20. package/dist/types/hooks/use-request/tool.d.ts +4 -1
  21. package/dist/types/index.d.ts +3 -23
  22. package/package.json +5 -2
  23. package/dist/types/components/cell/MCell.vue.d.ts +0 -10
  24. package/dist/types/components/cell/char/CharCell.vue.d.ts +0 -7
  25. package/dist/types/components/cell/char/ColorCell.vue.d.ts +0 -2
  26. package/dist/types/components/cell/date/DateCell.vue.d.ts +0 -7
  27. package/dist/types/components/cell/date/TimeCell.vue.d.ts +0 -7
  28. package/dist/types/components/cell/refer/SelectCell.vue.d.ts +0 -7
  29. package/dist/types/components/cell/simple/BooleanCell.vue.d.ts +0 -7
  30. package/dist/types/components/cell/simple/DefaultCell.vue.d.ts +0 -7
  31. package/dist/types/components/cell/simple/NumberCell.vue.d.ts +0 -7
  32. package/dist/types/components/cell/simple/SwitchCell.vue.d.ts +0 -2
  33. package/dist/types/components/cell/special/ObjectCell.vue.d.ts +0 -7
  34. package/dist/types/components/common/MCtrlBtn.vue.d.ts +0 -23
  35. package/dist/types/components/common/MOption.vue.d.ts +0 -9
  36. package/dist/types/components/dialog/DDialog.vue.d.ts +0 -17
  37. package/dist/types/components/dialog/MButtonDialog.vue.d.ts +0 -2
  38. package/dist/types/components/dialog/MDialog.vue.d.ts +0 -72
  39. package/dist/types/components/dialog/MDialogHeader.vue.d.ts +0 -8
  40. package/dist/types/components/dialog/index.d.ts +0 -44
  41. package/dist/types/components/feedback/feedback.d.ts +0 -4
  42. package/dist/types/components/feedback/index.d.ts +0 -13
  43. package/dist/types/components/form/DForm.vue.d.ts +0 -13
  44. package/dist/types/components/form/MForm.vue.d.ts +0 -13
  45. package/dist/types/components/meta/MetaTree.vue.d.ts +0 -5
  46. package/dist/types/components/meta/copy/CopyMetaFields.vue.d.ts +0 -6
  47. package/dist/types/components/meta/data/ViewMetaData.vue.d.ts +0 -6
  48. package/dist/types/components/meta/edit/EditMetaField.vue.d.ts +0 -10
  49. package/dist/types/components/meta/edit/EditMetaFields.vue.d.ts +0 -6
  50. package/dist/types/components/meta/edit/EditMetaView.vue.d.ts +0 -12
  51. package/dist/types/components/meta/field/AddField.vue.d.ts +0 -10
  52. package/dist/types/components/meta/field/MetaFieldFormat.vue.d.ts +0 -6
  53. package/dist/types/components/meta/field/MetaFieldRefer.vue.d.ts +0 -6
  54. package/dist/types/components/meta/field/formats/CharFormats.vue.d.ts +0 -2
  55. package/dist/types/components/meta/field/formats/FileFormats.vue.d.ts +0 -2
  56. package/dist/types/components/meta/field/formats/NumberFormats.vue.d.ts +0 -2
  57. package/dist/types/components/meta/widgets/MetaSelect.vue.d.ts +0 -10
  58. package/dist/types/components/table/aoa/ATable.vue.d.ts +0 -10
  59. package/dist/types/components/table/data/DTable.vue.d.ts +0 -18
  60. package/dist/types/components/table/data/hook.d.ts +0 -114
  61. package/dist/types/components/table/data/popover/DCellPopover.vue.d.ts +0 -19
  62. package/dist/types/components/table/data/popover/DFieldPopover.vue.d.ts +0 -16
  63. package/dist/types/components/table/data/popover/DIndexPopover.vue.d.ts +0 -16
  64. package/dist/types/components/table/data/popover/DMetaPopover.vue.d.ts +0 -16
  65. package/dist/types/components/table/data/popover/DSearchPopover.vue.d.ts +0 -16
  66. package/dist/types/components/table/data/slots/DTableCell.vue.d.ts +0 -10
  67. package/dist/types/components/table/data/slots/DTableEmpty.vue.d.ts +0 -2
  68. package/dist/types/components/table/data/slots/DTableFooter.vue.d.ts +0 -13
  69. package/dist/types/components/table/data/slots/DTableFooterTool.vue.d.ts +0 -10
  70. package/dist/types/components/table/data/slots/DTableHeader.vue.d.ts +0 -8
  71. package/dist/types/components/table/data/slots/DTableHeaderCell.vue.d.ts +0 -2
  72. package/dist/types/components/table/data/slots/DTableHeaderTool.vue.d.ts +0 -31
  73. package/dist/types/components/table/data/slots/DTablePop.vue.d.ts +0 -22
  74. package/dist/types/components/table/data/tool.d.ts +0 -0
  75. package/dist/types/components/table/data/types.d.ts +0 -11
  76. package/dist/types/components/table/simple/MTable.vue.d.ts +0 -41
  77. package/dist/types/components/table/simple/buttons/MTableButtonWrapper.vue.d.ts +0 -10
  78. package/dist/types/components/table/simple/columns/MTableColumnWrapper.vue.d.ts +0 -6
  79. package/dist/types/components/table/simple/hook.d.ts +0 -17
  80. package/dist/types/components/table/simple/tool.d.ts +0 -19
  81. package/dist/types/components/table/simple/types.d.ts +0 -46
  82. package/dist/types/components/table/simple/widgets/MTableHeader.vue.d.ts +0 -28
  83. package/dist/types/components/table/simple/widgets/MTableIndex.vue.d.ts +0 -15
  84. package/dist/types/components/table/upload/DTableUpload.vue.d.ts +0 -11
  85. package/dist/types/components/table/upload/control/DTableUploadActivator.vue.d.ts +0 -6
  86. package/dist/types/components/table/upload/control/DTableUploadButtons.vue.d.ts +0 -12
  87. package/dist/types/components/table/upload/control/DTableUploadController.vue.d.ts +0 -16
  88. package/dist/types/components/table/upload/types.d.ts +0 -5
  89. package/dist/types/components/table/virtual/VTable.vue.d.ts +0 -34
  90. package/dist/types/components/tree/data/DTree.vue.d.ts +0 -6
  91. package/dist/types/components/tree/data/hook.d.ts +0 -109
  92. package/dist/types/components/tree/data/slots/DTreePop.vue.d.ts +0 -8
  93. package/dist/types/components/tree/data/types.d.ts +0 -10
  94. package/dist/types/components/tree/simple/MTree.vue.d.ts +0 -31
  95. package/dist/types/components/tree/simple/hook.d.ts +0 -21
  96. package/dist/types/components/tree/simple/tool.d.ts +0 -4
  97. package/dist/types/components/tree/simple/types.d.ts +0 -18
  98. package/dist/types/components/tree/simple/widgets/MTreeExpand.vue.d.ts +0 -12
  99. package/dist/types/components/tree/simple/widgets/MTreeIcon.vue.d.ts +0 -11
  100. package/dist/types/components/tree/tool.d.ts +0 -7
  101. package/dist/types/components/tree/types.d.ts +0 -20
  102. package/dist/types/components/wrapper/MWrapper.vue.d.ts +0 -33
  103. package/dist/types/components/wrapper/types.d.ts +0 -1
  104. package/dist/types/hooks/use-admin/index.d.ts +0 -4
  105. package/dist/types/hooks/use-auth/tool.d.ts +0 -5
  106. package/dist/types/hooks/use-cell/index.d.ts +0 -6
  107. package/dist/types/hooks/use-cell/tool.d.ts +0 -2
  108. package/dist/types/hooks/use-cell/types.d.ts +0 -7
  109. package/dist/types/hooks/use-cookies/tool.d.ts +0 -2
  110. package/dist/types/hooks/use-dao/index.d.ts +0 -208
  111. package/dist/types/hooks/use-dao/tool.d.ts +0 -2
  112. package/dist/types/hooks/use-dao/types.d.ts +0 -20
  113. package/dist/types/hooks/use-mata/index.d.ts +0 -0
  114. package/dist/types/hooks/use-mata/types.d.ts +0 -96
  115. package/dist/types/hooks/use-paster/index.d.ts +0 -5
  116. package/dist/types/hooks/use-paster/tool.d.ts +0 -7
  117. package/dist/types/hooks/use-paster/types.d.ts +0 -4
  118. package/dist/types/hooks/use-query/index.d.ts +0 -35
  119. package/dist/types/hooks/use-query/tool.d.ts +0 -8
  120. package/dist/types/hooks/use-query/types.d.ts +0 -63
  121. package/dist/types/hooks/use-socket/index.d.ts +0 -4
  122. package/dist/types/hooks/use-sortable/index.d.ts +0 -3
  123. package/dist/types/hooks/use-tree/tools.d.ts +0 -0
  124. package/dist/types/hooks/use-tree/types.d.ts +0 -0
  125. /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.