@progress/kendo-angular-editor 4.1.7 → 4.1.9-dev.202209121004

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.
@@ -10,31 +10,31 @@ export const commandIcons = {
10
10
  alignJustify: 'align-justify',
11
11
  alignLeft: 'align-left',
12
12
  alignRight: 'align-right',
13
- backColor: 'background',
13
+ backColor: 'droplet',
14
14
  blockquote: 'blockquote',
15
15
  bold: 'bold',
16
16
  cleanFormatting: 'clear-css',
17
- createLink: 'link-horizontal',
17
+ createLink: 'link',
18
18
  foreColor: 'foreground-color',
19
- indent: 'indent-increase',
19
+ indent: 'indent',
20
20
  insertFile: 'file-add',
21
21
  insertImage: 'image',
22
22
  insertOrderedList: 'list-ordered',
23
23
  insertUnorderedList: 'list-unordered',
24
24
  italic: 'italic',
25
- outdent: 'indent-decrease',
25
+ outdent: 'outdent',
26
26
  print: 'print',
27
27
  redo: 'redo',
28
28
  selectAll: 'select-all',
29
29
  strikethrough: 'strikethrough',
30
- subscript: 'sub-script',
31
- superscript: 'sup-script',
30
+ subscript: 'subscript',
31
+ superscript: 'supscript',
32
32
  underline: 'underline',
33
33
  undo: 'undo',
34
- unlink: 'unlink-horizontal',
35
- viewSource: 'html',
34
+ unlink: 'unlink',
35
+ viewSource: 'code',
36
36
  //table
37
- insertTable: 'table-insert',
37
+ insertTable: 'table-add',
38
38
  addColumnBefore: 'table-column-insert-left',
39
39
  addColumnAfter: 'table-column-insert-right',
40
40
  addRowBefore: 'table-row-insert-above',
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-editor',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1659353410,
12
+ publishDate: 1662977025,
13
13
  version: '',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
15
15
  };
@@ -163,7 +163,7 @@ EditorInsertTableButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
163
163
  #element
164
164
  [attr.title]="title"
165
165
  [attr.tabindex]="tabIndex"
166
- [icon]="'table-insert'"
166
+ [icon]="'table-add'"
167
167
  [disabled]="disabled"
168
168
  (click)="toggle()"
169
169
  (blur)="onBlur()"
@@ -175,7 +175,7 @@ EditorInsertTableButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
175
175
  #overflowElement
176
176
  [attr.title]="title"
177
177
  [attr.tabindex]="tabIndex"
178
- [icon]="'table-insert'"
178
+ [icon]="'table-add'"
179
179
  [disabled]="disabled"
180
180
  (click)="openDialog()">
181
181
  {{ title }}
@@ -198,7 +198,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
198
198
  #element
199
199
  [attr.title]="title"
200
200
  [attr.tabindex]="tabIndex"
201
- [icon]="'table-insert'"
201
+ [icon]="'table-add'"
202
202
  [disabled]="disabled"
203
203
  (click)="toggle()"
204
204
  (blur)="onBlur()"
@@ -210,7 +210,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
210
210
  #overflowElement
211
211
  [attr.title]="title"
212
212
  [attr.tabindex]="tabIndex"
213
- [icon]="'table-insert'"
213
+ [icon]="'table-add'"
214
214
  [disabled]="disabled"
215
215
  (click)="openDialog()">
216
216
  {{ title }}
@@ -35,7 +35,7 @@ const packageMetadata = {
35
35
  name: '@progress/kendo-angular-editor',
36
36
  productName: 'Kendo UI for Angular',
37
37
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
38
- publishDate: 1659353410,
38
+ publishDate: 1662977025,
39
39
  version: '',
40
40
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
41
41
  };
@@ -2087,31 +2087,31 @@ const commandIcons = {
2087
2087
  alignJustify: 'align-justify',
2088
2088
  alignLeft: 'align-left',
2089
2089
  alignRight: 'align-right',
2090
- backColor: 'background',
2090
+ backColor: 'droplet',
2091
2091
  blockquote: 'blockquote',
2092
2092
  bold: 'bold',
2093
2093
  cleanFormatting: 'clear-css',
2094
- createLink: 'link-horizontal',
2094
+ createLink: 'link',
2095
2095
  foreColor: 'foreground-color',
2096
- indent: 'indent-increase',
2096
+ indent: 'indent',
2097
2097
  insertFile: 'file-add',
2098
2098
  insertImage: 'image',
2099
2099
  insertOrderedList: 'list-ordered',
2100
2100
  insertUnorderedList: 'list-unordered',
2101
2101
  italic: 'italic',
2102
- outdent: 'indent-decrease',
2102
+ outdent: 'outdent',
2103
2103
  print: 'print',
2104
2104
  redo: 'redo',
2105
2105
  selectAll: 'select-all',
2106
2106
  strikethrough: 'strikethrough',
2107
- subscript: 'sub-script',
2108
- superscript: 'sup-script',
2107
+ subscript: 'subscript',
2108
+ superscript: 'supscript',
2109
2109
  underline: 'underline',
2110
2110
  undo: 'undo',
2111
- unlink: 'unlink-horizontal',
2112
- viewSource: 'html',
2111
+ unlink: 'unlink',
2112
+ viewSource: 'code',
2113
2113
  //table
2114
- insertTable: 'table-insert',
2114
+ insertTable: 'table-add',
2115
2115
  addColumnBefore: 'table-column-insert-left',
2116
2116
  addColumnAfter: 'table-column-insert-right',
2117
2117
  addRowBefore: 'table-row-insert-above',
@@ -5354,7 +5354,7 @@ EditorInsertTableButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
5354
5354
  #element
5355
5355
  [attr.title]="title"
5356
5356
  [attr.tabindex]="tabIndex"
5357
- [icon]="'table-insert'"
5357
+ [icon]="'table-add'"
5358
5358
  [disabled]="disabled"
5359
5359
  (click)="toggle()"
5360
5360
  (blur)="onBlur()"
@@ -5366,7 +5366,7 @@ EditorInsertTableButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
5366
5366
  #overflowElement
5367
5367
  [attr.title]="title"
5368
5368
  [attr.tabindex]="tabIndex"
5369
- [icon]="'table-insert'"
5369
+ [icon]="'table-add'"
5370
5370
  [disabled]="disabled"
5371
5371
  (click)="openDialog()">
5372
5372
  {{ title }}
@@ -5389,7 +5389,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
5389
5389
  #element
5390
5390
  [attr.title]="title"
5391
5391
  [attr.tabindex]="tabIndex"
5392
- [icon]="'table-insert'"
5392
+ [icon]="'table-add'"
5393
5393
  [disabled]="disabled"
5394
5394
  (click)="toggle()"
5395
5395
  (blur)="onBlur()"
@@ -5401,7 +5401,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
5401
5401
  #overflowElement
5402
5402
  [attr.title]="title"
5403
5403
  [attr.tabindex]="tabIndex"
5404
- [icon]="'table-insert'"
5404
+ [icon]="'table-add'"
5405
5405
  [disabled]="disabled"
5406
5406
  (click)="openDialog()">
5407
5407
  {{ title }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-editor",
3
- "version": "4.1.7",
3
+ "version": "4.1.9-dev.202209121004",
4
4
  "description": "Kendo UI Editor for Angular",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -32,7 +32,7 @@
32
32
  "@progress/kendo-angular-common": "^3.0.0",
33
33
  "@progress/kendo-angular-dialog": "^7.0.0",
34
34
  "@progress/kendo-angular-dropdowns": "^7.0.0",
35
- "@progress/kendo-angular-inputs": "^9.0.0",
35
+ "@progress/kendo-angular-inputs": "9 - 10",
36
36
  "@progress/kendo-angular-intl": "^4.0.0",
37
37
  "@progress/kendo-angular-l10n": "^4.0.0",
38
38
  "@progress/kendo-angular-layout": "^7.0.0",
@@ -10,7 +10,9 @@ function default_1(options) {
10
10
  // peer dependency of kendo-angular-dropdowns
11
11
  '@progress/kendo-angular-treeview': '^7.0.0',
12
12
  // peer dependency of kendo-angular-layout
13
- '@progress/kendo-angular-progressbar': '^3.0.0'
13
+ '@progress/kendo-angular-progressbar': '^3.0.0',
14
+ // peer dependency of kendo-angular-inputs
15
+ '@progress/kendo-angular-dialog': '^7.0.0'
14
16
  } });
15
17
  return schematics_1.externalSchematic('@progress/kendo-schematics', 'ng-add', finalOptions);
16
18
  }
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../tooling/schematics/ngAdd/index.ts"],"names":[],"mappings":";;AAAA,2DAKqC;AAErC,mBAAyB,OAAY;IACjC,MAAM,YAAY,mCACX,OAAO,KACV,YAAY,EAAE,cAAc,EAC5B,OAAO,EAAE,QAAQ,EACjB,gBAAgB,EAAE;YACd,6CAA6C;YAC7C,kCAAkC,EAAE,QAAQ;YAE5C,0CAA0C;YAC1C,qCAAqC,EAAE,QAAQ;SAClD,GACJ,CAAC;IAEF,OAAO,8BAAiB,CAAC,4BAA4B,EAAE,QAAQ,EAAE,YAAY,CAAC,CAAC;AACnF,CAAC;AAfD,4BAeC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../tooling/schematics/ngAdd/index.ts"],"names":[],"mappings":";;AAAA,2DAKqC;AAErC,mBAAyB,OAAY;IACjC,MAAM,YAAY,mCACX,OAAO,KACV,YAAY,EAAE,cAAc,EAC5B,OAAO,EAAE,QAAQ,EACjB,gBAAgB,EAAE;YACd,6CAA6C;YAC7C,kCAAkC,EAAE,QAAQ;YAE5C,0CAA0C;YAC1C,qCAAqC,EAAE,QAAQ;YAE/C,0CAA0C;YAC1C,gCAAgC,EAAE,QAAQ;SAC7C,GACJ,CAAC;IAEF,OAAO,8BAAiB,CAAC,4BAA4B,EAAE,QAAQ,EAAE,YAAY,CAAC,CAAC;AACnF,CAAC;AAlBD,4BAkBC"}