@progress/kendo-angular-scheduler 4.3.3-dev.202209201510 → 4.3.4-dev.202209261137

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.
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-scheduler',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1663686500,
12
+ publishDate: 1664192129,
13
13
  version: '',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
15
15
  };
@@ -68,7 +68,7 @@ export class BaseViewItem {
68
68
  }
69
69
  }
70
70
  toggle(visible) {
71
- this.setStyles({ display: visible ? 'block' : 'none' });
71
+ this.setStyles({ display: visible ? null : 'none' });
72
72
  }
73
73
  reflow() {
74
74
  const rect = this.rect;
@@ -43,7 +43,7 @@ const packageMetadata = {
43
43
  name: '@progress/kendo-angular-scheduler',
44
44
  productName: 'Kendo UI for Angular',
45
45
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
46
- publishDate: 1663686500,
46
+ publishDate: 1664192129,
47
47
  version: '',
48
48
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
49
49
  };
@@ -8922,7 +8922,7 @@ class BaseViewItem {
8922
8922
  }
8923
8923
  }
8924
8924
  toggle(visible) {
8925
- this.setStyles({ display: visible ? 'block' : 'none' });
8925
+ this.setStyles({ display: visible ? null : 'none' });
8926
8926
  }
8927
8927
  reflow() {
8928
8928
  const rect = this.rect;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-scheduler",
3
- "version": "4.3.3-dev.202209201510",
3
+ "version": "4.3.4-dev.202209261137",
4
4
  "description": "Kendo UI Scheduler Angular",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",