@univerjs-pro/sheets-exchange-client 1.0.0-alpha.8 → 1.0.0-beta.1
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 _0x1ba4(_0x41cd45,_0x49812a){_0x41cd45=_0x41cd45-0x1ef;var _0x4550c7=_0x4550();var _0x1ba4d0=_0x4550c7[_0x41cd45];return _0x1ba4d0;}(function(_0x6dd0e3,_0x395b99){var _0x4245c0=_0x1ba4,_0x1089a7=_0x6dd0e3();while(!![]){try{var _0x40d48c=-parseInt(_0x4245c0(0x202))/0x1*(-parseInt(_0x4245c0(0x203))/0x2)+-parseInt(_0x4245c0(0x1f4))/0x3+parseInt(_0x4245c0(0x1ff))/0x4*(parseInt(_0x4245c0(0x200))/0x5)+parseInt(_0x4245c0(0x1f5))/0x6*(-parseInt(_0x4245c0(0x1f2))/0x7)+parseInt(_0x4245c0(0x1fa))/0x8*(parseInt(_0x4245c0(0x20a))/0x9)+-parseInt(_0x4245c0(0x207))/0xa*(-parseInt(_0x4245c0(0x206))/0xb)+-parseInt(_0x4245c0(0x1ef))/0xc;if(_0x40d48c===_0x395b99)break;else _0x1089a7['push'](_0x1089a7['shift']());}catch(_0x229e3c){_0x1089a7['push'](_0x1089a7['shift']());}}}(_0x4550,0x9d16e),function(_0x44e52c,_0xd532c5){var _0x3e6602=_0x1ba4;typeof exports==_0x3e6602(0x1f0)&&typeof module<'u'?_0xd532c5(require('@univerjs-pro/sheets-exchange-client'),require('@univerjs/core/facade')):typeof define==_0x3e6602(0x204)&&define[_0x3e6602(0x1f9)]?define([_0x3e6602(0x1f3),_0x3e6602(0x209)],_0xd532c5):(_0x44e52c=typeof globalThis<'u'?globalThis:_0x44e52c||self,_0xd532c5(_0x44e52c[_0x3e6602(0x1fd)],_0x44e52c['UniverCoreFacade']));}(this,function(_0x5f5345,_0x3eabc5){var _0x5ef500=_0x1ba4,_0x4873b1=class extends _0x3eabc5[_0x5ef500(0x1f6)]{[_0x5ef500(0x1fb)](_0xf92b2b){var _0x43bf08=_0x5ef500;return this[_0x43bf08(0x1f8)][_0x43bf08(0x1fe)](_0x5f5345[_0x43bf08(0x1f7)])[_0x43bf08(0x1fc)](_0xf92b2b);}[_0x5ef500(0x201)](_0x4b0c8a){var _0x218437=_0x5ef500;return this[_0x218437(0x1f8)][_0x218437(0x1fe)](_0x5f5345[_0x218437(0x1f7)])['importSheetToSnapshot'](_0x4b0c8a);}[_0x5ef500(0x208)](_0x3c1a48,_0x507d9c,_0x39bc12){var _0x5ac52f=_0x5ef500;return this['_injector'][_0x5ac52f(0x1fe)](_0x5f5345[_0x5ac52f(0x1f7)])['exportSheetByUnitId'](_0x3c1a48,_0x507d9c,_0x39bc12);}['exportSheetBySnapshotAsync'](_0x4c506c,_0x53d5a7,_0x32b490){var _0x3666df=_0x5ef500;return this[_0x3666df(0x1f8)]['get'](_0x5f5345[_0x3666df(0x1f7)])['exportSheetBySnapshot'](_0x4c506c,_0x53d5a7,_0x32b490);}[_0x5ef500(0x1f1)](_0x1c720a){var _0x54f021=_0x5ef500;return this[_0x54f021(0x1f8)][_0x54f021(0x1fe)](_0x5f5345[_0x54f021(0x1f7)])[_0x54f021(0x205)](_0x1c720a);}['transformWorkbookDataToSnapshotJsonAsync'](_0x465877){var _0x49f27c=_0x5ef500;return this[_0x49f27c(0x1f8)]['get'](_0x5f5345['ISheetExchangeService'])['transformWorkbookDataToSnapshotJson'](_0x465877);}};_0x3eabc5[_0x5ef500(0x1f6)]['extend'](_0x4873b1);}));function _0x4550(){var _0x251ffb=['object','transformSnapshotJsonToWorkbookDataAsync','98SpfKWh','@univerjs-pro/sheets-exchange-client','2204208ZmYtbE','114672YSyLDa','FUniver','ISheetExchangeService','_injector','amd','149048fMYGKB','importSheetToUnitIdAsync','importSheetToUnitId','UniverProSheetsExchangeClient','get','2021476GnIihI','5mjwAmQ','importSheetToSnapshotAsync','1UcwrMQ','2303340xvNeRk','function','transformSnapshotJsonToWorkbookData','583qdmSHy','160870QMXGOi','exportSheetByUnitIdAsync','@univerjs/core/facade','135pgiELL','13720476hesGiY'];_0x4550=function(){return _0x251ffb;};return _0x4550();}
|
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 _0xdde3(_0x20bf54,_0x140fdc){_0x20bf54=_0x20bf54-0xc8;const _0x959fee=_0x959f();let _0xdde324=_0x959fee[_0x20bf54];return _0xdde324;}(function(_0x5e886f,_0x44306a){const _0x152258=_0xdde3,_0x3bc1f0=_0x5e886f();while(!![]){try{const _0x513894=-parseInt(_0x152258(0x115))/0x1+parseInt(_0x152258(0x140))/0x2*(-parseInt(_0x152258(0x11d))/0x3)+parseInt(_0x152258(0x102))/0x4+parseInt(_0x152258(0xe8))/0x5*(parseInt(_0x152258(0x13c))/0x6)+-parseInt(_0x152258(0xcb))/0x7+parseInt(_0x152258(0xf5))/0x8+-parseInt(_0x152258(0x14c))/0x9*(parseInt(_0x152258(0x132))/0xa);if(_0x513894===_0x44306a)break;else _0x3bc1f0['push'](_0x3bc1f0['shift']());}catch(_0x5b7837){_0x3bc1f0['push'](_0x3bc1f0['shift']());}}}(_0x959f,0x2cc42),function(_0x1b4e1e,_0x2fdb02){const _0x257bd1=_0xdde3;typeof exports==_0x257bd1(0xe2)&&typeof module<'u'?_0x2fdb02(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==_0x257bd1(0x120)&&define['amd']?define(['exports','@univerjs/ui',_0x257bd1(0x12d),_0x257bd1(0x14e),'@univerjs-pro/collaboration',_0x257bd1(0x143),_0x257bd1(0xca),_0x257bd1(0x13a)],_0x2fdb02):(_0x1b4e1e=typeof globalThis<'u'?globalThis:_0x1b4e1e||self,_0x2fdb02(_0x1b4e1e['UniverProSheetsExchangeClient']={},_0x1b4e1e[_0x257bd1(0x100)],_0x1b4e1e['UniverProExchangeClient'],_0x1b4e1e[_0x257bd1(0xe5)],_0x1b4e1e[_0x257bd1(0xec)],_0x1b4e1e['UniverSheets'],_0x1b4e1e[_0x257bd1(0x137)],_0x1b4e1e[_0x257bd1(0xfa)]));}(this,function(_0x59ef7e,_0x4cb2d4,_0x10fdec,_0x454a22,_0x5d7c1c,_0x353e23,_0xb193b7,_0x26f920){const _0x3fbdff=_0xdde3;Object[_0x3fbdff(0xff)](_0x59ef7e,Symbol['toStringTag'],{'value':_0x3fbdff(0x127)});let _0x5edde7={'minSheetRowCount':0x1,'minSheetColumnCount':0x1,'disableCellImageConversion':!0x0};function _0x3a8c9e(_0x499366,_0x2ee59c){return function(_0x4fa544,_0x5b8ac){_0x2ee59c(_0x4fa544,_0x5b8ac,_0x499366);};}function _0x1c04b2(_0x1cd0f1,_0x1ecea4,_0x3019f2,_0x14d86a){const _0x165fbb=_0x3fbdff;var _0x22cf65=arguments[_0x165fbb(0x145)],_0x2f0e7c=_0x22cf65<0x3?_0x1ecea4:_0x14d86a===null?_0x14d86a=Object['getOwnPropertyDescriptor'](_0x1ecea4,_0x3019f2):_0x14d86a,_0x9a73eb;if(typeof Reflect=='object'&&typeof Reflect[_0x165fbb(0xd8)]==_0x165fbb(0x120))_0x2f0e7c=Reflect[_0x165fbb(0xd8)](_0x1cd0f1,_0x1ecea4,_0x3019f2,_0x14d86a);else{for(var _0x5f0c77=_0x1cd0f1[_0x165fbb(0x145)]-0x1;_0x5f0c77>=0x0;_0x5f0c77--)(_0x9a73eb=_0x1cd0f1[_0x5f0c77])&&(_0x2f0e7c=(_0x22cf65<0x3?_0x9a73eb(_0x2f0e7c):_0x22cf65>0x3?_0x9a73eb(_0x1ecea4,_0x3019f2,_0x2f0e7c):_0x9a73eb(_0x1ecea4,_0x3019f2))||_0x2f0e7c);}return _0x22cf65>0x3&&_0x2f0e7c&&Object[_0x165fbb(0xff)](_0x1ecea4,_0x3019f2,_0x2f0e7c),_0x2f0e7c;}let _0x572acd=(0x0,_0x454a22[_0x3fbdff(0x147)])(_0x3fbdff(0xf7)),_0x2f48c0=class{constructor(_0x5e682f,_0x4cd4a9){const _0x153024=_0x3fbdff;this['_exchangeService']=_0x5e682f,this[_0x153024(0x103)]=_0x4cd4a9;}[_0x3fbdff(0x131)](_0x27f748){const _0x1e64a6=_0x3fbdff;let _0x1fb4b2=this[_0x1e64a6(0xd0)]();return this['_exchangeService'][_0x1e64a6(0x126)](_0x27f748,_0x454a22[_0x1e64a6(0x12a)][_0x1e64a6(0xcf)],{'sheet':_0x1fb4b2});}async[_0x3fbdff(0xeb)](_0x12f935){const _0x42fae1=_0x3fbdff;let _0x3565f3=this[_0x42fae1(0xd0)](),_0x510600=await this['_exchangeService'][_0x42fae1(0x107)](_0x12f935,_0x454a22[_0x42fae1(0x12a)][_0x42fae1(0xcf)],{'sheet':_0x3565f3});return _0x510600?this[_0x42fae1(0x11a)](_0x510600):void 0x0;}[_0x3fbdff(0x10d)](_0x3127fe,_0x4d2641=_0x10fdec[_0x3fbdff(0x134)]['XLSX'],_0x25c1d8){const _0x3e6117=_0x3fbdff;let _0x252cb2=this['_createExportOptions'](_0x4d2641,_0x25c1d8);return this[_0x3e6117(0xdd)][_0x3e6117(0x12b)](_0x3127fe,_0x454a22['UniverInstanceType'][_0x3e6117(0xcf)],_0x4d2641,{'sheet':_0x252cb2});}async[_0x3fbdff(0x11e)](_0xeb5892,_0x32c33b=_0x10fdec[_0x3fbdff(0x134)][_0x3fbdff(0x112)],_0xe6563b){const _0x8b4ea6=_0x3fbdff;let _0x539509=await this['transformWorkbookDataToSnapshotJson'](_0xeb5892),_0x5b7ae3=this[_0x8b4ea6(0x10e)](_0x32c33b,_0xe6563b);return this['_exchangeService'][_0x8b4ea6(0x11c)](_0x539509,_0x454a22[_0x8b4ea6(0x12a)][_0x8b4ea6(0xcf)],_0x32c33b,{'sheet':_0x5b7ae3});}['transformSnapshotJsonToWorkbookData'](_0x24dd1c){const _0x1cc720=_0x3fbdff;let _0x1f901a=Object['values'](_0x24dd1c['sheetBlocks']||{})['map'](_0x44c752=>({..._0x44c752,'data':_0x44c752['data']?JSON[_0x1cc720(0x122)]((0x0,_0x5d7c1c[_0x1cc720(0x13f)])(_0x44c752[_0x1cc720(0xe7)])):void 0x0}));return(0x0,_0x5d7c1c[_0x1cc720(0xfd)])(_0x24dd1c[_0x1cc720(0x10c)],_0x1f901a);}async['transformWorkbookDataToSnapshotJson'](_0x25dcea){const _0x4cb1f4=_0x3fbdff;let _0x23d8c6={'metadata':void 0x0},_0x50ca45=new _0x10fdec['ClientSnapshotServerService'](),{snapshot:_0x4efbba}=await(0x0,_0x5d7c1c[_0x4cb1f4(0x109)])(_0x23d8c6,_0x25dcea,_0x25dcea['id'],_0x25dcea['rev']??0x0,_0x50ca45),_0x1145b7=(0x0,_0x10fdec['transformWorkbookSnapshotMetaToString'])(_0x4efbba);if(!_0x1145b7)throw Error(_0x4cb1f4(0x118));return{'snapshot':_0x1145b7,'sheetBlocks':(0x0,_0x10fdec['transformSheetBlockMetaToString'])(await(0x0,_0x5d7c1c['getSheetBlocksFromSnapshot'])(_0x4efbba,_0x50ca45))};}['_getConfig'](){const _0x63dba0=_0x3fbdff;return this[_0x63dba0(0x103)]['getConfig'](_0x63dba0(0x10a))??_0x5edde7;}[_0x3fbdff(0xd0)](){const _0x5e44ff=_0x3fbdff;let {minSheetRowCount:_0x23774e,minSheetColumnCount:_0x20bccf}=this[_0x5e44ff(0x12c)]();return{'minSheetRowCount':_0x23774e,'minSheetColumnCount':_0x20bccf};}[_0x3fbdff(0x10e)](_0x4182ac,_0x88de62){const _0x3eba88=_0x3fbdff;let {disableCellImageConversion:_0x327d8d}=this[_0x3eba88(0x12c)]();return{'useImageUrl':_0x327d8d,..._0x4182ac!==_0x10fdec[_0x3eba88(0x134)][_0x3eba88(0x112)]&&_0x88de62?{'csv':{'sheetId':_0x88de62}}:{}};}};_0x2f48c0=_0x1c04b2([_0x3a8c9e(0x0,(0x0,_0x454a22[_0x3fbdff(0xfb)])(_0x10fdec[_0x3fbdff(0xf0)])),_0x3a8c9e(0x1,_0x454a22[_0x3fbdff(0xdb)])],_0x2f48c0);let _0x51b2d0=(0x0,_0x454a22['createIdentifier'])(_0x3fbdff(0x11f)),_0x4deabc=class{constructor(_0x376d30,_0x31d3c0,_0x2fe824,_0x310f83){const _0x941eb4=_0x3fbdff;this['_sheetExchangeService']=_0x376d30,this[_0x941eb4(0x108)]=_0x31d3c0,this['_univerInstanceService']=_0x2fe824,this[_0x941eb4(0xd4)]=_0x310f83;}[_0x3fbdff(0x131)](){const _0x2c0d2a=_0x3fbdff;return this[_0x2c0d2a(0x108)]['importFileToUnitId'](_0x454a22[_0x2c0d2a(0x12a)][_0x2c0d2a(0xcf)],_0x2043da=>this[_0x2c0d2a(0x139)][_0x2c0d2a(0x131)](_0x2043da));}[_0x3fbdff(0xeb)](){const _0x41c602=_0x3fbdff;return this[_0x41c602(0x108)]['importFileToSnapshot'](_0x454a22[_0x41c602(0x12a)][_0x41c602(0xcf)],_0x2e687f=>this[_0x41c602(0x139)][_0x41c602(0xeb)](_0x2e687f));}[_0x3fbdff(0x10d)](_0x49e193,_0x4121ae,_0x3c9c5c=_0x10fdec['ExchangeFormat']['XLSX'],_0x24f21a){const _0x2cb264=_0x3fbdff;let _0x1494af=this[_0x2cb264(0xef)]();return this[_0x2cb264(0x108)][_0x2cb264(0x117)](()=>this[_0x2cb264(0x139)]['exportSheetByUnitId'](_0x49e193??_0x1494af[_0x2cb264(0xd3)](),_0x3c9c5c,_0x24f21a),_0x4121ae??_0x1494af[_0x2cb264(0xed)]()[_0x2cb264(0x106)],_0x3c9c5c);}[_0x3fbdff(0x11e)](_0x4a535f=_0x10fdec[_0x3fbdff(0x134)][_0x3fbdff(0x112)],_0x459746){const _0x138fee=_0x3fbdff;let _0x262b6f=this[_0x138fee(0xef)](),_0xe72c04=this[_0x138fee(0xd4)]['saveUnit'](_0x262b6f[_0x138fee(0xd3)]())??_0x262b6f[_0x138fee(0xed)]();return this[_0x138fee(0x108)][_0x138fee(0x117)](()=>this['_sheetExchangeService'][_0x138fee(0x11e)](_0xe72c04,_0x4a535f,_0x459746),_0xe72c04[_0x138fee(0x106)],_0x4a535f);}[_0x3fbdff(0xef)](){const _0x2b21b6=_0x3fbdff;let _0x27f3c8=this['_univerInstanceService'][_0x2b21b6(0x12e)](_0x454a22[_0x2b21b6(0x12a)][_0x2b21b6(0xcf)]);if(!_0x27f3c8)throw Error('No\x20unit\x20of\x20type\x20'+_0x454a22['UniverInstanceType'][_0x2b21b6(0xcf)]+_0x2b21b6(0xe1));return _0x27f3c8;}};_0x4deabc=_0x1c04b2([_0x3a8c9e(0x0,(0x0,_0x454a22['Inject'])(_0x572acd)),_0x3a8c9e(0x1,(0x0,_0x454a22['Inject'])(_0x10fdec[_0x3fbdff(0xd1)])),_0x3a8c9e(0x2,_0x454a22[_0x3fbdff(0x116)]),_0x3a8c9e(0x3,_0x454a22[_0x3fbdff(0x110)])],_0x4deabc);function _0x285bc5(_0x56e507){const _0x2cdf42=_0x3fbdff;var _0x432a88,_0xe6800d;return{'selectedId':((_0x432a88=_0x56e507['getActiveSheet'](!0x0))==null?void 0x0:_0x432a88[_0x2cdf42(0xe0)]())??((_0xe6800d=_0x56e507['getSheets']()[0x0])==null?void 0x0:_0xe6800d[_0x2cdf42(0xe0)]())??'','items':_0x56e507['getSheets']()[_0x2cdf42(0xe9)](_0x472466=>({'label':_0x472466['getName'](),'value':_0x472466['getSheetId']()}))};}let _0x23195b={'id':_0x3fbdff(0xd6),'type':_0x454a22[_0x3fbdff(0xc9)]['OPERATION'],'handler':async _0x331620=>{const _0x43d6c3=_0x3fbdff;let _0x36f095=_0x331620[_0x43d6c3(0xf4)](_0x51b2d0);return(0x0,_0x10fdec[_0x43d6c3(0x12f)])(_0x331620,_0x454a22[_0x43d6c3(0x12a)][_0x43d6c3(0xcf)])?await _0x36f095['importSheetToUnitId']():await _0x36f095[_0x43d6c3(0xeb)](),!0x0;}},_0x2fd620={'id':'sheets-exchange-client.operation.export-sheet-by-format','type':_0x454a22['CommandType'][_0x3fbdff(0xd9)],'handler':async(_0x2bca10,_0x496b04)=>{const _0x2c517d=_0x3fbdff;if(!_0x496b04)return!0x1;let _0x5d0393=_0x2bca10[_0x2c517d(0xf4)](_0x51b2d0);return(0x0,_0x10fdec[_0x2c517d(0x12f)])(_0x2bca10,_0x454a22[_0x2c517d(0x12a)]['UNIVER_SHEET'])?await _0x5d0393[_0x2c517d(0x10d)](void 0x0,void 0x0,_0x496b04[_0x2c517d(0xee)],_0x496b04[_0x2c517d(0x14d)]):await _0x5d0393['exportSheetBySnapshot'](_0x496b04[_0x2c517d(0xee)],_0x496b04[_0x2c517d(0x14d)]),!0x0;}},_0xe59238={'id':_0x3fbdff(0xf3),'type':_0x454a22['CommandType'][_0x3fbdff(0xd9)],'handler':_0x21f072=>{const _0x462bdb=_0x3fbdff;let _0x2a926c=_0x21f072[_0x462bdb(0xf4)](_0x454a22[_0x462bdb(0x116)])[_0x462bdb(0x12e)](_0x454a22[_0x462bdb(0x12a)][_0x462bdb(0xcf)]);if(!_0x2a926c)return!0x1;let _0x2c0bf4=_0x285bc5(_0x2a926c),_0x42c9d7=_0x21f072[_0x462bdb(0xf4)](_0x4cb2d4[_0x462bdb(0x13b)]),_0x339c17=_0x21f072[_0x462bdb(0xf4)](_0x454a22[_0x462bdb(0xde)]),_0x258fc6=_0x21f072['get'](_0x454a22[_0x462bdb(0x101)]),_0x49cbd6=null,_0xbfcb4e=()=>{const _0x3830d8=_0x462bdb;_0x49cbd6==null||_0x49cbd6[_0x3830d8(0x10f)](),_0x49cbd6=null;};return _0x49cbd6=_0x42c9d7['open']({'id':_0x462bdb(0xfc),'title':{'title':_0x258fc6['t']('sheets-exchange-client.download')},'width':0x1a4,'draggable':!0x1,'mask':!0x0,'maskClosable':!0x1,'children':{'label':{'name':_0x10fdec[_0x462bdb(0xe6)],'props':{'formats':[_0x10fdec['ExchangeFormat'][_0x462bdb(0x112)],_0x10fdec[_0x462bdb(0x134)][_0x462bdb(0x13e)],_0x10fdec[_0x462bdb(0x134)]['TSV']],..._0x2c0bf4,'onCancel':_0xbfcb4e,'onConfirm':async(_0x593a24,_0xe91365)=>{await _0x339c17['executeCommand'](_0x2fd620['id'],{'format':_0x593a24,'sheetId':_0xe91365}),_0xbfcb4e();}}}},'onClose':_0xbfcb4e}),!0x0;}},_0x4c3c1f='sheets-exchange-client.operation.exchange';function _0x18423d(_0x221e05){const _0x272e1a=_0x3fbdff;return{'id':_0x4c3c1f,'type':_0x4cb2d4[_0x272e1a(0xcd)][_0x272e1a(0x14a)],'icon':_0x272e1a(0xdc),'tooltip':_0x272e1a(0xcc),'hidden$':(0x0,_0x4cb2d4[_0x272e1a(0x133)])(_0x221e05,_0x454a22[_0x272e1a(0x12a)]['UNIVER_SHEET']),'disabled$':(0x0,_0xb193b7['getCurrentRangeDisable$'])(_0x221e05,{'workbookTypes':[_0x353e23[_0x272e1a(0xea)]]})};}function _0x4a70e7(){const _0x3c87be=_0x3fbdff;return{'id':_0x23195b['id'],'type':_0x4cb2d4[_0x3c87be(0xcd)][_0x3c87be(0x136)],'title':_0x3c87be(0x14b),'icon':_0x3c87be(0x114)};}function _0x486f1f(){const _0x5e0cd8=_0x3fbdff;return{'id':_0xe59238['id'],'type':_0x4cb2d4[_0x5e0cd8(0xcd)][_0x5e0cd8(0x136)],'title':_0x5e0cd8(0x10b),'icon':_0x5e0cd8(0x138)};}let _0x3cff8={[_0x4cb2d4[_0x3fbdff(0xd7)][_0x3fbdff(0xe3)]]:{[_0x4c3c1f]:{'order':0.03,'gridLayout':{'row':0x1,'column':0x2,'rowSpan':0x2,'showLabel':!0x0},'menuItemFactory':_0x18423d,[_0x23195b['id']]:{'order':0x0,'menuItemFactory':_0x4a70e7},[_0xe59238['id']]:{'order':0x1,'menuItemFactory':_0x486f1f}}}};var _0x3fd3ba=_0x3fbdff(0x104),_0x446dfe=_0x3fbdff(0x11b);let _0x1103d8=class extends _0x454a22[_0x3fbdff(0xce)]{constructor(_0x1f0bb8,_0x444182){const _0x10ed0c=_0x3fbdff;super(),this[_0x10ed0c(0x146)]=_0x1f0bb8,this[_0x10ed0c(0xd5)]=_0x444182,this[_0x10ed0c(0xda)](),this[_0x10ed0c(0xf8)]();}[_0x3fbdff(0xda)](){const _0x248130=_0x3fbdff;[_0x23195b,_0xe59238,_0x2fd620][_0x248130(0x123)](_0x1a61b7=>{const _0x8ec646=_0x248130;this[_0x8ec646(0x124)](this['_commandService'][_0x8ec646(0xe4)](_0x1a61b7));});}[_0x3fbdff(0xf8)](){const _0x8890fc=_0x3fbdff;this[_0x8890fc(0xd5)][_0x8890fc(0xf9)](_0x3cff8);}};_0x1103d8=_0x1c04b2([_0x3a8c9e(0x0,_0x454a22[_0x3fbdff(0xde)]),_0x3a8c9e(0x1,_0x4cb2d4['IMenuManagerService'])],_0x1103d8);function _0x19e51f(_0x39eac7){'@babel/helpers - typeof';const _0x524c42=_0x3fbdff;return _0x19e51f=typeof Symbol==_0x524c42(0x120)&&typeof Symbol[_0x524c42(0x141)]=='symbol'?function(_0x2e351c){return typeof _0x2e351c;}:function(_0x2ecf52){const _0x1c4111=_0x524c42;return _0x2ecf52&&typeof Symbol==_0x1c4111(0x120)&&_0x2ecf52[_0x1c4111(0xd2)]===Symbol&&_0x2ecf52!==Symbol['prototype']?_0x1c4111(0x144):typeof _0x2ecf52;},_0x19e51f(_0x39eac7);}function _0x2a157c(_0x53b05d,_0x509140){const _0x2bb13b=_0x3fbdff;if(_0x19e51f(_0x53b05d)!=_0x2bb13b(0xe2)||!_0x53b05d)return _0x53b05d;var _0x56e10a=_0x53b05d[Symbol[_0x2bb13b(0x119)]];if(_0x56e10a!==void 0x0){var _0x7ce2a3=_0x56e10a[_0x2bb13b(0x113)](_0x53b05d,_0x509140||_0x2bb13b(0x149));if(_0x19e51f(_0x7ce2a3)!=_0x2bb13b(0xe2))return _0x7ce2a3;throw TypeError(_0x2bb13b(0xfe));}return(_0x509140==='string'?String:Number)(_0x53b05d);}function _0x1d980c(_0x53215e){const _0x552898=_0x3fbdff;var _0x55307c=_0x2a157c(_0x53215e,'string');return _0x19e51f(_0x55307c)==_0x552898(0x144)?_0x55307c:_0x55307c+'';}function _0x27e85a(_0x2005b3,_0x275651,_0x2fcf77){const _0xc49808=_0x3fbdff;return(_0x275651=_0x1d980c(_0x275651))in _0x2005b3?Object[_0xc49808(0xff)](_0x2005b3,_0x275651,{'value':_0x2fcf77,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x2005b3[_0x275651]=_0x2fcf77,_0x2005b3;}let _0x282c1e=class extends _0x454a22[_0x3fbdff(0x148)]{constructor(_0x28e14c=_0x5edde7,_0x59d0c1,_0x343eac){const _0x246134=_0x3fbdff;super(),this[_0x246134(0xdf)]=_0x28e14c,this['_injector']=_0x59d0c1,this[_0x246134(0x103)]=_0x343eac;let {menu:_0x2cd4f2,..._0x17fee5}=(0x0,_0x454a22[_0x246134(0x111)])({},_0x5edde7,this[_0x246134(0xdf)]);_0x2cd4f2&&this[_0x246134(0x103)]['setConfig']('menu',_0x2cd4f2,{'merge':!0x0}),this[_0x246134(0x103)][_0x246134(0x135)]('sheets-exchange-client.config',_0x17fee5);}[_0x3fbdff(0x105)](){const _0x41baa9=_0x3fbdff;[[_0x572acd,{'useClass':_0x2f48c0}],[_0x51b2d0,{'useClass':_0x4deabc}],[_0x1103d8]]['forEach'](_0x4493ef=>this[_0x41baa9(0x125)][_0x41baa9(0xf2)](_0x4493ef));}[_0x3fbdff(0xc8)](){const _0x332239=_0x3fbdff;this['_injector'][_0x332239(0xf4)](_0x1103d8);}};_0x27e85a(_0x282c1e,_0x3fbdff(0x142),'SHEET_EXCHANGE_CLIENT_PLUGIN'),_0x27e85a(_0x282c1e,'packageName',_0x3fd3ba),_0x27e85a(_0x282c1e,_0x3fbdff(0x121),_0x446dfe),_0x27e85a(_0x282c1e,_0x3fbdff(0x129),_0x454a22['UniverInstanceType'][_0x3fbdff(0xcf)]),_0x282c1e=_0x1c04b2([(0x0,_0x454a22[_0x3fbdff(0x13d)])(_0x26f920[_0x3fbdff(0x130)],_0x10fdec['UniverExchangeClientPlugin']),_0x3a8c9e(0x1,(0x0,_0x454a22['Inject'])(_0x454a22[_0x3fbdff(0x128)])),_0x3a8c9e(0x2,_0x454a22[_0x3fbdff(0xdb)])],_0x282c1e),_0x59ef7e[_0x3fbdff(0xf1)]=_0x572acd,_0x59ef7e['SheetsExchangeClientMenuSchema']=_0x3cff8,Object[_0x3fbdff(0xff)](_0x59ef7e,_0x3fbdff(0xf6),{'enumerable':!0x0,'get':function(){return _0x282c1e;}});}));function _0x959f(){const _0x416aaf=['defineProperty','UniverUi','LocaleService','1445900OibGij','_configService','@univerjs-pro/sheets-exchange-client','onStarting','name','importFileToJson','_exchangeOperateService','transformWorkbookDataToSnapshot','sheets-exchange-client.config','sheets-exchange-client.download','snapshot','exportSheetByUnitId','_createExportOptions','dispose','IResourceLoaderService','merge','XLSX','call','FolderIcon','323716TvagCU','IUniverInstanceService','exportFile','Failed\x20to\x20transform\x20snapshot\x20to\x20string','toPrimitive','transformSnapshotJsonToWorkbookData','1.0.0-beta.1','exportFileBySnapshot','9WPhhmZ','exportSheetBySnapshot','sheets-exchange-client.sheet-exchange-operate.service','function','version','parse','forEach','disposeWithMe','_injector','importFileToUnitId','Module','Injector','type','UniverInstanceType','exportFileByUnitId','_getConfig','@univerjs-pro/exchange-client','getCurrentUnitOfType','isCurrentUnitLoadedFromServer','UniverLicensePlugin','importSheetToUnitId','195510ntdaXM','getMenuHiddenObservable','ExchangeFormat','setConfig','BUTTON','UniverSheetsUi','ExportIcon','_sheetExchangeService','@univerjs-pro/license','IDialogService','138tBjMQN','DependentOn','CSV','b64DecodeUnicode','54472fEHTae','iterator','pluginName','@univerjs/sheets','symbol','length','_commandService','createIdentifier','Plugin','default','SUBITEMS','sheets-exchange-client.upload','54jvyFZZ','sheetId','@univerjs/core','onReady','CommandType','@univerjs/sheets-ui','2208619SUZVFG','sheets-exchange-client.file','MenuItemType','Disposable','UNIVER_SHEET','_createImportOptions','IExchangeOperateService','constructor','getUnitId','_resourceLoaderService','_menuManagerService','sheets-exchange-client.operation.import-sheet','RibbonStartGroup','decorate','OPERATION','_initCommands','IConfigService','DirectExportIcon','_exchangeService','ICommandService','_config','getSheetId','\x20is\x20currently\x20active.','object','OTHERS','registerCommand','UniverCore','EXPORT_FORMAT_DIALOG','data','65970mOVbJL','map','WorkbookExportPermission','importSheetToSnapshot','UniverProCollaboration','getSnapshot','format','_getCurrentWorkbook','IExchangeService','ISheetExchangeService','add','sheets-exchange-client.operation.export-sheet','get','2853376XqWvNn','UniverSheetsExchangeClientPlugin','sheets-exchange-client.sheet-exchange.service','_initMenus','mergeMenu','UniverProLicense','Inject','sheets-exchange-client.dialog.export-format','transformSnapshotToWorkbookData','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.'];_0x959f=function(){return _0x416aaf;};return _0x959f();}
|
package/lib/umd/locale/ar-SA.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x57fc(_0x52755c,_0x37f569){_0x52755c=_0x52755c-0x172;var _0x1f8fad=_0x1f8f();var _0x57fc3f=_0x1f8fad[_0x52755c];return _0x57fc3f;}function _0x1f8f(){var _0x187927=['ملف','8352610QNuNxo','5zoOTGO','1mzQKvf','3038812Qmnetq','192764tJmblk','696954hiNKOb','2719480LjNXIj','12666JpbOKn','exports','object','572602CzriuW','function','UniverProSheetsExchangeClientArSA','فتح\x20(ملف)','9XxsAua'];_0x1f8f=function(){return _0x187927;};return _0x1f8f();}(function(_0x593ac4,_0xcd7a58){var _0x2c7396=_0x57fc,_0x48c693=_0x593ac4();while(!![]){try{var _0x51f0cc=parseInt(_0x2c7396(0x175))/0x1*(parseInt(_0x2c7396(0x17d))/0x2)+parseInt(_0x2c7396(0x178))/0x3+-parseInt(_0x2c7396(0x177))/0x4+parseInt(_0x2c7396(0x174))/0x5*(-parseInt(_0x2c7396(0x17a))/0x6)+parseInt(_0x2c7396(0x176))/0x7+parseInt(_0x2c7396(0x179))/0x8+parseInt(_0x2c7396(0x181))/0x9*(-parseInt(_0x2c7396(0x173))/0xa);if(_0x51f0cc===_0xcd7a58)break;else _0x48c693['push'](_0x48c693['shift']());}catch(_0x242633){_0x48c693['push'](_0x48c693['shift']());}}}(_0x1f8f,0x63643),function(_0x42ea72,_0x1c7066){var _0x2d48c9=_0x57fc;typeof exports==_0x2d48c9(0x17c)&&typeof module<'u'?module[_0x2d48c9(0x17b)]=_0x1c7066():typeof define==_0x2d48c9(0x17e)&&define['amd']?define([],_0x1c7066):(_0x42ea72=typeof globalThis<'u'?globalThis:_0x42ea72||self,_0x42ea72[_0x2d48c9(0x17f)]=_0x1c7066());}(this,function(){var _0x2e3e54=_0x57fc;return{'sheets-exchange-client':{'file':_0x2e3e54(0x172),'upload':_0x2e3e54(0x180),'download':'حفظ\x20باسم'}};}));
|
package/lib/umd/locale/ca-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x7ffffe,_0x5b68d6){var _0x2a9cee=_0x1df6,_0x5db75c=_0x7ffffe();while(!![]){try{var _0x14c651=-parseInt(_0x2a9cee(0x125))/0x1+-parseInt(_0x2a9cee(0x12e))/0x2+parseInt(_0x2a9cee(0x12c))/0x3*(parseInt(_0x2a9cee(0x123))/0x4)+parseInt(_0x2a9cee(0x127))/0x5+parseInt(_0x2a9cee(0x120))/0x6*(parseInt(_0x2a9cee(0x12b))/0x7)+parseInt(_0x2a9cee(0x126))/0x8*(-parseInt(_0x2a9cee(0x12a))/0x9)+parseInt(_0x2a9cee(0x124))/0xa;if(_0x14c651===_0x5b68d6)break;else _0x5db75c['push'](_0x5db75c['shift']());}catch(_0x427269){_0x5db75c['push'](_0x5db75c['shift']());}}}(_0x9c75,0xc40c0),function(_0xf19da1,_0x4122e3){var _0x2705a2=_0x1df6;typeof exports==_0x2705a2(0x121)&&typeof module<'u'?module[_0x2705a2(0x12f)]=_0x4122e3():typeof define==_0x2705a2(0x122)&&define[_0x2705a2(0x12d)]?define([],_0x4122e3):(_0xf19da1=typeof globalThis<'u'?globalThis:_0xf19da1||self,_0xf19da1[_0x2705a2(0x128)]=_0x4122e3());}(this,function(){var _0x2a7f4a=_0x1df6;return{'sheets-exchange-client':{'file':'Fitxer','upload':_0x2a7f4a(0x129),'download':'Anomena\x20i\x20desa'}};}));function _0x1df6(_0x1bc8ac,_0x49aaf5){_0x1bc8ac=_0x1bc8ac-0x120;var _0x9c7501=_0x9c75();var _0x1df6b3=_0x9c7501[_0x1bc8ac];return _0x1df6b3;}function _0x9c75(){var _0x4daefc=['object','function','592WFSuZc','9587250ihjXwR','780476CxXljF','82064FZQOMo','2179415CFGaZi','UniverProSheetsExchangeClientCaES','Obrir(Fitxer)','225lPjvmP','7KcVbfp','8805RrHSco','amd','1221402oFRVNJ','exports','3729882KDiltJ'];_0x9c75=function(){return _0x4daefc;};return _0x9c75();}
|
package/lib/umd/locale/de-DE.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x44a6(_0x1b782b,_0x330690){_0x1b782b=_0x1b782b-0x108;var _0x1fd5bf=_0x1fd5();var _0x44a67f=_0x1fd5bf[_0x1b782b];return _0x44a67f;}function _0x1fd5(){var _0x575b47=['object','14jVzrBg','360TsdRxE','57nFYBiQ','UniverProSheetsExchangeClientDeDE','767004CEcRPb','97070BoDPdQ','143812fFdqtH','89706hlRJOJ','Speichern\x20unter','function','4780632OQsZNB','6832140ZRRrLC','Öffnen\x20(Datei)','10xzJYvK','1263438rpCfjj'];_0x1fd5=function(){return _0x575b47;};return _0x1fd5();}(function(_0x747918,_0x1906f8){var _0x603676=_0x44a6,_0x5d5c1b=_0x747918();while(!![]){try{var _0x20ecb4=-parseInt(_0x603676(0x115))/0x1*(-parseInt(_0x603676(0x10b))/0x2)+parseInt(_0x603676(0x110))/0x3*(parseInt(_0x603676(0x114))/0x4)+parseInt(_0x603676(0x109))/0x5+parseInt(_0x603676(0x112))/0x6+-parseInt(_0x603676(0x10e))/0x7*(parseInt(_0x603676(0x108))/0x8)+parseInt(_0x603676(0x10f))/0x9*(-parseInt(_0x603676(0x113))/0xa)+-parseInt(_0x603676(0x10c))/0xb;if(_0x20ecb4===_0x1906f8)break;else _0x5d5c1b['push'](_0x5d5c1b['shift']());}catch(_0x5c1c93){_0x5d5c1b['push'](_0x5d5c1b['shift']());}}}(_0x1fd5,0xe2773),function(_0x4e6339,_0x9b09a1){var _0x494b6d=_0x44a6;typeof exports==_0x494b6d(0x10d)&&typeof module<'u'?module['exports']=_0x9b09a1():typeof define==_0x494b6d(0x117)&&define['amd']?define([],_0x9b09a1):(_0x4e6339=typeof globalThis<'u'?globalThis:_0x4e6339||self,_0x4e6339[_0x494b6d(0x111)]=_0x9b09a1());}(this,function(){var _0x5e25bc=_0x44a6;return{'sheets-exchange-client':{'file':'Datei','upload':_0x5e25bc(0x10a),'download':_0x5e25bc(0x116)}};}));
|
package/lib/umd/locale/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x15b775,_0x467dca){var _0x4d82c0=_0x3450,_0x57f4b2=_0x15b775();while(!![]){try{var _0x3f23bf=-parseInt(_0x4d82c0(0xdc))/0x1*(parseInt(_0x4d82c0(0xda))/0x2)+parseInt(_0x4d82c0(0xd5))/0x3*(-parseInt(_0x4d82c0(0xd9))/0x4)+parseInt(_0x4d82c0(0xd6))/0x5+parseInt(_0x4d82c0(0xde))/0x6*(-parseInt(_0x4d82c0(0xdd))/0x7)+parseInt(_0x4d82c0(0xd2))/0x8*(-parseInt(_0x4d82c0(0xd7))/0x9)+-parseInt(_0x4d82c0(0xd8))/0xa+-parseInt(_0x4d82c0(0xd3))/0xb*(-parseInt(_0x4d82c0(0xe0))/0xc);if(_0x3f23bf===_0x467dca)break;else _0x57f4b2['push'](_0x57f4b2['shift']());}catch(_0x131157){_0x57f4b2['push'](_0x57f4b2['shift']());}}}(_0x2eab,0xb6712),function(_0x27258b,_0x48b78d){var _0x2c20fe=_0x3450;typeof exports==_0x2c20fe(0xd1)&&typeof module<'u'?module[_0x2c20fe(0xd4)]=_0x48b78d():typeof define==_0x2c20fe(0xdb)&&define[_0x2c20fe(0xdf)]?define([],_0x48b78d):(_0x27258b=typeof globalThis<'u'?globalThis:_0x27258b||self,_0x27258b['UniverProSheetsExchangeClientEnUS']=_0x48b78d());}(this,function(){return{'sheets-exchange-client':{'file':'File','upload':'Open(File)','download':'Save\x20As'}};}));function _0x3450(_0x4b2f75,_0x8ee70b){_0x4b2f75=_0x4b2f75-0xd1;var _0x2eab30=_0x2eab();var _0x345045=_0x2eab30[_0x4b2f75];return _0x345045;}function _0x2eab(){var _0x49c337=['3088SeLRjd','49RKlYJL','1037766XsBUMu','amd','44392068xqGlrl','object','3177016PXsTLF','11FWEVmd','exports','1112751dzKJZu','647135CAMBip','9pnmBOe','10996250krTwss','4wPvhXl','2rBRbkk','function'];_0x2eab=function(){return _0x49c337;};return _0x2eab();}
|
package/lib/umd/locale/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function _0x50fd(_0x528941,_0x56790f){_0x528941=_0x528941-0x188;var _0x3c0d74=_0x3c0d();var _0x50fd96=_0x3c0d74[_0x528941];return _0x50fd96;}(function(_0x4e182a,_0x456505){var _0x41afff=_0x50fd,_0x36d56a=_0x4e182a();while(!![]){try{var _0x109f5d=parseInt(_0x41afff(0x18c))/0x1+-parseInt(_0x41afff(0x18b))/0x2+-parseInt(_0x41afff(0x18e))/0x3+-parseInt(_0x41afff(0x18d))/0x4+parseInt(_0x41afff(0x192))/0x5+parseInt(_0x41afff(0x18a))/0x6+parseInt(_0x41afff(0x189))/0x7;if(_0x109f5d===_0x456505)break;else _0x36d56a['push'](_0x36d56a['shift']());}catch(_0x260ff7){_0x36d56a['push'](_0x36d56a['shift']());}}}(_0x3c0d,0x27082),function(_0x57205d,_0x3f6155){var _0x207371=_0x50fd;typeof exports==_0x207371(0x193)&&typeof module<'u'?module[_0x207371(0x188)]=_0x3f6155():typeof define=='function'&&define[_0x207371(0x18f)]?define([],_0x3f6155):(_0x57205d=typeof globalThis<'u'?globalThis:_0x57205d||self,_0x57205d[_0x207371(0x190)]=_0x3f6155());}(this,function(){var _0x530302=_0x50fd;return{'sheets-exchange-client':{'file':'Archivo','upload':_0x530302(0x191),'download':'Guardar\x20como'}};}));function _0x3c0d(){var _0x316206=['556220yDIphb','330981LHcsrM','amd','UniverProSheetsExchangeClientEsES','Abrir(Archivo)','766995tzsisg','object','exports','3296468QTBUYk','142032qKNGnX','547574ZcXeCd','35048MVNRqd'];_0x3c0d=function(){return _0x316206;};return _0x3c0d();}
|
package/lib/umd/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x14fb4a,_0x609b5f){var _0x1bc5e4=_0x397b,_0x48dae7=_0x14fb4a();while(!![]){try{var _0x2f0096=parseInt(_0x1bc5e4(0xfd))/0x1*(parseInt(_0x1bc5e4(0xf6))/0x2)+-parseInt(_0x1bc5e4(0xf9))/0x3+parseInt(_0x1bc5e4(0xfa))/0x4+parseInt(_0x1bc5e4(0x100))/0x5*(parseInt(_0x1bc5e4(0x101))/0x6)+-parseInt(_0x1bc5e4(0xfe))/0x7+parseInt(_0x1bc5e4(0xff))/0x8*(-parseInt(_0x1bc5e4(0xf7))/0x9)+parseInt(_0x1bc5e4(0x102))/0xa;if(_0x2f0096===_0x609b5f)break;else _0x48dae7['push'](_0x48dae7['shift']());}catch(_0xb46023){_0x48dae7['push'](_0x48dae7['shift']());}}}(_0x4209,0x25ff4),function(_0x428df2,_0x2d11c6){var _0x28f12c=_0x397b;typeof exports==_0x28f12c(0xf8)&&typeof module<'u'?module[_0x28f12c(0xfb)]=_0x2d11c6():typeof define=='function'&&define[_0x28f12c(0xfc)]?define([],_0x2d11c6):(_0x428df2=typeof globalThis<'u'?globalThis:_0x428df2||self,_0x428df2[_0x28f12c(0x103)]=_0x2d11c6());}(this,function(){var _0x4ca02d=_0x397b;return{'sheets-exchange-client':{'file':'فایل','upload':_0x4ca02d(0xf5),'download':'ذخیره\x20به\x20عنوان'}};}));function _0x397b(_0x10d13c,_0x502927){_0x10d13c=_0x10d13c-0xf5;var _0x42098c=_0x4209();var _0x397b1f=_0x42098c[_0x10d13c];return _0x397b1f;}function _0x4209(){var _0x1b9f41=['UniverProSheetsExchangeClientFaIR','بازکردن(فایل)','4QMiiOA','45TWPcrw','object','241425RdpkUL','755160LtYmFi','exports','amd','24298vAGlOm','387947zdiMRc','491944ozyuaV','909430sqHxSF','6EVyrWf','1797250zIcLvd'];_0x4209=function(){return _0x1b9f41;};return _0x4209();}
|
package/lib/umd/locale/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x1d1b62,_0x3ec2d2){var _0x141621=_0xf389,_0x448f4d=_0x1d1b62();while(!![]){try{var _0x3c77c5=parseInt(_0x141621(0x11d))/0x1+-parseInt(_0x141621(0x121))/0x2*(-parseInt(_0x141621(0x126))/0x3)+-parseInt(_0x141621(0x124))/0x4+parseInt(_0x141621(0x119))/0x5*(-parseInt(_0x141621(0x11e))/0x6)+-parseInt(_0x141621(0x122))/0x7+-parseInt(_0x141621(0x120))/0x8+parseInt(_0x141621(0x11b))/0x9;if(_0x3c77c5===_0x3ec2d2)break;else _0x448f4d['push'](_0x448f4d['shift']());}catch(_0x2b0ad9){_0x448f4d['push'](_0x448f4d['shift']());}}}(_0x68de,0x43fcf),function(_0x21db93,_0x4de3d2){var _0x536e5e=_0xf389;typeof exports==_0x536e5e(0x11a)&&typeof module<'u'?module[_0x536e5e(0x11c)]=_0x4de3d2():typeof define==_0x536e5e(0x127)&&define['amd']?define([],_0x4de3d2):(_0x21db93=typeof globalThis<'u'?globalThis:_0x21db93||self,_0x21db93[_0x536e5e(0x11f)]=_0x4de3d2());}(this,function(){var _0x41c1c9=_0xf389;return{'sheets-exchange-client':{'file':'Fichier','upload':_0x41c1c9(0x123),'download':_0x41c1c9(0x125)}};}));function _0xf389(_0xfdbc71,_0x47c8d6){_0xfdbc71=_0xfdbc71-0x119;var _0x68de49=_0x68de();var _0xf3899b=_0x68de49[_0xfdbc71];return _0xf3899b;}function _0x68de(){var _0xd888b4=['exports','111775YaaBiP','691368ruoXlz','UniverProSheetsExchangeClientFrFR','3755688LFXGwA','439772iEKnSu','3524969yMZQfq','Ouvrir\x20(Fichier)','752564WdXsfR','Enregistrer\x20sous','3JLHNRO','function','5KYhcQf','object','11008935WvjIQT'];_0x68de=function(){return _0xd888b4;};return _0x68de();}
|
package/lib/umd/locale/id-ID.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x4918(_0x48bc18,_0x1068ea){_0x48bc18=_0x48bc18-0x183;var _0x45cdad=_0x45cd();var _0x491888=_0x45cdad[_0x48bc18];return _0x491888;}(function(_0x276a04,_0x493150){var _0xebba90=_0x4918,_0x175b23=_0x276a04();while(!![]){try{var _0x2cfe74=parseInt(_0xebba90(0x18c))/0x1+-parseInt(_0xebba90(0x18e))/0x2*(-parseInt(_0xebba90(0x184))/0x3)+-parseInt(_0xebba90(0x186))/0x4*(-parseInt(_0xebba90(0x183))/0x5)+parseInt(_0xebba90(0x191))/0x6+-parseInt(_0xebba90(0x18b))/0x7+-parseInt(_0xebba90(0x18f))/0x8+-parseInt(_0xebba90(0x18a))/0x9*(parseInt(_0xebba90(0x190))/0xa);if(_0x2cfe74===_0x493150)break;else _0x175b23['push'](_0x175b23['shift']());}catch(_0x15a51a){_0x175b23['push'](_0x175b23['shift']());}}}(_0x45cd,0x8bb31),function(_0x76c9e7,_0x1e4dc7){var _0x1627d5=_0x4918;typeof exports=='object'&&typeof module<'u'?module[_0x1627d5(0x187)]=_0x1e4dc7():typeof define=='function'&&define[_0x1627d5(0x185)]?define([],_0x1e4dc7):(_0x76c9e7=typeof globalThis<'u'?globalThis:_0x76c9e7||self,_0x76c9e7[_0x1627d5(0x188)]=_0x1e4dc7());}(this,function(){var _0x5e925e=_0x4918;return{'sheets-exchange-client':{'file':'File','upload':_0x5e925e(0x18d),'download':_0x5e925e(0x189)}};}));function _0x45cd(){var _0x18591e=['1552530mlvANB','451606qxKAvt','Buka(File)','11582BBiVSt','890472aKObGZ','60tsJwiM','4668312orTBHQ','15615TQqaiD','471oatWpd','amd','1276lnwGSS','exports','UniverProSheetsExchangeClientIdID','Simpan\x20Sebagai','3344661cyHjjR'];_0x45cd=function(){return _0x18591e;};return _0x45cd();}
|
package/lib/umd/locale/it-IT.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x821e(_0xddc1d5,_0x3c8617){_0xddc1d5=_0xddc1d5-0xdd;var _0x57e9cc=_0x57e9();var _0x821e39=_0x57e9cc[_0xddc1d5];return _0x821e39;}(function(_0xf9eb7f,_0x3d5b48){var _0x1d08ab=_0x821e,_0x5d5bf9=_0xf9eb7f();while(!![]){try{var _0x31b182=-parseInt(_0x1d08ab(0xe0))/0x1*(parseInt(_0x1d08ab(0xdd))/0x2)+-parseInt(_0x1d08ab(0xdf))/0x3*(parseInt(_0x1d08ab(0xe7))/0x4)+parseInt(_0x1d08ab(0xe4))/0x5*(parseInt(_0x1d08ab(0xe2))/0x6)+-parseInt(_0x1d08ab(0xe5))/0x7+-parseInt(_0x1d08ab(0xeb))/0x8+-parseInt(_0x1d08ab(0xe8))/0x9+-parseInt(_0x1d08ab(0xed))/0xa*(-parseInt(_0x1d08ab(0xec))/0xb);if(_0x31b182===_0x3d5b48)break;else _0x5d5bf9['push'](_0x5d5bf9['shift']());}catch(_0x13143f){_0x5d5bf9['push'](_0x5d5bf9['shift']());}}}(_0x57e9,0xf2399),function(_0x1eb8e6,_0x246759){var _0x3c3362=_0x821e;typeof exports==_0x3c3362(0xe9)&&typeof module<'u'?module[_0x3c3362(0xea)]=_0x246759():typeof define=='function'&&define[_0x3c3362(0xe1)]?define([],_0x246759):(_0x1eb8e6=typeof globalThis<'u'?globalThis:_0x1eb8e6||self,_0x1eb8e6['UniverProSheetsExchangeClientItIT']=_0x246759());}(this,function(){var _0x47951b=_0x821e;return{'sheets-exchange-client':{'file':_0x47951b(0xe6),'upload':_0x47951b(0xe3),'download':_0x47951b(0xde)}};}));function _0x57e9(){var _0x41a3a7=['10016883khBXhA','object','exports','4094368PLmyqA','57133626rFUYek','10cafnoZ','1571438ESOPat','Salva\x20con\x20nome','9QFhHDv','2MZULiv','amd','17562jAeXpO','Apri\x20(File)','755vxaPEo','2818452qvrJZg','File','1393244zeJmuz'];_0x57e9=function(){return _0x41a3a7;};return _0x57e9();}
|
package/lib/umd/locale/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x4d8447,_0x5c394f){var _0x3ba7eb=_0x698a,_0x4bf7c0=_0x4d8447();while(!![]){try{var _0x505337=parseInt(_0x3ba7eb(0x120))/0x1*(-parseInt(_0x3ba7eb(0x11d))/0x2)+-parseInt(_0x3ba7eb(0x123))/0x3+-parseInt(_0x3ba7eb(0x118))/0x4+-parseInt(_0x3ba7eb(0x11f))/0x5*(-parseInt(_0x3ba7eb(0x116))/0x6)+parseInt(_0x3ba7eb(0x115))/0x7+-parseInt(_0x3ba7eb(0x113))/0x8*(parseInt(_0x3ba7eb(0x11a))/0x9)+-parseInt(_0x3ba7eb(0x117))/0xa*(-parseInt(_0x3ba7eb(0x114))/0xb);if(_0x505337===_0x5c394f)break;else _0x4bf7c0['push'](_0x4bf7c0['shift']());}catch(_0x5772d3){_0x4bf7c0['push'](_0x4bf7c0['shift']());}}}(_0x4e18,0x62a93),function(_0x261be7,_0x4b82c5){var _0x239c86=_0x698a;typeof exports==_0x239c86(0x122)&&typeof module<'u'?module[_0x239c86(0x11e)]=_0x4b82c5():typeof define==_0x239c86(0x119)&&define['amd']?define([],_0x4b82c5):(_0x261be7=typeof globalThis<'u'?globalThis:_0x261be7||self,_0x261be7[_0x239c86(0x11c)]=_0x4b82c5());}(this,function(){var _0x36c448=_0x698a;return{'sheets-exchange-client':{'file':_0x36c448(0x121),'upload':_0x36c448(0x11b),'download':'名前を付けて保存'}};}));function _0x698a(_0x6196c8,_0x16efdd){_0x6196c8=_0x6196c8-0x113;var _0x4e187a=_0x4e18();var _0x698af1=_0x4e187a[_0x6196c8];return _0x698af1;}function _0x4e18(){var _0x51fa95=['127788EhYdYm','function','279dEHXVH','開く(ファイル)','UniverProSheetsExchangeClientJaJP','259418jNatYx','exports','5QKEiNd','1AwLtTO','ファイル','object','284847CjKVdr','48584bmTruM','461681mGOOeH','52164MRdEev','12666EhAZyv','200BIOxdA'];_0x4e18=function(){return _0x51fa95;};return _0x4e18();}
|
package/lib/umd/locale/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x373c41,_0x51cd1d){var _0x472db0=_0x24c7,_0x4f97d2=_0x373c41();while(!![]){try{var _0x506598=-parseInt(_0x472db0(0xcc))/0x1+parseInt(_0x472db0(0xce))/0x2*(parseInt(_0x472db0(0xd0))/0x3)+parseInt(_0x472db0(0xcd))/0x4+-parseInt(_0x472db0(0xd5))/0x5*(parseInt(_0x472db0(0xc8))/0x6)+-parseInt(_0x472db0(0xd3))/0x7*(parseInt(_0x472db0(0xd1))/0x8)+parseInt(_0x472db0(0xca))/0x9+parseInt(_0x472db0(0xd4))/0xa*(parseInt(_0x472db0(0xcb))/0xb);if(_0x506598===_0x51cd1d)break;else _0x4f97d2['push'](_0x4f97d2['shift']());}catch(_0x5d2619){_0x4f97d2['push'](_0x4f97d2['shift']());}}}(_0x1b3a,0x52465),function(_0x12fe0b,_0xc84d5b){var _0x4f10ae=_0x24c7;typeof exports==_0x4f10ae(0xc9)&&typeof module<'u'?module[_0x4f10ae(0xd2)]=_0xc84d5b():typeof define==_0x4f10ae(0xd9)&&define[_0x4f10ae(0xd8)]?define([],_0xc84d5b):(_0x12fe0b=typeof globalThis<'u'?globalThis:_0x12fe0b||self,_0x12fe0b[_0x4f10ae(0xd6)]=_0xc84d5b());}(this,function(){var _0x505fbf=_0x24c7;return{'sheets-exchange-client':{'file':'파일','upload':_0x505fbf(0xd7),'download':_0x505fbf(0xcf)}};}));function _0x24c7(_0xad7046,_0x44405e){_0xad7046=_0xad7046-0xc8;var _0x1b3a41=_0x1b3a();var _0x24c754=_0x1b3a41[_0xad7046];return _0x24c754;}function _0x1b3a(){var _0x4e0c01=['3umntXY','8QOutIv','exports','193837lVQttj','8150810MgZrNI','270190sXZlcX','UniverProSheetsExchangeClientKoKR','열기(파일)','amd','function','60DDUFzX','object','2260125FmkZoD','11DqQrlH','342506CRJUXe','92444essLvd','316514PVDEEj','다른\x20이름으로\x20저장'];_0x1b3a=function(){return _0x4e0c01;};return _0x1b3a();}
|
package/lib/umd/locale/pl-PL.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x2bfc(_0x34a4de,_0x2ab3d5){_0x34a4de=_0x34a4de-0x1ba;var _0x5d74f5=_0x5d74();var _0x2bfcfb=_0x5d74f5[_0x34a4de];return _0x2bfcfb;}function _0x5d74(){var _0x30ead5=['1102434DnkJdb','876005UKiypF','7119040SQUfrX','object','22384veJmLz','99HxvZDf','UniverProSheetsExchangeClientPlPL','Zapisz\x20jako','Otwórz\x20(plik)','246628WvxzxJ','54690wQTVxF','1049532FLINNF','9ewIYrO','7XMzcMU','Plik','exports','amd'];_0x5d74=function(){return _0x30ead5;};return _0x5d74();}(function(_0x1d403b,_0x82f640){var _0x32f2df=_0x2bfc,_0x59ccda=_0x1d403b();while(!![]){try{var _0xac64c3=-parseInt(_0x32f2df(0x1c1))/0x1*(-parseInt(_0x32f2df(0x1bf))/0x2)+parseInt(_0x32f2df(0x1c6))/0x3+-parseInt(_0x32f2df(0x1be))/0x4+parseInt(_0x32f2df(0x1c7))/0x5+parseInt(_0x32f2df(0x1c0))/0x6*(parseInt(_0x32f2df(0x1c2))/0x7)+parseInt(_0x32f2df(0x1ca))/0x8*(parseInt(_0x32f2df(0x1ba))/0x9)+-parseInt(_0x32f2df(0x1c8))/0xa;if(_0xac64c3===_0x82f640)break;else _0x59ccda['push'](_0x59ccda['shift']());}catch(_0x151718){_0x59ccda['push'](_0x59ccda['shift']());}}}(_0x5d74,0x35efb),function(_0x1d785e,_0x5d4c1b){var _0x3a4632=_0x2bfc;typeof exports==_0x3a4632(0x1c9)&&typeof module<'u'?module[_0x3a4632(0x1c4)]=_0x5d4c1b():typeof define=='function'&&define[_0x3a4632(0x1c5)]?define([],_0x5d4c1b):(_0x1d785e=typeof globalThis<'u'?globalThis:_0x1d785e||self,_0x1d785e[_0x3a4632(0x1bb)]=_0x5d4c1b());}(this,function(){var _0x37a097=_0x2bfc;return{'sheets-exchange-client':{'file':_0x37a097(0x1c3),'upload':_0x37a097(0x1bd),'download':_0x37a097(0x1bc)}};}));
|
package/lib/umd/locale/pt-BR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x3a4e(_0x5ac58e,_0x16d05a){_0x5ac58e=_0x5ac58e-0x12a;var _0x3fe798=_0x3fe7();var _0x3a4ee1=_0x3fe798[_0x5ac58e];return _0x3a4ee1;}function _0x3fe7(){var _0x5bc064=['201005GhAhON','exports','144qqOStB','Arquivo','557001ObmuZX','921204OSyuGd','88308LahWGP','2111636EcwnwK','Salvar\x20Como','8MWLmIY','1890051WUNZRR','2471425CkwmqW','UniverProSheetsExchangeClientPtBR','object','Abrir\x20(Arquivo)','function'];_0x3fe7=function(){return _0x5bc064;};return _0x3fe7();}(function(_0x2129ff,_0x5dc719){var _0x4fe4a6=_0x3a4e,_0x4a47ee=_0x2129ff();while(!![]){try{var _0x13bb4e=-parseInt(_0x4fe4a6(0x12d))/0x1+-parseInt(_0x4fe4a6(0x12f))/0x2+-parseInt(_0x4fe4a6(0x133))/0x3+parseInt(_0x4fe4a6(0x130))/0x4+parseInt(_0x4fe4a6(0x134))/0x5+parseInt(_0x4fe4a6(0x12b))/0x6*(parseInt(_0x4fe4a6(0x139))/0x7)+parseInt(_0x4fe4a6(0x132))/0x8*(-parseInt(_0x4fe4a6(0x12e))/0x9);if(_0x13bb4e===_0x5dc719)break;else _0x4a47ee['push'](_0x4a47ee['shift']());}catch(_0x1b58e3){_0x4a47ee['push'](_0x4a47ee['shift']());}}}(_0x3fe7,0x5c3e2),function(_0x7219fa,_0x68c8ce){var _0x26293b=_0x3a4e;typeof exports==_0x26293b(0x136)&&typeof module<'u'?module[_0x26293b(0x12a)]=_0x68c8ce():typeof define==_0x26293b(0x138)&&define['amd']?define([],_0x68c8ce):(_0x7219fa=typeof globalThis<'u'?globalThis:_0x7219fa||self,_0x7219fa[_0x26293b(0x135)]=_0x68c8ce());}(this,function(){var _0x551f8d=_0x3a4e;return{'sheets-exchange-client':{'file':_0x551f8d(0x12c),'upload':_0x551f8d(0x137),'download':_0x551f8d(0x131)}};}));
|
package/lib/umd/locale/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x1c64a5,_0x4a1d70){var _0x101b0a=_0x58f0,_0x2c3c8d=_0x1c64a5();while(!![]){try{var _0x4a006d=-parseInt(_0x101b0a(0x6c))/0x1+parseInt(_0x101b0a(0x74))/0x2*(-parseInt(_0x101b0a(0x6f))/0x3)+-parseInt(_0x101b0a(0x73))/0x4+-parseInt(_0x101b0a(0x68))/0x5*(parseInt(_0x101b0a(0x6d))/0x6)+parseInt(_0x101b0a(0x72))/0x7*(parseInt(_0x101b0a(0x71))/0x8)+-parseInt(_0x101b0a(0x75))/0x9+parseInt(_0x101b0a(0x6a))/0xa*(parseInt(_0x101b0a(0x70))/0xb);if(_0x4a006d===_0x4a1d70)break;else _0x2c3c8d['push'](_0x2c3c8d['shift']());}catch(_0x1e2867){_0x2c3c8d['push'](_0x2c3c8d['shift']());}}}(_0x1e37,0x6d9ad),function(_0x4600da,_0x45c896){var _0x3ce43d=_0x58f0;typeof exports==_0x3ce43d(0x6b)&&typeof module<'u'?module['exports']=_0x45c896():typeof define==_0x3ce43d(0x6e)&&define['amd']?define([],_0x45c896):(_0x4600da=typeof globalThis<'u'?globalThis:_0x4600da||self,_0x4600da[_0x3ce43d(0x67)]=_0x45c896());}(this,function(){var _0x1944c4=_0x58f0;return{'sheets-exchange-client':{'file':_0x1944c4(0x66),'upload':_0x1944c4(0x69),'download':'Сохранить\x20как'}};}));function _0x58f0(_0xe48728,_0x48fdd7){_0xe48728=_0xe48728-0x66;var _0x1e372a=_0x1e37();var _0x58f052=_0x1e372a[_0xe48728];return _0x58f052;}function _0x1e37(){var _0x79c041=['5vBzaIs','Открыть(Файл)','965170MYTGMO','object','182743KlyXwo','389154DAdNZz','function','949203TTAjSw','132sWnBFq','24MQfZBP','396403uiiPMF','1179160KuGrsd','2kxZXGm','183213IOkNDp','Файл','UniverProSheetsExchangeClientRuRU'];_0x1e37=function(){return _0x79c041;};return _0x1e37();}
|
package/lib/umd/locale/sk-SK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0xcc21(_0x2118e9,_0x5b41d9){_0x2118e9=_0x2118e9-0x91;var _0x35380d=_0x3538();var _0xcc21c6=_0x35380d[_0x2118e9];return _0xcc21c6;}function _0x3538(){var _0x2be8a9=['UniverProSheetsExchangeClientSkSK','5619258EWkBmH','object','exports','1682087nFKvBp','633854LVKCPG','5RGLrKr','5237673phvNoI','amd','2628684IbTsOn','2bPVWox','8qwRhvR','Otvoriť\x20(súbor)','745764BfVDUP','Súbor','function','228936kLgddD','20QdXFoa'];_0x3538=function(){return _0x2be8a9;};return _0x3538();}(function(_0x1d9e9d,_0x3ae2cc){var _0xdabd8d=_0xcc21,_0x50743b=_0x1d9e9d();while(!![]){try{var _0x26e6b8=-parseInt(_0xdabd8d(0x93))/0x1*(parseInt(_0xdabd8d(0x98))/0x2)+parseInt(_0xdabd8d(0x9b))/0x3+parseInt(_0xdabd8d(0x97))/0x4*(parseInt(_0xdabd8d(0x94))/0x5)+-parseInt(_0xdabd8d(0x9e))/0x6+-parseInt(_0xdabd8d(0x95))/0x7*(parseInt(_0xdabd8d(0x99))/0x8)+parseInt(_0xdabd8d(0xa1))/0x9+-parseInt(_0xdabd8d(0x9f))/0xa*(-parseInt(_0xdabd8d(0x92))/0xb);if(_0x26e6b8===_0x3ae2cc)break;else _0x50743b['push'](_0x50743b['shift']());}catch(_0x1459dc){_0x50743b['push'](_0x50743b['shift']());}}}(_0x3538,0x657da),function(_0x5b7fe0,_0x485ba4){var _0xdd0e47=_0xcc21;typeof exports==_0xdd0e47(0xa2)&&typeof module<'u'?module[_0xdd0e47(0x91)]=_0x485ba4():typeof define==_0xdd0e47(0x9d)&&define[_0xdd0e47(0x96)]?define([],_0x485ba4):(_0x5b7fe0=typeof globalThis<'u'?globalThis:_0x5b7fe0||self,_0x5b7fe0[_0xdd0e47(0xa0)]=_0x485ba4());}(this,function(){var _0x37da25=_0xcc21;return{'sheets-exchange-client':{'file':_0x37da25(0x9c),'upload':_0x37da25(0x9a),'download':'Uložiť\x20ako'}};}));
|
package/lib/umd/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x43ba(){var _0x598663=['48zcWhKc','Tệp','921564KVRlFY','5SgYizY','exports','9WEnSFY','474756OrUmHw','4367013BWppoi','39894PyHvFv','Lưu\x20dưới\x20dạng','17463940qTdjkP','3425096brwmte','3354714HPwTQE','UniverProSheetsExchangeClientViVN','object'];_0x43ba=function(){return _0x598663;};return _0x43ba();}function _0x2800(_0xf06e8d,_0x1bd5a8){_0xf06e8d=_0xf06e8d-0x132;var _0x43badb=_0x43ba();var _0x2800f1=_0x43badb[_0xf06e8d];return _0x2800f1;}(function(_0x1a901e,_0x20bae1){var _0x3834fe=_0x2800,_0xbdd7a2=_0x1a901e();while(!![]){try{var _0x303117=-parseInt(_0x3834fe(0x133))/0x1+-parseInt(_0x3834fe(0x13c))/0x2*(parseInt(_0x3834fe(0x135))/0x3)+-parseInt(_0x3834fe(0x13e))/0x4+-parseInt(_0x3834fe(0x13f))/0x5*(parseInt(_0x3834fe(0x139))/0x6)+parseInt(_0x3834fe(0x134))/0x7+parseInt(_0x3834fe(0x138))/0x8*(-parseInt(_0x3834fe(0x132))/0x9)+parseInt(_0x3834fe(0x137))/0xa;if(_0x303117===_0x20bae1)break;else _0xbdd7a2['push'](_0xbdd7a2['shift']());}catch(_0x4458fc){_0xbdd7a2['push'](_0xbdd7a2['shift']());}}}(_0x43ba,0x5792a),function(_0x259447,_0x2a8ca2){var _0x5569eb=_0x2800;typeof exports==_0x5569eb(0x13b)&&typeof module<'u'?module[_0x5569eb(0x140)]=_0x2a8ca2():typeof define=='function'&&define['amd']?define([],_0x2a8ca2):(_0x259447=typeof globalThis<'u'?globalThis:_0x259447||self,_0x259447[_0x5569eb(0x13a)]=_0x2a8ca2());}(this,function(){var _0x1260d9=_0x2800;return{'sheets-exchange-client':{'file':_0x1260d9(0x13d),'upload':'Mở\x20(Tệp)','download':_0x1260d9(0x136)}};}));
|
package/lib/umd/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function _0x14bf(_0x48fc21,_0x213af9){_0x48fc21=_0x48fc21-0x1ed;var _0x39975c=_0x3997();var _0x14bf66=_0x39975c[_0x48fc21];return _0x14bf66;}function _0x3997(){var _0x4c3149=['132iZxtRI','另存为','exports','658700xNGvxh','1143HzMyXy','586316ceQdxq','573683qXHVSr','打开(文件)','object','amd','25962JoKRcj','8grRerz','11110aluEVo','12216fBZytZ','375HncmjN','function','216CSCtFg','1485678jkCxGd'];_0x3997=function(){return _0x4c3149;};return _0x3997();}(function(_0x4f236b,_0x246bc3){var _0x3b5b16=_0x14bf,_0xd7dcf9=_0x4f236b();while(!![]){try{var _0x17120f=parseInt(_0x3b5b16(0x1fa))/0x1+parseInt(_0x3b5b16(0x1f5))/0x2*(parseInt(_0x3b5b16(0x1ed))/0x3)+-parseInt(_0x3b5b16(0x1f0))/0x4*(parseInt(_0x3b5b16(0x1f1))/0x5)+parseInt(_0x3b5b16(0x1f4))/0x6+parseInt(_0x3b5b16(0x1f8))/0x7*(parseInt(_0x3b5b16(0x1ee))/0x8)+-parseInt(_0x3b5b16(0x1f9))/0x9*(-parseInt(_0x3b5b16(0x1ef))/0xa)+-parseInt(_0x3b5b16(0x1fb))/0xb*(parseInt(_0x3b5b16(0x1f3))/0xc);if(_0x17120f===_0x246bc3)break;else _0xd7dcf9['push'](_0xd7dcf9['shift']());}catch(_0x3855f1){_0xd7dcf9['push'](_0xd7dcf9['shift']());}}}(_0x3997,0x735a6),function(_0x1a2b5f,_0x1aa96a){var _0x2d61ae=_0x14bf;typeof exports==_0x2d61ae(0x1fd)&&typeof module<'u'?module[_0x2d61ae(0x1f7)]=_0x1aa96a():typeof define==_0x2d61ae(0x1f2)&&define[_0x2d61ae(0x1fe)]?define([],_0x1aa96a):(_0x1a2b5f=typeof globalThis<'u'?globalThis:_0x1a2b5f||self,_0x1a2b5f['UniverProSheetsExchangeClientZhCN']=_0x1aa96a());}(this,function(){var _0x11bf78=_0x14bf;return{'sheets-exchange-client':{'file':'文件','upload':_0x11bf78(0x1fc),'download':_0x11bf78(0x1f6)}};}));
|
package/lib/umd/locale/zh-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x3fec(_0x31216f,_0x8234d){_0x31216f=_0x31216f-0xb4;var _0x57aa0f=_0x57aa();var _0x3fec8d=_0x57aa0f[_0x31216f];return _0x3fec8d;}(function(_0x3f5339,_0xded838){var _0x457574=_0x3fec,_0x438844=_0x3f5339();while(!![]){try{var _0x1623cc=-parseInt(_0x457574(0xb8))/0x1*(parseInt(_0x457574(0xb9))/0x2)+parseInt(_0x457574(0xbc))/0x3+-parseInt(_0x457574(0xc4))/0x4*(parseInt(_0x457574(0xb6))/0x5)+-parseInt(_0x457574(0xb7))/0x6+-parseInt(_0x457574(0xc5))/0x7*(-parseInt(_0x457574(0xb4))/0x8)+-parseInt(_0x457574(0xb5))/0x9*(parseInt(_0x457574(0xc2))/0xa)+parseInt(_0x457574(0xbe))/0xb;if(_0x1623cc===_0xded838)break;else _0x438844['push'](_0x438844['shift']());}catch(_0x5f593a){_0x438844['push'](_0x438844['shift']());}}}(_0x57aa,0xb7b33),function(_0x46cbe7,_0x11852d){var _0x36d95e=_0x3fec;typeof exports==_0x36d95e(0xc1)&&typeof module<'u'?module[_0x36d95e(0xc3)]=_0x11852d():typeof define==_0x36d95e(0xbb)&&define[_0x36d95e(0xbf)]?define([],_0x11852d):(_0x46cbe7=typeof globalThis<'u'?globalThis:_0x46cbe7||self,_0x46cbe7[_0x36d95e(0xc0)]=_0x11852d());}(this,function(){var _0x536881=_0x3fec;return{'sheets-exchange-client':{'file':'檔案','upload':_0x536881(0xbd),'download':_0x536881(0xba)}};}));function _0x57aa(){var _0x6b12c7=['823036PWxUzo','2AhAjgh','另存為','function','3054786IJYbGI','開啟(檔案)','23013474WTIESB','amd','UniverProSheetsExchangeClientZhHK','object','1870EzmdwM','exports','456996IMdQbN','2801883CMzvIk','24cOidKB','26667GKQnNT','60roQGDJ','4863978GhgztH'];_0x57aa=function(){return _0x6b12c7;};return _0x57aa();}
|