biso24-editor 1.3.0 → 1.3.2

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 (53) hide show
  1. package/CKEditor4/CHANGES.md +2182 -2182
  2. package/CKEditor4/LICENSE.md +1436 -1436
  3. package/CKEditor4/README.md +39 -39
  4. package/CKEditor4/SECURITY.md +10 -10
  5. package/CKEditor4/adapters/jquery.js +158 -158
  6. package/CKEditor4/bender-runner.config.json +16 -16
  7. package/CKEditor4/build-config.js +100 -100
  8. package/CKEditor4/ckeditor.js +30065 -30065
  9. package/CKEditor4/config.js +39 -39
  10. package/CKEditor4/contents.css +161 -161
  11. package/CKEditor4/lang/vi.js +475 -475
  12. package/CKEditor4/plugins/a11yhelp/dialogs/a11yhelp.js +143 -143
  13. package/CKEditor4/plugins/a11yhelp/dialogs/lang/vi.js +122 -122
  14. package/CKEditor4/plugins/custompaste/plugin.js +57 -57
  15. package/CKEditor4/plugins/dialog/dialogDefinition.js +4 -4
  16. package/CKEditor4/plugins/dialog/styles/dialog.css +18 -18
  17. package/CKEditor4/plugins/font/lang/vi.js +14 -14
  18. package/CKEditor4/plugins/font/plugin.js +535 -535
  19. package/CKEditor4/plugins/image2/dialogs/image2.js +558 -558
  20. package/CKEditor4/plugins/image2/lang/vi.js +21 -21
  21. package/CKEditor4/plugins/image2/plugin.js +1716 -1708
  22. package/CKEditor4/plugins/justify/plugin.js +266 -266
  23. package/CKEditor4/plugins/justify_group/plugin.js +64 -64
  24. package/CKEditor4/plugins/lineheight/LICENSE +22 -22
  25. package/CKEditor4/plugins/lineheight/README.md +2 -2
  26. package/CKEditor4/plugins/lineheight/lang/vi.js +3 -3
  27. package/CKEditor4/plugins/lineheight/plugin.js +99 -99
  28. package/CKEditor4/plugins/lineheight/readme.txt +30 -30
  29. package/CKEditor4/plugins/link/dialogs/anchor.js +82 -82
  30. package/CKEditor4/plugins/link/dialogs/link.js +777 -777
  31. package/CKEditor4/plugins/menubutton/plugin.js +99 -99
  32. package/CKEditor4/plugins/pastefromword/filter/default.js +849 -849
  33. package/CKEditor4/plugins/pastetools/filter/common.js +445 -445
  34. package/CKEditor4/plugins/pastetools/filter/image.js +163 -163
  35. package/CKEditor4/plugins/pdffile/plugin.js +36 -36
  36. package/CKEditor4/plugins/placeholder_button/plugin.js +31 -31
  37. package/CKEditor4/plugins/sourcedialog/dialogs/sourcedialog.js +88 -88
  38. package/CKEditor4/plugins/sourcedialog/lang/vi.js +9 -9
  39. package/CKEditor4/plugins/sourcedialog/plugin.js +30 -30
  40. package/CKEditor4/plugins/wordfile/plugin.js +161 -161
  41. package/CKEditor4/skins/moono-lisa/dialog.css +685 -685
  42. package/CKEditor4/skins/moono-lisa/dialog_ie.css +721 -721
  43. package/CKEditor4/skins/moono-lisa/dialog_ie8.css +746 -746
  44. package/CKEditor4/skins/moono-lisa/dialog_iequirks.css +724 -724
  45. package/CKEditor4/skins/moono-lisa/editor.css +1551 -1551
  46. package/CKEditor4/skins/moono-lisa/editor_gecko.css +1556 -1556
  47. package/CKEditor4/skins/moono-lisa/editor_ie.css +1588 -1588
  48. package/CKEditor4/skins/moono-lisa/editor_ie8.css +1639 -1639
  49. package/CKEditor4/skins/moono-lisa/editor_iequirks.css +1632 -1632
  50. package/CKEditor4/skins/moono-lisa/readme.md +46 -46
  51. package/CKEditor4/styles.js +136 -136
  52. package/CKEditor4/vendor/promise.js +385 -385
  53. package/package.json +1 -1
@@ -1,46 +1,46 @@
1
- "Moono-lisa" Skin
2
- =================
3
-
4
- This skin has been made a **default skin** starting from CKEditor 4.6.0 and is maintained by the core developers.
5
-
6
- For more information about skins, please check the [CKEditor Skin SDK](https://ckeditor.com/docs/ckeditor4/latest/guide/skin_sdk_intro.html)
7
- documentation.
8
-
9
- Features
10
- -------------------
11
- "Moono-lisa" is a monochromatic skin, which offers a modern, flat and minimalistic look which blends very well in modern design.
12
- It comes with the following features:
13
-
14
- - Chameleon feature with brightness.
15
- - High-contrast compatibility.
16
- - Graphics source provided in SVG.
17
-
18
- Directory Structure
19
- -------------------
20
-
21
- CSS parts:
22
- - **editor.css**: the main CSS file. It's simply loading several other files, for easier maintenance,
23
- - **mainui.css**: the file contains styles of entire editor outline structures,
24
- - **toolbar.css**: the file contains styles of the editor toolbar space (top),
25
- - **richcombo.css**: the file contains styles of the rich combo ui elements on toolbar,
26
- - **panel.css**: the file contains styles of the rich combo drop-down, it's not loaded
27
- until the first panel open up,
28
- - **elementspath.css**: the file contains styles of the editor elements path bar (bottom),
29
- - **menu.css**: the file contains styles of all editor menus including context menu and button drop-down,
30
- it's not loaded until the first menu open up,
31
- - **dialog.css**: the CSS files for the dialog UI, it's not loaded until the first dialog open,
32
- - **reset.css**: the file defines the basis of style resets among all editor UI spaces,
33
- - **preset.css**: the file defines the default styles of some UI elements reflecting the skin preference,
34
- - **editor_XYZ.css** and **dialog_XYZ.css**: browser specific CSS hacks.
35
-
36
- Other parts:
37
- - **skin.js**: the only JavaScript part of the skin that registers the skin, its browser specific files and its icons and defines the Chameleon feature,
38
- - **images/**: contains a fill general used images,
39
- - **dev/**: contains SVG and PNG source of the skin icons.
40
-
41
- License
42
- -------
43
-
44
- Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
45
-
46
- For licensing, see LICENSE.md or [https://ckeditor.com/legal/ckeditor-oss-license](https://ckeditor.com/legal/ckeditor-oss-license)
1
+ "Moono-lisa" Skin
2
+ =================
3
+
4
+ This skin has been made a **default skin** starting from CKEditor 4.6.0 and is maintained by the core developers.
5
+
6
+ For more information about skins, please check the [CKEditor Skin SDK](https://ckeditor.com/docs/ckeditor4/latest/guide/skin_sdk_intro.html)
7
+ documentation.
8
+
9
+ Features
10
+ -------------------
11
+ "Moono-lisa" is a monochromatic skin, which offers a modern, flat and minimalistic look which blends very well in modern design.
12
+ It comes with the following features:
13
+
14
+ - Chameleon feature with brightness.
15
+ - High-contrast compatibility.
16
+ - Graphics source provided in SVG.
17
+
18
+ Directory Structure
19
+ -------------------
20
+
21
+ CSS parts:
22
+ - **editor.css**: the main CSS file. It's simply loading several other files, for easier maintenance,
23
+ - **mainui.css**: the file contains styles of entire editor outline structures,
24
+ - **toolbar.css**: the file contains styles of the editor toolbar space (top),
25
+ - **richcombo.css**: the file contains styles of the rich combo ui elements on toolbar,
26
+ - **panel.css**: the file contains styles of the rich combo drop-down, it's not loaded
27
+ until the first panel open up,
28
+ - **elementspath.css**: the file contains styles of the editor elements path bar (bottom),
29
+ - **menu.css**: the file contains styles of all editor menus including context menu and button drop-down,
30
+ it's not loaded until the first menu open up,
31
+ - **dialog.css**: the CSS files for the dialog UI, it's not loaded until the first dialog open,
32
+ - **reset.css**: the file defines the basis of style resets among all editor UI spaces,
33
+ - **preset.css**: the file defines the default styles of some UI elements reflecting the skin preference,
34
+ - **editor_XYZ.css** and **dialog_XYZ.css**: browser specific CSS hacks.
35
+
36
+ Other parts:
37
+ - **skin.js**: the only JavaScript part of the skin that registers the skin, its browser specific files and its icons and defines the Chameleon feature,
38
+ - **images/**: contains a fill general used images,
39
+ - **dev/**: contains SVG and PNG source of the skin icons.
40
+
41
+ License
42
+ -------
43
+
44
+ Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
45
+
46
+ For licensing, see LICENSE.md or [https://ckeditor.com/legal/ckeditor-oss-license](https://ckeditor.com/legal/ckeditor-oss-license)
@@ -1,136 +1,136 @@
1
-
2
- /**
3
- * Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
4
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
5
- */
6
-
7
- // This file contains style definitions that can be used by CKEditor plugins.
8
- //
9
- // The most common use for it is the "stylescombo" plugin which shows the Styles drop-down
10
- // list containing all styles in the editor toolbar. Other plugins, like
11
- // the "div" plugin, use a subset of the styles for their features.
12
- //
13
- // If you do not have plugins that depend on this file in your editor build, you can simply
14
- // ignore it. Otherwise it is strongly recommended to customize this file to match your
15
- // website requirements and design properly.
16
- //
17
- // For more information refer to: https://ckeditor.com/docs/ckeditor4/latest/guide/dev_styles.html#style-rules
18
-
19
- CKEDITOR.stylesSet.add('default', [
20
- /* Block styles */
21
-
22
- // These styles are already available in the "Format" drop-down list ("format" plugin),
23
- // so they are not needed here by default. You may enable them to avoid
24
- // placing the "Format" combo in the toolbar, maintaining the same features.
25
- /*
26
- { name: 'Paragraph', element: 'p' },
27
- { name: 'Heading 1', element: 'h1' },
28
- { name: 'Heading 2', element: 'h2' },
29
- { name: 'Heading 3', element: 'h3' },
30
- { name: 'Heading 4', element: 'h4' },
31
- { name: 'Heading 5', element: 'h5' },
32
- { name: 'Heading 6', element: 'h6' },
33
- { name: 'Preformatted Text',element: 'pre' },
34
- { name: 'Address', element: 'address' },
35
- */
36
-
37
- { name: 'Italic Title', element: 'h2', styles: { 'font-style': 'italic' } },
38
- { name: 'Subtitle', element: 'h3', styles: { color: '#aaa', 'font-style': 'italic' } },
39
- {
40
- name: 'Special Container',
41
- element: 'div',
42
- styles: {
43
- padding: '5px 10px',
44
- background: '#eee',
45
- border: '1px solid #ccc',
46
- },
47
- },
48
-
49
- /* Inline styles */
50
-
51
- // These are core styles available as toolbar buttons. You may opt enabling
52
- // some of them in the Styles drop-down list, removing them from the toolbar.
53
- // (This requires the "stylescombo" plugin.)
54
- /*
55
- { name: 'Strong', element: 'strong', overrides: 'b' },
56
- { name: 'Emphasis', element: 'em' , overrides: 'i' },
57
- { name: 'Underline', element: 'u' },
58
- { name: 'Strikethrough', element: 'strike' },
59
- { name: 'Subscript', element: 'sub' },
60
- { name: 'Superscript', element: 'sup' },
61
- */
62
-
63
- { name: 'Marker', element: 'span', attributes: { class: 'marker' } },
64
-
65
- { name: 'Big', element: 'big' },
66
- { name: 'Small', element: 'small' },
67
- { name: 'Typewriter', element: 'tt' },
68
-
69
- { name: 'Computer Code', element: 'code' },
70
- { name: 'Keyboard Phrase', element: 'kbd' },
71
- { name: 'Sample Text', element: 'samp' },
72
- { name: 'Variable', element: 'var' },
73
-
74
- { name: 'Deleted Text', element: 'del' },
75
- { name: 'Inserted Text', element: 'ins' },
76
-
77
- { name: 'Cited Work', element: 'cite' },
78
- { name: 'Inline Quotation', element: 'q' },
79
-
80
- { name: 'Language: RTL', element: 'span', attributes: { dir: 'rtl' } },
81
- { name: 'Language: LTR', element: 'span', attributes: { dir: 'ltr' } },
82
-
83
- /* Object styles */
84
-
85
- {
86
- name: 'Styled Image (left)',
87
- element: 'img',
88
- attributes: { class: 'left' },
89
- },
90
-
91
- {
92
- name: 'Styled Image (right)',
93
- element: 'img',
94
- attributes: { class: 'right' },
95
- },
96
-
97
- {
98
- name: 'Compact Table',
99
- element: 'table',
100
- attributes: {
101
- cellpadding: '5',
102
- cellspacing: '0',
103
- border: '1',
104
- bordercolor: '#ccc',
105
- },
106
- styles: {
107
- 'border-collapse': 'collapse',
108
- },
109
- },
110
-
111
- { name: 'Borderless Table', element: 'table', styles: { 'border-style': 'hidden', 'background-color': '#E6E6FA' } },
112
- { name: 'Square Bulleted List', element: 'ul', styles: { 'list-style-type': 'square' } },
113
-
114
- /* Widget styles */
115
-
116
- { name: 'Clean Image', type: 'widget', widget: 'image', attributes: { class: 'image-clean' } },
117
- { name: 'Grayscale Image', type: 'widget', widget: 'image', attributes: { class: 'image-grayscale' } },
118
-
119
- { name: 'Featured Snippet', type: 'widget', widget: 'codeSnippet', attributes: { class: 'code-featured' } },
120
-
121
- { name: 'Featured Formula', type: 'widget', widget: 'mathjax', attributes: { class: 'math-featured' } },
122
-
123
- { name: '240p', type: 'widget', widget: 'embedSemantic', attributes: { class: 'embed-240p' }, group: 'size' },
124
- { name: '360p', type: 'widget', widget: 'embedSemantic', attributes: { class: 'embed-360p' }, group: 'size' },
125
- { name: '480p', type: 'widget', widget: 'embedSemantic', attributes: { class: 'embed-480p' }, group: 'size' },
126
- { name: '720p', type: 'widget', widget: 'embedSemantic', attributes: { class: 'embed-720p' }, group: 'size' },
127
- { name: '1080p', type: 'widget', widget: 'embedSemantic', attributes: { class: 'embed-1080p' }, group: 'size' },
128
-
129
- // Adding space after the style name is an intended workaround. For now, there
130
- // is no option to create two styles with the same name for different widget types. See https://dev.ckeditor.com/ticket/16664.
131
- { name: '240p ', type: 'widget', widget: 'embed', attributes: { class: 'embed-240p' }, group: 'size' },
132
- { name: '360p ', type: 'widget', widget: 'embed', attributes: { class: 'embed-360p' }, group: 'size' },
133
- { name: '480p ', type: 'widget', widget: 'embed', attributes: { class: 'embed-480p' }, group: 'size' },
134
- { name: '720p ', type: 'widget', widget: 'embed', attributes: { class: 'embed-720p' }, group: 'size' },
135
- { name: '1080p ', type: 'widget', widget: 'embed', attributes: { class: 'embed-1080p' }, group: 'size' },
136
- ]);
1
+
2
+ /**
3
+ * Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
4
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
5
+ */
6
+
7
+ // This file contains style definitions that can be used by CKEditor plugins.
8
+ //
9
+ // The most common use for it is the "stylescombo" plugin which shows the Styles drop-down
10
+ // list containing all styles in the editor toolbar. Other plugins, like
11
+ // the "div" plugin, use a subset of the styles for their features.
12
+ //
13
+ // If you do not have plugins that depend on this file in your editor build, you can simply
14
+ // ignore it. Otherwise it is strongly recommended to customize this file to match your
15
+ // website requirements and design properly.
16
+ //
17
+ // For more information refer to: https://ckeditor.com/docs/ckeditor4/latest/guide/dev_styles.html#style-rules
18
+
19
+ CKEDITOR.stylesSet.add('default', [
20
+ /* Block styles */
21
+
22
+ // These styles are already available in the "Format" drop-down list ("format" plugin),
23
+ // so they are not needed here by default. You may enable them to avoid
24
+ // placing the "Format" combo in the toolbar, maintaining the same features.
25
+ /*
26
+ { name: 'Paragraph', element: 'p' },
27
+ { name: 'Heading 1', element: 'h1' },
28
+ { name: 'Heading 2', element: 'h2' },
29
+ { name: 'Heading 3', element: 'h3' },
30
+ { name: 'Heading 4', element: 'h4' },
31
+ { name: 'Heading 5', element: 'h5' },
32
+ { name: 'Heading 6', element: 'h6' },
33
+ { name: 'Preformatted Text',element: 'pre' },
34
+ { name: 'Address', element: 'address' },
35
+ */
36
+
37
+ { name: 'Italic Title', element: 'h2', styles: { 'font-style': 'italic' } },
38
+ { name: 'Subtitle', element: 'h3', styles: { color: '#aaa', 'font-style': 'italic' } },
39
+ {
40
+ name: 'Special Container',
41
+ element: 'div',
42
+ styles: {
43
+ padding: '5px 10px',
44
+ background: '#eee',
45
+ border: '1px solid #ccc',
46
+ },
47
+ },
48
+
49
+ /* Inline styles */
50
+
51
+ // These are core styles available as toolbar buttons. You may opt enabling
52
+ // some of them in the Styles drop-down list, removing them from the toolbar.
53
+ // (This requires the "stylescombo" plugin.)
54
+ /*
55
+ { name: 'Strong', element: 'strong', overrides: 'b' },
56
+ { name: 'Emphasis', element: 'em' , overrides: 'i' },
57
+ { name: 'Underline', element: 'u' },
58
+ { name: 'Strikethrough', element: 'strike' },
59
+ { name: 'Subscript', element: 'sub' },
60
+ { name: 'Superscript', element: 'sup' },
61
+ */
62
+
63
+ { name: 'Marker', element: 'span', attributes: { class: 'marker' } },
64
+
65
+ { name: 'Big', element: 'big' },
66
+ { name: 'Small', element: 'small' },
67
+ { name: 'Typewriter', element: 'tt' },
68
+
69
+ { name: 'Computer Code', element: 'code' },
70
+ { name: 'Keyboard Phrase', element: 'kbd' },
71
+ { name: 'Sample Text', element: 'samp' },
72
+ { name: 'Variable', element: 'var' },
73
+
74
+ { name: 'Deleted Text', element: 'del' },
75
+ { name: 'Inserted Text', element: 'ins' },
76
+
77
+ { name: 'Cited Work', element: 'cite' },
78
+ { name: 'Inline Quotation', element: 'q' },
79
+
80
+ { name: 'Language: RTL', element: 'span', attributes: { dir: 'rtl' } },
81
+ { name: 'Language: LTR', element: 'span', attributes: { dir: 'ltr' } },
82
+
83
+ /* Object styles */
84
+
85
+ {
86
+ name: 'Styled Image (left)',
87
+ element: 'img',
88
+ attributes: { class: 'left' },
89
+ },
90
+
91
+ {
92
+ name: 'Styled Image (right)',
93
+ element: 'img',
94
+ attributes: { class: 'right' },
95
+ },
96
+
97
+ {
98
+ name: 'Compact Table',
99
+ element: 'table',
100
+ attributes: {
101
+ cellpadding: '5',
102
+ cellspacing: '0',
103
+ border: '1',
104
+ bordercolor: '#ccc',
105
+ },
106
+ styles: {
107
+ 'border-collapse': 'collapse',
108
+ },
109
+ },
110
+
111
+ { name: 'Borderless Table', element: 'table', styles: { 'border-style': 'hidden', 'background-color': '#E6E6FA' } },
112
+ { name: 'Square Bulleted List', element: 'ul', styles: { 'list-style-type': 'square' } },
113
+
114
+ /* Widget styles */
115
+
116
+ { name: 'Clean Image', type: 'widget', widget: 'image', attributes: { class: 'image-clean' } },
117
+ { name: 'Grayscale Image', type: 'widget', widget: 'image', attributes: { class: 'image-grayscale' } },
118
+
119
+ { name: 'Featured Snippet', type: 'widget', widget: 'codeSnippet', attributes: { class: 'code-featured' } },
120
+
121
+ { name: 'Featured Formula', type: 'widget', widget: 'mathjax', attributes: { class: 'math-featured' } },
122
+
123
+ { name: '240p', type: 'widget', widget: 'embedSemantic', attributes: { class: 'embed-240p' }, group: 'size' },
124
+ { name: '360p', type: 'widget', widget: 'embedSemantic', attributes: { class: 'embed-360p' }, group: 'size' },
125
+ { name: '480p', type: 'widget', widget: 'embedSemantic', attributes: { class: 'embed-480p' }, group: 'size' },
126
+ { name: '720p', type: 'widget', widget: 'embedSemantic', attributes: { class: 'embed-720p' }, group: 'size' },
127
+ { name: '1080p', type: 'widget', widget: 'embedSemantic', attributes: { class: 'embed-1080p' }, group: 'size' },
128
+
129
+ // Adding space after the style name is an intended workaround. For now, there
130
+ // is no option to create two styles with the same name for different widget types. See https://dev.ckeditor.com/ticket/16664.
131
+ { name: '240p ', type: 'widget', widget: 'embed', attributes: { class: 'embed-240p' }, group: 'size' },
132
+ { name: '360p ', type: 'widget', widget: 'embed', attributes: { class: 'embed-360p' }, group: 'size' },
133
+ { name: '480p ', type: 'widget', widget: 'embed', attributes: { class: 'embed-480p' }, group: 'size' },
134
+ { name: '720p ', type: 'widget', widget: 'embed', attributes: { class: 'embed-720p' }, group: 'size' },
135
+ { name: '1080p ', type: 'widget', widget: 'embed', attributes: { class: 'embed-1080p' }, group: 'size' },
136
+ ]);