@univerjs-pro/sheets-exchange-client 1.0.0-alpha.8 → 1.0.0-beta.0
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/README.md +1 -1
- package/lib/cjs/facade.js +1 -0
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/locale/ar-SA.js +1 -1
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/de-DE.js +1 -1
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/es-ES.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/fr-FR.js +1 -1
- package/lib/cjs/locale/id-ID.js +1 -1
- package/lib/cjs/locale/it-IT.js +1 -1
- package/lib/cjs/locale/ja-JP.js +1 -1
- package/lib/cjs/locale/ko-KR.js +1 -1
- package/lib/cjs/locale/pl-PL.js +1 -1
- package/lib/cjs/locale/pt-BR.js +1 -1
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/sk-SK.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-HK.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/facade.js +1 -0
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ar-SA.js +1 -1
- package/lib/es/locale/ca-ES.js +1 -1
- package/lib/es/locale/de-DE.js +1 -1
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/es-ES.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/fr-FR.js +1 -1
- package/lib/es/locale/id-ID.js +1 -1
- package/lib/es/locale/it-IT.js +1 -1
- package/lib/es/locale/ja-JP.js +1 -1
- package/lib/es/locale/ko-KR.js +1 -1
- package/lib/es/locale/pl-PL.js +1 -1
- package/lib/es/locale/pt-BR.js +1 -1
- package/lib/es/locale/ru-RU.js +1 -1
- package/lib/es/locale/sk-SK.js +1 -1
- package/lib/es/locale/vi-VN.js +1 -1
- package/lib/es/locale/zh-CN.js +1 -1
- package/lib/es/locale/zh-HK.js +1 -1
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/facade.js +1 -0
- package/lib/index.js +1 -1
- package/lib/locale/ar-SA.js +1 -1
- package/lib/locale/ca-ES.js +1 -1
- package/lib/locale/de-DE.js +1 -1
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/es-ES.js +1 -1
- package/lib/locale/fa-IR.js +1 -1
- package/lib/locale/fr-FR.js +1 -1
- package/lib/locale/id-ID.js +1 -1
- package/lib/locale/it-IT.js +1 -1
- package/lib/locale/ja-JP.js +1 -1
- package/lib/locale/ko-KR.js +1 -1
- package/lib/locale/pl-PL.js +1 -1
- package/lib/locale/pt-BR.js +1 -1
- package/lib/locale/ru-RU.js +1 -1
- package/lib/locale/sk-SK.js +1 -1
- package/lib/locale/vi-VN.js +1 -1
- package/lib/locale/zh-CN.js +1 -1
- package/lib/locale/zh-HK.js +1 -1
- package/lib/locale/zh-TW.js +1 -1
- package/lib/types/commands/operations/exchange.operation.d.ts +17 -3
- package/lib/types/config/config.d.ts +17 -0
- package/lib/types/controllers/menu.d.ts +2 -2
- package/lib/types/facade/f-univer.d.ts +138 -0
- package/lib/types/facade/index.d.ts +2 -0
- package/lib/types/index.d.ts +2 -0
- package/lib/types/services/sheet-exchange-operate.service.d.ts +22 -0
- package/lib/types/services/sheet-exchange.service.d.ts +27 -0
- package/lib/umd/facade.js +1 -0
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/id-ID.js +1 -1
- package/lib/umd/locale/it-IT.js +1 -1
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/pl-PL.js +1 -1
- package/lib/umd/locale/pt-BR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-HK.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +20 -8
|
@@ -0,0 +1,138 @@
|
|
|
1
|
+
import type { ExchangeFormat, ISnapshotBlockJson, ISnapshotBlockJsonResponse } from '@univerjs-pro/exchange-client';
|
|
2
|
+
import type { IWorkbookData } from '@univerjs/core';
|
|
3
|
+
import { FUniver } from '@univerjs/core/facade';
|
|
4
|
+
/** @ignore */
|
|
5
|
+
export interface IFUniverSheetsExchangeClientMixin {
|
|
6
|
+
/**
|
|
7
|
+
* Import an XLSX, XLS, CSV, or TSV file into a persisted Sheet unit.
|
|
8
|
+
* @param {string | File} file File object or URL of the file to import
|
|
9
|
+
* @returns {Promise<string | undefined>} A promise that resolves to the imported unit ID, or `undefined` when the import does not produce a unit
|
|
10
|
+
*
|
|
11
|
+
* @example
|
|
12
|
+
* ```typescript
|
|
13
|
+
* // Accepts a File object
|
|
14
|
+
* const unitId = await univerAPI.importSheetToUnitIdAsync(file);
|
|
15
|
+
* // Or accepts a URL to a remote file
|
|
16
|
+
* // const unitId = await univerAPI.importSheetToUnitIdAsync('https://example.com/budget.xlsx');
|
|
17
|
+
*
|
|
18
|
+
* if (unitId) {
|
|
19
|
+
* console.log('Imported Sheet unit:', unitId);
|
|
20
|
+
* }
|
|
21
|
+
* ```
|
|
22
|
+
*/
|
|
23
|
+
importSheetToUnitIdAsync(file: File | string): Promise<string | undefined>;
|
|
24
|
+
/**
|
|
25
|
+
* Import an XLSX, XLS, CSV, or TSV file into workbook snapshot data.
|
|
26
|
+
* @param {string | File} file File object or URL of the file to import
|
|
27
|
+
* @returns {Promise<IWorkbookData | undefined>} A promise that resolves to the imported workbook data, or `undefined` when the import does not produce a snapshot
|
|
28
|
+
*
|
|
29
|
+
* @example
|
|
30
|
+
* ```typescript
|
|
31
|
+
* // Accepts a File object
|
|
32
|
+
* const workbookData = await univerAPI.importSheetToSnapshotAsync(file);
|
|
33
|
+
* // Or accepts a URL to a remote file
|
|
34
|
+
* // const workbookData = await univerAPI.importSheetToSnapshotAsync('https://example.com/report.csv');
|
|
35
|
+
*
|
|
36
|
+
* if (workbookData) {
|
|
37
|
+
* univerAPI.createWorkbook(workbookData);
|
|
38
|
+
* }
|
|
39
|
+
* ```
|
|
40
|
+
*/
|
|
41
|
+
importSheetToSnapshotAsync(file: File | string): Promise<IWorkbookData | undefined>;
|
|
42
|
+
/**
|
|
43
|
+
* Export a persisted Sheet unit as an XLSX, CSV, or TSV file.
|
|
44
|
+
* @param {string} unitId ID of the Sheet unit to export
|
|
45
|
+
* @param {ExchangeFormat} [format=ExchangeFormat.XLSX] Output format
|
|
46
|
+
* @param {string} [sheetId] Sheet ID to export when the format is CSV or TSV
|
|
47
|
+
* @returns {Promise<File | undefined>} A promise that resolves to the exported file, or `undefined` when the export does not produce a file
|
|
48
|
+
*
|
|
49
|
+
* @example
|
|
50
|
+
* ```typescript
|
|
51
|
+
* import { ExchangeFormat } from '@univerjs-pro/exchange-client';
|
|
52
|
+
*
|
|
53
|
+
* const workbook = univerAPI.getActiveWorkbook();
|
|
54
|
+
* if (workbook) {
|
|
55
|
+
* const file = await univerAPI.exportSheetByUnitIdAsync(
|
|
56
|
+
* workbook.getId(),
|
|
57
|
+
* ExchangeFormat.XLSX
|
|
58
|
+
* );
|
|
59
|
+
*
|
|
60
|
+
* if (file) {
|
|
61
|
+
* univerAPI.downloadFile(file, 'budget', ExchangeFormat.XLSX);
|
|
62
|
+
* }
|
|
63
|
+
* }
|
|
64
|
+
* ```
|
|
65
|
+
*/
|
|
66
|
+
exportSheetByUnitIdAsync(unitId: string, format?: ExchangeFormat, sheetId?: string): Promise<File | undefined>;
|
|
67
|
+
/**
|
|
68
|
+
* Export workbook snapshot data as an XLSX, CSV, or TSV file.
|
|
69
|
+
* @param {IWorkbookData} snapshot Workbook data to export
|
|
70
|
+
* @param {ExchangeFormat} [format=ExchangeFormat.XLSX] Output format
|
|
71
|
+
* @param {string} [sheetId] Sheet ID to export when the format is CSV or TSV
|
|
72
|
+
* @returns {Promise<File | undefined>} A promise that resolves to the exported file, or `undefined` when the export does not produce a file
|
|
73
|
+
*
|
|
74
|
+
* @example
|
|
75
|
+
* ```typescript
|
|
76
|
+
* import { ExchangeFormat } from '@univerjs-pro/exchange-client';
|
|
77
|
+
*
|
|
78
|
+
* const workbook = univerAPI.getActiveWorkbook();
|
|
79
|
+
* if (workbook) {
|
|
80
|
+
* const snapshot = workbook.save();
|
|
81
|
+
* const file = await univerAPI.exportSheetBySnapshotAsync(
|
|
82
|
+
* snapshot,
|
|
83
|
+
* ExchangeFormat.CSV,
|
|
84
|
+
* workbook.getActiveSheet().getSheetId()
|
|
85
|
+
* );
|
|
86
|
+
*
|
|
87
|
+
* if (file) {
|
|
88
|
+
* univerAPI.downloadFile(file, 'active-sheet', ExchangeFormat.CSV);
|
|
89
|
+
* }
|
|
90
|
+
* }
|
|
91
|
+
* ```
|
|
92
|
+
*/
|
|
93
|
+
exportSheetBySnapshotAsync(snapshot: IWorkbookData, format?: ExchangeFormat, sheetId?: string): Promise<File | undefined>;
|
|
94
|
+
/**
|
|
95
|
+
* Convert Sheet snapshot JSON returned by the exchange service into workbook data.
|
|
96
|
+
* @param {ISnapshotBlockJsonResponse} json Snapshot JSON and Sheet blocks returned by the exchange service
|
|
97
|
+
* @returns {Promise<IWorkbookData>} A promise that resolves to workbook data that can be passed to `createWorkbook`
|
|
98
|
+
*
|
|
99
|
+
* @example
|
|
100
|
+
* ```typescript
|
|
101
|
+
* import type { ISnapshotBlockJsonResponse } from '@univerjs-pro/exchange-client';
|
|
102
|
+
*
|
|
103
|
+
* const response = await fetch('/api/sheet-snapshot');
|
|
104
|
+
* const snapshotJson = await response.json() as ISnapshotBlockJsonResponse;
|
|
105
|
+
* const workbookData = await univerAPI.transformSnapshotJsonToWorkbookDataAsync(snapshotJson);
|
|
106
|
+
* univerAPI.createWorkbook(workbookData);
|
|
107
|
+
* ```
|
|
108
|
+
*/
|
|
109
|
+
transformSnapshotJsonToWorkbookDataAsync(json: ISnapshotBlockJsonResponse): Promise<IWorkbookData>;
|
|
110
|
+
/**
|
|
111
|
+
* Convert workbook data into snapshot JSON accepted by the exchange service.
|
|
112
|
+
* @param {IWorkbookData} workbookData Workbook data to convert
|
|
113
|
+
* @returns {Promise<ISnapshotBlockJson>} A promise that resolves to Snapshot JSON containing the workbook metadata and encoded Sheet blocks
|
|
114
|
+
*
|
|
115
|
+
* @example
|
|
116
|
+
* ```typescript
|
|
117
|
+
* const workbook = univerAPI.getActiveWorkbook();
|
|
118
|
+
* if (workbook) {
|
|
119
|
+
* const workbookData = workbook.save();
|
|
120
|
+
* const snapshotJson = await univerAPI.transformWorkbookDataToSnapshotJsonAsync(workbookData);
|
|
121
|
+
* console.log('Sheet snapshot JSON:', snapshotJson);
|
|
122
|
+
* }
|
|
123
|
+
* ```
|
|
124
|
+
*/
|
|
125
|
+
transformWorkbookDataToSnapshotJsonAsync(workbookData: IWorkbookData): Promise<ISnapshotBlockJson>;
|
|
126
|
+
}
|
|
127
|
+
export declare class FUniverSheetsExchangeClientMixin extends FUniver implements IFUniverSheetsExchangeClientMixin {
|
|
128
|
+
importSheetToUnitIdAsync(file: File | string): Promise<string | undefined>;
|
|
129
|
+
importSheetToSnapshotAsync(file: File | string): Promise<IWorkbookData | undefined>;
|
|
130
|
+
exportSheetByUnitIdAsync(unitId: string, format?: ExchangeFormat, sheetId?: string): Promise<File | undefined>;
|
|
131
|
+
exportSheetBySnapshotAsync(snapshot: IWorkbookData, format?: ExchangeFormat, sheetId?: string): Promise<File | undefined>;
|
|
132
|
+
transformSnapshotJsonToWorkbookDataAsync(json: ISnapshotBlockJsonResponse): Promise<IWorkbookData>;
|
|
133
|
+
transformWorkbookDataToSnapshotJsonAsync(workbookData: IWorkbookData): Promise<ISnapshotBlockJson>;
|
|
134
|
+
}
|
|
135
|
+
declare module '@univerjs/core/facade' {
|
|
136
|
+
interface FUniver extends IFUniverSheetsExchangeClientMixin {
|
|
137
|
+
}
|
|
138
|
+
}
|
package/lib/types/index.d.ts
CHANGED
|
@@ -1,2 +1,4 @@
|
|
|
1
|
+
export type { IUniverSheetsExchangeClientConfig } from './config/config';
|
|
1
2
|
export { menuSchema as SheetsExchangeClientMenuSchema } from './menu/schema';
|
|
2
3
|
export { UniverSheetsExchangeClientPlugin } from './plugin';
|
|
4
|
+
export { ISheetExchangeService } from './services/sheet-exchange.service';
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { ExchangeFormat, IExchangeOperateService } from '@univerjs-pro/exchange-client';
|
|
2
|
+
import { IResourceLoaderService, IUniverInstanceService } from '@univerjs/core';
|
|
3
|
+
import { ISheetExchangeService } from './sheet-exchange.service';
|
|
4
|
+
export interface ISheetExchangeOperateService {
|
|
5
|
+
importSheetToUnitId(): Promise<string | undefined>;
|
|
6
|
+
importSheetToSnapshot(): Promise<void>;
|
|
7
|
+
exportSheetByUnitId(unitId?: string, unitName?: string, format?: ExchangeFormat, sheetId?: string): Promise<void>;
|
|
8
|
+
exportSheetBySnapshot(format?: ExchangeFormat, sheetId?: string): Promise<void>;
|
|
9
|
+
}
|
|
10
|
+
export declare const ISheetExchangeOperateService: import("@wendellhu/redi").IdentifierDecorator<ISheetExchangeOperateService>;
|
|
11
|
+
export declare class SheetExchangeOperateService implements ISheetExchangeOperateService {
|
|
12
|
+
private readonly _sheetExchangeService;
|
|
13
|
+
private readonly _exchangeOperateService;
|
|
14
|
+
private readonly _univerInstanceService;
|
|
15
|
+
private readonly _resourceLoaderService;
|
|
16
|
+
constructor(_sheetExchangeService: ISheetExchangeService, _exchangeOperateService: IExchangeOperateService, _univerInstanceService: IUniverInstanceService, _resourceLoaderService: IResourceLoaderService);
|
|
17
|
+
importSheetToUnitId(): Promise<string | undefined>;
|
|
18
|
+
importSheetToSnapshot(): Promise<void>;
|
|
19
|
+
exportSheetByUnitId(unitId?: string, unitName?: string, format?: ExchangeFormat, sheetId?: string): Promise<void>;
|
|
20
|
+
exportSheetBySnapshot(format?: ExchangeFormat, sheetId?: string): Promise<void>;
|
|
21
|
+
private _getCurrentWorkbook;
|
|
22
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import type { ISnapshotBlockJson, ISnapshotBlockJsonResponse } from '@univerjs-pro/exchange-client';
|
|
2
|
+
import type { IWorkbookData } from '@univerjs/core';
|
|
3
|
+
import { ExchangeFormat, IExchangeService } from '@univerjs-pro/exchange-client';
|
|
4
|
+
import { IConfigService } from '@univerjs/core';
|
|
5
|
+
export interface ISheetExchangeService {
|
|
6
|
+
importSheetToUnitId(file: File | string): Promise<string | undefined>;
|
|
7
|
+
importSheetToSnapshot(file: File | string): Promise<IWorkbookData | undefined>;
|
|
8
|
+
exportSheetByUnitId(unitId: string, format?: ExchangeFormat, sheetId?: string): Promise<File | undefined>;
|
|
9
|
+
exportSheetBySnapshot(snapshot: IWorkbookData, format?: ExchangeFormat, sheetId?: string): Promise<File | undefined>;
|
|
10
|
+
transformSnapshotJsonToWorkbookData(json: ISnapshotBlockJsonResponse): Promise<IWorkbookData>;
|
|
11
|
+
transformWorkbookDataToSnapshotJson(workbookData: IWorkbookData): Promise<ISnapshotBlockJson>;
|
|
12
|
+
}
|
|
13
|
+
export declare const ISheetExchangeService: import("@wendellhu/redi").IdentifierDecorator<ISheetExchangeService>;
|
|
14
|
+
export declare class SheetExchangeService implements ISheetExchangeService {
|
|
15
|
+
private readonly _exchangeService;
|
|
16
|
+
private readonly _configService;
|
|
17
|
+
constructor(_exchangeService: IExchangeService, _configService: IConfigService);
|
|
18
|
+
importSheetToUnitId(file: File | string): Promise<string | undefined>;
|
|
19
|
+
importSheetToSnapshot(file: File | string): Promise<IWorkbookData | undefined>;
|
|
20
|
+
exportSheetByUnitId(unitId: string, format?: ExchangeFormat, sheetId?: string): Promise<File | undefined>;
|
|
21
|
+
exportSheetBySnapshot(snapshot: IWorkbookData, format?: ExchangeFormat, sheetId?: string): Promise<File | undefined>;
|
|
22
|
+
transformSnapshotJsonToWorkbookData(json: ISnapshotBlockJsonResponse): Promise<IWorkbookData>;
|
|
23
|
+
transformWorkbookDataToSnapshotJson(workbookData: IWorkbookData): Promise<ISnapshotBlockJson>;
|
|
24
|
+
private _getConfig;
|
|
25
|
+
private _createImportOptions;
|
|
26
|
+
private _createExportOptions;
|
|
27
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x3f8c(_0x1409c5,_0x10537f){_0x1409c5=_0x1409c5-0xf5;var _0x39b71c=_0x39b7();var _0x3f8c4c=_0x39b71c[_0x1409c5];return _0x3f8c4c;}(function(_0x5f04be,_0x203205){var _0x402b84=_0x3f8c,_0x20e4e1=_0x5f04be();while(!![]){try{var _0x1e463f=parseInt(_0x402b84(0xf7))/0x1*(parseInt(_0x402b84(0xf8))/0x2)+parseInt(_0x402b84(0x102))/0x3+parseInt(_0x402b84(0x109))/0x4+-parseInt(_0x402b84(0x10a))/0x5*(parseInt(_0x402b84(0xff))/0x6)+parseInt(_0x402b84(0x106))/0x7*(parseInt(_0x402b84(0x10f))/0x8)+-parseInt(_0x402b84(0xfe))/0x9*(parseInt(_0x402b84(0x100))/0xa)+-parseInt(_0x402b84(0xf6))/0xb;if(_0x1e463f===_0x203205)break;else _0x20e4e1['push'](_0x20e4e1['shift']());}catch(_0x1bcee4){_0x20e4e1['push'](_0x20e4e1['shift']());}}}(_0x39b7,0xd7736),function(_0x5daaef,_0x37eed0){var _0x7bd900=_0x3f8c;typeof exports=='object'&&typeof module<'u'?_0x37eed0(require('@univerjs-pro/sheets-exchange-client'),require('@univerjs/core/facade')):typeof define==_0x7bd900(0xfa)&&define[_0x7bd900(0xfd)]?define(['@univerjs-pro/sheets-exchange-client',_0x7bd900(0xfb)],_0x37eed0):(_0x5daaef=typeof globalThis<'u'?globalThis:_0x5daaef||self,_0x37eed0(_0x5daaef[_0x7bd900(0x108)],_0x5daaef['UniverCoreFacade']));}(this,function(_0x385193,_0x2d2206){var _0xd44d25=_0x3f8c,_0x42f06a=class extends _0x2d2206[_0xd44d25(0x10c)]{[_0xd44d25(0xf9)](_0xf4e1fe){var _0x2ff1bb=_0xd44d25;return this[_0x2ff1bb(0x105)][_0x2ff1bb(0x111)](_0x385193['ISheetExchangeService'])[_0x2ff1bb(0xfc)](_0xf4e1fe);}[_0xd44d25(0x107)](_0x2496a3){var _0x3c7fbd=_0xd44d25;return this[_0x3c7fbd(0x105)][_0x3c7fbd(0x111)](_0x385193[_0x3c7fbd(0x101)])['importSheetToSnapshot'](_0x2496a3);}[_0xd44d25(0x10b)](_0x612b43,_0x4cfa7e,_0x17ba92){var _0x17efa5=_0xd44d25;return this[_0x17efa5(0x105)]['get'](_0x385193['ISheetExchangeService'])[_0x17efa5(0x10e)](_0x612b43,_0x4cfa7e,_0x17ba92);}[_0xd44d25(0x104)](_0xadeca4,_0x5d731b,_0x426182){var _0x4ef265=_0xd44d25;return this[_0x4ef265(0x105)][_0x4ef265(0x111)](_0x385193['ISheetExchangeService'])[_0x4ef265(0x110)](_0xadeca4,_0x5d731b,_0x426182);}[_0xd44d25(0xf5)](_0x23db57){var _0x2b889f=_0xd44d25;return this['_injector'][_0x2b889f(0x111)](_0x385193[_0x2b889f(0x101)])['transformSnapshotJsonToWorkbookData'](_0x23db57);}[_0xd44d25(0x10d)](_0x42c66a){var _0x295f0f=_0xd44d25;return this[_0x295f0f(0x105)]['get'](_0x385193[_0x295f0f(0x101)])[_0x295f0f(0x103)](_0x42c66a);}};_0x2d2206['FUniver']['extend'](_0x42f06a);}));function _0x39b7(){var _0x595631=['FUniver','transformWorkbookDataToSnapshotJsonAsync','exportSheetByUnitId','8visXIj','exportSheetBySnapshot','get','transformSnapshotJsonToWorkbookDataAsync','17094385QUSaFe','6813vntMMo','506gZDdJe','importSheetToUnitIdAsync','function','@univerjs/core/facade','importSheetToUnitId','amd','12762567EPcImK','96AYqgey','10rMLBTL','ISheetExchangeService','4947549AZFliP','transformWorkbookDataToSnapshotJson','exportSheetBySnapshotAsync','_injector','571613RSJQvm','importSheetToSnapshotAsync','UniverProSheetsExchangeClient','3261524lwmCwa','129790jtAdYU','exportSheetByUnitIdAsync'];_0x39b7=function(){return _0x595631;};return _0x39b7();}
|
package/lib/umd/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x34c3(_0x3685fc,_0x28d682){_0x3685fc=_0x3685fc-0x1d6;const _0x4404df=_0x4404();let _0x34c3e5=_0x4404df[_0x3685fc];return _0x34c3e5;}(function(_0x1f52cd,_0x5c29a5){const _0x58a477=_0x34c3,_0x59b0d4=_0x1f52cd();while(!![]){try{const _0x3f080a=-parseInt(_0x58a477(0x1e1))/0x1*(-parseInt(_0x58a477(0x1e6))/0x2)+parseInt(_0x58a477(0x21c))/0x3+parseInt(_0x58a477(0x224))/0x4+-parseInt(_0x58a477(0x217))/0x5*(-parseInt(_0x58a477(0x228))/0x6)+parseInt(_0x58a477(0x1e3))/0x7+parseInt(_0x58a477(0x227))/0x8+-parseInt(_0x58a477(0x1d8))/0x9;if(_0x3f080a===_0x5c29a5)break;else _0x59b0d4['push'](_0x59b0d4['shift']());}catch(_0x44a0f2){_0x59b0d4['push'](_0x59b0d4['shift']());}}}(_0x4404,0xbcc6b),function(_0x535a03,_0x37838d){const _0x18cff9=_0x34c3;typeof exports=='object'&&typeof module<'u'?_0x37838d(exports,require('@univerjs/ui'),require('@univerjs-pro/exchange-client'),require('@univerjs/core'),require('@univerjs/sheets'),require('@univerjs/sheets-ui'),require('@univerjs-pro/license')):typeof define==_0x18cff9(0x223)&&define[_0x18cff9(0x1fe)]?define([_0x18cff9(0x22c),_0x18cff9(0x220),_0x18cff9(0x1da),_0x18cff9(0x231),_0x18cff9(0x225),_0x18cff9(0x1e2),_0x18cff9(0x1fa)],_0x37838d):(_0x535a03=typeof globalThis<'u'?globalThis:_0x535a03||self,_0x37838d(_0x535a03[_0x18cff9(0x216)]={},_0x535a03[_0x18cff9(0x1f9)],_0x535a03[_0x18cff9(0x1df)],_0x535a03[_0x18cff9(0x203)],_0x535a03[_0x18cff9(0x1f6)],_0x535a03[_0x18cff9(0x1d6)],_0x535a03[_0x18cff9(0x21d)]));}(this,function(_0x191a08,_0x4f5b40,_0x23b602,_0x4a584f,_0x3e5aec,_0x12fdcf,_0x94441b){const _0x24bcc5=_0x34c3;Object['defineProperty'](_0x191a08,Symbol[_0x24bcc5(0x209)],{'value':'Module'});let _0x40478f={'id':_0x24bcc5(0x202),'type':_0x4a584f['CommandType'][_0x24bcc5(0x229)],'handler':async _0x7a0ddd=>{const _0x54b696=_0x24bcc5;let _0x55a746=_0x7a0ddd[_0x54b696(0x20b)](_0x23b602['IExchangeOperateService']);return(0x0,_0x23b602[_0x54b696(0x1e5)])(_0x7a0ddd,_0x4a584f[_0x54b696(0x214)]['UNIVER_SHEET'])?await _0x55a746[_0x54b696(0x21b)]():await _0x55a746[_0x54b696(0x1e8)](),!0x0;}},_0x220062={'id':_0x24bcc5(0x1fb),'type':_0x4a584f['CommandType']['OPERATION'],'handler':async _0x1e923d=>{const _0x4f56b6=_0x24bcc5;let _0x1edaba=_0x1e923d[_0x4f56b6(0x20b)](_0x23b602[_0x4f56b6(0x205)]);return(0x0,_0x23b602['isCurrentUnitLoadedFromServer'])(_0x1e923d,_0x4a584f['UniverInstanceType'][_0x4f56b6(0x218)])?await _0x1edaba[_0x4f56b6(0x1d9)]():await _0x1edaba[_0x4f56b6(0x22f)](),!0x0;}},_0x13f3d5=_0x24bcc5(0x20f);function _0x151ed8(_0x33392f){const _0x3502af=_0x24bcc5;return{'id':_0x13f3d5,'type':_0x4f5b40[_0x3502af(0x1f8)][_0x3502af(0x20a)],'icon':_0x3502af(0x1ed),'tooltip':_0x3502af(0x1f4),'hidden$':(0x0,_0x4f5b40['getMenuHiddenObservable'])(_0x33392f,_0x4a584f['UniverInstanceType']['UNIVER_SHEET']),'disabled$':(0x0,_0x12fdcf[_0x3502af(0x213)])(_0x33392f,{'workbookTypes':[_0x3e5aec[_0x3502af(0x230)]]})};}function _0x3607db(){const _0x4dc4a4=_0x24bcc5;return{'id':_0x40478f['id'],'type':_0x4f5b40['MenuItemType']['BUTTON'],'title':_0x4dc4a4(0x22b),'icon':_0x4dc4a4(0x1d7)};}function _0x470384(){const _0x10c4f5=_0x24bcc5;return{'id':_0x220062['id'],'type':_0x4f5b40['MenuItemType'][_0x10c4f5(0x21a)],'title':_0x10c4f5(0x1fc),'icon':_0x10c4f5(0x1f3)};}let _0x242b61={[_0x4f5b40['RibbonStartGroup'][_0x24bcc5(0x219)]]:{[_0x13f3d5]:{'order':0.03,'gridLayout':{'row':0x1,'column':0x2,'rowSpan':0x2,'showLabel':!0x0},'menuItemFactory':_0x151ed8,[_0x40478f['id']]:{'order':0x0,'menuItemFactory':_0x3607db},[_0x220062['id']]:{'order':0x1,'menuItemFactory':_0x470384}}}};var _0x1d8a43=_0x24bcc5(0x1e7),_0x17ab23=_0x24bcc5(0x208);let _0x3b682d={};function _0x39502b(_0x50da6c,_0x3708de){return function(_0x10b21f,_0x34b9b1){_0x3708de(_0x10b21f,_0x34b9b1,_0x50da6c);};}function _0x399843(_0x2f92c4,_0x441f86,_0x1965a2,_0x20e83e){const _0x480a32=_0x24bcc5;var _0x3e70e3=arguments[_0x480a32(0x1dc)],_0x33f65b=_0x3e70e3<0x3?_0x441f86:_0x20e83e===null?_0x20e83e=Object['getOwnPropertyDescriptor'](_0x441f86,_0x1965a2):_0x20e83e,_0xc0fd90;if(typeof Reflect=='object'&&typeof Reflect['decorate']==_0x480a32(0x223))_0x33f65b=Reflect['decorate'](_0x2f92c4,_0x441f86,_0x1965a2,_0x20e83e);else{for(var _0x306b26=_0x2f92c4[_0x480a32(0x1dc)]-0x1;_0x306b26>=0x0;_0x306b26--)(_0xc0fd90=_0x2f92c4[_0x306b26])&&(_0x33f65b=(_0x3e70e3<0x3?_0xc0fd90(_0x33f65b):_0x3e70e3>0x3?_0xc0fd90(_0x441f86,_0x1965a2,_0x33f65b):_0xc0fd90(_0x441f86,_0x1965a2))||_0x33f65b);}return _0x3e70e3>0x3&&_0x33f65b&&Object[_0x480a32(0x201)](_0x441f86,_0x1965a2,_0x33f65b),_0x33f65b;}let _0x310160=class extends _0x4a584f[_0x24bcc5(0x200)]{constructor(_0x35e40b,_0x48a05a){const _0x43497e=_0x24bcc5;super(),this[_0x43497e(0x226)]=_0x35e40b,this[_0x43497e(0x1dd)]=_0x48a05a,this[_0x43497e(0x210)](),this[_0x43497e(0x20c)]();}['_initCommands'](){const _0xe5c96e=_0x24bcc5;[_0x40478f,_0x220062][_0xe5c96e(0x207)](_0x562a4e=>{const _0x1ac615=_0xe5c96e;this[_0x1ac615(0x20d)](this[_0x1ac615(0x226)][_0x1ac615(0x1f0)](_0x562a4e));});}[_0x24bcc5(0x20c)](){const _0x1edad4=_0x24bcc5;this['_menuManagerService'][_0x1edad4(0x22e)](_0x242b61);}};_0x310160=_0x399843([_0x39502b(0x0,_0x4a584f[_0x24bcc5(0x211)]),_0x39502b(0x1,_0x4f5b40[_0x24bcc5(0x21f)])],_0x310160);function _0x4a46cb(_0x11b7b6){'@babel/helpers - typeof';const _0xdd823=_0x24bcc5;return _0x4a46cb=typeof Symbol==_0xdd823(0x223)&&typeof Symbol[_0xdd823(0x232)]==_0xdd823(0x215)?function(_0xcd3b7d){return typeof _0xcd3b7d;}:function(_0x111216){const _0x2a1354=_0xdd823;return _0x111216&&typeof Symbol=='function'&&_0x111216[_0x2a1354(0x1ef)]===Symbol&&_0x111216!==Symbol['prototype']?_0x2a1354(0x215):typeof _0x111216;},_0x4a46cb(_0x11b7b6);}function _0x12bb12(_0x5a65c6,_0x110796){const _0xd29fcd=_0x24bcc5;if(_0x4a46cb(_0x5a65c6)!=_0xd29fcd(0x22a)||!_0x5a65c6)return _0x5a65c6;var _0x26a571=_0x5a65c6[Symbol[_0xd29fcd(0x1e0)]];if(_0x26a571!==void 0x0){var _0x9f520b=_0x26a571[_0xd29fcd(0x1f5)](_0x5a65c6,_0x110796||_0xd29fcd(0x222));if(_0x4a46cb(_0x9f520b)!=_0xd29fcd(0x22a))return _0x9f520b;throw TypeError(_0xd29fcd(0x1ec));}return(_0x110796===_0xd29fcd(0x1de)?String:Number)(_0x5a65c6);}function _0x19ef11(_0x2d6a1c){const _0x35d80d=_0x24bcc5;var _0x21d96f=_0x12bb12(_0x2d6a1c,'string');return _0x4a46cb(_0x21d96f)==_0x35d80d(0x215)?_0x21d96f:_0x21d96f+'';}function _0x2f5568(_0x2353bc,_0xdc62ee,_0x5f1270){const _0x343b67=_0x24bcc5;return(_0xdc62ee=_0x19ef11(_0xdc62ee))in _0x2353bc?Object[_0x343b67(0x201)](_0x2353bc,_0xdc62ee,{'value':_0x5f1270,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x2353bc[_0xdc62ee]=_0x5f1270,_0x2353bc;}let _0x526b7b=class extends _0x4a584f[_0x24bcc5(0x204)]{constructor(_0x35c4b6=_0x3b682d,_0x37bc8c,_0x5a42b4){const _0x3f929b=_0x24bcc5;super(),this[_0x3f929b(0x1e4)]=_0x35c4b6,this[_0x3f929b(0x221)]=_0x37bc8c,this[_0x3f929b(0x1f7)]=_0x5a42b4;let {menu:_0x4618e7,..._0x310c24}=(0x0,_0x4a584f[_0x3f929b(0x1fd)])({},_0x3b682d,this['_config']);_0x4618e7&&this['_configService'][_0x3f929b(0x1e9)](_0x3f929b(0x22d),_0x4618e7,{'merge':!0x0}),this[_0x3f929b(0x1f7)]['setConfig']('sheets-exchange-client.config',_0x310c24);}[_0x24bcc5(0x1ff)](){const _0x531f7d=_0x24bcc5;[[_0x310160]]['forEach'](_0x32cf54=>this[_0x531f7d(0x221)][_0x531f7d(0x21e)](_0x32cf54));}[_0x24bcc5(0x20e)](){const _0x3f9c16=_0x24bcc5;this['_injector'][_0x3f9c16(0x20b)](_0x310160);}};_0x2f5568(_0x526b7b,'pluginName','SHEET_EXCHANGE_CLIENT_PLUGIN'),_0x2f5568(_0x526b7b,'packageName',_0x1d8a43),_0x2f5568(_0x526b7b,'version',_0x17ab23),_0x2f5568(_0x526b7b,'type',_0x4a584f[_0x24bcc5(0x214)]['UNIVER_SHEET']),_0x526b7b=_0x399843([(0x0,_0x4a584f[_0x24bcc5(0x1db)])(_0x94441b[_0x24bcc5(0x1f2)],_0x4f5b40[_0x24bcc5(0x1f1)],_0x23b602[_0x24bcc5(0x212)]),_0x39502b(0x1,(0x0,_0x4a584f[_0x24bcc5(0x206)])(_0x4a584f['Injector'])),_0x39502b(0x2,_0x4a584f[_0x24bcc5(0x1ea)])],_0x526b7b),_0x191a08[_0x24bcc5(0x1eb)]=_0x242b61,Object['defineProperty'](_0x191a08,_0x24bcc5(0x1ee),{'enumerable':!0x0,'get':function(){return _0x526b7b;}});}));function _0x4404(){const _0x2610f3=['SheetsExchangeClientMenuSchema','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','DirectExportIcon','UniverSheetsExchangeClientPlugin','constructor','registerCommand','UniverUIPlugin','UniverLicensePlugin','ExportIcon','sheets-exchange-client.file','call','UniverSheets','_configService','MenuItemType','UniverUi','@univerjs-pro/license','exchange-client.operation.export-xlsx','sheets-exchange-client.download','merge','amd','onStarting','Disposable','defineProperty','exchange-client.operation.import-xlsx','UniverCore','Plugin','IExchangeOperateService','Inject','forEach','1.0.0-alpha.8','toStringTag','SUBITEMS','get','_initMenus','disposeWithMe','onReady','sheets-exchange-client.operation.exchange','_initCommands','ICommandService','UniverExchangeClientPlugin','getCurrentRangeDisable$','UniverInstanceType','symbol','UniverProSheetsExchangeClient','110xnytdU','UNIVER_SHEET','OTHERS','BUTTON','importXLSXToUnitId','1314951LnucqS','UniverProLicense','add','IMenuManagerService','@univerjs/ui','_injector','default','function','2074624BudESj','@univerjs/sheets','_commandService','3526960oknyZK','330156WJXnIW','OPERATION','object','sheets-exchange-client.upload','exports','menu','mergeMenu','exportXLSXBySnapshot','WorkbookExportPermission','@univerjs/core','iterator','UniverSheetsUi','FolderIcon','31377078BVWpPZ','exportXLSXByUnitId','@univerjs-pro/exchange-client','DependentOn','length','_menuManagerService','string','UniverProExchangeClient','toPrimitive','267057sTqUfp','@univerjs/sheets-ui','7819280tSZoGA','_config','isCurrentUnitLoadedFromServer','4QPEgum','@univerjs-pro/sheets-exchange-client','importXLSXToSnapshot','setConfig','IConfigService'];_0x4404=function(){return _0x2610f3;};return _0x4404();}
|
|
1
|
+
function _0x29e0(){const _0x4d747b=['@univerjs-pro/sheets-exchange-client','Inject','UniverSheetsUi','Injector','ISheetExchangeService','menu','getOwnPropertyDescriptor','20XIUoBK','sheets-exchange-client.sheet-exchange-operate.service','LocaleService','data','toPrimitive','MenuItemType','ICommandService','transformSnapshotJsonToWorkbookData','getSnapshot','_configService','function','parse','UniverProLicense','packageName','_sheetExchangeService','No\x20unit\x20of\x20type\x20','getCurrentUnitOfType','transformSnapshotToWorkbookData','executeCommand','Plugin','format','_univerInstanceService','getSheetId','IExchangeService','ExportIcon','DependentOn','decorate','UniverInstanceType','map','_initMenus','name','_createExportOptions','IResourceLoaderService','IDialogService','createIdentifier','exportSheetBySnapshot','@univerjs-pro/license','exportFile','@univerjs-pro/collaboration','exportFileBySnapshot','WorkbookExportPermission','sheetId','_exchangeService','_initCommands','symbol','toStringTag','length','UniverCore','6BLuYKP','Module','_createImportOptions','mergeMenu','getConfig','UniverProSheetsExchangeClient','sheets-exchange-client.file','218643BvffvS','_commandService','sheets-exchange-client.operation.import-sheet','sheets-exchange-client.upload','_exchangeOperateService','UNIVER_SHEET','sheets-exchange-client.download','IMenuManagerService','getCurrentRangeDisable$','TSV','SUBITEMS','registerCommand','IUniverInstanceService','sheets-exchange-client.config','importSheetToUnitId','onReady','29541aKmxSj','add','isCurrentUnitLoadedFromServer','exportSheetByUnitId','IExchangeOperateService','version','transformWorkbookSnapshotMetaToString','OPERATION','constructor','object','1.0.0-beta.0','UniverProExchangeClient','importFileToJson','sheets-exchange-client.operation.export-sheet-by-format','@univerjs/sheets','setConfig','6554779PJGYLJ','_injector','exports','OTHERS','@univerjs-pro/exchange-client','_menuManagerService','getMenuHiddenObservable','dispose','_getCurrentWorkbook','defineProperty','ClientSnapshotServerService','BUTTON','UniverLicensePlugin','string','transformWorkbookDataToSnapshotJson','snapshot','IConfigService','get','transformWorkbookDataToSnapshot','CommandType','12203361Tthleg','UniverSheets','UniverSheetsExchangeClientPlugin','pluginName','@univerjs/core','disposeWithMe','470752xDLbZf','_resourceLoaderService','ExchangeFormat','getSheets','values','XLSX','importSheetToSnapshot','_config','4639672YSTYsi','getUnitId','RibbonStartGroup','importFileToUnitId','Failed\x20to\x20transform\x20snapshot\x20to\x20string','DirectExportIcon','_getConfig','exportFileByUnitId','transformSheetBlockMetaToString','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','2930390mWUMsD','UniverUi','rev','importFileToSnapshot','open'];_0x29e0=function(){return _0x4d747b;};return _0x29e0();}function _0x3cb3(_0x29a63d,_0x4e161a){_0x29a63d=_0x29a63d-0xd0;const _0x29e04c=_0x29e0();let _0x3cb3d9=_0x29e04c[_0x29a63d];return _0x3cb3d9;}(function(_0x1c5949,_0x445114){const _0x4c9b9b=_0x3cb3,_0x37f601=_0x1c5949();while(!![]){try{const _0x54bfdc=parseInt(_0x4c9b9b(0xec))/0x1+parseInt(_0x4c9b9b(0x144))/0x2*(-parseInt(_0x4c9b9b(0xfc))/0x3)+parseInt(_0x4c9b9b(0x126))/0x4+parseInt(_0x4c9b9b(0x138))/0x5+parseInt(_0x4c9b9b(0xe5))/0x6*(-parseInt(_0x4c9b9b(0x10c))/0x7)+-parseInt(_0x4c9b9b(0x12e))/0x8+parseInt(_0x4c9b9b(0x120))/0x9;if(_0x54bfdc===_0x445114)break;else _0x37f601['push'](_0x37f601['shift']());}catch(_0x421bf7){_0x37f601['push'](_0x37f601['shift']());}}}(_0x29e0,0xa1fd8),function(_0x22061e,_0x588707){const _0x43e95c=_0x3cb3;typeof exports==_0x43e95c(0x105)&&typeof module<'u'?_0x588707(exports,require('@univerjs/ui'),require('@univerjs-pro/exchange-client'),require('@univerjs/core'),require('@univerjs-pro/collaboration'),require('@univerjs/sheets'),require('@univerjs/sheets-ui'),require('@univerjs-pro/license')):typeof define=='function'&&define['amd']?define([_0x43e95c(0x10e),'@univerjs/ui',_0x43e95c(0x110),_0x43e95c(0x124),_0x43e95c(0xdb),_0x43e95c(0x10a),'@univerjs/sheets-ui',_0x43e95c(0xd9)],_0x588707):(_0x22061e=typeof globalThis<'u'?globalThis:_0x22061e||self,_0x588707(_0x22061e[_0x43e95c(0xea)]={},_0x22061e[_0x43e95c(0x139)],_0x22061e[_0x43e95c(0x107)],_0x22061e[_0x43e95c(0xe4)],_0x22061e['UniverProCollaboration'],_0x22061e[_0x43e95c(0x121)],_0x22061e[_0x43e95c(0x13f)],_0x22061e[_0x43e95c(0x150)]));}(this,function(_0x492784,_0x4daa3f,_0xd7827f,_0x5779b0,_0x43768f,_0x11402c,_0x1d966e,_0x3ab17f){const _0x77f4ee=_0x3cb3;Object['defineProperty'](_0x492784,Symbol[_0x77f4ee(0xe2)],{'value':_0x77f4ee(0xe6)});let _0x1d0b7e={'minSheetRowCount':0x1,'minSheetColumnCount':0x1,'disableCellImageConversion':!0x0};function _0x5b4bb9(_0x44bf55,_0x25fd9e){return function(_0x3e8382,_0x397a25){_0x25fd9e(_0x3e8382,_0x397a25,_0x44bf55);};}function _0xde4368(_0x5e6388,_0x7ef3ef,_0x35e81f,_0x58e470){const _0x348f73=_0x77f4ee;var _0x10b247=arguments[_0x348f73(0xe3)],_0x372094=_0x10b247<0x3?_0x7ef3ef:_0x58e470===null?_0x58e470=Object[_0x348f73(0x143)](_0x7ef3ef,_0x35e81f):_0x58e470,_0x55c1da;if(typeof Reflect==_0x348f73(0x105)&&typeof Reflect['decorate']=='function')_0x372094=Reflect[_0x348f73(0x15e)](_0x5e6388,_0x7ef3ef,_0x35e81f,_0x58e470);else{for(var _0x304f80=_0x5e6388[_0x348f73(0xe3)]-0x1;_0x304f80>=0x0;_0x304f80--)(_0x55c1da=_0x5e6388[_0x304f80])&&(_0x372094=(_0x10b247<0x3?_0x55c1da(_0x372094):_0x10b247>0x3?_0x55c1da(_0x7ef3ef,_0x35e81f,_0x372094):_0x55c1da(_0x7ef3ef,_0x35e81f))||_0x372094);}return _0x10b247>0x3&&_0x372094&&Object[_0x348f73(0x115)](_0x7ef3ef,_0x35e81f,_0x372094),_0x372094;}let _0x17947e=(0x0,_0x5779b0[_0x77f4ee(0xd7)])('sheets-exchange-client.sheet-exchange.service'),_0x38c96b=class{constructor(_0x41efdc,_0x51167e){const _0x5ea421=_0x77f4ee;this['_exchangeService']=_0x41efdc,this[_0x5ea421(0x14d)]=_0x51167e;}[_0x77f4ee(0xfa)](_0x4eb2c4){const _0x438778=_0x77f4ee;let _0x5da05d=this[_0x438778(0xe7)]();return this[_0x438778(0xdf)][_0x438778(0x131)](_0x4eb2c4,_0x5779b0[_0x438778(0xd0)]['UNIVER_SHEET'],{'sheet':_0x5da05d});}async['importSheetToSnapshot'](_0x1ef112){const _0x18b676=_0x77f4ee;let _0x542830=this[_0x18b676(0xe7)](),_0x4cbf97=await this['_exchangeService'][_0x18b676(0x108)](_0x1ef112,_0x5779b0['UniverInstanceType'][_0x18b676(0xf1)],{'sheet':_0x542830});return _0x4cbf97?this['transformSnapshotJsonToWorkbookData'](_0x4cbf97):void 0x0;}[_0x77f4ee(0xff)](_0x3ba362,_0x43f152=_0xd7827f['ExchangeFormat'][_0x77f4ee(0x12b)],_0x19b1f9){const _0x4cca1d=_0x77f4ee;let _0x44b73a=this[_0x4cca1d(0xd4)](_0x43f152,_0x19b1f9);return this['_exchangeService'][_0x4cca1d(0x135)](_0x3ba362,_0x5779b0['UniverInstanceType'][_0x4cca1d(0xf1)],_0x43f152,{'sheet':_0x44b73a});}async['exportSheetBySnapshot'](_0x5dd960,_0x820db5=_0xd7827f[_0x77f4ee(0x128)][_0x77f4ee(0x12b)],_0x124871){const _0x1d1c09=_0x77f4ee;let _0x236e2e=await this[_0x1d1c09(0x11a)](_0x5dd960),_0x1f9606=this[_0x1d1c09(0xd4)](_0x820db5,_0x124871);return this[_0x1d1c09(0xdf)][_0x1d1c09(0xdc)](_0x236e2e,_0x5779b0[_0x1d1c09(0xd0)][_0x1d1c09(0xf1)],_0x820db5,{'sheet':_0x1f9606});}[_0x77f4ee(0x14b)](_0x3a7cbb){const _0xbe9de8=_0x77f4ee;let _0x969664=Object[_0xbe9de8(0x12a)](_0x3a7cbb['sheetBlocks']||{})['map'](_0xa1a578=>({..._0xa1a578,'data':_0xa1a578[_0xbe9de8(0x147)]?JSON[_0xbe9de8(0x14f)]((0x0,_0x43768f['b64DecodeUnicode'])(_0xa1a578[_0xbe9de8(0x147)])):void 0x0}));return(0x0,_0x43768f[_0xbe9de8(0x155)])(_0x3a7cbb[_0xbe9de8(0x11b)],_0x969664);}async[_0x77f4ee(0x11a)](_0x5b46ed){const _0x439c60=_0x77f4ee;let _0x441301={'metadata':void 0x0},_0xa7332f=new _0xd7827f[(_0x439c60(0x116))](),{snapshot:_0x31d24d}=await(0x0,_0x43768f[_0x439c60(0x11e)])(_0x441301,_0x5b46ed,_0x5b46ed['id'],_0x5b46ed[_0x439c60(0x13a)]??0x0,_0xa7332f),_0x3169ef=(0x0,_0xd7827f[_0x439c60(0x102)])(_0x31d24d);if(!_0x3169ef)throw Error(_0x439c60(0x132));return{'snapshot':_0x3169ef,'sheetBlocks':(0x0,_0xd7827f[_0x439c60(0x136)])(await(0x0,_0x43768f['getSheetBlocksFromSnapshot'])(_0x31d24d,_0xa7332f))};}[_0x77f4ee(0x134)](){const _0x20a4f6=_0x77f4ee;return this['_configService'][_0x20a4f6(0xe9)](_0x20a4f6(0xf9))??_0x1d0b7e;}[_0x77f4ee(0xe7)](){const _0x1e88d2=_0x77f4ee;let {minSheetRowCount:_0x3e6203,minSheetColumnCount:_0x1e8cbf}=this[_0x1e88d2(0x134)]();return{'minSheetRowCount':_0x3e6203,'minSheetColumnCount':_0x1e8cbf};}['_createExportOptions'](_0x536fbf,_0x2b338a){const _0x517373=_0x77f4ee;let {disableCellImageConversion:_0x45a28e}=this[_0x517373(0x134)]();return{'useImageUrl':_0x45a28e,..._0x536fbf!==_0xd7827f[_0x517373(0x128)][_0x517373(0x12b)]&&_0x2b338a?{'csv':{'sheetId':_0x2b338a}}:{}};}};_0x38c96b=_0xde4368([_0x5b4bb9(0x0,(0x0,_0x5779b0['Inject'])(_0xd7827f[_0x77f4ee(0x15b)])),_0x5b4bb9(0x1,_0x5779b0[_0x77f4ee(0x11c)])],_0x38c96b);let _0x29731f=(0x0,_0x5779b0[_0x77f4ee(0xd7)])(_0x77f4ee(0x145)),_0x2c3a23=class{constructor(_0x52fbbf,_0x2adf8f,_0x14a332,_0x6978fe){const _0x41ab13=_0x77f4ee;this['_sheetExchangeService']=_0x52fbbf,this[_0x41ab13(0xf0)]=_0x2adf8f,this[_0x41ab13(0x159)]=_0x14a332,this[_0x41ab13(0x127)]=_0x6978fe;}[_0x77f4ee(0xfa)](){const _0x3943c8=_0x77f4ee;return this[_0x3943c8(0xf0)]['importFileToUnitId'](_0x5779b0[_0x3943c8(0xd0)][_0x3943c8(0xf1)],_0x5fcca9=>this[_0x3943c8(0x152)]['importSheetToUnitId'](_0x5fcca9));}[_0x77f4ee(0x12c)](){const _0x3ca9c7=_0x77f4ee;return this['_exchangeOperateService'][_0x3ca9c7(0x13b)](_0x5779b0[_0x3ca9c7(0xd0)][_0x3ca9c7(0xf1)],_0x561aeb=>this[_0x3ca9c7(0x152)][_0x3ca9c7(0x12c)](_0x561aeb));}[_0x77f4ee(0xff)](_0x56ceb0,_0x533db4,_0x80fb5d=_0xd7827f[_0x77f4ee(0x128)][_0x77f4ee(0x12b)],_0x28f8dd){const _0x23ba91=_0x77f4ee;let _0x461811=this[_0x23ba91(0x114)]();return this[_0x23ba91(0xf0)]['exportFile'](()=>this[_0x23ba91(0x152)][_0x23ba91(0xff)](_0x56ceb0??_0x461811[_0x23ba91(0x12f)](),_0x80fb5d,_0x28f8dd),_0x533db4??_0x461811[_0x23ba91(0x14c)]()[_0x23ba91(0xd3)],_0x80fb5d);}[_0x77f4ee(0xd8)](_0x3edfeb=_0xd7827f['ExchangeFormat'][_0x77f4ee(0x12b)],_0x107291){const _0x385e54=_0x77f4ee;let _0x10999d=this[_0x385e54(0x114)](),_0xb23974=this[_0x385e54(0x127)]['saveUnit'](_0x10999d[_0x385e54(0x12f)]())??_0x10999d[_0x385e54(0x14c)]();return this['_exchangeOperateService'][_0x385e54(0xda)](()=>this['_sheetExchangeService'][_0x385e54(0xd8)](_0xb23974,_0x3edfeb,_0x107291),_0xb23974[_0x385e54(0xd3)],_0x3edfeb);}[_0x77f4ee(0x114)](){const _0x39ee6b=_0x77f4ee;let _0x2be008=this['_univerInstanceService'][_0x39ee6b(0x154)](_0x5779b0[_0x39ee6b(0xd0)][_0x39ee6b(0xf1)]);if(!_0x2be008)throw Error(_0x39ee6b(0x153)+_0x5779b0['UniverInstanceType'][_0x39ee6b(0xf1)]+'\x20is\x20currently\x20active.');return _0x2be008;}};_0x2c3a23=_0xde4368([_0x5b4bb9(0x0,(0x0,_0x5779b0[_0x77f4ee(0x13e)])(_0x17947e)),_0x5b4bb9(0x1,(0x0,_0x5779b0[_0x77f4ee(0x13e)])(_0xd7827f[_0x77f4ee(0x100)])),_0x5b4bb9(0x2,_0x5779b0[_0x77f4ee(0xf8)]),_0x5b4bb9(0x3,_0x5779b0[_0x77f4ee(0xd5)])],_0x2c3a23);function _0x72097a(_0x18b696){const _0x4bf774=_0x77f4ee;var _0x48e5bc,_0x59c838;return{'selectedId':((_0x48e5bc=_0x18b696['getActiveSheet'](!0x0))==null?void 0x0:_0x48e5bc[_0x4bf774(0x15a)]())??((_0x59c838=_0x18b696[_0x4bf774(0x129)]()[0x0])==null?void 0x0:_0x59c838['getSheetId']())??'','items':_0x18b696[_0x4bf774(0x129)]()[_0x4bf774(0xd1)](_0x1522f1=>({'label':_0x1522f1['getName'](),'value':_0x1522f1[_0x4bf774(0x15a)]()}))};}let _0x41aff9={'id':_0x77f4ee(0xee),'type':_0x5779b0[_0x77f4ee(0x11f)][_0x77f4ee(0x103)],'handler':async _0x2d0075=>{const _0x4d3d1b=_0x77f4ee;let _0x1a6ff5=_0x2d0075[_0x4d3d1b(0x11d)](_0x29731f);return(0x0,_0xd7827f[_0x4d3d1b(0xfe)])(_0x2d0075,_0x5779b0['UniverInstanceType'][_0x4d3d1b(0xf1)])?await _0x1a6ff5['importSheetToUnitId']():await _0x1a6ff5[_0x4d3d1b(0x12c)](),!0x0;}},_0x4fcff1={'id':_0x77f4ee(0x109),'type':_0x5779b0[_0x77f4ee(0x11f)][_0x77f4ee(0x103)],'handler':async(_0x4d1b9c,_0x491e0e)=>{const _0xdf84cf=_0x77f4ee;if(!_0x491e0e)return!0x1;let _0x2de5d8=_0x4d1b9c[_0xdf84cf(0x11d)](_0x29731f);return(0x0,_0xd7827f[_0xdf84cf(0xfe)])(_0x4d1b9c,_0x5779b0[_0xdf84cf(0xd0)][_0xdf84cf(0xf1)])?await _0x2de5d8['exportSheetByUnitId'](void 0x0,void 0x0,_0x491e0e[_0xdf84cf(0x158)],_0x491e0e[_0xdf84cf(0xde)]):await _0x2de5d8[_0xdf84cf(0xd8)](_0x491e0e[_0xdf84cf(0x158)],_0x491e0e[_0xdf84cf(0xde)]),!0x0;}},_0x1a34f5={'id':'sheets-exchange-client.operation.export-sheet','type':_0x5779b0[_0x77f4ee(0x11f)][_0x77f4ee(0x103)],'handler':_0x4c67cb=>{const _0x1eb162=_0x77f4ee;let _0x186ea3=_0x4c67cb['get'](_0x5779b0['IUniverInstanceService'])[_0x1eb162(0x154)](_0x5779b0[_0x1eb162(0xd0)][_0x1eb162(0xf1)]);if(!_0x186ea3)return!0x1;let _0x33a53b=_0x72097a(_0x186ea3),_0x3a38ff=_0x4c67cb[_0x1eb162(0x11d)](_0x4daa3f[_0x1eb162(0xd6)]),_0x5725be=_0x4c67cb[_0x1eb162(0x11d)](_0x5779b0[_0x1eb162(0x14a)]),_0x523a73=_0x4c67cb[_0x1eb162(0x11d)](_0x5779b0[_0x1eb162(0x146)]),_0x4c4521=null,_0x187e99=()=>{const _0x22b7c7=_0x1eb162;_0x4c4521==null||_0x4c4521[_0x22b7c7(0x113)](),_0x4c4521=null;};return _0x4c4521=_0x3a38ff[_0x1eb162(0x13c)]({'id':'sheets-exchange-client.dialog.export-format','title':{'title':_0x523a73['t'](_0x1eb162(0xf2))},'width':0x1a4,'draggable':!0x1,'mask':!0x0,'maskClosable':!0x1,'children':{'label':{'name':_0xd7827f['EXPORT_FORMAT_DIALOG'],'props':{'formats':[_0xd7827f[_0x1eb162(0x128)][_0x1eb162(0x12b)],_0xd7827f['ExchangeFormat']['CSV'],_0xd7827f['ExchangeFormat'][_0x1eb162(0xf5)]],..._0x33a53b,'onCancel':_0x187e99,'onConfirm':async(_0x252eda,_0x5ab2d8)=>{const _0x208922=_0x1eb162;await _0x5725be[_0x208922(0x156)](_0x4fcff1['id'],{'format':_0x252eda,'sheetId':_0x5ab2d8}),_0x187e99();}}}},'onClose':_0x187e99}),!0x0;}},_0x2e3c09='sheets-exchange-client.operation.exchange';function _0x3262bc(_0x1b37f1){const _0x2a1fd4=_0x77f4ee;return{'id':_0x2e3c09,'type':_0x4daa3f[_0x2a1fd4(0x149)][_0x2a1fd4(0xf6)],'icon':_0x2a1fd4(0x133),'tooltip':_0x2a1fd4(0xeb),'hidden$':(0x0,_0x4daa3f[_0x2a1fd4(0x112)])(_0x1b37f1,_0x5779b0['UniverInstanceType']['UNIVER_SHEET']),'disabled$':(0x0,_0x1d966e[_0x2a1fd4(0xf4)])(_0x1b37f1,{'workbookTypes':[_0x11402c[_0x2a1fd4(0xdd)]]})};}function _0x53b8a1(){const _0x2b48ea=_0x77f4ee;return{'id':_0x41aff9['id'],'type':_0x4daa3f['MenuItemType'][_0x2b48ea(0x117)],'title':_0x2b48ea(0xef),'icon':'FolderIcon'};}function _0x3402de(){const _0x32f1=_0x77f4ee;return{'id':_0x1a34f5['id'],'type':_0x4daa3f[_0x32f1(0x149)][_0x32f1(0x117)],'title':_0x32f1(0xf2),'icon':_0x32f1(0x15c)};}let _0x486dcb={[_0x4daa3f[_0x77f4ee(0x130)][_0x77f4ee(0x10f)]]:{[_0x2e3c09]:{'order':0.03,'gridLayout':{'row':0x1,'column':0x2,'rowSpan':0x2,'showLabel':!0x0},'menuItemFactory':_0x3262bc,[_0x41aff9['id']]:{'order':0x0,'menuItemFactory':_0x53b8a1},[_0x1a34f5['id']]:{'order':0x1,'menuItemFactory':_0x3402de}}}};var _0x144d5c=_0x77f4ee(0x13d),_0x1a5de5=_0x77f4ee(0x106);let _0x426913=class extends _0x5779b0['Disposable']{constructor(_0xd53eb5,_0x2a020f){const _0x5f1f94=_0x77f4ee;super(),this[_0x5f1f94(0xed)]=_0xd53eb5,this[_0x5f1f94(0x111)]=_0x2a020f,this[_0x5f1f94(0xe0)](),this[_0x5f1f94(0xd2)]();}[_0x77f4ee(0xe0)](){[_0x41aff9,_0x1a34f5,_0x4fcff1]['forEach'](_0x5c3ab3=>{const _0x50e5e7=_0x3cb3;this[_0x50e5e7(0x125)](this[_0x50e5e7(0xed)][_0x50e5e7(0xf7)](_0x5c3ab3));});}[_0x77f4ee(0xd2)](){const _0x551781=_0x77f4ee;this['_menuManagerService'][_0x551781(0xe8)](_0x486dcb);}};_0x426913=_0xde4368([_0x5b4bb9(0x0,_0x5779b0[_0x77f4ee(0x14a)]),_0x5b4bb9(0x1,_0x4daa3f[_0x77f4ee(0xf3)])],_0x426913);function _0xaeca38(_0xbcb873){'@babel/helpers - typeof';const _0x59e274=_0x77f4ee;return _0xaeca38=typeof Symbol=='function'&&typeof Symbol['iterator']==_0x59e274(0xe1)?function(_0x5a3aab){return typeof _0x5a3aab;}:function(_0x45d2ed){const _0x48ad6a=_0x59e274;return _0x45d2ed&&typeof Symbol==_0x48ad6a(0x14e)&&_0x45d2ed[_0x48ad6a(0x104)]===Symbol&&_0x45d2ed!==Symbol['prototype']?'symbol':typeof _0x45d2ed;},_0xaeca38(_0xbcb873);}function _0xe93a7a(_0x3f5c4c,_0x323656){const _0x2d3e5d=_0x77f4ee;if(_0xaeca38(_0x3f5c4c)!='object'||!_0x3f5c4c)return _0x3f5c4c;var _0x29bedd=_0x3f5c4c[Symbol[_0x2d3e5d(0x148)]];if(_0x29bedd!==void 0x0){var _0x2798f2=_0x29bedd['call'](_0x3f5c4c,_0x323656||'default');if(_0xaeca38(_0x2798f2)!=_0x2d3e5d(0x105))return _0x2798f2;throw TypeError(_0x2d3e5d(0x137));}return(_0x323656===_0x2d3e5d(0x119)?String:Number)(_0x3f5c4c);}function _0x29eb21(_0x1ebcd3){const _0x43f4f4=_0x77f4ee;var _0x32445b=_0xe93a7a(_0x1ebcd3,_0x43f4f4(0x119));return _0xaeca38(_0x32445b)==_0x43f4f4(0xe1)?_0x32445b:_0x32445b+'';}function _0xed4e53(_0x3a2353,_0x5d7542,_0x15a036){return(_0x5d7542=_0x29eb21(_0x5d7542))in _0x3a2353?Object['defineProperty'](_0x3a2353,_0x5d7542,{'value':_0x15a036,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x3a2353[_0x5d7542]=_0x15a036,_0x3a2353;}let _0x1bc852=class extends _0x5779b0[_0x77f4ee(0x157)]{constructor(_0x31dfb3=_0x1d0b7e,_0x410e30,_0x56588a){const _0x5362cc=_0x77f4ee;super(),this[_0x5362cc(0x12d)]=_0x31dfb3,this[_0x5362cc(0x10d)]=_0x410e30,this['_configService']=_0x56588a;let {menu:_0x159413,..._0x1aa49b}=(0x0,_0x5779b0['merge'])({},_0x1d0b7e,this[_0x5362cc(0x12d)]);_0x159413&&this['_configService'][_0x5362cc(0x10b)](_0x5362cc(0x142),_0x159413,{'merge':!0x0}),this[_0x5362cc(0x14d)][_0x5362cc(0x10b)](_0x5362cc(0xf9),_0x1aa49b);}['onStarting'](){const _0x4720fd=_0x77f4ee;[[_0x17947e,{'useClass':_0x38c96b}],[_0x29731f,{'useClass':_0x2c3a23}],[_0x426913]]['forEach'](_0x39d17f=>this[_0x4720fd(0x10d)][_0x4720fd(0xfd)](_0x39d17f));}[_0x77f4ee(0xfb)](){const _0x28f8c2=_0x77f4ee;this[_0x28f8c2(0x10d)][_0x28f8c2(0x11d)](_0x426913);}};_0xed4e53(_0x1bc852,_0x77f4ee(0x123),'SHEET_EXCHANGE_CLIENT_PLUGIN'),_0xed4e53(_0x1bc852,_0x77f4ee(0x151),_0x144d5c),_0xed4e53(_0x1bc852,_0x77f4ee(0x101),_0x1a5de5),_0xed4e53(_0x1bc852,'type',_0x5779b0[_0x77f4ee(0xd0)][_0x77f4ee(0xf1)]),_0x1bc852=_0xde4368([(0x0,_0x5779b0[_0x77f4ee(0x15d)])(_0x3ab17f[_0x77f4ee(0x118)],_0xd7827f['UniverExchangeClientPlugin']),_0x5b4bb9(0x1,(0x0,_0x5779b0[_0x77f4ee(0x13e)])(_0x5779b0[_0x77f4ee(0x140)])),_0x5b4bb9(0x2,_0x5779b0[_0x77f4ee(0x11c)])],_0x1bc852),_0x492784[_0x77f4ee(0x141)]=_0x17947e,_0x492784['SheetsExchangeClientMenuSchema']=_0x486dcb,Object[_0x77f4ee(0x115)](_0x492784,_0x77f4ee(0x122),{'enumerable':!0x0,'get':function(){return _0x1bc852;}});}));
|
package/lib/umd/locale/ar-SA.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x5440(_0x5c4801,_0xe59160){_0x5c4801=_0x5c4801-0x133;var _0x29ef3a=_0x29ef();var _0x54401d=_0x29ef3a[_0x5c4801];return _0x54401d;}function _0x29ef(){var _0x2d0fe6=['49820VPbUkM','18kvOLMw','2595496kbMkTZ','434357xyCMIs','UniverProSheetsExchangeClientArSA','1617wZMUrN','753345aJKPKS','object','ملف','73539oMBZZh','490LfbnzE','amd','3455082JqIUmC','exports'];_0x29ef=function(){return _0x2d0fe6;};return _0x29ef();}(function(_0x3506af,_0x5e9774){var _0x414f6f=_0x5440,_0x398186=_0x3506af();while(!![]){try{var _0x5e81f5=-parseInt(_0x414f6f(0x138))/0x1+-parseInt(_0x414f6f(0x139))/0x2*(parseInt(_0x414f6f(0x134))/0x3)+parseInt(_0x414f6f(0x13d))/0x4+-parseInt(_0x414f6f(0x135))/0x5+parseInt(_0x414f6f(0x13e))/0x6*(-parseInt(_0x414f6f(0x140))/0x7)+parseInt(_0x414f6f(0x13f))/0x8+parseInt(_0x414f6f(0x13b))/0x9;if(_0x5e81f5===_0x5e9774)break;else _0x398186['push'](_0x398186['shift']());}catch(_0x335b89){_0x398186['push'](_0x398186['shift']());}}}(_0x29ef,0x2b8c6),function(_0x272971,_0x1b0dad){var _0x4f1bc1=_0x5440;typeof exports==_0x4f1bc1(0x136)&&typeof module<'u'?module[_0x4f1bc1(0x13c)]=_0x1b0dad():typeof define=='function'&&define[_0x4f1bc1(0x13a)]?define([],_0x1b0dad):(_0x272971=typeof globalThis<'u'?globalThis:_0x272971||self,_0x272971[_0x4f1bc1(0x133)]=_0x1b0dad());}(this,function(){var _0x1374f6=_0x5440;return{'sheets-exchange-client':{'file':_0x1374f6(0x137),'upload':'فتح\x20(ملف)','download':'حفظ\x20باسم'}};}));
|
package/lib/umd/locale/ca-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x1438(){var _0x34ba1b=['Obrir(Fitxer)','5544021csNWlj','UniverProSheetsExchangeClientCaES','amd','152veWtlt','1845972NRFLBw','1465EFSJKd','1584970VHZPKk','exports','7809552nILuxC','object','139034oXJzDG','function','53892513XXhIYh','10568vJNxWA','Anomena\x20i\x20desa'];_0x1438=function(){return _0x34ba1b;};return _0x1438();}function _0x10b8(_0x473a28,_0x53b2af){_0x473a28=_0x473a28-0x1ce;var _0x1438d7=_0x1438();var _0x10b8a9=_0x1438d7[_0x473a28];return _0x10b8a9;}(function(_0x15166f,_0x24d2c7){var _0x18f5d1=_0x10b8,_0x44df92=_0x15166f();while(!![]){try{var _0x462672=parseInt(_0x18f5d1(0x1d6))/0x1+parseInt(_0x18f5d1(0x1d8))/0x2+parseInt(_0x18f5d1(0x1d2))/0x3+parseInt(_0x18f5d1(0x1cf))/0x4*(parseInt(_0x18f5d1(0x1d7))/0x5)+parseInt(_0x18f5d1(0x1da))/0x6+parseInt(_0x18f5d1(0x1dc))/0x7*(parseInt(_0x18f5d1(0x1d5))/0x8)+-parseInt(_0x18f5d1(0x1ce))/0x9;if(_0x462672===_0x24d2c7)break;else _0x44df92['push'](_0x44df92['shift']());}catch(_0x4e8703){_0x44df92['push'](_0x44df92['shift']());}}}(_0x1438,0xe84bb),function(_0x334b01,_0x5256f0){var _0xdf6195=_0x10b8;typeof exports==_0xdf6195(0x1db)&&typeof module<'u'?module[_0xdf6195(0x1d9)]=_0x5256f0():typeof define==_0xdf6195(0x1dd)&&define[_0xdf6195(0x1d4)]?define([],_0x5256f0):(_0x334b01=typeof globalThis<'u'?globalThis:_0x334b01||self,_0x334b01[_0xdf6195(0x1d3)]=_0x5256f0());}(this,function(){var _0x2c8486=_0x10b8;return{'sheets-exchange-client':{'file':'Fitxer','upload':_0x2c8486(0x1d1),'download':_0x2c8486(0x1d0)}};}));
|
package/lib/umd/locale/de-DE.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x505e(_0x56a0d9,_0x4350b9){_0x56a0d9=_0x56a0d9-0x1e8;var _0x55ebc9=_0x55eb();var _0x505edc=_0x55ebc9[_0x56a0d9];return _0x505edc;}function _0x55eb(){var _0x1478e4=['function','2576046jiqbTH','8bSETyp','308876vGVtxo','Speichern\x20unter','13258701WELbcE','90QNCZCN','127569ENfzjN','299603VSdvKx','3983947KGKiro','1306333aOyLLc','object','amd','Öffnen\x20(Datei)','30olHPeF','exports','8FcWkIE'];_0x55eb=function(){return _0x1478e4;};return _0x55eb();}(function(_0x21085f,_0x5cd1d5){var _0x23f3df=_0x505e,_0x45c673=_0x21085f();while(!![]){try{var _0x40a8ce=-parseInt(_0x23f3df(0x1e8))/0x1+parseInt(_0x23f3df(0x1f0))/0x2*(-parseInt(_0x23f3df(0x1f8))/0x3)+-parseInt(_0x23f3df(0x1f4))/0x4*(-parseInt(_0x23f3df(0x1f7))/0x5)+parseInt(_0x23f3df(0x1f2))/0x6+-parseInt(_0x23f3df(0x1ea))/0x7*(parseInt(_0x23f3df(0x1f3))/0x8)+-parseInt(_0x23f3df(0x1f6))/0x9+parseInt(_0x23f3df(0x1ee))/0xa*(parseInt(_0x23f3df(0x1e9))/0xb);if(_0x40a8ce===_0x5cd1d5)break;else _0x45c673['push'](_0x45c673['shift']());}catch(_0x1c75d2){_0x45c673['push'](_0x45c673['shift']());}}}(_0x55eb,0xbd877),function(_0x148314,_0x271159){var _0x1aa74a=_0x505e;typeof exports==_0x1aa74a(0x1eb)&&typeof module<'u'?module[_0x1aa74a(0x1ef)]=_0x271159():typeof define==_0x1aa74a(0x1f1)&&define[_0x1aa74a(0x1ec)]?define([],_0x271159):(_0x148314=typeof globalThis<'u'?globalThis:_0x148314||self,_0x148314['UniverProSheetsExchangeClientDeDE']=_0x271159());}(this,function(){var _0x59b29a=_0x505e;return{'sheets-exchange-client':{'file':'Datei','upload':_0x59b29a(0x1ed),'download':_0x59b29a(0x1f5)}};}));
|
package/lib/umd/locale/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x3ace66,_0x5e4aef){var _0x4403c9=_0x1d44,_0x47a243=_0x3ace66();while(!![]){try{var _0x5e9ab9=parseInt(_0x4403c9(0x1ec))/0x1+-parseInt(_0x4403c9(0x1e3))/0x2*(parseInt(_0x4403c9(0x1e9))/0x3)+-parseInt(_0x4403c9(0x1de))/0x4*(parseInt(_0x4403c9(0x1ee))/0x5)+parseInt(_0x4403c9(0x1df))/0x6*(-parseInt(_0x4403c9(0x1e4))/0x7)+-parseInt(_0x4403c9(0x1ed))/0x8+parseInt(_0x4403c9(0x1e7))/0x9*(-parseInt(_0x4403c9(0x1ea))/0xa)+parseInt(_0x4403c9(0x1eb))/0xb*(parseInt(_0x4403c9(0x1e5))/0xc);if(_0x5e9ab9===_0x5e4aef)break;else _0x47a243['push'](_0x47a243['shift']());}catch(_0x5a9b47){_0x47a243['push'](_0x47a243['shift']());}}}(_0x50f3,0xde640),function(_0x5f1d41,_0x46dbeb){var _0x3a4adf=_0x1d44;typeof exports==_0x3a4adf(0x1dd)&&typeof module<'u'?module[_0x3a4adf(0x1e1)]=_0x46dbeb():typeof define==_0x3a4adf(0x1dc)&&define[_0x3a4adf(0x1e0)]?define([],_0x46dbeb):(_0x5f1d41=typeof globalThis<'u'?globalThis:_0x5f1d41||self,_0x5f1d41[_0x3a4adf(0x1e8)]=_0x46dbeb());}(this,function(){var _0x10aa14=_0x1d44;return{'sheets-exchange-client':{'file':_0x10aa14(0x1e2),'upload':'Open(File)','download':_0x10aa14(0x1e6)}};}));function _0x1d44(_0x3ccd4f,_0x6a2146){_0x3ccd4f=_0x3ccd4f-0x1dc;var _0x50f364=_0x50f3();var _0x1d4473=_0x50f364[_0x3ccd4f];return _0x1d4473;}function _0x50f3(){var _0x54e2d6=['6csuLLH','49870aHNEZz','2241899zXyPYc','1805485mUHdyT','2714360TtuBKU','33020enjite','function','object','1072JSqKrl','678MZpKge','amd','exports','File','1580968sRttEB','94101IkviWV','348tYNVuT','Save\x20As','2880IWTwxD','UniverProSheetsExchangeClientEnUS'];_0x50f3=function(){return _0x54e2d6;};return _0x50f3();}
|
package/lib/umd/locale/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function _0x2a33(_0x1e94df,_0x3e9600){_0x1e94df=_0x1e94df-0x168;var _0x250b7c=_0x250b();var _0x2a337f=_0x250b7c[_0x1e94df];return _0x2a337f;}(function(_0x2af5fc,_0x42c92d){var _0x1b3c6c=_0x2a33,_0x411ecb=_0x2af5fc();while(!![]){try{var _0x5a069b=parseInt(_0x1b3c6c(0x16b))/0x1+parseInt(_0x1b3c6c(0x170))/0x2+-parseInt(_0x1b3c6c(0x16d))/0x3*(-parseInt(_0x1b3c6c(0x175))/0x4)+-parseInt(_0x1b3c6c(0x16e))/0x5+parseInt(_0x1b3c6c(0x176))/0x6*(-parseInt(_0x1b3c6c(0x16c))/0x7)+-parseInt(_0x1b3c6c(0x172))/0x8+-parseInt(_0x1b3c6c(0x168))/0x9*(-parseInt(_0x1b3c6c(0x174))/0xa);if(_0x5a069b===_0x42c92d)break;else _0x411ecb['push'](_0x411ecb['shift']());}catch(_0x30b25d){_0x411ecb['push'](_0x411ecb['shift']());}}}(_0x250b,0xb47e7),function(_0xbde899,_0x37ba81){var _0x388035=_0x2a33;typeof exports=='object'&&typeof module<'u'?module[_0x388035(0x169)]=_0x37ba81():typeof define=='function'&&define[_0x388035(0x16a)]?define([],_0x37ba81):(_0xbde899=typeof globalThis<'u'?globalThis:_0xbde899||self,_0xbde899[_0x388035(0x171)]=_0x37ba81());}(this,function(){var _0x288c6a=_0x2a33;return{'sheets-exchange-client':{'file':_0x288c6a(0x16f),'upload':'Abrir(Archivo)','download':_0x288c6a(0x173)}};}));function _0x250b(){var _0x4ba197=['443805IqrrgO','4136965uNIxYO','Archivo','1994652BxqWhf','UniverProSheetsExchangeClientEsES','11071168rQMOQp','Guardar\x20como','427540CAqcus','32ZqgUED','210984EQJmAu','369wYsBqA','exports','amd','106956rHaNGg','217SwCtSa'];_0x250b=function(){return _0x4ba197;};return _0x250b();}
|
package/lib/umd/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function _0x3c6f(_0x7c63b0,_0xdecaf1){_0x7c63b0=_0x7c63b0-0x14d;var _0x5b427a=_0x5b42();var _0x3c6f69=_0x5b427a[_0x7c63b0];return _0x3c6f69;}(function(_0xc1e0fb,_0x55a688){var _0x34d66a=_0x3c6f,_0xf984b2=_0xc1e0fb();while(!![]){try{var _0x2a73cb=-parseInt(_0x34d66a(0x159))/0x1+parseInt(_0x34d66a(0x15b))/0x2*(-parseInt(_0x34d66a(0x14f))/0x3)+-parseInt(_0x34d66a(0x158))/0x4*(-parseInt(_0x34d66a(0x157))/0x5)+-parseInt(_0x34d66a(0x15c))/0x6+-parseInt(_0x34d66a(0x154))/0x7+parseInt(_0x34d66a(0x155))/0x8+parseInt(_0x34d66a(0x151))/0x9*(parseInt(_0x34d66a(0x14d))/0xa);if(_0x2a73cb===_0x55a688)break;else _0xf984b2['push'](_0xf984b2['shift']());}catch(_0x2855ee){_0xf984b2['push'](_0xf984b2['shift']());}}}(_0x5b42,0x77773),function(_0x3fc2f7,_0x18a318){var _0x3d2a9c=_0x3c6f;typeof exports==_0x3d2a9c(0x152)&&typeof module<'u'?module[_0x3d2a9c(0x14e)]=_0x18a318():typeof define==_0x3d2a9c(0x15a)&&define[_0x3d2a9c(0x150)]?define([],_0x18a318):(_0x3fc2f7=typeof globalThis<'u'?globalThis:_0x3fc2f7||self,_0x3fc2f7[_0x3d2a9c(0x153)]=_0x18a318());}(this,function(){var _0x156b5c=_0x3c6f;return{'sheets-exchange-client':{'file':_0x156b5c(0x156),'upload':'بازکردن(فایل)','download':'ذخیره\x20به\x20عنوان'}};}));function _0x5b42(){var _0x6d1dae=['1261083WmVMaW','amd','746136ZVeWfV','object','UniverProSheetsExchangeClientFaIR','5130237inuDji','3892136QkFRnU','فایل','2233365iqMlAN','8qRmFeE','902850AafIzt','function','2MKhYBi','4447332uEemTa','230oFLVrp','exports'];_0x5b42=function(){return _0x6d1dae;};return _0x5b42();}
|
package/lib/umd/locale/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x2d09(_0x244bdb,_0x20fe00){_0x244bdb=_0x244bdb-0xd9;var _0x7e9cc9=_0x7e9c();var _0x2d0997=_0x7e9cc9[_0x244bdb];return _0x2d0997;}(function(_0x5c0a93,_0x107ae0){var _0x2853d5=_0x2d09,_0x24f609=_0x5c0a93();while(!![]){try{var _0x3b4300=parseInt(_0x2853d5(0xdc))/0x1+-parseInt(_0x2853d5(0xe6))/0x2+parseInt(_0x2853d5(0xdb))/0x3*(-parseInt(_0x2853d5(0xdf))/0x4)+-parseInt(_0x2853d5(0xe2))/0x5+parseInt(_0x2853d5(0xe4))/0x6+-parseInt(_0x2853d5(0xde))/0x7*(parseInt(_0x2853d5(0xe1))/0x8)+parseInt(_0x2853d5(0xe0))/0x9;if(_0x3b4300===_0x107ae0)break;else _0x24f609['push'](_0x24f609['shift']());}catch(_0x205ee8){_0x24f609['push'](_0x24f609['shift']());}}}(_0x7e9c,0x3bee1),function(_0x1c7293,_0x5cee58){var _0x28f698=_0x2d09;typeof exports=='object'&&typeof module<'u'?module[_0x28f698(0xe3)]=_0x5cee58():typeof define=='function'&&define[_0x28f698(0xe5)]?define([],_0x5cee58):(_0x1c7293=typeof globalThis<'u'?globalThis:_0x1c7293||self,_0x1c7293[_0x28f698(0xdd)]=_0x5cee58());}(this,function(){var _0x3498e0=_0x2d09;return{'sheets-exchange-client':{'file':_0x3498e0(0xda),'upload':'Ouvrir\x20(Fichier)','download':_0x3498e0(0xd9)}};}));function _0x7e9c(){var _0x50f968=['939988ajXvAn','Enregistrer\x20sous','Fichier','4758Faggsf','77118OdXtBq','UniverProSheetsExchangeClientFrFR','7DJeOzT','20bdyDoC','7891677jFVcrb','9496ZeyWrf','2068075rZzspI','exports','1105368OzKGiz','amd'];_0x7e9c=function(){return _0x50f968;};return _0x7e9c();}
|
package/lib/umd/locale/id-ID.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x44b6(_0x5c086f,_0x208be1){_0x5c086f=_0x5c086f-0xa1;var _0x4c5558=_0x4c55();var _0x44b62d=_0x4c5558[_0x5c086f];return _0x44b62d;}function _0x4c55(){var _0x4056d4=['560007hqDdUl','46iKWbwu','120zjAsqp','123775ZsNawl','3329588NXtUqC','48835daeBWw','exports','1825074gnUMrg','963448IIrNVY','amd','9gUALgJ','Simpan\x20Sebagai','object','function','File','UniverProSheetsExchangeClientIdID','241538JcmAva','410pevJhQ','Buka(File)'];_0x4c55=function(){return _0x4056d4;};return _0x4c55();}(function(_0x306991,_0x435fe8){var _0xac9197=_0x44b6,_0x502bc=_0x306991();while(!![]){try{var _0x154147=-parseInt(_0xac9197(0xaf))/0x1*(-parseInt(_0xac9197(0xab))/0x2)+parseInt(_0xac9197(0xb1))/0x3+parseInt(_0xac9197(0xae))/0x4+-parseInt(_0xac9197(0xad))/0x5*(parseInt(_0xac9197(0xac))/0x6)+-parseInt(_0xac9197(0xaa))/0x7+parseInt(_0xac9197(0xb2))/0x8*(-parseInt(_0xac9197(0xa1))/0x9)+-parseInt(_0xac9197(0xa8))/0xa*(parseInt(_0xac9197(0xa7))/0xb);if(_0x154147===_0x435fe8)break;else _0x502bc['push'](_0x502bc['shift']());}catch(_0x23a5bc){_0x502bc['push'](_0x502bc['shift']());}}}(_0x4c55,0xec5d6),function(_0x4e3f85,_0x38c6bd){var _0x328b02=_0x44b6;typeof exports==_0x328b02(0xa3)&&typeof module<'u'?module[_0x328b02(0xb0)]=_0x38c6bd():typeof define==_0x328b02(0xa4)&&define[_0x328b02(0xb3)]?define([],_0x38c6bd):(_0x4e3f85=typeof globalThis<'u'?globalThis:_0x4e3f85||self,_0x4e3f85[_0x328b02(0xa6)]=_0x38c6bd());}(this,function(){var _0x26ed29=_0x44b6;return{'sheets-exchange-client':{'file':_0x26ed29(0xa5),'upload':_0x26ed29(0xa9),'download':_0x26ed29(0xa2)}};}));
|
package/lib/umd/locale/it-IT.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x344e(_0x8fd38e,_0x28f174){_0x8fd38e=_0x8fd38e-0x139;var _0x3c38da=_0x3c38();var _0x344ebc=_0x3c38da[_0x8fd38e];return _0x344ebc;}(function(_0x325708,_0x54c5d7){var _0x86b04e=_0x344e,_0x1f78b9=_0x325708();while(!![]){try{var _0x1dba38=-parseInt(_0x86b04e(0x146))/0x1*(parseInt(_0x86b04e(0x13b))/0x2)+-parseInt(_0x86b04e(0x13c))/0x3+-parseInt(_0x86b04e(0x13f))/0x4*(parseInt(_0x86b04e(0x139))/0x5)+parseInt(_0x86b04e(0x144))/0x6+parseInt(_0x86b04e(0x145))/0x7+-parseInt(_0x86b04e(0x140))/0x8+parseInt(_0x86b04e(0x13a))/0x9;if(_0x1dba38===_0x54c5d7)break;else _0x1f78b9['push'](_0x1f78b9['shift']());}catch(_0x3f68fa){_0x1f78b9['push'](_0x1f78b9['shift']());}}}(_0x3c38,0xb658c),function(_0x58d0a4,_0x2ee155){var _0x4e467a=_0x344e;typeof exports==_0x4e467a(0x141)&&typeof module<'u'?module['exports']=_0x2ee155():typeof define=='function'&&define[_0x4e467a(0x13d)]?define([],_0x2ee155):(_0x58d0a4=typeof globalThis<'u'?globalThis:_0x58d0a4||self,_0x58d0a4[_0x4e467a(0x13e)]=_0x2ee155());}(this,function(){var _0x51aa48=_0x344e;return{'sheets-exchange-client':{'file':_0x51aa48(0x142),'upload':'Apri\x20(File)','download':_0x51aa48(0x143)}};}));function _0x3c38(){var _0x301a40=['75bRzMJj','2209965ivpkHb','26216262WFnkBb','35290bPTPGr','4457319ORyoTs','amd','UniverProSheetsExchangeClientItIT','4VxaVcp','6616264cRUJwy','object','File','Salva\x20con\x20nome','8801256NefQVM','3116904CScCyR'];_0x3c38=function(){return _0x301a40;};return _0x3c38();}
|
package/lib/umd/locale/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0xcd56a3,_0x5b4a80){var _0xebc2a2=_0x5601,_0x2d5141=_0xcd56a3();while(!![]){try{var _0x3f9225=parseInt(_0xebc2a2(0x118))/0x1+parseInt(_0xebc2a2(0x117))/0x2+-parseInt(_0xebc2a2(0x119))/0x3+parseInt(_0xebc2a2(0x10b))/0x4+parseInt(_0xebc2a2(0x11a))/0x5*(parseInt(_0xebc2a2(0x10c))/0x6)+-parseInt(_0xebc2a2(0x116))/0x7+-parseInt(_0xebc2a2(0x111))/0x8*(parseInt(_0xebc2a2(0x114))/0x9);if(_0x3f9225===_0x5b4a80)break;else _0x2d5141['push'](_0x2d5141['shift']());}catch(_0x4ee8ad){_0x2d5141['push'](_0x2d5141['shift']());}}}(_0x4232,0xe71a8),function(_0x29aac5,_0x5521c1){var _0x587464=_0x5601;typeof exports==_0x587464(0x113)&&typeof module<'u'?module[_0x587464(0x112)]=_0x5521c1():typeof define==_0x587464(0x115)&&define[_0x587464(0x110)]?define([],_0x5521c1):(_0x29aac5=typeof globalThis<'u'?globalThis:_0x29aac5||self,_0x29aac5['UniverProSheetsExchangeClientJaJP']=_0x5521c1());}(this,function(){var _0x2a6f60=_0x5601;return{'sheets-exchange-client':{'file':_0x2a6f60(0x10f),'upload':_0x2a6f60(0x10e),'download':_0x2a6f60(0x10d)}};}));function _0x5601(_0x7a90f3,_0x11462a){_0x7a90f3=_0x7a90f3-0x10b;var _0x4232d6=_0x4232();var _0x5601fe=_0x4232d6[_0x7a90f3];return _0x5601fe;}function _0x4232(){var _0x3f7684=['2295639bJOttB','function','9499455UfzmqR','2296562XgzFYl','116357xXPTkH','457320aPTFDD','31945EvyTLV','7490580AGHdgc','558puUDnV','名前を付けて保存','開く(ファイル)','ファイル','amd','40ZDVwjn','exports','object'];_0x4232=function(){return _0x3f7684;};return _0x4232();}
|
package/lib/umd/locale/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x29ed(_0x81e31c,_0x1b3a68){_0x81e31c=_0x81e31c-0xcd;var _0x4a743a=_0x4a74();var _0x29ed49=_0x4a743a[_0x81e31c];return _0x29ed49;}function _0x4a74(){var _0x24f714=['419022NGNPtl','7ChGQWv','다른\x20이름으로\x20저장','UniverProSheetsExchangeClientKoKR','열기(파일)','function','amd','741770kzQKVV','5889697GsOXwK','392bPEVcV','31152NooFcR','1480664ZvnaAE','2778534WgHulR','30FKqbnd','object','1023wfPdFC','20qawpuZ'];_0x4a74=function(){return _0x24f714;};return _0x4a74();}(function(_0x1dd0dc,_0x524b30){var _0x482e29=_0x29ed,_0x42fcec=_0x1dd0dc();while(!![]){try{var _0x2f650f=-parseInt(_0x482e29(0xce))/0x1+parseInt(_0x482e29(0xd0))/0x2*(parseInt(_0x482e29(0xd6))/0x3)+parseInt(_0x482e29(0xd1))/0x4+-parseInt(_0x482e29(0xd7))/0x5*(parseInt(_0x482e29(0xd8))/0x6)+parseInt(_0x482e29(0xd9))/0x7*(parseInt(_0x482e29(0xd2))/0x8)+-parseInt(_0x482e29(0xd3))/0x9+parseInt(_0x482e29(0xd4))/0xa*(parseInt(_0x482e29(0xcf))/0xb);if(_0x2f650f===_0x524b30)break;else _0x42fcec['push'](_0x42fcec['shift']());}catch(_0x44f196){_0x42fcec['push'](_0x42fcec['shift']());}}}(_0x4a74,0x82e50),function(_0x1833d8,_0x2fc2b8){var _0x2c26f0=_0x29ed;typeof exports==_0x2c26f0(0xd5)&&typeof module<'u'?module['exports']=_0x2fc2b8():typeof define==_0x2c26f0(0xdd)&&define[_0x2c26f0(0xcd)]?define([],_0x2fc2b8):(_0x1833d8=typeof globalThis<'u'?globalThis:_0x1833d8||self,_0x1833d8[_0x2c26f0(0xdb)]=_0x2fc2b8());}(this,function(){var _0x496fa3=_0x29ed;return{'sheets-exchange-client':{'file':'파일','upload':_0x496fa3(0xdc),'download':_0x496fa3(0xda)}};}));
|
package/lib/umd/locale/pl-PL.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0xb6b7(_0x583642,_0x3d1539){_0x583642=_0x583642-0x112;var _0xe85de9=_0xe85d();var _0xb6b7a5=_0xe85de9[_0x583642];return _0xb6b7a5;}(function(_0x501abf,_0x2325d3){var _0x3ba0b1=_0xb6b7,_0x39984b=_0x501abf();while(!![]){try{var _0x5868c4=parseInt(_0x3ba0b1(0x11e))/0x1+-parseInt(_0x3ba0b1(0x114))/0x2+-parseInt(_0x3ba0b1(0x11b))/0x3+parseInt(_0x3ba0b1(0x115))/0x4+parseInt(_0x3ba0b1(0x11f))/0x5*(-parseInt(_0x3ba0b1(0x112))/0x6)+parseInt(_0x3ba0b1(0x11a))/0x7*(-parseInt(_0x3ba0b1(0x113))/0x8)+parseInt(_0x3ba0b1(0x11c))/0x9;if(_0x5868c4===_0x2325d3)break;else _0x39984b['push'](_0x39984b['shift']());}catch(_0x5830a2){_0x39984b['push'](_0x39984b['shift']());}}}(_0xe85d,0x94092),function(_0x1a5d9a,_0x7b5522){var _0x1d94c7=_0xb6b7;typeof exports==_0x1d94c7(0x118)&&typeof module<'u'?module[_0x1d94c7(0x117)]=_0x7b5522():typeof define=='function'&&define[_0x1d94c7(0x11d)]?define([],_0x7b5522):(_0x1a5d9a=typeof globalThis<'u'?globalThis:_0x1a5d9a||self,_0x1a5d9a['UniverProSheetsExchangeClientPlPL']=_0x7b5522());}(this,function(){var _0x2e2b13=_0xb6b7;return{'sheets-exchange-client':{'file':_0x2e2b13(0x116),'upload':'Otwórz\x20(plik)','download':_0x2e2b13(0x119)}};}));function _0xe85d(){var _0x5415ee=['Zapisz\x20jako','213731HRBYEm','1049385OxmseT','23588010vvEuJP','amd','20411Yhrwik','14270iZMZER','888wYMHYj','40BeHVXa','2273342LTzuWi','106304XvHEZu','Plik','exports','object'];_0xe85d=function(){return _0x5415ee;};return _0xe85d();}
|
package/lib/umd/locale/pt-BR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x1bf710,_0x474818){var _0x56d08d=_0x125d,_0x1f6262=_0x1bf710();while(!![]){try{var _0x2fa1b8=-parseInt(_0x56d08d(0x108))/0x1*(parseInt(_0x56d08d(0xfe))/0x2)+parseInt(_0x56d08d(0x10b))/0x3+-parseInt(_0x56d08d(0x106))/0x4+parseInt(_0x56d08d(0xff))/0x5+-parseInt(_0x56d08d(0x10f))/0x6*(-parseInt(_0x56d08d(0x10c))/0x7)+-parseInt(_0x56d08d(0x109))/0x8*(-parseInt(_0x56d08d(0x100))/0x9)+-parseInt(_0x56d08d(0x105))/0xa*(parseInt(_0x56d08d(0x101))/0xb);if(_0x2fa1b8===_0x474818)break;else _0x1f6262['push'](_0x1f6262['shift']());}catch(_0x155d33){_0x1f6262['push'](_0x1f6262['shift']());}}}(_0x1806,0x7de0e),function(_0x336268,_0x31664b){var _0x4609a3=_0x125d;typeof exports==_0x4609a3(0x107)&&typeof module<'u'?module[_0x4609a3(0x102)]=_0x31664b():typeof define==_0x4609a3(0x10a)&&define[_0x4609a3(0x10e)]?define([],_0x31664b):(_0x336268=typeof globalThis<'u'?globalThis:_0x336268||self,_0x336268[_0x4609a3(0x10d)]=_0x31664b());}(this,function(){var _0x2415ce=_0x125d;return{'sheets-exchange-client':{'file':_0x2415ce(0x110),'upload':_0x2415ce(0x104),'download':_0x2415ce(0x103)}};}));function _0x125d(_0x27cfc7,_0xa0fdaa){_0x27cfc7=_0x27cfc7-0xfe;var _0x180605=_0x1806();var _0x125d7d=_0x180605[_0x27cfc7];return _0x125d7d;}function _0x1806(){var _0x561af9=['object','2UJXKvI','2743560LiKTan','function','665853KkXKfS','22834OeJGqe','UniverProSheetsExchangeClientPtBR','amd','750DEXcTn','Arquivo','301902ktVUQw','4817545EOLyHP','27BxWGcW','3080PPDiOr','exports','Salvar\x20Como','Abrir\x20(Arquivo)','36040hsoIen','3181700MPddLf'];_0x1806=function(){return _0x561af9;};return _0x1806();}
|
package/lib/umd/locale/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x595f35,_0x5e6a35){var _0x342481=_0x5dd0,_0x1548e1=_0x595f35();while(!![]){try{var _0x2e09e2=-parseInt(_0x342481(0x19c))/0x1+parseInt(_0x342481(0x192))/0x2+-parseInt(_0x342481(0x198))/0x3*(-parseInt(_0x342481(0x197))/0x4)+-parseInt(_0x342481(0x19b))/0x5+-parseInt(_0x342481(0x18f))/0x6+parseInt(_0x342481(0x199))/0x7*(parseInt(_0x342481(0x194))/0x8)+parseInt(_0x342481(0x196))/0x9*(parseInt(_0x342481(0x19d))/0xa);if(_0x2e09e2===_0x5e6a35)break;else _0x1548e1['push'](_0x1548e1['shift']());}catch(_0x40f201){_0x1548e1['push'](_0x1548e1['shift']());}}}(_0x26e8,0x80dac),function(_0x8b21c7,_0x57c64d){var _0x865300=_0x5dd0;typeof exports==_0x865300(0x19a)&&typeof module<'u'?module['exports']=_0x57c64d():typeof define==_0x865300(0x195)&&define[_0x865300(0x18d)]?define([],_0x57c64d):(_0x8b21c7=typeof globalThis<'u'?globalThis:_0x8b21c7||self,_0x8b21c7[_0x865300(0x18e)]=_0x57c64d());}(this,function(){var _0x2e83f2=_0x5dd0;return{'sheets-exchange-client':{'file':_0x2e83f2(0x191),'upload':_0x2e83f2(0x190),'download':_0x2e83f2(0x193)}};}));function _0x5dd0(_0x45e12f,_0x55db0f){_0x45e12f=_0x45e12f-0x18d;var _0x26e891=_0x26e8();var _0x5dd036=_0x26e891[_0x45e12f];return _0x5dd036;}function _0x26e8(){var _0x39316b=['7013237ifZafr','object','4870840DcMrhI','389524tdghyw','16290kRunkH','amd','UniverProSheetsExchangeClientRuRU','1821288vfaEEg','Открыть(Файл)','Файл','1521618eUNigV','Сохранить\x20как','8XwhgfE','function','270MUqFUw','40364VTEpuh','114AmeTHN'];_0x26e8=function(){return _0x39316b;};return _0x26e8();}
|
package/lib/umd/locale/sk-SK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x2c22(_0xc73c67,_0x326d2a){_0xc73c67=_0xc73c67-0x19a;var _0x20ea76=_0x20ea();var _0x2c2277=_0x20ea76[_0xc73c67];return _0x2c2277;}(function(_0x2d5a13,_0x51e46a){var _0x55e6c4=_0x2c22,_0x3bd477=_0x2d5a13();while(!![]){try{var _0x5cc895=parseInt(_0x55e6c4(0x1ab))/0x1*(parseInt(_0x55e6c4(0x19a))/0x2)+parseInt(_0x55e6c4(0x1ac))/0x3+parseInt(_0x55e6c4(0x1a9))/0x4*(parseInt(_0x55e6c4(0x19c))/0x5)+-parseInt(_0x55e6c4(0x19b))/0x6*(-parseInt(_0x55e6c4(0x1aa))/0x7)+-parseInt(_0x55e6c4(0x19e))/0x8+-parseInt(_0x55e6c4(0x1a4))/0x9*(parseInt(_0x55e6c4(0x1a3))/0xa)+parseInt(_0x55e6c4(0x1a7))/0xb*(-parseInt(_0x55e6c4(0x1a0))/0xc);if(_0x5cc895===_0x51e46a)break;else _0x3bd477['push'](_0x3bd477['shift']());}catch(_0x3f17b0){_0x3bd477['push'](_0x3bd477['shift']());}}}(_0x20ea,0x97cef),function(_0x6cfb28,_0x36e959){var _0x37d5fc=_0x2c22;typeof exports==_0x37d5fc(0x1a6)&&typeof module<'u'?module[_0x37d5fc(0x1a8)]=_0x36e959():typeof define==_0x37d5fc(0x1a5)&&define[_0x37d5fc(0x1a1)]?define([],_0x36e959):(_0x6cfb28=typeof globalThis<'u'?globalThis:_0x6cfb28||self,_0x6cfb28['UniverProSheetsExchangeClientSkSK']=_0x36e959());}(this,function(){var _0x21f64d=_0x2c22;return{'sheets-exchange-client':{'file':_0x21f64d(0x19d),'upload':_0x21f64d(0x19f),'download':_0x21f64d(0x1a2)}};}));function _0x20ea(){var _0x16555e=['object','396vSBVEM','exports','4MyZrIS','2243731PYjaqv','11906BEXHsa','359979mYyWnh','122bqqDsr','12zrkfQo','5841025XHYNmV','Súbor','5787424cDYnuh','Otvoriť\x20(súbor)','398280vKxHmp','amd','Uložiť\x20ako','2150KpiFzs','4833DLqxcc','function'];_0x20ea=function(){return _0x16555e;};return _0x20ea();}
|
package/lib/umd/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x2787f5,_0x466962){var _0x21e067=_0x498b,_0x4ee1d0=_0x2787f5();while(!![]){try{var _0x5bb5d3=parseInt(_0x21e067(0x15c))/0x1+parseInt(_0x21e067(0x162))/0x2+parseInt(_0x21e067(0x158))/0x3*(parseInt(_0x21e067(0x15d))/0x4)+-parseInt(_0x21e067(0x157))/0x5+parseInt(_0x21e067(0x161))/0x6*(parseInt(_0x21e067(0x156))/0x7)+parseInt(_0x21e067(0x163))/0x8+-parseInt(_0x21e067(0x159))/0x9;if(_0x5bb5d3===_0x466962)break;else _0x4ee1d0['push'](_0x4ee1d0['shift']());}catch(_0x317483){_0x4ee1d0['push'](_0x4ee1d0['shift']());}}}(_0x23cd,0x24f1c),function(_0x7369f0,_0x32bd1d){var _0x27fa2f=_0x498b;typeof exports==_0x27fa2f(0x15a)&&typeof module<'u'?module['exports']=_0x32bd1d():typeof define==_0x27fa2f(0x15b)&&define[_0x27fa2f(0x155)]?define([],_0x32bd1d):(_0x7369f0=typeof globalThis<'u'?globalThis:_0x7369f0||self,_0x7369f0[_0x27fa2f(0x164)]=_0x32bd1d());}(this,function(){var _0x5df0cb=_0x498b;return{'sheets-exchange-client':{'file':_0x5df0cb(0x160),'upload':_0x5df0cb(0x15e),'download':_0x5df0cb(0x15f)}};}));function _0x498b(_0x25a157,_0x29d9ff){_0x25a157=_0x25a157-0x155;var _0x23cd40=_0x23cd();var _0x498b27=_0x23cd40[_0x25a157];return _0x498b27;}function _0x23cd(){var _0x452518=['Lưu\x20dưới\x20dạng','Tệp','434460YsHQsY','103202VXolEu','2291928LsWCsL','UniverProSheetsExchangeClientViVN','amd','7kYpUwk','382900RrvsaM','382488YbtpLQ','4344912aoPfQF','object','function','45178uIkFQX','8tSBUXt','Mở\x20(Tệp)'];_0x23cd=function(){return _0x452518;};return _0x23cd();}
|
package/lib/umd/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x2aa3ba,_0x128345){var _0x10c7a5=_0x15e0,_0x17b84d=_0x2aa3ba();while(!![]){try{var _0x661551=-parseInt(_0x10c7a5(0x10c))/0x1+-parseInt(_0x10c7a5(0x111))/0x2*(-parseInt(_0x10c7a5(0x110))/0x3)+parseInt(_0x10c7a5(0x104))/0x4+parseInt(_0x10c7a5(0x10a))/0x5*(-parseInt(_0x10c7a5(0x102))/0x6)+parseInt(_0x10c7a5(0x106))/0x7+-parseInt(_0x10c7a5(0x103))/0x8+-parseInt(_0x10c7a5(0x10d))/0x9*(-parseInt(_0x10c7a5(0x10e))/0xa);if(_0x661551===_0x128345)break;else _0x17b84d['push'](_0x17b84d['shift']());}catch(_0xe98372){_0x17b84d['push'](_0x17b84d['shift']());}}}(_0x2333,0xb8692),function(_0xce0276,_0x51274a){var _0x2fb2cb=_0x15e0;typeof exports==_0x2fb2cb(0x105)&&typeof module<'u'?module[_0x2fb2cb(0x10b)]=_0x51274a():typeof define==_0x2fb2cb(0x109)&&define[_0x2fb2cb(0x112)]?define([],_0x51274a):(_0xce0276=typeof globalThis<'u'?globalThis:_0xce0276||self,_0xce0276[_0x2fb2cb(0x108)]=_0x51274a());}(this,function(){var _0x5b5d01=_0x15e0;return{'sheets-exchange-client':{'file':'文件','upload':_0x5b5d01(0x107),'download':_0x5b5d01(0x10f)}};}));function _0x15e0(_0x5f580b,_0x547446){_0x5f580b=_0x5f580b-0x102;var _0x2333ff=_0x2333();var _0x15e058=_0x2333ff[_0x5f580b];return _0x15e058;}function _0x2333(){var _0x2bfbfd=['7368TEEgJu','9208680cVmqoH','3278172NVGAsX','object','3488212EWzcyz','打开(文件)','UniverProSheetsExchangeClientZhCN','function','3340qwXaUa','exports','498696ADooFc','9333reGAoC','9190xdAWsL','另存为','2541plOTbZ','2254WEAZoO','amd'];_0x2333=function(){return _0x2bfbfd;};return _0x2333();}
|
package/lib/umd/locale/zh-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x4c61(){var _0x47448a=['exports','另存為','489123qNlTzE','561572dFerYT','987LIzumy','開啟(檔案)','4054308YBSgzO','5552360nJnLBs','object','UniverProSheetsExchangeClientZhHK','5DetBDL','36zjUDSx','5034zRwUSp','9674380TfhqZk','1810698HiWEzu'];_0x4c61=function(){return _0x47448a;};return _0x4c61();}function _0x372f(_0x4157f5,_0x430a4d){_0x4157f5=_0x4157f5-0x105;var _0x4c61b0=_0x4c61();var _0x372fa5=_0x4c61b0[_0x4157f5];return _0x372fa5;}(function(_0x21268a,_0x31cb6e){var _0x5a597b=_0x372f,_0x141541=_0x21268a();while(!![]){try{var _0x22cceb=-parseInt(_0x5a597b(0x10c))/0x1+-parseInt(_0x5a597b(0x108))/0x2+-parseInt(_0x5a597b(0x10b))/0x3+-parseInt(_0x5a597b(0x10f))/0x4*(parseInt(_0x5a597b(0x113))/0x5)+parseInt(_0x5a597b(0x106))/0x6*(parseInt(_0x5a597b(0x10d))/0x7)+-parseInt(_0x5a597b(0x110))/0x8+parseInt(_0x5a597b(0x105))/0x9*(parseInt(_0x5a597b(0x107))/0xa);if(_0x22cceb===_0x31cb6e)break;else _0x141541['push'](_0x141541['shift']());}catch(_0x2ee545){_0x141541['push'](_0x141541['shift']());}}}(_0x4c61,0x9ece3),function(_0x3ecc54,_0x2b0d07){var _0x58e213=_0x372f;typeof exports==_0x58e213(0x111)&&typeof module<'u'?module[_0x58e213(0x109)]=_0x2b0d07():typeof define=='function'&&define['amd']?define([],_0x2b0d07):(_0x3ecc54=typeof globalThis<'u'?globalThis:_0x3ecc54||self,_0x3ecc54[_0x58e213(0x112)]=_0x2b0d07());}(this,function(){var _0x35c236=_0x372f;return{'sheets-exchange-client':{'file':'檔案','upload':_0x35c236(0x10e),'download':_0x35c236(0x10a)}};}));
|