@progress/kendo-angular-dropdowns 23.3.0-develop.20 → 23.3.0-develop.22

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.
@@ -4,14 +4,6 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { QueryList } from '@angular/core';
6
6
  import { ComboBoxColumnComponent } from './combobox-column.component';
7
- /**
8
- * @hidden
9
- *
10
- * Gets the default scrollbar width for the current environment.
11
- *
12
- * Returns the scrollbar width in pixels.
13
- */
14
- export declare const scrollbarWidth: () => number;
15
7
  /**
16
8
  * @hidden
17
9
  *
@@ -5,7 +5,7 @@
5
5
  import * as i0 from '@angular/core';
6
6
  import { EventEmitter, Output, HostBinding, Input, Component, Directive, Injectable, HostListener, ViewChild, ViewChildren, forwardRef, isDevMode, ViewContainerRef, ContentChild, ContentChildren, ChangeDetectionStrategy, NgModule } from '@angular/core';
7
7
  import * as i10 from '@progress/kendo-angular-common';
8
- import { isDocumentAvailable, isObjectPresent, removeHTMLAttributes, parseAttributes, isSafari, normalizeKeys, Keys, setHTMLAttributes, replaceMessagePlaceholder, isChanged, TemplateContextDirective, ResizeSensorComponent, closest as closest$1, hasFocusableParent, parseCSSClassNames, isControlRequired, guid, hasObservers, SeparatorComponent, SuffixTemplateDirective, PrefixTemplateDirective, KendoInput, MultiTabStop, anyChanged, EventsOutsideAngularDirective, ToggleButtonTabStopDirective, ResizeBatchService, KENDO_ADORNMENTS, KENDO_TOGGLEBUTTONTABSTOP } from '@progress/kendo-angular-common';
8
+ import { isDocumentAvailable, isObjectPresent, removeHTMLAttributes, parseAttributes, isSafari, normalizeKeys, Keys, setHTMLAttributes, replaceMessagePlaceholder, isChanged, TemplateContextDirective, ResizeSensorComponent, closest as closest$1, hasFocusableParent, parseCSSClassNames, isControlRequired, guid, hasObservers, SeparatorComponent, SuffixTemplateDirective, PrefixTemplateDirective, KendoInput, MultiTabStop, anyChanged, EventsOutsideAngularDirective, scrollbarWidth, ToggleButtonTabStopDirective, ResizeBatchService, KENDO_ADORNMENTS, KENDO_TOGGLEBUTTONTABSTOP } from '@progress/kendo-angular-common';
9
9
  export { PrefixTemplateDirective, SeparatorComponent, SuffixTemplateDirective, ToggleButtonTabStopDirective } from '@progress/kendo-angular-common';
10
10
  import * as i7 from '@progress/kendo-angular-utils';
11
11
  import { AdaptiveService } from '@progress/kendo-angular-utils';
@@ -37,8 +37,8 @@ const packageMetadata = {
37
37
  productName: 'Kendo UI for Angular',
38
38
  productCode: 'KENDOUIANGULAR',
39
39
  productCodes: ['KENDOUIANGULAR'],
40
- publishDate: 1774614857,
41
- version: '23.3.0-develop.20',
40
+ publishDate: 1774956589,
41
+ version: '23.3.0-develop.22',
42
42
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
43
43
  };
44
44
 
@@ -12001,29 +12001,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
12001
12001
  type: Input
12002
12002
  }] } });
12003
12003
 
12004
- /**
12005
- * Stores the initially resolved scrollbar width value.
12006
- */
12007
- let SCROLLBAR_WIDTH;
12008
- /**
12009
- * @hidden
12010
- *
12011
- * Gets the default scrollbar width for the current environment.
12012
- *
12013
- * Returns the scrollbar width in pixels.
12014
- */
12015
- const scrollbarWidth = () => {
12016
- // calculate scrollbar width only once, then return the memoized value
12017
- if (isNaN(SCROLLBAR_WIDTH)) {
12018
- const div = document.createElement('div');
12019
- div.style.cssText = 'overflow: scroll; overflow-x: hidden; zoom: 1; clear: both; display: block;';
12020
- div.innerHTML = ' ';
12021
- document.body.appendChild(div);
12022
- SCROLLBAR_WIDTH = div.offsetWidth - div.scrollWidth;
12023
- document.body.removeChild(div);
12024
- }
12025
- return SCROLLBAR_WIDTH;
12026
- };
12027
12004
  /**
12028
12005
  * Checks if all columns have a valid user-defined width.
12029
12006
  *
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1774614857,
11
- "version": "23.3.0-develop.20",
10
+ "publishDate": 1774956589,
11
+ "version": "23.3.0-develop.22",
12
12
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
13
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-dropdowns",
3
- "version": "23.3.0-develop.20",
3
+ "version": "23.3.0-develop.22",
4
4
  "description": "A wide variety of native Angular dropdown components including AutoComplete, ComboBox, DropDownList, DropDownTree, MultiColumnComboBox, MultiSelect, and MultiSelectTree ",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -100,7 +100,7 @@
100
100
  "package": {
101
101
  "productName": "Kendo UI for Angular",
102
102
  "productCode": "KENDOUIANGULAR",
103
- "publishDate": 1774614857,
103
+ "publishDate": 1774956589,
104
104
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
105
105
  }
106
106
  },
@@ -111,18 +111,18 @@
111
111
  "@angular/forms": "19 - 21",
112
112
  "@angular/platform-browser": "19 - 21",
113
113
  "@progress/kendo-licensing": "^1.10.0",
114
- "@progress/kendo-angular-common": "23.3.0-develop.20",
115
- "@progress/kendo-angular-utils": "23.3.0-develop.20",
116
- "@progress/kendo-angular-l10n": "23.3.0-develop.20",
117
- "@progress/kendo-angular-navigation": "23.3.0-develop.20",
118
- "@progress/kendo-angular-popup": "23.3.0-develop.20",
119
- "@progress/kendo-angular-icons": "23.3.0-develop.20",
120
- "@progress/kendo-angular-treeview": "23.3.0-develop.20",
114
+ "@progress/kendo-angular-common": "23.3.0-develop.22",
115
+ "@progress/kendo-angular-utils": "23.3.0-develop.22",
116
+ "@progress/kendo-angular-l10n": "23.3.0-develop.22",
117
+ "@progress/kendo-angular-navigation": "23.3.0-develop.22",
118
+ "@progress/kendo-angular-popup": "23.3.0-develop.22",
119
+ "@progress/kendo-angular-icons": "23.3.0-develop.22",
120
+ "@progress/kendo-angular-treeview": "23.3.0-develop.22",
121
121
  "rxjs": "^6.5.3 || ^7.0.0"
122
122
  },
123
123
  "dependencies": {
124
124
  "tslib": "^2.3.1",
125
- "@progress/kendo-angular-schematics": "23.3.0-develop.20",
125
+ "@progress/kendo-angular-schematics": "23.3.0-develop.22",
126
126
  "@progress/kendo-common": "^1.0.1"
127
127
  },
128
128
  "schematics": "./schematics/collection.json",
@@ -9,9 +9,9 @@ const schematics_1 = require("@angular-devkit/schematics");
9
9
  function default_1(options) {
10
10
  const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'DropDownsModule', package: 'dropdowns', peerDependencies: {
11
11
  // peers of the treeview
12
- '@progress/kendo-angular-inputs': '23.3.0-develop.20',
12
+ '@progress/kendo-angular-inputs': '23.3.0-develop.22',
13
13
  // peers of inputs
14
- '@progress/kendo-angular-intl': '23.3.0-develop.20',
14
+ '@progress/kendo-angular-intl': '23.3.0-develop.22',
15
15
  '@progress/kendo-drawing': '^1.17.2',
16
16
  // Peer dependency of icons
17
17
  '@progress/kendo-svg-icons': '^4.0.0'