@ibiz-template/vue3-components 0.7.41-alpha.94 → 0.7.41-alpha.96

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 (83) hide show
  1. package/dist/ibiz-markdown-editor-CQRvKzXG.js +1 -0
  2. package/dist/index-CSWh3Soj.js +339 -0
  3. package/dist/index-ChKlnzfZ.js +1 -0
  4. package/dist/index-DiSn0c6_.js +1 -0
  5. package/dist/{index.es-DFx4k2jd.js → index.es-COHR8lWq.js} +1 -1
  6. package/dist/index.min.css +1 -1
  7. package/dist/index.system.min.js +1 -1
  8. package/dist/wang-editor-DGTnSGqn.js +1 -0
  9. package/dist/{xlsx-util-DwFMdVBD.js → xlsx-util-CzrO72Os.js} +1 -1
  10. package/es/common/emoji-select/components/categories/categories.mjs +1 -1
  11. package/es/common/rawitem/rawitem.mjs +1 -0
  12. package/es/control/dashboard/dashboard-design/dashboard-design.mjs +9 -2
  13. package/es/control/data-view/data-view.mjs +98 -2
  14. package/es/control/kanban/swimlane-kanban/swimlane-kanban.mjs +1 -1
  15. package/es/control/list/list.css +1 -1
  16. package/es/control/list/list.mjs +77 -2
  17. package/es/editor/ai-chat/embed-ai-chat/embed-ai-chat.css +1 -0
  18. package/es/editor/ai-chat/embed-ai-chat/embed-ai-chat.mjs +98 -0
  19. package/es/editor/ai-chat/embed-ai-chat-editor.controller.mjs +70 -0
  20. package/es/editor/ai-chat/embed-ai-chat-editor.provider.mjs +22 -0
  21. package/es/editor/ai-chat/index.mjs +5 -0
  22. package/es/editor/code/code-editor.controller.mjs +3 -3
  23. package/es/editor/code/monaco-editor/monaco-editor.mjs +1 -1
  24. package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.mjs +1 -1
  25. package/es/editor/dropdown-list/ibiz-virtualized-list/ibiz-virtualized-list.mjs +1 -1
  26. package/es/editor/html/wang-editor/wang-editor.mjs +5 -1
  27. package/es/editor/index.mjs +8 -0
  28. package/es/editor/markdown/ibiz-markdown-editor/custom-menu.mjs +7 -1
  29. package/es/editor/text-box/input/input.mjs +5 -1
  30. package/es/index.mjs +1 -0
  31. package/es/locale/en/index.mjs +2 -1
  32. package/es/locale/zh-CN/index.mjs +2 -1
  33. package/es/panel-component/user-message/user-message.mjs +2 -3
  34. package/es/util/ai-chat-util/ai-chat-util.mjs +34 -1
  35. package/es/util/app-util/app-util.mjs +21 -25
  36. package/es/view/login-view/login-view.mjs +7 -11
  37. package/es/view-engine/login-view.engine.mjs +12 -21
  38. package/es/view-engine/pickup-tree-view.engine.mjs +17 -1
  39. package/es/web-app/guard/auth-guard/auth-guard.mjs +5 -9
  40. package/es/web-app/index.mjs +2 -0
  41. package/es/web-app/main.mjs +3 -1
  42. package/es/web-app/util/app-func-block-provider/app-func-block-provider.mjs +98 -0
  43. package/es/web-app/util/index.mjs +1 -0
  44. package/lib/common/emoji-select/components/categories/categories.cjs +1 -1
  45. package/lib/common/rawitem/rawitem.cjs +1 -0
  46. package/lib/control/dashboard/dashboard-design/dashboard-design.cjs +9 -2
  47. package/lib/control/data-view/data-view.cjs +97 -1
  48. package/lib/control/kanban/swimlane-kanban/swimlane-kanban.cjs +1 -1
  49. package/lib/control/list/list.cjs +77 -2
  50. package/lib/control/list/list.css +1 -1
  51. package/lib/editor/ai-chat/embed-ai-chat/embed-ai-chat.cjs +100 -0
  52. package/lib/editor/ai-chat/embed-ai-chat/embed-ai-chat.css +1 -0
  53. package/lib/editor/ai-chat/embed-ai-chat-editor.controller.cjs +72 -0
  54. package/lib/editor/ai-chat/embed-ai-chat-editor.provider.cjs +24 -0
  55. package/lib/editor/ai-chat/index.cjs +11 -0
  56. package/lib/editor/code/code-editor.controller.cjs +3 -3
  57. package/lib/editor/code/monaco-editor/monaco-editor.cjs +1 -1
  58. package/lib/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.cjs +1 -1
  59. package/lib/editor/dropdown-list/ibiz-virtualized-list/ibiz-virtualized-list.cjs +1 -1
  60. package/lib/editor/html/wang-editor/wang-editor.cjs +5 -1
  61. package/lib/editor/index.cjs +8 -0
  62. package/lib/editor/markdown/ibiz-markdown-editor/custom-menu.cjs +7 -1
  63. package/lib/editor/text-box/input/input.cjs +5 -1
  64. package/lib/index.cjs +2 -0
  65. package/lib/locale/en/index.cjs +2 -1
  66. package/lib/locale/zh-CN/index.cjs +2 -1
  67. package/lib/panel-component/user-message/user-message.cjs +2 -3
  68. package/lib/util/ai-chat-util/ai-chat-util.cjs +33 -0
  69. package/lib/util/app-util/app-util.cjs +20 -24
  70. package/lib/view/login-view/login-view.cjs +7 -11
  71. package/lib/view-engine/login-view.engine.cjs +11 -20
  72. package/lib/view-engine/pickup-tree-view.engine.cjs +17 -1
  73. package/lib/web-app/guard/auth-guard/auth-guard.cjs +5 -9
  74. package/lib/web-app/index.cjs +3 -0
  75. package/lib/web-app/main.cjs +2 -0
  76. package/lib/web-app/util/app-func-block-provider/app-func-block-provider.cjs +100 -0
  77. package/lib/web-app/util/index.cjs +2 -0
  78. package/package.json +6 -6
  79. package/dist/ibiz-markdown-editor-8I67TTyP.js +0 -1
  80. package/dist/index-CVIuun-0.js +0 -339
  81. package/dist/index-DWSyHHzh.js +0 -1
  82. package/dist/index-X0zcJbo7.js +0 -1
  83. package/dist/wang-editor-DYEAyKoh.js +0 -1

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.