@progress/kendo-angular-common 23.1.0-develop.2 → 23.1.0-develop.3

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.
@@ -39,7 +39,7 @@ const hasObservers = (emitter) => emitter && emitter.observers.length > 0;
39
39
  const guid = () => {
40
40
  let id = "";
41
41
  for (let i = 0; i < 32; i++) {
42
- const random = Math.random() * 16 | 0; // eslint-disable-line no-bitwise
42
+ const random = Math.random() * 16 | 0;
43
43
  if (i === 8 || i === 12 || i === 16 || i === 20) {
44
44
  id += "-";
45
45
  }
@@ -48,7 +48,6 @@ const guid = () => {
48
48
  charValue = 4;
49
49
  }
50
50
  else if (i === 16) {
51
- // eslint-disable-next-line no-bitwise
52
51
  charValue = random & 3 | 8;
53
52
  }
54
53
  else {
@@ -83,7 +82,6 @@ const isFirefox = (userAgent) => {
83
82
  */
84
83
  const firefoxMaxHeight = 17895697;
85
84
 
86
- /* eslint-disable @typescript-eslint/no-explicit-any */
87
85
  /**
88
86
  * @hidden
89
87
  */
@@ -1967,7 +1965,6 @@ class TemplateContextDirective {
1967
1965
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: TemplateContextDirective, decorators: [{
1968
1966
  type: Directive,
1969
1967
  args: [{
1970
- // eslint-disable-next-line @angular-eslint/directive-selector
1971
1968
  selector: '[templateContext]',
1972
1969
  standalone: true
1973
1970
  }]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-common",
3
- "version": "23.1.0-develop.2",
3
+ "version": "23.1.0-develop.3",
4
4
  "description": "Kendo UI for Angular - Utility Package",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -23,7 +23,7 @@
23
23
  "@progress/kendo-common": "^1.0.1",
24
24
  "@progress/kendo-draggable": "^3.0.2",
25
25
  "tslib": "^2.3.1",
26
- "@progress/kendo-angular-schematics": "23.1.0-develop.2"
26
+ "@progress/kendo-angular-schematics": "23.1.0-develop.3"
27
27
  },
28
28
  "publishConfig": {
29
29
  "access": "public"