@underverse-ui/underverse 2.0.39 → 2.0.40

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 (38) hide show
  1. package/api-reference.json +1 -1
  2. package/dist/{DatePicker-FDOTQMNL.js → DatePicker-3IHOADO5.js} +4 -4
  3. package/dist/{EmojiPicker-Z7QPW4DA.js → EmojiPicker-5MEENOF7.js} +5 -5
  4. package/dist/{chunk-JG3U26V6.js → chunk-2K443MQP.js} +3 -3
  5. package/dist/{chunk-6XQTRIP6.js → chunk-4MX7S6TM.js} +43 -3
  6. package/dist/chunk-4MX7S6TM.js.map +1 -0
  7. package/dist/{chunk-5GMQ23IU.js → chunk-AKV7ZQJL.js} +2 -2
  8. package/dist/{chunk-TSBKJELM.js → chunk-BSN2YFRJ.js} +2 -2
  9. package/dist/{chunk-JABD2ONI.js → chunk-GY6P6WZB.js} +3 -3
  10. package/dist/{chunk-5VCM2Z7M.js → chunk-KBCOCHKM.js} +4 -4
  11. package/dist/{chunk-GZ7EDNGF.js → chunk-LBOTY2AI.js} +7308 -1782
  12. package/dist/chunk-LBOTY2AI.js.map +1 -0
  13. package/dist/{chunk-EN33T3LJ.js → chunk-THBABGVM.js} +2 -2
  14. package/dist/{chunk-BGCDAFGB.js → chunk-ZCW2WBNT.js} +287 -5392
  15. package/dist/chunk-ZCW2WBNT.js.map +1 -0
  16. package/dist/index.cjs +37358 -36846
  17. package/dist/index.cjs.map +1 -1
  18. package/dist/index.d.cts +80 -0
  19. package/dist/index.d.ts +80 -0
  20. package/dist/index.js +9 -9
  21. package/dist/{menu-bar-VXAMTP3E.js → menu-bar-F6FGQVWO.js} +34 -7
  22. package/dist/menu-bar-F6FGQVWO.js.map +1 -0
  23. package/dist/ueditor.cjs +16939 -16427
  24. package/dist/ueditor.cjs.map +1 -1
  25. package/dist/ueditor.js +6 -6
  26. package/package.json +3 -1
  27. package/dist/chunk-6XQTRIP6.js.map +0 -1
  28. package/dist/chunk-BGCDAFGB.js.map +0 -1
  29. package/dist/chunk-GZ7EDNGF.js.map +0 -1
  30. package/dist/menu-bar-VXAMTP3E.js.map +0 -1
  31. /package/dist/{DatePicker-FDOTQMNL.js.map → DatePicker-3IHOADO5.js.map} +0 -0
  32. /package/dist/{EmojiPicker-Z7QPW4DA.js.map → EmojiPicker-5MEENOF7.js.map} +0 -0
  33. /package/dist/{chunk-JG3U26V6.js.map → chunk-2K443MQP.js.map} +0 -0
  34. /package/dist/{chunk-5GMQ23IU.js.map → chunk-AKV7ZQJL.js.map} +0 -0
  35. /package/dist/{chunk-TSBKJELM.js.map → chunk-BSN2YFRJ.js.map} +0 -0
  36. /package/dist/{chunk-JABD2ONI.js.map → chunk-GY6P6WZB.js.map} +0 -0
  37. /package/dist/{chunk-5VCM2Z7M.js.map → chunk-KBCOCHKM.js.map} +0 -0
  38. /package/dist/{chunk-EN33T3LJ.js.map → chunk-THBABGVM.js.map} +0 -0
package/dist/index.d.cts CHANGED
@@ -3820,6 +3820,10 @@ declare const underverseMessages: {
3820
3820
  decreaseIndent: string;
3821
3821
  increaseIndent: string;
3822
3822
  bulletList: string;
3823
+ bulletStyleDisc: string;
3824
+ bulletStyleDash: string;
3825
+ bulletStyleCircle: string;
3826
+ bulletStyleSquare: string;
3823
3827
  orderedList: string;
3824
3828
  taskList: string;
3825
3829
  quote: string;
@@ -3951,6 +3955,9 @@ declare const underverseMessages: {
3951
3955
  addRowAfter: string;
3952
3956
  duplicateColumn: string;
3953
3957
  duplicateRow: string;
3958
+ distributeColumns: string;
3959
+ distributeRows: string;
3960
+ distributeBoth: string;
3954
3961
  clearColumnContents: string;
3955
3962
  clearRowContents: string;
3956
3963
  deleteColumn: string;
@@ -4105,6 +4112,9 @@ declare const underverseMessages: {
4105
4112
  addColumnBefore: string;
4106
4113
  addColumnAfter: string;
4107
4114
  deleteColumn: string;
4115
+ distributeColumns: string;
4116
+ distributeRows: string;
4117
+ distributeBoth: string;
4108
4118
  mergeCells: string;
4109
4119
  splitCell: string;
4110
4120
  imageUpload: string;
@@ -4282,6 +4292,10 @@ declare const underverseMessages: {
4282
4292
  decreaseIndent: string;
4283
4293
  increaseIndent: string;
4284
4294
  bulletList: string;
4295
+ bulletStyleDisc: string;
4296
+ bulletStyleDash: string;
4297
+ bulletStyleCircle: string;
4298
+ bulletStyleSquare: string;
4285
4299
  orderedList: string;
4286
4300
  taskList: string;
4287
4301
  quote: string;
@@ -4413,6 +4427,9 @@ declare const underverseMessages: {
4413
4427
  addRowAfter: string;
4414
4428
  duplicateColumn: string;
4415
4429
  duplicateRow: string;
4430
+ distributeColumns: string;
4431
+ distributeRows: string;
4432
+ distributeBoth: string;
4416
4433
  clearColumnContents: string;
4417
4434
  clearRowContents: string;
4418
4435
  deleteColumn: string;
@@ -4567,6 +4584,9 @@ declare const underverseMessages: {
4567
4584
  addColumnBefore: string;
4568
4585
  addColumnAfter: string;
4569
4586
  deleteColumn: string;
4587
+ distributeColumns: string;
4588
+ distributeRows: string;
4589
+ distributeBoth: string;
4570
4590
  mergeCells: string;
4571
4591
  splitCell: string;
4572
4592
  imageUpload: string;
@@ -4744,6 +4764,10 @@ declare const underverseMessages: {
4744
4764
  decreaseIndent: string;
4745
4765
  increaseIndent: string;
4746
4766
  bulletList: string;
4767
+ bulletStyleDisc: string;
4768
+ bulletStyleDash: string;
4769
+ bulletStyleCircle: string;
4770
+ bulletStyleSquare: string;
4747
4771
  orderedList: string;
4748
4772
  taskList: string;
4749
4773
  quote: string;
@@ -4875,6 +4899,9 @@ declare const underverseMessages: {
4875
4899
  addRowAfter: string;
4876
4900
  duplicateColumn: string;
4877
4901
  duplicateRow: string;
4902
+ distributeColumns: string;
4903
+ distributeRows: string;
4904
+ distributeBoth: string;
4878
4905
  clearColumnContents: string;
4879
4906
  clearRowContents: string;
4880
4907
  deleteColumn: string;
@@ -5029,6 +5056,9 @@ declare const underverseMessages: {
5029
5056
  addColumnBefore: string;
5030
5057
  addColumnAfter: string;
5031
5058
  deleteColumn: string;
5059
+ distributeColumns: string;
5060
+ distributeRows: string;
5061
+ distributeBoth: string;
5032
5062
  mergeCells: string;
5033
5063
  splitCell: string;
5034
5064
  imageUpload: string;
@@ -5206,6 +5236,10 @@ declare const underverseMessages: {
5206
5236
  decreaseIndent: string;
5207
5237
  increaseIndent: string;
5208
5238
  bulletList: string;
5239
+ bulletStyleDisc: string;
5240
+ bulletStyleDash: string;
5241
+ bulletStyleCircle: string;
5242
+ bulletStyleSquare: string;
5209
5243
  orderedList: string;
5210
5244
  taskList: string;
5211
5245
  quote: string;
@@ -5337,6 +5371,9 @@ declare const underverseMessages: {
5337
5371
  addRowAfter: string;
5338
5372
  duplicateColumn: string;
5339
5373
  duplicateRow: string;
5374
+ distributeColumns: string;
5375
+ distributeRows: string;
5376
+ distributeBoth: string;
5340
5377
  clearColumnContents: string;
5341
5378
  clearRowContents: string;
5342
5379
  deleteColumn: string;
@@ -5491,6 +5528,9 @@ declare const underverseMessages: {
5491
5528
  addColumnBefore: string;
5492
5529
  addColumnAfter: string;
5493
5530
  deleteColumn: string;
5531
+ distributeColumns: string;
5532
+ distributeRows: string;
5533
+ distributeBoth: string;
5494
5534
  mergeCells: string;
5495
5535
  splitCell: string;
5496
5536
  imageUpload: string;
@@ -5671,6 +5711,10 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
5671
5711
  decreaseIndent: string;
5672
5712
  increaseIndent: string;
5673
5713
  bulletList: string;
5714
+ bulletStyleDisc: string;
5715
+ bulletStyleDash: string;
5716
+ bulletStyleCircle: string;
5717
+ bulletStyleSquare: string;
5674
5718
  orderedList: string;
5675
5719
  taskList: string;
5676
5720
  quote: string;
@@ -5802,6 +5846,9 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
5802
5846
  addRowAfter: string;
5803
5847
  duplicateColumn: string;
5804
5848
  duplicateRow: string;
5849
+ distributeColumns: string;
5850
+ distributeRows: string;
5851
+ distributeBoth: string;
5805
5852
  clearColumnContents: string;
5806
5853
  clearRowContents: string;
5807
5854
  deleteColumn: string;
@@ -5956,6 +6003,9 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
5956
6003
  addColumnBefore: string;
5957
6004
  addColumnAfter: string;
5958
6005
  deleteColumn: string;
6006
+ distributeColumns: string;
6007
+ distributeRows: string;
6008
+ distributeBoth: string;
5959
6009
  mergeCells: string;
5960
6010
  splitCell: string;
5961
6011
  imageUpload: string;
@@ -6132,6 +6182,10 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
6132
6182
  decreaseIndent: string;
6133
6183
  increaseIndent: string;
6134
6184
  bulletList: string;
6185
+ bulletStyleDisc: string;
6186
+ bulletStyleDash: string;
6187
+ bulletStyleCircle: string;
6188
+ bulletStyleSquare: string;
6135
6189
  orderedList: string;
6136
6190
  taskList: string;
6137
6191
  quote: string;
@@ -6263,6 +6317,9 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
6263
6317
  addRowAfter: string;
6264
6318
  duplicateColumn: string;
6265
6319
  duplicateRow: string;
6320
+ distributeColumns: string;
6321
+ distributeRows: string;
6322
+ distributeBoth: string;
6266
6323
  clearColumnContents: string;
6267
6324
  clearRowContents: string;
6268
6325
  deleteColumn: string;
@@ -6417,6 +6474,9 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
6417
6474
  addColumnBefore: string;
6418
6475
  addColumnAfter: string;
6419
6476
  deleteColumn: string;
6477
+ distributeColumns: string;
6478
+ distributeRows: string;
6479
+ distributeBoth: string;
6420
6480
  mergeCells: string;
6421
6481
  splitCell: string;
6422
6482
  imageUpload: string;
@@ -6593,6 +6653,10 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
6593
6653
  decreaseIndent: string;
6594
6654
  increaseIndent: string;
6595
6655
  bulletList: string;
6656
+ bulletStyleDisc: string;
6657
+ bulletStyleDash: string;
6658
+ bulletStyleCircle: string;
6659
+ bulletStyleSquare: string;
6596
6660
  orderedList: string;
6597
6661
  taskList: string;
6598
6662
  quote: string;
@@ -6724,6 +6788,9 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
6724
6788
  addRowAfter: string;
6725
6789
  duplicateColumn: string;
6726
6790
  duplicateRow: string;
6791
+ distributeColumns: string;
6792
+ distributeRows: string;
6793
+ distributeBoth: string;
6727
6794
  clearColumnContents: string;
6728
6795
  clearRowContents: string;
6729
6796
  deleteColumn: string;
@@ -6878,6 +6945,9 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
6878
6945
  addColumnBefore: string;
6879
6946
  addColumnAfter: string;
6880
6947
  deleteColumn: string;
6948
+ distributeColumns: string;
6949
+ distributeRows: string;
6950
+ distributeBoth: string;
6881
6951
  mergeCells: string;
6882
6952
  splitCell: string;
6883
6953
  imageUpload: string;
@@ -7054,6 +7124,10 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
7054
7124
  decreaseIndent: string;
7055
7125
  increaseIndent: string;
7056
7126
  bulletList: string;
7127
+ bulletStyleDisc: string;
7128
+ bulletStyleDash: string;
7129
+ bulletStyleCircle: string;
7130
+ bulletStyleSquare: string;
7057
7131
  orderedList: string;
7058
7132
  taskList: string;
7059
7133
  quote: string;
@@ -7185,6 +7259,9 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
7185
7259
  addRowAfter: string;
7186
7260
  duplicateColumn: string;
7187
7261
  duplicateRow: string;
7262
+ distributeColumns: string;
7263
+ distributeRows: string;
7264
+ distributeBoth: string;
7188
7265
  clearColumnContents: string;
7189
7266
  clearRowContents: string;
7190
7267
  deleteColumn: string;
@@ -7339,6 +7416,9 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
7339
7416
  addColumnBefore: string;
7340
7417
  addColumnAfter: string;
7341
7418
  deleteColumn: string;
7419
+ distributeColumns: string;
7420
+ distributeRows: string;
7421
+ distributeBoth: string;
7342
7422
  mergeCells: string;
7343
7423
  splitCell: string;
7344
7424
  imageUpload: string;
package/dist/index.d.ts CHANGED
@@ -3820,6 +3820,10 @@ declare const underverseMessages: {
3820
3820
  decreaseIndent: string;
3821
3821
  increaseIndent: string;
3822
3822
  bulletList: string;
3823
+ bulletStyleDisc: string;
3824
+ bulletStyleDash: string;
3825
+ bulletStyleCircle: string;
3826
+ bulletStyleSquare: string;
3823
3827
  orderedList: string;
3824
3828
  taskList: string;
3825
3829
  quote: string;
@@ -3951,6 +3955,9 @@ declare const underverseMessages: {
3951
3955
  addRowAfter: string;
3952
3956
  duplicateColumn: string;
3953
3957
  duplicateRow: string;
3958
+ distributeColumns: string;
3959
+ distributeRows: string;
3960
+ distributeBoth: string;
3954
3961
  clearColumnContents: string;
3955
3962
  clearRowContents: string;
3956
3963
  deleteColumn: string;
@@ -4105,6 +4112,9 @@ declare const underverseMessages: {
4105
4112
  addColumnBefore: string;
4106
4113
  addColumnAfter: string;
4107
4114
  deleteColumn: string;
4115
+ distributeColumns: string;
4116
+ distributeRows: string;
4117
+ distributeBoth: string;
4108
4118
  mergeCells: string;
4109
4119
  splitCell: string;
4110
4120
  imageUpload: string;
@@ -4282,6 +4292,10 @@ declare const underverseMessages: {
4282
4292
  decreaseIndent: string;
4283
4293
  increaseIndent: string;
4284
4294
  bulletList: string;
4295
+ bulletStyleDisc: string;
4296
+ bulletStyleDash: string;
4297
+ bulletStyleCircle: string;
4298
+ bulletStyleSquare: string;
4285
4299
  orderedList: string;
4286
4300
  taskList: string;
4287
4301
  quote: string;
@@ -4413,6 +4427,9 @@ declare const underverseMessages: {
4413
4427
  addRowAfter: string;
4414
4428
  duplicateColumn: string;
4415
4429
  duplicateRow: string;
4430
+ distributeColumns: string;
4431
+ distributeRows: string;
4432
+ distributeBoth: string;
4416
4433
  clearColumnContents: string;
4417
4434
  clearRowContents: string;
4418
4435
  deleteColumn: string;
@@ -4567,6 +4584,9 @@ declare const underverseMessages: {
4567
4584
  addColumnBefore: string;
4568
4585
  addColumnAfter: string;
4569
4586
  deleteColumn: string;
4587
+ distributeColumns: string;
4588
+ distributeRows: string;
4589
+ distributeBoth: string;
4570
4590
  mergeCells: string;
4571
4591
  splitCell: string;
4572
4592
  imageUpload: string;
@@ -4744,6 +4764,10 @@ declare const underverseMessages: {
4744
4764
  decreaseIndent: string;
4745
4765
  increaseIndent: string;
4746
4766
  bulletList: string;
4767
+ bulletStyleDisc: string;
4768
+ bulletStyleDash: string;
4769
+ bulletStyleCircle: string;
4770
+ bulletStyleSquare: string;
4747
4771
  orderedList: string;
4748
4772
  taskList: string;
4749
4773
  quote: string;
@@ -4875,6 +4899,9 @@ declare const underverseMessages: {
4875
4899
  addRowAfter: string;
4876
4900
  duplicateColumn: string;
4877
4901
  duplicateRow: string;
4902
+ distributeColumns: string;
4903
+ distributeRows: string;
4904
+ distributeBoth: string;
4878
4905
  clearColumnContents: string;
4879
4906
  clearRowContents: string;
4880
4907
  deleteColumn: string;
@@ -5029,6 +5056,9 @@ declare const underverseMessages: {
5029
5056
  addColumnBefore: string;
5030
5057
  addColumnAfter: string;
5031
5058
  deleteColumn: string;
5059
+ distributeColumns: string;
5060
+ distributeRows: string;
5061
+ distributeBoth: string;
5032
5062
  mergeCells: string;
5033
5063
  splitCell: string;
5034
5064
  imageUpload: string;
@@ -5206,6 +5236,10 @@ declare const underverseMessages: {
5206
5236
  decreaseIndent: string;
5207
5237
  increaseIndent: string;
5208
5238
  bulletList: string;
5239
+ bulletStyleDisc: string;
5240
+ bulletStyleDash: string;
5241
+ bulletStyleCircle: string;
5242
+ bulletStyleSquare: string;
5209
5243
  orderedList: string;
5210
5244
  taskList: string;
5211
5245
  quote: string;
@@ -5337,6 +5371,9 @@ declare const underverseMessages: {
5337
5371
  addRowAfter: string;
5338
5372
  duplicateColumn: string;
5339
5373
  duplicateRow: string;
5374
+ distributeColumns: string;
5375
+ distributeRows: string;
5376
+ distributeBoth: string;
5340
5377
  clearColumnContents: string;
5341
5378
  clearRowContents: string;
5342
5379
  deleteColumn: string;
@@ -5491,6 +5528,9 @@ declare const underverseMessages: {
5491
5528
  addColumnBefore: string;
5492
5529
  addColumnAfter: string;
5493
5530
  deleteColumn: string;
5531
+ distributeColumns: string;
5532
+ distributeRows: string;
5533
+ distributeBoth: string;
5494
5534
  mergeCells: string;
5495
5535
  splitCell: string;
5496
5536
  imageUpload: string;
@@ -5671,6 +5711,10 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
5671
5711
  decreaseIndent: string;
5672
5712
  increaseIndent: string;
5673
5713
  bulletList: string;
5714
+ bulletStyleDisc: string;
5715
+ bulletStyleDash: string;
5716
+ bulletStyleCircle: string;
5717
+ bulletStyleSquare: string;
5674
5718
  orderedList: string;
5675
5719
  taskList: string;
5676
5720
  quote: string;
@@ -5802,6 +5846,9 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
5802
5846
  addRowAfter: string;
5803
5847
  duplicateColumn: string;
5804
5848
  duplicateRow: string;
5849
+ distributeColumns: string;
5850
+ distributeRows: string;
5851
+ distributeBoth: string;
5805
5852
  clearColumnContents: string;
5806
5853
  clearRowContents: string;
5807
5854
  deleteColumn: string;
@@ -5956,6 +6003,9 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
5956
6003
  addColumnBefore: string;
5957
6004
  addColumnAfter: string;
5958
6005
  deleteColumn: string;
6006
+ distributeColumns: string;
6007
+ distributeRows: string;
6008
+ distributeBoth: string;
5959
6009
  mergeCells: string;
5960
6010
  splitCell: string;
5961
6011
  imageUpload: string;
@@ -6132,6 +6182,10 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
6132
6182
  decreaseIndent: string;
6133
6183
  increaseIndent: string;
6134
6184
  bulletList: string;
6185
+ bulletStyleDisc: string;
6186
+ bulletStyleDash: string;
6187
+ bulletStyleCircle: string;
6188
+ bulletStyleSquare: string;
6135
6189
  orderedList: string;
6136
6190
  taskList: string;
6137
6191
  quote: string;
@@ -6263,6 +6317,9 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
6263
6317
  addRowAfter: string;
6264
6318
  duplicateColumn: string;
6265
6319
  duplicateRow: string;
6320
+ distributeColumns: string;
6321
+ distributeRows: string;
6322
+ distributeBoth: string;
6266
6323
  clearColumnContents: string;
6267
6324
  clearRowContents: string;
6268
6325
  deleteColumn: string;
@@ -6417,6 +6474,9 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
6417
6474
  addColumnBefore: string;
6418
6475
  addColumnAfter: string;
6419
6476
  deleteColumn: string;
6477
+ distributeColumns: string;
6478
+ distributeRows: string;
6479
+ distributeBoth: string;
6420
6480
  mergeCells: string;
6421
6481
  splitCell: string;
6422
6482
  imageUpload: string;
@@ -6593,6 +6653,10 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
6593
6653
  decreaseIndent: string;
6594
6654
  increaseIndent: string;
6595
6655
  bulletList: string;
6656
+ bulletStyleDisc: string;
6657
+ bulletStyleDash: string;
6658
+ bulletStyleCircle: string;
6659
+ bulletStyleSquare: string;
6596
6660
  orderedList: string;
6597
6661
  taskList: string;
6598
6662
  quote: string;
@@ -6724,6 +6788,9 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
6724
6788
  addRowAfter: string;
6725
6789
  duplicateColumn: string;
6726
6790
  duplicateRow: string;
6791
+ distributeColumns: string;
6792
+ distributeRows: string;
6793
+ distributeBoth: string;
6727
6794
  clearColumnContents: string;
6728
6795
  clearRowContents: string;
6729
6796
  deleteColumn: string;
@@ -6878,6 +6945,9 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
6878
6945
  addColumnBefore: string;
6879
6946
  addColumnAfter: string;
6880
6947
  deleteColumn: string;
6948
+ distributeColumns: string;
6949
+ distributeRows: string;
6950
+ distributeBoth: string;
6881
6951
  mergeCells: string;
6882
6952
  splitCell: string;
6883
6953
  imageUpload: string;
@@ -7054,6 +7124,10 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
7054
7124
  decreaseIndent: string;
7055
7125
  increaseIndent: string;
7056
7126
  bulletList: string;
7127
+ bulletStyleDisc: string;
7128
+ bulletStyleDash: string;
7129
+ bulletStyleCircle: string;
7130
+ bulletStyleSquare: string;
7057
7131
  orderedList: string;
7058
7132
  taskList: string;
7059
7133
  quote: string;
@@ -7185,6 +7259,9 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
7185
7259
  addRowAfter: string;
7186
7260
  duplicateColumn: string;
7187
7261
  duplicateRow: string;
7262
+ distributeColumns: string;
7263
+ distributeRows: string;
7264
+ distributeBoth: string;
7188
7265
  clearColumnContents: string;
7189
7266
  clearRowContents: string;
7190
7267
  deleteColumn: string;
@@ -7339,6 +7416,9 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
7339
7416
  addColumnBefore: string;
7340
7417
  addColumnAfter: string;
7341
7418
  deleteColumn: string;
7419
+ distributeColumns: string;
7420
+ distributeRows: string;
7421
+ distributeBoth: string;
7342
7422
  mergeCells: string;
7343
7423
  splitCell: string;
7344
7424
  imageUpload: string;
package/dist/index.js CHANGED
@@ -4,35 +4,35 @@ import {
4
4
  extractImageSrcsFromHtml,
5
5
  normalizeImageUrl,
6
6
  prepareUEditorContentForSave
7
- } from "./chunk-BGCDAFGB.js";
7
+ } from "./chunk-ZCW2WBNT.js";
8
8
  import {
9
9
  EmojiPicker_default
10
- } from "./chunk-5VCM2Z7M.js";
10
+ } from "./chunk-KBCOCHKM.js";
11
11
  import {
12
12
  getEmojiImageUrl,
13
13
  getEmojiUnifiedCode,
14
14
  setEmojiBaseUrl
15
- } from "./chunk-TSBKJELM.js";
15
+ } from "./chunk-BSN2YFRJ.js";
16
16
  import "./chunk-4TYW5K4J.js";
17
17
  import {
18
18
  CompactDatePicker,
19
19
  DatePicker,
20
20
  DateRangePicker,
21
21
  date_exports
22
- } from "./chunk-JG3U26V6.js";
22
+ } from "./chunk-2K443MQP.js";
23
23
  import {
24
24
  Modal_default
25
- } from "./chunk-JABD2ONI.js";
25
+ } from "./chunk-GY6P6WZB.js";
26
26
  import {
27
27
  DropdownMenuItem,
28
28
  DropdownMenuSeparator,
29
29
  DropdownMenu_default,
30
30
  SelectDropdown
31
- } from "./chunk-GZ7EDNGF.js";
31
+ } from "./chunk-LBOTY2AI.js";
32
32
  import {
33
33
  Tooltip,
34
34
  useHydrated
35
- } from "./chunk-EN33T3LJ.js";
35
+ } from "./chunk-THBABGVM.js";
36
36
  import {
37
37
  Popover,
38
38
  UnderverseConfigProvider,
@@ -43,7 +43,7 @@ import {
43
43
  shadcnAnimationStyles,
44
44
  useShadCNAnimations,
45
45
  useUnderverseUIConfig
46
- } from "./chunk-5GMQ23IU.js";
46
+ } from "./chunk-AKV7ZQJL.js";
47
47
  import {
48
48
  ForceInternalTranslationsProvider,
49
49
  NextIntlAdapter,
@@ -68,7 +68,7 @@ import {
68
68
  useUnderverseLocale,
69
69
  useUnderverseTranslations,
70
70
  vi_default
71
- } from "./chunk-6XQTRIP6.js";
71
+ } from "./chunk-4MX7S6TM.js";
72
72
  import {
73
73
  __export,
74
74
  __require
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  Modal_default
4
- } from "./chunk-JABD2ONI.js";
4
+ } from "./chunk-GY6P6WZB.js";
5
5
  import {
6
6
  DEFAULT_TABLE_ROW_HEIGHT,
7
7
  DEFAULT_UEDITOR_IMAGE_MAX_FILE_SIZE,
@@ -18,6 +18,9 @@ import {
18
18
  UEDITOR_PROSEMIRROR_CLASS_NAME,
19
19
  applyEditorLink,
20
20
  clampResponsiveTableWidthBp,
21
+ distributeTableColumnsEqually,
22
+ distributeTableRowsAndColumnsEqually,
23
+ distributeTableRowsEqually,
21
24
  formatBasisPointsAsPercentage,
22
25
  getTableAnchorPos,
23
26
  normalizeColumnRatios,
@@ -29,15 +32,15 @@ import {
29
32
  trackEditorInsertionPosition,
30
33
  useDropdownMenuClose,
31
34
  useSharedEditorUiRenderState
32
- } from "./chunk-GZ7EDNGF.js";
33
- import "./chunk-EN33T3LJ.js";
34
- import "./chunk-5GMQ23IU.js";
35
+ } from "./chunk-LBOTY2AI.js";
36
+ import "./chunk-THBABGVM.js";
37
+ import "./chunk-AKV7ZQJL.js";
35
38
  import {
36
39
  cn,
37
40
  resolveUEditorPortalContainer,
38
41
  useSmartTranslations,
39
42
  useUEditorPortalContainerGetter
40
- } from "./chunk-6XQTRIP6.js";
43
+ } from "./chunk-4MX7S6TM.js";
41
44
  import "./chunk-NSBPE2FW.js";
42
45
 
43
46
  // src/components/UEditor/menu-bar.tsx
@@ -57,10 +60,12 @@ import {
57
60
  Image as ImageIcon,
58
61
  Italic as ItalicIcon,
59
62
  Link as LinkIcon,
63
+ Columns,
60
64
  ListTodo,
61
65
  Maximize2,
62
66
  Quote as QuoteIcon,
63
67
  Redo as RedoIcon,
68
+ Rows,
64
69
  Scissors,
65
70
  Strikethrough as StrikethroughIcon,
66
71
  Subscript as SubscriptIcon,
@@ -72,7 +77,8 @@ import {
72
77
  Square,
73
78
  CircleDot,
74
79
  CircleCheckBig,
75
- Upload
80
+ Upload,
81
+ Grid
76
82
  } from "lucide-react";
77
83
 
78
84
  // src/components/UEditor/preview-html.ts
@@ -699,6 +705,27 @@ function buildTableMenuItems(t, editor, onInsertTable) {
699
705
  }
700
706
  ]
701
707
  },
708
+ {
709
+ type: "action",
710
+ label: t("menubar.distributeColumns"),
711
+ icon: Columns,
712
+ disabled: !inTable,
713
+ onClick: () => distributeTableColumnsEqually(editor)
714
+ },
715
+ {
716
+ type: "action",
717
+ label: t("menubar.distributeRows"),
718
+ icon: Rows,
719
+ disabled: !inTable,
720
+ onClick: () => distributeTableRowsEqually(editor)
721
+ },
722
+ {
723
+ type: "action",
724
+ label: t("menubar.distributeBoth"),
725
+ icon: Grid,
726
+ disabled: !inTable,
727
+ onClick: () => distributeTableRowsAndColumnsEqually(editor)
728
+ },
702
729
  {
703
730
  type: "sub",
704
731
  label: t("menubar.cell"),
@@ -1120,4 +1147,4 @@ var MenuBar = ({
1120
1147
  export {
1121
1148
  MenuBar
1122
1149
  };
1123
- //# sourceMappingURL=menu-bar-VXAMTP3E.js.map
1150
+ //# sourceMappingURL=menu-bar-F6FGQVWO.js.map