@progress/kendo-vue-inputs 3.8.3-dev.202301271102 → 3.8.3-dev.202301311010

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.
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-vue-inputs',
6
6
  productName: 'Kendo UI for Vue',
7
7
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
8
- publishDate: 1674816456,
8
+ publishDate: 1675158950,
9
9
  version: '',
10
10
  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'
11
11
  };
@@ -541,30 +541,45 @@ var SignatureVue2 = {
541
541
  this.canvas.$el.focus();
542
542
  },
543
543
  getImperativeHandle: function getImperativeHandle() {
544
+ var _this = this;
544
545
  var options = {
545
546
  element: this.$el,
546
547
  focus: this.focusElement()
547
548
  };
548
549
  Object.defineProperty(options, 'name', {
549
- get: this.name
550
+ get: function get() {
551
+ return _this.name;
552
+ }
550
553
  });
551
554
  Object.defineProperty(options, 'value', {
552
- get: this.computedValue
555
+ get: function get() {
556
+ return _this.computedValue;
557
+ }
553
558
  });
554
559
  Object.defineProperty(options, 'validity', {
555
- get: this.validityGetter()
560
+ get: function get() {
561
+ return _this.validityGetter();
562
+ }
556
563
  });
557
564
  Object.defineProperty(options, 'validityStyles', {
558
- get: this.validityStyles
565
+ get: function get() {
566
+ return _this.validityStyles;
567
+ }
559
568
  });
560
569
  Object.defineProperty(options, 'required', {
561
- get: this.required
570
+ get: function get() {
571
+ return _this.required;
572
+ }
562
573
  });
563
574
  Object.defineProperty(options, 'color', {
564
- get: this.computedColor
575
+ get: function get() {
576
+ return _this.computedColor;
577
+ }
565
578
  });
566
579
  Object.defineProperty(options, 'backgroundColor', {
567
- get: this.computedBgColor
580
+ get: function get() {
581
+ return _this.computedBgColor;
582
+ }
568
583
  });
569
584
  return options;
570
585
  },
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-vue-inputs',
6
6
  productName: 'Kendo UI for Vue',
7
7
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
8
- publishDate: 1674816456,
8
+ publishDate: 1675158950,
9
9
  version: '',
10
10
  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'
11
11
  };
@@ -541,30 +541,45 @@ var SignatureVue2 = {
541
541
  this.canvas.$el.focus();
542
542
  },
543
543
  getImperativeHandle: function getImperativeHandle() {
544
+ var _this = this;
544
545
  var options = {
545
546
  element: this.$el,
546
547
  focus: this.focusElement()
547
548
  };
548
549
  Object.defineProperty(options, 'name', {
549
- get: this.name
550
+ get: function get() {
551
+ return _this.name;
552
+ }
550
553
  });
551
554
  Object.defineProperty(options, 'value', {
552
- get: this.computedValue
555
+ get: function get() {
556
+ return _this.computedValue;
557
+ }
553
558
  });
554
559
  Object.defineProperty(options, 'validity', {
555
- get: this.validityGetter()
560
+ get: function get() {
561
+ return _this.validityGetter();
562
+ }
556
563
  });
557
564
  Object.defineProperty(options, 'validityStyles', {
558
- get: this.validityStyles
565
+ get: function get() {
566
+ return _this.validityStyles;
567
+ }
559
568
  });
560
569
  Object.defineProperty(options, 'required', {
561
- get: this.required
570
+ get: function get() {
571
+ return _this.required;
572
+ }
562
573
  });
563
574
  Object.defineProperty(options, 'color', {
564
- get: this.computedColor
575
+ get: function get() {
576
+ return _this.computedColor;
577
+ }
565
578
  });
566
579
  Object.defineProperty(options, 'backgroundColor', {
567
- get: this.computedBgColor
580
+ get: function get() {
581
+ return _this.computedBgColor;
582
+ }
568
583
  });
569
584
  return options;
570
585
  },
@@ -8,7 +8,7 @@ exports.packageMetadata = {
8
8
  name: '@progress/kendo-vue-inputs',
9
9
  productName: 'Kendo UI for Vue',
10
10
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
11
- publishDate: 1674816456,
11
+ publishDate: 1675158950,
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
  };
@@ -547,30 +547,45 @@ var SignatureVue2 = {
547
547
  this.canvas.$el.focus();
548
548
  },
549
549
  getImperativeHandle: function getImperativeHandle() {
550
+ var _this = this;
550
551
  var options = {
551
552
  element: this.$el,
552
553
  focus: this.focusElement()
553
554
  };
554
555
  Object.defineProperty(options, 'name', {
555
- get: this.name
556
+ get: function get() {
557
+ return _this.name;
558
+ }
556
559
  });
557
560
  Object.defineProperty(options, 'value', {
558
- get: this.computedValue
561
+ get: function get() {
562
+ return _this.computedValue;
563
+ }
559
564
  });
560
565
  Object.defineProperty(options, 'validity', {
561
- get: this.validityGetter()
566
+ get: function get() {
567
+ return _this.validityGetter();
568
+ }
562
569
  });
563
570
  Object.defineProperty(options, 'validityStyles', {
564
- get: this.validityStyles
571
+ get: function get() {
572
+ return _this.validityStyles;
573
+ }
565
574
  });
566
575
  Object.defineProperty(options, 'required', {
567
- get: this.required
576
+ get: function get() {
577
+ return _this.required;
578
+ }
568
579
  });
569
580
  Object.defineProperty(options, 'color', {
570
- get: this.computedColor
581
+ get: function get() {
582
+ return _this.computedColor;
583
+ }
571
584
  });
572
585
  Object.defineProperty(options, 'backgroundColor', {
573
- get: this.computedBgColor
586
+ get: function get() {
587
+ return _this.computedBgColor;
588
+ }
574
589
  });
575
590
  return options;
576
591
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-vue-inputs",
3
3
  "description": "Kendo UI for Vue Input package",
4
- "version": "3.8.3-dev.202301271102",
4
+ "version": "3.8.3-dev.202301311010",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/telerik/kendo-vue.git"
@@ -46,11 +46,11 @@
46
46
  },
47
47
  "dependencies": {
48
48
  "@progress/kendo-inputs-common": "^3.1.0",
49
- "@progress/kendo-vue-buttons": "3.8.3-dev.202301271102",
50
- "@progress/kendo-vue-common": "3.8.3-dev.202301271102",
51
- "@progress/kendo-vue-dialogs": "3.8.3-dev.202301271102",
52
- "@progress/kendo-vue-labels": "3.8.3-dev.202301271102",
53
- "@progress/kendo-vue-popup": "3.8.3-dev.202301271102"
49
+ "@progress/kendo-vue-buttons": "3.8.3-dev.202301311010",
50
+ "@progress/kendo-vue-common": "3.8.3-dev.202301311010",
51
+ "@progress/kendo-vue-dialogs": "3.8.3-dev.202301311010",
52
+ "@progress/kendo-vue-labels": "3.8.3-dev.202301311010",
53
+ "@progress/kendo-vue-popup": "3.8.3-dev.202301311010"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@progress/kendo-data-query": "^1.5.5",
@@ -59,13 +59,13 @@
59
59
  "@progress/kendo-file-saver": "^1.1.1",
60
60
  "@progress/kendo-licensing": "^1.3.0",
61
61
  "@progress/kendo-svg-icons": "^1.0.0",
62
- "@progress/kendo-vue-buttons": "3.8.3-dev.202301271102",
63
- "@progress/kendo-vue-dropdowns": "3.8.3-dev.202301271102",
64
- "@progress/kendo-vue-form": "3.8.3-dev.202301271102",
65
- "@progress/kendo-vue-intl": "3.8.3-dev.202301271102",
66
- "@progress/kendo-vue-labels": "3.8.3-dev.202301271102",
67
- "@progress/kendo-vue-tooltip": "3.8.3-dev.202301271102",
68
- "@progress/kendo-vue-upload": "3.8.3-dev.202301271102",
62
+ "@progress/kendo-vue-buttons": "3.8.3-dev.202301311010",
63
+ "@progress/kendo-vue-dropdowns": "3.8.3-dev.202301311010",
64
+ "@progress/kendo-vue-form": "3.8.3-dev.202301311010",
65
+ "@progress/kendo-vue-intl": "3.8.3-dev.202301311010",
66
+ "@progress/kendo-vue-labels": "3.8.3-dev.202301311010",
67
+ "@progress/kendo-vue-tooltip": "3.8.3-dev.202301311010",
68
+ "@progress/kendo-vue-upload": "3.8.3-dev.202301311010",
69
69
  "cldr-core": "^41.0.0",
70
70
  "cldr-dates-full": "^41.0.0",
71
71
  "cldr-numbers-full": "^41.0.0"