@progress/kendo-angular-inputs 11.3.0-develop.7 → 11.3.0-develop.9

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-inputs',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1677072837,
13
- version: '11.3.0-develop.7',
12
+ publishDate: 1677099834,
13
+ version: '11.3.0-develop.9',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -2,17 +2,6 @@
2
2
  * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
- import { detectDesktopBrowser, detectMobileOS } from "@progress/kendo-common";
6
- /**
7
- * @hidden
8
- *
9
- * Returns true if the used browser is Safari.
10
- */
11
- export const isSafari = (userAgent) => {
12
- const desktopBrowser = detectDesktopBrowser(userAgent);
13
- const mobileOS = detectMobileOS(userAgent);
14
- return (desktopBrowser && desktopBrowser.safari) || (mobileOS && mobileOS.browser === 'mobilesafari');
15
- };
16
5
  /**
17
6
  * @hidden
18
7
  *
@@ -11,11 +11,10 @@ import { validatePackage } from '@progress/kendo-licensing';
11
11
  import { packageMetadata } from '../package-metadata';
12
12
  import { invokeElementMethod } from '../common/dom-utils';
13
13
  import { areSame, requiresZoneOnBlur, getStylingClasses } from '../common/utils';
14
- import { guid, hasObservers, KendoInput, Keys } from '@progress/kendo-angular-common';
14
+ import { guid, hasObservers, KendoInput, Keys, isSafari } from '@progress/kendo-angular-common';
15
15
  import { TextBoxSuffixTemplateDirective } from './textbox-suffix.directive';
16
16
  import { TextBoxPrefixTemplateDirective } from './textbox-prefix.directive';
17
17
  import { LocalizationService, L10N_PREFIX } from '@progress/kendo-angular-l10n';
18
- import { isSafari } from '../shared/utils';
19
18
  import { checkIcon, exclamationCircleIcon, xIcon } from '@progress/kendo-svg-icons';
20
19
  import * as i0 from "@angular/core";
21
20
  import * as i1 from "@progress/kendo-angular-l10n";
@@ -10,14 +10,14 @@ import { take, filter, concatMap, startWith, takeUntil, skip, debounceTime, thro
10
10
  import * as i1 from '@progress/kendo-angular-l10n';
11
11
  import { ComponentMessages, LocalizationService, L10N_PREFIX, RTL } from '@progress/kendo-angular-l10n';
12
12
  import * as i3 from '@progress/kendo-angular-common';
13
- import { Keys, guid, hasObservers, anyChanged, isDocumentAvailable, KendoInput, isChanged, DraggableModule, EventsModule, ResizeSensorModule, PreventableEvent, findFocusableChild, parseCSSClassNames, closest as closest$1 } from '@progress/kendo-angular-common';
13
+ import { Keys, guid, hasObservers, anyChanged, isDocumentAvailable, KendoInput, isChanged, DraggableModule, EventsModule, ResizeSensorModule, isSafari, PreventableEvent, findFocusableChild, parseCSSClassNames, closest as closest$1 } from '@progress/kendo-angular-common';
14
14
  import { validatePackage } from '@progress/kendo-licensing';
15
15
  import { caretAltUpIcon, caretAltDownIcon, caretAltLeftIcon, caretAltRightIcon, checkIcon, exclamationCircleIcon, xIcon, dropletSliderIcon, paletteIcon, dropletSlashIcon, caretAltExpandIcon, xCircleIcon, hyperlinkOpenIcon } from '@progress/kendo-svg-icons';
16
16
  import * as i2 from '@progress/kendo-angular-buttons';
17
17
  import { ButtonModule } from '@progress/kendo-angular-buttons';
18
18
  import * as i1$1 from '@angular/common';
19
19
  import { CommonModule } from '@angular/common';
20
- import { browser, mobileOS, detectDesktopBrowser, detectMobileOS } from '@progress/kendo-common';
20
+ import { browser, mobileOS } from '@progress/kendo-common';
21
21
  import * as i1$2 from '@progress/kendo-angular-intl';
22
22
  import * as i2$1 from '@progress/kendo-angular-icons';
23
23
  import { IconsModule } from '@progress/kendo-angular-icons';
@@ -539,8 +539,8 @@ const packageMetadata = {
539
539
  name: '@progress/kendo-angular-inputs',
540
540
  productName: 'Kendo UI for Angular',
541
541
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
542
- publishDate: 1677072837,
543
- version: '11.3.0-develop.7',
542
+ publishDate: 1677099834,
543
+ version: '11.3.0-develop.9',
544
544
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
545
545
  };
546
546
 
@@ -6080,16 +6080,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
6080
6080
  }]
6081
6081
  }] });
6082
6082
 
6083
- /**
6084
- * @hidden
6085
- *
6086
- * Returns true if the used browser is Safari.
6087
- */
6088
- const isSafari = (userAgent) => {
6089
- const desktopBrowser = detectDesktopBrowser(userAgent);
6090
- const mobileOS = detectMobileOS(userAgent);
6091
- return (desktopBrowser && desktopBrowser.safari) || (mobileOS && mobileOS.browser === 'mobilesafari');
6092
- };
6093
6083
  /**
6094
6084
  * @hidden
6095
6085
  *
@@ -10,14 +10,14 @@ import { take, filter, concatMap, startWith, takeUntil, skip, debounceTime, thro
10
10
  import * as i1 from '@progress/kendo-angular-l10n';
11
11
  import { ComponentMessages, LocalizationService, L10N_PREFIX, RTL } from '@progress/kendo-angular-l10n';
12
12
  import * as i3 from '@progress/kendo-angular-common';
13
- import { Keys, guid, hasObservers, anyChanged, isDocumentAvailable, KendoInput, isChanged, DraggableModule, EventsModule, ResizeSensorModule, PreventableEvent, findFocusableChild, parseCSSClassNames, closest as closest$1 } from '@progress/kendo-angular-common';
13
+ import { Keys, guid, hasObservers, anyChanged, isDocumentAvailable, KendoInput, isChanged, DraggableModule, EventsModule, ResizeSensorModule, isSafari, PreventableEvent, findFocusableChild, parseCSSClassNames, closest as closest$1 } from '@progress/kendo-angular-common';
14
14
  import { validatePackage } from '@progress/kendo-licensing';
15
15
  import { caretAltUpIcon, caretAltDownIcon, caretAltLeftIcon, caretAltRightIcon, checkIcon, exclamationCircleIcon, xIcon, caretAltExpandIcon, xCircleIcon, dropletSlashIcon, dropletSliderIcon, paletteIcon, hyperlinkOpenIcon } from '@progress/kendo-svg-icons';
16
16
  import * as i2 from '@progress/kendo-angular-buttons';
17
17
  import { ButtonModule } from '@progress/kendo-angular-buttons';
18
18
  import * as i1$1 from '@angular/common';
19
19
  import { CommonModule } from '@angular/common';
20
- import { browser, mobileOS, detectDesktopBrowser, detectMobileOS } from '@progress/kendo-common';
20
+ import { browser, mobileOS } from '@progress/kendo-common';
21
21
  import * as i1$2 from '@progress/kendo-angular-intl';
22
22
  import * as i2$1 from '@progress/kendo-angular-icons';
23
23
  import { IconsModule } from '@progress/kendo-angular-icons';
@@ -538,8 +538,8 @@ const packageMetadata = {
538
538
  name: '@progress/kendo-angular-inputs',
539
539
  productName: 'Kendo UI for Angular',
540
540
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
541
- publishDate: 1677072837,
542
- version: '11.3.0-develop.7',
541
+ publishDate: 1677099834,
542
+ version: '11.3.0-develop.9',
543
543
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
544
544
  };
545
545
 
@@ -6071,16 +6071,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
6071
6071
  }]
6072
6072
  }] });
6073
6073
 
6074
- /**
6075
- * @hidden
6076
- *
6077
- * Returns true if the used browser is Safari.
6078
- */
6079
- const isSafari = (userAgent) => {
6080
- const desktopBrowser = detectDesktopBrowser(userAgent);
6081
- const mobileOS = detectMobileOS(userAgent);
6082
- return (desktopBrowser && desktopBrowser.safari) || (mobileOS && mobileOS.browser === 'mobilesafari');
6083
- };
6084
6074
  /**
6085
6075
  * @hidden
6086
6076
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-inputs",
3
- "version": "11.3.0-develop.7",
3
+ "version": "11.3.0-develop.9",
4
4
  "description": "Kendo UI for Angular Inputs Package - Everything you need to build professional form functionality (Checkbox, ColorGradient, ColorPalette, ColorPicker, FlatColorPicker, FormField, MaskedTextBox, NumericTextBox, RadioButton, RangeSlider, Slider, Switch, TextArea, and TextBox Components)",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -33,19 +33,19 @@
33
33
  "@angular/platform-browser": "13 - 15",
34
34
  "@progress/kendo-drawing": "^1.17.2",
35
35
  "@progress/kendo-licensing": "^1.0.2",
36
- "@progress/kendo-angular-buttons": "11.3.0-develop.7",
37
- "@progress/kendo-angular-common": "11.3.0-develop.7",
38
- "@progress/kendo-angular-dialog": "11.3.0-develop.7",
39
- "@progress/kendo-angular-intl": "11.3.0-develop.7",
40
- "@progress/kendo-angular-l10n": "11.3.0-develop.7",
41
- "@progress/kendo-angular-popup": "11.3.0-develop.7",
42
- "@progress/kendo-angular-icons": "11.3.0-develop.7",
36
+ "@progress/kendo-angular-buttons": "11.3.0-develop.9",
37
+ "@progress/kendo-angular-common": "11.3.0-develop.9",
38
+ "@progress/kendo-angular-dialog": "11.3.0-develop.9",
39
+ "@progress/kendo-angular-intl": "11.3.0-develop.9",
40
+ "@progress/kendo-angular-l10n": "11.3.0-develop.9",
41
+ "@progress/kendo-angular-popup": "11.3.0-develop.9",
42
+ "@progress/kendo-angular-icons": "11.3.0-develop.9",
43
43
  "rxjs": "^6.5.3 || ^7.0.0",
44
- "@progress/kendo-angular-upload": "11.3.0-develop.7"
44
+ "@progress/kendo-angular-upload": "11.3.0-develop.9"
45
45
  },
46
46
  "dependencies": {
47
47
  "tslib": "^2.3.1",
48
- "@progress/kendo-angular-schematics": "11.3.0-develop.7",
48
+ "@progress/kendo-angular-schematics": "11.3.0-develop.9",
49
49
  "@progress/kendo-common": "^0.2.2",
50
50
  "@progress/kendo-draggable": "^3.0.0",
51
51
  "@progress/kendo-inputs-common": "^3.1.0"
package/shared/utils.d.ts CHANGED
@@ -2,12 +2,6 @@
2
2
  * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
- /**
6
- * @hidden
7
- *
8
- * Returns true if the used browser is Safari.
9
- */
10
- export declare const isSafari: (userAgent: any) => boolean;
11
5
  /**
12
6
  * @hidden
13
7
  *