aibox-custom-component-packages 0.0.24 → 0.0.26
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/es/AddOrEditSupplierDialog.mjs +3 -5
- package/es/ApplicationTypeTag.mjs +1 -1
- package/es/AuthSection.mjs +1 -2
- package/es/AutoShowTooltip.mjs +1 -1
- package/es/AvailableRangePreview.mjs +1 -1
- package/es/AvailableRangeSetting.mjs +2 -4
- package/es/CodeView.mjs +2 -2
- package/es/CommonTagsList.mjs +1 -2
- package/es/CreateMcpForm.mjs +1 -9
- package/es/CustomSidebar.mjs +1 -1
- package/es/CustomTitle.mjs +2 -2
- package/es/CustomToggle.mjs +1 -1
- package/es/DialogContainer.mjs +1 -1
- package/es/DocSyncSelect.mjs +1 -1
- package/es/FileDisplay.mjs +1 -3
- package/es/FilePreview.mjs +2 -2
- package/es/FileUploader.mjs +1 -1
- package/es/Logo.mjs +1 -1
- package/es/McpFormDialog.mjs +1 -10
- package/es/McpParamsSet.mjs +1 -7
- package/es/MdEditor.mjs +1 -1
- package/es/PageContainer.mjs +2 -3
- package/es/ParameterTable.mjs +1 -5
- package/es/PublishRecord.mjs +1 -1
- package/es/RadioGroup.mjs +1 -1
- package/es/SourcePublish.mjs +3 -6
- package/es/Table.mjs +2 -2
- package/es/assets/AddOrEditSupplierDialog.css +1 -1
- package/es/assets/DocSyncSelect.css +1 -1
- package/es/chunks/AddOrEditSupplierDialog.CnhMfQwO.js +779 -0
- package/es/chunks/AddOrEditSupplierDialog.DUqqhPyY.js +721 -0
- package/es/chunks/AiboxTable.BGM-BzRS.js +635 -0
- package/es/chunks/ApplicationTypeTag.CdOFw2tm.js +47 -0
- package/es/chunks/ApplicationTypeTag.CpzWFRmD.js +52 -0
- package/es/chunks/ApplicationTypeTag.ou6JCQ5z.js +56 -0
- package/es/chunks/AuthSection.DiiFb-bb.js +201 -0
- package/es/chunks/AutoShowTooltip.DBv10Z2v.js +82 -0
- package/es/chunks/AvailableRangePreview.CPwdlq4X.js +194 -0
- package/es/chunks/AvailableRangeSetting.CQ1akyVX.js +229 -0
- package/es/chunks/CodeView.D-XJCy-4.js +148 -0
- package/es/chunks/CommonTagsList.lcIYK7Ug.js +156 -0
- package/es/chunks/CreateMcpForm.V6OVq25o.js +308 -0
- package/es/chunks/CustomSidebar.BQkzarqj.js +585 -0
- package/es/chunks/CustomToggle.mk4475NP.js +181 -0
- package/es/chunks/DialogContainer.Bgf3f2T5.js +129 -0
- package/es/chunks/DocSyncSelect.DP8U1-ZH.js +2805 -0
- package/es/chunks/DocSyncSelect.DsxEfNS8.js +2808 -0
- package/es/chunks/FileDisplay.DdXZw2i8.js +1680 -0
- package/es/chunks/FilePreview.8h1jwcK3.js +123 -0
- package/es/chunks/FileUploader.D6yBWJC1.js +216 -0
- package/es/chunks/Logo.ykAQuSMy.js +62 -0
- package/es/chunks/McpFormDialog.re73mF5z.js +297 -0
- package/es/chunks/McpParamsSet.CENa2vwu.js +501 -0
- package/es/chunks/MdEditor.CnEAJuiz.js +163 -0
- package/es/chunks/PageContainer.DB5ChF8A.js +462 -0
- package/es/chunks/ParameterTable.Bl40d5e-.js +2010 -0
- package/es/chunks/PublishRecord.BlW5h73q.js +133 -0
- package/es/chunks/RadioGroup.CB4jkuR3.js +107 -0
- package/es/chunks/SourcePublish.DBM7OeXm.js +979 -0
- package/es/chunks/_plugin-vue_export-helper.B3ysoDQm.js +8 -0
- package/es/chunks/chunk.Dqa2HsxW.js +20 -0
- package/es/chunks/config.BVH1HTem.js +270 -0
- package/es/chunks/config.Cneaz-Di.js +35 -0
- package/es/chunks/enums.ICkM62f8.js +13 -0
- package/es/chunks/field-types.xGpJxVGP.js +7 -0
- package/es/chunks/files.CAWw5odx.js +14 -0
- package/es/chunks/i18n.yuai-sb4.js +426 -0
- package/es/chunks/layout.CUSAJyQL.js +19 -0
- package/es/chunks/publish.BNhXzUgD.js +50 -0
- package/es/chunks/request.CfSQnDD0.js +5 -0
- package/es/chunks/usePreview.yIUda0Hv.js +148 -0
- package/es/chunks/withinstall.CMngc-br.js +7 -0
- package/es/index.mjs +32 -33
- package/lib/AddOrEditSupplierDialog.js +1 -1
- package/lib/ApplicationTypeTag.js +1 -1
- package/lib/AuthSection.js +1 -1
- package/lib/AutoShowTooltip.js +1 -1
- package/lib/AvailableRangePreview.js +1 -1
- package/lib/AvailableRangeSetting.js +1 -1
- package/lib/CodeView.js +1 -1
- package/lib/CommonTagsList.js +1 -1
- package/lib/CreateMcpForm.js +1 -1
- package/lib/CustomSidebar.js +1 -1
- package/lib/CustomTitle.js +1 -1
- package/lib/CustomToggle.js +1 -1
- package/lib/DialogContainer.js +1 -1
- package/lib/DocSyncSelect.js +1 -1
- package/lib/FileDisplay.js +1 -1
- package/lib/FilePreview.js +1 -1
- package/lib/FileUploader.js +1 -1
- package/lib/Logo.js +1 -1
- package/lib/McpFormDialog.js +1 -1
- package/lib/McpParamsSet.js +1 -1
- package/lib/MdEditor.js +1 -1
- package/lib/PageContainer.js +1 -1
- package/lib/ParameterTable.js +1 -1
- package/lib/PublishRecord.js +1 -1
- package/lib/RadioGroup.js +1 -1
- package/lib/SourcePublish.js +1 -1
- package/lib/Table.js +1 -1
- package/lib/assets/AddOrEditSupplierDialog.css +1 -1
- package/lib/assets/DocSyncSelect.css +1 -1
- package/lib/chunks/AddOrEditSupplierDialog.C37dgJoc.js +1 -0
- package/lib/chunks/AddOrEditSupplierDialog.CXDQYSfx.js +1 -0
- package/lib/chunks/AiboxTable.ChFhK2hA.js +1 -0
- package/lib/chunks/ApplicationTypeTag.BmU_cqaw.js +1 -0
- package/lib/chunks/ApplicationTypeTag.DYX2KhU3.js +1 -0
- package/lib/chunks/ApplicationTypeTag.ctv_-FsI.js +1 -0
- package/lib/chunks/AuthSection.aaNWUYhk.js +1 -0
- package/lib/chunks/AutoShowTooltip.CdpEAARd.js +1 -0
- package/lib/chunks/AvailableRangePreview.4RCSh4vv.js +1 -0
- package/lib/chunks/AvailableRangeSetting.Clr9A9YC.js +1 -0
- package/lib/chunks/CodeView.DqYLtjLj.js +1 -0
- package/lib/chunks/CommonTagsList.COGYYx95.js +1 -0
- package/lib/chunks/CreateMcpForm.cHV9zm1H.js +1 -0
- package/lib/chunks/CustomSidebar.DbMNfaZ2.js +1 -0
- package/lib/chunks/CustomToggle.Cia4mNzt.js +1 -0
- package/lib/chunks/DialogContainer.BJuz0FJr.js +1 -0
- package/lib/chunks/DocSyncSelect.CeXY2dUM.js +1 -0
- package/lib/chunks/DocSyncSelect.LIk9aqvi.js +1 -0
- package/lib/chunks/FileDisplay.DlPH_SWI.js +59 -0
- package/lib/chunks/FilePreview.T-kQ_iiJ.js +1 -0
- package/lib/chunks/FileUploader.DHEvEZDe.js +1 -0
- package/lib/chunks/Logo.BvlHIPja.js +1 -0
- package/lib/chunks/McpFormDialog.CusYASZC.js +6 -0
- package/lib/chunks/McpParamsSet.y1sBuHQg.js +1 -0
- package/lib/chunks/MdEditor.Dyzzi6xB.js +1 -0
- package/lib/chunks/PageContainer.qaCyP4Jo.js +1 -0
- package/lib/chunks/ParameterTable.CKUr93c7.js +1 -0
- package/lib/chunks/PublishRecord.DnQxxgPK.js +5 -0
- package/lib/chunks/RadioGroup.CLHduGxc.js +1 -0
- package/lib/chunks/SourcePublish.CY-TQaVa.js +1 -0
- package/lib/chunks/_plugin-vue_export-helper.BTmtiIyf.js +1 -0
- package/lib/chunks/chunk.mLOUI7ql.js +1 -0
- package/lib/chunks/config.C0x1xjU-.js +1 -0
- package/lib/chunks/config.CpfvYdZo.js +1 -0
- package/lib/chunks/enums.B4-hhapW.js +1 -0
- package/lib/chunks/field-types.Dexxn1we.js +1 -0
- package/lib/chunks/files.Npd3imEW.js +1 -0
- package/lib/chunks/i18n.7A9PIQja.js +1 -0
- package/lib/chunks/layout.CNYc7QUj.js +1 -0
- package/lib/chunks/publish.BbA8qKB4.js +1 -0
- package/lib/chunks/request.xQmByLuq.js +1 -0
- package/lib/chunks/usePreview.C3f_R7Np.js +1 -0
- package/lib/chunks/withinstall.DQkVkGcu.js +1 -0
- package/lib/index.js +1 -1
- package/package.json +3 -3
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
import { a as e, i as t, n, o as r, r as i, t as a } from "./chunks/AddOrEditSupplierDialog.
|
|
2
|
-
import { n as o } from "./chunks/usePreview.
|
|
3
|
-
import { t as s } from "./chunks/FilePreview.
|
|
4
|
-
import "./chunks/DialogContainer.DL7aTMDS.js";
|
|
5
|
-
import "./chunks/FileUploader.Bb7Vjst3.js";
|
|
1
|
+
import { a as e, i as t, n, o as r, r as i, t as a } from "./chunks/AddOrEditSupplierDialog.CnhMfQwO.js";
|
|
2
|
+
import { n as o } from "./chunks/usePreview.yIUda0Hv.js";
|
|
3
|
+
import { t as s } from "./chunks/FilePreview.8h1jwcK3.js";
|
|
6
4
|
export { a as AddOrEditSupplierDialog, a as default, i as AiboxTabs, n as DeleteResourceDialog, s as FilePreview, o as downloadBlobFile, t as modelTypeOptions, e as toolCallingMap, r as toolCallingOptions };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as e, t } from "./chunks/ApplicationTypeTag.
|
|
1
|
+
import { n as e, t } from "./chunks/ApplicationTypeTag.ou6JCQ5z.js";
|
|
2
2
|
export { t as ApplicationTypeTag, t as default, e as useApplicationTypeTag };
|
package/es/AuthSection.mjs
CHANGED
package/es/AutoShowTooltip.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "./chunks/AutoShowTooltip.
|
|
1
|
+
import { t as e } from "./chunks/AutoShowTooltip.DBv10Z2v.js";
|
|
2
2
|
export { e as AutoShowTooltip, e as default };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as e, t } from "./chunks/AvailableRangePreview.
|
|
1
|
+
import { n as e, t } from "./chunks/AvailableRangePreview.CPwdlq4X.js";
|
|
2
2
|
export { t as AvailableRangePreview, t as default, e as TagList };
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import "./chunks/
|
|
2
|
-
import {
|
|
3
|
-
import "./chunks/AvailableRangePreview.BeryuDo0.js";
|
|
4
|
-
import { t as o } from "./chunks/AvailableRangeSetting.CIMyFFUh.js";
|
|
1
|
+
import { a as e, i as t, n, o as r, r as i, t as a } from "./chunks/config.Cneaz-Di.js";
|
|
2
|
+
import { t as o } from "./chunks/AvailableRangeSetting.CQ1akyVX.js";
|
|
5
3
|
export { o as AvailableRangeSetting, o as default, a as DEFAULT_SHOW_COUNT, n as MEMBER_DEPARTMENT_TYPES, i as PUBLISH_STATUS, t as RANGE_TYPES, e as availableRangeTreeProps, r as rangeOptions };
|
package/es/CodeView.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { t as e } from "./chunks/withinstall.
|
|
2
|
-
import { t } from "./chunks/CodeView.
|
|
1
|
+
import { t as e } from "./chunks/withinstall.CMngc-br.js";
|
|
2
|
+
import { t } from "./chunks/CodeView.D-XJCy-4.js";
|
|
3
3
|
//#region components/CodeView/index.js
|
|
4
4
|
var n = e(t);
|
|
5
5
|
//#endregion
|
package/es/CommonTagsList.mjs
CHANGED
package/es/CreateMcpForm.mjs
CHANGED
|
@@ -1,10 +1,2 @@
|
|
|
1
|
-
import "./chunks/
|
|
2
|
-
import "./chunks/usePreview.CMMjOD_o.js";
|
|
3
|
-
import "./chunks/FilePreview.De4zHsfc.js";
|
|
4
|
-
import "./chunks/DialogContainer.DL7aTMDS.js";
|
|
5
|
-
import "./chunks/FileUploader.Bb7Vjst3.js";
|
|
6
|
-
import "./chunks/RadioGroup.Czc1JtkN.js";
|
|
7
|
-
import "./chunks/AuthSection.CjTj3tXe.js";
|
|
8
|
-
import "./chunks/MdEditor.DQPBTDZs.js";
|
|
9
|
-
import { t as e } from "./chunks/CreateMcpForm.BuPJjhoO.js";
|
|
1
|
+
import { t as e } from "./chunks/CreateMcpForm.V6OVq25o.js";
|
|
10
2
|
export { e as CreateMcpForm, e as default };
|
package/es/CustomSidebar.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { _ as e, a as t, b as n, c as r, d as i, f as a, g as o, h as s, i as c, l, m as u, n as d, o as f, p, r as m, s as h, t as g, u as _, v, x as y, y as b } from "./chunks/CustomSidebar.
|
|
1
|
+
import { _ as e, a as t, b as n, c as r, d as i, f as a, g as o, h as s, i as c, l, m as u, n as d, o as f, p, r as m, s as h, t as g, u as _, v, x as y, y as b } from "./chunks/CustomSidebar.BQkzarqj.js";
|
|
2
2
|
export { g as CustomSidebar, g as default, h as MENU_COLOR_STRATEGY, d as MENU_LOADING_STATES, r as MENU_TYPE, m as NODE_CLICK_TYPES, c as SPECIAL_ROUTES, t as TREE_PROPS, f as USER_INFO_CARD_TYPES, l as collapseNodeKeys, _ as expandNodeKeys, i as findExpandPath, a as findExpandPathById, p as findMenuByPath, u as getFirstLeafMenu, s as getMenuIconColorById, o as getParentNodeIdsById, e as isParentMenuActive, v as isParentRouteActive, b as isPathInMenu, n as processMenuTreeWithLeaf, y as transformMenuData };
|
package/es/CustomTitle.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { t as e } from "./chunks/withinstall.
|
|
2
|
-
import { t } from "./chunks/layout.
|
|
1
|
+
import { t as e } from "./chunks/withinstall.CMngc-br.js";
|
|
2
|
+
import { t } from "./chunks/layout.CUSAJyQL.js";
|
|
3
3
|
//#region components/CustomTitle/index.js
|
|
4
4
|
var n = e(t);
|
|
5
5
|
//#endregion
|
package/es/CustomToggle.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "./chunks/CustomToggle.
|
|
1
|
+
import { t as e } from "./chunks/CustomToggle.mk4475NP.js";
|
|
2
2
|
export { e as CustomToggle, e as default };
|
package/es/DialogContainer.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as e, t } from "./chunks/DialogContainer.
|
|
1
|
+
import { n as e, t } from "./chunks/DialogContainer.Bgf3f2T5.js";
|
|
2
2
|
export { t as DialogContainer, t as default, e as useDialog };
|
package/es/DocSyncSelect.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as e, t } from "./chunks/DocSyncSelect.
|
|
1
|
+
import { n as e, t } from "./chunks/DocSyncSelect.DsxEfNS8.js";
|
|
2
2
|
export { t as DocSyncSelect, t as default, e as FileTypeIcon };
|
package/es/FileDisplay.mjs
CHANGED
package/es/FilePreview.mjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { C as e, D as t, E as n, O as r, S as i, T as a, _ as o, a as s, b as c, c as l, d as u, f as d, g as f, h as p, i as m, l as h, m as g, o as _, p as v, r as y, s as b, u as x, v as S, w as C, x as w, y as T } from "./chunks/usePreview.
|
|
2
|
-
import { t as E } from "./chunks/FilePreview.
|
|
1
|
+
import { C as e, D as t, E as n, O as r, S as i, T as a, _ as o, a as s, b as c, c as l, d as u, f as d, g as f, h as p, i as m, l as h, m as g, o as _, p as v, r as y, s as b, u as x, v as S, w as C, x as w, y as T } from "./chunks/usePreview.yIUda0Hv.js";
|
|
2
|
+
import { t as E } from "./chunks/FilePreview.8h1jwcK3.js";
|
|
3
3
|
export { y as AUDIO_SUFFIX_LIST, m as EXCEL_SUFFIX_LIST, E as FilePreview, E as default, s as HTML_SUFFIX_LIST, _ as IMAGE_SUFFIX_LIST, b as JSON_SUFFIX_LIST, l as MD_SUFFIX_LIST, h as PDF_SUFFIX_LIST, x as PPT_SUFFIX_LIST, u as TEXT_SUFFIX_LIST, d as VIDEO_SUFFIX_LIST, v as WORD_SUFFIX_LIST, g as ZIP_SUFFIX_LIST, p as getFilePreviewIcon, f as isAudioFile, o as isExcelFile, S as isHtmlFile, T as isImageLink, c as isJsonFile, w as isMdFile, i as isPdfFile, e as isPptFile, C as isText, a as isVideoFile, n as isWordFile, t as isZipFile, r as uploadUrl };
|
package/es/FileUploader.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as e, i as t, n, r, t as i } from "./chunks/FileUploader.
|
|
1
|
+
import { a as e, i as t, n, r, t as i } from "./chunks/FileUploader.D6yBWJC1.js";
|
|
2
2
|
export { i as FileUploader, i as default, e as UploadTypesEnum, n as extractAndLowerCaseArrayType, r as getAcceptType, t as getWarnTips };
|
package/es/Logo.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as e, t } from "./chunks/Logo.
|
|
1
|
+
import { n as e, t } from "./chunks/Logo.ykAQuSMy.js";
|
|
2
2
|
export { e as LOGO_CONFIG, t as Logo, t as default };
|
package/es/McpFormDialog.mjs
CHANGED
|
@@ -1,11 +1,2 @@
|
|
|
1
|
-
import "./chunks/
|
|
2
|
-
import "./chunks/usePreview.CMMjOD_o.js";
|
|
3
|
-
import "./chunks/FilePreview.De4zHsfc.js";
|
|
4
|
-
import "./chunks/DialogContainer.DL7aTMDS.js";
|
|
5
|
-
import "./chunks/FileUploader.Bb7Vjst3.js";
|
|
6
|
-
import "./chunks/RadioGroup.Czc1JtkN.js";
|
|
7
|
-
import "./chunks/AuthSection.CjTj3tXe.js";
|
|
8
|
-
import "./chunks/MdEditor.DQPBTDZs.js";
|
|
9
|
-
import "./chunks/CreateMcpForm.BuPJjhoO.js";
|
|
10
|
-
import { n as e, r as t, t as n } from "./chunks/McpFormDialog.BmGiXP7Z.js";
|
|
1
|
+
import { n as e, r as t, t as n } from "./chunks/McpFormDialog.re73mF5z.js";
|
|
11
2
|
export { n as McpFormDialog, n as default, e as createMcpDeleteHandler, t as platformMap };
|
package/es/McpParamsSet.mjs
CHANGED
|
@@ -1,8 +1,2 @@
|
|
|
1
|
-
import "./chunks/
|
|
2
|
-
import "./chunks/FileUploader.Bb7Vjst3.js";
|
|
3
|
-
import "./chunks/AutoShowTooltip.C_DI9t2Z.js";
|
|
4
|
-
import "./chunks/CodeView.C7otlZWk.js";
|
|
5
|
-
import "./chunks/AiboxTable.C-nLAgfd.js";
|
|
6
|
-
import "./chunks/ParameterTable.BWGj5RJ0.js";
|
|
7
|
-
import { n as e, t } from "./chunks/McpParamsSet.2sRWE--W.js";
|
|
1
|
+
import { n as e, t } from "./chunks/McpParamsSet.CENa2vwu.js";
|
|
8
2
|
export { t as McpParamsSet, t as default, e as TextLeft };
|
package/es/MdEditor.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "./chunks/MdEditor.
|
|
1
|
+
import { t as e } from "./chunks/MdEditor.CnEAJuiz.js";
|
|
2
2
|
export { e as MdEditor, e as default };
|
package/es/PageContainer.mjs
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import "./chunks/
|
|
2
|
-
import {
|
|
3
|
-
import { t as r } from "./chunks/PageContainer.DXddaRs1.js";
|
|
1
|
+
import { n as e, r as t, t as n } from "./chunks/field-types.xGpJxVGP.js";
|
|
2
|
+
import { t as r } from "./chunks/PageContainer.DB5ChF8A.js";
|
|
4
3
|
export { n as COLUMN_TYPES, e as DIRECTION, t as MODES, r as PageContainer, r as default };
|
package/es/ParameterTable.mjs
CHANGED
|
@@ -1,6 +1,2 @@
|
|
|
1
|
-
import "./chunks/
|
|
2
|
-
import "./chunks/FileUploader.Bb7Vjst3.js";
|
|
3
|
-
import "./chunks/AutoShowTooltip.C_DI9t2Z.js";
|
|
4
|
-
import "./chunks/AiboxTable.C-nLAgfd.js";
|
|
5
|
-
import { a as e, c as t, i as n, n as r, o as i, r as a, s as o, t as s } from "./chunks/ParameterTable.BWGj5RJ0.js";
|
|
1
|
+
import { a as e, c as t, i as n, n as r, o as i, r as a, s as o, t as s } from "./chunks/ParameterTable.Bl40d5e-.js";
|
|
6
2
|
export { n as ARRAYTYPES, e as METHODSOPTIONS, i as NOBODYMETHOD, s as ParameterTable, s as default, o as TYPESMAP, t as TYPESOPTIONS, r as convertChildrenToDebugValue, a as isArrayType };
|
package/es/PublishRecord.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "./chunks/PublishRecord.
|
|
1
|
+
import { t as e } from "./chunks/PublishRecord.BlW5h73q.js";
|
|
2
2
|
export { e as PublishRecord, e as default };
|
package/es/RadioGroup.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "./chunks/RadioGroup.
|
|
1
|
+
import { t as e } from "./chunks/RadioGroup.CB4jkuR3.js";
|
|
2
2
|
export { e as RadioGroup, e as default };
|
package/es/SourcePublish.mjs
CHANGED
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
import "./chunks/
|
|
2
|
-
import { r as
|
|
3
|
-
import "./chunks/
|
|
4
|
-
import { _ as t, a as n, c as r, d as i, f as a, g as o, h as s, i as c, l, m as u, n as d, o as f, p, r as m, s as h, t as g, u as _, v, y } from "./chunks/config.D5tt9_hY.js";
|
|
5
|
-
import "./chunks/AiboxTable.C-nLAgfd.js";
|
|
6
|
-
import { a as b, c as x, i as S, n as C, o as w, r as T, s as E, t as D } from "./chunks/SourcePublish.CjzqOFwj.js";
|
|
1
|
+
import { r as e } from "./chunks/config.Cneaz-Di.js";
|
|
2
|
+
import { _ as t, a as n, c as r, d as i, f as a, g as o, h as s, i as c, l, m as u, n as d, o as f, p, r as m, s as h, t as g, u as _, v, y } from "./chunks/config.BVH1HTem.js";
|
|
3
|
+
import { a as b, c as x, i as S, n as C, o as w, r as T, s as E, t as D } from "./chunks/SourcePublish.DBM7OeXm.js";
|
|
7
4
|
export { g as API_CHANNEL_TYPES, d as AUTHORIZED_CHANNEL_TYPES, b as ApiTooltip, m as CHANNEL_ICON_CONFIG, w as FeishuTooltip, c as INACTIVE_ENUM, n as INACTIVE_LIST, f as LIBRARY_PAGE, h as OFFICIAL_LABEL, r as OPEN_STATUS_VALUE, e as PUBLISH_STATUS, l as PUBLISH_STATUS_COLORS, _ as PUBLISH_STATUS_ICONS, i as PUBLISH_STATUS_TEXT, a as PUBLISH_STATUS_TYPE, p as PUBLISH_TYPE_ICON_MAPPING, E as PermissionSetting, x as PublishIcon, S as PublishSettings, u as RELEASE_CHANNEL_CONFIG, s as RELEASE_CHANNEL_TYPE, o as STORE_CHANNEL_TYPES, t as STORE_DETAIL_TYPE, D as SourcePublish, D as default, v as getChannelsByType, y as serviceTypeMap, T as useServiceConfig, C as useStoreDetailType };
|
package/es/Table.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { t as e } from "./chunks/withinstall.
|
|
2
|
-
import { n as t, r as n, t as r } from "./chunks/AiboxTable.
|
|
1
|
+
import { t as e } from "./chunks/withinstall.CMngc-br.js";
|
|
2
|
+
import { n as t, r as n, t as r } from "./chunks/AiboxTable.BGM-BzRS.js";
|
|
3
3
|
//#region components/Table/index.js
|
|
4
4
|
var i = e(r);
|
|
5
5
|
//#endregion
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.ai-box-tabs[data-v-
|
|
1
|
+
.ai-box-tabs[data-v-2a411097]{width:max-content;min-width:0;max-width:100%;height:32px;display:inline-flex;position:relative}.ai-box-tabs .tabs-viewport[data-v-2a411097]{box-sizing:border-box;scrollbar-width:none;scroll-behavior:smooth;flex:1;min-width:0;overflow:auto hidden}.ai-box-tabs .tabs-viewport[data-v-2a411097]::-webkit-scrollbar{display:none}.ai-box-tabs ul[data-v-2a411097]{align-items:center;width:max-content;min-width:100%;margin:0;padding:0;list-style:none;display:flex}.ai-box-tabs ul li[data-v-2a411097]{color:#606266;cursor:pointer;white-space:nowrap;border-radius:4px;flex-shrink:0;margin-right:8px;padding:6px 16px;font-size:14px;transition:all .3s}.ai-box-tabs ul li[data-v-2a411097]:hover{color:var(--el-color-primary);background-color:#f0f2f5}.ai-box-tabs ul .current[data-v-2a411097]{color:#262626;background:#f5f7fa;font-weight:500}.ai-box-tabs .scroll-button[data-v-2a411097]{z-index:3;color:#4e5969;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;background:linear-gradient(#fffffffa,#f4f7fbf5);border:1px solid #a6aebc59;border-radius:8px;justify-content:center;align-items:center;width:24px;height:calc(100% - 6px);max-height:28px;padding:0;transition:color .2s,background .2s,opacity .2s,box-shadow .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 3px 10px #1f232921,inset 0 1px #ffffffe6}.ai-box-tabs .scroll-button span[data-v-2a411097]{border-bottom:1.5px solid;border-right:1.5px solid;width:7px;height:7px;display:block}.ai-box-tabs .scroll-button[data-v-2a411097]:hover:not(:disabled){color:var(--el-color-primary);background:linear-gradient(#fff,#edf3ff);box-shadow:0 5px 14px #3965ff33,inset 0 1px #fffffff2}.ai-box-tabs .scroll-button[data-v-2a411097]:active:not(:disabled){transform:translateY(-50%)}.ai-box-tabs .scroll-button[data-v-2a411097]:disabled{color:#a8abb2;opacity:.42;box-shadow:none;cursor:not-allowed}.ai-box-tabs .scroll-button.is-left[data-v-2a411097]{left:4px}.ai-box-tabs .scroll-button.is-left span[data-v-2a411097]{transform:rotate(135deg)translate(-1px,-1px)}.ai-box-tabs .scroll-button.is-right[data-v-2a411097]{right:4px}.ai-box-tabs .scroll-button.is-right span[data-v-2a411097]{transform:rotate(-45deg)translate(-1px,-1px)}.ai-box-tabs.has-overflow .tabs-viewport[data-v-2a411097]{padding:0 34px;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 34px calc(100% - 34px),#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 34px calc(100% - 34px),#0000 100%)}.style-2[data-v-2a411097]{box-sizing:border-box;border-radius:8px;align-items:center;max-width:100%;height:32px;padding:0 4px;display:inline-flex;background-color:#f5f5f5!important}.style-2 li[data-v-2a411097]{border-radius:14px;align-items:center;height:26px;display:flex;color:#666!important;padding:0 16px!important}.style-2 li[data-v-2a411097]:hover{border-radius:8px;background-color:#e1edf7!important}.style-2 li.current[data-v-2a411097]{border-radius:8px;color:#262626!important;background:#fff!important}.style-3[data-v-2a411097]{box-sizing:border-box;background:#ffffff80;border:1px solid #fff3;border-radius:18px;align-items:center;max-width:100%;height:36px;padding:0 4px;display:inline-flex}.style-3 .scroll-button[data-v-2a411097]{background:linear-gradient(#ffffffeb,#f5f8ffcc);border-color:#ffffffb8}.style-3 li[data-v-2a411097]{border-radius:14px;align-items:center;height:28px;display:flex;color:#7f8387!important;padding:0 16px!important}.style-3 li[data-v-2a411097]:hover{border-radius:14px;background-color:#e1edf7!important}.style-3 li.current[data-v-2a411097]{border-radius:14px;color:#262626!important;background:#fff!important}.delete-title[data-v-42e471bc]{color:var(--color-text-base);align-items:center;display:flex}.delete-title .warning-icon[data-v-42e471bc]{color:var(--el-color-warning);margin-right:12px;font-size:18px}.delete-tabs[data-v-42e471bc]{background:#fafafa;border-radius:8px;margin-top:8px;padding:14px}.delete-tabs[data-v-42e471bc] .ai-box-tabs{background:#f5f5f5;border-radius:4px;height:32px;padding:2px;display:inline-block;box-shadow:0 9px 28px 8px #0000000d,0 6px 16px #00000014,0 3px 6px -4px #0000001f;height:auto!important}.delete-tabs[data-v-42e471bc] .ai-box-tabs ul li{margin-right:0}.delete-tabs[data-v-42e471bc] .ai-box-tabs ul li.current{box-shadow:0 9px 28px 8px #0000000d,0 6px 16px #00000014,0 3px 6px -4px #0000001f;background:#fff!important}.delete-tabs .resource-list[data-v-42e471bc]{margin-top:12px}.delete-tabs .resource-list .resource-item[data-v-42e471bc]:hover{background-color:#f5f5f5}.delete-tabs .resource-list .resource-item[data-v-42e471bc]{cursor:pointer;border-radius:8px;align-items:center;height:56px;margin-bottom:4px;padding:12px;display:flex}.delete-tabs .resource-list .resource-item .flow-name__icon[data-v-42e471bc],.delete-tabs .resource-list .resource-item .flow-name__icon-placeholder[data-v-42e471bc]{background-color:#f0f0f0;border-radius:4px;width:32px;height:32px;margin-right:8px}.delete-tabs .resource-list .resource-item .item-title[data-v-42e471bc]{white-space:nowrap;text-overflow:ellipsis;color:#262626;flex:1;font-size:14px;font-weight:400;line-height:20px;overflow:hidden}.cursor-pointer[data-v-e1555473]{cursor:pointer}.vertical-form[data-v-e1555473]{width:100%;max-height:60vh;padding-right:24px;overflow-y:auto}.vertical-form[data-v-e1555473]::-webkit-scrollbar{width:6px;height:6px}.vertical-form[data-v-e1555473]::-webkit-scrollbar-thumb{background:#0003;border-radius:3px}.vertical-form[data-v-e1555473]::-webkit-scrollbar-track{background:#0000001a;border-radius:3px}.vertical-form[data-v-e1555473] .el-form-item{flex-direction:column;align-items:flex-start;margin-bottom:20px;display:flex}.vertical-form[data-v-e1555473] .el-form-item:last-child{margin-bottom:0}.vertical-form[data-v-e1555473] .el-form-item .el-form-item__label{text-align:left;margin-bottom:4px;padding:0}.vertical-form[data-v-e1555473] .el-form-item .el-form-item__label-wrap{margin-left:0!important}.vertical-form[data-v-e1555473] .el-form-item .el-form-item__content{width:100%;margin-left:0!important}.dialog-footer[data-v-e1555473]{padding-right:24px}[data-v-e1555473] .el-textarea__inner::-webkit-scrollbar{width:6px}[data-v-e1555473] .el-textarea__inner::-webkit-scrollbar-thumb{border-radius:3px}.custom-model-dialog{padding-right:0!important}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.right-wrap[data-v-6736cdb6]{flex-direction:column;flex:1;height:100%;display:flex}.right-wrap .content[data-v-6736cdb6]{padding:12px;overflow-y:auto}.right-wrap .content .empty-state[data-v-6736cdb6]{color:#86909c;text-align:center;padding-top:60px}.right-wrap .content .selected-list[data-v-6736cdb6]{height:100%;overflow-y:auto}.right-wrap .content .selected-list .selected-item[data-v-6736cdb6]{cursor:pointer;margin-bottom:8px}.right-wrap .content .selected-list .selected-item .item-content[data-v-6736cdb6]{background:#fff;border-radius:8px;justify-content:space-between;align-items:center;padding:8px 12px;display:flex}.right-wrap .content .selected-list .selected-item .item-content[data-v-6736cdb6]:hover{background:#eaf0fe}.right-wrap .content .selected-list .selected-item .item-content .item-main[data-v-6736cdb6]{flex:1;align-items:center;gap:8px;display:flex}.right-wrap .content .selected-list .selected-item .item-content .item-main .doc-icon[data-v-6736cdb6]{border-radius:4px;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.right-wrap .content .selected-list .selected-item .item-content .item-main .doc-info[data-v-6736cdb6]{flex:1}.right-wrap .content .selected-list .selected-item .item-content .item-main .doc-info .doc-name[data-v-6736cdb6]{color:#1f2329;font-size:14px;font-weight:400;line-height:20px}.right-wrap .content .selected-list .selected-item .item-content .item-main .doc-info .doc-suffix[data-v-6736cdb6]{color:#bbbfc4;margin-top:2px;font-size:12px;line-height:16px}.right-wrap .content .selected-list .selected-item .item-content .delete-btn[data-v-6736cdb6]{cursor:pointer;background:0 0;border:none;padding:4px}.right-wrap .content .selected-list .selected-item .item-content .delete-btn:hover svg[data-v-6736cdb6]{color:#f53f3f!important}.right-wrap .content .selected-list .selected-item.is-selected .item-content[data-v-6736cdb6]{border-radius:8px}.el-tree .el-tree-node__content{position:relative}.element-tree-node-label-wrapper{flex:1;align-items:center;display:flex}.element-tree-node-label{font-size:12px}.element-tree-node-line-ver{border-left:1px dashed #dcdfe6;height:100%;display:block;position:absolute;top:0;left:0}.element-tree-node-line-ver.last-node-isLeaf-line{height:50%}.element-tree-node-line-hor{border-bottom:1px dashed #dcdfe6;height:0;display:block;position:absolute;top:50%;left:0}.element-tree-node-label-line{border-top:1px dashed #dcdfe6;flex:1;align-self:center;margin:0 10px}[data-v-
|
|
1
|
+
.right-wrap[data-v-6736cdb6]{flex-direction:column;flex:1;height:100%;display:flex}.right-wrap .content[data-v-6736cdb6]{padding:12px;overflow-y:auto}.right-wrap .content .empty-state[data-v-6736cdb6]{color:#86909c;text-align:center;padding-top:60px}.right-wrap .content .selected-list[data-v-6736cdb6]{height:100%;overflow-y:auto}.right-wrap .content .selected-list .selected-item[data-v-6736cdb6]{cursor:pointer;margin-bottom:8px}.right-wrap .content .selected-list .selected-item .item-content[data-v-6736cdb6]{background:#fff;border-radius:8px;justify-content:space-between;align-items:center;padding:8px 12px;display:flex}.right-wrap .content .selected-list .selected-item .item-content[data-v-6736cdb6]:hover{background:#eaf0fe}.right-wrap .content .selected-list .selected-item .item-content .item-main[data-v-6736cdb6]{flex:1;align-items:center;gap:8px;display:flex}.right-wrap .content .selected-list .selected-item .item-content .item-main .doc-icon[data-v-6736cdb6]{border-radius:4px;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.right-wrap .content .selected-list .selected-item .item-content .item-main .doc-info[data-v-6736cdb6]{flex:1}.right-wrap .content .selected-list .selected-item .item-content .item-main .doc-info .doc-name[data-v-6736cdb6]{color:#1f2329;font-size:14px;font-weight:400;line-height:20px}.right-wrap .content .selected-list .selected-item .item-content .item-main .doc-info .doc-suffix[data-v-6736cdb6]{color:#bbbfc4;margin-top:2px;font-size:12px;line-height:16px}.right-wrap .content .selected-list .selected-item .item-content .delete-btn[data-v-6736cdb6]{cursor:pointer;background:0 0;border:none;padding:4px}.right-wrap .content .selected-list .selected-item .item-content .delete-btn:hover svg[data-v-6736cdb6]{color:#f53f3f!important}.right-wrap .content .selected-list .selected-item.is-selected .item-content[data-v-6736cdb6]{border-radius:8px}.el-tree .el-tree-node__content{position:relative}.element-tree-node-label-wrapper{flex:1;align-items:center;display:flex}.element-tree-node-label{font-size:12px}.element-tree-node-line-ver{border-left:1px dashed #dcdfe6;height:100%;display:block;position:absolute;top:0;left:0}.element-tree-node-line-ver.last-node-isLeaf-line{height:50%}.element-tree-node-line-hor{border-bottom:1px dashed #dcdfe6;height:0;display:block;position:absolute;top:50%;left:0}.element-tree-node-label-line{border-top:1px dashed #dcdfe6;flex:1;align-self:center;margin:0 10px}[data-v-d92db7bd] .el-tree-node__label{line-height:22px}[data-v-d92db7bd] .el-tree-node:focus>.el-tree-node__content{background-color:#0000}[data-v-d92db7bd] .el-tree-node__content{border-radius:8px}[data-v-d92db7bd] .el-tree-node__content:hover{background-color:var(--primary-color-5)}[data-v-d92db7bd] .element-tree-node-label{font-size:14px}[data-v-d92db7bd] .element-tree-node-line-ver,[data-v-d92db7bd] .element-tree-node-line-hor{border-color:var(--neutral-color-19)}.hide-false-child-checkbox[data-v-d92db7bd] .el-tree-node__content:has(.false-child-node) .el-checkbox{display:none!important}.vue-recycle-scroller__resize-observer[data-v-08cc04ab]{opacity:0;pointer-events:none;z-index:-1;position:absolute;inset:0}.vue-recycle-scroller{position:relative}.vue-recycle-scroller.direction-vertical:not(.page-mode){overflow-y:auto}.vue-recycle-scroller.direction-horizontal:not(.page-mode){overflow-x:auto}.vue-recycle-scroller.grid-mode:not(.page-mode){overflow:auto}.vue-recycle-scroller.direction-horizontal{display:flex}.vue-recycle-scroller__slot{flex:none}.vue-recycle-scroller__item-wrapper{box-sizing:border-box;flex:1;position:relative;overflow:hidden}.vue-recycle-scroller.ready .vue-recycle-scroller__item-view{will-change:transform;position:absolute;top:0;left:0}.vue-recycle-scroller.direction-vertical .vue-recycle-scroller__item-wrapper{width:100%}.vue-recycle-scroller.direction-horizontal .vue-recycle-scroller__item-wrapper{height:100%}.vue-recycle-scroller.ready.direction-vertical .vue-recycle-scroller__item-view{width:100%}.vue-recycle-scroller.ready.direction-horizontal .vue-recycle-scroller__item-view{height:100%}.scroll-list[data-v-37e01654]{flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden}.scroller[data-v-37e01654]{flex:1;overflow:hidden}.scroller[data-v-37e01654]::-webkit-scrollbar{width:6px}.scroller[data-v-37e01654]::-webkit-scrollbar-track{background:0 0}.scroller[data-v-37e01654]::-webkit-scrollbar-thumb{background-color:#0000001a;border-radius:3px}.scroller[data-v-37e01654]::-webkit-scrollbar-thumb:hover{background-color:#0003}.load-more-trigger[data-v-37e01654]{text-align:center;padding:16px 0}.loading-indicator[data-v-37e01654]{color:var(--color-text-light1);font-size:var(--font-size-m);justify-content:center;align-items:center;gap:8px;display:flex}.loading-indicator .is-loading[data-v-37e01654]{animation:2s linear infinite rotating-37e01654}.no-more-tip[data-v-37e01654]{text-align:center;color:var(--color-text-light1);font-size:var(--font-size-m);padding:16px 0}.empty-state[data-v-37e01654]{flex-direction:column;justify-content:center;align-items:center;min-height:300px;padding:48px 16px;display:flex}.empty-state .empty-icon[data-v-37e01654]{opacity:.5;margin-bottom:16px;font-size:48px}.empty-state .empty-text[data-v-37e01654]{font-size:var(--font-size-m);color:var(--color-text-light1)}@keyframes rotating-37e01654{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.search-wrap[data-v-a129f241]{height:100%}.search-wrap .list-item[data-v-a129f241]{border-bottom:1px solid #0000}.search-wrap .list-item .search-item[data-v-a129f241]{cursor:pointer;align-items:center;min-height:50px;padding:8px 12px;transition:background-color .2s;display:flex}.search-wrap .list-item .search-item[data-v-a129f241]:hover{background-color:#eaf0fe}.search-wrap .list-item .search-item[data-v-a129f241] .el-checkbox,.search-wrap .list-item .search-item .file-type-icon[data-v-a129f241]{margin-right:8px}.search-wrap .list-item .search-item .node-info[data-v-a129f241]{flex-direction:column;flex:1;padding-left:8px;display:flex}.search-wrap .list-item .search-item .node-info .node-label[data-v-a129f241]{color:#1f2329;font-size:14px;font-weight:400;line-height:20px}.search-wrap .list-item .search-item .node-info .node-suffix[data-v-a129f241]{color:#bbbfc4;font-size:12px;line-height:16px}.left-wrap[data-v-6bf8c501]{flex-direction:column;width:50%;height:100%;display:flex}.left-wrap .content[data-v-6bf8c501]{border-right:1px solid #dee0e3;flex-direction:column;height:100%;padding:12px;display:flex}.left-wrap .content .input-wrap[data-v-6bf8c501]{margin-bottom:14px}.left-wrap .content .input-wrap[data-v-6bf8c501] .el-input__wrapper{border-radius:4px}.left-wrap .content[data-v-6bf8c501] .el-segmented{margin-bottom:16px;width:fit-content!important;display:inline-flex!important}.left-wrap .content .tree-container[data-v-6bf8c501]{flex:1;position:relative;overflow:hidden}.left-wrap .content .tree-container .loading-wrapper[data-v-6bf8c501]{z-index:10;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.left-wrap .content .tree-container[data-v-6bf8c501] .element-tree-node-line-ver,.left-wrap .content .tree-container[data-v-6bf8c501] .element-tree-node-line-hor{border-style:solid!important;border-color:#dee0e3!important}.left-wrap .content .tree-container[data-v-6bf8c501] .el-tree-node__content:hover,.left-wrap .content .tree-container[data-v-6bf8c501] .element-tree-node:hover{background-color:#eaf0fe!important}.left-wrap .content .tree-container[data-v-6bf8c501] .el-tree-node__content.is-current{background-color:#0000!important}.left-wrap .content .tree-container .tree-node-content[data-v-6bf8c501]{align-items:center;width:100%;display:flex}.left-wrap .content .tree-container .tree-node-content .node-info[data-v-6bf8c501]{flex-direction:column;flex:1;padding-left:8px;display:flex}.left-wrap .content .tree-container .tree-node-content .node-info .node-label[data-v-6bf8c501]{color:#1f2329;font-size:14px;font-weight:400;line-height:20px}.left-wrap .content .tree-container .tree-node-content .node-info .node-suffix[data-v-6bf8c501]{color:#bbbfc4;font-size:12px;line-height:16px}.doc-sync-select[data-v-c45c2d8e]{border:1px solid #d0d3d6;border-radius:4px;flex-direction:row;width:100%;height:100%;display:flex}
|