Socket
Socket
Sign inDemoInstall

@progress/kendo-vue-inputs

Package Overview
Dependencies
52
Maintainers
1
Versions
536
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.2.0-dev.202401161027 to 4.2.0

2

dist/es/package-metadata.js

@@ -8,5 +8,5 @@ /**

productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
publishDate: 1705400267,
publishDate: 1705504174,
version: '',
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'
};

@@ -166,6 +166,12 @@ // @ts-ignore

role: 'switch',
"aria-labelledby": this.$props.ariaLabelledBy,
"aria-describedby": this.$props.ariaDescribedBy,
"aria-checked": this.computedValue,
"aria-disabled": disabled || undefined,
dir: this.currentDir
dir: this.currentDir,
tabindex: getTabIndex(tabIndex, disabled, undefined),
accesskey: this.$props.accessKey
},
"aria-labelledby": this.$props.ariaLabelledBy,
"aria-describedby": this.$props.ariaDescribedBy,
"aria-checked": this.computedValue,

@@ -183,18 +189,8 @@ "aria-disabled": disabled || undefined,

onFocusout: this.handleWrapperBlur,
onFocusin: this.handleWrapperFocus
onFocusin: this.handleWrapperFocus,
tabindex: getTabIndex(tabIndex, disabled, undefined),
accesskey: this.$props.accessKey
}, [h("span", {
"class": this.switchTrackClass,
id: id || this._id,
attrs: this.v3 ? undefined : {
id: id || this._id,
"aria-labelledby": this.$props.ariaLabelledBy,
"aria-describedby": this.$props.ariaDescribedBy,
tabindex: getTabIndex(tabIndex, disabled, undefined),
accesskey: this.$props.accessKey
},
"aria-labelledby": this.$props.ariaLabelledBy,
"aria-describedby": this.$props.ariaDescribedBy,
ref: setRef(this, 'element'),
tabindex: getTabIndex(tabIndex, disabled, undefined),
accesskey: this.$props.accessKey
ref: setRef(this, 'element')
}, [h("input", {

@@ -204,2 +200,3 @@ type: "checkbox",

type: "checkbox",
id: id || this._id,
tabindex: -1,

@@ -210,2 +207,3 @@ name: this.$props.name,

},
id: id || this._id,
checked: this.v3 ? this.$props.checked : null,

@@ -212,0 +210,0 @@ domProps: this.v3 ? undefined : {

@@ -8,5 +8,5 @@ /**

productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
publishDate: 1705400267,
publishDate: 1705504174,
version: '',
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'
};

@@ -166,6 +166,12 @@ // @ts-ignore

role: 'switch',
"aria-labelledby": this.$props.ariaLabelledBy,
"aria-describedby": this.$props.ariaDescribedBy,
"aria-checked": this.computedValue,
"aria-disabled": disabled || undefined,
dir: this.currentDir
dir: this.currentDir,
tabindex: getTabIndex(tabIndex, disabled, undefined),
accesskey: this.$props.accessKey
},
"aria-labelledby": this.$props.ariaLabelledBy,
"aria-describedby": this.$props.ariaDescribedBy,
"aria-checked": this.computedValue,

@@ -183,18 +189,8 @@ "aria-disabled": disabled || undefined,

onFocusout: this.handleWrapperBlur,
onFocusin: this.handleWrapperFocus
onFocusin: this.handleWrapperFocus,
tabindex: getTabIndex(tabIndex, disabled, undefined),
accesskey: this.$props.accessKey
}, [h("span", {
"class": this.switchTrackClass,
id: id || this._id,
attrs: this.v3 ? undefined : {
id: id || this._id,
"aria-labelledby": this.$props.ariaLabelledBy,
"aria-describedby": this.$props.ariaDescribedBy,
tabindex: getTabIndex(tabIndex, disabled, undefined),
accesskey: this.$props.accessKey
},
"aria-labelledby": this.$props.ariaLabelledBy,
"aria-describedby": this.$props.ariaDescribedBy,
ref: setRef(this, 'element'),
tabindex: getTabIndex(tabIndex, disabled, undefined),
accesskey: this.$props.accessKey
ref: setRef(this, 'element')
}, [h("input", {

@@ -204,2 +200,3 @@ type: "checkbox",

type: "checkbox",
id: id || this._id,
tabindex: -1,

@@ -210,2 +207,3 @@ name: this.$props.name,

},
id: id || this._id,
checked: this.v3 ? this.$props.checked : null,

@@ -212,0 +210,0 @@ domProps: this.v3 ? undefined : {

@@ -11,5 +11,5 @@ "use strict";

productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
publishDate: 1705400267,
publishDate: 1705504174,
version: '',
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'
};

@@ -172,6 +172,12 @@ "use strict";

role: 'switch',
"aria-labelledby": this.$props.ariaLabelledBy,
"aria-describedby": this.$props.ariaDescribedBy,
"aria-checked": this.computedValue,
"aria-disabled": disabled || undefined,
dir: this.currentDir
dir: this.currentDir,
tabindex: (0, kendo_vue_common_1.getTabIndex)(tabIndex, disabled, undefined),
accesskey: this.$props.accessKey
},
"aria-labelledby": this.$props.ariaLabelledBy,
"aria-describedby": this.$props.ariaDescribedBy,
"aria-checked": this.computedValue,

@@ -189,18 +195,8 @@ "aria-disabled": disabled || undefined,

onFocusout: this.handleWrapperBlur,
onFocusin: this.handleWrapperFocus
onFocusin: this.handleWrapperFocus,
tabindex: (0, kendo_vue_common_1.getTabIndex)(tabIndex, disabled, undefined),
accesskey: this.$props.accessKey
}, [h("span", {
"class": this.switchTrackClass,
id: id || this._id,
attrs: this.v3 ? undefined : {
id: id || this._id,
"aria-labelledby": this.$props.ariaLabelledBy,
"aria-describedby": this.$props.ariaDescribedBy,
tabindex: (0, kendo_vue_common_1.getTabIndex)(tabIndex, disabled, undefined),
accesskey: this.$props.accessKey
},
"aria-labelledby": this.$props.ariaLabelledBy,
"aria-describedby": this.$props.ariaDescribedBy,
ref: (0, kendo_vue_common_1.setRef)(this, 'element'),
tabindex: (0, kendo_vue_common_1.getTabIndex)(tabIndex, disabled, undefined),
accesskey: this.$props.accessKey
ref: (0, kendo_vue_common_1.setRef)(this, 'element')
}, [h("input", {

@@ -210,2 +206,3 @@ type: "checkbox",

type: "checkbox",
id: id || this._id,
tabindex: -1,

@@ -216,2 +213,3 @@ name: this.$props.name,

},
id: id || this._id,
checked: this.v3 ? this.$props.checked : null,

@@ -218,0 +216,0 @@ domProps: this.v3 ? undefined : {

{
"name": "@progress/kendo-vue-inputs",
"description": "Kendo UI for Vue Input package",
"version": "4.2.0-dev.202401161027",
"version": "4.2.0",
"repository": {

@@ -50,7 +50,7 @@ "type": "git",

"@progress/kendo-inputs-common": "^3.1.0",
"@progress/kendo-vue-buttons": "4.2.0-dev.202401161027",
"@progress/kendo-vue-common": "4.2.0-dev.202401161027",
"@progress/kendo-vue-dialogs": "4.2.0-dev.202401161027",
"@progress/kendo-vue-labels": "4.2.0-dev.202401161027",
"@progress/kendo-vue-popup": "4.2.0-dev.202401161027"
"@progress/kendo-vue-buttons": "4.2.0",
"@progress/kendo-vue-common": "4.2.0",
"@progress/kendo-vue-dialogs": "4.2.0",
"@progress/kendo-vue-labels": "4.2.0",
"@progress/kendo-vue-popup": "4.2.0"
},

@@ -64,9 +64,9 @@ "devDependencies": {

"@progress/kendo-svg-icons": "^2.0.0",
"@progress/kendo-vue-buttons": "4.2.0-dev.202401161027",
"@progress/kendo-vue-dropdowns": "4.2.0-dev.202401161027",
"@progress/kendo-vue-form": "4.2.0-dev.202401161027",
"@progress/kendo-vue-intl": "4.2.0-dev.202401161027",
"@progress/kendo-vue-labels": "4.2.0-dev.202401161027",
"@progress/kendo-vue-tooltip": "4.2.0-dev.202401161027",
"@progress/kendo-vue-upload": "4.2.0-dev.202401161027",
"@progress/kendo-vue-buttons": "4.2.0",
"@progress/kendo-vue-dropdowns": "4.2.0",
"@progress/kendo-vue-form": "4.2.0",
"@progress/kendo-vue-intl": "4.2.0",
"@progress/kendo-vue-labels": "4.2.0",
"@progress/kendo-vue-tooltip": "4.2.0",
"@progress/kendo-vue-upload": "4.2.0",
"cldr-core": "^41.0.0",

@@ -73,0 +73,0 @@ "cldr-dates-full": "^41.0.0",

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc