@ibiz-template/vue3-components 0.5.7-alpha.5 → 0.5.7-alpha.6
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-CzVC8rhd.js +1 -0
- package/dist/index.min.css +1 -1
- package/dist/index.system.min.js +1 -1
- package/dist/{xlsx-util-74o5wGKy.js → xlsx-util-TVsJdNUI.js} +1 -1
- package/es/common/grid-setting/grid-setting.css +1 -1
- package/es/common/grid-setting/grid-setting.mjs +23 -4
- package/es/control/calendar/calendar.mjs +1 -1
- package/es/control/data-view/data-view.mjs +3 -2
- package/es/control/drtab/drtab.css +1 -1
- package/es/control/tab-exp-panel/tab-exp-panel.mjs +32 -1
- package/es/editor/date-range/ibiz-date-range-picker/ibiz-date-range-picker.css +1 -1
- package/es/index.d.ts +0 -1
- package/es/index.mjs +0 -1
- package/es/panel-component/auth-userinfo/auth-userinfo.css +1 -1
- package/es/util/app-drawer/app-drawer-component.mjs +3 -2
- package/es/util/app-modal/app-modal-component.mjs +11 -2
- package/es/util/app-popover/app-popover-component.mjs +25 -2
- package/es/util/notification-util/notification-util.mjs +1 -0
- package/es/util/open-view-util/open-view-util.mjs +8 -1
- package/es/view-engine/report-view.engine.d.ts +19 -0
- package/es/view-engine/report-view.engine.mjs +37 -10
- package/es/view-engine/tab-exp-view.engine.mjs +3 -3
- package/lib/common/grid-setting/grid-setting.cjs +23 -4
- package/lib/common/grid-setting/grid-setting.css +1 -1
- package/lib/control/calendar/calendar.cjs +1 -1
- package/lib/control/data-view/data-view.cjs +3 -2
- package/lib/control/drtab/drtab.css +1 -1
- package/lib/control/search-bar/search-groups/search-groups.cjs +2 -2
- package/lib/control/tab-exp-panel/tab-exp-panel.cjs +31 -0
- package/lib/editor/date-range/ibiz-date-range-picker/ibiz-date-range-picker.css +1 -1
- package/lib/editor/html/wang-editor/wang-editor.cjs +2 -2
- package/lib/index.cjs +181 -183
- package/lib/panel-component/auth-userinfo/auth-userinfo.css +1 -1
- package/lib/panel-component/searchform-buttons/searchform-buttons.cjs +2 -2
- package/lib/util/app-drawer/app-drawer-component.cjs +3 -2
- package/lib/util/app-modal/app-modal-component.cjs +11 -2
- package/lib/util/app-popover/app-popover-component.cjs +24 -1
- package/lib/util/confirm-util/confirm-util.cjs +5 -5
- package/lib/util/loading-util/loading-util.cjs +2 -2
- package/lib/util/message-util/message-util.cjs +5 -5
- package/lib/util/modal-util/modal-util.cjs +6 -6
- package/lib/util/notice-util/notice-util.cjs +3 -3
- package/lib/util/notification-util/notification-util.cjs +3 -2
- package/lib/util/open-view-util/open-view-util.cjs +8 -1
- package/lib/view-engine/report-view.engine.cjs +36 -9
- package/lib/view-engine/tab-exp-view.engine.cjs +2 -2
- package/package.json +5 -5
- package/dist/index--KqYDzjn.js +0 -2
- package/es/devtool/devtool-action.css +0 -1
- package/es/devtool/devtool-action.d.ts +0 -26
- package/es/devtool/devtool-action.mjs +0 -219
- package/es/devtool/index.d.ts +0 -50
- package/es/devtool/index.mjs +0 -81
- package/es/devtool/interface/devtool-event.d.ts +0 -12
- package/es/devtool/interface/devtool-event.mjs +0 -1
- package/es/devtool/interface/devtool-view.d.ts +0 -15
- package/es/devtool/interface/devtool-view.mjs +0 -1
- package/es/node_modules/.pnpm/element-plus@2.4.2_vue@3.3.8/node_modules/element-plus/dist/locale/zh-cn.mjs +0 -131
- package/lib/devtool/devtool-action.cjs +0 -221
- package/lib/devtool/devtool-action.css +0 -1
- package/lib/devtool/index.cjs +0 -84
- package/lib/devtool/interface/devtool-event.cjs +0 -3
- package/lib/devtool/interface/devtool-view.cjs +0 -3
- package/lib/node_modules/.pnpm/element-plus@2.4.2_vue@3.3.8/node_modules/element-plus/dist/locale/zh-cn.cjs +0 -135
package/lib/index.cjs
CHANGED
|
@@ -3,51 +3,50 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var vue3Util = require('@ibiz-template/vue3-util');
|
|
6
|
-
var index$
|
|
7
|
-
var index$
|
|
6
|
+
var index$2 = require('./common/index.cjs');
|
|
7
|
+
var index$W = require('./panel-component/index.cjs');
|
|
8
8
|
require('./control/index.cjs');
|
|
9
|
-
var index$
|
|
9
|
+
var index$13 = require('./editor/index.cjs');
|
|
10
10
|
require('./view/index.cjs');
|
|
11
|
-
var index$
|
|
12
|
-
var index$
|
|
11
|
+
var index$1 = require('./locale/index.cjs');
|
|
12
|
+
var index$16 = require('./view-engine/index.cjs');
|
|
13
13
|
require('./util/index.cjs');
|
|
14
|
-
var index$
|
|
15
|
-
var index$15 = require('./view/
|
|
16
|
-
var index$
|
|
17
|
-
var index$q = require('./control/
|
|
18
|
-
var index$
|
|
19
|
-
var index$4 = require('./control/app-menu/index.cjs');
|
|
20
|
-
var index$5 = require('./control/
|
|
21
|
-
var index$
|
|
22
|
-
var index$
|
|
23
|
-
var index$
|
|
24
|
-
var index$
|
|
25
|
-
var index$
|
|
26
|
-
var index$
|
|
27
|
-
var index$
|
|
28
|
-
var index$
|
|
29
|
-
var index$
|
|
30
|
-
var index$
|
|
31
|
-
var index$
|
|
32
|
-
var index$
|
|
33
|
-
var index$
|
|
34
|
-
var index$t = require('./control/
|
|
35
|
-
var index$
|
|
36
|
-
var index$
|
|
37
|
-
var index$C = require('./control/
|
|
38
|
-
var index$D = require('./control/
|
|
39
|
-
var index$E = require('./control/
|
|
40
|
-
var index$
|
|
41
|
-
var index$
|
|
42
|
-
var index$
|
|
43
|
-
var index$P = require('./control/
|
|
44
|
-
var index$
|
|
45
|
-
var index$
|
|
46
|
-
var index$
|
|
47
|
-
var index$T = require('./control/
|
|
48
|
-
var index$U = require('./control/
|
|
49
|
-
var index$V = require('./control/
|
|
50
|
-
var index$W = require('./control/context-menu/index.cjs');
|
|
14
|
+
var index$14 = require('./view/wf-step-trace-view/index.cjs');
|
|
15
|
+
var index$15 = require('./view/sub-app-ref-view/index.cjs');
|
|
16
|
+
var index$p = require('./control/data-view/index.cjs');
|
|
17
|
+
var index$q = require('./control/tree/index.cjs');
|
|
18
|
+
var index$3 = require('./control/app-menu/index.cjs');
|
|
19
|
+
var index$4 = require('./control/app-menu-icon-view/index.cjs');
|
|
20
|
+
var index$5 = require('./control/grid/grid/index.cjs');
|
|
21
|
+
var index$Q = require('./control/tree-grid/index.cjs');
|
|
22
|
+
var index$a = require('./control/list/index.cjs');
|
|
23
|
+
var index$A = require('./control/chart/index.cjs');
|
|
24
|
+
var index$r = require('./control/pickup-view-panel/index.cjs');
|
|
25
|
+
var index$n = require('./control/toolbar/index.cjs');
|
|
26
|
+
var index$m = require('./control/form/form/index.cjs');
|
|
27
|
+
var index$u = require('./control/exp-bar/list-exp-bar/index.cjs');
|
|
28
|
+
var index$w = require('./control/exp-bar/data-view-exp-bar/index.cjs');
|
|
29
|
+
var index$v = require('./control/exp-bar/grid-exp-bar/index.cjs');
|
|
30
|
+
var index$b = require('./control/form/search-form/index.cjs');
|
|
31
|
+
var index$l = require('./control/form/edit-form/index.cjs');
|
|
32
|
+
var index$o = require('./control/caption-bar/index.cjs');
|
|
33
|
+
var index$s = require('./control/tab-exp-panel/index.cjs');
|
|
34
|
+
var index$t = require('./control/exp-bar/tree-exp-bar/index.cjs');
|
|
35
|
+
var index$z = require('./control/search-bar/index.cjs');
|
|
36
|
+
var index$B = require('./control/wizard-panel/index.cjs');
|
|
37
|
+
var index$C = require('./control/drbar/index.cjs');
|
|
38
|
+
var index$D = require('./control/drtab/index.cjs');
|
|
39
|
+
var index$E = require('./control/dashboard/index.cjs');
|
|
40
|
+
var index$N = require('./control/calendar/index.cjs');
|
|
41
|
+
var index$x = require('./control/exp-bar/calendar-exp-bar/index.cjs');
|
|
42
|
+
var index$O = require('./control/kanban/index.cjs');
|
|
43
|
+
var index$P = require('./control/tree-grid-ex/index.cjs');
|
|
44
|
+
var index$R = require('./control/medit-view-panel/index.cjs');
|
|
45
|
+
var index$y = require('./control/exp-bar/chart-exp-bar/index.cjs');
|
|
46
|
+
var index$S = require('./control/map/index.cjs');
|
|
47
|
+
var index$T = require('./control/report-panel/index.cjs');
|
|
48
|
+
var index$U = require('./control/gantt/index.cjs');
|
|
49
|
+
var index$V = require('./control/context-menu/index.cjs');
|
|
51
50
|
var doingNotice = require('./common/doing-notice/doing-notice.cjs');
|
|
52
51
|
var col = require('./common/col/col.cjs');
|
|
53
52
|
var row = require('./common/row/row.cjs');
|
|
@@ -57,54 +56,54 @@ var split = require('./common/split/split.cjs');
|
|
|
57
56
|
var splitTrigger = require('./common/split-trigger/split-trigger.cjs');
|
|
58
57
|
var sortBar = require('./common/sort-bar/sort-bar.cjs');
|
|
59
58
|
var gridControl_util = require('./control/grid/grid/grid-control.util.cjs');
|
|
60
|
-
var index$
|
|
61
|
-
var index$
|
|
62
|
-
var index$
|
|
63
|
-
var index$
|
|
64
|
-
var index$
|
|
59
|
+
var index$6 = require('./control/grid/grid-column/grid-field-column/index.cjs');
|
|
60
|
+
var index$7 = require('./control/grid/grid-column/grid-ua-column/index.cjs');
|
|
61
|
+
var index$8 = require('./control/grid/grid-column/grid-field-edit-column/index.cjs');
|
|
62
|
+
var index$9 = require('./control/grid/grid-column/grid-group-column/index.cjs');
|
|
63
|
+
var index$c = require('./control/form/form-detail/form-group-panel/index.cjs');
|
|
65
64
|
var formItemContainer = require('./control/form/form-detail/form-item/form-item-container/form-item-container.cjs');
|
|
66
|
-
var index$
|
|
65
|
+
var index$d = require('./control/form/form-detail/form-item/index.cjs');
|
|
67
66
|
var formPage_item = require('./control/form/form-detail/form-page/form-page-item/form-page.item.cjs');
|
|
68
|
-
var index$
|
|
69
|
-
var index$
|
|
70
|
-
var index$
|
|
71
|
-
var index$
|
|
72
|
-
var index$
|
|
73
|
-
var index$
|
|
74
|
-
var index$
|
|
67
|
+
var index$e = require('./control/form/form-detail/form-page/index.cjs');
|
|
68
|
+
var index$f = require('./control/form/form-detail/form-button/index.cjs');
|
|
69
|
+
var index$g = require('./control/form/form-detail/form-druipart/index.cjs');
|
|
70
|
+
var index$h = require('./control/form/form-detail/form-mdctrl/index.cjs');
|
|
71
|
+
var index$i = require('./control/form/form-detail/form-rawitem/index.cjs');
|
|
72
|
+
var index$j = require('./control/form/form-detail/form-tab-panel/index.cjs');
|
|
73
|
+
var index$k = require('./control/form/form-detail/form-tab-page/index.cjs');
|
|
75
74
|
var dataView_provider = require('./control/data-view/data-view.provider.cjs');
|
|
76
75
|
var drbar_controller = require('./control/drbar/drbar.controller.cjs');
|
|
77
76
|
var drtab_controller = require('./control/drtab/drtab.controller.cjs');
|
|
78
77
|
var containerPortlet = require('./control/dashboard/portlet/container-portlet/container-portlet.cjs');
|
|
79
|
-
var index$
|
|
78
|
+
var index$F = require('./control/dashboard/portlet/container-portlet/index.cjs');
|
|
80
79
|
var portletLayout = require('./control/dashboard/portlet/portlet-layout/portlet-layout.cjs');
|
|
81
80
|
var viewPortlet = require('./control/dashboard/portlet/view-portlet/view-portlet.cjs');
|
|
82
|
-
var index$
|
|
81
|
+
var index$G = require('./control/dashboard/portlet/view-portlet/index.cjs');
|
|
83
82
|
var menuPortlet = require('./control/dashboard/portlet/menu-portlet/menu-portlet.cjs');
|
|
84
|
-
var index$
|
|
83
|
+
var index$H = require('./control/dashboard/portlet/menu-portlet/index.cjs');
|
|
85
84
|
var chartPortlet = require('./control/dashboard/portlet/chart-portlet/chart-portlet.cjs');
|
|
86
|
-
var index$
|
|
85
|
+
var index$I = require('./control/dashboard/portlet/chart-portlet/index.cjs');
|
|
87
86
|
var rawitemPortlet = require('./control/dashboard/portlet/rawitem-portlet/rawitem-portlet.cjs');
|
|
88
|
-
var index$
|
|
87
|
+
var index$J = require('./control/dashboard/portlet/rawitem-portlet/index.cjs');
|
|
89
88
|
var listPortlet = require('./control/dashboard/portlet/list-portlet/list-portlet.cjs');
|
|
90
|
-
var index$
|
|
89
|
+
var index$K = require('./control/dashboard/portlet/list-portlet/index.cjs');
|
|
91
90
|
var htmlPortlet = require('./control/dashboard/portlet/html-portlet/html-portlet.cjs');
|
|
92
|
-
var index$
|
|
91
|
+
var index$L = require('./control/dashboard/portlet/html-portlet/index.cjs');
|
|
93
92
|
var actionbarPortlet = require('./control/dashboard/portlet/actionbar-portlet/actionbar-portlet.cjs');
|
|
94
|
-
var index$
|
|
95
|
-
var index$
|
|
93
|
+
var index$M = require('./control/dashboard/portlet/actionbar-portlet/index.cjs');
|
|
94
|
+
var index$X = require('./panel-component/auth-userinfo/index.cjs');
|
|
96
95
|
var navPosIndex_state = require('./panel-component/nav-pos-index/nav-pos-index.state.cjs');
|
|
97
96
|
var navPosIndex_controller = require('./panel-component/nav-pos-index/nav-pos-index.controller.cjs');
|
|
98
|
-
var index$
|
|
97
|
+
var index$Y = require('./panel-component/nav-pos-index/index.cjs');
|
|
99
98
|
var panelButton_controller = require('./panel-component/panel-button/panel-button.controller.cjs');
|
|
100
|
-
var index$
|
|
99
|
+
var index$Z = require('./panel-component/panel-button/index.cjs');
|
|
101
100
|
var panelAppTitle_controller = require('./panel-component/panel-app-title/panel-app-title.controller.cjs');
|
|
102
|
-
var index
|
|
103
|
-
var index
|
|
101
|
+
var index$_ = require('./panel-component/panel-app-title/index.cjs');
|
|
102
|
+
var index$$ = require('./panel-component/panel-tab-panel/index.cjs');
|
|
104
103
|
var splitContainer_controller = require('./panel-component/split-container/split-container.controller.cjs');
|
|
105
|
-
var index$
|
|
106
|
-
var index$
|
|
107
|
-
var index$
|
|
104
|
+
var index$10 = require('./panel-component/split-container/index.cjs');
|
|
105
|
+
var index$11 = require('./panel-component/panel-index-view-search/index.cjs');
|
|
106
|
+
var index$12 = require('./panel-component/index-actions/index.cjs');
|
|
108
107
|
var _404View = require('./view/404-view/404-view.cjs');
|
|
109
108
|
var loginView = require('./view/login-view/login-view.cjs');
|
|
110
109
|
var gridView_engine = require('./view-engine/grid-view.engine.cjs');
|
|
@@ -126,98 +125,97 @@ var noticeUtil = require('./util/notice-util/notice-util.cjs');
|
|
|
126
125
|
"use strict";
|
|
127
126
|
var index = {
|
|
128
127
|
install: (v) => {
|
|
129
|
-
ibiz.i18n = index$
|
|
128
|
+
ibiz.i18n = index$1.iBizI18n;
|
|
130
129
|
ibiz.util.getExcelUtil = () => Promise.resolve().then(function () { return require('./util/xlsx-util/xlsx-util.cjs'); });
|
|
131
|
-
v.use(index$
|
|
132
|
-
v.use(index$
|
|
133
|
-
v.use(index$
|
|
130
|
+
v.use(index$2.IBizCommonComponents);
|
|
131
|
+
v.use(index$W.IBizPanelComponents);
|
|
132
|
+
v.use(index$16.IBizViewEngine);
|
|
134
133
|
v.use(vue3Util.IBizView);
|
|
135
134
|
v.use(vue3Util.IBizPortalView);
|
|
136
|
-
v.use(index$
|
|
135
|
+
v.use(index$14.IBizWFStepTraceView);
|
|
137
136
|
v.use(vue3Util.IBizDeRedirectView);
|
|
138
|
-
v.use(index$
|
|
139
|
-
v.use(index$
|
|
140
|
-
v.use(index$
|
|
141
|
-
v.use(index$
|
|
142
|
-
v.use(index$
|
|
143
|
-
v.use(index$
|
|
144
|
-
v.use(index$
|
|
145
|
-
v.use(index$
|
|
146
|
-
v.use(index$
|
|
147
|
-
v.use(index$
|
|
148
|
-
v.use(index$
|
|
137
|
+
v.use(index$15.IBizSubAppRefView);
|
|
138
|
+
v.use(index$p.IBizDataViewControl);
|
|
139
|
+
v.use(index$q.IBizTreeControl);
|
|
140
|
+
v.use(index$3.IBizAppMenuControl);
|
|
141
|
+
v.use(index$4.IBizAppMenuIconViewControl);
|
|
142
|
+
v.use(index$5.IBizGridControl);
|
|
143
|
+
v.use(index$Q.IBizTreeGridControl);
|
|
144
|
+
v.use(index$a.IBizListControl);
|
|
145
|
+
v.use(index$A.IBizChartControl);
|
|
146
|
+
v.use(index$r.IBizPickupViewPanelControl);
|
|
147
|
+
v.use(index$n.IBizToolbarControl);
|
|
149
148
|
v.use(vue3Util.IBizViewLayoutPanelControl);
|
|
150
149
|
v.use(vue3Util.IBizPanelControl);
|
|
151
|
-
v.use(index$
|
|
152
|
-
v.use(index$
|
|
153
|
-
v.use(index$
|
|
154
|
-
v.use(index$
|
|
155
|
-
v.use(index$
|
|
156
|
-
v.use(index$
|
|
157
|
-
v.use(index$
|
|
158
|
-
v.use(index$
|
|
159
|
-
v.use(index$
|
|
160
|
-
v.use(index$
|
|
161
|
-
v.use(index$
|
|
162
|
-
v.use(index$
|
|
163
|
-
v.use(index$
|
|
164
|
-
v.use(index$
|
|
165
|
-
v.use(index$
|
|
166
|
-
v.use(index$
|
|
167
|
-
v.use(index$
|
|
168
|
-
v.use(index$
|
|
169
|
-
v.use(index$
|
|
170
|
-
v.use(index$
|
|
171
|
-
v.use(index$
|
|
172
|
-
v.use(index$
|
|
173
|
-
v.use(index$
|
|
174
|
-
v.use(index$
|
|
175
|
-
v.use(index$
|
|
150
|
+
v.use(index$m.IBizFormControl);
|
|
151
|
+
v.use(index$u.IBizListExpBarControl);
|
|
152
|
+
v.use(index$w.IBizDataViewExpBarControl);
|
|
153
|
+
v.use(index$v.IBizGridExpBarControl);
|
|
154
|
+
v.use(index$b.IBizSearchFormControl);
|
|
155
|
+
v.use(index$l.IBizEditFormControl);
|
|
156
|
+
v.use(index$o.IBizCaptionBarControl);
|
|
157
|
+
v.use(index$s.IBizTabExpPanelControl);
|
|
158
|
+
v.use(index$t.IBizTreeExpBarControl);
|
|
159
|
+
v.use(index$z.IBizSearchBarControl);
|
|
160
|
+
v.use(index$B.IBizWizardPanelControl);
|
|
161
|
+
v.use(index$C.IBizDRBarControl);
|
|
162
|
+
v.use(index$D.IBizDRTabControl);
|
|
163
|
+
v.use(index$E.IBizDashboardControl);
|
|
164
|
+
v.use(index$N.IBizCalendarControl);
|
|
165
|
+
v.use(index$x.IBizCalendarExpBarControl);
|
|
166
|
+
v.use(index$O.IBizKanbanControl);
|
|
167
|
+
v.use(index$P.IBizTreeGridExControl);
|
|
168
|
+
v.use(index$R.IBizMEditViewPanelControl);
|
|
169
|
+
v.use(index$y.IBizChartExpBarControl);
|
|
170
|
+
v.use(index$S.IBizMapControl);
|
|
171
|
+
v.use(index$T.IBizReportPanelControl);
|
|
172
|
+
v.use(index$U.IBizGanttControl);
|
|
173
|
+
v.use(index$V.IBizContextMenuControl);
|
|
174
|
+
v.use(index$13.IBizEditor);
|
|
176
175
|
}
|
|
177
176
|
};
|
|
178
177
|
|
|
179
|
-
exports.IBizCommonComponents = index$
|
|
180
|
-
exports.IBizPanelComponents = index$
|
|
181
|
-
exports.IBizEditor = index$
|
|
182
|
-
exports.i18n = index$
|
|
183
|
-
exports.IBizViewEngine = index$
|
|
184
|
-
exports.
|
|
185
|
-
exports.
|
|
186
|
-
exports.
|
|
187
|
-
exports.
|
|
188
|
-
exports.
|
|
189
|
-
exports.
|
|
190
|
-
exports.
|
|
191
|
-
exports.
|
|
192
|
-
exports.
|
|
193
|
-
exports.
|
|
194
|
-
exports.
|
|
195
|
-
exports.
|
|
196
|
-
exports.
|
|
197
|
-
exports.
|
|
198
|
-
exports.
|
|
199
|
-
exports.
|
|
200
|
-
exports.
|
|
201
|
-
exports.
|
|
202
|
-
exports.
|
|
203
|
-
exports.
|
|
204
|
-
exports.
|
|
205
|
-
exports.
|
|
206
|
-
exports.
|
|
207
|
-
exports.
|
|
208
|
-
exports.
|
|
209
|
-
exports.
|
|
210
|
-
exports.
|
|
211
|
-
exports.
|
|
212
|
-
exports.
|
|
213
|
-
exports.
|
|
214
|
-
exports.
|
|
215
|
-
exports.
|
|
216
|
-
exports.
|
|
217
|
-
exports.
|
|
218
|
-
exports.
|
|
219
|
-
exports.
|
|
220
|
-
exports.IBizContextMenuControl = index$W.IBizContextMenuControl;
|
|
178
|
+
exports.IBizCommonComponents = index$2.IBizCommonComponents;
|
|
179
|
+
exports.IBizPanelComponents = index$W.IBizPanelComponents;
|
|
180
|
+
exports.IBizEditor = index$13.IBizEditor;
|
|
181
|
+
exports.i18n = index$1.i18n;
|
|
182
|
+
exports.IBizViewEngine = index$16.IBizViewEngine;
|
|
183
|
+
exports.IBizWFStepTraceView = index$14.IBizWFStepTraceView;
|
|
184
|
+
exports.IBizSubAppRefView = index$15.IBizSubAppRefView;
|
|
185
|
+
exports.IBizDataViewControl = index$p.IBizDataViewControl;
|
|
186
|
+
exports.IBizTreeControl = index$q.IBizTreeControl;
|
|
187
|
+
exports.IBizAppMenuControl = index$3.IBizAppMenuControl;
|
|
188
|
+
exports.IBizAppMenuIconViewControl = index$4.IBizAppMenuIconViewControl;
|
|
189
|
+
exports.IBizGridControl = index$5.IBizGridControl;
|
|
190
|
+
exports.IBizTreeGridControl = index$Q.IBizTreeGridControl;
|
|
191
|
+
exports.IBizListControl = index$a.IBizListControl;
|
|
192
|
+
exports.IBizChartControl = index$A.IBizChartControl;
|
|
193
|
+
exports.IBizPickupViewPanelControl = index$r.IBizPickupViewPanelControl;
|
|
194
|
+
exports.IBizToolbarControl = index$n.IBizToolbarControl;
|
|
195
|
+
exports.IBizFormControl = index$m.IBizFormControl;
|
|
196
|
+
exports.IBizListExpBarControl = index$u.IBizListExpBarControl;
|
|
197
|
+
exports.IBizDataViewExpBarControl = index$w.IBizDataViewExpBarControl;
|
|
198
|
+
exports.IBizGridExpBarControl = index$v.IBizGridExpBarControl;
|
|
199
|
+
exports.IBizSearchFormControl = index$b.IBizSearchFormControl;
|
|
200
|
+
exports.IBizEditFormControl = index$l.IBizEditFormControl;
|
|
201
|
+
exports.IBizCaptionBarControl = index$o.IBizCaptionBarControl;
|
|
202
|
+
exports.IBizTabExpPanelControl = index$s.IBizTabExpPanelControl;
|
|
203
|
+
exports.IBizTreeExpBarControl = index$t.IBizTreeExpBarControl;
|
|
204
|
+
exports.IBizSearchBarControl = index$z.IBizSearchBarControl;
|
|
205
|
+
exports.IBizWizardPanelControl = index$B.IBizWizardPanelControl;
|
|
206
|
+
exports.IBizDRBarControl = index$C.IBizDRBarControl;
|
|
207
|
+
exports.IBizDRTabControl = index$D.IBizDRTabControl;
|
|
208
|
+
exports.IBizDashboardControl = index$E.IBizDashboardControl;
|
|
209
|
+
exports.IBizCalendarControl = index$N.IBizCalendarControl;
|
|
210
|
+
exports.IBizCalendarExpBarControl = index$x.IBizCalendarExpBarControl;
|
|
211
|
+
exports.IBizKanbanControl = index$O.IBizKanbanControl;
|
|
212
|
+
exports.IBizTreeGridExControl = index$P.IBizTreeGridExControl;
|
|
213
|
+
exports.IBizMEditViewPanelControl = index$R.IBizMEditViewPanelControl;
|
|
214
|
+
exports.IBizChartExpBarControl = index$y.IBizChartExpBarControl;
|
|
215
|
+
exports.IBizMapControl = index$S.IBizMapControl;
|
|
216
|
+
exports.IBizReportPanelControl = index$T.IBizReportPanelControl;
|
|
217
|
+
exports.IBizGanttControl = index$U.IBizGanttControl;
|
|
218
|
+
exports.IBizContextMenuControl = index$V.IBizContextMenuControl;
|
|
221
219
|
exports.DoingNotice = doingNotice.DoingNotice;
|
|
222
220
|
exports.IBizCol = col.IBizCol;
|
|
223
221
|
exports.IBizRow = row.IBizRow;
|
|
@@ -230,54 +228,54 @@ exports.useAppGridBase = gridControl_util.useAppGridBase;
|
|
|
230
228
|
exports.useAppGridPagination = gridControl_util.useAppGridPagination;
|
|
231
229
|
exports.useGridHeaderStyle = gridControl_util.useGridHeaderStyle;
|
|
232
230
|
exports.useITableEvent = gridControl_util.useITableEvent;
|
|
233
|
-
exports.IBizGridFieldColumn = index$
|
|
234
|
-
exports.IBizGridUAColumn = index$
|
|
235
|
-
exports.IBizGridFieldEditColumn = index$
|
|
236
|
-
exports.IBizGridGroupColumn = index$
|
|
237
|
-
exports.IBizFormGroupPanel = index$
|
|
231
|
+
exports.IBizGridFieldColumn = index$6.IBizGridFieldColumn;
|
|
232
|
+
exports.IBizGridUAColumn = index$7.IBizGridUAColumn;
|
|
233
|
+
exports.IBizGridFieldEditColumn = index$8.IBizGridFieldEditColumn;
|
|
234
|
+
exports.IBizGridGroupColumn = index$9.IBizGridGroupColumn;
|
|
235
|
+
exports.IBizFormGroupPanel = index$c.IBizFormGroupPanel;
|
|
238
236
|
exports.IBizFormItemContainer = formItemContainer.IBizFormItemContainer;
|
|
239
|
-
exports.IBizFormItem = index$
|
|
237
|
+
exports.IBizFormItem = index$d.IBizFormItem;
|
|
240
238
|
exports.IBizFormPageItem = formPage_item.IBizFormPageItem;
|
|
241
|
-
exports.IBizFormPage = index$
|
|
242
|
-
exports.IBizFormButton = index$
|
|
243
|
-
exports.IBizFormDRUIPart = index$
|
|
244
|
-
exports.IBizFormMDCtrl = index$
|
|
245
|
-
exports.IBizFormRawItem = index$
|
|
246
|
-
exports.IBizFormTabPanel = index$
|
|
247
|
-
exports.IBizFormTabPage = index$
|
|
239
|
+
exports.IBizFormPage = index$e.IBizFormPage;
|
|
240
|
+
exports.IBizFormButton = index$f.IBizFormButton;
|
|
241
|
+
exports.IBizFormDRUIPart = index$g.IBizFormDRUIPart;
|
|
242
|
+
exports.IBizFormMDCtrl = index$h.IBizFormMDCtrl;
|
|
243
|
+
exports.IBizFormRawItem = index$i.IBizFormRawItem;
|
|
244
|
+
exports.IBizFormTabPanel = index$j.IBizFormTabPanel;
|
|
245
|
+
exports.IBizFormTabPage = index$k.IBizFormTabPage;
|
|
248
246
|
exports.DataViewControlProvider = dataView_provider.DataViewControlProvider;
|
|
249
247
|
exports.DRBarController = drbar_controller.DRBarController;
|
|
250
248
|
exports.DRTabController = drtab_controller.DRTabController;
|
|
251
249
|
exports.ContainerPortlet = containerPortlet.ContainerPortlet;
|
|
252
|
-
exports.IBizContainerPortlet = index$
|
|
250
|
+
exports.IBizContainerPortlet = index$F.IBizContainerPortlet;
|
|
253
251
|
exports.PortletLayout = portletLayout.PortletLayout;
|
|
254
252
|
exports.ViewPortlet = viewPortlet.ViewPortlet;
|
|
255
|
-
exports.IBizViewPortlet = index$
|
|
253
|
+
exports.IBizViewPortlet = index$G.IBizViewPortlet;
|
|
256
254
|
exports.MenuPortlet = menuPortlet.MenuPortlet;
|
|
257
|
-
exports.IBizMenuPortlet = index$
|
|
255
|
+
exports.IBizMenuPortlet = index$H.IBizMenuPortlet;
|
|
258
256
|
exports.ChartPortlet = chartPortlet.ChartPortlet;
|
|
259
|
-
exports.IBizChartPortlet = index$
|
|
257
|
+
exports.IBizChartPortlet = index$I.IBizChartPortlet;
|
|
260
258
|
exports.RawItemPortlet = rawitemPortlet.RawItemPortlet;
|
|
261
|
-
exports.IBizRawItemPortlet = index$
|
|
259
|
+
exports.IBizRawItemPortlet = index$J.IBizRawItemPortlet;
|
|
262
260
|
exports.ListPortlet = listPortlet.ListPortlet;
|
|
263
|
-
exports.IBizListPortlet = index$
|
|
261
|
+
exports.IBizListPortlet = index$K.IBizListPortlet;
|
|
264
262
|
exports.HtmlPortlet = htmlPortlet.HtmlPortlet;
|
|
265
|
-
exports.IBizHtmlPortlet = index$
|
|
263
|
+
exports.IBizHtmlPortlet = index$L.IBizHtmlPortlet;
|
|
266
264
|
exports.ActionBarPortlet = actionbarPortlet.ActionBarPortlet;
|
|
267
|
-
exports.IBizActionBarPortlet = index$
|
|
268
|
-
exports.IBizAuthUserinfo = index$
|
|
265
|
+
exports.IBizActionBarPortlet = index$M.IBizActionBarPortlet;
|
|
266
|
+
exports.IBizAuthUserinfo = index$X.IBizAuthUserinfo;
|
|
269
267
|
exports.NavPosIndexState = navPosIndex_state.NavPosIndexState;
|
|
270
268
|
exports.NavPosIndexController = navPosIndex_controller.NavPosIndexController;
|
|
271
|
-
exports.IBizNavPosIndex = index$
|
|
269
|
+
exports.IBizNavPosIndex = index$Y.IBizNavPosIndex;
|
|
272
270
|
exports.PanelButtonController = panelButton_controller.PanelButtonController;
|
|
273
|
-
exports.IBizPanelButton = index$
|
|
271
|
+
exports.IBizPanelButton = index$Z.IBizPanelButton;
|
|
274
272
|
exports.PanelAppTitleController = panelAppTitle_controller.PanelAppTitleController;
|
|
275
|
-
exports.IBizPanelAppTitle = index
|
|
276
|
-
exports.IBizPanelTabPanel = index
|
|
273
|
+
exports.IBizPanelAppTitle = index$_.IBizPanelAppTitle;
|
|
274
|
+
exports.IBizPanelTabPanel = index$$.IBizPanelTabPanel;
|
|
277
275
|
exports.SplitContainerController = splitContainer_controller.SplitContainerController;
|
|
278
|
-
exports.IBizSplitContainer = index$
|
|
279
|
-
exports.IBizPanelIndexViewSearch = index$
|
|
280
|
-
exports.IBizIndexActions = index$
|
|
276
|
+
exports.IBizSplitContainer = index$10.IBizSplitContainer;
|
|
277
|
+
exports.IBizPanelIndexViewSearch = index$11.IBizPanelIndexViewSearch;
|
|
278
|
+
exports.IBizIndexActions = index$12.IBizIndexActions;
|
|
281
279
|
exports.View404 = _404View.View404;
|
|
282
280
|
exports.LoginView = loginView.LoginView;
|
|
283
281
|
exports.GridViewEngine = gridView_engine.GridViewEngine;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.ibiz-user-info{--ibiz-user-info-padding:0 var(--ibiz-spacing-loose);--ibiz-user-info-color:var(--ibiz-color-text-0);display:flex;align-items:center;justify-content:flex-start;width:100%;height:100%}.ibiz-user-info .el-dropdown{width:100%;padding:var(--ibiz-user-info-padding);cursor:pointer}.ibiz-user-info.is-left .ibiz-user-info__down{position:relative;top:12px}.ibiz-user-info.is-top .ibiz-user-info__down{margin-left:35px}.ibiz-user-info.is-top .ibiz-user-info-avatar{max-width:24px;max-height:24px}.ibiz-user-info.is-collapse .el-dropdown{padding:0 var(--ibiz-spacing-base-tight)}.ibiz-user-info.is-collapse .ibiz-user-info-avatar{max-width:32px;max-height:32px;margin:0}.ibiz-user-info-avatar{max-width:44px;max-height:44px;margin-right:10px}.ibiz-user-info-info{width:100%;display:flex;align-items:center;justify-content:space-between;color:var(--ibiz-user-info-color)}.ibiz-user-info-name__user-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:130px;font-size:var(--ibiz-font-size-header-6)}.ibiz-user-info-name__person-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:130px;margin-top:10px;font-size:var(--ibiz-font-size-small)}.ibiz-user-info-label{display:flex;align-items:center;justify-content:flex-start;font-size:var(--ibiz-user-info-font-size);color:var(--ibiz-user-info-color);outline:0}
|
|
1
|
+
.ibiz-user-info{--ibiz-user-info-padding:0 var(--ibiz-spacing-loose);--ibiz-user-info-color:var(--ibiz-color-text-0);display:flex;align-items:center;justify-content:flex-start;width:100%;height:100%}.ibiz-user-info .el-dropdown{width:100%;padding:var(--ibiz-user-info-padding);cursor:pointer}.ibiz-user-info.is-left .ibiz-user-info__down{position:relative;top:12px}.ibiz-user-info.is-top .ibiz-user-info__down{margin-left:35px}.ibiz-user-info.is-top .ibiz-user-info-avatar{max-width:24px;max-height:24px}.ibiz-user-info.is-collapse .el-dropdown{padding:0 var(--ibiz-spacing-base-tight)}.ibiz-user-info.is-collapse .ibiz-user-info-avatar{max-width:32px;max-height:32px;margin:0}.ibiz-user-info-avatar{max-width:44px;max-height:44px;margin-right:10px}.ibiz-user-info-info{width:100%;display:flex;align-items:center;justify-content:space-between;color:var(--ibiz-user-info-color)}.ibiz-user-info-name__user-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:130px;font-size:var(--ibiz-font-size-header-6);line-height:1.3}.ibiz-user-info-name__person-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:130px;margin-top:10px;font-size:var(--ibiz-font-size-small);line-height:1.2}.ibiz-user-info-label{display:flex;align-items:center;justify-content:flex-start;font-size:var(--ibiz-user-info-font-size);color:var(--ibiz-user-info-color);outline:0}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
var vue = require('vue');
|
|
4
4
|
var vue3Util = require('@ibiz-template/vue3-util');
|
|
5
5
|
require('./searchform-buttons.css');
|
|
6
|
-
var
|
|
6
|
+
var elementPlus = require('element-plus');
|
|
7
7
|
var searchformButtons_controller = require('./searchform-buttons.controller.cjs');
|
|
8
8
|
|
|
9
9
|
"use strict";
|
|
@@ -29,7 +29,7 @@ const SearchFormButtons = /* @__PURE__ */ vue.defineComponent({
|
|
|
29
29
|
c.onResetButtonClick();
|
|
30
30
|
};
|
|
31
31
|
const saveFilterConfirm = () => {
|
|
32
|
-
|
|
32
|
+
elementPlus.ElMessageBox.prompt("\u8BF7\u8F93\u5165\u8981\u5B58\u50A8\u7684\u81EA\u5B9A\u4E49\u67E5\u8BE2\u540D\u79F0\uFF1A", "\u5B58\u50A8\u81EA\u5B9A\u4E49\u67E5\u8BE2", {
|
|
33
33
|
confirmButtonText: "\u4FDD\u5B58",
|
|
34
34
|
cancelButtonText: "\u53D6\u6D88"
|
|
35
35
|
}).then(({
|
|
@@ -5,6 +5,7 @@ var vue3Util = require('@ibiz-template/vue3-util');
|
|
|
5
5
|
var runtime = require('@ibiz-template/runtime');
|
|
6
6
|
var lodashEs = require('lodash-es');
|
|
7
7
|
require('./app-drawer-component.css');
|
|
8
|
+
var core = require('@ibiz-template/core');
|
|
8
9
|
|
|
9
10
|
"use strict";
|
|
10
11
|
const AppDrawerComponent = /* @__PURE__ */ vue.defineComponent({
|
|
@@ -30,14 +31,14 @@ const AppDrawerComponent = /* @__PURE__ */ vue.defineComponent({
|
|
|
30
31
|
} = props.opts;
|
|
31
32
|
if (placement === "top" || placement === "bottom") {
|
|
32
33
|
if (lodashEs.isNumber(height)) {
|
|
33
|
-
size.value = height;
|
|
34
|
+
size.value = core.calcOpenModeStyle(height, "drawer");
|
|
34
35
|
} else {
|
|
35
36
|
size.value = "100%";
|
|
36
37
|
}
|
|
37
38
|
}
|
|
38
39
|
if (placement === "left" || placement === "right") {
|
|
39
40
|
if (lodashEs.isNumber(width)) {
|
|
40
|
-
size.value = width;
|
|
41
|
+
size.value = core.calcOpenModeStyle(width, "drawer");
|
|
41
42
|
} else {
|
|
42
43
|
size.value = 800;
|
|
43
44
|
}
|
|
@@ -5,6 +5,7 @@ var vue3Util = require('@ibiz-template/vue3-util');
|
|
|
5
5
|
var lodashEs = require('lodash-es');
|
|
6
6
|
var runtime = require('@ibiz-template/runtime');
|
|
7
7
|
require('./app-modal-component.css');
|
|
8
|
+
var core = require('@ibiz-template/core');
|
|
8
9
|
|
|
9
10
|
"use strict";
|
|
10
11
|
const AppModalComponent = /* @__PURE__ */ vue.defineComponent({
|
|
@@ -28,10 +29,18 @@ const AppModalComponent = /* @__PURE__ */ vue.defineComponent({
|
|
|
28
29
|
height
|
|
29
30
|
} = props.opts;
|
|
30
31
|
if (width) {
|
|
31
|
-
|
|
32
|
+
if (lodashEs.isNumber(width)) {
|
|
33
|
+
customStyle.width = core.calcOpenModeStyle(width, "modal");
|
|
34
|
+
} else {
|
|
35
|
+
customStyle.width = width;
|
|
36
|
+
}
|
|
32
37
|
}
|
|
33
38
|
if (height) {
|
|
34
|
-
|
|
39
|
+
if (lodashEs.isNumber(height)) {
|
|
40
|
+
customStyle.height = core.calcOpenModeStyle(height, "modal");
|
|
41
|
+
} else {
|
|
42
|
+
customStyle.height = height;
|
|
43
|
+
}
|
|
35
44
|
}
|
|
36
45
|
const options = vue.ref({
|
|
37
46
|
footerHide: true,
|
|
@@ -5,6 +5,8 @@ var dom = require('@floating-ui/dom');
|
|
|
5
5
|
var runtime = require('@ibiz-template/runtime');
|
|
6
6
|
var vue3Util = require('@ibiz-template/vue3-util');
|
|
7
7
|
require('./app-popover-component.css');
|
|
8
|
+
var lodashEs = require('lodash-es');
|
|
9
|
+
var core = require('@ibiz-template/core');
|
|
8
10
|
|
|
9
11
|
"use strict";
|
|
10
12
|
async function computePos(element, el, arrEl, opts) {
|
|
@@ -72,6 +74,25 @@ const AppPopoverComponent = /* @__PURE__ */ vue.defineComponent({
|
|
|
72
74
|
zIndex
|
|
73
75
|
} = vue3Util.useUIStore();
|
|
74
76
|
const popoverZIndex = zIndex.increment();
|
|
77
|
+
const customStyle = vue.reactive({});
|
|
78
|
+
const {
|
|
79
|
+
width,
|
|
80
|
+
height
|
|
81
|
+
} = props.opts;
|
|
82
|
+
if (width) {
|
|
83
|
+
if (lodashEs.isNumber(width)) {
|
|
84
|
+
customStyle.width = core.calcOpenModeStyle(width, "popover");
|
|
85
|
+
} else {
|
|
86
|
+
customStyle.width = width;
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
if (height) {
|
|
90
|
+
if (lodashEs.isNumber(height)) {
|
|
91
|
+
customStyle.height = core.calcOpenModeStyle(height, "popover");
|
|
92
|
+
} else {
|
|
93
|
+
customStyle.height = height;
|
|
94
|
+
}
|
|
95
|
+
}
|
|
75
96
|
const modal = new runtime.Modal({
|
|
76
97
|
mode: runtime.ViewMode.POPOVER,
|
|
77
98
|
viewUsage: 2,
|
|
@@ -109,7 +130,8 @@ const AppPopoverComponent = /* @__PURE__ */ vue.defineComponent({
|
|
|
109
130
|
popoverZIndex,
|
|
110
131
|
onMaskClick,
|
|
111
132
|
present,
|
|
112
|
-
dismiss
|
|
133
|
+
dismiss,
|
|
134
|
+
customStyle
|
|
113
135
|
};
|
|
114
136
|
},
|
|
115
137
|
render() {
|
|
@@ -117,6 +139,7 @@ const AppPopoverComponent = /* @__PURE__ */ vue.defineComponent({
|
|
|
117
139
|
const content = vue.createVNode("div", {
|
|
118
140
|
"class": [this.ns.b(), this.ns.is("show", this.isShow)],
|
|
119
141
|
"ref": "el",
|
|
142
|
+
"style": this.customStyle,
|
|
120
143
|
"onClick": (e) => {
|
|
121
144
|
e.stopPropagation();
|
|
122
145
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var core = require('@ibiz-template/core');
|
|
4
|
-
var
|
|
4
|
+
var elementPlus = require('element-plus');
|
|
5
5
|
|
|
6
6
|
"use strict";
|
|
7
7
|
var __defProp = Object.defineProperty;
|
|
@@ -16,7 +16,7 @@ class ConfirmUtil {
|
|
|
16
16
|
}
|
|
17
17
|
async info(params) {
|
|
18
18
|
return new Promise((resolve) => {
|
|
19
|
-
|
|
19
|
+
elementPlus.ElMessageBox.confirm(params.desc, params.title, {
|
|
20
20
|
customClass: "".concat(this.ns.b(), " ").concat(this.ns.e("info")),
|
|
21
21
|
type: "info",
|
|
22
22
|
cancelButtonClass: "".concat(this.ns.b("cancel"), " el-button--info"),
|
|
@@ -27,7 +27,7 @@ class ConfirmUtil {
|
|
|
27
27
|
}
|
|
28
28
|
async success(params) {
|
|
29
29
|
return new Promise((resolve) => {
|
|
30
|
-
|
|
30
|
+
elementPlus.ElMessageBox.confirm(params.desc, params.title, {
|
|
31
31
|
customClass: "".concat(this.ns.b(), " ").concat(this.ns.e("success")),
|
|
32
32
|
cancelButtonClass: "".concat(this.ns.b("cancel"), " el-button--info"),
|
|
33
33
|
confirmButtonClass: "".concat(this.ns.b("ok")),
|
|
@@ -38,7 +38,7 @@ class ConfirmUtil {
|
|
|
38
38
|
}
|
|
39
39
|
async warning(params) {
|
|
40
40
|
return new Promise((resolve) => {
|
|
41
|
-
|
|
41
|
+
elementPlus.ElMessageBox.confirm(params.desc, params.title, {
|
|
42
42
|
customClass: "".concat(this.ns.b(), " ").concat(this.ns.e("warning")),
|
|
43
43
|
cancelButtonClass: "".concat(this.ns.b("cancel"), " el-button--info"),
|
|
44
44
|
confirmButtonClass: "".concat(this.ns.b("ok")),
|
|
@@ -49,7 +49,7 @@ class ConfirmUtil {
|
|
|
49
49
|
}
|
|
50
50
|
async error(params) {
|
|
51
51
|
return new Promise((resolve) => {
|
|
52
|
-
|
|
52
|
+
elementPlus.ElMessageBox.confirm(params.desc, params.title, {
|
|
53
53
|
customClass: "".concat(this.ns.b(), " ").concat(this.ns.e("error")),
|
|
54
54
|
cancelButtonClass: "".concat(this.ns.b("cancel"), " el-button--info"),
|
|
55
55
|
confirmButtonClass: "".concat(this.ns.b("ok")),
|