@ibiz-template/mob-vue3-components 0.0.2 → 0.0.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 (124) hide show
  1. package/dist/index.min.css +1 -1
  2. package/dist/index.system.min.js +5 -5
  3. package/dist/index.system.min.js.map +1 -1
  4. package/es/common/carousel/carousel.css +1 -0
  5. package/es/common/carousel/carousel.d.ts +52 -0
  6. package/es/common/carousel/carousel.mjs +61 -0
  7. package/es/common/index.mjs +2 -0
  8. package/es/control/calendar/calendar.css +1 -1
  9. package/es/control/calendar/calendar.d.ts +4 -3
  10. package/es/control/calendar/calendar.mjs +94 -12
  11. package/es/control/calendar/index.d.ts +2 -1
  12. package/es/control/dashboard/dashboard.css +1 -1
  13. package/es/control/form/form-detail/form-group-panel/form-group-panel.css +1 -1
  14. package/es/control/form/form-detail/form-item/form-item-container/form-item-container.css +1 -1
  15. package/es/control/form/form-detail/form-item/form-item.mjs +5 -1
  16. package/es/control/list/md-ctrl/md-ctrl.css +1 -1
  17. package/es/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.d.ts +1 -1
  18. package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.mjs +2 -1
  19. package/es/editor/dropdown-list/ibiz-dropdown-list/ibiz-dropdown-list.css +1 -1
  20. package/es/editor/dropdown-list/ibiz-dropdown-list/ibiz-dropdown-list.d.ts +2 -0
  21. package/es/editor/dropdown-list/ibiz-dropdown-list/ibiz-dropdown-list.mjs +17 -4
  22. package/es/editor/index.mjs +10 -0
  23. package/es/editor/text-box/input/input.css +1 -1
  24. package/es/editor/upload/ibiz-carousel/ibiz-carousel.css +1 -0
  25. package/es/editor/upload/ibiz-carousel/ibiz-carousel.d.ts +65 -0
  26. package/es/editor/upload/ibiz-carousel/ibiz-carousel.mjs +71 -0
  27. package/es/editor/upload/ibiz-file-upload/ibiz-file-upload.css +1 -1
  28. package/es/editor/upload/ibiz-file-upload/ibiz-file-upload.d.ts +3 -0
  29. package/es/editor/upload/ibiz-file-upload/ibiz-file-upload.mjs +40 -9
  30. package/es/editor/upload/ibiz-image-select/ibiz-image-select.css +1 -1
  31. package/es/editor/upload/ibiz-image-select/ibiz-image-select.d.ts +1 -2
  32. package/es/editor/upload/ibiz-image-select/ibiz-image-select.mjs +12 -5
  33. package/es/editor/upload/ibiz-image-upload/ibiz-image-upload.css +1 -1
  34. package/es/editor/upload/ibiz-image-upload/ibiz-image-upload.d.ts +1 -4
  35. package/es/editor/upload/ibiz-image-upload/ibiz-image-upload.mjs +13 -13
  36. package/es/editor/upload/index.d.ts +1 -0
  37. package/es/editor/upload/index.mjs +1 -0
  38. package/es/editor/upload/upload-editor.controller.d.ts +8 -0
  39. package/es/editor/upload/upload-editor.controller.mjs +50 -0
  40. package/es/editor/upload/upload-editor.provider.mjs +3 -0
  41. package/es/editor/upload/use/use-van-upload.mjs +3 -14
  42. package/es/index.mjs +8 -0
  43. package/es/panel-component/auth-userinfo/auth-userinfo.css +1 -0
  44. package/es/panel-component/auth-userinfo/auth-userinfo.d.ts +29 -0
  45. package/es/panel-component/auth-userinfo/auth-userinfo.mjs +66 -0
  46. package/es/panel-component/auth-userinfo/auth-userinfo.provider.d.ts +15 -0
  47. package/es/panel-component/auth-userinfo/auth-userinfo.provider.mjs +21 -0
  48. package/es/panel-component/auth-userinfo/index.d.ts +26 -0
  49. package/es/panel-component/auth-userinfo/index.mjs +15 -0
  50. package/es/panel-component/index.mjs +6 -0
  51. package/es/panel-component/nav-pos-index/nav-pos-index.controller.mjs +1 -1
  52. package/es/panel-component/panel-button/panel-button.controller.mjs +12 -8
  53. package/es/panel-component/panel-carousel/index.d.ts +20 -0
  54. package/es/panel-component/panel-carousel/index.mjs +16 -0
  55. package/es/panel-component/panel-carousel/panel-carousel.controller.d.ts +50 -0
  56. package/es/panel-component/panel-carousel/panel-carousel.controller.mjs +76 -0
  57. package/es/panel-component/panel-carousel/panel-carousel.css +1 -0
  58. package/es/panel-component/panel-carousel/panel-carousel.d.ts +20 -0
  59. package/es/panel-component/panel-carousel/panel-carousel.mjs +42 -0
  60. package/es/panel-component/panel-carousel/panel-carousel.provider.d.ts +14 -0
  61. package/es/panel-component/panel-carousel/panel-carousel.provider.mjs +21 -0
  62. package/es/panel-component/panel-video-player/index.d.ts +22 -0
  63. package/es/panel-component/panel-video-player/index.mjs +19 -0
  64. package/es/panel-component/panel-video-player/panel-video-player.controller.d.ts +50 -0
  65. package/es/panel-component/panel-video-player/panel-video-player.controller.mjs +81 -0
  66. package/es/panel-component/panel-video-player/panel-video-player.css +1 -0
  67. package/es/panel-component/panel-video-player/panel-video-player.d.ts +22 -0
  68. package/es/panel-component/panel-video-player/panel-video-player.mjs +59 -0
  69. package/es/panel-component/panel-video-player/panel-video-player.provider.d.ts +14 -0
  70. package/es/panel-component/panel-video-player/panel-video-player.provider.mjs +21 -0
  71. package/es/panel-component/view-header-panel-container/view-header-panel-container.css +1 -1
  72. package/es/platform/index.d.ts +1 -0
  73. package/es/platform/index.mjs +3 -0
  74. package/es/platform/vue-browser-platform-provider.d.ts +20 -0
  75. package/es/platform/vue-browser-platform-provider.mjs +20 -0
  76. package/lib/common/carousel/carousel.cjs +63 -0
  77. package/lib/common/carousel/carousel.css +1 -0
  78. package/lib/common/index.cjs +2 -0
  79. package/lib/control/calendar/calendar.cjs +94 -12
  80. package/lib/control/calendar/calendar.css +1 -1
  81. package/lib/control/dashboard/dashboard.css +1 -1
  82. package/lib/control/form/form-detail/form-group-panel/form-group-panel.css +1 -1
  83. package/lib/control/form/form-detail/form-item/form-item-container/form-item-container.css +1 -1
  84. package/lib/control/form/form-detail/form-item/form-item.cjs +5 -1
  85. package/lib/control/list/md-ctrl/md-ctrl.css +1 -1
  86. package/lib/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.cjs +2 -1
  87. package/lib/editor/dropdown-list/ibiz-dropdown-list/ibiz-dropdown-list.cjs +17 -4
  88. package/lib/editor/dropdown-list/ibiz-dropdown-list/ibiz-dropdown-list.css +1 -1
  89. package/lib/editor/index.cjs +10 -0
  90. package/lib/editor/text-box/input/input.css +1 -1
  91. package/lib/editor/upload/ibiz-carousel/ibiz-carousel.cjs +73 -0
  92. package/lib/editor/upload/ibiz-carousel/ibiz-carousel.css +1 -0
  93. package/lib/editor/upload/ibiz-file-upload/ibiz-file-upload.cjs +39 -8
  94. package/lib/editor/upload/ibiz-file-upload/ibiz-file-upload.css +1 -1
  95. package/lib/editor/upload/ibiz-image-select/ibiz-image-select.cjs +12 -5
  96. package/lib/editor/upload/ibiz-image-select/ibiz-image-select.css +1 -1
  97. package/lib/editor/upload/ibiz-image-upload/ibiz-image-upload.cjs +12 -12
  98. package/lib/editor/upload/ibiz-image-upload/ibiz-image-upload.css +1 -1
  99. package/lib/editor/upload/index.cjs +2 -0
  100. package/lib/editor/upload/upload-editor.controller.cjs +50 -0
  101. package/lib/editor/upload/upload-editor.provider.cjs +3 -0
  102. package/lib/editor/upload/use/use-van-upload.cjs +3 -14
  103. package/lib/index.cjs +8 -0
  104. package/lib/panel-component/auth-userinfo/auth-userinfo.cjs +68 -0
  105. package/lib/panel-component/auth-userinfo/auth-userinfo.css +1 -0
  106. package/lib/panel-component/auth-userinfo/auth-userinfo.provider.cjs +23 -0
  107. package/lib/panel-component/auth-userinfo/index.cjs +20 -0
  108. package/lib/panel-component/index.cjs +6 -0
  109. package/lib/panel-component/nav-pos-index/nav-pos-index.controller.cjs +1 -1
  110. package/lib/panel-component/panel-button/panel-button.controller.cjs +12 -8
  111. package/lib/panel-component/panel-carousel/index.cjs +23 -0
  112. package/lib/panel-component/panel-carousel/panel-carousel.cjs +47 -0
  113. package/lib/panel-component/panel-carousel/panel-carousel.controller.cjs +78 -0
  114. package/lib/panel-component/panel-carousel/panel-carousel.css +1 -0
  115. package/lib/panel-component/panel-carousel/panel-carousel.provider.cjs +23 -0
  116. package/lib/panel-component/panel-video-player/index.cjs +26 -0
  117. package/lib/panel-component/panel-video-player/panel-video-player.cjs +64 -0
  118. package/lib/panel-component/panel-video-player/panel-video-player.controller.cjs +83 -0
  119. package/lib/panel-component/panel-video-player/panel-video-player.css +1 -0
  120. package/lib/panel-component/panel-video-player/panel-video-player.provider.cjs +23 -0
  121. package/lib/panel-component/view-header-panel-container/view-header-panel-container.css +1 -1
  122. package/lib/platform/index.cjs +7 -0
  123. package/lib/platform/vue-browser-platform-provider.cjs +22 -0
  124. package/package.json +5 -5

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.