@progress/kendo-angular-gantt 23.3.0-develop.20 → 23.3.0-develop.21

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.
@@ -8,7 +8,7 @@ import { ColumnBase, ColumnComponent, ColumnGroupComponent, SpanColumnComponent,
8
8
  import { cloneDate, addWeeks, firstDayInWeek, addDays, lastDayOfMonth, getDate, firstDayOfMonth, addMonths, lastMonthOfYear, MS_PER_DAY, MS_PER_HOUR, isEqual } from '@progress/kendo-date-math';
9
9
  import { Subject, Subscription, fromEvent, forkJoin, EMPTY, isObservable, of } from 'rxjs';
10
10
  import { validatePackage } from '@progress/kendo-licensing';
11
- import { Keys, isDocumentAvailable, closestInScope, matchesClasses, isPresent as isPresent$1, EventsOutsideAngularDirective, DraggableDirective, PreventableEvent, anyChanged, closest, isFocusable, focusableSelector, isVisible, getLicenseMessage, shouldShowValidationUI, hasObservers, normalizeKeys, WatermarkOverlayComponent, ResizeBatchService } from '@progress/kendo-angular-common';
11
+ import { Keys, closestInScope, matchesClasses, isDocumentAvailable, isPresent as isPresent$1, EventsOutsideAngularDirective, DraggableDirective, PreventableEvent, anyChanged, closest, isFocusable, focusableSelector, isVisible, getLicenseMessage, shouldShowValidationUI, hasObservers, scrollbarWidth, normalizeKeys, WatermarkOverlayComponent, ResizeBatchService } from '@progress/kendo-angular-common';
12
12
  import { map, distinctUntilChanged, take, switchMap, expand, reduce, filter } from 'rxjs/operators';
13
13
  import { getter, touchEnabled } from '@progress/kendo-common';
14
14
  import * as i1 from '@progress/kendo-angular-intl';
@@ -44,8 +44,8 @@ const packageMetadata = {
44
44
  productName: 'Kendo UI for Angular',
45
45
  productCode: 'KENDOUIANGULAR',
46
46
  productCodes: ['KENDOUIANGULAR'],
47
- publishDate: 1774615004,
48
- version: '23.3.0-develop.20',
47
+ publishDate: 1774881286,
48
+ version: '23.3.0-develop.21',
49
49
  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'
50
50
  };
51
51
 
@@ -318,30 +318,6 @@ const getTotalMonthsInBetween = (start, end) => {
318
318
  const diff = end.getMonth() - start.getMonth() + (12 * (end.getFullYear() - start.getFullYear()));
319
319
  return diff <= 1 ? 0 : diff - 1;
320
320
  };
321
- /**
322
- * Persists the initially resolved scrollbar width value.
323
- */
324
- let SCROLLBAR_WIDTH;
325
- /**
326
- * @hidden
327
- *
328
- * Gets the default scrollbar width accoring to the current environment.
329
- */
330
- const scrollbarWidth = () => {
331
- if (!isDocumentAvailable()) {
332
- return;
333
- }
334
- // calculate scrollbar width only once, then return the cached value
335
- if (isNaN(SCROLLBAR_WIDTH)) {
336
- const div = document.createElement('div');
337
- div.style.cssText = 'overflow: scroll; overflow-x: hidden; zoom: 1; clear: both; display: block;';
338
- div.innerHTML = '&nbsp;';
339
- document.body.appendChild(div);
340
- SCROLLBAR_WIDTH = div.offsetWidth - div.scrollWidth;
341
- document.body.removeChild(div);
342
- }
343
- return SCROLLBAR_WIDTH;
344
- };
345
321
  /**
346
322
  * @hidden
347
323
  */
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1774615004,
11
- "version": "23.3.0-develop.20",
10
+ "publishDate": 1774881286,
11
+ "version": "23.3.0-develop.21",
12
12
  "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"
13
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-gantt",
3
- "version": "23.3.0-develop.20",
3
+ "version": "23.3.0-develop.21",
4
4
  "description": "Kendo UI Angular Gantt",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -19,7 +19,7 @@
19
19
  "package": {
20
20
  "productName": "Kendo UI for Angular",
21
21
  "productCode": "KENDOUIANGULAR",
22
- "publishDate": 1774615004,
22
+ "publishDate": 1774881286,
23
23
  "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"
24
24
  }
25
25
  },
@@ -31,25 +31,25 @@
31
31
  "@angular/platform-browser": "19 - 21",
32
32
  "@progress/kendo-data-query": "^1.7.3",
33
33
  "@progress/kendo-licensing": "^1.10.0",
34
- "@progress/kendo-angular-buttons": "23.3.0-develop.20",
35
- "@progress/kendo-angular-common": "23.3.0-develop.20",
36
- "@progress/kendo-angular-dialog": "23.3.0-develop.20",
37
- "@progress/kendo-angular-dropdowns": "23.3.0-develop.20",
38
- "@progress/kendo-angular-grid": "23.3.0-develop.20",
39
- "@progress/kendo-angular-icons": "23.3.0-develop.20",
40
- "@progress/kendo-angular-inputs": "23.3.0-develop.20",
41
- "@progress/kendo-angular-intl": "23.3.0-develop.20",
42
- "@progress/kendo-angular-l10n": "23.3.0-develop.20",
43
- "@progress/kendo-angular-label": "23.3.0-develop.20",
44
- "@progress/kendo-angular-layout": "23.3.0-develop.20",
45
- "@progress/kendo-angular-popup": "23.3.0-develop.20",
46
- "@progress/kendo-angular-tooltip": "23.3.0-develop.20",
47
- "@progress/kendo-angular-treelist": "23.3.0-develop.20",
34
+ "@progress/kendo-angular-buttons": "23.3.0-develop.21",
35
+ "@progress/kendo-angular-common": "23.3.0-develop.21",
36
+ "@progress/kendo-angular-dialog": "23.3.0-develop.21",
37
+ "@progress/kendo-angular-dropdowns": "23.3.0-develop.21",
38
+ "@progress/kendo-angular-grid": "23.3.0-develop.21",
39
+ "@progress/kendo-angular-icons": "23.3.0-develop.21",
40
+ "@progress/kendo-angular-inputs": "23.3.0-develop.21",
41
+ "@progress/kendo-angular-intl": "23.3.0-develop.21",
42
+ "@progress/kendo-angular-l10n": "23.3.0-develop.21",
43
+ "@progress/kendo-angular-label": "23.3.0-develop.21",
44
+ "@progress/kendo-angular-layout": "23.3.0-develop.21",
45
+ "@progress/kendo-angular-popup": "23.3.0-develop.21",
46
+ "@progress/kendo-angular-tooltip": "23.3.0-develop.21",
47
+ "@progress/kendo-angular-treelist": "23.3.0-develop.21",
48
48
  "rxjs": "^6.5.3 || ^7.0.0"
49
49
  },
50
50
  "dependencies": {
51
51
  "tslib": "^2.3.1",
52
- "@progress/kendo-angular-schematics": "23.3.0-develop.20",
52
+ "@progress/kendo-angular-schematics": "23.3.0-develop.21",
53
53
  "@progress/kendo-common": "^1.0.1",
54
54
  "@progress/kendo-date-math": "^1.5.2",
55
55
  "@progress/kendo-draggable": "^3.0.0"
@@ -12,16 +12,16 @@ function default_1(options) {
12
12
  // See https://github.com/telerik/kendo-schematics/issues/28
13
13
  peerDependencies: {
14
14
  // peer deps of the treelist
15
- '@progress/kendo-angular-dateinputs': '23.3.0-develop.20',
16
- '@progress/kendo-angular-excel-export': '23.3.0-develop.20',
17
- '@progress/kendo-angular-pdf-export': '23.3.0-develop.20',
18
- '@progress/kendo-angular-utils': '23.3.0-develop.20',
15
+ '@progress/kendo-angular-dateinputs': '23.3.0-develop.21',
16
+ '@progress/kendo-angular-excel-export': '23.3.0-develop.21',
17
+ '@progress/kendo-angular-pdf-export': '23.3.0-develop.21',
18
+ '@progress/kendo-angular-utils': '23.3.0-develop.21',
19
19
  '@progress/kendo-drawing': '^1.0.0',
20
20
  // peer deps of the dropdowns
21
- '@progress/kendo-angular-treeview': '23.3.0-develop.20',
22
- '@progress/kendo-angular-navigation': '23.3.0-develop.20',
21
+ '@progress/kendo-angular-treeview': '23.3.0-develop.21',
22
+ '@progress/kendo-angular-navigation': '23.3.0-develop.21',
23
23
  // peer dep of the layout
24
- '@progress/kendo-angular-progressbar': '23.3.0-develop.20',
24
+ '@progress/kendo-angular-progressbar': '23.3.0-develop.21',
25
25
  // peer dep of the icons
26
26
  '@progress/kendo-svg-icons': '^4.0.0'
27
27
  } });
package/utils.d.ts CHANGED
@@ -57,12 +57,6 @@ export declare const getTotalDaysInMonth: (date: Date) => number;
57
57
  * by excluding the months of the dates themselves.
58
58
  */
59
59
  export declare const getTotalMonthsInBetween: (start: Date, end: Date) => number;
60
- /**
61
- * @hidden
62
- *
63
- * Gets the default scrollbar width accoring to the current environment.
64
- */
65
- export declare const scrollbarWidth: () => number;
66
60
  /**
67
61
  * @hidden
68
62
  */