@taiga-ui/legacy 4.48.0-canary.d5bef06 → 4.49.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.
- package/classes/abstract-native-select.d.ts +2 -2
- package/classes/abstract-textfield-host.d.ts +1 -1
- package/classes/control.d.ts +2 -3
- package/classes/controller.d.ts +1 -1
- package/classes/named-day.d.ts +1 -1
- package/classes/stringifiable-item.d.ts +1 -1
- package/components/arrow/arrow.component.d.ts +1 -2
- package/components/arrow/arrow.options.d.ts +2 -3
- package/components/arrow/arrow.providers.d.ts +4 -5
- package/components/color-selector/color-edit/color-edit.component.d.ts +1 -1
- package/components/color-selector/color-picker/color-picker.component.d.ts +2 -2
- package/components/color-selector/color-selector.component.d.ts +2 -2
- package/components/color-selector/color-selector.options.d.ts +2 -3
- package/components/color-selector/flat-picker/flat-picker.component.d.ts +1 -1
- package/components/color-selector/palette/palette.component.d.ts +1 -1
- package/components/color-selector/services/picker.service.d.ts +1 -1
- package/components/combo-box/combo-box.component.d.ts +7 -7
- package/components/combo-box/combo-box.directive.d.ts +1 -1
- package/components/input/input.component.d.ts +6 -6
- package/components/input/input.directive.d.ts +1 -1
- package/components/input-color/input-color.component.d.ts +3 -3
- package/components/input-copy/input-copy.component.d.ts +6 -6
- package/components/input-copy/input-copy.directive.d.ts +1 -1
- package/components/input-copy/input-copy.options.d.ts +5 -6
- package/components/input-date/input-date.component.d.ts +10 -12
- package/components/input-date/input-date.directive.d.ts +3 -3
- package/components/input-date-multi/input-date-multi.component.d.ts +8 -8
- package/components/input-date-range/input-date-range.component.d.ts +9 -10
- package/components/input-date-range/input-date-range.directive.d.ts +2 -2
- package/components/input-date-time/input-date-time.component.d.ts +9 -10
- package/components/input-date-time/input-date-time.directive.d.ts +2 -2
- package/components/input-month/input-month.component.d.ts +5 -6
- package/components/input-month/input-month.directive.d.ts +2 -2
- package/components/input-month-range/input-month-range.component.d.ts +5 -6
- package/components/input-month-range/input-month-range.directive.d.ts +5 -5
- package/components/input-number/input-number.component.d.ts +6 -7
- package/components/input-number/input-number.directive.d.ts +2 -2
- package/components/input-number/input-number.options.d.ts +1 -2
- package/components/input-password/input-password.component.d.ts +5 -5
- package/components/input-password/input-password.directive.d.ts +2 -2
- package/components/input-password/input-password.options.d.ts +4 -5
- package/components/input-phone/input-phone.component.d.ts +6 -6
- package/components/input-phone/input-phone.directive.d.ts +2 -2
- package/components/input-phone/input-phone.options.d.ts +1 -2
- package/components/input-phone/utils/complete-phone-insertion-preprocessor.d.ts +1 -1
- package/components/input-phone-international/input-phone-international.component.d.ts +5 -5
- package/components/input-phone-international/input-phone-international.options.d.ts +2 -3
- package/components/input-range/input-range.component.d.ts +4 -4
- package/components/input-slider/input-slider.component.d.ts +4 -4
- package/components/input-tag/input-tag.component.d.ts +8 -9
- package/components/input-tag/input-tag.options.d.ts +2 -3
- package/components/input-time/input-time.component.d.ts +9 -10
- package/components/input-time/input-time.directive.d.ts +2 -2
- package/components/input-time/input-time.options.d.ts +5 -6
- package/components/input-year/input-year.component.d.ts +5 -5
- package/components/input-year/input-year.directive.d.ts +1 -1
- package/components/island/island.directive.d.ts +1 -1
- package/components/multi-select/hide-selected.pipe.d.ts +1 -1
- package/components/multi-select/multi-select-group/multi-select-group.component.d.ts +1 -1
- package/components/multi-select/multi-select.component.d.ts +8 -8
- package/components/multi-select/multi-select.directive.d.ts +3 -3
- package/components/multi-select/multi-select.options.d.ts +3 -4
- package/components/multi-select/native-multi-select/native-multi-select.d.ts +3 -3
- package/components/multi-select-option/multi-select-option.component.d.ts +1 -1
- package/components/primitive-textfield/primitive-textfield-options.d.ts +1 -2
- package/components/primitive-textfield/primitive-textfield-types.d.ts +2 -2
- package/components/primitive-textfield/primitive-textfield.component.d.ts +6 -7
- package/components/primitive-textfield/textfield/textfield.component.d.ts +1 -1
- package/components/primitive-textfield/value-decoration/value-decoration.component.d.ts +1 -1
- package/components/select/native-select/native-select-group.component.d.ts +2 -2
- package/components/select/native-select/native-select.component.d.ts +2 -2
- package/components/select/select.component.d.ts +8 -8
- package/components/select/select.directive.d.ts +2 -2
- package/components/select/select.options.d.ts +3 -4
- package/components/select-option/select-option.component.d.ts +2 -2
- package/components/sheet/components/sheet/sheet.component.d.ts +2 -2
- package/components/sheet/components/sheet/sheet.providers.d.ts +1 -1
- package/components/sheet/components/sheet-heading/sheet-heading.component.d.ts +1 -1
- package/components/sheet/components/sheets-host/sheets-host.component.d.ts +2 -2
- package/components/sheet/directives/sheet-close/sheet-close.directive.d.ts +1 -1
- package/components/sheet/directives/sheet-wrapper/sheet-wrapper.directive.d.ts +1 -1
- package/components/sheet/sheet-options.d.ts +2 -2
- package/components/sheet/sheet-tokens.d.ts +2 -2
- package/components/sheet/sheet.d.ts +4 -4
- package/components/sheet/sheet.directive.d.ts +2 -2
- package/components/sheet/sheet.service.d.ts +3 -3
- package/components/svg/content-processor.d.ts +1 -1
- package/components/svg/svg-options.d.ts +2 -3
- package/components/svg/svg.component.d.ts +3 -3
- package/components/svg/svg.service.d.ts +1 -1
- package/components/table-bar/table-bar.component.d.ts +2 -2
- package/components/table-bar/table-bar.directive.d.ts +1 -1
- package/components/table-bar/table-bar.options.d.ts +1 -2
- package/components/table-bar/table-bars.service.d.ts +1 -1
- package/components/tag/tag.component.d.ts +3 -3
- package/components/tag/tag.options.d.ts +3 -4
- package/components/textarea/textarea.component.d.ts +4 -4
- package/components/textarea/textarea.directive.d.ts +1 -1
- package/directives/legacy-dropdown-open-monitor/legacy-dropdown-open-monitor.d.ts +1 -1
- package/directives/textfield-controller/textfield-controller.provider.d.ts +1 -2
- package/directives/textfield-controller/textfield-custom-content.directive.d.ts +1 -1
- package/directives/textfield-controller/textfield-icon-left.directive.d.ts +3 -3
- package/directives/textfield-controller/textfield-icon.directive.d.ts +3 -3
- package/directives/textfield-controller/textfield-size.directive.d.ts +1 -1
- package/directives/textfield-controller/textfield.controller.d.ts +15 -15
- package/directives/textfield-controller/textfield.options.d.ts +4 -5
- package/directives/unfinished-validator/unfinished-validator.directive.d.ts +1 -1
- package/directives/unfinished-validator/unfinished.validator.d.ts +3 -3
- package/directives/value-accessor/value-accessor.provider.d.ts +1 -1
- package/directives/wrapper/wrapper.directive.d.ts +2 -2
- package/esm2022/classes/abstract-native-select.mjs +1 -1
- package/esm2022/classes/abstract-textfield-host.mjs +1 -1
- package/esm2022/classes/control.mjs +4 -3
- package/esm2022/classes/controller.mjs +1 -1
- package/esm2022/classes/named-day.mjs +1 -1
- package/esm2022/classes/stringifiable-item.mjs +1 -1
- package/esm2022/components/arrow/arrow.component.mjs +1 -1
- package/esm2022/components/arrow/arrow.options.mjs +1 -1
- package/esm2022/components/arrow/arrow.providers.mjs +1 -1
- package/esm2022/components/color-selector/color-edit/color-edit.component.mjs +1 -1
- package/esm2022/components/color-selector/color-picker/color-picker.component.mjs +1 -1
- package/esm2022/components/color-selector/color-selector.component.mjs +1 -1
- package/esm2022/components/color-selector/color-selector.options.mjs +1 -1
- package/esm2022/components/color-selector/flat-picker/flat-picker.component.mjs +1 -1
- package/esm2022/components/color-selector/palette/palette.component.mjs +1 -1
- package/esm2022/components/color-selector/services/picker.service.mjs +1 -1
- package/esm2022/components/combo-box/combo-box.component.mjs +2 -2
- package/esm2022/components/combo-box/combo-box.directive.mjs +1 -1
- package/esm2022/components/input/input.component.mjs +2 -2
- package/esm2022/components/input/input.directive.mjs +1 -1
- package/esm2022/components/input-color/input-color.component.mjs +1 -1
- package/esm2022/components/input-copy/input-copy.component.mjs +2 -2
- package/esm2022/components/input-copy/input-copy.directive.mjs +1 -1
- package/esm2022/components/input-copy/input-copy.options.mjs +1 -1
- package/esm2022/components/input-date/input-date.component.mjs +2 -2
- package/esm2022/components/input-date/input-date.directive.mjs +1 -1
- package/esm2022/components/input-date-multi/input-date-multi.component.mjs +2 -2
- package/esm2022/components/input-date-range/input-date-range.component.mjs +2 -2
- package/esm2022/components/input-date-range/input-date-range.directive.mjs +1 -1
- package/esm2022/components/input-date-time/input-date-time.component.mjs +2 -2
- package/esm2022/components/input-date-time/input-date-time.directive.mjs +1 -1
- package/esm2022/components/input-month/input-month.component.mjs +1 -1
- package/esm2022/components/input-month/input-month.directive.mjs +1 -1
- package/esm2022/components/input-month-range/input-month-range.component.mjs +2 -2
- package/esm2022/components/input-month-range/input-month-range.directive.mjs +2 -2
- package/esm2022/components/input-number/input-number.component.mjs +4 -4
- package/esm2022/components/input-number/input-number.directive.mjs +1 -1
- package/esm2022/components/input-number/input-number.options.mjs +1 -1
- package/esm2022/components/input-password/input-password.component.mjs +2 -2
- package/esm2022/components/input-password/input-password.directive.mjs +1 -1
- package/esm2022/components/input-password/input-password.options.mjs +1 -1
- package/esm2022/components/input-phone/input-phone.component.mjs +3 -3
- package/esm2022/components/input-phone/input-phone.directive.mjs +1 -1
- package/esm2022/components/input-phone/input-phone.options.mjs +1 -1
- package/esm2022/components/input-phone/utils/complete-phone-insertion-preprocessor.mjs +1 -1
- package/esm2022/components/input-phone-international/input-phone-international.component.mjs +3 -3
- package/esm2022/components/input-phone-international/input-phone-international.options.mjs +1 -1
- package/esm2022/components/input-range/input-range.component.mjs +2 -2
- package/esm2022/components/input-slider/input-slider.component.mjs +2 -2
- package/esm2022/components/input-tag/input-tag.component.mjs +3 -3
- package/esm2022/components/input-tag/input-tag.options.mjs +1 -1
- package/esm2022/components/input-time/input-time.component.mjs +3 -3
- package/esm2022/components/input-time/input-time.directive.mjs +1 -1
- package/esm2022/components/input-time/input-time.options.mjs +1 -1
- package/esm2022/components/input-year/input-year.component.mjs +2 -2
- package/esm2022/components/input-year/input-year.directive.mjs +1 -1
- package/esm2022/components/island/island.directive.mjs +1 -1
- package/esm2022/components/multi-select/hide-selected.pipe.mjs +1 -1
- package/esm2022/components/multi-select/multi-select-group/multi-select-group.component.mjs +2 -2
- package/esm2022/components/multi-select/multi-select-group/multi-select-group.directive.mjs +1 -1
- package/esm2022/components/multi-select/multi-select.component.mjs +3 -3
- package/esm2022/components/multi-select/multi-select.directive.mjs +1 -1
- package/esm2022/components/multi-select/multi-select.options.mjs +1 -1
- package/esm2022/components/multi-select/native-multi-select/native-multi-select.mjs +1 -1
- package/esm2022/components/multi-select-option/multi-select-option.component.mjs +1 -1
- package/esm2022/components/primitive-textfield/primitive-textfield-options.mjs +1 -1
- package/esm2022/components/primitive-textfield/primitive-textfield-types.mjs +1 -1
- package/esm2022/components/primitive-textfield/primitive-textfield.component.mjs +1 -1
- package/esm2022/components/primitive-textfield/textfield/textfield.component.mjs +1 -1
- package/esm2022/components/primitive-textfield/value-decoration/value-decoration.component.mjs +1 -1
- package/esm2022/components/select/native-select/native-select-group.component.mjs +1 -1
- package/esm2022/components/select/native-select/native-select.component.mjs +1 -1
- package/esm2022/components/select/select.component.mjs +2 -2
- package/esm2022/components/select/select.directive.mjs +1 -1
- package/esm2022/components/select/select.options.mjs +1 -1
- package/esm2022/components/select-option/select-option.component.mjs +2 -2
- package/esm2022/components/sheet/components/sheet/sheet.component.mjs +1 -1
- package/esm2022/components/sheet/components/sheet/sheet.providers.mjs +2 -2
- package/esm2022/components/sheet/components/sheet-heading/sheet-heading.component.mjs +2 -2
- package/esm2022/components/sheet/components/sheets-host/sheets-host.component.mjs +1 -1
- package/esm2022/components/sheet/directives/sheet-close/sheet-close.directive.mjs +1 -1
- package/esm2022/components/sheet/directives/sheet-wrapper/sheet-wrapper.directive.mjs +1 -1
- package/esm2022/components/sheet/sheet-options.mjs +1 -1
- package/esm2022/components/sheet/sheet-tokens.mjs +1 -1
- package/esm2022/components/sheet/sheet.directive.mjs +1 -1
- package/esm2022/components/sheet/sheet.mjs +1 -1
- package/esm2022/components/sheet/sheet.service.mjs +1 -1
- package/esm2022/components/svg/content-processor.mjs +1 -1
- package/esm2022/components/svg/svg-options.mjs +2 -2
- package/esm2022/components/svg/svg.component.mjs +3 -3
- package/esm2022/components/svg/svg.service.mjs +1 -1
- package/esm2022/components/table-bar/table-bar.component.mjs +1 -1
- package/esm2022/components/table-bar/table-bar.directive.mjs +1 -1
- package/esm2022/components/table-bar/table-bar.options.mjs +1 -1
- package/esm2022/components/table-bar/table-bars.service.mjs +2 -2
- package/esm2022/components/tag/tag.component.mjs +1 -1
- package/esm2022/components/tag/tag.options.mjs +1 -1
- package/esm2022/components/textarea/textarea.component.mjs +2 -2
- package/esm2022/components/textarea/textarea.directive.mjs +1 -1
- package/esm2022/directives/legacy-dropdown-open-monitor/legacy-dropdown-open-monitor.mjs +1 -1
- package/esm2022/directives/textfield-controller/textfield-controller.provider.mjs +11 -11
- package/esm2022/directives/textfield-controller/textfield-custom-content.directive.mjs +1 -1
- package/esm2022/directives/textfield-controller/textfield-icon-left.directive.mjs +1 -1
- package/esm2022/directives/textfield-controller/textfield-icon.directive.mjs +1 -1
- package/esm2022/directives/textfield-controller/textfield-size.directive.mjs +1 -1
- package/esm2022/directives/textfield-controller/textfield.controller.mjs +1 -1
- package/esm2022/directives/textfield-controller/textfield.options.mjs +1 -1
- package/esm2022/directives/unfinished-validator/unfinished-validator.directive.mjs +1 -1
- package/esm2022/directives/unfinished-validator/unfinished.validator.mjs +1 -1
- package/esm2022/directives/value-accessor/value-accessor.provider.mjs +1 -1
- package/esm2022/directives/wrapper/wrapper.directive.mjs +1 -1
- package/esm2022/pipes/format-phone/format-phone.pipe.mjs +2 -1
- package/esm2022/pipes/iso-to-country-code/iso-to-country-code.pipe.mjs +1 -1
- package/esm2022/pipes/to-country-code/to-country-code.pipe.mjs +1 -1
- package/esm2022/services/static-request.service.mjs +1 -1
- package/esm2022/tokens/countries-masks.mjs +1 -1
- package/esm2022/tokens/focusable-item-accessor.mjs +1 -1
- package/esm2022/tokens/fonts-ready.mjs +1 -1
- package/esm2022/tokens/month-formatter.mjs +1 -1
- package/esm2022/tokens/sanitizer.mjs +1 -1
- package/esm2022/tokens/textfield-host.mjs +1 -1
- package/esm2022/tokens/value-accessor.mjs +1 -1
- package/esm2022/utils/date-mode-maskito-adapter.mjs +1 -1
- package/esm2022/utils/get-border.mjs +1 -1
- package/esm2022/utils/get-max-allowed-phone-length.mjs +1 -1
- package/esm2022/utils/icons-path-factory.mjs +1 -1
- package/esm2022/utils/iso-to-country-code.mjs +1 -1
- package/fesm2022/taiga-ui-legacy-classes.mjs +1 -0
- package/fesm2022/taiga-ui-legacy-classes.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-arrow.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-color-selector.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-combo-box.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-input-color.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-input-copy.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-input-date-multi.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-input-date-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-input-date-time.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-input-date.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-input-month-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-input-month.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-input-number.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-input-password.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-input-phone-international.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-input-phone.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-input-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-input-slider.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-input-tag.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-input-time.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-input-year.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-input.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-island.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-multi-select-option.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-multi-select.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-primitive-textfield.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-select-option.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-select.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-sheet.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-svg.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-table-bar.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-tag.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-textarea.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-directives-legacy-dropdown-open-monitor.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-directives-textfield-controller.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-directives-unfinished-validator.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-directives-value-accessor.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-directives-wrapper.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-pipes-format-phone.mjs +1 -0
- package/fesm2022/taiga-ui-legacy-pipes-format-phone.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-pipes-iso-to-country-code.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-pipes-to-country-code.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-services.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-tokens.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-utils.mjs.map +1 -1
- package/package.json +7 -7
- package/pipes/format-phone/format-phone.pipe.d.ts +1 -1
- package/pipes/iso-to-country-code/iso-to-country-code.pipe.d.ts +2 -2
- package/pipes/to-country-code/to-country-code.pipe.d.ts +2 -2
- package/services/static-request.service.d.ts +1 -1
- package/tokens/countries-masks.d.ts +1 -1
- package/tokens/focusable-item-accessor.d.ts +2 -3
- package/tokens/fonts-ready.d.ts +1 -1
- package/tokens/month-formatter.d.ts +4 -5
- package/tokens/sanitizer.d.ts +1 -2
- package/tokens/textfield-host.d.ts +1 -2
- package/tokens/value-accessor.d.ts +1 -1
- package/utils/date-mode-maskito-adapter.d.ts +2 -2
- package/utils/get-border.d.ts +1 -1
- package/utils/get-max-allowed-phone-length.d.ts +1 -1
- package/utils/icons-path-factory.d.ts +2 -2
- package/utils/iso-to-country-code.d.ts +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { TemplateRef } from '@angular/core';
|
|
2
|
-
import type
|
|
3
|
-
import type
|
|
2
|
+
import { type TuiBooleanHandler } from '@taiga-ui/cdk/types';
|
|
3
|
+
import { type TuiTextfieldHost } from '@taiga-ui/legacy/tokens';
|
|
4
4
|
import { AbstractTuiControl } from './control';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
/**
|
package/classes/control.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import {
|
|
3
|
-
import type { AbstractControl, ControlValueAccessor } from '@angular/forms';
|
|
1
|
+
import { ChangeDetectorRef, DestroyRef, type OnInit, type Provider, type Type } from '@angular/core';
|
|
2
|
+
import { type AbstractControl, type ControlValueAccessor } from '@angular/forms';
|
|
4
3
|
import { TuiValueTransformer } from '@taiga-ui/cdk/classes';
|
|
5
4
|
import { Subject } from 'rxjs';
|
|
6
5
|
import { AbstractTuiInteractive } from './interactive';
|
package/classes/controller.d.ts
CHANGED
package/classes/named-day.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import { PolymorpheusComponent } from '@taiga-ui/polymorpheus';
|
|
1
|
+
import { PolymorpheusComponent, type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
3
|
/**
|
|
5
4
|
* @deprecated: drop in v5.0 use {@link TuiChevron}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import {
|
|
3
|
-
import type { PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
1
|
+
import { InjectionToken, type Provider } from '@angular/core';
|
|
2
|
+
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
4
3
|
/**
|
|
5
4
|
* @deprecated: drop in v5.0 use {@link TuiChevron}
|
|
6
5
|
*/
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import {
|
|
3
|
-
import type
|
|
4
|
-
import
|
|
5
|
-
import type { PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
1
|
+
import { InjectionToken, type Provider } from '@angular/core';
|
|
2
|
+
import { type TuiContext } from '@taiga-ui/cdk/types';
|
|
3
|
+
import { type TuiSizeL, type TuiSizeM, type TuiSizeS } from '@taiga-ui/core/types';
|
|
4
|
+
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
6
5
|
/**
|
|
7
6
|
* @deprecated: drop in v5.0 use {@link TuiChevron}
|
|
8
7
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import type
|
|
2
|
+
import { type MaskitoOptions } from '@maskito/core';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class TuiColorEditComponent {
|
|
5
5
|
color: [number, number, number, number];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import type
|
|
3
|
-
import type
|
|
2
|
+
import { type SafeStyle } from '@angular/platform-browser';
|
|
3
|
+
import { type TuiPoint } from '@taiga-ui/core/types';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class TuiColorPickerComponent {
|
|
6
6
|
private readonly sanitizer;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import type
|
|
3
|
-
import type
|
|
2
|
+
import { type SafeStyle } from '@angular/platform-browser';
|
|
3
|
+
import { type TuiGradientDirection } from '@taiga-ui/cdk/utils/color';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class TuiColorSelectorComponent {
|
|
6
6
|
private readonly selectorOptions;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import {
|
|
3
|
-
import type { TuiGradientDirection } from '@taiga-ui/cdk/utils/color';
|
|
1
|
+
import { InjectionToken, type Provider } from '@angular/core';
|
|
2
|
+
import { type TuiGradientDirection } from '@taiga-ui/cdk/utils/color';
|
|
4
3
|
export declare const TUI_COLOR_SELECTOR_MODE_NAMES: InjectionToken<[string, string]>;
|
|
5
4
|
export declare const TUI_DEFAULT_INPUT_COLORS: Map<string, string>;
|
|
6
5
|
export declare const TuiColorSelectorMode: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import type
|
|
2
|
+
import { type TuiPoint } from '@taiga-ui/core/types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class TuiFlatPickerComponent {
|
|
5
5
|
protected readonly $: import("rxjs").Subscription;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import type
|
|
3
|
-
import type
|
|
4
|
-
import type
|
|
5
|
-
import type
|
|
6
|
-
import type
|
|
2
|
+
import { type TuiActiveZone } from '@taiga-ui/cdk/directives/active-zone';
|
|
3
|
+
import { type TuiContext, type TuiStringMatcher } from '@taiga-ui/cdk/types';
|
|
4
|
+
import { type TuiDataListHost } from '@taiga-ui/core/components/data-list';
|
|
5
|
+
import { type TuiSizeL, type TuiSizeM, type TuiSizeS, type TuiValueContentContext } from '@taiga-ui/core/types';
|
|
6
|
+
import { type TuiItemsHandlers } from '@taiga-ui/kit/tokens';
|
|
7
7
|
import { AbstractTuiNullableControl } from '@taiga-ui/legacy/classes';
|
|
8
|
-
import type
|
|
9
|
-
import type
|
|
8
|
+
import { type TuiFocusableElementAccessor } from '@taiga-ui/legacy/tokens';
|
|
9
|
+
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
import * as i1 from "@taiga-ui/core/directives/dropdown";
|
|
12
12
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AbstractTuiTextfieldHost } from '@taiga-ui/legacy/classes';
|
|
2
|
-
import type
|
|
2
|
+
import { type TuiComboBoxComponent } from './combo-box.component';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
/**
|
|
5
5
|
* TODO(v5): delete it
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
3
|
-
import type
|
|
4
|
-
import type
|
|
1
|
+
import { type TuiActiveZone } from '@taiga-ui/cdk/directives/active-zone';
|
|
2
|
+
import { type TuiContext } from '@taiga-ui/cdk/types';
|
|
3
|
+
import { type TuiDataListHost } from '@taiga-ui/core/components/data-list';
|
|
4
|
+
import { type TuiSizeL, type TuiSizeS } from '@taiga-ui/core/types';
|
|
5
5
|
import { AbstractTuiControl } from '@taiga-ui/legacy/classes';
|
|
6
|
-
import type
|
|
7
|
-
import type
|
|
6
|
+
import { type TuiFocusableElementAccessor } from '@taiga-ui/legacy/tokens';
|
|
7
|
+
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
import * as i1 from "@taiga-ui/core/directives/dropdown";
|
|
10
10
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
1
|
+
import { type SafeStyle } from '@angular/platform-browser';
|
|
2
|
+
import { type MaskitoOptions } from '@maskito/core';
|
|
3
3
|
import { AbstractTuiControl } from '@taiga-ui/legacy/classes';
|
|
4
|
-
import type
|
|
4
|
+
import { type TuiFocusableElementAccessor, type TuiNativeFocusableElement } from '@taiga-ui/legacy/tokens';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
type MaskMode = 'gradient' | 'hex' | 'rgb';
|
|
7
7
|
/**
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
1
|
+
import { type TuiHintDirection } from '@taiga-ui/core/directives/hint';
|
|
2
|
+
import { type TuiSizeL, type TuiSizeS } from '@taiga-ui/core/types';
|
|
3
3
|
import { AbstractTuiControl } from '@taiga-ui/legacy/classes';
|
|
4
|
-
import type
|
|
5
|
-
import type
|
|
6
|
-
import type
|
|
7
|
-
import type
|
|
4
|
+
import { type TuiFocusableElementAccessor, type TuiNativeFocusableElement } from '@taiga-ui/legacy/tokens';
|
|
5
|
+
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
6
|
+
import { type Observable } from 'rxjs';
|
|
7
|
+
import { type TuiInputCopyOptions } from './input-copy.options';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
/**
|
|
10
10
|
* @deprecated use {@link TuiCopy} with {@link TuiTextfield}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AbstractTuiTextfieldHost } from '@taiga-ui/legacy/classes';
|
|
2
|
-
import type
|
|
2
|
+
import { type TuiInputCopyComponent } from './input-copy.component';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
/**
|
|
5
5
|
* @deprecated use {@link TuiCopy} with {@link TuiTextfield}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import {
|
|
3
|
-
import type
|
|
4
|
-
import type
|
|
5
|
-
import
|
|
6
|
-
import type { PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
1
|
+
import { InjectionToken, type Provider } from '@angular/core';
|
|
2
|
+
import { type TuiContext } from '@taiga-ui/cdk/types';
|
|
3
|
+
import { type TuiHintDirection } from '@taiga-ui/core/directives/hint';
|
|
4
|
+
import { type TuiSizeL, type TuiSizeS } from '@taiga-ui/core/types';
|
|
5
|
+
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
7
6
|
/**
|
|
8
7
|
* @deprecated use {@link TuiCopy} with {@link TuiTextfield}
|
|
9
8
|
*/
|
|
@@ -1,15 +1,13 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
3
|
-
import {
|
|
4
|
-
import type
|
|
5
|
-
import
|
|
6
|
-
import type
|
|
7
|
-
import
|
|
8
|
-
import type
|
|
9
|
-
import type
|
|
10
|
-
import {
|
|
11
|
-
import type { TuiFocusableElementAccessor } from '@taiga-ui/legacy/tokens';
|
|
12
|
-
import type { Observable } from 'rxjs';
|
|
1
|
+
import { type MaskitoOptions } from '@maskito/core';
|
|
2
|
+
import { type TuiDateMode, TuiDay, TuiMonth } from '@taiga-ui/cdk/date-time';
|
|
3
|
+
import { type TuiActiveZone } from '@taiga-ui/cdk/directives/active-zone';
|
|
4
|
+
import { type TuiBooleanHandler, type TuiContext } from '@taiga-ui/cdk/types';
|
|
5
|
+
import { type TuiMarkerHandler } from '@taiga-ui/core/components/calendar';
|
|
6
|
+
import { type TuiSizeL, type TuiSizeS } from '@taiga-ui/core/types';
|
|
7
|
+
import { type TuiInputDateOptions } from '@taiga-ui/kit/tokens';
|
|
8
|
+
import { AbstractTuiNullableControl, type TuiNamedDay } from '@taiga-ui/legacy/classes';
|
|
9
|
+
import { type TuiFocusableElementAccessor } from '@taiga-ui/legacy/tokens';
|
|
10
|
+
import { type Observable } from 'rxjs';
|
|
13
11
|
import * as i0 from "@angular/core";
|
|
14
12
|
/**
|
|
15
13
|
* TODO(v5): delete it
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
1
|
+
import { type TuiDay } from '@taiga-ui/cdk/date-time';
|
|
2
|
+
import { type TuiDateFormatSettings } from '@taiga-ui/core/tokens';
|
|
3
3
|
import { AbstractTuiTextfieldHost } from '@taiga-ui/legacy/classes';
|
|
4
|
-
import type
|
|
4
|
+
import { type TuiInputDateComponent } from './input-date.component';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
/**
|
|
7
7
|
* TODO(v5): delete it
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
1
|
+
import { type MaskitoOptions } from '@maskito/core';
|
|
2
|
+
import { type TuiValueTransformer } from '@taiga-ui/cdk/classes';
|
|
3
3
|
import { TuiDay, TuiMonth } from '@taiga-ui/cdk/date-time';
|
|
4
|
-
import type
|
|
5
|
-
import type
|
|
6
|
-
import type
|
|
7
|
-
import type
|
|
4
|
+
import { type TuiBooleanHandler, type TuiMapper } from '@taiga-ui/cdk/types';
|
|
5
|
+
import { type TuiMarkerHandler } from '@taiga-ui/core/components/calendar';
|
|
6
|
+
import { type TuiSizeL, type TuiSizeS } from '@taiga-ui/core/types';
|
|
7
|
+
import { type TuiInputDateOptions } from '@taiga-ui/kit/tokens';
|
|
8
8
|
import { AbstractTuiMultipleControl, TuiStringifiableItem } from '@taiga-ui/legacy/classes';
|
|
9
|
-
import type
|
|
10
|
-
import type
|
|
9
|
+
import { type TuiFocusableElementAccessor } from '@taiga-ui/legacy/tokens';
|
|
10
|
+
import { type Observable } from 'rxjs';
|
|
11
11
|
import * as i0 from "@angular/core";
|
|
12
12
|
export declare class TuiInputDateMultiComponent extends AbstractTuiMultipleControl<TuiDay> implements TuiFocusableElementAccessor {
|
|
13
13
|
private readonly textfield?;
|
|
@@ -1,14 +1,13 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
3
|
-
import {
|
|
4
|
-
import type
|
|
5
|
-
import type
|
|
6
|
-
import
|
|
7
|
-
import type
|
|
8
|
-
import type { TuiInputDateOptions } from '@taiga-ui/kit/tokens';
|
|
1
|
+
import { type MaskitoOptions } from '@maskito/core';
|
|
2
|
+
import { type TuiDateMode, type TuiDay, type TuiDayLike, TuiDayRange, TuiMonth } from '@taiga-ui/cdk/date-time';
|
|
3
|
+
import { type TuiBooleanHandler } from '@taiga-ui/cdk/types';
|
|
4
|
+
import { type TuiMarkerHandler } from '@taiga-ui/core/components/calendar';
|
|
5
|
+
import { type TuiSizeL, type TuiSizeS } from '@taiga-ui/core/types';
|
|
6
|
+
import { type TuiDayRangePeriod } from '@taiga-ui/kit/components/calendar-range';
|
|
7
|
+
import { type TuiInputDateOptions } from '@taiga-ui/kit/tokens';
|
|
9
8
|
import { AbstractTuiNullableControl } from '@taiga-ui/legacy/classes';
|
|
10
|
-
import type
|
|
11
|
-
import type
|
|
9
|
+
import { type TuiFocusableElementAccessor } from '@taiga-ui/legacy/tokens';
|
|
10
|
+
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
12
11
|
import * as i0 from "@angular/core";
|
|
13
12
|
/**
|
|
14
13
|
* TODO(v5): delete it
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import { type DoCheck } from '@angular/core';
|
|
2
2
|
import { AbstractTuiTextfieldHost } from '@taiga-ui/legacy/classes';
|
|
3
|
-
import type
|
|
3
|
+
import { type TuiInputDateRangeComponent } from './input-date-range.component';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
6
|
* TODO(v5): delete it
|
|
@@ -1,14 +1,13 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
3
|
-
import type
|
|
4
|
-
import {
|
|
5
|
-
import type
|
|
6
|
-
import type
|
|
7
|
-
import
|
|
8
|
-
import type { TuiInputDateOptions } from '@taiga-ui/kit/tokens';
|
|
1
|
+
import { type MaskitoOptions } from '@maskito/core';
|
|
2
|
+
import { type TuiValueTransformer } from '@taiga-ui/cdk/classes';
|
|
3
|
+
import { type TuiDateMode, TuiDay, TuiMonth, TuiTime, type TuiTimeMode } from '@taiga-ui/cdk/date-time';
|
|
4
|
+
import { type TuiActiveZone } from '@taiga-ui/cdk/directives/active-zone';
|
|
5
|
+
import { type TuiBooleanHandler, type TuiContext } from '@taiga-ui/cdk/types';
|
|
6
|
+
import { type TuiSizeL, type TuiSizeS } from '@taiga-ui/core/types';
|
|
7
|
+
import { type TuiInputDateOptions } from '@taiga-ui/kit/tokens';
|
|
9
8
|
import { AbstractTuiControl } from '@taiga-ui/legacy/classes';
|
|
10
|
-
import type
|
|
11
|
-
import type
|
|
9
|
+
import { type TuiFocusableElementAccessor } from '@taiga-ui/legacy/tokens';
|
|
10
|
+
import { type Observable } from 'rxjs';
|
|
12
11
|
import * as i0 from "@angular/core";
|
|
13
12
|
/**
|
|
14
13
|
* TODO(v5): delete it
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import { type TuiDay, type TuiTime } from '@taiga-ui/cdk/date-time';
|
|
2
2
|
import { AbstractTuiTextfieldHost } from '@taiga-ui/legacy/classes';
|
|
3
|
-
import type
|
|
3
|
+
import { type TuiInputDateTimeComponent } from './input-date-time.component';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
6
|
* TODO(v5): delete it
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import {
|
|
3
|
-
import type
|
|
4
|
-
import
|
|
5
|
-
import type { TuiInputDateOptions } from '@taiga-ui/kit/tokens';
|
|
1
|
+
import { TuiMonth, type TuiYear } from '@taiga-ui/cdk/date-time';
|
|
2
|
+
import { type TuiBooleanHandler } from '@taiga-ui/cdk/types';
|
|
3
|
+
import { type TuiSizeL, type TuiSizeS } from '@taiga-ui/core/types';
|
|
4
|
+
import { type TuiInputDateOptions } from '@taiga-ui/kit/tokens';
|
|
6
5
|
import { AbstractTuiNullableControl } from '@taiga-ui/legacy/classes';
|
|
7
|
-
import type
|
|
6
|
+
import { type TuiFocusableElementAccessor } from '@taiga-ui/legacy/tokens';
|
|
8
7
|
import * as i0 from "@angular/core";
|
|
9
8
|
/**
|
|
10
9
|
* TODO(v5): delete it
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import { type DoCheck } from '@angular/core';
|
|
2
2
|
import { AbstractTuiTextfieldHost } from '@taiga-ui/legacy/classes';
|
|
3
|
-
import type
|
|
3
|
+
import { type TuiInputMonthComponent } from './input-month.component';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
6
|
* TODO(v5): delete it
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import {
|
|
3
|
-
import type
|
|
4
|
-
import
|
|
5
|
-
import type { TuiInputDateOptions } from '@taiga-ui/kit/tokens';
|
|
1
|
+
import { type TuiMonth, TuiMonthRange, type TuiYear } from '@taiga-ui/cdk/date-time';
|
|
2
|
+
import { type TuiBooleanHandler } from '@taiga-ui/cdk/types';
|
|
3
|
+
import { type TuiSizeL, type TuiSizeS } from '@taiga-ui/core/types';
|
|
4
|
+
import { type TuiInputDateOptions } from '@taiga-ui/kit/tokens';
|
|
6
5
|
import { AbstractTuiNullableControl } from '@taiga-ui/legacy/classes';
|
|
7
|
-
import type
|
|
6
|
+
import { type TuiFocusableElementAccessor } from '@taiga-ui/legacy/tokens';
|
|
8
7
|
import * as i0 from "@angular/core";
|
|
9
8
|
/**
|
|
10
9
|
* TODO(v5): delete it
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
3
|
-
import type
|
|
1
|
+
import { type DoCheck } from '@angular/core';
|
|
2
|
+
import { type TuiMonth } from '@taiga-ui/cdk/date-time';
|
|
3
|
+
import { type TuiHandler } from '@taiga-ui/cdk/types';
|
|
4
4
|
import { AbstractTuiTextfieldHost } from '@taiga-ui/legacy/classes';
|
|
5
|
-
import type
|
|
6
|
-
import type
|
|
5
|
+
import { type Observable } from 'rxjs';
|
|
6
|
+
import { type TuiInputMonthRangeComponent } from './input-month-range.component';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
/**
|
|
9
9
|
* TODO(v5): delete it
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import {
|
|
3
|
-
import type
|
|
4
|
-
import type
|
|
5
|
-
import type { TuiSizeL, TuiSizeS } from '@taiga-ui/core/types';
|
|
1
|
+
import { InjectionToken, type QueryList } from '@angular/core';
|
|
2
|
+
import { type MaskitoOptions } from '@maskito/core';
|
|
3
|
+
import { type TuiValueTransformer } from '@taiga-ui/cdk/classes';
|
|
4
|
+
import { type TuiSizeL, type TuiSizeS } from '@taiga-ui/core/types';
|
|
6
5
|
import { AbstractTuiNullableControl } from '@taiga-ui/legacy/classes';
|
|
7
|
-
import type
|
|
8
|
-
import type
|
|
6
|
+
import { type TuiFocusableElementAccessor } from '@taiga-ui/legacy/tokens';
|
|
7
|
+
import { type TuiInputNumberOptions } from './input-number.options';
|
|
9
8
|
import * as i0 from "@angular/core";
|
|
10
9
|
/**
|
|
11
10
|
* @deprecated use new version of {@link https://taiga-ui.dev/components/input-number tuiInputNumberOptionsProvider} (from @taiga-ui/kit) (property `valueTransformer`) instead
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import { type DoCheck } from '@angular/core';
|
|
2
2
|
import { AbstractTuiTextfieldHost } from '@taiga-ui/legacy/classes';
|
|
3
|
-
import type
|
|
3
|
+
import { type TuiInputNumberComponent } from './input-number.component';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
6
|
* @deprecated use new version of {@link https://taiga-ui.dev/components/input-number TuiInputNumber} (from @taiga-ui/kit) instead
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import { InjectionToken } from '@angular/core';
|
|
1
|
+
import { InjectionToken, type Provider } from '@angular/core';
|
|
3
2
|
/**
|
|
4
3
|
* @deprecated use new version of {@link TuiInputNumberOptions} (from @taiga-ui/kit) instead
|
|
5
4
|
* TODO(v5): delete it
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import { type TuiContext } from '@taiga-ui/cdk/types';
|
|
2
2
|
import { TuiHintOptionsDirective } from '@taiga-ui/core/directives/hint';
|
|
3
|
-
import type
|
|
3
|
+
import { type TuiSizeL, type TuiSizeS } from '@taiga-ui/core/types';
|
|
4
4
|
import { AbstractTuiControl } from '@taiga-ui/legacy/classes';
|
|
5
|
-
import type
|
|
6
|
-
import type
|
|
7
|
-
import type
|
|
5
|
+
import { type TuiFocusableElementAccessor, type TuiNativeFocusableElement } from '@taiga-ui/legacy/tokens';
|
|
6
|
+
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
7
|
+
import { type Observable } from 'rxjs';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
/**
|
|
10
10
|
* @deprecated use {@link TuiPassword} with {@link TuiTextfield}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import { type DoCheck } from '@angular/core';
|
|
2
2
|
import { AbstractTuiTextfieldHost } from '@taiga-ui/legacy/classes';
|
|
3
|
-
import type
|
|
3
|
+
import { type TuiInputPasswordComponent } from './input-password.component';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
6
|
* @deprecated use {@link TuiPassword} with {@link TuiTextfield}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import {
|
|
3
|
-
import type
|
|
4
|
-
import
|
|
5
|
-
import type { PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
1
|
+
import { InjectionToken, type Provider } from '@angular/core';
|
|
2
|
+
import { type TuiContext } from '@taiga-ui/cdk/types';
|
|
3
|
+
import { type TuiSizeL, type TuiSizeS } from '@taiga-ui/core/types';
|
|
4
|
+
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
6
5
|
/**
|
|
7
6
|
* @deprecated use {@link TuiPassword} with {@link TuiTextfield}
|
|
8
7
|
*/
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { EventEmitter, TemplateRef } from '@angular/core';
|
|
2
|
-
import type
|
|
3
|
-
import type
|
|
4
|
-
import type
|
|
5
|
-
import type
|
|
6
|
-
import type
|
|
2
|
+
import { type MaskitoOptions } from '@maskito/core';
|
|
3
|
+
import { type TuiActiveZone } from '@taiga-ui/cdk/directives/active-zone';
|
|
4
|
+
import { type TuiContext } from '@taiga-ui/cdk/types';
|
|
5
|
+
import { type TuiDataListHost } from '@taiga-ui/core/components/data-list';
|
|
6
|
+
import { type TuiSizeL, type TuiSizeS } from '@taiga-ui/core/types';
|
|
7
7
|
import { AbstractTuiControl } from '@taiga-ui/legacy/classes';
|
|
8
|
-
import type
|
|
8
|
+
import { type TuiFocusableElementAccessor } from '@taiga-ui/legacy/tokens';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
import * as i1 from "@taiga-ui/core/directives/dropdown";
|
|
11
11
|
export declare class TuiInputPhoneComponent extends AbstractTuiControl<string> implements TuiFocusableElementAccessor, TuiDataListHost<string> {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import { type DoCheck } from '@angular/core';
|
|
2
2
|
import { AbstractTuiTextfieldHost } from '@taiga-ui/legacy/classes';
|
|
3
|
-
import type
|
|
3
|
+
import { type TuiInputPhoneComponent } from './input-phone.component';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class TuiInputPhoneDirective extends AbstractTuiTextfieldHost<TuiInputPhoneComponent> implements DoCheck {
|
|
6
6
|
protected input?: HTMLInputElement;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import type
|
|
3
|
-
import type
|
|
4
|
-
import type
|
|
2
|
+
import { type TuiContext } from '@taiga-ui/cdk/types';
|
|
3
|
+
import { type TuiSizeL, type TuiSizeM, type TuiSizeS } from '@taiga-ui/core/types';
|
|
4
|
+
import { type TuiCountryIsoCode } from '@taiga-ui/i18n/types';
|
|
5
5
|
import { AbstractTuiControl } from '@taiga-ui/legacy/classes';
|
|
6
|
-
import type
|
|
7
|
-
import type
|
|
6
|
+
import { type TuiFocusableElementAccessor } from '@taiga-ui/legacy/tokens';
|
|
7
|
+
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
import * as i1 from "@taiga-ui/core/directives/dropdown";
|
|
10
10
|
/**
|