@progress/kendo-vue-layout 3.10.1 → 3.10.2-dev.202305221316

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-layout',
6
6
  productName: 'Kendo UI for Vue',
7
7
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
8
- publishDate: 1684213624,
8
+ publishDate: 1684760840,
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
  };
@@ -263,12 +263,15 @@ var TileLayoutVue2 = {
263
263
  }
264
264
  if (shouldUpdate) {
265
265
  this.currentPositions = positions;
266
- this.$emit(isResized ? 'tileresize' : 'reposition', isResized ? {
267
- value: positions,
268
- index: index,
269
- rowSpan: dRowSpan,
270
- colSpan: dColSpan
271
- } : {
266
+ if (isResized) {
267
+ this.$emit('tileresize', {
268
+ value: positions,
269
+ index: index,
270
+ rowSpan: dRowSpan,
271
+ colSpan: dColSpan
272
+ });
273
+ }
274
+ this.$emit('reposition', {
272
275
  value: positions,
273
276
  index: index,
274
277
  row: dOrder,
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-vue-layout',
6
6
  productName: 'Kendo UI for Vue',
7
7
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
8
- publishDate: 1684213624,
8
+ publishDate: 1684760840,
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
  };
@@ -263,12 +263,15 @@ var TileLayoutVue2 = {
263
263
  }
264
264
  if (shouldUpdate) {
265
265
  this.currentPositions = positions;
266
- this.$emit(isResized ? 'tileresize' : 'reposition', isResized ? {
267
- value: positions,
268
- index: index,
269
- rowSpan: dRowSpan,
270
- colSpan: dColSpan
271
- } : {
266
+ if (isResized) {
267
+ this.$emit('tileresize', {
268
+ value: positions,
269
+ index: index,
270
+ rowSpan: dRowSpan,
271
+ colSpan: dColSpan
272
+ });
273
+ }
274
+ this.$emit('reposition', {
272
275
  value: positions,
273
276
  index: index,
274
277
  row: dOrder,
@@ -8,7 +8,7 @@ exports.packageMetadata = {
8
8
  name: '@progress/kendo-vue-layout',
9
9
  productName: 'Kendo UI for Vue',
10
10
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
11
- publishDate: 1684213624,
11
+ publishDate: 1684760840,
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
  };
@@ -269,12 +269,15 @@ var TileLayoutVue2 = {
269
269
  }
270
270
  if (shouldUpdate) {
271
271
  this.currentPositions = positions;
272
- this.$emit(isResized ? 'tileresize' : 'reposition', isResized ? {
273
- value: positions,
274
- index: index,
275
- rowSpan: dRowSpan,
276
- colSpan: dColSpan
277
- } : {
272
+ if (isResized) {
273
+ this.$emit('tileresize', {
274
+ value: positions,
275
+ index: index,
276
+ rowSpan: dRowSpan,
277
+ colSpan: dColSpan
278
+ });
279
+ }
280
+ this.$emit('reposition', {
278
281
  value: positions,
279
282
  index: index,
280
283
  row: dOrder,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-vue-layout",
3
3
  "description": "Kendo UI for Vue Layouts package",
4
- "version": "3.10.1",
4
+ "version": "3.10.2-dev.202305221316",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/telerik/kendo-vue.git"
@@ -45,9 +45,9 @@
45
45
  "vue": "^2.6.12 || ^3.0.2"
46
46
  },
47
47
  "dependencies": {
48
- "@progress/kendo-vue-animation": "3.10.1",
49
- "@progress/kendo-vue-common": "3.10.1",
50
- "@progress/kendo-vue-popup": "3.10.1"
48
+ "@progress/kendo-vue-animation": "3.10.2-dev.202305221316",
49
+ "@progress/kendo-vue-common": "3.10.2-dev.202305221316",
50
+ "@progress/kendo-vue-popup": "3.10.2-dev.202305221316"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@progress/kendo-data-query": "^1.5.0",
@@ -55,15 +55,15 @@
55
55
  "@progress/kendo-drawing": "^1.8.0",
56
56
  "@progress/kendo-licensing": "^1.3.0",
57
57
  "@progress/kendo-svg-icons": "^1.0.0",
58
- "@progress/kendo-vue-buttons": "3.10.1",
59
- "@progress/kendo-vue-charts": "3.10.1",
60
- "@progress/kendo-vue-dateinputs": "3.10.1",
61
- "@progress/kendo-vue-dropdowns": "3.10.1",
62
- "@progress/kendo-vue-grid": "3.10.1",
63
- "@progress/kendo-vue-indicators": "3.10.1",
64
- "@progress/kendo-vue-inputs": "3.10.1",
65
- "@progress/kendo-vue-intl": "3.10.1",
66
- "@progress/kendo-vue-progressbars": "3.10.1"
58
+ "@progress/kendo-vue-buttons": "3.10.2-dev.202305221316",
59
+ "@progress/kendo-vue-charts": "3.10.2-dev.202305221316",
60
+ "@progress/kendo-vue-dateinputs": "3.10.2-dev.202305221316",
61
+ "@progress/kendo-vue-dropdowns": "3.10.2-dev.202305221316",
62
+ "@progress/kendo-vue-grid": "3.10.2-dev.202305221316",
63
+ "@progress/kendo-vue-indicators": "3.10.2-dev.202305221316",
64
+ "@progress/kendo-vue-inputs": "3.10.2-dev.202305221316",
65
+ "@progress/kendo-vue-intl": "3.10.2-dev.202305221316",
66
+ "@progress/kendo-vue-progressbars": "3.10.2-dev.202305221316"
67
67
  },
68
68
  "@progress": {
69
69
  "friendlyName": "Layouts",