tor-univer-sheet 1.2.4 → 1.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/tor-univer-sheet.es.js +11286 -469
- package/dist/tor-univer-sheet.umd.js +25 -1
- package/dist/types/index.d.ts +54 -15
- package/dist/univer-styles.css +175 -14
- package/package.json +22 -11
package/dist/types/index.d.ts
CHANGED
|
@@ -36,25 +36,38 @@ import { RibbonStartGroup } from '@univerjs/ui';
|
|
|
36
36
|
import { SetRangeValuesCommand } from '@univerjs/sheets';
|
|
37
37
|
import { default as sheetsConditionalFormattingZhCN } from '@univerjs/presets/preset-sheets-conditional-formatting/locales/zh-CN';
|
|
38
38
|
import { default as sheetsCoreZhCN } from '@univerjs/presets/preset-sheets-core/locales/zh-CN';
|
|
39
|
-
import { default as
|
|
40
|
-
import { default as sheetsDrawingZhCN } from '@univerjs/presets/preset-sheets-drawing/locales/zh-CN';
|
|
41
|
-
import { default as sheetsFilterZhCN } from '@univerjs/presets/preset-sheets-filter/locales/zh-CN';
|
|
42
|
-
import { default as sheetsHyperLinkZhCN } from '@univerjs/presets/preset-sheets-hyper-link/locales/zh-CN';
|
|
39
|
+
import { default as sheetsFilterZhCN } from '@univerjs/preset-sheets-filter/locales/zh-CN';
|
|
43
40
|
import { touchDependencies } from '@univerjs/presets';
|
|
44
41
|
import { Univer } from '@univerjs/presets';
|
|
45
42
|
import { UniverInstanceType } from '@univerjs/presets';
|
|
43
|
+
import { UniverLiveSharePlugin } from '@univerjs-pro/live-share';
|
|
46
44
|
import { default as UniverPresetSheetsAdvancedZhCN } from '@univerjs/preset-sheets-advanced/locales/zh-CN';
|
|
45
|
+
import { default as UniverPresetSheetsCollaborationZhCN } from '@univerjs/preset-sheets-collaboration/locales/zh-CN';
|
|
46
|
+
import { default as UniverPresetSheetsDataValidationZhCN } from '@univerjs/preset-sheets-data-validation/locales/zh-CN';
|
|
47
47
|
import { default as UniverPresetSheetsDrawingZhCN } from '@univerjs/preset-sheets-drawing/locales/zh-CN';
|
|
48
|
+
import { default as UniverPresetSheetsFilterZhCN } from '@univerjs/presets/preset-sheets-filter/locales/zh-CN';
|
|
49
|
+
import { default as UniverPresetSheetsFindReplaceZhCN } from '@univerjs/preset-sheets-find-replace/locales/zh-CN';
|
|
50
|
+
import { default as UniverPresetSheetsHyperLinkZhCN } from '@univerjs/preset-sheets-hyper-link/locales/zh-CN';
|
|
48
51
|
import { default as UniverPresetSheetsNoteZhCN } from '@univerjs/preset-sheets-note/locales/zh-CN';
|
|
52
|
+
import { default as UniverPresetSheetsSortZhCN } from '@univerjs/preset-sheets-sort/locales/zh-CN';
|
|
53
|
+
import { default as UniverPresetSheetsTableZhCN } from '@univerjs/preset-sheets-table/locales/zh-CN';
|
|
54
|
+
import { default as UniverPresetSheetsThreadCommentZhCN } from '@univerjs/preset-sheets-thread-comment/locales/zh-CN';
|
|
49
55
|
import { UniverSheetsAdvancedPreset } from '@univerjs/preset-sheets-advanced';
|
|
50
|
-
import {
|
|
56
|
+
import { UniverSheetsCollaborationPreset } from '@univerjs/preset-sheets-collaboration';
|
|
57
|
+
import { UniverSheetsConditionalFormattingPreset } from '@univerjs/preset-sheets-conditional-formatting';
|
|
51
58
|
import { UniverSheetsCorePreset } from '@univerjs/presets/preset-sheets-core';
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
59
|
+
import { UniverSheetsCrosshairHighlightPlugin } from '@univerjs/sheets-crosshair-highlight';
|
|
60
|
+
import { UniverSheetsDataValidationPreset } from '@univerjs/preset-sheets-data-validation';
|
|
61
|
+
import { UniverSheetsDrawingPreset } from '@univerjs/preset-sheets-drawing';
|
|
62
|
+
import { UniverSheetsFilterPreset } from '@univerjs/preset-sheets-filter';
|
|
63
|
+
import { UniverSheetsFindReplacePreset } from '@univerjs/preset-sheets-find-replace';
|
|
64
|
+
import { UniverSheetsHyperLinkPreset } from '@univerjs/preset-sheets-hyper-link';
|
|
56
65
|
import { UniverSheetsNotePreset } from '@univerjs/preset-sheets-note';
|
|
66
|
+
import { UniverSheetsSortPreset } from '@univerjs/preset-sheets-sort';
|
|
67
|
+
import { UniverSheetsTablePreset } from '@univerjs/preset-sheets-table';
|
|
68
|
+
import { UniverSheetsThreadCommentPreset } from '@univerjs/preset-sheets-thread-comment';
|
|
57
69
|
import { UniverVue3AdapterPlugin } from '@univerjs/ui-adapter-vue3';
|
|
70
|
+
import { UniverWatermarkPlugin } from '@univerjs/watermark';
|
|
58
71
|
import { Workbook } from '@univerjs/presets';
|
|
59
72
|
import { default as zhCN } from '@univerjs/preset-sheets-core/locales/zh-CN';
|
|
60
73
|
|
|
@@ -240,14 +253,8 @@ export { sheetsConditionalFormattingZhCN }
|
|
|
240
253
|
|
|
241
254
|
export { sheetsCoreZhCN }
|
|
242
255
|
|
|
243
|
-
export { sheetsDataValidationZhCN }
|
|
244
|
-
|
|
245
|
-
export { sheetsDrawingZhCN }
|
|
246
|
-
|
|
247
256
|
export { sheetsFilterZhCN }
|
|
248
257
|
|
|
249
|
-
export { sheetsHyperLinkZhCN }
|
|
250
|
-
|
|
251
258
|
export declare const stylePath = "./style.css";
|
|
252
259
|
|
|
253
260
|
export declare type TeamDataType = {
|
|
@@ -269,24 +276,48 @@ export { Univer }
|
|
|
269
276
|
|
|
270
277
|
export { UniverInstanceType }
|
|
271
278
|
|
|
279
|
+
export { UniverLiveSharePlugin }
|
|
280
|
+
|
|
272
281
|
export { UniverPresetSheetsAdvancedZhCN }
|
|
273
282
|
|
|
283
|
+
export { UniverPresetSheetsCollaborationZhCN }
|
|
284
|
+
|
|
285
|
+
export { UniverPresetSheetsDataValidationZhCN }
|
|
286
|
+
|
|
274
287
|
export { UniverPresetSheetsDrawingZhCN }
|
|
275
288
|
|
|
289
|
+
export { UniverPresetSheetsFilterZhCN }
|
|
290
|
+
|
|
291
|
+
export { UniverPresetSheetsFindReplaceZhCN }
|
|
292
|
+
|
|
293
|
+
export { UniverPresetSheetsHyperLinkZhCN }
|
|
294
|
+
|
|
276
295
|
export { UniverPresetSheetsNoteZhCN }
|
|
277
296
|
|
|
297
|
+
export { UniverPresetSheetsSortZhCN }
|
|
298
|
+
|
|
299
|
+
export { UniverPresetSheetsTableZhCN }
|
|
300
|
+
|
|
301
|
+
export { UniverPresetSheetsThreadCommentZhCN }
|
|
302
|
+
|
|
278
303
|
export { UniverSheetsAdvancedPreset }
|
|
279
304
|
|
|
305
|
+
export { UniverSheetsCollaborationPreset }
|
|
306
|
+
|
|
280
307
|
export { UniverSheetsConditionalFormattingPreset }
|
|
281
308
|
|
|
282
309
|
export { UniverSheetsCorePreset }
|
|
283
310
|
|
|
311
|
+
export { UniverSheetsCrosshairHighlightPlugin }
|
|
312
|
+
|
|
284
313
|
export { UniverSheetsDataValidationPreset }
|
|
285
314
|
|
|
286
315
|
export { UniverSheetsDrawingPreset }
|
|
287
316
|
|
|
288
317
|
export { UniverSheetsFilterPreset }
|
|
289
318
|
|
|
319
|
+
export { UniverSheetsFindReplacePreset }
|
|
320
|
+
|
|
290
321
|
export { UniverSheetsHyperLinkPreset }
|
|
291
322
|
|
|
292
323
|
export { UniverSheetsNotePreset }
|
|
@@ -305,8 +336,16 @@ export declare interface UniverSheetsProps {
|
|
|
305
336
|
templateMenu?: any;
|
|
306
337
|
}
|
|
307
338
|
|
|
339
|
+
export { UniverSheetsSortPreset }
|
|
340
|
+
|
|
341
|
+
export { UniverSheetsTablePreset }
|
|
342
|
+
|
|
343
|
+
export { UniverSheetsThreadCommentPreset }
|
|
344
|
+
|
|
308
345
|
export { UniverVue3AdapterPlugin }
|
|
309
346
|
|
|
347
|
+
export { UniverWatermarkPlugin }
|
|
348
|
+
|
|
310
349
|
export declare function useData(data: UseDataType): IWorkbookData;
|
|
311
350
|
|
|
312
351
|
export declare type UseDataType = {
|