@progress/kendo-vue-buttons 4.1.1-dev.202312191614 → 4.2.0-dev.202401161027

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.
@@ -23,6 +23,7 @@ import navigation from './utils/navigation';
23
23
  import { Popup } from '@progress/kendo-vue-popup';
24
24
  import { getAnchorAlign, getPopupAlign } from './utils/popup';
25
25
  import { validatePackage, templateRendering, getListeners, canUseDOM } from '@progress/kendo-vue-common';
26
+ import { caretAltDownIcon } from '@progress/kendo-svg-icons';
26
27
  import { packageMetadata } from '../package-metadata';
27
28
  /**
28
29
  * @hidden
@@ -319,9 +320,9 @@ var SplitButtonVue2 = {
319
320
  } : [_this3.$props.text, defaultSlot]),
320
321
  // @ts-ignore
321
322
  h(KendoButton, {
322
- "class": 'k-split-button-arrow',
323
- size: this.$props.size,
323
+ svgIcon: caretAltDownIcon,
324
324
  attrs: this.v3 ? undefined : {
325
+ svgIcon: caretAltDownIcon,
325
326
  size: this.$props.size,
326
327
  rounded: this.$props.rounded,
327
328
  fillMode: this.$props.fillMode,
@@ -333,6 +334,7 @@ var SplitButtonVue2 = {
333
334
  dir: dir,
334
335
  "aria-label": "menu toggling button"
335
336
  },
337
+ size: this.$props.size,
336
338
  rounded: this.$props.rounded,
337
339
  fillMode: this.$props.fillMode,
338
340
  themeColor: this.$props.themeColor,
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-vue-buttons',
6
6
  productName: 'Kendo UI for Vue',
7
7
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
8
- publishDate: 1703001435,
8
+ publishDate: 1705400180,
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
  };
@@ -23,6 +23,7 @@ import navigation from './utils/navigation.js';
23
23
  import { Popup } from '@progress/kendo-vue-popup';
24
24
  import { getAnchorAlign, getPopupAlign } from './utils/popup.js';
25
25
  import { validatePackage, templateRendering, getListeners, canUseDOM } from '@progress/kendo-vue-common';
26
+ import { caretAltDownIcon } from '@progress/kendo-svg-icons';
26
27
  import { packageMetadata } from '../package-metadata.js';
27
28
  /**
28
29
  * @hidden
@@ -319,9 +320,9 @@ var SplitButtonVue2 = {
319
320
  } : [_this3.$props.text, defaultSlot]),
320
321
  // @ts-ignore
321
322
  h(KendoButton, {
322
- "class": 'k-split-button-arrow',
323
- size: this.$props.size,
323
+ svgIcon: caretAltDownIcon,
324
324
  attrs: this.v3 ? undefined : {
325
+ svgIcon: caretAltDownIcon,
325
326
  size: this.$props.size,
326
327
  rounded: this.$props.rounded,
327
328
  fillMode: this.$props.fillMode,
@@ -333,6 +334,7 @@ var SplitButtonVue2 = {
333
334
  dir: dir,
334
335
  "aria-label": "menu toggling button"
335
336
  },
337
+ size: this.$props.size,
336
338
  rounded: this.$props.rounded,
337
339
  fillMode: this.$props.fillMode,
338
340
  themeColor: this.$props.themeColor,
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-vue-buttons',
6
6
  productName: 'Kendo UI for Vue',
7
7
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
8
- publishDate: 1703001435,
8
+ publishDate: 1705400180,
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
  };
@@ -29,6 +29,7 @@ var navigation_1 = require("./utils/navigation");
29
29
  var kendo_vue_popup_1 = require("@progress/kendo-vue-popup");
30
30
  var popup_1 = require("./utils/popup");
31
31
  var kendo_vue_common_2 = require("@progress/kendo-vue-common");
32
+ var kendo_svg_icons_1 = require("@progress/kendo-svg-icons");
32
33
  var package_metadata_1 = require("../package-metadata");
33
34
  /**
34
35
  * @hidden
@@ -325,9 +326,9 @@ var SplitButtonVue2 = {
325
326
  } : [_this3.$props.text, defaultSlot]),
326
327
  // @ts-ignore
327
328
  h(Button_1.Button, {
328
- "class": 'k-split-button-arrow',
329
- size: this.$props.size,
329
+ svgIcon: kendo_svg_icons_1.caretAltDownIcon,
330
330
  attrs: this.v3 ? undefined : {
331
+ svgIcon: kendo_svg_icons_1.caretAltDownIcon,
331
332
  size: this.$props.size,
332
333
  rounded: this.$props.rounded,
333
334
  fillMode: this.$props.fillMode,
@@ -339,6 +340,7 @@ var SplitButtonVue2 = {
339
340
  dir: dir,
340
341
  "aria-label": "menu toggling button"
341
342
  },
343
+ size: this.$props.size,
342
344
  rounded: this.$props.rounded,
343
345
  fillMode: this.$props.fillMode,
344
346
  themeColor: this.$props.themeColor,
@@ -8,7 +8,7 @@ exports.packageMetadata = {
8
8
  name: '@progress/kendo-vue-buttons',
9
9
  productName: 'Kendo UI for Vue',
10
10
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
11
- publishDate: 1703001435,
11
+ publishDate: 1705400180,
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-buttons",
3
3
  "description": "Kendo UI for Vue Buttons package",
4
- "version": "4.1.1-dev.202312191614",
4
+ "version": "4.2.0-dev.202401161027",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/telerik/kendo-vue.git"
@@ -41,15 +41,15 @@
41
41
  "vue": "^2.6.12 || ^3.0.2"
42
42
  },
43
43
  "dependencies": {
44
- "@progress/kendo-vue-common": "4.1.1-dev.202312191614",
45
- "@progress/kendo-vue-popup": "4.1.1-dev.202312191614"
44
+ "@progress/kendo-vue-common": "4.2.0-dev.202401161027",
45
+ "@progress/kendo-vue-popup": "4.2.0-dev.202401161027"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@progress/kendo-drawing": "^1.5.12",
49
49
  "@progress/kendo-svg-icons": "^2.0.0",
50
- "@progress/kendo-vue-dropdowns": "4.1.1-dev.202312191614",
51
- "@progress/kendo-vue-inputs": "4.1.1-dev.202312191614",
52
- "@progress/kendo-vue-layout": "4.1.1-dev.202312191614"
50
+ "@progress/kendo-vue-dropdowns": "4.2.0-dev.202401161027",
51
+ "@progress/kendo-vue-inputs": "4.2.0-dev.202401161027",
52
+ "@progress/kendo-vue-layout": "4.2.0-dev.202401161027"
53
53
  },
54
54
  "@progress": {
55
55
  "friendlyName": "Buttons",