@ibiz-template/vue3-components 0.6.2 → 0.6.3

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 (84) hide show
  1. package/dist/chart-IsmrW_d0.js +1 -0
  2. package/dist/index-9YFoUwI0.js +4 -0
  3. package/dist/index.min.css +1 -1
  4. package/dist/index.system.min.js +1 -1
  5. package/dist/{xlsx-util-O4MYQIFJ.js → xlsx-util-c9vmypX3.js} +1 -1
  6. package/es/common/carousel/carousel.css +1 -0
  7. package/es/common/carousel/carousel.d.ts +133 -0
  8. package/es/common/carousel/carousel.mjs +78 -0
  9. package/es/common/index.mjs +2 -0
  10. package/es/control/calendar/calendar.css +1 -1
  11. package/es/control/calendar/calendar.mjs +21 -19
  12. package/es/control/caption-bar/caption-bar.d.ts +1 -1
  13. package/es/control/caption-bar/caption-bar.mjs +3 -8
  14. package/es/control/chart/chart.css +1 -1
  15. package/es/control/chart/chart.mjs +5 -2
  16. package/es/control/dashboard/dashboard.mjs +3 -1
  17. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.d.ts +7 -0
  18. package/es/control/form/form-detail/form-tab-panel/form-tab-panel.css +1 -1
  19. package/es/control/form/form-detail/form-tab-panel/form-tab-panel.d.ts +1 -0
  20. package/es/control/form/form-detail/form-tab-panel/form-tab-panel.mjs +51 -12
  21. package/es/control/form/form-detail/form-tab-panel/index.d.ts +1 -0
  22. package/es/control/gantt/gantt.css +1 -1
  23. package/es/control/search-bar/index.d.ts +1 -0
  24. package/es/control/search-bar/search-bar.d.ts +1 -0
  25. package/es/control/search-bar/search-bar.mjs +10 -0
  26. package/es/editor/carousel/carousel-editor.controller.d.ts +10 -0
  27. package/es/editor/carousel/carousel-editor.controller.mjs +7 -0
  28. package/es/editor/carousel/carousel-editor.provider.d.ts +17 -0
  29. package/es/editor/carousel/carousel-editor.provider.mjs +22 -0
  30. package/es/editor/carousel/ibiz-carousel/ibiz-carousel.css +0 -0
  31. package/es/editor/carousel/ibiz-carousel/ibiz-carousel.d.ts +76 -0
  32. package/es/editor/carousel/ibiz-carousel/ibiz-carousel.mjs +64 -0
  33. package/es/editor/carousel/index.d.ts +3 -0
  34. package/es/editor/carousel/index.mjs +5 -0
  35. package/es/editor/data-picker/ibiz-picker/ibiz-picker.mjs +20 -6
  36. package/es/editor/data-picker/ibiz-picker-embed-view/ibiz-picker-embed-view.d.ts +1 -0
  37. package/es/editor/index.mjs +8 -0
  38. package/es/panel-component/index.mjs +2 -0
  39. package/es/panel-component/panel-static-carousel/index.d.ts +31 -0
  40. package/es/panel-component/panel-static-carousel/index.mjs +18 -0
  41. package/es/panel-component/panel-static-carousel/panel-static-carousel.css +0 -0
  42. package/es/panel-component/panel-static-carousel/panel-static-carousel.d.ts +34 -0
  43. package/es/panel-component/panel-static-carousel/panel-static-carousel.mjs +80 -0
  44. package/es/panel-component/panel-static-carousel/panel-static-carousel.provider.d.ts +15 -0
  45. package/es/panel-component/panel-static-carousel/panel-static-carousel.provider.mjs +21 -0
  46. package/es/panel-component/user-message/internal-message/common/internal-message-default/internal-message-default.provider.d.ts +1 -0
  47. package/es/panel-component/user-message/internal-message/common/internal-message-default/internal-message-default.provider.mjs +8 -1
  48. package/es/util/app-modal/app-modal-component.d.ts +1 -0
  49. package/es/util/app-modal/app-modal-component.mjs +1 -1
  50. package/es/view-engine/tree-grid-view.engine.d.ts +1 -0
  51. package/es/view-engine/tree-grid-view.engine.mjs +8 -0
  52. package/es/web-app/components/modal-router-shell/modal-router-shell.mjs +2 -1
  53. package/lib/common/carousel/carousel.cjs +80 -0
  54. package/lib/common/carousel/carousel.css +1 -0
  55. package/lib/common/index.cjs +2 -0
  56. package/lib/control/calendar/calendar.cjs +21 -19
  57. package/lib/control/calendar/calendar.css +1 -1
  58. package/lib/control/caption-bar/caption-bar.cjs +3 -8
  59. package/lib/control/chart/chart.cjs +5 -2
  60. package/lib/control/chart/chart.css +1 -1
  61. package/lib/control/dashboard/dashboard.cjs +2 -0
  62. package/lib/control/form/form-detail/form-tab-panel/form-tab-panel.cjs +50 -11
  63. package/lib/control/form/form-detail/form-tab-panel/form-tab-panel.css +1 -1
  64. package/lib/control/gantt/gantt.css +1 -1
  65. package/lib/control/search-bar/search-bar.cjs +10 -0
  66. package/lib/editor/carousel/carousel-editor.controller.cjs +9 -0
  67. package/lib/editor/carousel/carousel-editor.provider.cjs +24 -0
  68. package/lib/editor/carousel/ibiz-carousel/ibiz-carousel.cjs +66 -0
  69. package/lib/editor/carousel/ibiz-carousel/ibiz-carousel.css +0 -0
  70. package/lib/editor/carousel/index.cjs +11 -0
  71. package/lib/editor/data-picker/ibiz-picker/ibiz-picker.cjs +20 -6
  72. package/lib/editor/index.cjs +8 -0
  73. package/lib/panel-component/index.cjs +2 -0
  74. package/lib/panel-component/panel-static-carousel/index.cjs +23 -0
  75. package/lib/panel-component/panel-static-carousel/panel-static-carousel.cjs +82 -0
  76. package/lib/panel-component/panel-static-carousel/panel-static-carousel.css +0 -0
  77. package/lib/panel-component/panel-static-carousel/panel-static-carousel.provider.cjs +23 -0
  78. package/lib/panel-component/user-message/internal-message/common/internal-message-default/internal-message-default.provider.cjs +8 -1
  79. package/lib/util/app-modal/app-modal-component.cjs +1 -1
  80. package/lib/view-engine/tree-grid-view.engine.cjs +8 -0
  81. package/lib/web-app/components/modal-router-shell/modal-router-shell.cjs +2 -1
  82. package/package.json +6 -6
  83. package/dist/chart-fWcrZRts.js +0 -1
  84. package/dist/index-8Z65LY9d.js +0 -4
@@ -0,0 +1 @@
1
+ System.register(["vue","@ibiz-template/vue3-util","echarts","@ibiz-template/runtime"],(function(e){"use strict";var t,n,r,o,i,a,s,c,l;return{setters:[function(e){t=e.defineComponent,n=e.ref,r=e.onMounted,o=e.createVNode,i=e.resolveComponent},function(e){a=e.useControlController,s=e.useNamespace},function(e){c=e.init},function(e){l=e.ChartController}],execute:function(){e("default",t({name:"IBizChartControl",props:{modelData:{type:Object,required:!0},context:{type:Object,required:!0},params:{type:Object,default:()=>({})},provider:{type:Object},mdctrlActiveMode:{type:Number,default:void 0},loadDefault:{type:Boolean,default:!0}},setup(){const e=a(((...e)=>new l(...e))),t=s("control-".concat(e.model.controlType.toLowerCase())),o=n();return r((()=>{const t=c(o.value);e.initChart(t)})),{c:e,ns:t,chartRef:o}},render(){return o(i("iBizControlBase"),{controller:this.c},{default:()=>[o(i("el-empty"),{class:[this.ns.e("empty"),this.ns.is("no-data",0===this.c.state.items.length)],description:"暂无数据"},null),o("div",{ref:"chartRef",class:[this.ns.e("chart"),this.ns.is("no-data",0===this.c.state.items.length)]},[ibiz.i18n.t("control.chart.chartPlaceholder")])]})}}))}}}));