@titaui/pc 1.10.40 → 1.10.44

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 (105) hide show
  1. package/lib/components/dynamic/dynamic-item/dynamic-chart/index.js +18 -3
  2. package/lib/components/superset-charts/utils/axios.js +2 -2
  3. package/lib/components/upload/index.js +2 -4
  4. package/lib/index.js +0 -8
  5. package/package.json +2 -20
  6. package/lib/components/rich-editor/basic/schema.js +0 -47
  7. package/lib/components/rich-editor/consts/events.js +0 -12
  8. package/lib/components/rich-editor/enums.js +0 -42
  9. package/lib/components/rich-editor/index.js +0 -58
  10. package/lib/components/rich-editor/keymap.js +0 -119
  11. package/lib/components/rich-editor/keymaps/index.js +0 -241
  12. package/lib/components/rich-editor/models/controller.js +0 -18
  13. package/lib/components/rich-editor/models/editor.js +0 -47
  14. package/lib/components/rich-editor/models/plugin.js +0 -20
  15. package/lib/components/rich-editor/models/schema.js +0 -121
  16. package/lib/components/rich-editor/plugins/block/block-quote/commond.js +0 -27
  17. package/lib/components/rich-editor/plugins/block/block-quote/index.js +0 -126
  18. package/lib/components/rich-editor/plugins/block/heading/commonds.js +0 -31
  19. package/lib/components/rich-editor/plugins/block/heading/index.js +0 -188
  20. package/lib/components/rich-editor/plugins/block/index.js +0 -57
  21. package/lib/components/rich-editor/plugins/block/lists/actions/conversions.js +0 -172
  22. package/lib/components/rich-editor/plugins/block/lists/actions/indent-list-items-selected.js +0 -163
  23. package/lib/components/rich-editor/plugins/block/lists/actions/indent-list.js +0 -59
  24. package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-forward.js +0 -74
  25. package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/index.js +0 -45
  26. package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/join-list-item-with-paragraph.js +0 -104
  27. package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/join-list-item-with-parent-nested-list.js +0 -92
  28. package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/join-nested-list-with-parent-list-item.js +0 -89
  29. package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/join-paragraph-with-list.js +0 -48
  30. package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/join-sibling-list-items.js +0 -61
  31. package/lib/components/rich-editor/plugins/block/lists/actions/merge-lists.js +0 -34
  32. package/lib/components/rich-editor/plugins/block/lists/actions/outdent-list-items-selected.js +0 -289
  33. package/lib/components/rich-editor/plugins/block/lists/actions/wrap-and-join-lists.js +0 -180
  34. package/lib/components/rich-editor/plugins/block/lists/baseCommand.js +0 -328
  35. package/lib/components/rich-editor/plugins/block/lists/commond/indent-list.js +0 -60
  36. package/lib/components/rich-editor/plugins/block/lists/commond/index.js +0 -398
  37. package/lib/components/rich-editor/plugins/block/lists/commond/join-list-item-forward.js +0 -45
  38. package/lib/components/rich-editor/plugins/block/lists/commond/listBackspace.js +0 -302
  39. package/lib/components/rich-editor/plugins/block/lists/commond/outdent-list.js +0 -43
  40. package/lib/components/rich-editor/plugins/block/lists/index.js +0 -222
  41. package/lib/components/rich-editor/plugins/block/lists/messages.js +0 -38
  42. package/lib/components/rich-editor/plugins/block/lists/pm-plugins/input-rule.js +0 -152
  43. package/lib/components/rich-editor/plugins/block/lists/pm-plugins/keymap.js +0 -33
  44. package/lib/components/rich-editor/plugins/block/lists/pm-plugins/main.js +0 -94
  45. package/lib/components/rich-editor/plugins/block/lists/styles.js +0 -15
  46. package/lib/components/rich-editor/plugins/block/lists/transforms.js +0 -347
  47. package/lib/components/rich-editor/plugins/block/lists/utils/analytics.js +0 -48
  48. package/lib/components/rich-editor/plugins/block/lists/utils/find.js +0 -126
  49. package/lib/components/rich-editor/plugins/block/lists/utils/indentation.js +0 -87
  50. package/lib/components/rich-editor/plugins/block/lists/utils/node.js +0 -144
  51. package/lib/components/rich-editor/plugins/block/lists/utils/replace-content.js +0 -31
  52. package/lib/components/rich-editor/plugins/block/lists/utils/selection.js +0 -201
  53. package/lib/components/rich-editor/plugins/block/lists/utils.js +0 -52
  54. package/lib/components/rich-editor/plugins/block/paragraph/index.js +0 -91
  55. package/lib/components/rich-editor/plugins/core/index.js +0 -90
  56. package/lib/components/rich-editor/plugins/core/pm-plugins/focus-handler.js +0 -67
  57. package/lib/components/rich-editor/plugins/core/pm-plugins/keymap.js +0 -29
  58. package/lib/components/rich-editor/plugins/core/pm-plugins/reactNodeView.js +0 -80
  59. package/lib/components/rich-editor/plugins/extension/alignment/commond.js +0 -24
  60. package/lib/components/rich-editor/plugins/extension/alignment/index.js +0 -111
  61. package/lib/components/rich-editor/plugins/extension/alignment/utils.js +0 -19
  62. package/lib/components/rich-editor/plugins/extension/index.js +0 -18
  63. package/lib/components/rich-editor/plugins/index.js +0 -44
  64. package/lib/components/rich-editor/plugins/inline/color/commond.js +0 -128
  65. package/lib/components/rich-editor/plugins/inline/color/consts.js +0 -43
  66. package/lib/components/rich-editor/plugins/inline/color/index.css +0 -61
  67. package/lib/components/rich-editor/plugins/inline/color/index.js +0 -209
  68. package/lib/components/rich-editor/plugins/inline/color/selector.js +0 -250
  69. package/lib/components/rich-editor/plugins/inline/delete-line/index.js +0 -147
  70. package/lib/components/rich-editor/plugins/inline/em/index.js +0 -93
  71. package/lib/components/rich-editor/plugins/inline/index.js +0 -83
  72. package/lib/components/rich-editor/plugins/inline/link/commands.js +0 -256
  73. package/lib/components/rich-editor/plugins/inline/link/index.js +0 -149
  74. package/lib/components/rich-editor/plugins/inline/link/pm-plugins/fake-cursor-for-toolbar.js +0 -77
  75. package/lib/components/rich-editor/plugins/inline/link/pm-plugins/main.js +0 -293
  76. package/lib/components/rich-editor/plugins/inline/link/ui/index.css +0 -79
  77. package/lib/components/rich-editor/plugins/inline/link/ui/linkEditor.js +0 -148
  78. package/lib/components/rich-editor/plugins/inline/link/ui/linkToolbar.js +0 -88
  79. package/lib/components/rich-editor/plugins/inline/link/ui/toolbarBtn.js +0 -117
  80. package/lib/components/rich-editor/plugins/inline/link/utils.js +0 -33
  81. package/lib/components/rich-editor/plugins/inline/strong/index.js +0 -137
  82. package/lib/components/rich-editor/plugins/inline/under-line/index.js +0 -145
  83. package/lib/components/rich-editor/plugins/util.js +0 -281
  84. package/lib/components/rich-editor/react/reactNodeView.js +0 -383
  85. package/lib/components/rich-editor/react/uiProvider.js +0 -185
  86. package/lib/components/rich-editor/schemas/basic.js +0 -309
  87. package/lib/components/rich-editor/schemas/index.js +0 -19
  88. package/lib/components/rich-editor/schemas/list.js +0 -342
  89. package/lib/components/rich-editor/types/commond.js +0 -5
  90. package/lib/components/rich-editor/types/index.js +0 -18
  91. package/lib/components/rich-editor/ui/Popup/index.js +0 -247
  92. package/lib/components/rich-editor/ui/Popup/utils.js +0 -399
  93. package/lib/components/rich-editor/ui/editor/index.css +0 -144
  94. package/lib/components/rich-editor/ui/editor/index.js +0 -143
  95. package/lib/components/rich-editor/ui/normal-toolbar/index.css +0 -29
  96. package/lib/components/rich-editor/ui/normal-toolbar/index.js +0 -109
  97. package/lib/components/rich-editor/utils/browser.js +0 -35
  98. package/lib/components/rich-editor/utils/commands.js +0 -266
  99. package/lib/components/rich-editor/utils/document.js +0 -160
  100. package/lib/components/rich-editor/utils/event.js +0 -79
  101. package/lib/components/rich-editor/utils/helpers.js +0 -16
  102. package/lib/components/rich-editor/utils/mark.js +0 -168
  103. package/lib/components/rich-editor/utils/slice.js +0 -85
  104. package/lib/components/rich-editor/utils/toolbar.js +0 -228
  105. package/yarn-error.log +0 -22184

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.