@progress/kendo-angular-inputs 13.0.0-develop.8 → 13.0.0

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: 1685107072,
13
- version: '13.0.0-develop.8',
12
+ publishDate: 1686055645,
13
+ version: '13.0.0',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -608,7 +608,7 @@ export class TextBoxComponent {
608
608
  }
609
609
  }
610
610
  TextBoxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TextBoxComponent, deps: [{ token: i1.LocalizationService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }, { token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
611
- TextBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: TextBoxComponent, selector: "kendo-textbox", inputs: { focusableId: "focusableId", title: "title", disabled: "disabled", readonly: "readonly", tabindex: "tabindex", value: "value", selectOnFocus: "selectOnFocus", showSuccessIcon: "showSuccessIcon", showErrorIcon: "showErrorIcon", clearButton: "clearButton", successIcon: "successIcon", errorIcon: "errorIcon", clearButtonIcon: "clearButtonIcon", size: "size", rounded: "rounded", fillMode: "fillMode", tabIndex: "tabIndex", placeholder: "placeholder", maxlength: "maxlength" }, outputs: { valueChange: "valueChange", inputFocus: "inputFocus", inputBlur: "inputBlur", onFocus: "focus", onBlur: "blur" }, host: { properties: { "class.k-disabled": "this.disabledClass", "class.k-textbox": "this.hostClasses", "class.k-input": "this.hostClasses", "attr.dir": "this.direction" } }, providers: [
611
+ TextBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: TextBoxComponent, selector: "kendo-textbox", inputs: { focusableId: "focusableId", title: "title", disabled: "disabled", readonly: "readonly", tabindex: "tabindex", value: "value", selectOnFocus: "selectOnFocus", showSuccessIcon: "showSuccessIcon", showErrorIcon: "showErrorIcon", clearButton: "clearButton", successIcon: "successIcon", successSvgIcon: "successSvgIcon", errorIcon: "errorIcon", errorSvgIcon: "errorSvgIcon", clearButtonIcon: "clearButtonIcon", clearButtonSvgIcon: "clearButtonSvgIcon", size: "size", rounded: "rounded", fillMode: "fillMode", tabIndex: "tabIndex", placeholder: "placeholder", maxlength: "maxlength" }, outputs: { valueChange: "valueChange", inputFocus: "inputFocus", inputBlur: "inputBlur", onFocus: "focus", onBlur: "blur" }, host: { properties: { "class.k-disabled": "this.disabledClass", "class.k-textbox": "this.hostClasses", "class.k-input": "this.hostClasses", "attr.dir": "this.direction" } }, providers: [
612
612
  LocalizationService,
613
613
  { provide: L10N_PREFIX, useValue: 'kendo.textbox' },
614
614
  {
@@ -658,7 +658,7 @@ TextBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
658
658
  <kendo-icon-wrapper
659
659
  [name]="clearButtonClass"
660
660
  [customFontClass]="customClearButtonClasses"
661
- [svgIcon]="svgIcon('xIcon')"
661
+ [svgIcon]="clearButtonSvgIcon || svgIcon('xIcon')"
662
662
  >
663
663
  </kendo-icon-wrapper>
664
664
  </span>
@@ -667,7 +667,7 @@ TextBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
667
667
  innerCssClass="k-input-validation-icon"
668
668
  [name]="errorIconClasses"
669
669
  [customFontClass]="customIconClasses"
670
- [svgIcon]="svgIcon('exclamationCircleIcon')"
670
+ [svgIcon]="errorSvgIcon || svgIcon('exclamationCircleIcon')"
671
671
  >
672
672
  </kendo-icon-wrapper>
673
673
  <kendo-icon-wrapper
@@ -675,7 +675,7 @@ TextBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
675
675
  innerCssClass="k-input-validation-icon"
676
676
  [name]="successIconClasses"
677
677
  [customFontClass]="customSuccessIconClasses"
678
- [svgIcon]="svgIcon('checkIcon')"
678
+ [svgIcon]="successSvgIcon || svgIcon('checkIcon')"
679
679
  >
680
680
  </kendo-icon-wrapper>
681
681
  <span class="k-input-suffix">
@@ -741,7 +741,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
741
741
  <kendo-icon-wrapper
742
742
  [name]="clearButtonClass"
743
743
  [customFontClass]="customClearButtonClasses"
744
- [svgIcon]="svgIcon('xIcon')"
744
+ [svgIcon]="clearButtonSvgIcon || svgIcon('xIcon')"
745
745
  >
746
746
  </kendo-icon-wrapper>
747
747
  </span>
@@ -750,7 +750,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
750
750
  innerCssClass="k-input-validation-icon"
751
751
  [name]="errorIconClasses"
752
752
  [customFontClass]="customIconClasses"
753
- [svgIcon]="svgIcon('exclamationCircleIcon')"
753
+ [svgIcon]="errorSvgIcon || svgIcon('exclamationCircleIcon')"
754
754
  >
755
755
  </kendo-icon-wrapper>
756
756
  <kendo-icon-wrapper
@@ -758,7 +758,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
758
758
  innerCssClass="k-input-validation-icon"
759
759
  [name]="successIconClasses"
760
760
  [customFontClass]="customSuccessIconClasses"
761
- [svgIcon]="svgIcon('checkIcon')"
761
+ [svgIcon]="successSvgIcon || svgIcon('checkIcon')"
762
762
  >
763
763
  </kendo-icon-wrapper>
764
764
  <span class="k-input-suffix">
@@ -791,10 +791,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
791
791
  type: Input
792
792
  }], successIcon: [{
793
793
  type: Input
794
+ }], successSvgIcon: [{
795
+ type: Input
794
796
  }], errorIcon: [{
795
797
  type: Input
798
+ }], errorSvgIcon: [{
799
+ type: Input
796
800
  }], clearButtonIcon: [{
797
801
  type: Input
802
+ }], clearButtonSvgIcon: [{
803
+ type: Input
798
804
  }], size: [{
799
805
  type: Input
800
806
  }], rounded: [{
@@ -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: 1685107072,
543
- version: '13.0.0-develop.8',
542
+ publishDate: 1686055645,
543
+ version: '13.0.0',
544
544
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
545
545
  };
546
546
 
@@ -6818,7 +6818,7 @@ class TextBoxComponent {
6818
6818
  }
6819
6819
  }
6820
6820
  TextBoxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TextBoxComponent, deps: [{ token: i1.LocalizationService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }, { token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
6821
- TextBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: TextBoxComponent, selector: "kendo-textbox", inputs: { focusableId: "focusableId", title: "title", disabled: "disabled", readonly: "readonly", tabindex: "tabindex", value: "value", selectOnFocus: "selectOnFocus", showSuccessIcon: "showSuccessIcon", showErrorIcon: "showErrorIcon", clearButton: "clearButton", successIcon: "successIcon", errorIcon: "errorIcon", clearButtonIcon: "clearButtonIcon", size: "size", rounded: "rounded", fillMode: "fillMode", tabIndex: "tabIndex", placeholder: "placeholder", maxlength: "maxlength" }, outputs: { valueChange: "valueChange", inputFocus: "inputFocus", inputBlur: "inputBlur", onFocus: "focus", onBlur: "blur" }, host: { properties: { "class.k-disabled": "this.disabledClass", "class.k-textbox": "this.hostClasses", "class.k-input": "this.hostClasses", "attr.dir": "this.direction" } }, providers: [
6821
+ TextBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: TextBoxComponent, selector: "kendo-textbox", inputs: { focusableId: "focusableId", title: "title", disabled: "disabled", readonly: "readonly", tabindex: "tabindex", value: "value", selectOnFocus: "selectOnFocus", showSuccessIcon: "showSuccessIcon", showErrorIcon: "showErrorIcon", clearButton: "clearButton", successIcon: "successIcon", successSvgIcon: "successSvgIcon", errorIcon: "errorIcon", errorSvgIcon: "errorSvgIcon", clearButtonIcon: "clearButtonIcon", clearButtonSvgIcon: "clearButtonSvgIcon", size: "size", rounded: "rounded", fillMode: "fillMode", tabIndex: "tabIndex", placeholder: "placeholder", maxlength: "maxlength" }, outputs: { valueChange: "valueChange", inputFocus: "inputFocus", inputBlur: "inputBlur", onFocus: "focus", onBlur: "blur" }, host: { properties: { "class.k-disabled": "this.disabledClass", "class.k-textbox": "this.hostClasses", "class.k-input": "this.hostClasses", "attr.dir": "this.direction" } }, providers: [
6822
6822
  LocalizationService,
6823
6823
  { provide: L10N_PREFIX, useValue: 'kendo.textbox' },
6824
6824
  {
@@ -6868,7 +6868,7 @@ TextBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
6868
6868
  <kendo-icon-wrapper
6869
6869
  [name]="clearButtonClass"
6870
6870
  [customFontClass]="customClearButtonClasses"
6871
- [svgIcon]="svgIcon('xIcon')"
6871
+ [svgIcon]="clearButtonSvgIcon || svgIcon('xIcon')"
6872
6872
  >
6873
6873
  </kendo-icon-wrapper>
6874
6874
  </span>
@@ -6877,7 +6877,7 @@ TextBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
6877
6877
  innerCssClass="k-input-validation-icon"
6878
6878
  [name]="errorIconClasses"
6879
6879
  [customFontClass]="customIconClasses"
6880
- [svgIcon]="svgIcon('exclamationCircleIcon')"
6880
+ [svgIcon]="errorSvgIcon || svgIcon('exclamationCircleIcon')"
6881
6881
  >
6882
6882
  </kendo-icon-wrapper>
6883
6883
  <kendo-icon-wrapper
@@ -6885,7 +6885,7 @@ TextBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
6885
6885
  innerCssClass="k-input-validation-icon"
6886
6886
  [name]="successIconClasses"
6887
6887
  [customFontClass]="customSuccessIconClasses"
6888
- [svgIcon]="svgIcon('checkIcon')"
6888
+ [svgIcon]="successSvgIcon || svgIcon('checkIcon')"
6889
6889
  >
6890
6890
  </kendo-icon-wrapper>
6891
6891
  <span class="k-input-suffix">
@@ -6951,7 +6951,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
6951
6951
  <kendo-icon-wrapper
6952
6952
  [name]="clearButtonClass"
6953
6953
  [customFontClass]="customClearButtonClasses"
6954
- [svgIcon]="svgIcon('xIcon')"
6954
+ [svgIcon]="clearButtonSvgIcon || svgIcon('xIcon')"
6955
6955
  >
6956
6956
  </kendo-icon-wrapper>
6957
6957
  </span>
@@ -6960,7 +6960,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
6960
6960
  innerCssClass="k-input-validation-icon"
6961
6961
  [name]="errorIconClasses"
6962
6962
  [customFontClass]="customIconClasses"
6963
- [svgIcon]="svgIcon('exclamationCircleIcon')"
6963
+ [svgIcon]="errorSvgIcon || svgIcon('exclamationCircleIcon')"
6964
6964
  >
6965
6965
  </kendo-icon-wrapper>
6966
6966
  <kendo-icon-wrapper
@@ -6968,7 +6968,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
6968
6968
  innerCssClass="k-input-validation-icon"
6969
6969
  [name]="successIconClasses"
6970
6970
  [customFontClass]="customSuccessIconClasses"
6971
- [svgIcon]="svgIcon('checkIcon')"
6971
+ [svgIcon]="successSvgIcon || svgIcon('checkIcon')"
6972
6972
  >
6973
6973
  </kendo-icon-wrapper>
6974
6974
  <span class="k-input-suffix">
@@ -7001,10 +7001,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
7001
7001
  type: Input
7002
7002
  }], successIcon: [{
7003
7003
  type: Input
7004
+ }], successSvgIcon: [{
7005
+ type: Input
7004
7006
  }], errorIcon: [{
7005
7007
  type: Input
7008
+ }], errorSvgIcon: [{
7009
+ type: Input
7006
7010
  }], clearButtonIcon: [{
7007
7011
  type: Input
7012
+ }], clearButtonSvgIcon: [{
7013
+ type: Input
7008
7014
  }], size: [{
7009
7015
  type: Input
7010
7016
  }], rounded: [{
@@ -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: 1685107072,
542
- version: '13.0.0-develop.8',
541
+ publishDate: 1686055645,
542
+ version: '13.0.0',
543
543
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
544
544
  };
545
545
 
@@ -6805,7 +6805,7 @@ class TextBoxComponent {
6805
6805
  }
6806
6806
  }
6807
6807
  TextBoxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TextBoxComponent, deps: [{ token: i1.LocalizationService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }, { token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
6808
- TextBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: TextBoxComponent, selector: "kendo-textbox", inputs: { focusableId: "focusableId", title: "title", disabled: "disabled", readonly: "readonly", tabindex: "tabindex", value: "value", selectOnFocus: "selectOnFocus", showSuccessIcon: "showSuccessIcon", showErrorIcon: "showErrorIcon", clearButton: "clearButton", successIcon: "successIcon", errorIcon: "errorIcon", clearButtonIcon: "clearButtonIcon", size: "size", rounded: "rounded", fillMode: "fillMode", tabIndex: "tabIndex", placeholder: "placeholder", maxlength: "maxlength" }, outputs: { valueChange: "valueChange", inputFocus: "inputFocus", inputBlur: "inputBlur", onFocus: "focus", onBlur: "blur" }, host: { properties: { "class.k-disabled": "this.disabledClass", "class.k-textbox": "this.hostClasses", "class.k-input": "this.hostClasses", "attr.dir": "this.direction" } }, providers: [
6808
+ TextBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: TextBoxComponent, selector: "kendo-textbox", inputs: { focusableId: "focusableId", title: "title", disabled: "disabled", readonly: "readonly", tabindex: "tabindex", value: "value", selectOnFocus: "selectOnFocus", showSuccessIcon: "showSuccessIcon", showErrorIcon: "showErrorIcon", clearButton: "clearButton", successIcon: "successIcon", successSvgIcon: "successSvgIcon", errorIcon: "errorIcon", errorSvgIcon: "errorSvgIcon", clearButtonIcon: "clearButtonIcon", clearButtonSvgIcon: "clearButtonSvgIcon", size: "size", rounded: "rounded", fillMode: "fillMode", tabIndex: "tabIndex", placeholder: "placeholder", maxlength: "maxlength" }, outputs: { valueChange: "valueChange", inputFocus: "inputFocus", inputBlur: "inputBlur", onFocus: "focus", onBlur: "blur" }, host: { properties: { "class.k-disabled": "this.disabledClass", "class.k-textbox": "this.hostClasses", "class.k-input": "this.hostClasses", "attr.dir": "this.direction" } }, providers: [
6809
6809
  LocalizationService,
6810
6810
  { provide: L10N_PREFIX, useValue: 'kendo.textbox' },
6811
6811
  {
@@ -6855,7 +6855,7 @@ TextBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
6855
6855
  <kendo-icon-wrapper
6856
6856
  [name]="clearButtonClass"
6857
6857
  [customFontClass]="customClearButtonClasses"
6858
- [svgIcon]="svgIcon('xIcon')"
6858
+ [svgIcon]="clearButtonSvgIcon || svgIcon('xIcon')"
6859
6859
  >
6860
6860
  </kendo-icon-wrapper>
6861
6861
  </span>
@@ -6864,7 +6864,7 @@ TextBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
6864
6864
  innerCssClass="k-input-validation-icon"
6865
6865
  [name]="errorIconClasses"
6866
6866
  [customFontClass]="customIconClasses"
6867
- [svgIcon]="svgIcon('exclamationCircleIcon')"
6867
+ [svgIcon]="errorSvgIcon || svgIcon('exclamationCircleIcon')"
6868
6868
  >
6869
6869
  </kendo-icon-wrapper>
6870
6870
  <kendo-icon-wrapper
@@ -6872,7 +6872,7 @@ TextBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
6872
6872
  innerCssClass="k-input-validation-icon"
6873
6873
  [name]="successIconClasses"
6874
6874
  [customFontClass]="customSuccessIconClasses"
6875
- [svgIcon]="svgIcon('checkIcon')"
6875
+ [svgIcon]="successSvgIcon || svgIcon('checkIcon')"
6876
6876
  >
6877
6877
  </kendo-icon-wrapper>
6878
6878
  <span class="k-input-suffix">
@@ -6938,7 +6938,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
6938
6938
  <kendo-icon-wrapper
6939
6939
  [name]="clearButtonClass"
6940
6940
  [customFontClass]="customClearButtonClasses"
6941
- [svgIcon]="svgIcon('xIcon')"
6941
+ [svgIcon]="clearButtonSvgIcon || svgIcon('xIcon')"
6942
6942
  >
6943
6943
  </kendo-icon-wrapper>
6944
6944
  </span>
@@ -6947,7 +6947,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
6947
6947
  innerCssClass="k-input-validation-icon"
6948
6948
  [name]="errorIconClasses"
6949
6949
  [customFontClass]="customIconClasses"
6950
- [svgIcon]="svgIcon('exclamationCircleIcon')"
6950
+ [svgIcon]="errorSvgIcon || svgIcon('exclamationCircleIcon')"
6951
6951
  >
6952
6952
  </kendo-icon-wrapper>
6953
6953
  <kendo-icon-wrapper
@@ -6955,7 +6955,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
6955
6955
  innerCssClass="k-input-validation-icon"
6956
6956
  [name]="successIconClasses"
6957
6957
  [customFontClass]="customSuccessIconClasses"
6958
- [svgIcon]="svgIcon('checkIcon')"
6958
+ [svgIcon]="successSvgIcon || svgIcon('checkIcon')"
6959
6959
  >
6960
6960
  </kendo-icon-wrapper>
6961
6961
  <span class="k-input-suffix">
@@ -6988,10 +6988,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
6988
6988
  type: Input
6989
6989
  }], successIcon: [{
6990
6990
  type: Input
6991
+ }], successSvgIcon: [{
6992
+ type: Input
6991
6993
  }], errorIcon: [{
6992
6994
  type: Input
6995
+ }], errorSvgIcon: [{
6996
+ type: Input
6993
6997
  }], clearButtonIcon: [{
6994
6998
  type: Input
6999
+ }], clearButtonSvgIcon: [{
7000
+ type: Input
6995
7001
  }], size: [{
6996
7002
  type: Input
6997
7003
  }], rounded: [{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-inputs",
3
- "version": "13.0.0-develop.8",
3
+ "version": "13.0.0",
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 - 16",
34
34
  "@progress/kendo-drawing": "^1.17.2",
35
35
  "@progress/kendo-licensing": "^1.0.2",
36
- "@progress/kendo-angular-buttons": "13.0.0-develop.8",
37
- "@progress/kendo-angular-common": "13.0.0-develop.8",
38
- "@progress/kendo-angular-dialog": "13.0.0-develop.8",
39
- "@progress/kendo-angular-intl": "13.0.0-develop.8",
40
- "@progress/kendo-angular-l10n": "13.0.0-develop.8",
41
- "@progress/kendo-angular-popup": "13.0.0-develop.8",
42
- "@progress/kendo-angular-icons": "13.0.0-develop.8",
36
+ "@progress/kendo-angular-buttons": "13.0.0",
37
+ "@progress/kendo-angular-common": "13.0.0",
38
+ "@progress/kendo-angular-dialog": "13.0.0",
39
+ "@progress/kendo-angular-intl": "13.0.0",
40
+ "@progress/kendo-angular-l10n": "13.0.0",
41
+ "@progress/kendo-angular-popup": "13.0.0",
42
+ "@progress/kendo-angular-icons": "13.0.0",
43
43
  "rxjs": "^6.5.3 || ^7.0.0",
44
- "@progress/kendo-angular-upload": "13.0.0-develop.8"
44
+ "@progress/kendo-angular-upload": "13.0.0"
45
45
  },
46
46
  "dependencies": {
47
47
  "tslib": "^2.3.1",
48
- "@progress/kendo-angular-schematics": "13.0.0-develop.8",
48
+ "@progress/kendo-angular-schematics": "13.0.0",
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"
@@ -89,14 +89,26 @@ export declare class TextBoxComponent implements ControlValueAccessor {
89
89
  * Sets a custom icon that will be rendered instead of the default one for a valid user input.
90
90
  */
91
91
  successIcon: string;
92
+ /**
93
+ * Sets a custom SVG icon that will be rendered instead of the default one for a valid user input.
94
+ */
95
+ successSvgIcon: SVGIcon;
92
96
  /**
93
97
  * Sets a custom icon that will be rendered instead of the default one for invalid user input.
94
98
  */
95
99
  errorIcon: string;
100
+ /**
101
+ * Sets a custom SVG icon that will be rendered instead of the default one for invalid user input.
102
+ */
103
+ errorSvgIcon: SVGIcon;
96
104
  /**
97
105
  * Sets a custom icon that will be rendered instead of the default one.
98
106
  */
99
107
  clearButtonIcon: string;
108
+ /**
109
+ * Sets a custom SVG icon that will be rendered instead of the default one.
110
+ */
111
+ clearButtonSvgIcon: SVGIcon;
100
112
  /**
101
113
  * The size property specifies the padding of the TextBox internal input element
102
114
  * ([see example]({% slug appearance_textbox %}#toc-size)).
@@ -360,5 +372,5 @@ export declare class TextBoxComponent implements ControlValueAccessor {
360
372
  private handleBlur;
361
373
  private handleClasses;
362
374
  static ɵfac: i0.ɵɵFactoryDeclaration<TextBoxComponent, never>;
363
- static ɵcmp: i0.ɵɵComponentDeclaration<TextBoxComponent, "kendo-textbox", ["kendoTextBox"], { "focusableId": "focusableId"; "title": "title"; "disabled": "disabled"; "readonly": "readonly"; "tabindex": "tabindex"; "value": "value"; "selectOnFocus": "selectOnFocus"; "showSuccessIcon": "showSuccessIcon"; "showErrorIcon": "showErrorIcon"; "clearButton": "clearButton"; "successIcon": "successIcon"; "errorIcon": "errorIcon"; "clearButtonIcon": "clearButtonIcon"; "size": "size"; "rounded": "rounded"; "fillMode": "fillMode"; "tabIndex": "tabIndex"; "placeholder": "placeholder"; "maxlength": "maxlength"; }, { "valueChange": "valueChange"; "inputFocus": "inputFocus"; "inputBlur": "inputBlur"; "onFocus": "focus"; "onBlur": "blur"; }, ["suffixTemplate", "prefixTemplate"], never>;
375
+ static ɵcmp: i0.ɵɵComponentDeclaration<TextBoxComponent, "kendo-textbox", ["kendoTextBox"], { "focusableId": "focusableId"; "title": "title"; "disabled": "disabled"; "readonly": "readonly"; "tabindex": "tabindex"; "value": "value"; "selectOnFocus": "selectOnFocus"; "showSuccessIcon": "showSuccessIcon"; "showErrorIcon": "showErrorIcon"; "clearButton": "clearButton"; "successIcon": "successIcon"; "successSvgIcon": "successSvgIcon"; "errorIcon": "errorIcon"; "errorSvgIcon": "errorSvgIcon"; "clearButtonIcon": "clearButtonIcon"; "clearButtonSvgIcon": "clearButtonSvgIcon"; "size": "size"; "rounded": "rounded"; "fillMode": "fillMode"; "tabIndex": "tabIndex"; "placeholder": "placeholder"; "maxlength": "maxlength"; }, { "valueChange": "valueChange"; "inputFocus": "inputFocus"; "inputBlur": "inputBlur"; "onFocus": "focus"; "onBlur": "blur"; }, ["suffixTemplate", "prefixTemplate"], never>;
364
376
  }