jodit-pro 1.2.1

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 (69) hide show
  1. package/LICENSE.md +3 -0
  2. package/README.md +80 -0
  3. package/build/config.js +25 -0
  4. package/build/jodit.css +1 -0
  5. package/build/jodit.es5.css +8 -0
  6. package/build/jodit.es5.js +10 -0
  7. package/build/jodit.fat.css +1 -0
  8. package/build/jodit.fat.es5.css +1 -0
  9. package/build/jodit.fat.es5.js +10 -0
  10. package/build/jodit.fat.js +10 -0
  11. package/build/jodit.js +10 -0
  12. package/build/plugins/autocomplete/autocomplete.css +1 -0
  13. package/build/plugins/autocomplete/autocomplete.es5.css +1 -0
  14. package/build/plugins/autocomplete/autocomplete.es5.js +10 -0
  15. package/build/plugins/autocomplete/autocomplete.js +10 -0
  16. package/build/plugins/backup/backup.css +1 -0
  17. package/build/plugins/backup/backup.es5.css +1 -0
  18. package/build/plugins/backup/backup.es5.js +10 -0
  19. package/build/plugins/backup/backup.js +10 -0
  20. package/build/plugins/button-generator/button-generator.css +1 -0
  21. package/build/plugins/button-generator/button-generator.es5.css +1 -0
  22. package/build/plugins/button-generator/button-generator.es5.js +10 -0
  23. package/build/plugins/button-generator/button-generator.js +10 -0
  24. package/build/plugins/change-case/change-case.es5.js +10 -0
  25. package/build/plugins/change-case/change-case.js +10 -0
  26. package/build/plugins/color-picker/color-picker.css +1 -0
  27. package/build/plugins/color-picker/color-picker.es5.css +1 -0
  28. package/build/plugins/color-picker/color-picker.es5.js +10 -0
  29. package/build/plugins/color-picker/color-picker.js +10 -0
  30. package/build/plugins/emoji/emoji.css +1 -0
  31. package/build/plugins/emoji/emoji.es5.css +1 -0
  32. package/build/plugins/emoji/emoji.es5.js +10 -0
  33. package/build/plugins/emoji/emoji.js +10 -0
  34. package/build/plugins/finder/finder.css +1 -0
  35. package/build/plugins/finder/finder.es5.css +1 -0
  36. package/build/plugins/finder/finder.es5.js +10 -0
  37. package/build/plugins/finder/finder.js +10 -0
  38. package/build/plugins/google-search/google-search.es5.js +10 -0
  39. package/build/plugins/google-search/google-search.js +10 -0
  40. package/build/plugins/keyboard/keyboard.css +1 -0
  41. package/build/plugins/keyboard/keyboard.es5.css +1 -0
  42. package/build/plugins/keyboard/keyboard.es5.js +10 -0
  43. package/build/plugins/keyboard/keyboard.js +10 -0
  44. package/build/plugins/paste-code/paste-code.es5.js +10 -0
  45. package/build/plugins/paste-code/paste-code.js +10 -0
  46. package/build/plugins/show-blocks/show-blocks.es5.js +10 -0
  47. package/build/plugins/show-blocks/show-blocks.js +10 -0
  48. package/build/plugins/tune-block/tune-block.css +1 -0
  49. package/build/plugins/tune-block/tune-block.es5.css +1 -0
  50. package/build/plugins/tune-block/tune-block.es5.js +10 -0
  51. package/build/plugins/tune-block/tune-block.js +10 -0
  52. package/examples/arabic.lang.html +76 -0
  53. package/examples/assets/app.css +175 -0
  54. package/examples/assets/app.js +57 -0
  55. package/examples/assets/download.jpg +0 -0
  56. package/examples/assets/icon.png +0 -0
  57. package/examples/assets/logo.png +0 -0
  58. package/examples/assets/prism.css +200 -0
  59. package/examples/assets/prism.js +1254 -0
  60. package/examples/color-picker.html +139 -0
  61. package/examples/custom-icons.html +173 -0
  62. package/examples/custom-toolbar.html +80 -0
  63. package/examples/example.default.html +75 -0
  64. package/examples/fullsize.html +75 -0
  65. package/examples/index.html +176 -0
  66. package/examples/inline-mode.html +116 -0
  67. package/examples/oneinstance.html +125 -0
  68. package/index.html +123 -0
  69. package/package.json +26 -0
@@ -0,0 +1,200 @@
1
+ /* PrismJS 1.14.0
2
+ http://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript+markup-templating+json+php+php-extras&plugins=toolbar+normalize-whitespace+show-language+copy-to-clipboard */
3
+ /**
4
+ * prism.js default theme for JavaScript, CSS and HTML
5
+ * Based on dabblet (http://dabblet.com)
6
+ * @author Lea Verou
7
+ */
8
+
9
+ code[class*="language-"],
10
+ pre[class*="language-"] {
11
+ color: black;
12
+ background: none;
13
+ text-shadow: 0 1px white;
14
+ font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
15
+ text-align: left;
16
+ white-space: pre;
17
+ word-spacing: normal;
18
+ word-break: normal;
19
+ word-wrap: normal;
20
+ line-height: 1.5;
21
+
22
+ -moz-tab-size: 4;
23
+ -o-tab-size: 4;
24
+ tab-size: 4;
25
+
26
+ -webkit-hyphens: none;
27
+ -moz-hyphens: none;
28
+ -ms-hyphens: none;
29
+ hyphens: none;
30
+ }
31
+
32
+ pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
33
+ code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
34
+ text-shadow: none;
35
+ background: #b3d4fc;
36
+ }
37
+
38
+ pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
39
+ code[class*="language-"]::selection, code[class*="language-"] ::selection {
40
+ text-shadow: none;
41
+ background: #b3d4fc;
42
+ }
43
+
44
+ @media print {
45
+ code[class*="language-"],
46
+ pre[class*="language-"] {
47
+ text-shadow: none;
48
+ }
49
+ }
50
+
51
+ /* Code blocks */
52
+ pre[class*="language-"] {
53
+ padding: 1em;
54
+ margin: .5em 0;
55
+ overflow: auto;
56
+ }
57
+
58
+ :not(pre) > code[class*="language-"],
59
+ pre[class*="language-"] {
60
+ background: #f5f2f0;
61
+ }
62
+
63
+ /* Inline code */
64
+ :not(pre) > code[class*="language-"] {
65
+ padding: .1em;
66
+ border-radius: .3em;
67
+ white-space: normal;
68
+ }
69
+
70
+ .token.comment,
71
+ .token.prolog,
72
+ .token.doctype,
73
+ .token.cdata {
74
+ color: slategray;
75
+ }
76
+
77
+ .token.punctuation {
78
+ color: #999;
79
+ }
80
+
81
+ .namespace {
82
+ opacity: .7;
83
+ }
84
+
85
+ .token.property,
86
+ .token.tag,
87
+ .token.boolean,
88
+ .token.number,
89
+ .token.constant,
90
+ .token.symbol,
91
+ .token.deleted {
92
+ color: #905;
93
+ }
94
+
95
+ .token.selector,
96
+ .token.attr-name,
97
+ .token.string,
98
+ .token.char,
99
+ .token.builtin,
100
+ .token.inserted {
101
+ color: #690;
102
+ }
103
+
104
+ .token.operator,
105
+ .token.entity,
106
+ .token.url,
107
+ .language-css .token.string,
108
+ .style .token.string {
109
+ color: #9a6e3a;
110
+ background: hsla(0, 0%, 100%, .5);
111
+ }
112
+
113
+ .token.atrule,
114
+ .token.attr-value,
115
+ .token.keyword {
116
+ color: #07a;
117
+ }
118
+
119
+ .token.function,
120
+ .token.class-name {
121
+ color: #DD4A68;
122
+ }
123
+
124
+ .token.regex,
125
+ .token.important,
126
+ .token.variable {
127
+ color: #e90;
128
+ }
129
+
130
+ .token.important,
131
+ .token.bold {
132
+ font-weight: bold;
133
+ }
134
+ .token.italic {
135
+ font-style: italic;
136
+ }
137
+
138
+ .token.entity {
139
+ cursor: help;
140
+ }
141
+
142
+ div.code-toolbar {
143
+ position: relative;
144
+ }
145
+
146
+ div.code-toolbar > .toolbar {
147
+ position: absolute;
148
+ top: .3em;
149
+ right: .2em;
150
+ transition: opacity 0.3s ease-in-out;
151
+ opacity: 0;
152
+ }
153
+
154
+ div.code-toolbar:hover > .toolbar {
155
+ opacity: 1;
156
+ }
157
+
158
+ div.code-toolbar > .toolbar .toolbar-item {
159
+ display: inline-block;
160
+ }
161
+
162
+ div.code-toolbar > .toolbar a {
163
+ cursor: pointer;
164
+ }
165
+
166
+ div.code-toolbar > .toolbar button {
167
+ background: none;
168
+ border: 0;
169
+ color: inherit;
170
+ font: inherit;
171
+ line-height: normal;
172
+ overflow: visible;
173
+ padding: 0;
174
+ -webkit-user-select: none; /* for button */
175
+ -moz-user-select: none;
176
+ -ms-user-select: none;
177
+ }
178
+
179
+ div.code-toolbar > .toolbar a,
180
+ div.code-toolbar > .toolbar button,
181
+ div.code-toolbar > .toolbar span {
182
+ color: #bbb;
183
+ font-size: .8em;
184
+ padding: 0 .5em;
185
+ background: #f5f2f0;
186
+ background: rgba(224, 224, 224, 0.2);
187
+ box-shadow: 0 2px 0 0 rgba(0,0,0,0.2);
188
+ border-radius: .5em;
189
+ }
190
+
191
+ div.code-toolbar > .toolbar a:hover,
192
+ div.code-toolbar > .toolbar a:focus,
193
+ div.code-toolbar > .toolbar button:hover,
194
+ div.code-toolbar > .toolbar button:focus,
195
+ div.code-toolbar > .toolbar span:hover,
196
+ div.code-toolbar > .toolbar span:focus {
197
+ color: inherit;
198
+ text-decoration: none;
199
+ }
200
+