@progress/kendo-vue-layout 4.4.0-dev.202405091413 → 4.4.0-dev.202405101126

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.
@@ -31,15 +31,8 @@ export interface AppBarProps {
31
31
  * * The possible values are:
32
32
  * * `light` (Default)
33
33
  * * 'primary'
34
- * * 'secondary'
35
- * * 'tertiary'
36
- * * 'info'
37
- * * 'success'
38
- * * 'warning'
39
- * * 'error'
40
34
  * * 'dark'
41
35
  * * 'inherit'
42
- * * 'inverse'
43
36
  *
44
37
  */
45
38
  themeColor?: AppBarThemeColor | string;
@@ -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: 1715263425,
8
+ publishDate: 1715339811,
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
  };
@@ -116,7 +116,7 @@ var PanelBarVue2 = {
116
116
  // @ts-ignore
117
117
  render: function render(createElement) {
118
118
  var h = gh || createElement;
119
- var className = classNames('k-panelbar', 'k-pos-relative', this.$props.className);
119
+ var className = classNames('k-panelbar', this.$props.className);
120
120
  var watermark = this.showLicenseWatermark ? h(WatermarkOverlay) : null;
121
121
  return h("ul", {
122
122
  dir: this.$props.dir,
@@ -73,7 +73,7 @@ var PanelBarGroupVue2 = {
73
73
  attrs: this.v3 ? undefined : {
74
74
  role: "group"
75
75
  },
76
- "class": "k-panelbar-group k-panel k-group",
76
+ "class": "k-panelbar-group",
77
77
  style: {
78
78
  display: keepItemsMounted ? this.$data.show ? 'block' : 'none' : 'block'
79
79
  }
@@ -86,7 +86,7 @@ var PanelBarGroupVue2 = {
86
86
  item: item
87
87
  }));
88
88
  }, this)]) : this.$props.content ? h("div", {
89
- "class": "k-panelbar-content k-content"
89
+ "class": "k-panelbar-content"
90
90
  }, [content]) : null : null;
91
91
  return (animation !== undefined ? animation : true) && !disabled ?
92
92
  // @ts-ignore function children
@@ -31,15 +31,8 @@ export interface AppBarProps {
31
31
  * * The possible values are:
32
32
  * * `light` (Default)
33
33
  * * 'primary'
34
- * * 'secondary'
35
- * * 'tertiary'
36
- * * 'info'
37
- * * 'success'
38
- * * 'warning'
39
- * * 'error'
40
34
  * * 'dark'
41
35
  * * 'inherit'
42
- * * 'inverse'
43
36
  *
44
37
  */
45
38
  themeColor?: AppBarThemeColor | string;
@@ -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: 1715263425,
8
+ publishDate: 1715339811,
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
  };
@@ -116,7 +116,7 @@ var PanelBarVue2 = {
116
116
  // @ts-ignore
117
117
  render: function render(createElement) {
118
118
  var h = gh || createElement;
119
- var className = classNames('k-panelbar', 'k-pos-relative', this.$props.className);
119
+ var className = classNames('k-panelbar', this.$props.className);
120
120
  var watermark = this.showLicenseWatermark ? h(WatermarkOverlay) : null;
121
121
  return h("ul", {
122
122
  dir: this.$props.dir,
@@ -73,7 +73,7 @@ var PanelBarGroupVue2 = {
73
73
  attrs: this.v3 ? undefined : {
74
74
  role: "group"
75
75
  },
76
- "class": "k-panelbar-group k-panel k-group",
76
+ "class": "k-panelbar-group",
77
77
  style: {
78
78
  display: keepItemsMounted ? this.$data.show ? 'block' : 'none' : 'block'
79
79
  }
@@ -86,7 +86,7 @@ var PanelBarGroupVue2 = {
86
86
  item: item
87
87
  }));
88
88
  }, this)]) : this.$props.content ? h("div", {
89
- "class": "k-panelbar-content k-content"
89
+ "class": "k-panelbar-content"
90
90
  }, [content]) : null : null;
91
91
  return (animation !== undefined ? animation : true) && !disabled ?
92
92
  // @ts-ignore function children
@@ -31,15 +31,8 @@ export interface AppBarProps {
31
31
  * * The possible values are:
32
32
  * * `light` (Default)
33
33
  * * 'primary'
34
- * * 'secondary'
35
- * * 'tertiary'
36
- * * 'info'
37
- * * 'success'
38
- * * 'warning'
39
- * * 'error'
40
34
  * * 'dark'
41
35
  * * 'inherit'
42
- * * 'inverse'
43
36
  *
44
37
  */
45
38
  themeColor?: AppBarThemeColor | string;
@@ -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: 1715263425,
11
+ publishDate: 1715339811,
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
  };
@@ -122,7 +122,7 @@ var PanelBarVue2 = {
122
122
  // @ts-ignore
123
123
  render: function render(createElement) {
124
124
  var h = gh || createElement;
125
- var className = (0, kendo_vue_common_1.classNames)('k-panelbar', 'k-pos-relative', this.$props.className);
125
+ var className = (0, kendo_vue_common_1.classNames)('k-panelbar', this.$props.className);
126
126
  var watermark = this.showLicenseWatermark ? h(kendo_vue_common_2.WatermarkOverlay) : null;
127
127
  return h("ul", {
128
128
  dir: this.$props.dir,
@@ -79,7 +79,7 @@ var PanelBarGroupVue2 = {
79
79
  attrs: this.v3 ? undefined : {
80
80
  role: "group"
81
81
  },
82
- "class": "k-panelbar-group k-panel k-group",
82
+ "class": "k-panelbar-group",
83
83
  style: {
84
84
  display: keepItemsMounted ? this.$data.show ? 'block' : 'none' : 'block'
85
85
  }
@@ -92,7 +92,7 @@ var PanelBarGroupVue2 = {
92
92
  item: item
93
93
  }));
94
94
  }, this)]) : this.$props.content ? h("div", {
95
- "class": "k-panelbar-content k-content"
95
+ "class": "k-panelbar-content"
96
96
  }, [content]) : null : null;
97
97
  return (animation !== undefined ? animation : true) && !disabled ?
98
98
  // @ts-ignore function children
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": "4.4.0-dev.202405091413",
4
+ "version": "4.4.0-dev.202405101126",
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": "4.4.0-dev.202405091413",
49
- "@progress/kendo-vue-common": "4.4.0-dev.202405091413",
50
- "@progress/kendo-vue-popup": "4.4.0-dev.202405091413"
48
+ "@progress/kendo-vue-animation": "4.4.0-dev.202405101126",
49
+ "@progress/kendo-vue-common": "4.4.0-dev.202405101126",
50
+ "@progress/kendo-vue-popup": "4.4.0-dev.202405101126"
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": "^2.0.0",
58
- "@progress/kendo-vue-buttons": "4.4.0-dev.202405091413",
59
- "@progress/kendo-vue-charts": "4.4.0-dev.202405091413",
60
- "@progress/kendo-vue-dateinputs": "4.4.0-dev.202405091413",
61
- "@progress/kendo-vue-dropdowns": "4.4.0-dev.202405091413",
62
- "@progress/kendo-vue-grid": "4.4.0-dev.202405091413",
63
- "@progress/kendo-vue-indicators": "4.4.0-dev.202405091413",
64
- "@progress/kendo-vue-inputs": "4.4.0-dev.202405091413",
65
- "@progress/kendo-vue-intl": "4.4.0-dev.202405091413",
66
- "@progress/kendo-vue-progressbars": "4.4.0-dev.202405091413"
58
+ "@progress/kendo-vue-buttons": "4.4.0-dev.202405101126",
59
+ "@progress/kendo-vue-charts": "4.4.0-dev.202405101126",
60
+ "@progress/kendo-vue-dateinputs": "4.4.0-dev.202405101126",
61
+ "@progress/kendo-vue-dropdowns": "4.4.0-dev.202405101126",
62
+ "@progress/kendo-vue-grid": "4.4.0-dev.202405101126",
63
+ "@progress/kendo-vue-indicators": "4.4.0-dev.202405101126",
64
+ "@progress/kendo-vue-inputs": "4.4.0-dev.202405101126",
65
+ "@progress/kendo-vue-intl": "4.4.0-dev.202405101126",
66
+ "@progress/kendo-vue-progressbars": "4.4.0-dev.202405101126"
67
67
  },
68
68
  "@progress": {
69
69
  "friendlyName": "Layouts",