@progress/kendo-angular-inputs 23.1.0-develop.1 → 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.
|
@@ -536,7 +536,6 @@ const hasClass = (element, className) => Boolean(toClassList(element.className).
|
|
|
536
536
|
*/
|
|
537
537
|
function invokeElementMethod(element, name, ...args) {
|
|
538
538
|
if (element && element.nativeElement) {
|
|
539
|
-
// eslint-disable-next-line prefer-spread
|
|
540
539
|
return element.nativeElement[name].apply(element.nativeElement, args);
|
|
541
540
|
}
|
|
542
541
|
}
|
|
@@ -567,7 +566,7 @@ const packageMetadata = {
|
|
|
567
566
|
productCode: 'KENDOUIANGULAR',
|
|
568
567
|
productCodes: ['KENDOUIANGULAR'],
|
|
569
568
|
publishDate: 0,
|
|
570
|
-
version: '23.1.0-develop.
|
|
569
|
+
version: '23.1.0-develop.3',
|
|
571
570
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
572
571
|
};
|
|
573
572
|
|
|
@@ -889,7 +888,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
889
888
|
args: [LabelTemplateDirective, { static: false }]
|
|
890
889
|
}] } });
|
|
891
890
|
|
|
892
|
-
/* eslint-disable @angular-eslint/component-selector */
|
|
893
891
|
/**
|
|
894
892
|
* @hidden
|
|
895
893
|
*/
|
|
@@ -1051,7 +1049,6 @@ class SliderMessages extends ComponentMessages {
|
|
|
1051
1049
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SliderMessages, decorators: [{
|
|
1052
1050
|
type: Directive,
|
|
1053
1051
|
args: [{
|
|
1054
|
-
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
1055
1052
|
selector: 'kendo-slider-messages-base'
|
|
1056
1053
|
}]
|
|
1057
1054
|
}], propDecorators: { decrement: [{
|
|
@@ -1093,7 +1090,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
1093
1090
|
}]
|
|
1094
1091
|
}], ctorParameters: () => [{ type: i1.LocalizationService }] });
|
|
1095
1092
|
|
|
1096
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
1097
1093
|
const PRESSED$1 = 'k-pressed';
|
|
1098
1094
|
/**
|
|
1099
1095
|
* Represents the [Kendo UI Slider component for Angular](https://www.telerik.com/kendo-angular-ui/components/inputs/slider).
|
|
@@ -1808,7 +1804,6 @@ class RangeSliderMessages extends ComponentMessages {
|
|
|
1808
1804
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: RangeSliderMessages, decorators: [{
|
|
1809
1805
|
type: Directive,
|
|
1810
1806
|
args: [{
|
|
1811
|
-
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
1812
1807
|
selector: 'kendo-rangeslider-messages-base'
|
|
1813
1808
|
}]
|
|
1814
1809
|
}], propDecorators: { dragHandleStart: [{
|
|
@@ -2038,16 +2033,13 @@ class RangeSliderComponent extends SliderBase {
|
|
|
2038
2033
|
const incorrectValueState = this.value[0] > this.value[1];
|
|
2039
2034
|
if (this.value[0] === this.value[1] || incorrectValueState) {
|
|
2040
2035
|
if (forward) {
|
|
2041
|
-
// eslint-disable-next-line no-unused-expressions
|
|
2042
2036
|
activeStartHandle ? moveStartHandle() : moveBothHandles();
|
|
2043
2037
|
}
|
|
2044
2038
|
else {
|
|
2045
|
-
// eslint-disable-next-line no-unused-expressions
|
|
2046
2039
|
activeStartHandle ? moveBothHandles() : moveEndHandle();
|
|
2047
2040
|
}
|
|
2048
2041
|
}
|
|
2049
2042
|
else {
|
|
2050
|
-
// eslint-disable-next-line no-unused-expressions
|
|
2051
2043
|
activeStartHandle ? moveStartHandle() : moveEndHandle();
|
|
2052
2044
|
}
|
|
2053
2045
|
}
|
|
@@ -2471,7 +2463,6 @@ class Messages extends ComponentMessages {
|
|
|
2471
2463
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: Messages, decorators: [{
|
|
2472
2464
|
type: Directive,
|
|
2473
2465
|
args: [{
|
|
2474
|
-
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
2475
2466
|
selector: 'kendo-switch-messages-base'
|
|
2476
2467
|
}]
|
|
2477
2468
|
}], propDecorators: { on: [{
|
|
@@ -2927,7 +2918,7 @@ class SwitchComponent {
|
|
|
2927
2918
|
{
|
|
2928
2919
|
multi: true,
|
|
2929
2920
|
provide: NG_VALUE_ACCESSOR,
|
|
2930
|
-
useExisting: forwardRef(() => SwitchComponent)
|
|
2921
|
+
useExisting: forwardRef(() => SwitchComponent)
|
|
2931
2922
|
},
|
|
2932
2923
|
{
|
|
2933
2924
|
provide: KendoInput,
|
|
@@ -2966,7 +2957,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
2966
2957
|
{
|
|
2967
2958
|
multi: true,
|
|
2968
2959
|
provide: NG_VALUE_ACCESSOR,
|
|
2969
|
-
useExisting: forwardRef(() => SwitchComponent)
|
|
2960
|
+
useExisting: forwardRef(() => SwitchComponent)
|
|
2970
2961
|
},
|
|
2971
2962
|
{
|
|
2972
2963
|
provide: KendoInput,
|
|
@@ -3535,7 +3526,6 @@ const decimalPart = (value) => {
|
|
|
3535
3526
|
/**
|
|
3536
3527
|
* @hidden
|
|
3537
3528
|
*/
|
|
3538
|
-
// eslint-disable-next-line @typescript-eslint/no-empty-function
|
|
3539
3529
|
const noop$1 = (_) => { };
|
|
3540
3530
|
/**
|
|
3541
3531
|
* @hidden
|
|
@@ -3780,7 +3770,6 @@ class NumericTextBoxMessages extends ComponentMessages {
|
|
|
3780
3770
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NumericTextBoxMessages, decorators: [{
|
|
3781
3771
|
type: Directive,
|
|
3782
3772
|
args: [{
|
|
3783
|
-
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
3784
3773
|
selector: 'kendo-numerictextbox-messages-base'
|
|
3785
3774
|
}]
|
|
3786
3775
|
}], propDecorators: { decrement: [{
|
|
@@ -3820,7 +3809,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
3820
3809
|
}]
|
|
3821
3810
|
}], ctorParameters: () => [{ type: i1.LocalizationService }] });
|
|
3822
3811
|
|
|
3823
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
3824
3812
|
const PARSABLE_OPTIONS = ['min', 'max', 'step', 'decimals'];
|
|
3825
3813
|
const PARSABLE_DEFAULTS = {
|
|
3826
3814
|
decimals: null,
|
|
@@ -5158,7 +5146,6 @@ var ResultType;
|
|
|
5158
5146
|
(function (ResultType) {
|
|
5159
5147
|
ResultType[ResultType["Literal"] = 0] = "Literal";
|
|
5160
5148
|
ResultType[ResultType["Mask"] = 1] = "Mask";
|
|
5161
|
-
// eslint-disable-next-line id-denylist
|
|
5162
5149
|
ResultType[ResultType["Undefined"] = 2] = "Undefined";
|
|
5163
5150
|
})(ResultType || (ResultType = {}));
|
|
5164
5151
|
/**
|
|
@@ -6213,12 +6200,12 @@ class MaskedTextBoxComponent {
|
|
|
6213
6200
|
{
|
|
6214
6201
|
multi: true,
|
|
6215
6202
|
provide: NG_VALUE_ACCESSOR,
|
|
6216
|
-
useExisting: forwardRef(() => MaskedTextBoxComponent)
|
|
6203
|
+
useExisting: forwardRef(() => MaskedTextBoxComponent)
|
|
6217
6204
|
},
|
|
6218
6205
|
{
|
|
6219
6206
|
multi: true,
|
|
6220
6207
|
provide: NG_VALIDATORS,
|
|
6221
|
-
useExisting: forwardRef(() => MaskedTextBoxComponent)
|
|
6208
|
+
useExisting: forwardRef(() => MaskedTextBoxComponent)
|
|
6222
6209
|
},
|
|
6223
6210
|
{
|
|
6224
6211
|
provide: KendoInput,
|
|
@@ -6284,12 +6271,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
6284
6271
|
{
|
|
6285
6272
|
multi: true,
|
|
6286
6273
|
provide: NG_VALUE_ACCESSOR,
|
|
6287
|
-
useExisting: forwardRef(() => MaskedTextBoxComponent)
|
|
6274
|
+
useExisting: forwardRef(() => MaskedTextBoxComponent)
|
|
6288
6275
|
},
|
|
6289
6276
|
{
|
|
6290
6277
|
multi: true,
|
|
6291
6278
|
provide: NG_VALIDATORS,
|
|
6292
|
-
useExisting: forwardRef(() => MaskedTextBoxComponent)
|
|
6279
|
+
useExisting: forwardRef(() => MaskedTextBoxComponent)
|
|
6293
6280
|
},
|
|
6294
6281
|
{
|
|
6295
6282
|
provide: KendoInput,
|
|
@@ -7499,7 +7486,6 @@ class TextBoxMessages extends ComponentMessages {
|
|
|
7499
7486
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: TextBoxMessages, decorators: [{
|
|
7500
7487
|
type: Directive,
|
|
7501
7488
|
args: [{
|
|
7502
|
-
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
7503
7489
|
selector: 'kendo-textbox-messages-base'
|
|
7504
7490
|
}]
|
|
7505
7491
|
}], propDecorators: { clear: [{
|
|
@@ -7537,7 +7523,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
7537
7523
|
}]
|
|
7538
7524
|
}], ctorParameters: () => [{ type: i1.LocalizationService }] });
|
|
7539
7525
|
|
|
7540
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
7541
7526
|
const FOCUSED$1 = 'k-focus';
|
|
7542
7527
|
const iconsMap$1 = { checkIcon, exclamationCircleIcon, xIcon };
|
|
7543
7528
|
/**
|
|
@@ -8469,7 +8454,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
8469
8454
|
type: Input
|
|
8470
8455
|
}] } });
|
|
8471
8456
|
|
|
8472
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
8473
8457
|
/**
|
|
8474
8458
|
* @hidden
|
|
8475
8459
|
*/
|
|
@@ -9029,7 +9013,6 @@ class ContrastValidationComponent {
|
|
|
9029
9013
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ContrastValidationComponent, decorators: [{
|
|
9030
9014
|
type: Component,
|
|
9031
9015
|
args: [{
|
|
9032
|
-
// eslint-disable-next-line @angular-eslint/component-selector
|
|
9033
9016
|
selector: '[kendoContrastValidation]',
|
|
9034
9017
|
template: `
|
|
9035
9018
|
<span>{{contrastText}}</span>
|
|
@@ -9120,7 +9103,6 @@ class ContrastComponent {
|
|
|
9120
9103
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ContrastComponent, decorators: [{
|
|
9121
9104
|
type: Component,
|
|
9122
9105
|
args: [{
|
|
9123
|
-
// eslint-disable-next-line @angular-eslint/component-selector
|
|
9124
9106
|
selector: '[kendoContrastTool]',
|
|
9125
9107
|
template: `
|
|
9126
9108
|
<div class="k-contrast-ratio">
|
|
@@ -9237,7 +9219,6 @@ class ColorContrastSvgComponent {
|
|
|
9237
9219
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ColorContrastSvgComponent, decorators: [{
|
|
9238
9220
|
type: Component,
|
|
9239
9221
|
args: [{
|
|
9240
|
-
// eslint-disable-next-line @angular-eslint/component-selector
|
|
9241
9222
|
selector: '[kendoColorContrastSvg]',
|
|
9242
9223
|
template: `
|
|
9243
9224
|
@for (path of paths; track path) {
|
|
@@ -9388,7 +9369,6 @@ class ColorPickerMessages extends ComponentMessages {
|
|
|
9388
9369
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ColorPickerMessages, decorators: [{
|
|
9389
9370
|
type: Directive,
|
|
9390
9371
|
args: [{
|
|
9391
|
-
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
9392
9372
|
selector: 'kendo-colorpicker-messages-base'
|
|
9393
9373
|
}]
|
|
9394
9374
|
}], propDecorators: { colorPaletteNoColor: [{
|
|
@@ -9484,7 +9464,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
9484
9464
|
}]
|
|
9485
9465
|
}], ctorParameters: () => [{ type: i1.LocalizationService }] });
|
|
9486
9466
|
|
|
9487
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
9488
9467
|
let serial$3 = 0;
|
|
9489
9468
|
/**
|
|
9490
9469
|
* Represents the Kendo UI ColorGradient component.
|
|
@@ -10720,7 +10699,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
10720
10699
|
type: Injectable
|
|
10721
10700
|
}] });
|
|
10722
10701
|
|
|
10723
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
10724
10702
|
const DEFAULT_COLUMNS_COUNT = 10;
|
|
10725
10703
|
const DEFAULT_PRESET = 'office';
|
|
10726
10704
|
const DEFAULT_ACCESSIBLE_PRESET = 'accessible';
|
|
@@ -11435,7 +11413,6 @@ class ActiveColorClickEvent {
|
|
|
11435
11413
|
}
|
|
11436
11414
|
}
|
|
11437
11415
|
|
|
11438
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
11439
11416
|
/**
|
|
11440
11417
|
* @hidden
|
|
11441
11418
|
*/
|
|
@@ -11564,7 +11541,6 @@ class FlatColorPickerHeaderComponent {
|
|
|
11564
11541
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: FlatColorPickerHeaderComponent, decorators: [{
|
|
11565
11542
|
type: Component,
|
|
11566
11543
|
args: [{
|
|
11567
|
-
// eslint-disable-next-line @angular-eslint/component-selector
|
|
11568
11544
|
selector: '[kendoFlatColorPickerHeader]',
|
|
11569
11545
|
template: `
|
|
11570
11546
|
<div class="k-coloreditor-header-actions k-hstack">
|
|
@@ -11721,7 +11697,6 @@ class FlatColorPickerActionButtonsComponent {
|
|
|
11721
11697
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: FlatColorPickerActionButtonsComponent, decorators: [{
|
|
11722
11698
|
type: Component,
|
|
11723
11699
|
args: [{
|
|
11724
|
-
// eslint-disable-next-line @angular-eslint/component-selector
|
|
11725
11700
|
selector: '[kendoFlatColorPickerActionButtons]',
|
|
11726
11701
|
template: `
|
|
11727
11702
|
<button #first
|
|
@@ -11773,8 +11748,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
11773
11748
|
args: ['last', { read: ElementRef }]
|
|
11774
11749
|
}] } });
|
|
11775
11750
|
|
|
11776
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
11777
|
-
/* eslint-disable no-unused-expressions */
|
|
11778
11751
|
/**
|
|
11779
11752
|
* Represents the Kendo UI FlatColorPicker component for Angular.
|
|
11780
11753
|
*
|
|
@@ -12950,7 +12923,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
12950
12923
|
args: ['apply']
|
|
12951
12924
|
}] } });
|
|
12952
12925
|
|
|
12953
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
12954
12926
|
const DOM_FOCUS_EVENTS = ['focus', 'blur'];
|
|
12955
12927
|
/**
|
|
12956
12928
|
* @hidden
|
|
@@ -15640,7 +15612,7 @@ class RatingComponent {
|
|
|
15640
15612
|
{
|
|
15641
15613
|
multi: true,
|
|
15642
15614
|
provide: NG_VALUE_ACCESSOR,
|
|
15643
|
-
useExisting: forwardRef(() => RatingComponent)
|
|
15615
|
+
useExisting: forwardRef(() => RatingComponent)
|
|
15644
15616
|
},
|
|
15645
15617
|
{
|
|
15646
15618
|
provide: KendoInput,
|
|
@@ -15796,7 +15768,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
15796
15768
|
{
|
|
15797
15769
|
multi: true,
|
|
15798
15770
|
provide: NG_VALUE_ACCESSOR,
|
|
15799
|
-
useExisting: forwardRef(() => RatingComponent)
|
|
15771
|
+
useExisting: forwardRef(() => RatingComponent)
|
|
15800
15772
|
},
|
|
15801
15773
|
{
|
|
15802
15774
|
provide: KendoInput,
|
|
@@ -16093,7 +16065,6 @@ class SignatureMessages extends ComponentMessages {
|
|
|
16093
16065
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SignatureMessages, decorators: [{
|
|
16094
16066
|
type: Directive,
|
|
16095
16067
|
args: [{
|
|
16096
|
-
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
16097
16068
|
selector: 'kendo-signature-messages-base'
|
|
16098
16069
|
}]
|
|
16099
16070
|
}], propDecorators: { clear: [{
|
|
@@ -16184,7 +16155,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
16184
16155
|
}]
|
|
16185
16156
|
}], ctorParameters: () => [{ type: i1.LocalizationService }] });
|
|
16186
16157
|
|
|
16187
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
16188
16158
|
const noop = () => { };
|
|
16189
16159
|
let _id = 0;
|
|
16190
16160
|
const nextId = () => 'k-signature-focusable-' + _id++;
|
|
@@ -18325,7 +18295,6 @@ class OTPInputMessages extends ComponentMessages {
|
|
|
18325
18295
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: OTPInputMessages, decorators: [{
|
|
18326
18296
|
type: Directive,
|
|
18327
18297
|
args: [{
|
|
18328
|
-
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
18329
18298
|
selector: 'kendo-otpinput-messages-base'
|
|
18330
18299
|
}]
|
|
18331
18300
|
}], propDecorators: { ariaLabel: [{
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "23.1.0-develop.
|
|
10
|
+
"publishDate": 1771355952,
|
|
11
|
+
"version": "23.1.0-develop.3",
|
|
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-inputs",
|
|
3
|
-
"version": "23.1.0-develop.
|
|
3
|
+
"version": "23.1.0-develop.3",
|
|
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",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"package": {
|
|
29
29
|
"productName": "Kendo UI for Angular",
|
|
30
30
|
"productCode": "KENDOUIANGULAR",
|
|
31
|
-
"publishDate":
|
|
31
|
+
"publishDate": 1771355952,
|
|
32
32
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
33
33
|
}
|
|
34
34
|
},
|
|
@@ -40,20 +40,20 @@
|
|
|
40
40
|
"@angular/platform-browser": "19 - 21",
|
|
41
41
|
"@progress/kendo-drawing": "^1.24.0",
|
|
42
42
|
"@progress/kendo-licensing": "^1.10.0",
|
|
43
|
-
"@progress/kendo-angular-buttons": "23.1.0-develop.
|
|
44
|
-
"@progress/kendo-angular-common": "23.1.0-develop.
|
|
45
|
-
"@progress/kendo-angular-utils": "23.1.0-develop.
|
|
46
|
-
"@progress/kendo-angular-navigation": "23.1.0-develop.
|
|
47
|
-
"@progress/kendo-angular-dialog": "23.1.0-develop.
|
|
48
|
-
"@progress/kendo-angular-intl": "23.1.0-develop.
|
|
49
|
-
"@progress/kendo-angular-l10n": "23.1.0-develop.
|
|
50
|
-
"@progress/kendo-angular-popup": "23.1.0-develop.
|
|
51
|
-
"@progress/kendo-angular-icons": "23.1.0-develop.
|
|
43
|
+
"@progress/kendo-angular-buttons": "23.1.0-develop.3",
|
|
44
|
+
"@progress/kendo-angular-common": "23.1.0-develop.3",
|
|
45
|
+
"@progress/kendo-angular-utils": "23.1.0-develop.3",
|
|
46
|
+
"@progress/kendo-angular-navigation": "23.1.0-develop.3",
|
|
47
|
+
"@progress/kendo-angular-dialog": "23.1.0-develop.3",
|
|
48
|
+
"@progress/kendo-angular-intl": "23.1.0-develop.3",
|
|
49
|
+
"@progress/kendo-angular-l10n": "23.1.0-develop.3",
|
|
50
|
+
"@progress/kendo-angular-popup": "23.1.0-develop.3",
|
|
51
|
+
"@progress/kendo-angular-icons": "23.1.0-develop.3",
|
|
52
52
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"tslib": "^2.3.1",
|
|
56
|
-
"@progress/kendo-angular-schematics": "23.1.0-develop.
|
|
56
|
+
"@progress/kendo-angular-schematics": "23.1.0-develop.3",
|
|
57
57
|
"@progress/kendo-common": "^1.0.1",
|
|
58
58
|
"@progress/kendo-draggable": "^3.0.0",
|
|
59
59
|
"@progress/kendo-inputs-common": "^3.1.0"
|