@progress/kendo-angular-inputs 14.4.0-develop.2 → 14.4.0-develop.21
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.
- package/LICENSE.md +1 -1
- package/NOTICE.txt +147 -594
- package/README.md +1 -1
- package/checkbox/checkbox.directive.d.ts +1 -1
- package/checkbox.module.d.ts +1 -1
- package/colorpicker/color-contrast-svg.component.d.ts +1 -1
- package/colorpicker/color-gradient-numeric-label.directive.d.ts +1 -1
- package/colorpicker/color-gradient.component.d.ts +2 -2
- package/colorpicker/color-input.component.d.ts +1 -1
- package/colorpicker/color-palette.component.d.ts +2 -2
- package/colorpicker/colorpicker.component.d.ts +2 -2
- package/colorpicker/constants.d.ts +1 -1
- package/colorpicker/contrast-validation.component.d.ts +1 -1
- package/colorpicker/contrast.component.d.ts +1 -1
- package/colorpicker/events/active-color-click-event.d.ts +1 -1
- package/colorpicker/events/cancel-event.d.ts +1 -1
- package/colorpicker/events/close-event.d.ts +1 -1
- package/colorpicker/events/kendo-drag-event.d.ts +1 -1
- package/colorpicker/events/open-event.d.ts +1 -1
- package/colorpicker/events.d.ts +1 -1
- package/colorpicker/flatcolorpicker-actions.component.d.ts +1 -1
- package/colorpicker/flatcolorpicker-header.component.d.ts +1 -1
- package/colorpicker/flatcolorpicker.component.d.ts +2 -2
- package/colorpicker/focus-on-dom-ready.directive.d.ts +1 -1
- package/colorpicker/localization/colorgradient-localization.service.d.ts +1 -1
- package/colorpicker/localization/colorpalette-localization.service.d.ts +1 -1
- package/colorpicker/localization/colorpicker-localization.service.d.ts +1 -1
- package/colorpicker/localization/custom-messages.component.d.ts +1 -1
- package/colorpicker/localization/flatcolorpicker-localization.service.d.ts +1 -1
- package/colorpicker/localization/localized-colorpicker-messages.directive.d.ts +1 -1
- package/colorpicker/localization/messages.d.ts +1 -1
- package/colorpicker/models/actions-layout.d.ts +1 -1
- package/colorpicker/models/colorpicker-view.d.ts +1 -1
- package/colorpicker/models/gradient-settings.d.ts +1 -1
- package/colorpicker/models/hsva.d.ts +1 -1
- package/colorpicker/models/output-format.d.ts +1 -1
- package/colorpicker/models/palette-presets.d.ts +1 -1
- package/colorpicker/models/palette-settings.d.ts +1 -1
- package/colorpicker/models/popup-settings.d.ts +1 -1
- package/colorpicker/models/rgb.d.ts +1 -1
- package/colorpicker/models/rgba.d.ts +1 -1
- package/colorpicker/models/table-cell.d.ts +1 -1
- package/colorpicker/models/tile-size.d.ts +1 -1
- package/colorpicker/models.d.ts +1 -1
- package/colorpicker/services/color-palette.service.d.ts +1 -1
- package/colorpicker/services/flatcolorpicker.service.d.ts +1 -1
- package/colorpicker/utils/color-parser.d.ts +1 -1
- package/colorpicker/utils/contrast-curve.d.ts +1 -1
- package/colorpicker/utils.d.ts +1 -1
- package/colorpicker.module.d.ts +1 -1
- package/common/dom-utils.d.ts +1 -1
- package/common/math.d.ts +1 -1
- package/common/models/fillmode.d.ts +1 -1
- package/common/models/rounded.d.ts +1 -1
- package/common/models/size.d.ts +1 -1
- package/common/models/styling-classes.d.ts +1 -1
- package/common/models/type.d.ts +1 -1
- package/common/models.d.ts +1 -1
- package/common/utils.d.ts +1 -1
- package/esm2020/checkbox/checkbox.directive.mjs +1 -1
- package/esm2020/checkbox.module.mjs +1 -1
- package/esm2020/colorpicker/color-contrast-svg.component.mjs +1 -1
- package/esm2020/colorpicker/color-gradient-numeric-label.directive.mjs +1 -1
- package/esm2020/colorpicker/color-gradient.component.mjs +2 -2
- package/esm2020/colorpicker/color-input.component.mjs +2 -2
- package/esm2020/colorpicker/color-palette.component.mjs +2 -2
- package/esm2020/colorpicker/colorpicker.component.mjs +2 -2
- package/esm2020/colorpicker/constants.mjs +1 -1
- package/esm2020/colorpicker/contrast-validation.component.mjs +1 -1
- package/esm2020/colorpicker/contrast.component.mjs +1 -1
- package/esm2020/colorpicker/events/active-color-click-event.mjs +1 -1
- package/esm2020/colorpicker/events/cancel-event.mjs +1 -1
- package/esm2020/colorpicker/events/close-event.mjs +1 -1
- package/esm2020/colorpicker/events/kendo-drag-event.mjs +1 -1
- package/esm2020/colorpicker/events/open-event.mjs +1 -1
- package/esm2020/colorpicker/events.mjs +1 -1
- package/esm2020/colorpicker/flatcolorpicker-actions.component.mjs +1 -1
- package/esm2020/colorpicker/flatcolorpicker-header.component.mjs +1 -1
- package/esm2020/colorpicker/flatcolorpicker.component.mjs +2 -2
- package/esm2020/colorpicker/focus-on-dom-ready.directive.mjs +1 -1
- package/esm2020/colorpicker/localization/colorgradient-localization.service.mjs +1 -1
- package/esm2020/colorpicker/localization/colorpalette-localization.service.mjs +1 -1
- package/esm2020/colorpicker/localization/colorpicker-localization.service.mjs +1 -1
- package/esm2020/colorpicker/localization/custom-messages.component.mjs +1 -1
- package/esm2020/colorpicker/localization/flatcolorpicker-localization.service.mjs +1 -1
- package/esm2020/colorpicker/localization/localized-colorpicker-messages.directive.mjs +1 -1
- package/esm2020/colorpicker/localization/messages.mjs +1 -1
- package/esm2020/colorpicker/models/actions-layout.mjs +1 -1
- package/esm2020/colorpicker/models/colorpicker-view.mjs +1 -1
- package/esm2020/colorpicker/models/gradient-settings.mjs +1 -1
- package/esm2020/colorpicker/models/hsva.mjs +1 -1
- package/esm2020/colorpicker/models/output-format.mjs +1 -1
- package/esm2020/colorpicker/models/palette-presets.mjs +1 -1
- package/esm2020/colorpicker/models/palette-settings.mjs +1 -1
- package/esm2020/colorpicker/models/popup-settings.mjs +1 -1
- package/esm2020/colorpicker/models/rgb.mjs +1 -1
- package/esm2020/colorpicker/models/rgba.mjs +1 -1
- package/esm2020/colorpicker/models/table-cell.mjs +1 -1
- package/esm2020/colorpicker/models/tile-size.mjs +1 -1
- package/esm2020/colorpicker/models.mjs +1 -1
- package/esm2020/colorpicker/services/color-palette.service.mjs +1 -1
- package/esm2020/colorpicker/services/flatcolorpicker.service.mjs +1 -1
- package/esm2020/colorpicker/utils/color-parser.mjs +1 -1
- package/esm2020/colorpicker/utils/contrast-curve.mjs +1 -1
- package/esm2020/colorpicker/utils.mjs +1 -1
- package/esm2020/colorpicker.module.mjs +1 -1
- package/esm2020/common/dom-utils.mjs +1 -1
- package/esm2020/common/math.mjs +1 -1
- package/esm2020/common/models/fillmode.mjs +1 -1
- package/esm2020/common/models/rounded.mjs +1 -1
- package/esm2020/common/models/size.mjs +1 -1
- package/esm2020/common/models/styling-classes.mjs +1 -1
- package/esm2020/common/models/type.mjs +1 -1
- package/esm2020/common/models.mjs +1 -1
- package/esm2020/common/utils.mjs +1 -1
- package/esm2020/formfield/error.component.mjs +1 -1
- package/esm2020/formfield/formfield.component.mjs +1 -1
- package/esm2020/formfield/hint.component.mjs +1 -1
- package/esm2020/formfield/models/message-align.mjs +1 -1
- package/esm2020/formfield/models/orientation.mjs +1 -1
- package/esm2020/formfield/models/show-options.mjs +1 -1
- package/esm2020/formfield.module.mjs +1 -1
- package/esm2020/index.mjs +5 -1
- package/esm2020/inputs.module.mjs +1 -1
- package/esm2020/maskedtextbox/maskedtextbox.component.mjs +146 -58
- package/esm2020/maskedtextbox/masking.service.mjs +1 -1
- package/esm2020/maskedtextbox/parsing/combinators.mjs +1 -1
- package/esm2020/maskedtextbox/parsing/parsers.mjs +1 -1
- package/esm2020/maskedtextbox/parsing/result.mjs +1 -1
- package/esm2020/maskedtextbox/parsing/stream.mjs +1 -1
- package/esm2020/maskedtextbox.module.mjs +31 -7
- package/esm2020/numerictextbox/arrow-direction.mjs +1 -1
- package/esm2020/numerictextbox/constants.mjs +1 -1
- package/esm2020/numerictextbox/localization/custom-messages.component.mjs +1 -1
- package/esm2020/numerictextbox/localization/localized-numerictextbox-messages.directive.mjs +1 -1
- package/esm2020/numerictextbox/localization/messages.mjs +1 -1
- package/esm2020/numerictextbox/numerictextbox.component.mjs +188 -93
- package/esm2020/numerictextbox/utils.mjs +1 -1
- package/esm2020/numerictextbox.module.mjs +11 -7
- package/esm2020/package-metadata.mjs +3 -3
- package/esm2020/progress-kendo-angular-inputs.mjs +1 -1
- package/esm2020/radiobutton/radiobutton.directive.mjs +1 -1
- package/esm2020/radiobutton.module.mjs +1 -1
- package/esm2020/rangeslider/localization/custom-messages.component.mjs +1 -1
- package/esm2020/rangeslider/localization/localized-rangeslider-messages.directive.mjs +1 -1
- package/esm2020/rangeslider/localization/messages.mjs +1 -1
- package/esm2020/rangeslider/rangeslider-model.mjs +1 -1
- package/esm2020/rangeslider/rangeslider-value.type.mjs +1 -1
- package/esm2020/rangeslider/rangeslider.component.mjs +1 -1
- package/esm2020/rangeslider.module.mjs +1 -1
- package/esm2020/shared/input-separator.component.mjs +22 -4
- package/esm2020/shared/shared-events.directive.mjs +95 -0
- package/esm2020/shared/textarea.directive.mjs +1 -1
- package/esm2020/shared/utils.mjs +1 -1
- package/esm2020/shared-events.module.mjs +22 -0
- package/esm2020/shared.module.mjs +1 -1
- package/esm2020/signature/events/close-event.mjs +1 -1
- package/esm2020/signature/events/index.mjs +1 -1
- package/esm2020/signature/events/open-event.mjs +1 -1
- package/esm2020/signature/localization/custom-messages.component.mjs +1 -1
- package/esm2020/signature/localization/index.mjs +1 -1
- package/esm2020/signature/localization/localized-signature-messages.directive.mjs +1 -1
- package/esm2020/signature/localization/messages.mjs +1 -1
- package/esm2020/signature/signature.component.mjs +2 -2
- package/esm2020/signature.module.mjs +1 -1
- package/esm2020/slider/localization/custom-messages.component.mjs +1 -1
- package/esm2020/slider/localization/localized-slider-messages.directive.mjs +1 -1
- package/esm2020/slider/localization/messages.mjs +1 -1
- package/esm2020/slider/slider-model.mjs +1 -1
- package/esm2020/slider/slider.component.mjs +1 -1
- package/esm2020/slider.module.mjs +1 -1
- package/esm2020/sliders-common/label-template.directive.mjs +1 -1
- package/esm2020/sliders-common/slider-base.mjs +2 -2
- package/esm2020/sliders-common/slider-model.base.mjs +1 -1
- package/esm2020/sliders-common/slider-ticks.component.mjs +1 -1
- package/esm2020/sliders-common/sliders-common.module.mjs +1 -1
- package/esm2020/sliders-common/sliders-util.mjs +1 -1
- package/esm2020/sliders-common/title-callback.mjs +1 -1
- package/esm2020/switch/events/blur-event.mjs +1 -1
- package/esm2020/switch/events/focus-event.mjs +1 -1
- package/esm2020/switch/localization/custom-messages.component.mjs +1 -1
- package/esm2020/switch/localization/localized-switch-messages.directive.mjs +1 -1
- package/esm2020/switch/localization/messages.mjs +1 -1
- package/esm2020/switch/switch.component.mjs +2 -2
- package/esm2020/switch.module.mjs +1 -1
- package/esm2020/text-fields-common/text-fields-base.mjs +2 -2
- package/esm2020/textarea/models/adornments-orientation.mjs +5 -0
- package/esm2020/textarea/models/flow.mjs +1 -1
- package/esm2020/textarea/models/resize.mjs +1 -1
- package/esm2020/textarea/textarea-prefix.component.mjs +70 -0
- package/esm2020/textarea/textarea-suffix.component.mjs +34 -4
- package/esm2020/textarea/textarea.component.mjs +199 -132
- package/esm2020/textarea.module.mjs +15 -6
- package/esm2020/textbox/localization/custom-messages.component.mjs +1 -1
- package/esm2020/textbox/localization/localized-textbox-messages.directive.mjs +1 -1
- package/esm2020/textbox/localization/messages.mjs +1 -1
- package/esm2020/textbox/models/icon-show-options.mjs +1 -1
- package/esm2020/textbox/textbox-prefix.directive.mjs +18 -4
- package/esm2020/textbox/textbox-suffix.directive.mjs +18 -4
- package/esm2020/textbox/textbox.component.mjs +207 -205
- package/esm2020/textbox/textbox.directive.mjs +1 -1
- package/esm2020/textbox.module.mjs +10 -6
- package/esm2020/validators/max.validator.mjs +1 -1
- package/esm2020/validators/min.validator.mjs +1 -1
- package/fesm2015/progress-kendo-angular-inputs.mjs +1143 -621
- package/fesm2020/progress-kendo-angular-inputs.mjs +1143 -621
- package/formfield/error.component.d.ts +1 -1
- package/formfield/formfield.component.d.ts +1 -1
- package/formfield/hint.component.d.ts +1 -1
- package/formfield/models/message-align.d.ts +1 -1
- package/formfield/models/orientation.d.ts +1 -1
- package/formfield/models/show-options.d.ts +1 -1
- package/formfield.module.d.ts +1 -1
- package/index.d.ts +7 -1
- package/inputs.module.d.ts +1 -1
- package/maskedtextbox/maskedtextbox.component.d.ts +39 -8
- package/maskedtextbox/masking.service.d.ts +1 -1
- package/maskedtextbox/parsing/combinators.d.ts +1 -1
- package/maskedtextbox/parsing/parsers.d.ts +1 -1
- package/maskedtextbox/parsing/result.d.ts +1 -1
- package/maskedtextbox/parsing/stream.d.ts +1 -1
- package/maskedtextbox.module.d.ts +4 -2
- package/numerictextbox/arrow-direction.d.ts +1 -1
- package/numerictextbox/constants.d.ts +1 -1
- package/numerictextbox/localization/custom-messages.component.d.ts +1 -1
- package/numerictextbox/localization/localized-numerictextbox-messages.directive.d.ts +1 -1
- package/numerictextbox/localization/messages.d.ts +1 -1
- package/numerictextbox/numerictextbox.component.d.ts +40 -9
- package/numerictextbox/utils.d.ts +1 -1
- package/numerictextbox.module.d.ts +4 -2
- package/package-metadata.d.ts +1 -1
- package/package.json +11 -11
- package/progress-kendo-angular-inputs.d.ts +1 -1
- package/radiobutton/radiobutton.directive.d.ts +1 -1
- package/radiobutton.module.d.ts +1 -1
- package/rangeslider/localization/custom-messages.component.d.ts +1 -1
- package/rangeslider/localization/localized-rangeslider-messages.directive.d.ts +1 -1
- package/rangeslider/localization/messages.d.ts +1 -1
- package/rangeslider/rangeslider-model.d.ts +1 -1
- package/rangeslider/rangeslider-value.type.d.ts +1 -1
- package/rangeslider/rangeslider.component.d.ts +1 -1
- package/rangeslider.module.d.ts +1 -1
- package/shared/input-separator.component.d.ts +9 -2
- package/shared/shared-events.directive.d.ts +27 -0
- package/shared/textarea.directive.d.ts +1 -1
- package/shared/utils.d.ts +1 -1
- package/shared-events.module.d.ts +14 -0
- package/shared.module.d.ts +1 -1
- package/signature/events/close-event.d.ts +1 -1
- package/signature/events/index.d.ts +1 -1
- package/signature/events/open-event.d.ts +1 -1
- package/signature/localization/custom-messages.component.d.ts +1 -1
- package/signature/localization/index.d.ts +1 -1
- package/signature/localization/localized-signature-messages.directive.d.ts +1 -1
- package/signature/localization/messages.d.ts +1 -1
- package/signature/signature.component.d.ts +2 -2
- package/signature.module.d.ts +1 -1
- package/slider/localization/custom-messages.component.d.ts +1 -1
- package/slider/localization/localized-slider-messages.directive.d.ts +1 -1
- package/slider/localization/messages.d.ts +1 -1
- package/slider/slider-model.d.ts +1 -1
- package/slider/slider.component.d.ts +1 -1
- package/slider.module.d.ts +1 -1
- package/sliders-common/label-template.directive.d.ts +1 -1
- package/sliders-common/slider-base.d.ts +2 -2
- package/sliders-common/slider-model.base.d.ts +1 -1
- package/sliders-common/slider-ticks.component.d.ts +1 -1
- package/sliders-common/sliders-common.module.d.ts +1 -1
- package/sliders-common/sliders-util.d.ts +1 -1
- package/sliders-common/title-callback.d.ts +1 -1
- package/switch/events/blur-event.d.ts +1 -1
- package/switch/events/focus-event.d.ts +1 -1
- package/switch/localization/custom-messages.component.d.ts +1 -1
- package/switch/localization/localized-switch-messages.directive.d.ts +1 -1
- package/switch/localization/messages.d.ts +1 -1
- package/switch/switch.component.d.ts +2 -2
- package/switch.module.d.ts +1 -1
- package/text-fields-common/text-fields-base.d.ts +2 -2
- package/textarea/models/adornments-orientation.d.ts +12 -0
- package/textarea/models/flow.d.ts +1 -1
- package/textarea/models/resize.d.ts +1 -1
- package/textarea/textarea-prefix.component.d.ts +37 -0
- package/textarea/textarea-suffix.component.d.ts +13 -2
- package/textarea/textarea.component.d.ts +63 -7
- package/textarea.module.d.ts +10 -8
- package/textbox/localization/custom-messages.component.d.ts +1 -1
- package/textbox/localization/localized-textbox-messages.directive.d.ts +1 -1
- package/textbox/localization/messages.d.ts +1 -1
- package/textbox/models/icon-show-options.d.ts +1 -1
- package/textbox/textbox-prefix.directive.d.ts +10 -2
- package/textbox/textbox-suffix.directive.d.ts +10 -2
- package/textbox/textbox.component.d.ts +38 -11
- package/textbox/textbox.directive.d.ts +1 -1
- package/textbox.module.d.ts +5 -4
- package/validators/max.validator.d.ts +1 -1
- package/validators/min.validator.d.ts +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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
5
|
import { MessageAlign } from './models/message-align';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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
5
|
import { AfterViewInit, ElementRef, Renderer2, QueryList, AfterViewChecked } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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
5
|
import { MessageAlign } from './models/message-align';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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
5
|
/**
|
package/formfield.module.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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
5
|
import * as i0 from "@angular/core";
|
package/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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
5
|
export { SliderComponent } from './slider/slider.component';
|
|
@@ -55,9 +55,15 @@ export { TextBoxSuffixTemplateDirective } from './textbox/textbox-suffix.directi
|
|
|
55
55
|
export { TextAreaComponent } from './textarea/textarea.component';
|
|
56
56
|
export { TextAreaFlow } from './textarea/models/flow';
|
|
57
57
|
export { TextAreaResize } from './textarea/models/resize';
|
|
58
|
+
export { TextAreaPrefixComponent } from './textarea/textarea-prefix.component';
|
|
58
59
|
export { TextAreaSuffixComponent } from './textarea/textarea-suffix.component';
|
|
60
|
+
export { TextAreaAdornmentsOrientation } from './textarea/models/adornments-orientation';
|
|
59
61
|
export { InputSeparatorComponent } from './shared/input-separator.component';
|
|
60
62
|
export { SharedModule } from './shared.module';
|
|
63
|
+
export { PrefixTemplateDirective } from '@progress/kendo-angular-common';
|
|
64
|
+
export { SuffixTemplateDirective } from '@progress/kendo-angular-common';
|
|
65
|
+
export { SeparatorComponent } from '@progress/kendo-angular-common';
|
|
66
|
+
export { SeparatorOrientation } from '@progress/kendo-angular-common';
|
|
61
67
|
export { LocalizedColorPickerMessagesDirective } from './colorpicker/localization/localized-colorpicker-messages.directive';
|
|
62
68
|
export { LocalizedNumericTextBoxMessagesDirective } from './numerictextbox/localization/localized-numerictextbox-messages.directive';
|
|
63
69
|
export { LocalizedTextBoxMessagesDirective } from './textbox/localization/localized-textbox-messages.directive';
|
package/inputs.module.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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
5
|
import * as i0 from "@angular/core";
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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
5
|
import { ElementRef, EventEmitter, OnChanges, Renderer2, SimpleChanges, NgZone, Injector, ChangeDetectorRef } from '@angular/core';
|
|
6
6
|
import { AbstractControl, ControlValueAccessor, Validator } from '@angular/forms';
|
|
7
|
+
import { PrefixTemplateDirective, SuffixTemplateDirective } from '@progress/kendo-angular-common';
|
|
7
8
|
import { MaskingService } from './masking.service';
|
|
8
9
|
import { InputSize } from '../common/models';
|
|
9
10
|
import { InputRounded } from '../common/models/rounded';
|
|
@@ -34,7 +35,7 @@ import * as i0 from "@angular/core";
|
|
|
34
35
|
export declare class MaskedTextBoxComponent implements ControlValueAccessor, OnChanges, Validator {
|
|
35
36
|
private service;
|
|
36
37
|
private renderer;
|
|
37
|
-
|
|
38
|
+
hostElement: ElementRef;
|
|
38
39
|
private ngZone;
|
|
39
40
|
private injector;
|
|
40
41
|
private changeDetector;
|
|
@@ -43,7 +44,7 @@ export declare class MaskedTextBoxComponent implements ControlValueAccessor, OnC
|
|
|
43
44
|
*/
|
|
44
45
|
focusableId: string;
|
|
45
46
|
/**
|
|
46
|
-
* Determines whether the MaskedTextBox is disabled ([see example]({% slug disabled_maskedtextbox %})).
|
|
47
|
+
* Determines whether the MaskedTextBox is disabled ([see example]({% slug disabled_maskedtextbox %})). To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_maskedtextbox#toc-managing-the-maskedtextbox-disabled-state-in-reactive-forms).
|
|
47
48
|
*/
|
|
48
49
|
disabled: boolean;
|
|
49
50
|
/**
|
|
@@ -143,7 +144,7 @@ export declare class MaskedTextBoxComponent implements ControlValueAccessor, OnC
|
|
|
143
144
|
set tabIndex(tabIndex: number);
|
|
144
145
|
get tabIndex(): number;
|
|
145
146
|
/**
|
|
146
|
-
* Fires each time the user focuses the
|
|
147
|
+
* Fires each time the user focuses the MaskedTextBox component.
|
|
147
148
|
*
|
|
148
149
|
* > To wire the event programmatically, use the `onFocus` property.
|
|
149
150
|
*
|
|
@@ -164,7 +165,7 @@ export declare class MaskedTextBoxComponent implements ControlValueAccessor, OnC
|
|
|
164
165
|
*/
|
|
165
166
|
onFocus: EventEmitter<any>;
|
|
166
167
|
/**
|
|
167
|
-
* Fires each time the
|
|
168
|
+
* Fires each time the MaskedTextBox component gets blurred.
|
|
168
169
|
*
|
|
169
170
|
* > To wire the event programmatically, use the `onBlur` property.
|
|
170
171
|
*
|
|
@@ -184,6 +185,14 @@ export declare class MaskedTextBoxComponent implements ControlValueAccessor, OnC
|
|
|
184
185
|
* ```
|
|
185
186
|
*/
|
|
186
187
|
onBlur: EventEmitter<any>;
|
|
188
|
+
/**
|
|
189
|
+
* Fires each time the user focuses the `input` element.
|
|
190
|
+
*/
|
|
191
|
+
inputFocus: EventEmitter<any>;
|
|
192
|
+
/**
|
|
193
|
+
* Fires each time the `input` element gets blurred.
|
|
194
|
+
*/
|
|
195
|
+
inputBlur: EventEmitter<any>;
|
|
187
196
|
/**
|
|
188
197
|
* Fires each time the value changes.
|
|
189
198
|
*/
|
|
@@ -195,6 +204,14 @@ export declare class MaskedTextBoxComponent implements ControlValueAccessor, OnC
|
|
|
195
204
|
* Represents the `ElementRef` of the visible `input` element.
|
|
196
205
|
*/
|
|
197
206
|
input: ElementRef;
|
|
207
|
+
/**
|
|
208
|
+
* @hidden
|
|
209
|
+
*/
|
|
210
|
+
suffixTemplate: SuffixTemplateDirective;
|
|
211
|
+
/**
|
|
212
|
+
* @hidden
|
|
213
|
+
*/
|
|
214
|
+
prefixTemplate: PrefixTemplateDirective;
|
|
198
215
|
protected isFocused: boolean;
|
|
199
216
|
private maskedValue;
|
|
200
217
|
private focusClick;
|
|
@@ -218,6 +235,10 @@ export declare class MaskedTextBoxComponent implements ControlValueAccessor, OnC
|
|
|
218
235
|
* @hidden
|
|
219
236
|
*/
|
|
220
237
|
handleFocus: () => void;
|
|
238
|
+
/**
|
|
239
|
+
* @hidden
|
|
240
|
+
*/
|
|
241
|
+
handleInputFocus: () => void;
|
|
221
242
|
/**
|
|
222
243
|
* @hidden
|
|
223
244
|
*/
|
|
@@ -226,6 +247,10 @@ export declare class MaskedTextBoxComponent implements ControlValueAccessor, OnC
|
|
|
226
247
|
* @hidden
|
|
227
248
|
*/
|
|
228
249
|
handleBlur: () => void;
|
|
250
|
+
/**
|
|
251
|
+
* @hidden
|
|
252
|
+
*/
|
|
253
|
+
handleInputBlur: () => void;
|
|
229
254
|
/**
|
|
230
255
|
* @hidden
|
|
231
256
|
*/
|
|
@@ -306,10 +331,16 @@ export declare class MaskedTextBoxComponent implements ControlValueAccessor, OnC
|
|
|
306
331
|
private setSelection;
|
|
307
332
|
private get emptyMask();
|
|
308
333
|
private setFocusSelection;
|
|
309
|
-
|
|
310
|
-
|
|
334
|
+
/**
|
|
335
|
+
* @hidden
|
|
336
|
+
*/
|
|
337
|
+
get focused(): boolean;
|
|
338
|
+
/**
|
|
339
|
+
* @hidden
|
|
340
|
+
*/
|
|
341
|
+
set focused(value: boolean);
|
|
311
342
|
private normalizeValue;
|
|
312
343
|
private handleClasses;
|
|
313
344
|
static ɵfac: i0.ɵɵFactoryDeclaration<MaskedTextBoxComponent, [null, null, null, null, null, null, { optional: true; }]>;
|
|
314
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MaskedTextBoxComponent, "kendo-maskedtextbox", ["kendoMaskedTextBox"], { "focusableId": "focusableId"; "disabled": "disabled"; "readonly": "readonly"; "title": "title"; "size": "size"; "rounded": "rounded"; "fillMode": "fillMode"; "mask": "mask"; "value": "value"; "rules": "rules"; "prompt": "prompt"; "promptPlaceholder": "promptPlaceholder"; "includeLiterals": "includeLiterals"; "maskOnFocus": "maskOnFocus"; "maskValidation": "maskValidation"; "tabindex": "tabindex"; "tabIndex": "tabIndex"; }, { "onFocus": "focus"; "onBlur": "blur"; "valueChange": "valueChange"; },
|
|
345
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MaskedTextBoxComponent, "kendo-maskedtextbox", ["kendoMaskedTextBox"], { "focusableId": "focusableId"; "disabled": "disabled"; "readonly": "readonly"; "title": "title"; "size": "size"; "rounded": "rounded"; "fillMode": "fillMode"; "mask": "mask"; "value": "value"; "rules": "rules"; "prompt": "prompt"; "promptPlaceholder": "promptPlaceholder"; "includeLiterals": "includeLiterals"; "maskOnFocus": "maskOnFocus"; "maskValidation": "maskValidation"; "tabindex": "tabindex"; "tabIndex": "tabIndex"; }, { "onFocus": "focus"; "onBlur": "blur"; "inputFocus": "inputFocus"; "inputBlur": "inputBlur"; "valueChange": "valueChange"; }, ["suffixTemplate", "prefixTemplate"], never>;
|
|
315
346
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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
5
|
import * as i0 from "@angular/core";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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
5
|
import { Parser } from './parsers';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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
5
|
import { Result } from './result';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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
5
|
import { Stream } from './stream';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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
5
|
/**
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
import * as i1 from "./maskedtextbox/maskedtextbox.component";
|
|
7
7
|
import * as i2 from "@angular/common";
|
|
8
8
|
import * as i3 from "@progress/kendo-angular-common";
|
|
9
|
+
import * as i4 from "./shared.module";
|
|
10
|
+
import * as i5 from "./shared-events.module";
|
|
9
11
|
/**
|
|
10
12
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
11
13
|
* definition for the MaskedTextBox component.
|
|
@@ -39,6 +41,6 @@ import * as i3 from "@progress/kendo-angular-common";
|
|
|
39
41
|
*/
|
|
40
42
|
export declare class MaskedTextBoxModule {
|
|
41
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<MaskedTextBoxModule, never>;
|
|
42
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MaskedTextBoxModule, [typeof i1.MaskedTextBoxComponent], [typeof i2.CommonModule, typeof i3.EventsModule], [typeof i1.MaskedTextBoxComponent]>;
|
|
44
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MaskedTextBoxModule, [typeof i1.MaskedTextBoxComponent], [typeof i2.CommonModule, typeof i3.EventsModule, typeof i4.SharedModule, typeof i3.AdornmentsModule, typeof i5.SharedEventsModule], [typeof i1.MaskedTextBoxComponent, typeof i3.AdornmentsModule]>;
|
|
43
45
|
static ɵinj: i0.ɵɵInjectorDeclaration<MaskedTextBoxModule>;
|
|
44
46
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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
5
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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
5
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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
5
|
import { ComponentMessages } from '@progress/kendo-angular-l10n';
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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
5
|
import { ElementRef, EventEmitter, OnChanges, OnDestroy, Renderer2, NgZone, ChangeDetectorRef, Injector } from '@angular/core';
|
|
6
|
+
import { SuffixTemplateDirective, PrefixTemplateDirective } from '@progress/kendo-angular-common';
|
|
6
7
|
import { ControlValueAccessor, AbstractControl, NgControl, Validator } from '@angular/forms';
|
|
7
8
|
import { IntlService, NumberFormatOptions } from '@progress/kendo-angular-intl';
|
|
8
9
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
@@ -21,13 +22,13 @@ export declare class NumericTextBoxComponent implements ControlValueAccessor, On
|
|
|
21
22
|
private injector;
|
|
22
23
|
private ngZone;
|
|
23
24
|
private changeDetector;
|
|
24
|
-
|
|
25
|
+
hostElement: ElementRef;
|
|
25
26
|
/**
|
|
26
27
|
* @hidden
|
|
27
28
|
*/
|
|
28
29
|
focusableId: string;
|
|
29
30
|
/**
|
|
30
|
-
* Determines whether the NumericTextBox is disabled ([see example]({% slug disabled_numerictextbox %})).
|
|
31
|
+
* Determines whether the NumericTextBox is disabled ([see example]({% slug disabled_numerictextbox %})). To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_numerictextbox#toc-managing-the-numerictextbox-disabled-state-in-reactive-forms).
|
|
31
32
|
*/
|
|
32
33
|
disabled: boolean;
|
|
33
34
|
/**
|
|
@@ -154,17 +155,33 @@ export declare class NumericTextBoxComponent implements ControlValueAccessor, On
|
|
|
154
155
|
*/
|
|
155
156
|
valueChange: EventEmitter<any>;
|
|
156
157
|
/**
|
|
157
|
-
* Fires each time the user focuses the
|
|
158
|
+
* Fires each time the user focuses the NumericTextBox element ([see example]({% slug overview_numerictextbox %}#toc-events)).
|
|
158
159
|
*/
|
|
159
160
|
onFocus: EventEmitter<any>;
|
|
160
161
|
/**
|
|
161
|
-
* Fires each time the
|
|
162
|
+
* Fires each time the NumericTextBox component gets blurred. ([see example]({% slug overview_numerictextbox %}#toc-events)).
|
|
162
163
|
*/
|
|
163
164
|
onBlur: EventEmitter<any>;
|
|
165
|
+
/**
|
|
166
|
+
* Fires each time the user focuses the `input` element.
|
|
167
|
+
*/
|
|
168
|
+
inputFocus: EventEmitter<any>;
|
|
169
|
+
/**
|
|
170
|
+
* Fires each time the `input` element gets blurred.
|
|
171
|
+
*/
|
|
172
|
+
inputBlur: EventEmitter<any>;
|
|
164
173
|
/**
|
|
165
174
|
* @hidden
|
|
166
175
|
*/
|
|
167
176
|
numericInput: ElementRef;
|
|
177
|
+
/**
|
|
178
|
+
* @hidden
|
|
179
|
+
*/
|
|
180
|
+
suffixTemplate: SuffixTemplateDirective;
|
|
181
|
+
/**
|
|
182
|
+
* @hidden
|
|
183
|
+
*/
|
|
184
|
+
prefixTemplate: PrefixTemplateDirective;
|
|
168
185
|
direction: string;
|
|
169
186
|
/**
|
|
170
187
|
* @hidden
|
|
@@ -301,11 +318,19 @@ export declare class NumericTextBoxComponent implements ControlValueAccessor, On
|
|
|
301
318
|
/**
|
|
302
319
|
* @hidden
|
|
303
320
|
*/
|
|
304
|
-
|
|
321
|
+
handleInputFocus: () => void;
|
|
322
|
+
/**
|
|
323
|
+
* @hidden
|
|
324
|
+
*/
|
|
325
|
+
handleFocus(): void;
|
|
305
326
|
/**
|
|
306
327
|
* @hidden
|
|
307
328
|
*/
|
|
308
329
|
handleBlur: () => void;
|
|
330
|
+
/**
|
|
331
|
+
* @hidden
|
|
332
|
+
*/
|
|
333
|
+
handleInputBlur: () => void;
|
|
309
334
|
/**
|
|
310
335
|
* @hidden
|
|
311
336
|
*/
|
|
@@ -326,11 +351,17 @@ export declare class NumericTextBoxComponent implements ControlValueAccessor, On
|
|
|
326
351
|
* @hidden
|
|
327
352
|
*/
|
|
328
353
|
get isControlInvalid(): boolean;
|
|
354
|
+
/**
|
|
355
|
+
* @hidden
|
|
356
|
+
*/
|
|
357
|
+
get focused(): boolean;
|
|
358
|
+
/**
|
|
359
|
+
* @hidden
|
|
360
|
+
*/
|
|
361
|
+
set focused(value: boolean);
|
|
329
362
|
private get decimalSeparator();
|
|
330
363
|
private get elementValue();
|
|
331
364
|
private set elementValue(value);
|
|
332
|
-
private get focused();
|
|
333
|
-
private set focused(value);
|
|
334
365
|
private get hasDecimals();
|
|
335
366
|
private get isDisabled();
|
|
336
367
|
private arrowPress;
|
|
@@ -360,5 +391,5 @@ export declare class NumericTextBoxComponent implements ControlValueAccessor, On
|
|
|
360
391
|
private adjustSignificantChars;
|
|
361
392
|
private handleClasses;
|
|
362
393
|
static ɵfac: i0.ɵɵFactoryDeclaration<NumericTextBoxComponent, never>;
|
|
363
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NumericTextBoxComponent, "kendo-numerictextbox", ["kendoNumericTextBox"], { "focusableId": "focusableId"; "disabled": "disabled"; "readonly": "readonly"; "title": "title"; "autoCorrect": "autoCorrect"; "format": "format"; "max": "max"; "min": "min"; "decimals": "decimals"; "placeholder": "placeholder"; "step": "step"; "spinners": "spinners"; "rangeValidation": "rangeValidation"; "tabindex": "tabindex"; "tabIndex": "tabIndex"; "changeValueOnScroll": "changeValueOnScroll"; "selectOnFocus": "selectOnFocus"; "value": "value"; "maxlength": "maxlength"; "size": "size"; "rounded": "rounded"; "fillMode": "fillMode"; }, { "valueChange": "valueChange"; "onFocus": "focus"; "onBlur": "blur"; },
|
|
394
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NumericTextBoxComponent, "kendo-numerictextbox", ["kendoNumericTextBox"], { "focusableId": "focusableId"; "disabled": "disabled"; "readonly": "readonly"; "title": "title"; "autoCorrect": "autoCorrect"; "format": "format"; "max": "max"; "min": "min"; "decimals": "decimals"; "placeholder": "placeholder"; "step": "step"; "spinners": "spinners"; "rangeValidation": "rangeValidation"; "tabindex": "tabindex"; "tabIndex": "tabIndex"; "changeValueOnScroll": "changeValueOnScroll"; "selectOnFocus": "selectOnFocus"; "value": "value"; "maxlength": "maxlength"; "size": "size"; "rounded": "rounded"; "fillMode": "fillMode"; }, { "valueChange": "valueChange"; "onFocus": "focus"; "onBlur": "blur"; "inputFocus": "inputFocus"; "inputBlur": "inputBlur"; }, ["suffixTemplate", "prefixTemplate"], never>;
|
|
364
395
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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
5
|
import * as i0 from "@angular/core";
|
|
@@ -9,6 +9,8 @@ import * as i3 from "./numerictextbox/localization/custom-messages.component";
|
|
|
9
9
|
import * as i4 from "@angular/common";
|
|
10
10
|
import * as i5 from "@progress/kendo-angular-common";
|
|
11
11
|
import * as i6 from "@progress/kendo-angular-icons";
|
|
12
|
+
import * as i7 from "./shared.module";
|
|
13
|
+
import * as i8 from "./shared-events.module";
|
|
12
14
|
/**
|
|
13
15
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
14
16
|
* definition for the NumericTextBox component.
|
|
@@ -42,6 +44,6 @@ import * as i6 from "@progress/kendo-angular-icons";
|
|
|
42
44
|
*/
|
|
43
45
|
export declare class NumericTextBoxModule {
|
|
44
46
|
static ɵfac: i0.ɵɵFactoryDeclaration<NumericTextBoxModule, never>;
|
|
45
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NumericTextBoxModule, [typeof i1.LocalizedNumericTextBoxMessagesDirective, typeof i2.NumericTextBoxComponent, typeof i3.NumericTextBoxCustomMessagesComponent], [typeof i4.CommonModule, typeof i5.EventsModule, typeof i6.IconsModule], [typeof i2.NumericTextBoxComponent, typeof i3.NumericTextBoxCustomMessagesComponent]>;
|
|
47
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NumericTextBoxModule, [typeof i1.LocalizedNumericTextBoxMessagesDirective, typeof i2.NumericTextBoxComponent, typeof i3.NumericTextBoxCustomMessagesComponent], [typeof i4.CommonModule, typeof i5.EventsModule, typeof i6.IconsModule, typeof i7.SharedModule, typeof i5.AdornmentsModule, typeof i8.SharedEventsModule], [typeof i2.NumericTextBoxComponent, typeof i3.NumericTextBoxCustomMessagesComponent, typeof i5.AdornmentsModule]>;
|
|
46
48
|
static ɵinj: i0.ɵɵInjectorDeclaration<NumericTextBoxModule>;
|
|
47
49
|
}
|
package/package-metadata.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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
5
|
import { PackageMetadata } from '@progress/kendo-licensing';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-inputs",
|
|
3
|
-
"version": "14.4.0-develop.
|
|
3
|
+
"version": "14.4.0-develop.21",
|
|
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",
|
|
@@ -32,21 +32,21 @@
|
|
|
32
32
|
"@angular/core": "13 - 17",
|
|
33
33
|
"@angular/forms": "13 - 17",
|
|
34
34
|
"@angular/platform-browser": "13 - 17",
|
|
35
|
-
"@progress/kendo-drawing": "^1.
|
|
35
|
+
"@progress/kendo-drawing": "^1.19.0",
|
|
36
36
|
"@progress/kendo-licensing": "^1.0.2",
|
|
37
|
-
"@progress/kendo-angular-buttons": "14.4.0-develop.
|
|
38
|
-
"@progress/kendo-angular-common": "14.4.0-develop.
|
|
39
|
-
"@progress/kendo-angular-dialog": "14.4.0-develop.
|
|
40
|
-
"@progress/kendo-angular-intl": "14.4.0-develop.
|
|
41
|
-
"@progress/kendo-angular-l10n": "14.4.0-develop.
|
|
42
|
-
"@progress/kendo-angular-popup": "14.4.0-develop.
|
|
43
|
-
"@progress/kendo-angular-icons": "14.4.0-develop.
|
|
37
|
+
"@progress/kendo-angular-buttons": "14.4.0-develop.21",
|
|
38
|
+
"@progress/kendo-angular-common": "14.4.0-develop.21",
|
|
39
|
+
"@progress/kendo-angular-dialog": "14.4.0-develop.21",
|
|
40
|
+
"@progress/kendo-angular-intl": "14.4.0-develop.21",
|
|
41
|
+
"@progress/kendo-angular-l10n": "14.4.0-develop.21",
|
|
42
|
+
"@progress/kendo-angular-popup": "14.4.0-develop.21",
|
|
43
|
+
"@progress/kendo-angular-icons": "14.4.0-develop.21",
|
|
44
44
|
"rxjs": "^6.5.3 || ^7.0.0",
|
|
45
|
-
"@progress/kendo-angular-upload": "14.4.0-develop.
|
|
45
|
+
"@progress/kendo-angular-upload": "14.4.0-develop.21"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"tslib": "^2.3.1",
|
|
49
|
-
"@progress/kendo-angular-schematics": "14.4.0-develop.
|
|
49
|
+
"@progress/kendo-angular-schematics": "14.4.0-develop.21",
|
|
50
50
|
"@progress/kendo-common": "^0.2.2",
|
|
51
51
|
"@progress/kendo-draggable": "^3.0.0",
|
|
52
52
|
"@progress/kendo-inputs-common": "^3.1.0"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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
5
|
import { ElementRef, Renderer2 } from '@angular/core';
|
package/radiobutton.module.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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
5
|
import * as i0 from "@angular/core";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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
5
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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
5
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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
5
|
import { ComponentMessages } from '@progress/kendo-angular-l10n';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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
5
|
import { SliderModelBase } from '../sliders-common/slider-model.base';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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
5
|
import { AfterViewInit, Renderer2, ElementRef, OnChanges, OnDestroy, NgZone, Injector, SimpleChanges, ChangeDetectorRef } from '@angular/core';
|
package/rangeslider.module.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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
5
|
import * as i0 from "@angular/core";
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { SeparatorOrientation } from '@progress/kendo-angular-common';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
/**
|
|
7
8
|
* Specifies a separator in the content of components like the TextArea and the TextBox. ([see examples]({% slug adornments_textbox %}#toc-separator)).
|
|
@@ -22,7 +23,13 @@ import * as i0 from "@angular/core";
|
|
|
22
23
|
* ```
|
|
23
24
|
*/
|
|
24
25
|
export declare class InputSeparatorComponent {
|
|
26
|
+
/**
|
|
27
|
+
* Specifies the orientation of the separator.
|
|
28
|
+
*/
|
|
29
|
+
orientation: SeparatorOrientation;
|
|
30
|
+
get vertical(): boolean;
|
|
31
|
+
get horizontal(): boolean;
|
|
25
32
|
hostClass: boolean;
|
|
26
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<InputSeparatorComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InputSeparatorComponent, "kendo-input-separator, kendo-textbox-separator", never, {}, {}, never, never>;
|
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InputSeparatorComponent, "kendo-input-separator, kendo-textbox-separator", never, { "orientation": "orientation"; }, {}, never, never>;
|
|
28
35
|
}
|