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

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 (93) hide show
  1. package/dist/index-CTxNNWbw.js +1 -0
  2. package/dist/index-DAM-lgrU.js +1 -0
  3. package/dist/index-DSNJCnK2.js +339 -0
  4. package/dist/{index.es-COHR8lWq.js → index.es-STEFwkv3.js} +1 -1
  5. package/dist/index.min.css +1 -1
  6. package/dist/index.system.min.js +1 -1
  7. package/dist/wang-editor-Dchfm22O.js +1 -0
  8. package/dist/{xlsx-util-CzrO72Os.js → xlsx-util-D-uPcLFr.js} +2 -2
  9. package/es/common/control-navigation/provider/navigation-base.provider.mjs +3 -1
  10. package/es/common/high-light-code/high-light-code-util.mjs +183 -0
  11. package/es/common/high-light-code/high-light-code.css +1 -0
  12. package/es/common/high-light-code/high-light-code.mjs +31 -0
  13. package/es/common/index.mjs +2 -0
  14. package/es/common/pagination/pagination.mjs +5 -1
  15. package/es/common/rawitem/rawitem.mjs +2 -0
  16. package/es/control/calendar/calendar-util.mjs +1 -1
  17. package/es/control/calendar/calendar.mjs +54 -40
  18. package/es/control/calendar/components/calendar-flatten/calendar-flatten.css +1 -0
  19. package/es/control/calendar/components/calendar-flatten/calendar-flatten.mjs +200 -0
  20. package/es/control/calendar/components/calendar-flatten/index.mjs +9 -0
  21. package/es/control/calendar/components/custom-calendar/custom-calendar.mjs +1 -1
  22. package/es/control/calendar/components/custom-calendar/use-custom-calendar.mjs +2 -2
  23. package/es/control/dashboard/portlet/menu-portlet/app-menu-portlet/app-menu-portlet.css +1 -1
  24. package/es/control/dashboard/portlet/menu-portlet/app-menu-portlet/app-menu-portlet.mjs +20 -3
  25. package/es/control/dashboard/portlet/rawitem-portlet/rawitem-portlet.mjs +32 -7
  26. package/es/control/data-view/data-view.mjs +2 -2
  27. package/es/control/form/form-detail/form-page/form-page.mjs +1 -1
  28. package/es/control/form/form-detail/form-rawitem/form-rawitem.mjs +3 -1
  29. package/es/control/grid/grid/grid-control.util.mjs +1 -1
  30. package/es/control/grid/grid/grid.css +1 -1
  31. package/es/control/grid/grid/grid.mjs +31 -9
  32. package/es/control/grid/grid-column/grid-column-header/grid-column-header.css +1 -1
  33. package/es/control/grid/grid-column/grid-field-column/grid-field-column.css +1 -1
  34. package/es/control/grid/grid-column/grid-field-edit-column/grid-edit-item/grid-edit-item.css +1 -1
  35. package/es/control/grid/grid-column/grid-ua-column/grid-ua-column.css +1 -1
  36. package/es/control/grid/row-edit-popover/row-edit-popover.css +1 -1
  37. package/es/control/list/list.css +1 -1
  38. package/es/control/list/list.mjs +6 -3
  39. package/es/control/search-bar/filter-mode-select/filter-mode-select.mjs +2 -2
  40. package/es/control/search-bar/filter-tree/filter-tree.mjs +2 -2
  41. package/es/editor/code/code-editor.controller.mjs +11 -1
  42. package/es/editor/code/monaco-editor/monaco-editor.css +1 -1
  43. package/es/editor/code/monaco-editor/monaco-editor.mjs +54 -7
  44. package/es/editor/raw/ibiz-raw/ibiz-raw.mjs +3 -1
  45. package/es/locale/en/index.mjs +4 -3
  46. package/es/locale/index.mjs +29 -1
  47. package/es/locale/zh-CN/index.mjs +4 -3
  48. package/es/util/inline-ai-util/inline-ai-util.mjs +17 -1
  49. package/lib/common/control-navigation/provider/navigation-base.provider.cjs +3 -1
  50. package/lib/common/high-light-code/high-light-code-util.cjs +185 -0
  51. package/lib/common/high-light-code/high-light-code.cjs +33 -0
  52. package/lib/common/high-light-code/high-light-code.css +1 -0
  53. package/lib/common/index.cjs +2 -0
  54. package/lib/common/pagination/pagination.cjs +5 -1
  55. package/lib/common/rawitem/rawitem.cjs +2 -0
  56. package/lib/control/calendar/calendar-util.cjs +1 -1
  57. package/lib/control/calendar/calendar.cjs +54 -40
  58. package/lib/control/calendar/components/calendar-flatten/calendar-flatten.cjs +202 -0
  59. package/lib/control/calendar/components/calendar-flatten/calendar-flatten.css +1 -0
  60. package/lib/control/calendar/components/calendar-flatten/index.cjs +14 -0
  61. package/lib/control/calendar/components/custom-calendar/custom-calendar.cjs +1 -1
  62. package/lib/control/calendar/components/custom-calendar/use-custom-calendar.cjs +2 -2
  63. package/lib/control/dashboard/portlet/menu-portlet/app-menu-portlet/app-menu-portlet.cjs +20 -3
  64. package/lib/control/dashboard/portlet/menu-portlet/app-menu-portlet/app-menu-portlet.css +1 -1
  65. package/lib/control/dashboard/portlet/rawitem-portlet/rawitem-portlet.cjs +31 -6
  66. package/lib/control/data-view/data-view.cjs +2 -2
  67. package/lib/control/form/form-detail/form-page/form-page.cjs +1 -1
  68. package/lib/control/form/form-detail/form-rawitem/form-rawitem.cjs +3 -1
  69. package/lib/control/grid/grid/grid-control.util.cjs +1 -1
  70. package/lib/control/grid/grid/grid.cjs +30 -8
  71. package/lib/control/grid/grid/grid.css +1 -1
  72. package/lib/control/grid/grid-column/grid-column-header/grid-column-header.css +1 -1
  73. package/lib/control/grid/grid-column/grid-field-column/grid-field-column.css +1 -1
  74. package/lib/control/grid/grid-column/grid-field-edit-column/grid-edit-item/grid-edit-item.css +1 -1
  75. package/lib/control/grid/grid-column/grid-ua-column/grid-ua-column.css +1 -1
  76. package/lib/control/grid/row-edit-popover/row-edit-popover.css +1 -1
  77. package/lib/control/list/list.cjs +6 -3
  78. package/lib/control/list/list.css +1 -1
  79. package/lib/control/search-bar/filter-mode-select/filter-mode-select.cjs +2 -2
  80. package/lib/control/search-bar/filter-tree/filter-tree.cjs +2 -2
  81. package/lib/editor/code/code-editor.controller.cjs +11 -1
  82. package/lib/editor/code/monaco-editor/monaco-editor.cjs +54 -7
  83. package/lib/editor/code/monaco-editor/monaco-editor.css +1 -1
  84. package/lib/editor/raw/ibiz-raw/ibiz-raw.cjs +3 -1
  85. package/lib/locale/en/index.cjs +4 -3
  86. package/lib/locale/index.cjs +29 -1
  87. package/lib/locale/zh-CN/index.cjs +4 -3
  88. package/lib/util/inline-ai-util/inline-ai-util.cjs +17 -1
  89. package/package.json +6 -6
  90. package/dist/index-CSWh3Soj.js +0 -339
  91. package/dist/index-ChKlnzfZ.js +0 -1
  92. package/dist/index-DiSn0c6_.js +0 -1
  93. package/dist/wang-editor-DGTnSGqn.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.