@seafile/sdoc-editor 0.5.65 → 0.5.67-beta

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.
Files changed (51) hide show
  1. package/dist/assets/css/plugin-editor.css +3 -0
  2. package/dist/basic-sdk/extension/commons/index.js +2 -1
  3. package/dist/basic-sdk/extension/commons/select/_option.js +32 -0
  4. package/dist/basic-sdk/extension/commons/select/field-setting.js +101 -0
  5. package/dist/basic-sdk/extension/commons/select/index.js +135 -0
  6. package/dist/basic-sdk/extension/commons/select/menu/index.js +4 -0
  7. package/dist/basic-sdk/extension/commons/select/menu/item.js +32 -0
  8. package/dist/basic-sdk/extension/commons/select/menu/menu.js +27 -0
  9. package/dist/basic-sdk/extension/commons/select/menu/style.css +43 -0
  10. package/dist/basic-sdk/extension/commons/select/style.css +149 -0
  11. package/dist/basic-sdk/extension/constants/element-type.js +4 -0
  12. package/dist/basic-sdk/extension/constants/index.js +2 -2
  13. package/dist/basic-sdk/extension/constants/menus-config.js +6 -1
  14. package/dist/basic-sdk/extension/plugins/column/constants/cell-types.js +29 -0
  15. package/dist/basic-sdk/extension/plugins/column/constants/column.js +28 -0
  16. package/dist/basic-sdk/extension/plugins/column/helpers.js +62 -0
  17. package/dist/basic-sdk/extension/plugins/column/index.js +12 -0
  18. package/dist/basic-sdk/extension/plugins/column/menu/index.js +28 -0
  19. package/dist/basic-sdk/extension/plugins/column/model.js +14 -0
  20. package/dist/basic-sdk/extension/plugins/column/plugin.js +24 -0
  21. package/dist/basic-sdk/extension/plugins/column/render-elem.js +111 -0
  22. package/dist/basic-sdk/extension/plugins/font/helpers.js +1 -0
  23. package/dist/basic-sdk/extension/plugins/group/index.js +7 -0
  24. package/dist/basic-sdk/extension/plugins/group/render-elem.js +17 -0
  25. package/dist/basic-sdk/extension/plugins/index.js +4 -2
  26. package/dist/basic-sdk/extension/plugins/text-align/helpers.js +1 -0
  27. package/dist/basic-sdk/extension/render/custom-element.js +12 -1
  28. package/dist/basic-sdk/extension/toolbar/header-toolbar/index.js +7 -2
  29. package/dist/basic-sdk/extension/toolbar/insert-element-toolbar/index.js +19 -4
  30. package/dist/basic-sdk/extension/toolbar/side-toolbar/index.js +16 -1
  31. package/dist/basic-sdk/extension/toolbar/side-toolbar/side-menu.js +10 -3
  32. package/dist/basic-sdk/hooks/use-force-update.js +9 -0
  33. package/dist/basic-sdk/utils/rebase.js +93 -14
  34. package/dist/components/doc-operations/revision-operations/index.js +1 -0
  35. package/dist/index.js +3 -1
  36. package/dist/pages/document-plugin-editor.js +46 -0
  37. package/dist/pages/document-plugin-viewer.js +55 -0
  38. package/package.json +1 -1
  39. package/public/index.html +21 -22
  40. package/public/media/dtable-font.css +1566 -0
  41. package/public/media/dtable-fonts/dtable-font.eot +0 -0
  42. package/public/media/dtable-fonts/dtable-font.svg +793 -0
  43. package/public/media/dtable-fonts/dtable-font.ttf +0 -0
  44. package/public/media/dtable-fonts/dtable-font.woff +0 -0
  45. package/public/media/dtable-fonts/dtable-font.woff2 +0 -0
  46. package/public/media/sdoc-editor-font/iconfont.eot +0 -0
  47. package/public/media/sdoc-editor-font/iconfont.svg +6 -0
  48. package/public/media/sdoc-editor-font/iconfont.ttf +0 -0
  49. package/public/media/sdoc-editor-font/iconfont.woff +0 -0
  50. package/public/media/sdoc-editor-font/iconfont.woff2 +0 -0
  51. package/public/media/sdoc-editor-font.css +22 -8
@@ -0,0 +1,1566 @@
1
+ @font-face {
2
+ font-family: "dtable-font"; /* Project id 1206632 */
3
+ src: url('./dtable-fonts/dtable-font.eot?t=1691034193364'); /* IE9 */
4
+ src: url('./dtable-fonts/dtable-font.eot?t=1691034193364#iefix') format('embedded-opentype'), /* IE6-IE8 */
5
+ url('./dtable-fonts/dtable-font.woff2?t=1691034193364') format('woff2'),
6
+ url('./dtable-fonts/dtable-font.woff?t=1691034193364') format('woff'),
7
+ url('./dtable-fonts/dtable-font.ttf?t=1691034193364') format('truetype'),
8
+ url('./dtable-fonts/dtable-font.svg?t=1691034193364#dtable-font') format('svg');
9
+ }
10
+
11
+ .dtable-font {
12
+ font-family: "dtable-font" !important;
13
+ font-size: 16px;
14
+ font-style: normal;
15
+ -webkit-font-smoothing: antialiased;
16
+ -moz-osx-font-smoothing: grayscale;
17
+ }
18
+
19
+ .dtable-icon-recycle-bin1:before {
20
+ content: "\e7ff";
21
+ }
22
+
23
+ .dtable-icon-department-single-selection:before {
24
+ content: "\e800";
25
+ }
26
+
27
+ .dtable-icon-decoration:before {
28
+ content: "\e7fd";
29
+ }
30
+
31
+ .dtable-icon-dynamic-materials:before {
32
+ content: "\e7fe";
33
+ }
34
+
35
+ .dtable-icon-first-page:before {
36
+ content: "\e7f8";
37
+ }
38
+
39
+ .dtable-icon-thumbnail:before {
40
+ content: "\e7f9";
41
+ }
42
+
43
+ .dtable-icon-next-page:before {
44
+ content: "\e7fa";
45
+ }
46
+
47
+ .dtable-icon-previous-page:before {
48
+ content: "\e7fb";
49
+ }
50
+
51
+ .dtable-icon-last-page:before {
52
+ content: "\e7fc";
53
+ }
54
+
55
+ .dtable-icon-using-templates:before {
56
+ content: "\e7f6";
57
+ }
58
+
59
+ .dtable-icon-ai-assistant:before {
60
+ content: "\e7f7";
61
+ }
62
+
63
+ .dtable-icon-down1:before {
64
+ content: "\e7f4";
65
+ }
66
+
67
+ .dtable-icon-up1:before {
68
+ content: "\e7f5";
69
+ }
70
+
71
+ .dtable-icon-refresh:before {
72
+ content: "\e7f3";
73
+ }
74
+
75
+ .dtable-icon-table-of-content:before {
76
+ content: "\e7f2";
77
+ }
78
+
79
+ .dtable-icon-remove-from-toolbar1:before {
80
+ content: "\e7f0";
81
+ }
82
+
83
+ .dtable-icon-add-to-toolbar1:before {
84
+ content: "\e7f1";
85
+ }
86
+
87
+ .dtable-icon-add-to-toolbar:before {
88
+ content: "\e7ee";
89
+ }
90
+
91
+ .dtable-icon-remove-from-toolbar:before {
92
+ content: "\e7ef";
93
+ }
94
+
95
+ .dtable-icon-folders1:before {
96
+ content: "\e7ed";
97
+ }
98
+
99
+ .dtable-icon-info-circle:before {
100
+ content: "\e7ec";
101
+ }
102
+
103
+ .dtable-icon-handwritten-signature-sync:before {
104
+ content: "\e7ea";
105
+ }
106
+
107
+ .dtable-icon-handwritten-signature:before {
108
+ content: "\e7eb";
109
+ }
110
+
111
+ .dtable-icon-collapse-all:before {
112
+ content: "\e7e8";
113
+ }
114
+
115
+ .dtable-icon-expand-all:before {
116
+ content: "\e7e9";
117
+ }
118
+
119
+ .dtable-icon-comment1:before {
120
+ content: "\e7e7";
121
+ }
122
+
123
+ .dtable-icon-border-style:before {
124
+ content: "\e7e6";
125
+ }
126
+
127
+ .dtable-icon-automation-rules1:before {
128
+ content: "\e7e4";
129
+ }
130
+
131
+ .dtable-icon-notification-rules:before {
132
+ content: "\e7e5";
133
+ }
134
+
135
+ .dtable-icon-app-purchase:before {
136
+ content: "\e7d7";
137
+ }
138
+
139
+ .dtable-icon-app-statistics:before {
140
+ content: "\e7d8";
141
+ }
142
+
143
+ .dtable-icon-app-address-book:before {
144
+ content: "\e7d9";
145
+ }
146
+
147
+ .dtable-icon-app-product-library:before {
148
+ content: "\e7da";
149
+ }
150
+
151
+ .dtable-icon-app-individual-bill:before {
152
+ content: "\e7db";
153
+ }
154
+
155
+ .dtable-icon-app-email:before {
156
+ content: "\e7dc";
157
+ }
158
+
159
+ .dtable-icon-app-distribution:before {
160
+ content: "\e7dd";
161
+ }
162
+
163
+ .dtable-icon-app-history1:before {
164
+ content: "\e7de";
165
+ }
166
+
167
+ .dtable-icon-app-contract:before {
168
+ content: "\e7df";
169
+ }
170
+
171
+ .dtable-icon-app-post-sale:before {
172
+ content: "\e7e0";
173
+ }
174
+
175
+ .dtable-icon-app-logistics:before {
176
+ content: "\e7e1";
177
+ }
178
+
179
+ .dtable-icon-app-invoice:before {
180
+ content: "\e7e2";
181
+ }
182
+
183
+ .dtable-icon-app-achievement-distribution:before {
184
+ content: "\e7e3";
185
+ }
186
+
187
+ .dtable-icon-underline:before {
188
+ content: "\e7d6";
189
+ }
190
+
191
+ .dtable-icon-chart:before {
192
+ content: "\e7d4";
193
+ }
194
+
195
+ .dtable-icon-text:before {
196
+ content: "\e7d5";
197
+ }
198
+
199
+ .dtable-icon-calendar1:before {
200
+ content: "\e7cc";
201
+ }
202
+
203
+ .dtable-icon-data-deduplication:before {
204
+ content: "\e7cd";
205
+ }
206
+
207
+ .dtable-icon-advanced-statistics:before {
208
+ content: "\e7ce";
209
+ }
210
+
211
+ .dtable-icon-gallery:before {
212
+ content: "\e7cf";
213
+ }
214
+
215
+ .dtable-icon-kanban:before {
216
+ content: "\e7d0";
217
+ }
218
+
219
+ .dtable-icon-page-design:before {
220
+ content: "\e7d1";
221
+ }
222
+
223
+ .dtable-icon-timeline:before {
224
+ content: "\e7d2";
225
+ }
226
+
227
+ .dtable-icon-map1:before {
228
+ content: "\e7d3";
229
+ }
230
+
231
+ .dtable-icon-upload1:before {
232
+ content: "\e7cb";
233
+ }
234
+
235
+ .dtable-icon-qr-code:before {
236
+ content: "\e7ca";
237
+ }
238
+
239
+ .dtable-icon-monitor1:before {
240
+ content: "\e7c8";
241
+ }
242
+
243
+ .dtable-icon-more:before {
244
+ content: "\e7c9";
245
+ }
246
+
247
+ .dtable-icon-italic:before {
248
+ content: "\e7c1";
249
+ }
250
+
251
+ .dtable-icon-font-color1:before {
252
+ content: "\e7c2";
253
+ }
254
+
255
+ .dtable-icon-clear-format:before {
256
+ content: "\e7c3";
257
+ }
258
+
259
+ .dtable-icon-bold:before {
260
+ content: "\e7c4";
261
+ }
262
+
263
+ .dtable-icon-display1:before {
264
+ content: "\e7c5";
265
+ }
266
+
267
+ .dtable-icon-list-ol1:before {
268
+ content: "\e7c6";
269
+ }
270
+
271
+ .dtable-icon-list-ul1:before {
272
+ content: "\e7c7";
273
+ }
274
+
275
+ .dtable-icon-activities:before {
276
+ content: "\e7c0";
277
+ }
278
+
279
+ .dtable-icon-import-from-another-table1:before {
280
+ content: "\e7bc";
281
+ }
282
+
283
+ .dtable-icon-monitor:before {
284
+ content: "\e7bd";
285
+ }
286
+
287
+ .dtable-icon-custom-color1:before {
288
+ content: "\e7be";
289
+ }
290
+
291
+ .dtable-icon-switch2:before {
292
+ content: "\e7bf";
293
+ }
294
+
295
+ .dtable-icon-justify-align:before {
296
+ content: "\e7ac";
297
+ }
298
+
299
+ .dtable-icon-font-color:before {
300
+ content: "\e7ad";
301
+ }
302
+
303
+ .dtable-icon-increase-indent:before {
304
+ content: "\e7ae";
305
+ }
306
+
307
+ .dtable-icon-decrease-indent:before {
308
+ content: "\e7af";
309
+ }
310
+
311
+ .dtable-icon-list-ol-capital-english-letters:before {
312
+ content: "\e7b0";
313
+ }
314
+
315
+ .dtable-icon-list-ol-capital-roman-numerals:before {
316
+ content: "\e7b1";
317
+ }
318
+
319
+ .dtable-icon-list-ul:before {
320
+ content: "\e7b2";
321
+ }
322
+
323
+ .dtable-icon-list-ul-black-square:before {
324
+ content: "\e7b3";
325
+ }
326
+
327
+ .dtable-icon-list-ul-hollow-circle:before {
328
+ content: "\e7b4";
329
+ }
330
+
331
+ .dtable-icon-list-ol-small-roman-numerals:before {
332
+ content: "\e7b5";
333
+ }
334
+
335
+ .dtable-icon-switch1:before {
336
+ content: "\e7b6";
337
+ }
338
+
339
+ .dtable-icon-list-ol-small-english-letters:before {
340
+ content: "\e7b7";
341
+ }
342
+
343
+ .dtable-icon-custom-color:before {
344
+ content: "\e7b8";
345
+ }
346
+
347
+ .dtable-icon-import-from-another-table:before {
348
+ content: "\e7b9";
349
+ }
350
+
351
+ .dtable-icon-list-ol-small-greek:before {
352
+ content: "\e7ba";
353
+ }
354
+
355
+ .dtable-icon-list-ol:before {
356
+ content: "\e7bb";
357
+ }
358
+
359
+ .dtable-icon-align-right:before {
360
+ content: "\e79f";
361
+ }
362
+
363
+ .dtable-icon-horizontal-center:before {
364
+ content: "\e7a5";
365
+ }
366
+
367
+ .dtable-icon-align-left:before {
368
+ content: "\e7a6";
369
+ }
370
+
371
+ .dtable-icon-bottom-alignment:before {
372
+ content: "\e7a7";
373
+ }
374
+
375
+ .dtable-icon-horizontal-distribution:before {
376
+ content: "\e7a8";
377
+ }
378
+
379
+ .dtable-icon-top-alignment:before {
380
+ content: "\e7a9";
381
+ }
382
+
383
+ .dtable-icon-vertical-center:before {
384
+ content: "\e7aa";
385
+ }
386
+
387
+ .dtable-icon-vertical-distribution:before {
388
+ content: "\e7ab";
389
+ }
390
+
391
+ .dtable-icon-novice-guide:before {
392
+ content: "\e79b";
393
+ }
394
+
395
+ .dtable-icon-wide:before {
396
+ content: "\e79c";
397
+ }
398
+
399
+ .dtable-icon-narrow1:before {
400
+ content: "\e79d";
401
+ }
402
+
403
+ .dtable-icon-choose-column:before {
404
+ content: "\e79e";
405
+ }
406
+
407
+ .dtable-icon-app-share:before {
408
+ content: "\e794";
409
+ }
410
+
411
+ .dtable-icon-app-user-management:before {
412
+ content: "\e795";
413
+ }
414
+
415
+ .dtable-icon-paused:before {
416
+ content: "\e793";
417
+ }
418
+
419
+ .dtable-icon-app-preview:before {
420
+ content: "\e792";
421
+ }
422
+
423
+ .dtable-icon-app-authority-management:before {
424
+ content: "\e78d";
425
+ }
426
+
427
+ .dtable-icon-app-settings:before {
428
+ content: "\e78e";
429
+ }
430
+
431
+ .dtable-icon-rule:before {
432
+ content: "\e78c";
433
+ }
434
+
435
+ .dtable-icon-workflow1:before {
436
+ content: "\e78b";
437
+ }
438
+
439
+ .dtable-icon-app-page:before {
440
+ content: "\e78a";
441
+ }
442
+
443
+ .dtable-icon-app-home:before {
444
+ content: "\e788";
445
+ }
446
+
447
+ .dtable-icon-app-personnel:before {
448
+ content: "\e787";
449
+ }
450
+
451
+ .dtable-icon-app-star-mark:before {
452
+ content: "\e786";
453
+ }
454
+
455
+ .dtable-icon-app-history:before {
456
+ content: "\e785";
457
+ }
458
+
459
+ .dtable-icon-app-edit:before {
460
+ content: "\e784";
461
+ }
462
+
463
+ .dtable-icon-app-folder:before {
464
+ content: "\e783";
465
+ }
466
+
467
+ .dtable-icon-app-calendar:before {
468
+ content: "\e782";
469
+ }
470
+
471
+ .dtable-icon-app-map:before {
472
+ content: "\e789";
473
+ }
474
+
475
+ .dtable-icon-app-position:before {
476
+ content: "\e781";
477
+ }
478
+
479
+ .dtable-icon-app-gallery:before {
480
+ content: "\e780";
481
+ }
482
+
483
+ .dtable-icon-automation-rules:before {
484
+ content: "\e77f";
485
+ }
486
+
487
+ .dtable-icon-dingtalk:before {
488
+ content: "\e77e";
489
+ }
490
+
491
+ .dtable-icon-delete:before {
492
+ content: "\e77d";
493
+ }
494
+
495
+ .dtable-icon-checklist-sync:before {
496
+ content: "\e767";
497
+ }
498
+
499
+ .dtable-icon-button-sync:before {
500
+ content: "\e768";
501
+ }
502
+
503
+ .dtable-icon-email-sync:before {
504
+ content: "\e769";
505
+ }
506
+
507
+ .dtable-icon-link-formulas-sync:before {
508
+ content: "\e76a";
509
+ }
510
+
511
+ .dtable-icon-location-sync:before {
512
+ content: "\e76b";
513
+ }
514
+
515
+ .dtable-icon-creation-time-sync:before {
516
+ content: "\e76c";
517
+ }
518
+
519
+ .dtable-icon-calendar-alt-solid-sync:before {
520
+ content: "\e76d";
521
+ }
522
+
523
+ .dtable-icon-multiple-selection-sync:before {
524
+ content: "\e76e";
525
+ }
526
+
527
+ .dtable-icon-collaborator-sync:before {
528
+ content: "\e76f";
529
+ }
530
+
531
+ .dtable-icon-picture-sync:before {
532
+ content: "\e770";
533
+ }
534
+
535
+ .dtable-icon-renewal-person-sync:before {
536
+ content: "\e771";
537
+ }
538
+
539
+ .dtable-icon-duration-sync:before {
540
+ content: "\e772";
541
+ }
542
+
543
+ .dtable-icon-single-election-sync:before {
544
+ content: "\e773";
545
+ }
546
+
547
+ .dtable-icon-autonumber-sync:before {
548
+ content: "\e774";
549
+ }
550
+
551
+ .dtable-icon-link-other-record-sync:before {
552
+ content: "\e775";
553
+ }
554
+
555
+ .dtable-icon-formula-sync:before {
556
+ content: "\e776";
557
+ }
558
+
559
+ .dtable-icon-single-line-text-sync:before {
560
+ content: "\e777";
561
+ }
562
+
563
+ .dtable-icon-rate-sync:before {
564
+ content: "\e778";
565
+ }
566
+
567
+ .dtable-icon-file-alt-solid-sync:before {
568
+ content: "\e779";
569
+ }
570
+
571
+ .dtable-icon-long-text-sync:before {
572
+ content: "\e77a";
573
+ }
574
+
575
+ .dtable-icon-url-sync:before {
576
+ content: "\e77b";
577
+ }
578
+
579
+ .dtable-icon-number-sync:before {
580
+ content: "\e77c";
581
+ }
582
+
583
+ .dtable-icon-periodic-sync:before {
584
+ content: "\e766";
585
+ }
586
+
587
+ .dtable-icon-table-encryption:before {
588
+ content: "\e765";
589
+ }
590
+
591
+ .dtable-icon-funnel-chart:before {
592
+ content: "\e764";
593
+ }
594
+
595
+ .dtable-icon-convert:before {
596
+ content: "\e763";
597
+ }
598
+
599
+ .dtable-icon-include-archived-records:before {
600
+ content: "\e761";
601
+ }
602
+
603
+ .dtable-icon-exclude-archived-records:before {
604
+ content: "\e762";
605
+ }
606
+
607
+ .dtable-icon-use-values:before {
608
+ content: "\e760";
609
+ }
610
+
611
+ .dtable-icon-restore:before {
612
+ content: "\e75f";
613
+ }
614
+
615
+ .dtable-icon-partially-selected:before {
616
+ content: "\e75e";
617
+ }
618
+
619
+ .dtable-icon-workflow:before {
620
+ content: "\e75d";
621
+ }
622
+
623
+ .dtable-icon-rectangular-tree-diagram:before {
624
+ content: "\e75c";
625
+ }
626
+
627
+ .dtable-icon-scan-code:before {
628
+ content: "\e75b";
629
+ }
630
+
631
+ .dtable-icon-a-qr-code:before {
632
+ content: "\e75a";
633
+ }
634
+
635
+ .dtable-icon-histogram:before {
636
+ content: "\e759";
637
+ }
638
+
639
+ .dtable-icon-bar-chart:before {
640
+ content: "\e758";
641
+ }
642
+
643
+ .dtable-icon-line-chart:before {
644
+ content: "\e757";
645
+ }
646
+
647
+ .dtable-icon-area-chart:before {
648
+ content: "\e756";
649
+ }
650
+
651
+ .dtable-icon-pie-chart:before {
652
+ content: "\e755";
653
+ }
654
+
655
+ .dtable-icon-scatter-chart:before {
656
+ content: "\e754";
657
+ }
658
+
659
+ .dtable-icon-combination-chart:before {
660
+ content: "\e753";
661
+ }
662
+
663
+ .dtable-icon-map:before {
664
+ content: "\e752";
665
+ }
666
+
667
+ .dtable-icon-heat-map:before {
668
+ content: "\e751";
669
+ }
670
+
671
+ .dtable-icon-facet-chart:before {
672
+ content: "\e750";
673
+ }
674
+
675
+ .dtable-icon-card:before {
676
+ content: "\e74f";
677
+ }
678
+
679
+ .dtable-icon-gauge:before {
680
+ content: "\e74e";
681
+ }
682
+
683
+ .dtable-icon-adjust-column:before {
684
+ content: "\e74d";
685
+ }
686
+
687
+ .dtable-icon-private-archive-view:before {
688
+ content: "\e74b";
689
+ }
690
+
691
+ .dtable-icon-private-database:before {
692
+ content: "\e74c";
693
+ }
694
+
695
+ .dtable-icon-up-move:before {
696
+ content: "\e749";
697
+ }
698
+
699
+ .dtable-icon-down-move:before {
700
+ content: "\e74a";
701
+ }
702
+
703
+ .dtable-icon-flag:before {
704
+ content: "\e748";
705
+ }
706
+
707
+ .dtable-icon-praise:before {
708
+ content: "\e747";
709
+ }
710
+
711
+ .dtable-icon-like:before {
712
+ content: "\e746";
713
+ }
714
+
715
+ .dtable-icon-mysql-database:before {
716
+ content: "\e744";
717
+ }
718
+
719
+ .dtable-icon-more-menus:before {
720
+ content: "\e745";
721
+ }
722
+
723
+ .dtable-icon-pdf:before {
724
+ content: "\e743";
725
+ }
726
+
727
+ .dtable-icon-export-to-new-table:before {
728
+ content: "\e742";
729
+ }
730
+
731
+ .dtable-icon-pin:before {
732
+ content: "\e741";
733
+ }
734
+
735
+ .dtable-icon-night-mode:before {
736
+ content: "\e73f";
737
+ }
738
+
739
+ .dtable-icon-day-mode:before {
740
+ content: "\e740";
741
+ }
742
+
743
+ .dtable-icon-archiving-view:before {
744
+ content: "\e73e";
745
+ }
746
+
747
+ .dtable-icon-recognition-image:before {
748
+ content: "\e73d";
749
+ }
750
+
751
+ .dtable-icon-archive-view:before {
752
+ content: "\e73c";
753
+ }
754
+
755
+ .dtable-icon-extend:before {
756
+ content: "\e73b";
757
+ }
758
+
759
+ .dtable-icon-delete-row:before {
760
+ content: "\e739";
761
+ }
762
+
763
+ .dtable-icon-delete-column:before {
764
+ content: "\e73a";
765
+ }
766
+
767
+ .dtable-icon-insert-row-above:before {
768
+ content: "\e737";
769
+ }
770
+
771
+ .dtable-icon-insert-row-below:before {
772
+ content: "\e738";
773
+ }
774
+
775
+ .dtable-icon-insert-row-left:before {
776
+ content: "\e735";
777
+ }
778
+
779
+ .dtable-icon-insert-row-right:before {
780
+ content: "\e736";
781
+ }
782
+
783
+ .dtable-icon-add_members:before {
784
+ content: "\e734";
785
+ }
786
+
787
+ .dtable-icon-linkage:before {
788
+ content: "\e733";
789
+ }
790
+
791
+ .dtable-icon-history:before {
792
+ content: "\e732";
793
+ }
794
+
795
+ .dtable-icon-find_fill:before {
796
+ content: "\e731";
797
+ }
798
+
799
+ .dtable-icon-data-processing:before {
800
+ content: "\e730";
801
+ }
802
+
803
+ .dtable-icon-page-designer:before {
804
+ content: "\e72f";
805
+ }
806
+
807
+ .dtable-icon-rules:before {
808
+ content: "\e72e";
809
+ }
810
+
811
+ .dtable-icon-database:before {
812
+ content: "\e72d";
813
+ }
814
+
815
+ .dtable-icon-rate:before {
816
+ content: "\e72c";
817
+ }
818
+
819
+ .dtable-icon-modify-row:before {
820
+ content: "\e72b";
821
+ }
822
+
823
+ .dtable-icon-enlarge1:before {
824
+ content: "\e729";
825
+ }
826
+
827
+ .dtable-icon-shrink:before {
828
+ content: "\e72a";
829
+ }
830
+
831
+ .dtable-icon-default-scale:before {
832
+ content: "\e728";
833
+ }
834
+
835
+ .dtable-icon-current-location:before {
836
+ content: "\e727";
837
+ }
838
+
839
+ .dtable-icon-edit:before {
840
+ content: "\e726";
841
+ }
842
+
843
+ .dtable-icon-link-formulas:before {
844
+ content: "\e725";
845
+ }
846
+
847
+ .dtable-icon-folders:before {
848
+ content: "\e724";
849
+ }
850
+
851
+ .dtable-icon-row-height-quadruple:before {
852
+ content: "\e723";
853
+ }
854
+
855
+ .dtable-icon-row-height-triple:before {
856
+ content: "\e722";
857
+ }
858
+
859
+ .dtable-icon-row-height-double:before {
860
+ content: "\e720";
861
+ }
862
+
863
+ .dtable-icon-row-height-default:before {
864
+ content: "\e721";
865
+ }
866
+
867
+ .dtable-icon-data-collection-table:before {
868
+ content: "\e71f";
869
+ }
870
+
871
+ .dtable-icon-repeat-value-highlight:before {
872
+ content: "\e71c";
873
+ }
874
+
875
+ .dtable-icon-enterprise-wechat1:before {
876
+ content: "\e71d";
877
+ }
878
+
879
+ .dtable-icon-button:before {
880
+ content: "\e71e";
881
+ }
882
+
883
+ .dtable-icon-send-backward:before {
884
+ content: "\e718";
885
+ }
886
+
887
+ .dtable-icon-bring-forward:before {
888
+ content: "\e719";
889
+ }
890
+
891
+ .dtable-icon-bring-to-front:before {
892
+ content: "\e71a";
893
+ }
894
+
895
+ .dtable-icon-send-to-back:before {
896
+ content: "\e71b";
897
+ }
898
+
899
+ .dtable-icon-transfer-deposit:before {
900
+ content: "\e713";
901
+ }
902
+
903
+ .dtable-icon-revoke:before {
904
+ content: "\e714";
905
+ }
906
+
907
+ .dtable-icon-redo:before {
908
+ content: "\e715";
909
+ }
910
+
911
+ .dtable-icon-tip:before {
912
+ content: "\e712";
913
+ }
914
+
915
+ .dtable-icon-currency:before {
916
+ content: "\e711";
917
+ }
918
+
919
+ .dtable-icon-narrow:before {
920
+ content: "\e70e";
921
+ }
922
+
923
+ .dtable-icon-enlarge:before {
924
+ content: "\e70f";
925
+ }
926
+
927
+ .dtable-icon-page-size:before {
928
+ content: "\e710";
929
+ }
930
+
931
+ .dtable-icon-duration:before {
932
+ content: "\e70d";
933
+ }
934
+
935
+ .dtable-icon-system-message:before {
936
+ content: "\e70c";
937
+ }
938
+
939
+ .dtable-icon-recycle-bin:before {
940
+ content: "\e70b";
941
+ }
942
+
943
+ .dtable-icon-abuse-report:before {
944
+ content: "\e70a";
945
+ }
946
+
947
+ .dtable-icon-email:before {
948
+ content: "\e709";
949
+ }
950
+
951
+ .dtable-icon-share-with-me:before {
952
+ content: "\e708";
953
+ }
954
+
955
+ .dtable-icon-department:before {
956
+ content: "\e707";
957
+ }
958
+
959
+ .dtable-icon-api:before {
960
+ content: "\e703";
961
+ }
962
+
963
+ .dtable-icon-help-center:before {
964
+ content: "\e704";
965
+ }
966
+
967
+ .dtable-icon-ask-community:before {
968
+ content: "\e705";
969
+ }
970
+
971
+ .dtable-icon-keyboard-shortcuts:before {
972
+ content: "\e706";
973
+ }
974
+
975
+ .dtable-icon-member-free:before {
976
+ content: "\e702";
977
+ }
978
+
979
+ .dtable-icon-down:before {
980
+ content: "\e700";
981
+ }
982
+
983
+ .dtable-icon-up:before {
984
+ content: "\e701";
985
+ }
986
+
987
+ .dtable-icon-list-view:before {
988
+ content: "\e6ff";
989
+ }
990
+
991
+ .dtable-icon-script:before {
992
+ content: "\e6fd";
993
+ }
994
+
995
+ .dtable-icon-implement:before {
996
+ content: "\e6fe";
997
+ }
998
+
999
+ .dtable-icon-autonumber:before {
1000
+ content: "\e6fc";
1001
+ }
1002
+
1003
+ .dtable-icon-color:before {
1004
+ content: "\e7a0";
1005
+ }
1006
+
1007
+ .dtable-icon-wechat:before {
1008
+ content: "\e7a1";
1009
+ }
1010
+
1011
+ .dtable-icon-condition-set:before {
1012
+ content: "\e7a2";
1013
+ }
1014
+
1015
+ .dtable-icon-full-screen:before {
1016
+ content: "\e7a3";
1017
+ }
1018
+
1019
+ .dtable-icon-video:before {
1020
+ content: "\e7a4";
1021
+ }
1022
+
1023
+ .dtable-icon-retry:before {
1024
+ content: "\e6f2";
1025
+ }
1026
+
1027
+ .dtable-icon-print:before {
1028
+ content: "\e6da";
1029
+ }
1030
+
1031
+ .dtable-icon-batch-replacement:before {
1032
+ content: "\e6d9";
1033
+ }
1034
+
1035
+ .dtable-icon-permissions:before {
1036
+ content: "\e6d8";
1037
+ }
1038
+
1039
+ .dtable-icon-sync:before {
1040
+ content: "\e6d2";
1041
+ }
1042
+
1043
+ .dtable-icon-member:before {
1044
+ content: "\e6d1";
1045
+ }
1046
+
1047
+ .dtable-icon-organization-name:before {
1048
+ content: "\e6ce";
1049
+ }
1050
+
1051
+ .dtable-icon-star:before {
1052
+ content: "\e6cb";
1053
+ }
1054
+
1055
+ .dtable-icon-todo:before {
1056
+ content: "\e6c8";
1057
+ }
1058
+
1059
+ .dtable-icon-rotate:before {
1060
+ content: "\e6c6";
1061
+ }
1062
+
1063
+ .dtable-icon-comment:before {
1064
+ content: "\e6c5";
1065
+ }
1066
+
1067
+ .dtable-icon-camera:before {
1068
+ content: "\e6c4";
1069
+ }
1070
+
1071
+ .dtable-icon-check-circle:before {
1072
+ content: "\e6c2";
1073
+ }
1074
+
1075
+ .dtable-icon-exclamation-circle:before {
1076
+ content: "\e6bf";
1077
+ }
1078
+
1079
+ .dtable-icon-exclamation-triangle:before {
1080
+ content: "\e6c0";
1081
+ }
1082
+
1083
+ .dtable-icon-eye:before {
1084
+ content: "\e6c1";
1085
+ }
1086
+
1087
+ .dtable-icon-eye-slash:before {
1088
+ content: "\e6c3";
1089
+ }
1090
+
1091
+ .dtable-icon-random-generation:before {
1092
+ content: "\e6be";
1093
+ }
1094
+
1095
+ .dtable-icon-hi:before {
1096
+ content: "\e6bd";
1097
+ }
1098
+
1099
+ .dtable-icon-leave:before {
1100
+ content: "\e6bc";
1101
+ }
1102
+
1103
+ .dtable-icon-history-mirror-image:before {
1104
+ content: "\e6bb";
1105
+ }
1106
+
1107
+ .dtable-icon-location:before {
1108
+ content: "\e6b9";
1109
+ }
1110
+
1111
+ .dtable-icon-insert-left:before {
1112
+ content: "\e6b6";
1113
+ }
1114
+
1115
+ .dtable-icon-insert-right:before {
1116
+ content: "\e6b7";
1117
+ }
1118
+
1119
+ .dtable-icon-ascending-order:before {
1120
+ content: "\e6b8";
1121
+ }
1122
+
1123
+ .dtable-icon-descending-order:before {
1124
+ content: "\e6ba";
1125
+ }
1126
+
1127
+ .dtable-icon-creat-empty-table:before {
1128
+ content: "\e6b5";
1129
+ }
1130
+
1131
+ .dtable-icon-import:before {
1132
+ content: "\e6b3";
1133
+ }
1134
+
1135
+ .dtable-icon-picture-linear:before {
1136
+ content: "\e6b4";
1137
+ }
1138
+
1139
+ .dtable-icon-creation-time:before {
1140
+ content: "\e6b2";
1141
+ }
1142
+
1143
+ .dtable-icon-upload:before {
1144
+ content: "\e6b1";
1145
+ }
1146
+
1147
+ .dtable-icon-update:before {
1148
+ content: "\e6af";
1149
+ }
1150
+
1151
+ .dtable-icon-assembly:before {
1152
+ content: "\e6b0";
1153
+ }
1154
+
1155
+ .dtable-icon-description:before {
1156
+ content: "\e6ae";
1157
+ }
1158
+
1159
+ .dtable-icon-enterprise-wechat:before {
1160
+ content: "\e6ad";
1161
+ }
1162
+
1163
+ .dtable-icon-statistic:before {
1164
+ content: "\e6ac";
1165
+ }
1166
+
1167
+ .dtable-icon-common-dataset:before {
1168
+ content: "\e6aa";
1169
+ }
1170
+
1171
+ .dtable-icon-link-common-dataset:before {
1172
+ content: "\e6ab";
1173
+ }
1174
+
1175
+ .dtable-icon-notice:before {
1176
+ content: "\e6a8";
1177
+ }
1178
+
1179
+ .dtable-icon-all-read:before {
1180
+ content: "\e6a9";
1181
+ }
1182
+
1183
+ .dtable-icon-modification-record:before {
1184
+ content: "\e6a7";
1185
+ }
1186
+
1187
+ .dtable-icon-copy-link:before {
1188
+ content: "\e6a6";
1189
+ }
1190
+
1191
+ .dtable-icon-retract-com:before {
1192
+ content: "\e6a3";
1193
+ }
1194
+
1195
+ .dtable-icon-mark:before {
1196
+ content: "\e6a4";
1197
+ }
1198
+
1199
+ .dtable-icon-open-com:before {
1200
+ content: "\e6a5";
1201
+ }
1202
+
1203
+ .dtable-icon-export:before {
1204
+ content: "\e6a2";
1205
+ }
1206
+
1207
+ .dtable-icon-copy:before {
1208
+ content: "\e6a1";
1209
+ }
1210
+
1211
+ .dtable-icon-display:before {
1212
+ content: "\e69f";
1213
+ }
1214
+
1215
+ .dtable-icon-retract:before {
1216
+ content: "\e6a0";
1217
+ }
1218
+
1219
+ .dtable-icon-label:before {
1220
+ content: "\e69e";
1221
+ }
1222
+
1223
+ .dtable-icon-personal:before {
1224
+ content: "\e69c";
1225
+ }
1226
+
1227
+ .dtable-icon-organization1:before {
1228
+ content: "\e69d";
1229
+ }
1230
+
1231
+ .dtable-icon-left:before {
1232
+ content: "\e69a";
1233
+ }
1234
+
1235
+ .dtable-icon-right:before {
1236
+ content: "\e69b";
1237
+ }
1238
+
1239
+ .dtable-icon-link-other-record:before {
1240
+ content: "\e698";
1241
+ }
1242
+
1243
+ .dtable-icon-url:before {
1244
+ content: "\e699";
1245
+ }
1246
+
1247
+ .dtable-icon-calendar:before {
1248
+ content: "\e697";
1249
+ }
1250
+
1251
+ .dtable-icon-use-help:before {
1252
+ content: "\e696";
1253
+ }
1254
+
1255
+ .dtable-icon-relation:before {
1256
+ content: "\e695";
1257
+ }
1258
+
1259
+ .dtable-icon-formula:before {
1260
+ content: "\e694";
1261
+ }
1262
+
1263
+ .dtable-icon-token:before {
1264
+ content: "\e693";
1265
+ }
1266
+
1267
+ .dtable-icon-x-:before {
1268
+ content: "\e691";
1269
+ }
1270
+
1271
+ .dtable-icon-bell:before {
1272
+ content: "\e692";
1273
+ }
1274
+
1275
+ .dtable-icon-confirm:before {
1276
+ content: "\e68f";
1277
+ }
1278
+
1279
+ .dtable-icon-cancel:before {
1280
+ content: "\e690";
1281
+ }
1282
+
1283
+ .dtable-icon-menu:before {
1284
+ content: "\e68e";
1285
+ }
1286
+
1287
+ .dtable-icon-x:before {
1288
+ content: "\e68d";
1289
+ }
1290
+
1291
+ .dtable-icon-settings:before {
1292
+ content: "\e685";
1293
+ }
1294
+
1295
+ .dtable-icon-admin-op-log:before {
1296
+ content: "\e686";
1297
+ }
1298
+
1299
+ .dtable-icon-groups:before {
1300
+ content: "\e687";
1301
+ }
1302
+
1303
+ .dtable-icon-info:before {
1304
+ content: "\e688";
1305
+ }
1306
+
1307
+ .dtable-icon-mine:before {
1308
+ content: "\e689";
1309
+ }
1310
+
1311
+ .dtable-icon-libraries:before {
1312
+ content: "\e68a";
1313
+ }
1314
+
1315
+ .dtable-icon-organization:before {
1316
+ content: "\e68b";
1317
+ }
1318
+
1319
+ .dtable-icon-discussion:before {
1320
+ content: "\e68c";
1321
+ }
1322
+
1323
+ .dtable-icon-add-line:before {
1324
+ content: "\e683";
1325
+ }
1326
+
1327
+ .dtable-icon-table:before {
1328
+ content: "\e684";
1329
+ }
1330
+
1331
+ .dtable-icon-invite:before {
1332
+ content: "\e682";
1333
+ }
1334
+
1335
+ .dtable-icon-broken-line:before {
1336
+ content: "\e67f";
1337
+ }
1338
+
1339
+ .dtable-icon-pie:before {
1340
+ content: "\e680";
1341
+ }
1342
+
1343
+ .dtable-icon-modify-column-type:before {
1344
+ content: "\e67e";
1345
+ }
1346
+
1347
+ .dtable-icon-journal:before {
1348
+ content: "\e67d";
1349
+ }
1350
+
1351
+ .dtable-icon-freeze:before {
1352
+ content: "\e67b";
1353
+ }
1354
+
1355
+ .dtable-icon-cancel-freeze:before {
1356
+ content: "\e67c";
1357
+ }
1358
+
1359
+ .dtable-icon-permission-setting:before {
1360
+ content: "\e67a";
1361
+ }
1362
+
1363
+ .dtable-icon-share:before {
1364
+ content: "\e679";
1365
+ }
1366
+
1367
+ .dtable-icon-set-up:before {
1368
+ content: "\e678";
1369
+ }
1370
+
1371
+ .dtable-icon-form:before {
1372
+ content: "\e676";
1373
+ }
1374
+
1375
+ .dtable-icon-group:before {
1376
+ content: "\e677";
1377
+ }
1378
+
1379
+ .dtable-icon-statistics:before {
1380
+ content: "\e675";
1381
+ }
1382
+
1383
+ .dtable-icon-apps:before {
1384
+ content: "\e672";
1385
+ }
1386
+
1387
+ .dtable-icon-templates:before {
1388
+ content: "\e673";
1389
+ }
1390
+
1391
+ .dtable-icon-files:before {
1392
+ content: "\e674";
1393
+ }
1394
+
1395
+ .dtable-icon-upward:before {
1396
+ content: "\e671";
1397
+ }
1398
+
1399
+ .dtable-icon-unlock:before {
1400
+ content: "\e66f";
1401
+ }
1402
+
1403
+ .dtable-icon-lock:before {
1404
+ content: "\e670";
1405
+ }
1406
+
1407
+ .dtable-icon-creator:before {
1408
+ content: "\e66c";
1409
+ }
1410
+
1411
+ .dtable-icon-collaborator:before {
1412
+ content: "\e66d";
1413
+ }
1414
+
1415
+ .dtable-icon-hide:before {
1416
+ content: "\e66a";
1417
+ }
1418
+
1419
+ .dtable-icon-switch:before {
1420
+ content: "\e66b";
1421
+ }
1422
+
1423
+ .dtable-icon-add-table:before {
1424
+ content: "\e668";
1425
+ }
1426
+
1427
+ .dtable-icon-add:before {
1428
+ content: "\e669";
1429
+ }
1430
+
1431
+ .dtable-icon-add-square:before {
1432
+ content: "\e667";
1433
+ }
1434
+
1435
+ .dtable-icon-more-vertical:before {
1436
+ content: "\e663";
1437
+ }
1438
+
1439
+ .dtable-icon-more-level:before {
1440
+ content: "\e664";
1441
+ }
1442
+
1443
+ .dtable-icon-card-view:before {
1444
+ content: "\e65d";
1445
+ }
1446
+
1447
+ .dtable-icon-search:before {
1448
+ content: "\e65c";
1449
+ }
1450
+
1451
+ .dtable-icon-delete-table:before {
1452
+ content: "\e65b";
1453
+ }
1454
+
1455
+ .dtable-icon-folder:before {
1456
+ content: "\e658";
1457
+ }
1458
+
1459
+ .dtable-icon-file:before {
1460
+ content: "\e659";
1461
+ }
1462
+
1463
+ .dtable-icon-filter:before {
1464
+ content: "\e655";
1465
+ }
1466
+
1467
+ .dtable-icon-dtable-logo:before {
1468
+ content: "\e652";
1469
+ }
1470
+
1471
+ .dtable-icon-attachments:before {
1472
+ content: "\e64d";
1473
+ }
1474
+
1475
+ .dtable-icon-long-text:before {
1476
+ content: "\e64c";
1477
+ }
1478
+
1479
+ .dtable-icon-multiple-selection:before {
1480
+ content: "\e64b";
1481
+ }
1482
+
1483
+ .dtable-icon-check-mark:before {
1484
+ content: "\e645";
1485
+ }
1486
+
1487
+ .dtable-icon-return:before {
1488
+ content: "\e646";
1489
+ }
1490
+
1491
+ .dtable-icon-main-view:before {
1492
+ content: "\e647";
1493
+ }
1494
+
1495
+ .dtable-icon-sort:before {
1496
+ content: "\e648";
1497
+ }
1498
+
1499
+ .dtable-icon-single-election:before {
1500
+ content: "\e649";
1501
+ }
1502
+
1503
+ .dtable-icon-fork-number:before {
1504
+ content: "\e642";
1505
+ }
1506
+
1507
+ .dtable-icon-add-files:before {
1508
+ content: "\e640";
1509
+ }
1510
+
1511
+ .dtable-icon-drag:before {
1512
+ content: "\e63e";
1513
+ }
1514
+
1515
+ .dtable-icon-open:before {
1516
+ content: "\e63b";
1517
+ }
1518
+
1519
+ .dtable-icon-download:before {
1520
+ content: "\e63c";
1521
+ }
1522
+
1523
+ .dtable-icon-right-slide:before {
1524
+ content: "\e639";
1525
+ }
1526
+
1527
+ .dtable-icon-left-slide:before {
1528
+ content: "\e63a";
1529
+ }
1530
+
1531
+ .dtable-icon-picture:before {
1532
+ content: "\e637";
1533
+ }
1534
+
1535
+ .dtable-icon-single-line-text:before {
1536
+ content: "\e62a";
1537
+ }
1538
+
1539
+ .dtable-icon-check-square-solid:before {
1540
+ content: "\e625";
1541
+ }
1542
+
1543
+ .dtable-icon-rename:before {
1544
+ content: "\e626";
1545
+ }
1546
+
1547
+ .dtable-icon-drop-down:before {
1548
+ content: "\e624";
1549
+ }
1550
+
1551
+ .dtable-icon-rich-text:before {
1552
+ content: "\e61a";
1553
+ }
1554
+
1555
+ .dtable-icon-number:before {
1556
+ content: "\e61d";
1557
+ }
1558
+
1559
+ .dtable-icon-file-alt-solid:before {
1560
+ content: "\e620";
1561
+ }
1562
+
1563
+ .dtable-icon-calendar-alt-solid:before {
1564
+ content: "\e622";
1565
+ }
1566
+