agilebuilder-ui 1.1.65-tmp10 → 1.1.65-tmp11

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 (3) hide show
  1. package/lib/index.js +133 -131
  2. package/lib/style.css +522 -522
  3. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -41,162 +41,164 @@ import "./scan-code-input-browser/index.js";
41
41
  import "./workgroup-tree-mobile/index.js";
42
42
  import "./row-form/index.js";
43
43
  import * as s from "@element-plus/icons-vue";
44
- import i from "./src/components/Affix/index.vue.js";
44
+ import { default as default2 } from "./src/components/Affix/index.vue.js";
45
45
  import "./chat-embed/index.js";
46
46
  import "./chat-embed/src/voice/index.js";
47
47
  import "./date-picker-range/index.js";
48
- import { default as default2 } from "./src/components/Card/index.js";
49
- import { default as default3 } from "./src/components/Scrollbar/index.vue.js";
50
- import { default as default4 } from "./src/api/sso-service.js";
51
- import { default as default5 } from "./src/i18n/langs/cn.js";
52
- import { default as default6 } from "./src/i18n/langs/en.js";
53
- import { default as default7 } from "./src/mixins/resizeMixin.js";
54
- import { protectedRouterMap, default as default8 } from "./src/router/index.js";
48
+ import { default as default3 } from "./src/components/Card/index.js";
49
+ import { default as default4 } from "./src/components/Scrollbar/index.vue.js";
50
+ import { default as default5 } from "./src/api/sso-service.js";
51
+ import { default as default6 } from "./src/i18n/langs/cn.js";
52
+ import { default as default7 } from "./src/i18n/langs/en.js";
53
+ import { default as default8 } from "./src/mixins/resizeMixin.js";
54
+ import { protectedRouterMap, default as default9 } from "./src/router/index.js";
55
55
  import { executeExpression, parseSubTablePermissionCondition } from "./src/utils/calculator/calculator-util.js";
56
- import { default as default9 } from "./src/utils/auth-api.js";
56
+ import { default as default10 } from "./src/utils/auth-api.js";
57
57
  import { clearPermission, clearVoiceCache, getAllLanguages, getAllThemes, getCookieCache, getCurrentUser, getLanguage, getRunCurrentRole, getRunInfoKey, getSessionCache, getTenantUsername, getTheme, getToken, getUsername, isDevpSystem, removeAllThemes, removeCookieCache, removeCurrentUser, removeDevpPermissions, removeProjectCode, removeProjectSettings, removeSessionCache, removeSystemCacheUrl, removeTenantUsername, removeTheme, removeToken, removeUsername, setAllLanguages, setAllThemes, setCookieCache, setCurrentUser, setLanguage, setSessionCache, setTenantUsername, setTheme, setToken, setUsername } from "./src/utils/auth.js";
58
58
  import { addListRefToStore, setActiveMenuToChatAiStore, setPageDataToChatAiStore, setPageInfoToChatStore } from "./src/utils/chat-ai-util.js";
59
59
  import { cacheAllEnableGlobalPropUtil, cacheAllLanguagesUtil, cacheCurrentLanguageUtil, cacheLangs, cachePermissionsWhenLoginWithToken, cacheProjectSetting, cacheSystemUrl, formatDate, formatFileName, getAuthSource, getCurrentSystemCode, getKkFilePreviewUrl, getLangByShort, getLangs, getLocaleByLang, getLoginTimeoutUrlInfo, getLoginUrl, getOrignUrl, getRelativeBaseUrl, getReplaceUrlDomain, getServerConfigUtil, getSystemBackendUrl, getSystemFrontendUrl, getSystemFrontendUrlWith, getTimeZone, getURLSearchParamObj, getUuidv4, insertFontIconCss, insertThirdLoginJs, isDingTalkEnv, isLogoutTimeout, isMobileBrowser, isPlateSys, isPromise, isShowMenuRoute, isShowSystemMenu, isValidDate, loadCSS, pushCustomControlValidatorRef, removeCustomControlValidatorRef, replacePlaceholders, replacePrefix, setCustomSystemBackendUrl, windowOpenUrl } from "./src/utils/common-util.js";
60
- import { default as default10 } from "./src/utils/eventBus.js";
60
+ import { default as default11 } from "./src/utils/eventBus.js";
61
61
  import { getFileIconByName } from "./src/utils/file-util.js";
62
62
  import { GLOBAL_PROP, cacheAllGlobalPropCache, cacheCanShowOrgTree, cacheGlobalProp, getCanShowOrgTree, getGlobalProp, removeAllGlobalPropCache, removeCanShowOrgTree, removeGlobalProp } from "./src/utils/global-prop.js";
63
63
  import { getGuId, getS4 } from "./src/utils/guid.js";
64
- import { default as default11 } from "./src/utils/i18n-util.js";
64
+ import { default as default12 } from "./src/utils/i18n-util.js";
65
65
  import { findRedisButtonGeneralIcon, getRedisButtonGeneralIcon, isFaIcon } from "./src/utils/iconUtils.js";
66
66
  import { b64ToUtf8, formatTime, getLoginName, getRouter, getStore, isExternal, parseTime, utf8ToB64 } from "./src/utils/index.js";
67
67
  import { parseLooseJSON } from "./src/utils/json-util.js";
68
- import { openPage as a } from "./src/utils/jump-page-utils.js";
68
+ import { openPage as i } from "./src/utils/jump-page-utils.js";
69
69
  import { initialization, jumpToPage, updateWithPageValue } from "./src/utils/jump-page-utils.js";
70
- import { default as default12 } from "./src/utils/local-storage.js";
70
+ import { default as default13 } from "./src/utils/local-storage.js";
71
71
  import { getI18nName } from "./src/utils/menu.js";
72
- import { default as default13 } from "./src/utils/permission.js";
72
+ import { default as default14 } from "./src/utils/permission.js";
73
73
  import { getCustomMenus, getDefaultMenuCode, getMenus, getPermissions, getSystemCode, getTotalPermissions, isDevpAccess, removeAllSystemPermissions, removeCustomMenus, removeDefaultMenuCode, removeMenus, setCustomMenus, setDefaultMenuCode, setMenus, setPermissions } from "./src/utils/permissionAuth.js";
74
74
  import { formatTimefn, getDateRangeSelectorDefaultValue, getFirstDayOfSeason, getWeekOfSeason } from "./src/utils/range-selector.js";
75
- import { apiUrlMappings, default as default14, request } from "./src/utils/request.js";
75
+ import { apiUrlMappings, default as default15, request } from "./src/utils/request.js";
76
76
  import { restfulInterfaceTo } from "./src/utils/restful-interface-utils.js";
77
77
  import { analysisCondition, analysisValue, findDynamicDataSourceByCode, findOptionsByDynamicDataSource, findSystemInfoByCode, formatCustomParams, getEntityFieldValue, getEntityFieldValueWithOutCase, getI18n, getLanguageWithLocale, getLastNDate, getParentObjectUtil, getPropNameWhenJoinTable, getPropValue, getPropValueNew, getValueByField, isImage, setEntityFieldValue, watchPageContextDynamicVariable } from "./src/utils/util.js";
78
78
  import { validUsername, validateAlphabets, validateLowerCase, validateURL, validateUpperCase } from "./src/utils/validate.js";
79
79
  import { cacheVoiceLeafMenu, cacheVoiceSetting, getVoiceLeafMenuCache, getVoiceSetting, parseVoiceMsg, removeVoiceCache, removeVoiceLeafMenu, removeVoiceSetting } from "./src/utils/voice-setting-cache.js";
80
80
  import { cacheWatermark, getWatermark, removeWatermark } from "./src/utils/watermark-cache.js";
81
81
  import { i18nOperation } from "./src/utils/workflow-util.js";
82
- import { default as default15 } from "./src/views/dsc-component/Sidebar/index.vue.js";
83
- import { default as default16 } from "./src/views/dsc-component/tabs/tab-content.vue.js";
84
- import { default as default17 } from "./src/views/layout/EmptyLayout.vue.js";
85
- import { default as default18 } from "./src/views/layout/Layout.vue.js";
86
- import { default as default19 } from "./src/views/layout/NewLayout.vue.js";
87
- import { default as default20 } from "./src/views/layout/components/Menubar/index.vue.js";
82
+ import { default as default16 } from "./src/views/dsc-component/Sidebar/index.vue.js";
83
+ import { default as default17 } from "./src/views/dsc-component/tabs/tab-content.vue.js";
84
+ import { default as default18 } from "./src/views/layout/EmptyLayout.vue.js";
85
+ import { default as default19 } from "./src/views/layout/Layout.vue.js";
86
+ import { default as default20 } from "./src/views/layout/NewLayout.vue.js";
87
+ import { default as default21 } from "./src/views/layout/components/Menubar/index.vue.js";
88
88
  import "./src/permission.js";
89
89
  import "./src/directives/permission/index.js";
90
- import n from "./breadcrumb/src/breadcrumb.vue.js";
91
- import m from "./department-tree/src/department-tree.vue.js";
92
- import u from "./hamburger/src/hamburger.vue.js";
93
- import p from "./svg-icon/src/svg-icon.vue.js";
94
- import l from "./super-grid/src/super-grid.vue.js";
95
- import c from "./department-user-tree/src/department-user-tree.vue.js";
96
- import d from "./workgroup-tree/src/workgroup-tree.vue.js";
97
- import f from "./workgroup-user-tree/src/workgroup-user-tree.vue.js";
98
- import g from "./department-tree-inline/src/department-tree-inline.vue.js";
99
- import j from "./department-user-tree-inline/src/department-user-tree-inline.vue.js";
100
- import v from "./workgroup-tree-inline/src/workgroup-tree-inline.vue.js";
101
- import x from "./workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue.js";
102
- import h from "./workflow-button/src/workflow-button.vue.js";
103
- import w from "./workflow-history-list/src/workflow-history-list.vue.js";
104
- import b from "./valid-code/src/valid-code.vue.js";
105
- import C from "./remove-user/src/remove-user.vue.js";
106
- import S from "./remove-department/src/remove-department.vue.js";
107
- import k from "./remove-workgroup/src/remove-workgroup.vue.js";
108
- import y from "./organization-input/src/organization-input.vue.js";
109
- import U from "./super-nine-grid/src/super-nine-grid.vue.js";
110
- import P from "./dynamic-source-select/src/dynamic-source-select.vue.js";
111
- import T from "./fs-upload/src/fs-upload.vue.js";
112
- import L from "./scan-code-input/src/scan-code-input.vue.js";
113
- import M from "./fs-preview/src/fs-preview.vue.js";
114
- import D from "./fs-upload-list/src/fs-upload-list.vue.js";
115
- import V from "./year-range-picker/src/year-range-picker.vue.js";
116
- import I from "./multipart-upload/src/index.vue.js";
117
- import A from "./rich-editor/index.vue.js";
118
- import B from "./secret-info/index.vue.js";
119
- import R from "./IntervalSelection/src/sectionDate.vue.js";
120
- import O from "./department-tree-mobile/src/department-tree-app.vue.js";
90
+ import a from "./src/directives/permission/permission.js";
91
+ import { default as default22 } from "./breadcrumb/src/breadcrumb.vue.js";
92
+ import { default as default23 } from "./department-tree/src/department-tree.vue.js";
93
+ import { default as default24 } from "./hamburger/src/hamburger.vue.js";
94
+ import { default as default25 } from "./svg-icon/src/svg-icon.vue.js";
95
+ import { default as default26 } from "./super-grid/src/super-grid.vue.js";
96
+ import { default as default27 } from "./department-user-tree/src/department-user-tree.vue.js";
97
+ import { default as default28 } from "./workgroup-tree/src/workgroup-tree.vue.js";
98
+ import { default as default29 } from "./workgroup-user-tree/src/workgroup-user-tree.vue.js";
99
+ import { default as default30 } from "./department-tree-inline/src/department-tree-inline.vue.js";
100
+ import { default as default31 } from "./department-user-tree-inline/src/department-user-tree-inline.vue.js";
101
+ import { default as default32 } from "./workgroup-tree-inline/src/workgroup-tree-inline.vue.js";
102
+ import { default as default33 } from "./workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue.js";
103
+ import { default as default34 } from "./workflow-button/src/workflow-button.vue.js";
104
+ import { default as default35 } from "./workflow-history-list/src/workflow-history-list.vue.js";
105
+ import { default as default36 } from "./valid-code/src/valid-code.vue.js";
106
+ import { default as default37 } from "./remove-user/src/remove-user.vue.js";
107
+ import { default as default38 } from "./remove-department/src/remove-department.vue.js";
108
+ import { default as default39 } from "./remove-workgroup/src/remove-workgroup.vue.js";
109
+ import { default as default40 } from "./organization-input/src/organization-input.vue.js";
110
+ import { default as default41 } from "./super-nine-grid/src/super-nine-grid.vue.js";
111
+ import { default as default42 } from "./dynamic-source-select/src/dynamic-source-select.vue.js";
112
+ import { default as default43 } from "./fs-upload/src/fs-upload.vue.js";
113
+ import { default as default44 } from "./scan-code-input/src/scan-code-input.vue.js";
114
+ import { default as default45 } from "./fs-upload-list/src/fs-upload-list.vue.js";
115
+ import { default as default46 } from "./year-range-picker/src/year-range-picker.vue.js";
116
+ import { default as default47 } from "./multipart-upload/src/index.vue.js";
117
+ import { default as default48 } from "./rich-editor/index.vue.js";
118
+ import { default as default49 } from "./secret-info/index.vue.js";
119
+ import { default as default50 } from "./IntervalSelection/src/sectionDate.vue.js";
120
+ import { default as default51 } from "./department-tree-mobile/src/department-tree-app.vue.js";
121
121
  import "./department-tree-mobile/src/department-tree-app.vue2.js";
122
- import F from "./department-user-tree-mobile/src/department-user-tree-app.vue.js";
122
+ import { default as default52 } from "./department-user-tree-mobile/src/department-user-tree-app.vue.js";
123
123
  import "./department-user-tree-mobile/src/department-user-tree-app.vue2.js";
124
- import W from "./super-icon/src/index.vue.js";
125
- import N from "./fs-upload-new/src/fs-upload-new.vue.js";
126
- import E from "./scan-code-input-browser/src/scan-code-input.vue.js";
127
- import G from "./workgroup-tree-mobile/src/workgroup-tree-app.vue.js";
124
+ import { default as default53 } from "./super-icon/src/index.vue.js";
125
+ import { default as default54 } from "./fs-upload-new/src/fs-upload-new.vue.js";
126
+ import { default as default55 } from "./scan-code-input-browser/src/scan-code-input.vue.js";
127
+ import { default as default56 } from "./workgroup-tree-mobile/src/workgroup-tree-app.vue.js";
128
128
  import "./workgroup-tree-mobile/src/workgroup-tree-app.vue2.js";
129
- import z from "./row-form/index.vue.js";
130
- import J from "./chat-embed/src/index.vue.js";
131
- import $ from "./chat-embed/src/voice/voice.vue.js";
132
- import _ from "./date-picker-range/index.vue.js";
133
- import q from "./src/directives/permission/permission.js";
134
- const K = function(i2) {
135
- if (i2.directive("prevent-reclick", t), i2.use(o), q.install(i2), !K.installed) {
136
- i2.directive("resize", e), window.$plateform_openPage = a;
129
+ import { default as default57 } from "./row-form/index.vue.js";
130
+ import { default as default58 } from "./chat-embed/src/index.vue.js";
131
+ import { default as default59 } from "./chat-embed/src/voice/voice.vue.js";
132
+ import { default as default60 } from "./date-picker-range/index.vue.js";
133
+ import { default as default61 } from "./fs-preview/src/fs-preview.vue.js";
134
+ const n = function(u2) {
135
+ if (u2.directive("prevent-reclick", t), u2.use(o), a.install(u2), !n.installed) {
136
+ u2.directive("resize", e), components.forEach((e2) => {
137
+ u2.component(e2.name, e2);
138
+ }), window.$plateform_openPage = i;
137
139
  for (const [e2, r2] of Object.entries(s))
138
- i2.component(e2, r2);
139
- i2.provide("$agilebuilderUIStore", r), i2.config.globalProperties && (i2.config.globalProperties.$agilebuilderUIStore = r);
140
+ u2.component(e2, r2);
141
+ u2.provide("$agilebuilderUIStore", r), u2.config.globalProperties && (u2.config.globalProperties.$agilebuilderUIStore = r);
140
142
  }
141
- }, H = { install: K, store: r, ...[i, n, m, u, p, l, c, d, f, g, j, v, x, h, w, b, C, S, k, y, U, P, T, L, M, D, V, I, A, B, R, O, F, W, N, E, G, z, J, $, _] };
143
+ }, u = { install: n, store: r };
142
144
  export {
143
- n as Breadcrumb,
144
- default2 as Card,
145
- J as ChatEmbed,
146
- _ as DatePickerRange,
147
- m as DepartmentTree,
148
- O as DepartmentTreeMobile,
149
- c as DepartmentUserTree,
150
- F as DepartmentUserTreeMobile,
151
- P as DynamicSourceSelect,
152
- default17 as EmptyLayout,
153
- M as FsPreview,
154
- T as FsUpload,
155
- D as FsUploadList,
156
- N as FsUploadNew,
145
+ default22 as Breadcrumb,
146
+ default3 as Card,
147
+ default58 as ChatEmbed,
148
+ default60 as DatePickerRange,
149
+ default23 as DepartmentTree,
150
+ default51 as DepartmentTreeMobile,
151
+ default27 as DepartmentUserTree,
152
+ default52 as DepartmentUserTreeMobile,
153
+ default42 as DynamicSourceSelect,
154
+ default18 as EmptyLayout,
155
+ default61 as FsPreview,
156
+ default43 as FsUpload,
157
+ default45 as FsUploadList,
158
+ default54 as FsUploadNew,
157
159
  GLOBAL_PROP,
158
- u as Hamburger,
159
- g as InlineDepartmentTree,
160
- j as InlineDepartmentUserTree,
161
- v as InlineWorkgroupTree,
162
- x as InlineWorkgroupUserTree,
163
- R as IntervalSelection,
164
- default18 as Layout,
165
- default20 as Menubar,
166
- I as MultipartUpload,
167
- default19 as NewLayout,
168
- y as OrganizationInput,
169
- S as RemoveDepartment,
170
- C as RemoveUser,
171
- k as RemoveWorkgroup,
172
- A as RichEditor,
173
- z as RowForm,
174
- L as ScanCodeInput,
175
- E as ScanCodeInputBrowser,
176
- default3 as Scrollbar,
177
- B as SecretInfo,
178
- default15 as Sidebar,
179
- l as SuperGrid,
180
- W as SuperIcon,
181
- U as SuperNineGrid,
182
- p as SvgIcon,
183
- default16 as TabContent,
184
- b as ValidCode,
185
- $ as VoiceButton,
186
- h as WorkflowButton,
187
- w as WorkflowHistoryList,
188
- d as WorkgroupTree,
189
- G as WorkgroupTreeMobile,
190
- f as WorkgroupUserTree,
191
- V as YearRangePicker,
192
- i as YxAffix,
193
- default6 as abUIEn,
194
- default5 as abUIcn,
160
+ default24 as Hamburger,
161
+ default30 as InlineDepartmentTree,
162
+ default31 as InlineDepartmentUserTree,
163
+ default32 as InlineWorkgroupTree,
164
+ default33 as InlineWorkgroupUserTree,
165
+ default50 as IntervalSelection,
166
+ default19 as Layout,
167
+ default21 as Menubar,
168
+ default47 as MultipartUpload,
169
+ default20 as NewLayout,
170
+ default40 as OrganizationInput,
171
+ default38 as RemoveDepartment,
172
+ default37 as RemoveUser,
173
+ default39 as RemoveWorkgroup,
174
+ default48 as RichEditor,
175
+ default57 as RowForm,
176
+ default44 as ScanCodeInput,
177
+ default55 as ScanCodeInputBrowser,
178
+ default4 as Scrollbar,
179
+ default49 as SecretInfo,
180
+ default16 as Sidebar,
181
+ default26 as SuperGrid,
182
+ default53 as SuperIcon,
183
+ default41 as SuperNineGrid,
184
+ default25 as SvgIcon,
185
+ default17 as TabContent,
186
+ default36 as ValidCode,
187
+ default59 as VoiceButton,
188
+ default34 as WorkflowButton,
189
+ default35 as WorkflowHistoryList,
190
+ default28 as WorkgroupTree,
191
+ default56 as WorkgroupTreeMobile,
192
+ default29 as WorkgroupUserTree,
193
+ default46 as YearRangePicker,
194
+ default2 as YxAffix,
195
+ default7 as abUIEn,
196
+ default6 as abUIcn,
195
197
  addListRefToStore,
196
198
  analysisCondition,
197
199
  analysisValue,
198
200
  apiUrlMappings,
199
- default9 as authAPI,
201
+ default10 as authAPI,
200
202
  b64ToUtf8,
201
203
  cacheAllEnableGlobalPropUtil,
202
204
  cacheAllGlobalPropCache,
@@ -213,8 +215,8 @@ export {
213
215
  cacheWatermark,
214
216
  clearPermission,
215
217
  clearVoiceCache,
216
- H as default,
217
- default10 as eventBus,
218
+ u as default,
219
+ default11 as eventBus,
218
220
  executeExpression,
219
221
  findDynamicDataSourceByCode,
220
222
  findOptionsByDynamicDataSource,
@@ -287,13 +289,13 @@ export {
287
289
  getVoiceSetting,
288
290
  getWatermark,
289
291
  getWeekOfSeason,
290
- default14 as http,
292
+ default15 as http,
291
293
  i18nOperation,
292
- default11 as i18nUtil,
294
+ default12 as i18nUtil,
293
295
  initialization,
294
296
  insertFontIconCss,
295
297
  insertThirdLoginJs,
296
- K as install,
298
+ n as install,
297
299
  isDevpAccess,
298
300
  isDevpSystem,
299
301
  isDingTalkEnv,
@@ -309,13 +311,13 @@ export {
309
311
  isValidDate,
310
312
  jumpToPage,
311
313
  loadCSS,
312
- default12 as localStorage,
313
- a as openPage,
314
+ default13 as localStorage,
315
+ i as openPage,
314
316
  parseLooseJSON,
315
317
  parseSubTablePermissionCondition,
316
318
  parseTime,
317
319
  parseVoiceMsg,
318
- default13 as permissionUtil,
320
+ default14 as permissionUtil,
319
321
  protectedRouterMap,
320
322
  pushCustomControlValidatorRef,
321
323
  removeAllGlobalPropCache,
@@ -345,9 +347,9 @@ export {
345
347
  replacePlaceholders,
346
348
  replacePrefix,
347
349
  request,
348
- default7 as resizeMixin,
350
+ default8 as resizeMixin,
349
351
  restfulInterfaceTo,
350
- default8 as router,
352
+ default9 as router,
351
353
  setActiveMenuToChatAiStore,
352
354
  setAllLanguages,
353
355
  setAllThemes,
@@ -367,7 +369,7 @@ export {
367
369
  setTheme,
368
370
  setToken,
369
371
  setUsername,
370
- default4 as ssoService,
372
+ default5 as ssoService,
371
373
  r as store,
372
374
  updateWithPageValue,
373
375
  utf8ToB64,