@ckeditor/ckeditor5-list 46.1.1 → 47.0.0-alpha.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.
package/ckeditor5-metadata.json
CHANGED
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"name": "Legacy list properties",
|
|
75
75
|
"className": "LegacyListProperties",
|
|
76
76
|
"description": "Enables styling the list item markers for both ordered and unordered lists. You can choose various types of numerals and letters or visual markers to use with these lists. Also enables setting the start index (initial marker value) and list reversal (from ascending to descending) for numbered lists.",
|
|
77
|
-
"docs": "features/lists/lists.html#list-styles",
|
|
77
|
+
"docs": "features/lists/lists-properties.html#list-styles",
|
|
78
78
|
"path": "src/legacylistproperties.js",
|
|
79
79
|
"requires": [
|
|
80
80
|
"LegacyList"
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
"name": "List formatting",
|
|
128
128
|
"className": "ListFormatting",
|
|
129
129
|
"description": "Enables integration with formatting plugins to style the list marker. Supports font color, font size, font family, bold, and italic formatting.",
|
|
130
|
-
"docs": "features/lists/lists.html#list-item-marker-formatting",
|
|
130
|
+
"docs": "features/lists/lists-properties.html#list-item-marker-formatting",
|
|
131
131
|
"path": "src/listformatting.js",
|
|
132
132
|
"requires": [
|
|
133
133
|
"ListItemBoldIntegration",
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
"name": "List item bold integration",
|
|
142
142
|
"className": "ListItemBoldIntegration",
|
|
143
143
|
"description": "Integrates bold formatting with list items to style list markers with bold formatting when the content is consistently bold.",
|
|
144
|
-
"docs": "features/lists/lists.html#list-item-marker-formatting",
|
|
144
|
+
"docs": "features/lists/lists-properties.html#list-item-marker-formatting",
|
|
145
145
|
"path": "src/listformatting/listitemboldintegration.js",
|
|
146
146
|
"requires": [
|
|
147
147
|
"ListEditing"
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
"name": "List item italic integration",
|
|
158
158
|
"className": "ListItemItalicIntegration",
|
|
159
159
|
"description": "Integrates italic formatting with list items to style list markers with italic formatting when the content is consistently italic.",
|
|
160
|
-
"docs": "features/lists/lists.html#list-item-marker-formatting",
|
|
160
|
+
"docs": "features/lists/lists-properties.html#list-item-marker-formatting",
|
|
161
161
|
"path": "src/listformatting/listitemitalicintegration.js",
|
|
162
162
|
"requires": [
|
|
163
163
|
"ListEditing"
|
|
@@ -173,7 +173,7 @@
|
|
|
173
173
|
"name": "List item font size integration",
|
|
174
174
|
"className": "ListItemFontSizeIntegration",
|
|
175
175
|
"description": "Integrates font size formatting with list items to style list markers with specific font sizes when the content has consistent font sizing.",
|
|
176
|
-
"docs": "features/lists/lists.html#list-item-marker-formatting",
|
|
176
|
+
"docs": "features/lists/lists-properties.html#list-item-marker-formatting",
|
|
177
177
|
"path": "src/listformatting/listitemfontsizeintegration.js",
|
|
178
178
|
"requires": [
|
|
179
179
|
"ListEditing"
|
|
@@ -196,7 +196,7 @@
|
|
|
196
196
|
"name": "List item font color integration",
|
|
197
197
|
"className": "ListItemFontColorIntegration",
|
|
198
198
|
"description": "Integrates font color formatting with list items to style list markers with specific colors when the content has consistent font coloring.",
|
|
199
|
-
"docs": "features/lists/lists.html#list-item-marker-formatting",
|
|
199
|
+
"docs": "features/lists/lists-properties.html#list-item-marker-formatting",
|
|
200
200
|
"path": "src/listformatting/listitemfontcolorintegration.js",
|
|
201
201
|
"requires": [
|
|
202
202
|
"ListEditing"
|
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
"name": "List item font family integration",
|
|
214
214
|
"className": "ListItemFontFamilyIntegration",
|
|
215
215
|
"description": "Integrates font family formatting with list items to style list markers with specific font families when the content has consistent font family formatting.",
|
|
216
|
-
"docs": "features/lists/lists.html#list-item-marker-formatting",
|
|
216
|
+
"docs": "features/lists/lists-properties.html#list-item-marker-formatting",
|
|
217
217
|
"path": "src/listformatting/listitemfontfamilyintegration.js",
|
|
218
218
|
"requires": [
|
|
219
219
|
"ListEditing"
|
|
@@ -272,7 +272,7 @@
|
|
|
272
272
|
"name": "List properties",
|
|
273
273
|
"className": "ListProperties",
|
|
274
274
|
"description": "Enables styling the list item markers for both ordered and unordered lists created by the list plugin. You can choose various types of numerals and letters or visual markers to use with these lists. Also enables setting the start index (initial marker value) and list reversal (from ascending to descending) for numbered lists.",
|
|
275
|
-
"docs": "features/lists/lists.html
|
|
275
|
+
"docs": "features/lists/lists-properties.html",
|
|
276
276
|
"path": "src/listproperties.js",
|
|
277
277
|
"requires": [
|
|
278
278
|
"List"
|
package/dist/index.js
CHANGED
|
@@ -3835,11 +3835,22 @@ const DEFAULT_LIST_TYPE$1 = 'default';
|
|
|
3835
3835
|
*/ static get pluginName() {
|
|
3836
3836
|
return 'ListPropertiesEditing';
|
|
3837
3837
|
}
|
|
3838
|
+
/**
|
|
3839
|
+
* @inheritDoc
|
|
3840
|
+
* @internal
|
|
3841
|
+
*/ static get licenseFeatureCode() {
|
|
3842
|
+
return 'LP';
|
|
3843
|
+
}
|
|
3838
3844
|
/**
|
|
3839
3845
|
* @inheritDoc
|
|
3840
3846
|
*/ static get isOfficialPlugin() {
|
|
3841
3847
|
return true;
|
|
3842
3848
|
}
|
|
3849
|
+
/**
|
|
3850
|
+
* @inheritDoc
|
|
3851
|
+
*/ static get isPremiumPlugin() {
|
|
3852
|
+
return true;
|
|
3853
|
+
}
|
|
3843
3854
|
/**
|
|
3844
3855
|
* @inheritDoc
|
|
3845
3856
|
*/ constructor(editor){
|