@ibiz-template/vue3-components 0.7.41-alpha.97 → 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.
- package/dist/index-DSNJCnK2.js +339 -0
- package/dist/{index.es-Bx7ry_G4.js → index.es-STEFwkv3.js} +1 -1
- package/dist/index.min.css +1 -1
- package/dist/index.system.min.js +1 -1
- package/dist/wang-editor-Dchfm22O.js +1 -0
- package/dist/{xlsx-util-DXx8himL.js → xlsx-util-D-uPcLFr.js} +2 -2
- package/es/common/pagination/pagination.mjs +5 -1
- package/es/common/rawitem/rawitem.mjs +2 -0
- package/es/control/calendar/calendar-util.mjs +1 -1
- package/es/control/calendar/calendar.mjs +54 -40
- package/es/control/calendar/components/calendar-flatten/calendar-flatten.css +1 -0
- package/es/control/calendar/components/calendar-flatten/calendar-flatten.mjs +200 -0
- package/es/control/calendar/components/calendar-flatten/index.mjs +9 -0
- package/es/control/calendar/components/custom-calendar/custom-calendar.mjs +1 -1
- package/es/control/calendar/components/custom-calendar/use-custom-calendar.mjs +2 -2
- package/es/control/form/form-detail/form-page/form-page.mjs +1 -1
- package/es/control/grid/grid/grid-control.util.mjs +1 -1
- package/es/control/grid/grid/grid.css +1 -1
- package/es/control/grid/grid/grid.mjs +31 -9
- package/es/control/grid/grid-column/grid-column-header/grid-column-header.css +1 -1
- package/es/control/grid/grid-column/grid-field-column/grid-field-column.css +1 -1
- package/es/control/grid/grid-column/grid-field-edit-column/grid-edit-item/grid-edit-item.css +1 -1
- package/es/control/grid/grid-column/grid-ua-column/grid-ua-column.css +1 -1
- package/es/control/grid/row-edit-popover/row-edit-popover.css +1 -1
- package/es/control/list/list.css +1 -1
- package/es/editor/code/monaco-editor/monaco-editor.mjs +19 -5
- package/es/locale/index.mjs +29 -1
- package/lib/common/pagination/pagination.cjs +5 -1
- package/lib/common/rawitem/rawitem.cjs +2 -0
- package/lib/control/calendar/calendar-util.cjs +1 -1
- package/lib/control/calendar/calendar.cjs +54 -40
- package/lib/control/calendar/components/calendar-flatten/calendar-flatten.cjs +202 -0
- package/lib/control/calendar/components/calendar-flatten/calendar-flatten.css +1 -0
- package/lib/control/calendar/components/calendar-flatten/index.cjs +14 -0
- package/lib/control/calendar/components/custom-calendar/custom-calendar.cjs +1 -1
- package/lib/control/calendar/components/custom-calendar/use-custom-calendar.cjs +2 -2
- package/lib/control/form/form-detail/form-page/form-page.cjs +1 -1
- package/lib/control/grid/grid/grid-control.util.cjs +1 -1
- package/lib/control/grid/grid/grid.cjs +30 -8
- package/lib/control/grid/grid/grid.css +1 -1
- package/lib/control/grid/grid-column/grid-column-header/grid-column-header.css +1 -1
- package/lib/control/grid/grid-column/grid-field-column/grid-field-column.css +1 -1
- package/lib/control/grid/grid-column/grid-field-edit-column/grid-edit-item/grid-edit-item.css +1 -1
- package/lib/control/grid/grid-column/grid-ua-column/grid-ua-column.css +1 -1
- package/lib/control/grid/row-edit-popover/row-edit-popover.css +1 -1
- package/lib/control/list/list.css +1 -1
- package/lib/editor/code/monaco-editor/monaco-editor.cjs +19 -5
- package/lib/locale/index.cjs +29 -1
- package/package.json +5 -5
- package/dist/index-YyzbGEva.js +0 -339
- package/dist/wang-editor-BnRUlcfv.js +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ibiz-template/vue3-components",
|
|
3
|
-
"version": "0.7.41-alpha.
|
|
3
|
+
"version": "0.7.41-alpha.98",
|
|
4
4
|
"description": "web端组件库(vue3)",
|
|
5
5
|
"main": "lib/index.cjs",
|
|
6
6
|
"module": "es/index.mjs",
|
|
@@ -30,16 +30,16 @@
|
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@amap/amap-jsapi-loader": "^1.0.1",
|
|
32
32
|
"@floating-ui/dom": "^1.5.3",
|
|
33
|
-
"@ibiz-template-plugin/ai-chat": "^0.0.
|
|
33
|
+
"@ibiz-template-plugin/ai-chat": "^0.0.85",
|
|
34
34
|
"@ibiz-template-plugin/gantt": "0.1.8-alpha.444",
|
|
35
35
|
"@ibiz-template-plugin/bi-report": "0.0.32",
|
|
36
36
|
"@ibiz-template-plugin/data-view": "0.0.7",
|
|
37
37
|
"@ibiz-template/core": "0.7.41-alpha.101",
|
|
38
38
|
"@ibiz-template/devtool": "0.0.14",
|
|
39
|
-
"@ibiz-template/model-helper": "0.7.41-alpha.
|
|
40
|
-
"@ibiz-template/runtime": "0.7.41-alpha.
|
|
39
|
+
"@ibiz-template/model-helper": "0.7.41-alpha.104",
|
|
40
|
+
"@ibiz-template/runtime": "0.7.41-alpha.104",
|
|
41
41
|
"@ibiz-template/theme": "0.7.39",
|
|
42
|
-
"@ibiz-template/vue3-util": "0.7.41-alpha.
|
|
42
|
+
"@ibiz-template/vue3-util": "0.7.41-alpha.104",
|
|
43
43
|
"@ibiz-template/web-theme": "3.14.0",
|
|
44
44
|
"@ibiz/model-core": "^0.1.86",
|
|
45
45
|
"@imengyu/vue3-context-menu": "^1.3.5",
|