@ibiz-template/vue3-components 0.7.41-alpha.15 → 0.7.41-alpha.17
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-AOFxMmyX.js +1 -0
- package/dist/index-swminiXb.js +1 -0
- package/dist/index-t1aZ8OJE.js +11 -0
- package/dist/index.min.css +1 -1
- package/dist/index.system.min.js +1 -1
- package/dist/{wang-editor-yDknWojV.js → wang-editor-Y8puaTx2.js} +1 -1
- package/dist/{xlsx-util-8l4wyK1s.js → xlsx-util-jYyM8alm.js} +1 -1
- package/es/common/index.mjs +2 -0
- package/es/common/kanben-setting/kanben-setting.css +1 -0
- package/es/common/kanben-setting/kanben-setting.d.ts +42 -0
- package/es/common/kanben-setting/kanben-setting.mjs +65 -0
- package/es/control/calendar/components/custom-calendar/custom-calendar.css +1 -1
- package/es/control/calendar/components/custom-calendar/custom-calendar.mjs +25 -8
- package/es/control/calendar/components/custom-calendar/use-custom-calendar.d.ts +8 -0
- package/es/control/calendar/components/custom-calendar/use-custom-calendar.mjs +20 -1
- package/es/control/data-view/data-view.css +1 -1
- package/es/control/data-view/data-view.mjs +117 -22
- package/es/control/drbar/drbar.controller.mjs +2 -0
- package/es/control/drbar/drbar.css +1 -1
- package/es/control/drtab/drtab-control.util.mjs +1 -1
- package/es/control/drtab/drtab.controller.d.ts +24 -0
- package/es/control/drtab/drtab.controller.mjs +36 -0
- package/es/control/drtab/drtab.css +1 -1
- package/es/control/drtab/drtab.d.ts +2 -0
- package/es/control/drtab/drtab.mjs +5 -2
- package/es/control/drtab/flow-drtab.css +1 -1
- package/es/control/drtab/flow-drtab.d.ts +17 -2
- package/es/control/drtab/flow-drtab.mjs +189 -11
- package/es/control/drtab/index.d.ts +2 -0
- package/es/control/form/edit-form/edit-form.mjs +11 -0
- package/es/control/form/form-detail/form-item/form-item.mjs +11 -7
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.css +1 -1
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.mjs +59 -5
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-multi-form/repeater-multi-form.mjs +1 -0
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-single-form/repeater-single-form.d.ts +6 -0
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-single-form/repeater-single-form.mjs +4 -0
- package/es/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.css +1 -1
- package/es/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.mjs +11 -11
- package/es/control/gantt/gantt.mjs +1 -0
- package/es/control/grid/grid/grid-control.util.mjs +36 -14
- package/es/control/grid/grid/grid.css +1 -1
- package/es/control/grid/grid/grid.mjs +8 -3
- package/es/control/kanban/index.d.ts +4 -1
- package/es/control/kanban/kanban.css +1 -1
- package/es/control/kanban/kanban.d.ts +4 -1
- package/es/control/kanban/kanban.mjs +66 -23
- package/es/control/kanban/swimlane-kanban/swimlane-kanban.css +1 -1
- package/es/control/kanban/swimlane-kanban/swimlane-kanban.d.ts +2 -7
- package/es/control/kanban/swimlane-kanban/swimlane-kanban.mjs +69 -12
- package/es/control/list/list.css +1 -1
- package/es/control/list/list.d.ts +1 -1
- package/es/control/list/list.mjs +97 -12
- package/es/control/medit-view-panel/medit-view-panel.css +1 -1
- package/es/control/medit-view-panel/medit-view-panel.mjs +37 -30
- package/es/editor/data-picker/ibiz-mpicker/ibiz-mpicker.d.ts +1 -1
- package/es/editor/data-picker/ibiz-mpicker/ibiz-mpicker.mjs +47 -8
- package/es/editor/upload/ibiz-file-upload/ibiz-file-upload.d.ts +1 -0
- package/es/editor/upload/ibiz-image-cropping/ibiz-image-cropping.d.ts +1 -0
- package/es/editor/upload/ibiz-image-upload/ibiz-image-upload.d.ts +1 -0
- package/es/editor/upload/upload-editor.controller.d.ts +25 -0
- package/es/editor/upload/upload-editor.controller.mjs +43 -1
- package/es/editor/upload/use/use-iview-upload.mjs +9 -2
- package/es/locale/en/index.d.ts +14 -5
- package/es/locale/en/index.mjs +11 -3
- package/es/locale/zh-CN/index.d.ts +14 -5
- package/es/locale/zh-CN/index.mjs +11 -3
- package/es/node_modules/.pnpm/sortablejs@1.15.6/node_modules/sortablejs/modular/sortable.esm.mjs +3377 -0
- package/es/panel-component/app-extend-menu/extend-menu-base/common-extend-menu/common-extend-menu.mjs +20 -5
- package/es/panel-component/app-extend-menu/extend-menu-base/extend-button-menu/extend-button-menu.d.ts +1950 -1
- package/es/panel-component/app-extend-menu/extend-menu-base/extend-menu-base.util.d.ts +53 -6
- package/es/panel-component/app-extend-menu/extend-menu-base/extend-standard-menu/extend-standard-menu.css +1 -0
- package/es/panel-component/app-extend-menu/extend-menu-base/extend-standard-menu/extend-standard-menu.d.ts +2031 -0
- package/es/panel-component/app-extend-menu/extend-menu-base/extend-standard-menu/extend-standard-menu.mjs +278 -0
- package/es/panel-component/panel-button/panel-button.mjs +1 -0
- package/es/util/fullscreen/fullscreen-util.mjs +1 -1
- package/es/view-engine/calendar-view.engine.d.ts +11 -1
- package/es/view-engine/calendar-view.engine.mjs +10 -0
- package/es/view-engine/chart-exp-view.engine.d.ts +6 -6
- package/es/view-engine/chart-exp-view.engine.mjs +6 -15
- package/es/view-engine/gantt-view.engine.d.ts +3 -3
- package/es/view-engine/gantt-view.engine.mjs +3 -46
- package/es/view-engine/login-view.engine.mjs +7 -0
- package/es/view-engine/tab-exp-view.engine.mjs +1 -1
- package/es/view-engine/tab-search-view.engine.mjs +4 -2
- package/es/view-engine/tree-view.engine.d.ts +12 -2
- package/es/view-engine/tree-view.engine.mjs +39 -11
- package/lib/common/index.cjs +2 -0
- package/lib/common/kanben-setting/kanben-setting.cjs +67 -0
- package/lib/common/kanben-setting/kanben-setting.css +1 -0
- package/lib/control/calendar/components/custom-calendar/custom-calendar.cjs +23 -6
- package/lib/control/calendar/components/custom-calendar/custom-calendar.css +1 -1
- package/lib/control/calendar/components/custom-calendar/use-custom-calendar.cjs +20 -0
- package/lib/control/data-view/data-view.cjs +117 -22
- package/lib/control/data-view/data-view.css +1 -1
- package/lib/control/drbar/drbar.controller.cjs +2 -0
- package/lib/control/drbar/drbar.css +1 -1
- package/lib/control/drtab/drtab-control.util.cjs +1 -1
- package/lib/control/drtab/drtab.cjs +5 -2
- package/lib/control/drtab/drtab.controller.cjs +36 -0
- package/lib/control/drtab/drtab.css +1 -1
- package/lib/control/drtab/flow-drtab.cjs +188 -10
- package/lib/control/drtab/flow-drtab.css +1 -1
- package/lib/control/form/edit-form/edit-form.cjs +11 -0
- package/lib/control/form/form-detail/form-item/form-item.cjs +11 -7
- package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.cjs +58 -4
- package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.css +1 -1
- package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-multi-form/repeater-multi-form.cjs +1 -0
- package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-single-form/repeater-single-form.cjs +4 -0
- package/lib/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.cjs +11 -11
- package/lib/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.css +1 -1
- package/lib/control/gantt/gantt.cjs +1 -0
- package/lib/control/grid/grid/grid-control.util.cjs +36 -14
- package/lib/control/grid/grid/grid.cjs +8 -3
- package/lib/control/grid/grid/grid.css +1 -1
- package/lib/control/kanban/kanban.cjs +64 -21
- package/lib/control/kanban/kanban.css +1 -1
- package/lib/control/kanban/swimlane-kanban/swimlane-kanban.cjs +67 -10
- package/lib/control/kanban/swimlane-kanban/swimlane-kanban.css +1 -1
- package/lib/control/list/list.cjs +97 -12
- package/lib/control/list/list.css +1 -1
- package/lib/control/medit-view-panel/medit-view-panel.cjs +36 -29
- package/lib/control/medit-view-panel/medit-view-panel.css +1 -1
- package/lib/editor/data-picker/ibiz-mpicker/ibiz-mpicker.cjs +47 -8
- package/lib/editor/upload/upload-editor.controller.cjs +43 -1
- package/lib/editor/upload/use/use-iview-upload.cjs +9 -2
- package/lib/locale/en/index.cjs +11 -3
- package/lib/locale/zh-CN/index.cjs +11 -3
- package/lib/node_modules/.pnpm/sortablejs@1.15.6/node_modules/sortablejs/modular/sortable.esm.cjs +3384 -0
- package/lib/panel-component/app-extend-menu/extend-menu-base/common-extend-menu/common-extend-menu.cjs +20 -5
- package/lib/panel-component/app-extend-menu/extend-menu-base/extend-standard-menu/extend-standard-menu.cjs +280 -0
- package/lib/panel-component/app-extend-menu/extend-menu-base/extend-standard-menu/extend-standard-menu.css +1 -0
- package/lib/panel-component/panel-button/panel-button.cjs +1 -0
- package/lib/util/fullscreen/fullscreen-util.cjs +1 -1
- package/lib/view-engine/calendar-view.engine.cjs +10 -0
- package/lib/view-engine/chart-exp-view.engine.cjs +6 -15
- package/lib/view-engine/gantt-view.engine.cjs +2 -45
- package/lib/view-engine/login-view.engine.cjs +7 -0
- package/lib/view-engine/tab-exp-view.engine.cjs +1 -1
- package/lib/view-engine/tab-search-view.engine.cjs +4 -2
- package/lib/view-engine/tree-view.engine.cjs +39 -11
- package/package.json +9 -7
- package/dist/index-1hn7qv2s.js +0 -4
- package/dist/index-EYFbyMUF.js +0 -1
- package/dist/index-kNUznzXY.js +0 -1
- /package/es/node_modules/.pnpm/{@ibiz-template_core@0.7.41-alpha.14_axios@1.6.8_lodash-es@4.17.21_qs@6.11.2_qx-util@0.4.8_ramda@0.29.1 → @ibiz-template_core@0.7.41-alpha.17_axios@1.6.8_lodash-es@4.17.21_qs@6.11.2_qx-util@0.4.8_ramda@0.29.1}/node_modules/@ibiz-template/core/out/utils/namespace/namespace.mjs +0 -0
- /package/lib/node_modules/.pnpm/{@ibiz-template_core@0.7.41-alpha.14_axios@1.6.8_lodash-es@4.17.21_qs@6.11.2_qx-util@0.4.8_ramda@0.29.1 → @ibiz-template_core@0.7.41-alpha.17_axios@1.6.8_lodash-es@4.17.21_qs@6.11.2_qx-util@0.4.8_ramda@0.29.1}/node_modules/@ibiz-template/core/out/utils/namespace/namespace.cjs +0 -0
package/es/locale/en/index.mjs
CHANGED
|
@@ -31,7 +31,9 @@ var index = {
|
|
|
31
31
|
retract: "Retract",
|
|
32
32
|
pleaseEnterAccount: "Please enter account number",
|
|
33
33
|
pleaseEnterPassword: "Please enter password",
|
|
34
|
-
aiError: "System encountered an exception, please try again later"
|
|
34
|
+
aiError: "System encountered an exception, please try again later",
|
|
35
|
+
fullscreen: "Fullscreen",
|
|
36
|
+
cancelFullscreen: "Cancel fullscreen"
|
|
35
37
|
},
|
|
36
38
|
// 视图
|
|
37
39
|
view: {
|
|
@@ -311,7 +313,8 @@ var index = {
|
|
|
311
313
|
tip: "All Day",
|
|
312
314
|
today: "Today",
|
|
313
315
|
tomorrow: "To Morrow",
|
|
314
|
-
nextweek: "Next Week"
|
|
316
|
+
nextweek: "Next Week",
|
|
317
|
+
selectdate: "Select Date"
|
|
315
318
|
},
|
|
316
319
|
calendarmonth: {
|
|
317
320
|
lastmonth: "Last Month",
|
|
@@ -349,7 +352,9 @@ var index = {
|
|
|
349
352
|
friday: "Fri",
|
|
350
353
|
saturday: "Sat",
|
|
351
354
|
sunday: "Sun"
|
|
352
|
-
}
|
|
355
|
+
},
|
|
356
|
+
selectWeekRange: "Select week range",
|
|
357
|
+
weekFormat: "ww [Week] of YYYY"
|
|
353
358
|
}
|
|
354
359
|
},
|
|
355
360
|
chart: {
|
|
@@ -549,6 +554,9 @@ var index = {
|
|
|
549
554
|
gridSetting: {
|
|
550
555
|
hideControl: "Column selection"
|
|
551
556
|
},
|
|
557
|
+
kanbanSetting: {
|
|
558
|
+
hideGroup: "Group selection"
|
|
559
|
+
},
|
|
552
560
|
ganttSetting: {
|
|
553
561
|
resultDefault: "Restore defaults",
|
|
554
562
|
headerCaption: "Header display attributes",
|
|
@@ -137,6 +137,12 @@ declare const _default: {
|
|
|
137
137
|
computeMoveMetaError: string;
|
|
138
138
|
unclassified: string;
|
|
139
139
|
today: string;
|
|
140
|
+
adjustmentsGroup: string;
|
|
141
|
+
noAllowReorder: string;
|
|
142
|
+
sortingProperties: string;
|
|
143
|
+
invalidSortType: string;
|
|
144
|
+
logicOpendata: string;
|
|
145
|
+
logicNewdata: string;
|
|
140
146
|
};
|
|
141
147
|
editor: {
|
|
142
148
|
editorNoConfigured: string;
|
|
@@ -158,7 +164,6 @@ declare const _default: {
|
|
|
158
164
|
noConfigured: string;
|
|
159
165
|
};
|
|
160
166
|
calendar: {
|
|
161
|
-
missingViewLogic: string;
|
|
162
167
|
noFoundModel: string;
|
|
163
168
|
};
|
|
164
169
|
chart: {
|
|
@@ -240,12 +245,8 @@ declare const _default: {
|
|
|
240
245
|
interfaceBehavior: string;
|
|
241
246
|
};
|
|
242
247
|
kanban: {
|
|
243
|
-
sortingProperties: string;
|
|
244
248
|
sortDirection: string;
|
|
245
249
|
groupedOn: string;
|
|
246
|
-
adjustmentsGroup: string;
|
|
247
|
-
noAllowReorder: string;
|
|
248
|
-
invalidSortType: string;
|
|
249
250
|
};
|
|
250
251
|
meditViewPanel: {
|
|
251
252
|
DraftNew: string;
|
|
@@ -769,6 +770,8 @@ declare const _default: {
|
|
|
769
770
|
pleaseEnterAccount: string;
|
|
770
771
|
pleaseEnterPassword: string;
|
|
771
772
|
aiError: string;
|
|
773
|
+
fullscreen: string;
|
|
774
|
+
cancelFullscreen: string;
|
|
772
775
|
};
|
|
773
776
|
view: {
|
|
774
777
|
common: {
|
|
@@ -1048,6 +1051,7 @@ declare const _default: {
|
|
|
1048
1051
|
tip: string;
|
|
1049
1052
|
tomorrow: string;
|
|
1050
1053
|
nextweek: string;
|
|
1054
|
+
selectdate: string;
|
|
1051
1055
|
};
|
|
1052
1056
|
calendarmonth: {
|
|
1053
1057
|
weeks: {
|
|
@@ -1081,6 +1085,8 @@ declare const _default: {
|
|
|
1081
1085
|
saturday: string;
|
|
1082
1086
|
sunday: string;
|
|
1083
1087
|
};
|
|
1088
|
+
selectWeekRange: string;
|
|
1089
|
+
weekFormat: string;
|
|
1084
1090
|
};
|
|
1085
1091
|
};
|
|
1086
1092
|
chart: {
|
|
@@ -1279,6 +1285,9 @@ declare const _default: {
|
|
|
1279
1285
|
gridSetting: {
|
|
1280
1286
|
hideControl: string;
|
|
1281
1287
|
};
|
|
1288
|
+
kanbanSetting: {
|
|
1289
|
+
hideGroup: string;
|
|
1290
|
+
};
|
|
1282
1291
|
ganttSetting: {
|
|
1283
1292
|
resultDefault: string;
|
|
1284
1293
|
headerCaption: string;
|
|
@@ -31,7 +31,9 @@ var index = {
|
|
|
31
31
|
retract: "\u6536\u8D77",
|
|
32
32
|
pleaseEnterAccount: "\u8BF7\u8F93\u5165\u8D26\u53F7",
|
|
33
33
|
pleaseEnterPassword: "\u8BF7\u8F93\u5165\u5BC6\u7801",
|
|
34
|
-
aiError: "\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u7A0D\u540E\u91CD\u8BD5"
|
|
34
|
+
aiError: "\u7CFB\u7EDF\u53D1\u751F\u5F02\u5E38\uFF0C\u8BF7\u7A0D\u540E\u91CD\u8BD5",
|
|
35
|
+
fullscreen: "\u5168\u5C4F",
|
|
36
|
+
cancelFullscreen: "\u53D6\u6D88\u5168\u5C4F"
|
|
35
37
|
},
|
|
36
38
|
// 视图
|
|
37
39
|
view: {
|
|
@@ -312,7 +314,8 @@ var index = {
|
|
|
312
314
|
},
|
|
313
315
|
tip: "\u5168\u5929",
|
|
314
316
|
tomorrow: "\u660E\u5929",
|
|
315
|
-
nextweek: "\u4E0B\u5468"
|
|
317
|
+
nextweek: "\u4E0B\u5468",
|
|
318
|
+
selectdate: "\u9009\u62E9\u65E5\u671F"
|
|
316
319
|
},
|
|
317
320
|
calendarmonth: {
|
|
318
321
|
weeks: {
|
|
@@ -345,7 +348,9 @@ var index = {
|
|
|
345
348
|
friday: "\u5468\u4E94",
|
|
346
349
|
saturday: "\u5468\u516D",
|
|
347
350
|
sunday: "\u5468\u65E5"
|
|
348
|
-
}
|
|
351
|
+
},
|
|
352
|
+
selectWeekRange: "\u9009\u62E9\u5468\u8303\u56F4",
|
|
353
|
+
weekFormat: "YYYY\u5E74\u7B2Cww\u5468"
|
|
349
354
|
}
|
|
350
355
|
},
|
|
351
356
|
chart: {
|
|
@@ -545,6 +550,9 @@ var index = {
|
|
|
545
550
|
gridSetting: {
|
|
546
551
|
hideControl: "\u5217\u9009\u62E9"
|
|
547
552
|
},
|
|
553
|
+
kanbanSetting: {
|
|
554
|
+
hideGroup: "\u5206\u7EC4\u9009\u62E9"
|
|
555
|
+
},
|
|
548
556
|
ganttSetting: {
|
|
549
557
|
resultDefault: "\u6062\u590D\u9ED8\u8BA4\u503C",
|
|
550
558
|
headerCaption: "\u8868\u5934\u663E\u793A\u5C5E\u6027",
|