@progress/kendo-vue-editor 3.7.4-dev.202212020747 → 3.7.4-dev.202301091431

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.
@@ -58,6 +58,14 @@ var foregroundColor = 'editor.foregroundColor';
58
58
  * @hidden
59
59
  */
60
60
  var backgroundColor = 'editor.backgroundColor';
61
+ /**
62
+ * @hidden
63
+ */
64
+ var foregroundColorAriaLabel = 'editor.foregroundColorAriaLabel';
65
+ /**
66
+ * @hidden
67
+ */
68
+ var backgroundColorAriaLabel = 'editor.backgroundColorAriaLabel';
61
69
  /**
62
70
  * @hidden
63
71
  */
@@ -348,6 +356,8 @@ exports.messages = (_a = {},
348
356
  _a[pdf] = 'Export as PDF',
349
357
  _a[foregroundColor] = 'Color',
350
358
  _a[backgroundColor] = 'Background color',
359
+ _a[foregroundColorAriaLabel] = 'Set ForeGround color',
360
+ _a[backgroundColorAriaLabel] = 'Set Background color',
351
361
  // Tables
352
362
  _a[createTable] = 'Create a table',
353
363
  _a[createTableHint] = 'Create a {0} x {1} table',
@@ -438,6 +448,8 @@ exports.keys = {
438
448
  pdf: pdf,
439
449
  foregroundColor: foregroundColor,
440
450
  backgroundColor: backgroundColor,
451
+ foregroundColorAriaLabel: foregroundColorAriaLabel,
452
+ backgroundColorAriaLabel: backgroundColorAriaLabel,
441
453
  createTable: createTable,
442
454
  createTableHint: createTableHint,
443
455
  addRowBefore: addRowBefore,
@@ -8,7 +8,7 @@ exports.packageMetadata = {
8
8
  name: '@progress/kendo-vue-editor',
9
9
  productName: 'Kendo UI for Vue',
10
10
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
11
- publishDate: 1669966596,
11
+ publishDate: 1673273667,
12
12
  version: '',
13
13
  licensingDocsUrl: 'https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning'
14
14
  };
@@ -35,7 +35,8 @@ var ApplyColorVue2 = {
35
35
  color: String,
36
36
  colorPickerProps: Object,
37
37
  commandName: String,
38
- dir: String
38
+ dir: String,
39
+ ariaLabel: String
39
40
  },
40
41
  inject: {
41
42
  kendoLocalizationService: {
@@ -54,7 +55,8 @@ var ApplyColorVue2 = {
54
55
  var h = gh || createElement;
55
56
  var _a = this.$props,
56
57
  colorPickerProps = _a.colorPickerProps,
57
- dir = _a.dir;
58
+ dir = _a.dir,
59
+ ariaLabel = _a.ariaLabel;
58
60
  var titleKey = colorPickerProps.title;
59
61
  var localization = (0, kendo_vue_intl_1.provideLocalizationService)(this);
60
62
  var cpProps = __assign(__assign({}, colorPickerProps), {
@@ -62,7 +64,8 @@ var ApplyColorVue2 = {
62
64
  showButtons: false,
63
65
  showClearButton: false,
64
66
  showPreview: false,
65
- title: titleKey ? localization.toLanguageString(titleKey, main_1.messages[titleKey]) : titleKey
67
+ title: titleKey ? localization.toLanguageString(titleKey, main_1.messages[titleKey]) : titleKey,
68
+ ariaLabel: ariaLabel
66
69
  });
67
70
  var cp = h(kendo_vue_inputs_1.ColorPicker, __assign({
68
71
  onChange: this.onChange,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-vue-editor",
3
3
  "description": "Kendo UI for Vue Editor package",
4
- "version": "3.7.4-dev.202212020747",
4
+ "version": "3.7.4-dev.202301091431",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/telerik/kendo-vue.git"
@@ -36,7 +36,8 @@
36
36
  ],
37
37
  "peerDependencies": {
38
38
  "@progress/kendo-drawing": "^1.2.0",
39
- "@progress/kendo-licensing": "^1.0.1",
39
+ "@progress/kendo-licensing": "^1.3.0",
40
+ "@progress/kendo-svg-icons": "^1.0.0",
40
41
  "@progress/kendo-vue-buttons": "^3.6.0",
41
42
  "@progress/kendo-vue-dialogs": "^3.6.0",
42
43
  "@progress/kendo-vue-dropdowns": "^3.6.0",
@@ -49,21 +50,22 @@
49
50
  },
50
51
  "dependencies": {
51
52
  "@progress/kendo-editor-common": "1.9.3",
52
- "@progress/kendo-vue-common": "3.7.4-dev.202212020747"
53
+ "@progress/kendo-vue-common": "3.7.4-dev.202301091431"
53
54
  },
54
55
  "devDependencies": {
55
56
  "@progress/kendo-drawing": "^1.8.0",
56
- "@progress/kendo-licensing": "^1.0.1",
57
- "@progress/kendo-vue-buttons": "3.7.4-dev.202212020747",
58
- "@progress/kendo-vue-dialogs": "3.7.4-dev.202212020747",
59
- "@progress/kendo-vue-dropdowns": "3.7.4-dev.202212020747",
60
- "@progress/kendo-vue-form": "3.7.4-dev.202212020747",
61
- "@progress/kendo-vue-inputs": "3.7.4-dev.202212020747",
62
- "@progress/kendo-vue-intl": "3.7.4-dev.202212020747",
63
- "@progress/kendo-vue-layout": "3.7.4-dev.202212020747",
64
- "@progress/kendo-vue-pdf": "3.7.4-dev.202212020747",
65
- "@progress/kendo-vue-popup": "3.7.4-dev.202212020747",
66
- "@progress/kendo-vue-upload": "3.7.4-dev.202212020747",
57
+ "@progress/kendo-licensing": "^1.3.0",
58
+ "@progress/kendo-svg-icons": "^1.0.0",
59
+ "@progress/kendo-vue-buttons": "3.7.4-dev.202301091431",
60
+ "@progress/kendo-vue-dialogs": "3.7.4-dev.202301091431",
61
+ "@progress/kendo-vue-dropdowns": "3.7.4-dev.202301091431",
62
+ "@progress/kendo-vue-form": "3.7.4-dev.202301091431",
63
+ "@progress/kendo-vue-inputs": "3.7.4-dev.202301091431",
64
+ "@progress/kendo-vue-intl": "3.7.4-dev.202301091431",
65
+ "@progress/kendo-vue-layout": "3.7.4-dev.202301091431",
66
+ "@progress/kendo-vue-pdf": "3.7.4-dev.202301091431",
67
+ "@progress/kendo-vue-popup": "3.7.4-dev.202301091431",
68
+ "@progress/kendo-vue-upload": "3.7.4-dev.202301091431",
67
69
  "prosemirror-markdown": "1.10.1",
68
70
  "prosemirror-tables": "^1.2.5"
69
71
  },