@ibiz-template/mob-vue3-components 0.0.1-alpha.25 → 0.0.2

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 (149) hide show
  1. package/dist/index.min.css +1 -1
  2. package/dist/index.system.min.js +6 -6
  3. package/dist/index.system.min.js.map +1 -1
  4. package/es/common/col/col.mjs +0 -3
  5. package/es/common/rawitem/rawitem.mjs +1 -1
  6. package/es/control/calendar/calendar.mjs +1 -1
  7. package/es/control/dashboard/index.mjs +4 -1
  8. package/es/control/dashboard/portlet/container-portlet/container-portlet.provider.mjs +1 -5
  9. package/es/control/dashboard/portlet/index.d.ts +1 -0
  10. package/es/control/dashboard/portlet/index.mjs +2 -0
  11. package/es/control/dashboard/portlet/menu-portlet/menu-portlet.provider.mjs +1 -5
  12. package/es/control/dashboard/portlet/view-portlet/index.d.ts +24 -0
  13. package/es/control/dashboard/portlet/view-portlet/index.mjs +12 -0
  14. package/es/control/dashboard/portlet/view-portlet/view-portlet.d.ts +25 -0
  15. package/es/control/dashboard/portlet/view-portlet/view-portlet.mjs +50 -0
  16. package/es/control/dashboard/portlet/view-portlet/view-portlet.provider.d.ts +15 -0
  17. package/es/control/dashboard/portlet/view-portlet/view-portlet.provider.mjs +21 -0
  18. package/es/control/form/edit-form/edit-form.d.ts +1 -1
  19. package/es/control/form/edit-form/index.d.ts +1 -1
  20. package/es/control/form/form-detail/form-druipart/form-druipart.mjs +1 -1
  21. package/es/control/form/form-detail/form-item/form-item-container/form-item-container.css +1 -1
  22. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-form/form-mdctrl-form.mjs +1 -1
  23. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-md/form-mdctrl-md.css +1 -1
  24. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-md/form-mdctrl-md.mjs +4 -4
  25. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-multi-form/repeater-multi-form.d.ts +1 -0
  26. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-multi-form/repeater-multi-form.mjs +15 -3
  27. package/es/control/form/form-detail/form-mdctrl/form-mdctrl.css +1 -1
  28. package/es/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.css +1 -1
  29. package/es/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.d.ts +4 -3
  30. package/es/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.mjs +14 -6
  31. package/es/control/index.d.ts +2 -2
  32. package/es/control/index.mjs +6 -4
  33. package/es/control/list/{index.d.ts → list/index.d.ts} +23 -3
  34. package/es/control/list/list/list.css +1 -0
  35. package/es/control/list/{list.d.ts → list/list.d.ts} +23 -3
  36. package/es/control/list/{list.mjs → list/list.mjs} +37 -18
  37. package/es/control/list/list-render-util.d.ts +23 -0
  38. package/es/control/list/list-render-util.mjs +100 -0
  39. package/es/control/{md-ctrl → list/md-ctrl}/index.d.ts +10 -1
  40. package/es/control/list/md-ctrl/md-ctrl.css +1 -0
  41. package/es/control/{md-ctrl → list/md-ctrl}/md-ctrl.d.ts +14 -3
  42. package/es/control/{md-ctrl → list/md-ctrl}/md-ctrl.mjs +13 -87
  43. package/es/control/toolbar/index.d.ts +1 -1
  44. package/es/control/toolbar/toolbar.d.ts +1 -1
  45. package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.mjs +1 -0
  46. package/es/index.mjs +3 -2
  47. package/es/panel-component/index.mjs +7 -1
  48. package/es/panel-component/panel-tab-panel/index.d.ts +23 -0
  49. package/es/panel-component/panel-tab-panel/index.mjs +12 -0
  50. package/es/panel-component/panel-tab-panel/panel-tab-panel.css +1 -0
  51. package/es/panel-component/panel-tab-panel/panel-tab-panel.d.ts +26 -0
  52. package/es/panel-component/panel-tab-panel/panel-tab-panel.mjs +70 -0
  53. package/es/panel-component/panel-tab-panel/panel-tab-panel.provider.d.ts +13 -0
  54. package/es/panel-component/panel-tab-panel/panel-tab-panel.provider.mjs +21 -0
  55. package/es/util/confirm-util/confirm-util.d.ts +17 -0
  56. package/es/util/confirm-util/confirm-util.mjs +77 -0
  57. package/es/util/index.d.ts +1 -0
  58. package/es/util/index.mjs +1 -0
  59. package/es/view-engine/mob-mpickup-view-engine.mjs +2 -0
  60. package/lib/common/col/col.cjs +0 -3
  61. package/lib/common/rawitem/rawitem.cjs +1 -1
  62. package/lib/control/calendar/calendar.cjs +1 -1
  63. package/lib/control/dashboard/index.cjs +5 -0
  64. package/lib/control/dashboard/portlet/container-portlet/container-portlet.provider.cjs +1 -5
  65. package/lib/control/dashboard/portlet/index.cjs +4 -0
  66. package/lib/control/dashboard/portlet/menu-portlet/menu-portlet.provider.cjs +1 -5
  67. package/lib/control/dashboard/portlet/view-portlet/index.cjs +18 -0
  68. package/lib/control/dashboard/portlet/view-portlet/view-portlet.cjs +52 -0
  69. package/lib/control/dashboard/portlet/view-portlet/view-portlet.provider.cjs +23 -0
  70. package/lib/control/form/form-detail/form-druipart/form-druipart.cjs +1 -1
  71. package/lib/control/form/form-detail/form-item/form-item-container/form-item-container.css +1 -1
  72. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-form/form-mdctrl-form.cjs +1 -1
  73. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-md/form-mdctrl-md.cjs +4 -4
  74. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-md/form-mdctrl-md.css +1 -1
  75. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-multi-form/repeater-multi-form.cjs +15 -3
  76. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl.css +1 -1
  77. package/lib/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.cjs +14 -6
  78. package/lib/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.css +1 -1
  79. package/lib/control/index.cjs +14 -10
  80. package/lib/control/list/{list.cjs → list/list.cjs} +36 -17
  81. package/lib/control/list/list/list.css +1 -0
  82. package/lib/control/list/list-render-util.cjs +102 -0
  83. package/lib/control/{md-ctrl → list/md-ctrl}/md-ctrl.cjs +12 -86
  84. package/lib/control/list/md-ctrl/md-ctrl.css +1 -0
  85. package/lib/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.cjs +1 -0
  86. package/lib/index.cjs +4 -2
  87. package/lib/panel-component/index.cjs +6 -0
  88. package/lib/panel-component/panel-tab-panel/index.cjs +17 -0
  89. package/lib/panel-component/panel-tab-panel/panel-tab-panel.cjs +72 -0
  90. package/lib/panel-component/panel-tab-panel/panel-tab-panel.css +1 -0
  91. package/lib/panel-component/panel-tab-panel/panel-tab-panel.provider.cjs +23 -0
  92. package/lib/util/confirm-util/confirm-util.cjs +79 -0
  93. package/lib/util/index.cjs +2 -0
  94. package/lib/view-engine/mob-mpickup-view-engine.cjs +2 -0
  95. package/package.json +6 -6
  96. package/es/control/list/list.css +0 -1
  97. package/es/control/md-ctrl/md-ctrl.css +0 -1
  98. package/lib/control/list/list.css +0 -1
  99. package/lib/control/md-ctrl/md-ctrl.css +0 -1
  100. /package/es/control/list/{index.mjs → list/index.mjs} +0 -0
  101. /package/es/control/list/{list.provider.d.ts → list/list.provider.d.ts} +0 -0
  102. /package/es/control/list/{list.provider.mjs → list/list.provider.mjs} +0 -0
  103. /package/es/control/{md-ctrl → list/md-ctrl}/index.mjs +0 -0
  104. /package/es/control/{md-ctrl → list/md-ctrl}/md-ctrl.provider.d.ts +0 -0
  105. /package/es/control/{md-ctrl → list/md-ctrl}/md-ctrl.provider.mjs +0 -0
  106. /package/es/node_modules/.pnpm/{vue3-hash-calendar@1.1.3_vue@3.3.8 → vue3-hash-calendar@1.1.3_vue@3.3.9}/node_modules/vue3-hash-calendar/es/Calendar.mjs +0 -0
  107. /package/es/node_modules/.pnpm/{vue3-hash-calendar@1.1.3_vue@3.3.8 → vue3-hash-calendar@1.1.3_vue@3.3.9}/node_modules/vue3-hash-calendar/es/CalendarDate.mjs +0 -0
  108. /package/es/node_modules/.pnpm/{vue3-hash-calendar@1.1.3_vue@3.3.8 → vue3-hash-calendar@1.1.3_vue@3.3.9}/node_modules/vue3-hash-calendar/es/CalendarScrollContainer.mjs +0 -0
  109. /package/es/node_modules/.pnpm/{vue3-hash-calendar@1.1.3_vue@3.3.8 → vue3-hash-calendar@1.1.3_vue@3.3.9}/node_modules/vue3-hash-calendar/es/CalendarTime.mjs +0 -0
  110. /package/es/node_modules/.pnpm/{vue3-hash-calendar@1.1.3_vue@3.3.8 → vue3-hash-calendar@1.1.3_vue@3.3.9}/node_modules/vue3-hash-calendar/es/CalendarYearMonth.mjs +0 -0
  111. /package/es/node_modules/.pnpm/{vue3-hash-calendar@1.1.3_vue@3.3.8 → vue3-hash-calendar@1.1.3_vue@3.3.9}/node_modules/vue3-hash-calendar/es/constant/img.mjs +0 -0
  112. /package/es/node_modules/.pnpm/{vue3-hash-calendar@1.1.3_vue@3.3.8 → vue3-hash-calendar@1.1.3_vue@3.3.9}/node_modules/vue3-hash-calendar/es/constant/index.mjs +0 -0
  113. /package/es/node_modules/.pnpm/{vue3-hash-calendar@1.1.3_vue@3.3.8 → vue3-hash-calendar@1.1.3_vue@3.3.9}/node_modules/vue3-hash-calendar/es/hooks/index.mjs +0 -0
  114. /package/es/node_modules/.pnpm/{vue3-hash-calendar@1.1.3_vue@3.3.8 → vue3-hash-calendar@1.1.3_vue@3.3.9}/node_modules/vue3-hash-calendar/es/hooks/use-expose.mjs +0 -0
  115. /package/es/node_modules/.pnpm/{vue3-hash-calendar@1.1.3_vue@3.3.8 → vue3-hash-calendar@1.1.3_vue@3.3.9}/node_modules/vue3-hash-calendar/es/hooks/use-mounted-or-activated.mjs +0 -0
  116. /package/es/node_modules/.pnpm/{vue3-hash-calendar@1.1.3_vue@3.3.8 → vue3-hash-calendar@1.1.3_vue@3.3.9}/node_modules/vue3-hash-calendar/es/hooks/use-rect.mjs +0 -0
  117. /package/es/node_modules/.pnpm/{vue3-hash-calendar@1.1.3_vue@3.3.8 → vue3-hash-calendar@1.1.3_vue@3.3.9}/node_modules/vue3-hash-calendar/es/index.mjs +0 -0
  118. /package/es/node_modules/.pnpm/{vue3-hash-calendar@1.1.3_vue@3.3.8 → vue3-hash-calendar@1.1.3_vue@3.3.9}/node_modules/vue3-hash-calendar/es/language/cn.mjs +0 -0
  119. /package/es/node_modules/.pnpm/{vue3-hash-calendar@1.1.3_vue@3.3.8 → vue3-hash-calendar@1.1.3_vue@3.3.9}/node_modules/vue3-hash-calendar/es/language/en.mjs +0 -0
  120. /package/es/node_modules/.pnpm/{vue3-hash-calendar@1.1.3_vue@3.3.8 → vue3-hash-calendar@1.1.3_vue@3.3.9}/node_modules/vue3-hash-calendar/es/language/index.mjs +0 -0
  121. /package/es/node_modules/.pnpm/{vue3-hash-calendar@1.1.3_vue@3.3.8 → vue3-hash-calendar@1.1.3_vue@3.3.9}/node_modules/vue3-hash-calendar/es/utils/basic.mjs +0 -0
  122. /package/es/node_modules/.pnpm/{vue3-hash-calendar@1.1.3_vue@3.3.8 → vue3-hash-calendar@1.1.3_vue@3.3.9}/node_modules/vue3-hash-calendar/es/utils/index.mjs +0 -0
  123. /package/es/node_modules/.pnpm/{vue3-hash-calendar@1.1.3_vue@3.3.8 → vue3-hash-calendar@1.1.3_vue@3.3.9}/node_modules/vue3-hash-calendar/es/utils/props.mjs +0 -0
  124. /package/es/node_modules/.pnpm/{vue3-hash-calendar@1.1.3_vue@3.3.8 → vue3-hash-calendar@1.1.3_vue@3.3.9}/node_modules/vue3-hash-calendar/es/utils/validate.mjs +0 -0
  125. /package/es/node_modules/.pnpm/{vue3-hash-calendar@1.1.3_vue@3.3.8 → vue3-hash-calendar@1.1.3_vue@3.3.9}/node_modules/vue3-hash-calendar/es/utils/with-install.mjs +0 -0
  126. /package/lib/control/list/{index.cjs → list/index.cjs} +0 -0
  127. /package/lib/control/list/{list.provider.cjs → list/list.provider.cjs} +0 -0
  128. /package/lib/control/{md-ctrl → list/md-ctrl}/index.cjs +0 -0
  129. /package/lib/control/{md-ctrl → list/md-ctrl}/md-ctrl.provider.cjs +0 -0
  130. /package/lib/node_modules/.pnpm/{vue3-hash-calendar@1.1.3_vue@3.3.8 → vue3-hash-calendar@1.1.3_vue@3.3.9}/node_modules/vue3-hash-calendar/es/Calendar.cjs +0 -0
  131. /package/lib/node_modules/.pnpm/{vue3-hash-calendar@1.1.3_vue@3.3.8 → vue3-hash-calendar@1.1.3_vue@3.3.9}/node_modules/vue3-hash-calendar/es/CalendarDate.cjs +0 -0
  132. /package/lib/node_modules/.pnpm/{vue3-hash-calendar@1.1.3_vue@3.3.8 → vue3-hash-calendar@1.1.3_vue@3.3.9}/node_modules/vue3-hash-calendar/es/CalendarScrollContainer.cjs +0 -0
  133. /package/lib/node_modules/.pnpm/{vue3-hash-calendar@1.1.3_vue@3.3.8 → vue3-hash-calendar@1.1.3_vue@3.3.9}/node_modules/vue3-hash-calendar/es/CalendarTime.cjs +0 -0
  134. /package/lib/node_modules/.pnpm/{vue3-hash-calendar@1.1.3_vue@3.3.8 → vue3-hash-calendar@1.1.3_vue@3.3.9}/node_modules/vue3-hash-calendar/es/CalendarYearMonth.cjs +0 -0
  135. /package/lib/node_modules/.pnpm/{vue3-hash-calendar@1.1.3_vue@3.3.8 → vue3-hash-calendar@1.1.3_vue@3.3.9}/node_modules/vue3-hash-calendar/es/constant/img.cjs +0 -0
  136. /package/lib/node_modules/.pnpm/{vue3-hash-calendar@1.1.3_vue@3.3.8 → vue3-hash-calendar@1.1.3_vue@3.3.9}/node_modules/vue3-hash-calendar/es/constant/index.cjs +0 -0
  137. /package/lib/node_modules/.pnpm/{vue3-hash-calendar@1.1.3_vue@3.3.8 → vue3-hash-calendar@1.1.3_vue@3.3.9}/node_modules/vue3-hash-calendar/es/hooks/index.cjs +0 -0
  138. /package/lib/node_modules/.pnpm/{vue3-hash-calendar@1.1.3_vue@3.3.8 → vue3-hash-calendar@1.1.3_vue@3.3.9}/node_modules/vue3-hash-calendar/es/hooks/use-expose.cjs +0 -0
  139. /package/lib/node_modules/.pnpm/{vue3-hash-calendar@1.1.3_vue@3.3.8 → vue3-hash-calendar@1.1.3_vue@3.3.9}/node_modules/vue3-hash-calendar/es/hooks/use-mounted-or-activated.cjs +0 -0
  140. /package/lib/node_modules/.pnpm/{vue3-hash-calendar@1.1.3_vue@3.3.8 → vue3-hash-calendar@1.1.3_vue@3.3.9}/node_modules/vue3-hash-calendar/es/hooks/use-rect.cjs +0 -0
  141. /package/lib/node_modules/.pnpm/{vue3-hash-calendar@1.1.3_vue@3.3.8 → vue3-hash-calendar@1.1.3_vue@3.3.9}/node_modules/vue3-hash-calendar/es/index.cjs +0 -0
  142. /package/lib/node_modules/.pnpm/{vue3-hash-calendar@1.1.3_vue@3.3.8 → vue3-hash-calendar@1.1.3_vue@3.3.9}/node_modules/vue3-hash-calendar/es/language/cn.cjs +0 -0
  143. /package/lib/node_modules/.pnpm/{vue3-hash-calendar@1.1.3_vue@3.3.8 → vue3-hash-calendar@1.1.3_vue@3.3.9}/node_modules/vue3-hash-calendar/es/language/en.cjs +0 -0
  144. /package/lib/node_modules/.pnpm/{vue3-hash-calendar@1.1.3_vue@3.3.8 → vue3-hash-calendar@1.1.3_vue@3.3.9}/node_modules/vue3-hash-calendar/es/language/index.cjs +0 -0
  145. /package/lib/node_modules/.pnpm/{vue3-hash-calendar@1.1.3_vue@3.3.8 → vue3-hash-calendar@1.1.3_vue@3.3.9}/node_modules/vue3-hash-calendar/es/utils/basic.cjs +0 -0
  146. /package/lib/node_modules/.pnpm/{vue3-hash-calendar@1.1.3_vue@3.3.8 → vue3-hash-calendar@1.1.3_vue@3.3.9}/node_modules/vue3-hash-calendar/es/utils/index.cjs +0 -0
  147. /package/lib/node_modules/.pnpm/{vue3-hash-calendar@1.1.3_vue@3.3.8 → vue3-hash-calendar@1.1.3_vue@3.3.9}/node_modules/vue3-hash-calendar/es/utils/props.cjs +0 -0
  148. /package/lib/node_modules/.pnpm/{vue3-hash-calendar@1.1.3_vue@3.3.8 → vue3-hash-calendar@1.1.3_vue@3.3.9}/node_modules/vue3-hash-calendar/es/utils/validate.cjs +0 -0
  149. /package/lib/node_modules/.pnpm/{vue3-hash-calendar@1.1.3_vue@3.3.8 → vue3-hash-calendar@1.1.3_vue@3.3.9}/node_modules/vue3-hash-calendar/es/utils/with-install.cjs +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.