@progress/kendo-vue-dropdowns 3.5.1 → 3.5.2-dev.202209020458
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/dist/cdn/js/kendo-vue-dropdowns.js +1 -1
- package/dist/es/ComboBox/ComboBox.js +1 -1
- package/dist/es/common/ClearButton.js +1 -1
- package/dist/es/common/List.js +1 -1
- package/dist/es/messages/{index.d.ts → main.d.ts} +0 -0
- package/dist/es/messages/{index.js → main.js} +0 -0
- package/dist/es/package-metadata.js +1 -1
- package/dist/esm/ComboBox/ComboBox.js +1 -1
- package/dist/esm/common/ClearButton.js +1 -1
- package/dist/esm/common/List.js +1 -1
- package/dist/esm/messages/{index.d.ts → main.d.ts} +0 -0
- package/dist/esm/messages/{index.js → main.js} +0 -0
- package/dist/esm/package-metadata.js +1 -1
- package/dist/npm/ComboBox/ComboBox.js +2 -2
- package/dist/npm/common/ClearButton.js +2 -2
- package/dist/npm/common/List.js +2 -2
- package/dist/npm/messages/{index.d.ts → main.d.ts} +0 -0
- package/dist/npm/messages/{index.js → main.js} +0 -0
- package/dist/npm/package-metadata.js +1 -1
- package/package.json +5 -5
|
@@ -32,7 +32,7 @@ import { ListContainer } from '../common/ListContainer';
|
|
|
32
32
|
import { List } from '../common/List';
|
|
33
33
|
import { ClearButton } from '../common/ClearButton';
|
|
34
34
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
35
|
-
import { expandButton, messages } from '../messages';
|
|
35
|
+
import { expandButton, messages } from '../messages/main';
|
|
36
36
|
var VALIDATION_MESSAGE = 'Please enter a valid value!';
|
|
37
37
|
/**
|
|
38
38
|
* @hidden
|
|
@@ -5,7 +5,7 @@ var gh = allVue.h;
|
|
|
5
5
|
var isV3 = allVue.version && allVue.version[0] === '3';
|
|
6
6
|
var inject = allVue.inject;
|
|
7
7
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
8
|
-
import { messages, clear } from '../messages';
|
|
8
|
+
import { messages, clear } from '../messages/main';
|
|
9
9
|
/**
|
|
10
10
|
* @hidden
|
|
11
11
|
*/
|
package/dist/es/common/List.js
CHANGED
|
@@ -9,7 +9,7 @@ import { ListItem } from './ListItem';
|
|
|
9
9
|
import { areSame } from './utils';
|
|
10
10
|
import { getTemplate, getDefaultSlots, setRef, getRef } from '@progress/kendo-vue-common';
|
|
11
11
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
12
|
-
import { messages, nodata } from '../messages';
|
|
12
|
+
import { messages, nodata } from '../messages/main';
|
|
13
13
|
/**
|
|
14
14
|
* @hidden
|
|
15
15
|
*/
|
|
File without changes
|
|
File without changes
|
|
@@ -5,7 +5,7 @@ export var packageMetadata = {
|
|
|
5
5
|
name: '@progress/kendo-vue-dropdowns',
|
|
6
6
|
productName: 'Kendo UI for Vue',
|
|
7
7
|
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
|
|
8
|
-
publishDate:
|
|
8
|
+
publishDate: 1662094045,
|
|
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
|
};
|
|
@@ -32,7 +32,7 @@ import { ListContainer } from '../common/ListContainer.js';
|
|
|
32
32
|
import { List } from '../common/List.js';
|
|
33
33
|
import { ClearButton } from '../common/ClearButton.js';
|
|
34
34
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
35
|
-
import { expandButton, messages } from '../messages.js';
|
|
35
|
+
import { expandButton, messages } from '../messages/main.js';
|
|
36
36
|
var VALIDATION_MESSAGE = 'Please enter a valid value!';
|
|
37
37
|
/**
|
|
38
38
|
* @hidden
|
|
@@ -5,7 +5,7 @@ var gh = allVue.h;
|
|
|
5
5
|
var isV3 = allVue.version && allVue.version[0] === '3';
|
|
6
6
|
var inject = allVue.inject;
|
|
7
7
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
8
|
-
import { messages, clear } from '../messages.js';
|
|
8
|
+
import { messages, clear } from '../messages/main.js';
|
|
9
9
|
/**
|
|
10
10
|
* @hidden
|
|
11
11
|
*/
|
package/dist/esm/common/List.js
CHANGED
|
@@ -9,7 +9,7 @@ import { ListItem } from './ListItem.js';
|
|
|
9
9
|
import { areSame } from './utils.js';
|
|
10
10
|
import { getTemplate, getDefaultSlots, setRef, getRef } from '@progress/kendo-vue-common';
|
|
11
11
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
12
|
-
import { messages, nodata } from '../messages.js';
|
|
12
|
+
import { messages, nodata } from '../messages/main.js';
|
|
13
13
|
/**
|
|
14
14
|
* @hidden
|
|
15
15
|
*/
|
|
File without changes
|
|
File without changes
|
|
@@ -5,7 +5,7 @@ export var packageMetadata = {
|
|
|
5
5
|
name: '@progress/kendo-vue-dropdowns',
|
|
6
6
|
productName: 'Kendo UI for Vue',
|
|
7
7
|
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
|
|
8
|
-
publishDate:
|
|
8
|
+
publishDate: 1662094045,
|
|
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
|
};
|
|
@@ -50,7 +50,7 @@ var ClearButton_1 = require("../common/ClearButton");
|
|
|
50
50
|
|
|
51
51
|
var kendo_vue_intl_1 = require("@progress/kendo-vue-intl");
|
|
52
52
|
|
|
53
|
-
var
|
|
53
|
+
var main_1 = require("../messages/main");
|
|
54
54
|
|
|
55
55
|
var VALIDATION_MESSAGE = 'Please enter a valid value!';
|
|
56
56
|
/**
|
|
@@ -779,7 +779,7 @@ var ComboBoxVue2 = {
|
|
|
779
779
|
animate: true,
|
|
780
780
|
height: '200px'
|
|
781
781
|
}, this.$props.popupSettings);
|
|
782
|
-
var ariaLabelExpandButton = (0, kendo_vue_intl_1.provideLocalizationService)(this).toLanguageString(
|
|
782
|
+
var ariaLabelExpandButton = (0, kendo_vue_intl_1.provideLocalizationService)(this).toLanguageString(main_1.expandButton, main_1.messages[main_1.expandButton]);
|
|
783
783
|
vs.enabled = virtual !== undefined;
|
|
784
784
|
|
|
785
785
|
if (virtual !== undefined) {
|
|
@@ -14,7 +14,7 @@ var inject = allVue.inject;
|
|
|
14
14
|
|
|
15
15
|
var kendo_vue_intl_1 = require("@progress/kendo-vue-intl");
|
|
16
16
|
|
|
17
|
-
var
|
|
17
|
+
var main_1 = require("../messages/main");
|
|
18
18
|
/**
|
|
19
19
|
* @hidden
|
|
20
20
|
*/
|
|
@@ -47,7 +47,7 @@ var ClearButtonVue2 = {
|
|
|
47
47
|
// @ts-ignore
|
|
48
48
|
render: function render(createElement) {
|
|
49
49
|
var h = gh || createElement;
|
|
50
|
-
var title = (0, kendo_vue_intl_1.provideLocalizationService)(this).toLanguageString(
|
|
50
|
+
var title = (0, kendo_vue_intl_1.provideLocalizationService)(this).toLanguageString(main_1.clear, main_1.messages[main_1.clear]);
|
|
51
51
|
return h("span", {
|
|
52
52
|
"class": "k-clear-value",
|
|
53
53
|
role: "button",
|
package/dist/npm/common/List.js
CHANGED
|
@@ -21,7 +21,7 @@ var kendo_vue_common_1 = require("@progress/kendo-vue-common");
|
|
|
21
21
|
|
|
22
22
|
var kendo_vue_intl_1 = require("@progress/kendo-vue-intl");
|
|
23
23
|
|
|
24
|
-
var
|
|
24
|
+
var main_1 = require("../messages/main");
|
|
25
25
|
/**
|
|
26
26
|
* @hidden
|
|
27
27
|
*/
|
|
@@ -99,7 +99,7 @@ var ListVue2 = {
|
|
|
99
99
|
var noDataRender = this.$props.noDataRender;
|
|
100
100
|
var noDataElement = h("div", {
|
|
101
101
|
"class": 'k-nodata'
|
|
102
|
-
}, [h("div", [localizationService.toLanguageString(
|
|
102
|
+
}, [h("div", [localizationService.toLanguageString(main_1.nodata, main_1.messages[main_1.nodata])])]);
|
|
103
103
|
return kendo_vue_common_1.getTemplate.call(this, {
|
|
104
104
|
h: h,
|
|
105
105
|
template: noDataRender,
|
|
File without changes
|
|
File without changes
|
|
@@ -8,7 +8,7 @@ exports.packageMetadata = {
|
|
|
8
8
|
name: '@progress/kendo-vue-dropdowns',
|
|
9
9
|
productName: 'Kendo UI for Vue',
|
|
10
10
|
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
|
|
11
|
-
publishDate:
|
|
11
|
+
publishDate: 1662094045,
|
|
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
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-vue-dropdowns",
|
|
3
3
|
"description": "Kendo UI for Vue Dropdowns package",
|
|
4
|
-
"version": "3.5.
|
|
4
|
+
"version": "3.5.2-dev.202209020458",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/telerik/kendo-vue.git"
|
|
@@ -49,14 +49,14 @@
|
|
|
49
49
|
"vue": "^2.6.12 || ^3.0.2"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@progress/kendo-vue-buttons": "3.5.
|
|
53
|
-
"@progress/kendo-vue-common": "3.5.
|
|
54
|
-
"@progress/kendo-vue-popup": "3.5.
|
|
52
|
+
"@progress/kendo-vue-buttons": "3.5.2-dev.202209020458",
|
|
53
|
+
"@progress/kendo-vue-common": "3.5.2-dev.202209020458",
|
|
54
|
+
"@progress/kendo-vue-popup": "3.5.2-dev.202209020458"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@progress/kendo-data-query": "^1.5.4",
|
|
58
58
|
"@progress/kendo-licensing": "^1.1.0",
|
|
59
|
-
"@progress/kendo-vue-intl": "3.5.
|
|
59
|
+
"@progress/kendo-vue-intl": "3.5.2-dev.202209020458"
|
|
60
60
|
},
|
|
61
61
|
"author": "Progress",
|
|
62
62
|
"license": "SEE LICENSE IN LICENSE.md",
|