onchain-uikit 3.9.4-alpha92 → 3.9.4-alpha94
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/OnChainUniverExcel.js +9 -3
- package/dist/index.js +355 -359
- package/dist/onchain-uikit.css +1 -1
- package/lib/src/components/OnChainTable/EditableCell.d.ts +1 -0
- package/lib/src/components/OnChainUniverExcel/index.d.ts +1 -0
- package/lib/src/components/OnChainUniverExcel/plugin.d.ts +2 -1
- package/package.json +1 -1
|
@@ -160163,7 +160163,12 @@ const selectAttachemnt = ($3) => ({
|
|
|
160163
160163
|
operation: AddAttachmentButtonOperation($3),
|
|
160164
160164
|
menu: CustomMenuItemExportButtonFactory,
|
|
160165
160165
|
icon: { name: "AddAttachmentSingle", component: AddAttachmentSingle }
|
|
160166
|
-
}), registerPlugin = ($3, {
|
|
160166
|
+
}), registerPlugin = ($3, {
|
|
160167
|
+
getUniverSnapshot: t3,
|
|
160168
|
+
saveDatabase: h3,
|
|
160169
|
+
addAttachment: k3,
|
|
160170
|
+
beforeExport: A3
|
|
160171
|
+
}) => {
|
|
160167
160172
|
$3.registerPlugin(UniverSheetsCustomMenuPlugin, {
|
|
160168
160173
|
instance: $3,
|
|
160169
160174
|
menu: [
|
|
@@ -160183,8 +160188,9 @@ const selectAttachemnt = ($3) => ({
|
|
|
160183
160188
|
// after: addAttahment,
|
|
160184
160189
|
}),
|
|
160185
160190
|
CustomExportMenu({
|
|
160191
|
+
before: A3,
|
|
160186
160192
|
snapshot: t3,
|
|
160187
|
-
after: (
|
|
160193
|
+
after: ($8) => {
|
|
160188
160194
|
}
|
|
160189
160195
|
})
|
|
160190
160196
|
]
|
|
@@ -284581,7 +284587,7 @@ const univerConfig = {
|
|
|
284581
284587
|
(M8 = $3.attachment) == null || M8.onChangeVisible(!0);
|
|
284582
284588
|
}, T8 = () => {
|
|
284583
284589
|
const { univerAPI: M8, univer: N8 } = x$2(univerConfig);
|
|
284584
|
-
registerPlugin(N8, { saveDatabase: R8, getUniverSnapshot: A8, addAttachment: I8 }), h3.current = M8, N8.createUnit(Ft$6.UNIVER_SHEET, {}), registerEvent(M8, {
|
|
284590
|
+
registerPlugin(N8, { saveDatabase: R8, getUniverSnapshot: A8, addAttachment: I8, beforeExport: $3.beforeExport }), h3.current = M8, N8.createUnit(Ft$6.UNIVER_SHEET, {}), registerEvent(M8, {
|
|
284585
284591
|
data: $3.dragDataRef,
|
|
284586
284592
|
onDragEnd: $3.onDragEnd
|
|
284587
284593
|
}), k3(N8);
|