@cgboiler/biz-basic 1.0.68 → 1.0.70
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/es/index.d.ts +1 -1
- package/es/index.js +1 -1
- package/es/rich-text-editor/RichTextEditor.js +3 -0
- package/es/rich-text-editor/index.css +1 -1
- package/es/rich-text-editor/index.less +10 -2
- package/es/rich-text-editor/menu-system/components/_atomic.css +2 -0
- package/es/rich-text-editor/menu-system/components/table-dropdown-menu.js +14 -14
- package/es/rich-text-editor/menu-system/components/text-color-button.d.ts +70 -0
- package/es/rich-text-editor/menu-system/components/text-color-button.js +128 -0
- package/es/rich-text-editor/menu-system/components/text-color-popover.d.ts +32 -0
- package/es/rich-text-editor/menu-system/components/text-color-popover.js +127 -0
- package/es/rich-text-editor/menu-system/hooks/use-text-color.d.ts +45 -0
- package/es/rich-text-editor/menu-system/hooks/use-text-color.js +152 -0
- package/es/rich-text-editor/menu-system/icons/index.d.ts +13 -0
- package/es/rich-text-editor/menu-system/icons/index.js +22 -0
- package/es/rich-text-editor/menu-system/styles/button-group.css +1 -1
- package/es/rich-text-editor/menu-system/styles/button.css +1 -1
- package/es/rich-text-editor/menu-system/styles/card.css +1 -1
- package/es/rich-text-editor/menu-system/styles/color-highlight-button.css +1 -1
- package/es/rich-text-editor/menu-system/styles/color-highlight-popover.css +1 -1
- package/es/rich-text-editor/menu-system/styles/dropdown-menu.css +1 -1
- package/es/rich-text-editor/menu-system/styles/image-upload-node.css +1 -1
- package/es/rich-text-editor/menu-system/styles/input.css +1 -1
- package/es/rich-text-editor/menu-system/styles/link-popover.css +1 -1
- package/es/rich-text-editor/menu-system/styles/separator.css +1 -1
- package/es/rich-text-editor/menu-system/styles/simple-editor.css +1 -1
- package/es/rich-text-editor/menu-system/styles/text-color-button.css +1 -0
- package/es/rich-text-editor/menu-system/styles/text-color-button.less +63 -0
- package/es/rich-text-editor/menu-system/styles/text-color-popover.css +1 -0
- package/es/rich-text-editor/menu-system/styles/text-color-popover.less +125 -0
- package/es/rich-text-editor/menu-system/styles/toolbar.css +1 -1
- package/es/rich-text-editor/menu-system/styles/variables.css +1 -1
- package/es/rich-text-editor/menu-system/styles/variables.less +4 -2
- package/es/rich-text-editor/useExtensions.js +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/lib/rich-text-editor/RichTextEditor.js +3 -0
- package/lib/rich-text-editor/index.css +1 -1
- package/lib/rich-text-editor/index.less +10 -2
- package/lib/rich-text-editor/menu-system/components/_atomic.css +2 -0
- package/lib/rich-text-editor/menu-system/components/table-dropdown-menu.js +14 -14
- package/lib/rich-text-editor/menu-system/components/text-color-button.d.ts +70 -0
- package/lib/rich-text-editor/menu-system/components/text-color-button.js +145 -0
- package/lib/rich-text-editor/menu-system/components/text-color-popover.d.ts +32 -0
- package/lib/rich-text-editor/menu-system/components/text-color-popover.js +146 -0
- package/lib/rich-text-editor/menu-system/hooks/use-text-color.d.ts +45 -0
- package/lib/rich-text-editor/menu-system/hooks/use-text-color.js +171 -0
- package/lib/rich-text-editor/menu-system/icons/index.d.ts +13 -0
- package/lib/rich-text-editor/menu-system/icons/index.js +22 -0
- package/lib/rich-text-editor/menu-system/styles/button-group.css +1 -1
- package/lib/rich-text-editor/menu-system/styles/button.css +1 -1
- package/lib/rich-text-editor/menu-system/styles/card.css +1 -1
- package/lib/rich-text-editor/menu-system/styles/color-highlight-button.css +1 -1
- package/lib/rich-text-editor/menu-system/styles/color-highlight-popover.css +1 -1
- package/lib/rich-text-editor/menu-system/styles/dropdown-menu.css +1 -1
- package/lib/rich-text-editor/menu-system/styles/image-upload-node.css +1 -1
- package/lib/rich-text-editor/menu-system/styles/input.css +1 -1
- package/lib/rich-text-editor/menu-system/styles/link-popover.css +1 -1
- package/lib/rich-text-editor/menu-system/styles/separator.css +1 -1
- package/lib/rich-text-editor/menu-system/styles/simple-editor.css +1 -1
- package/lib/rich-text-editor/menu-system/styles/text-color-button.css +1 -0
- package/lib/rich-text-editor/menu-system/styles/text-color-button.less +63 -0
- package/lib/rich-text-editor/menu-system/styles/text-color-popover.css +1 -0
- package/lib/rich-text-editor/menu-system/styles/text-color-popover.less +125 -0
- package/lib/rich-text-editor/menu-system/styles/toolbar.css +1 -1
- package/lib/rich-text-editor/menu-system/styles/variables.css +1 -1
- package/lib/rich-text-editor/menu-system/styles/variables.less +4 -2
- package/lib/rich-text-editor/useExtensions.js +1 -1
- package/package.json +1 -1
|
@@ -82,7 +82,7 @@ function useExtensions({ props, emit }) {
|
|
|
82
82
|
import_extension_image.default,
|
|
83
83
|
// 表格
|
|
84
84
|
import_extension_table.TableKit.configure({
|
|
85
|
-
table: { resizable: true }
|
|
85
|
+
table: { resizable: true, allowTableNodeSelection: true }
|
|
86
86
|
}),
|
|
87
87
|
// 其他内置扩展
|
|
88
88
|
import_extension_underline.default,
|