@progress/kendo-vue-editor 3.5.3 → 3.5.4
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-editor.js +1 -1
- package/dist/es/dialogs/FindReplace.js +4 -4
- package/dist/es/package-metadata.js +1 -1
- package/dist/esm/dialogs/FindReplace.js +4 -4
- package/dist/esm/package-metadata.js +1 -1
- package/dist/npm/dialogs/FindReplace.js +4 -4
- package/dist/npm/package-metadata.js +1 -1
- package/package.json +12 -12
|
@@ -256,10 +256,10 @@ var FindAndReplaceDialogVue2 = {
|
|
|
256
256
|
}
|
|
257
257
|
}, this.v3 ? function () {
|
|
258
258
|
return [h("span", {
|
|
259
|
-
"class": "k-icon k-i-
|
|
259
|
+
"class": "k-icon k-i-chevron-".concat(isRtl ? 'right' : 'left')
|
|
260
260
|
}), localization.toLanguageString(findReplacePrevMatch, messages[findReplacePrevMatch])];
|
|
261
261
|
} : [h("span", {
|
|
262
|
-
"class": "k-icon k-i-
|
|
262
|
+
"class": "k-icon k-i-chevron-".concat(isRtl ? 'right' : 'left')
|
|
263
263
|
}), localization.toLanguageString(findReplacePrevMatch, messages[findReplacePrevMatch])]);
|
|
264
264
|
var nextButton = // @ts-ignore function children
|
|
265
265
|
h(Button, {
|
|
@@ -275,10 +275,10 @@ var FindAndReplaceDialogVue2 = {
|
|
|
275
275
|
}
|
|
276
276
|
}, this.v3 ? function () {
|
|
277
277
|
return [localization.toLanguageString(findReplaceNextMatch, messages[findReplaceNextMatch]), h("span", {
|
|
278
|
-
"class": "k-icon k-i-
|
|
278
|
+
"class": "k-icon k-i-chevron-".concat(isRtl ? 'left' : 'right')
|
|
279
279
|
})];
|
|
280
280
|
} : [localization.toLanguageString(findReplaceNextMatch, messages[findReplaceNextMatch]), h("span", {
|
|
281
|
-
"class": "k-icon k-i-
|
|
281
|
+
"class": "k-icon k-i-chevron-".concat(isRtl ? 'left' : 'right')
|
|
282
282
|
})]);
|
|
283
283
|
return h("div", {
|
|
284
284
|
"class": "k-matches-container"
|
|
@@ -5,7 +5,7 @@ export var packageMetadata = {
|
|
|
5
5
|
name: '@progress/kendo-vue-editor',
|
|
6
6
|
productName: 'Kendo UI for Vue',
|
|
7
7
|
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
|
|
8
|
-
publishDate:
|
|
8
|
+
publishDate: 1662729240,
|
|
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
|
};
|
|
@@ -256,10 +256,10 @@ var FindAndReplaceDialogVue2 = {
|
|
|
256
256
|
}
|
|
257
257
|
}, this.v3 ? function () {
|
|
258
258
|
return [h("span", {
|
|
259
|
-
"class": "k-icon k-i-
|
|
259
|
+
"class": "k-icon k-i-chevron-".concat(isRtl ? 'right' : 'left')
|
|
260
260
|
}), localization.toLanguageString(findReplacePrevMatch, messages[findReplacePrevMatch])];
|
|
261
261
|
} : [h("span", {
|
|
262
|
-
"class": "k-icon k-i-
|
|
262
|
+
"class": "k-icon k-i-chevron-".concat(isRtl ? 'right' : 'left')
|
|
263
263
|
}), localization.toLanguageString(findReplacePrevMatch, messages[findReplacePrevMatch])]);
|
|
264
264
|
var nextButton = // @ts-ignore function children
|
|
265
265
|
h(Button, {
|
|
@@ -275,10 +275,10 @@ var FindAndReplaceDialogVue2 = {
|
|
|
275
275
|
}
|
|
276
276
|
}, this.v3 ? function () {
|
|
277
277
|
return [localization.toLanguageString(findReplaceNextMatch, messages[findReplaceNextMatch]), h("span", {
|
|
278
|
-
"class": "k-icon k-i-
|
|
278
|
+
"class": "k-icon k-i-chevron-".concat(isRtl ? 'left' : 'right')
|
|
279
279
|
})];
|
|
280
280
|
} : [localization.toLanguageString(findReplaceNextMatch, messages[findReplaceNextMatch]), h("span", {
|
|
281
|
-
"class": "k-icon k-i-
|
|
281
|
+
"class": "k-icon k-i-chevron-".concat(isRtl ? 'left' : 'right')
|
|
282
282
|
})]);
|
|
283
283
|
return h("div", {
|
|
284
284
|
"class": "k-matches-container"
|
|
@@ -5,7 +5,7 @@ export var packageMetadata = {
|
|
|
5
5
|
name: '@progress/kendo-vue-editor',
|
|
6
6
|
productName: 'Kendo UI for Vue',
|
|
7
7
|
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
|
|
8
|
-
publishDate:
|
|
8
|
+
publishDate: 1662729240,
|
|
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
|
};
|
|
@@ -272,10 +272,10 @@ var FindAndReplaceDialogVue2 = {
|
|
|
272
272
|
}
|
|
273
273
|
}, this.v3 ? function () {
|
|
274
274
|
return [h("span", {
|
|
275
|
-
"class": "k-icon k-i-
|
|
275
|
+
"class": "k-icon k-i-chevron-".concat(isRtl ? 'right' : 'left')
|
|
276
276
|
}), localization.toLanguageString(findReplacePrevMatch, main_1.messages[findReplacePrevMatch])];
|
|
277
277
|
} : [h("span", {
|
|
278
|
-
"class": "k-icon k-i-
|
|
278
|
+
"class": "k-icon k-i-chevron-".concat(isRtl ? 'right' : 'left')
|
|
279
279
|
}), localization.toLanguageString(findReplacePrevMatch, main_1.messages[findReplacePrevMatch])]);
|
|
280
280
|
var nextButton = // @ts-ignore function children
|
|
281
281
|
h(kendo_vue_buttons_1.Button, {
|
|
@@ -291,10 +291,10 @@ var FindAndReplaceDialogVue2 = {
|
|
|
291
291
|
}
|
|
292
292
|
}, this.v3 ? function () {
|
|
293
293
|
return [localization.toLanguageString(findReplaceNextMatch, main_1.messages[findReplaceNextMatch]), h("span", {
|
|
294
|
-
"class": "k-icon k-i-
|
|
294
|
+
"class": "k-icon k-i-chevron-".concat(isRtl ? 'left' : 'right')
|
|
295
295
|
})];
|
|
296
296
|
} : [localization.toLanguageString(findReplaceNextMatch, main_1.messages[findReplaceNextMatch]), h("span", {
|
|
297
|
-
"class": "k-icon k-i-
|
|
297
|
+
"class": "k-icon k-i-chevron-".concat(isRtl ? 'left' : 'right')
|
|
298
298
|
})]);
|
|
299
299
|
return h("div", {
|
|
300
300
|
"class": "k-matches-container"
|
|
@@ -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:
|
|
11
|
+
publishDate: 1662729240,
|
|
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-editor",
|
|
3
3
|
"description": "Kendo UI for Vue Editor package",
|
|
4
|
-
"version": "3.5.
|
|
4
|
+
"version": "3.5.4",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/telerik/kendo-vue.git"
|
|
@@ -49,21 +49,21 @@
|
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@progress/kendo-editor-common": "1.8.0",
|
|
52
|
-
"@progress/kendo-vue-common": "3.5.
|
|
52
|
+
"@progress/kendo-vue-common": "3.5.4"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@progress/kendo-drawing": "^1.8.0",
|
|
56
56
|
"@progress/kendo-licensing": "^1.0.1",
|
|
57
|
-
"@progress/kendo-vue-buttons": "3.5.
|
|
58
|
-
"@progress/kendo-vue-dialogs": "3.5.
|
|
59
|
-
"@progress/kendo-vue-dropdowns": "3.5.
|
|
60
|
-
"@progress/kendo-vue-form": "3.5.
|
|
61
|
-
"@progress/kendo-vue-inputs": "3.5.
|
|
62
|
-
"@progress/kendo-vue-intl": "3.5.
|
|
63
|
-
"@progress/kendo-vue-layout": "3.5.
|
|
64
|
-
"@progress/kendo-vue-pdf": "3.5.
|
|
65
|
-
"@progress/kendo-vue-popup": "3.5.
|
|
66
|
-
"@progress/kendo-vue-upload": "3.5.
|
|
57
|
+
"@progress/kendo-vue-buttons": "3.5.4",
|
|
58
|
+
"@progress/kendo-vue-dialogs": "3.5.4",
|
|
59
|
+
"@progress/kendo-vue-dropdowns": "3.5.4",
|
|
60
|
+
"@progress/kendo-vue-form": "3.5.4",
|
|
61
|
+
"@progress/kendo-vue-inputs": "3.5.4",
|
|
62
|
+
"@progress/kendo-vue-intl": "3.5.4",
|
|
63
|
+
"@progress/kendo-vue-layout": "3.5.4",
|
|
64
|
+
"@progress/kendo-vue-pdf": "3.5.4",
|
|
65
|
+
"@progress/kendo-vue-popup": "3.5.4",
|
|
66
|
+
"@progress/kendo-vue-upload": "3.5.4"
|
|
67
67
|
},
|
|
68
68
|
"@progress": {
|
|
69
69
|
"friendlyName": "Editor",
|