@taiga-ui/legacy 4.48.0-canary.d5bef06 → 4.49.0-canary.45bd8f0
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,5 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import {
|
|
3
|
-
import type { TuiCountryIsoCode } from '@taiga-ui/i18n/types';
|
|
1
|
+
import { InjectionToken, type Provider } from '@angular/core';
|
|
2
|
+
import { type TuiCountryIsoCode } from '@taiga-ui/i18n/types';
|
|
4
3
|
/**
|
|
5
4
|
* @deprecated: drop in v5.0 use {@link TuiInputPhoneInternational}
|
|
6
5
|
* https://taiga-ui.dev/components/input-phone-international
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
1
|
+
import { type TuiContext } from '@taiga-ui/cdk/types';
|
|
2
|
+
import { type TuiKeySteps } from '@taiga-ui/kit/components/slider';
|
|
3
3
|
import { AbstractTuiControl } from '@taiga-ui/legacy/classes';
|
|
4
|
-
import type
|
|
5
|
-
import type
|
|
4
|
+
import { type TuiFocusableElementAccessor, type TuiNativeFocusableElement } from '@taiga-ui/legacy/tokens';
|
|
5
|
+
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class TuiInputRangeComponent extends AbstractTuiControl<[number, number]> implements TuiFocusableElementAccessor {
|
|
8
8
|
private readonly inputNumberRefs;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
1
|
+
import { type TuiContext } from '@taiga-ui/cdk/types';
|
|
2
|
+
import { type TuiKeySteps } from '@taiga-ui/kit/components/slider';
|
|
3
3
|
import { AbstractTuiControl } from '@taiga-ui/legacy/classes';
|
|
4
|
-
import type
|
|
5
|
-
import type
|
|
4
|
+
import { type TuiFocusableElementAccessor, type TuiNativeFocusableElement } from '@taiga-ui/legacy/tokens';
|
|
5
|
+
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
/**
|
|
8
8
|
* TODO(v5): delete it
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
import { EventEmitter, TemplateRef } from '@angular/core';
|
|
2
|
-
import type
|
|
3
|
-
import type
|
|
4
|
-
import type
|
|
2
|
+
import { type TuiActiveZone } from '@taiga-ui/cdk/directives/active-zone';
|
|
3
|
+
import { type TuiBooleanHandler, type TuiContext } from '@taiga-ui/cdk/types';
|
|
4
|
+
import { type TuiDataListHost } from '@taiga-ui/core/components/data-list';
|
|
5
5
|
import { TuiHintOptionsDirective } from '@taiga-ui/core/directives/hint';
|
|
6
|
-
import type
|
|
7
|
-
import type
|
|
8
|
-
import {
|
|
9
|
-
import type
|
|
10
|
-
import type
|
|
11
|
-
import type { PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
6
|
+
import { type TuiSizeL, type TuiSizeS } from '@taiga-ui/core/types';
|
|
7
|
+
import { AbstractTuiMultipleControl, type TuiStringifiableItem } from '@taiga-ui/legacy/classes';
|
|
8
|
+
import { type TuiFocusableElementAccessor } from '@taiga-ui/legacy/tokens';
|
|
9
|
+
import { type TuiStatus } from '@taiga-ui/legacy/utils';
|
|
10
|
+
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
12
11
|
import * as i0 from "@angular/core";
|
|
13
12
|
import * as i1 from "@taiga-ui/core/directives/dropdown";
|
|
14
13
|
/**
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import {
|
|
3
|
-
import type { TuiStatus } from '@taiga-ui/legacy/utils';
|
|
1
|
+
import { InjectionToken, type Provider } from '@angular/core';
|
|
2
|
+
import { type TuiStatus } from '@taiga-ui/legacy/utils';
|
|
4
3
|
/**
|
|
5
4
|
* TODO(v5): delete it
|
|
6
5
|
* @deprecated use {@link https://taiga-ui.dev/components/input-chip TuiInputChip} instead
|
|
@@ -1,14 +1,13 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
3
|
-
import type
|
|
4
|
-
import {
|
|
5
|
-
import
|
|
6
|
-
import type
|
|
7
|
-
import type { TuiSizeL, TuiSizeS } from '@taiga-ui/core/types';
|
|
1
|
+
import { type MaskitoOptions } from '@maskito/core';
|
|
2
|
+
import { type TuiValueTransformer } from '@taiga-ui/cdk/classes';
|
|
3
|
+
import { TuiTime, type TuiTimeMode } from '@taiga-ui/cdk/date-time';
|
|
4
|
+
import { type TuiBooleanHandler, type TuiIdentityMatcher } 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';
|
|
8
7
|
import { AbstractTuiNullableControl } from '@taiga-ui/legacy/classes';
|
|
9
|
-
import type
|
|
10
|
-
import type
|
|
11
|
-
import type
|
|
8
|
+
import { type TuiFocusableElementAccessor } from '@taiga-ui/legacy/tokens';
|
|
9
|
+
import { type Observable } from 'rxjs';
|
|
10
|
+
import { type TuiInputTimeOptions } from './input-time.options';
|
|
12
11
|
import * as i0 from "@angular/core";
|
|
13
12
|
import * as i1 from "@taiga-ui/core/directives/dropdown";
|
|
14
13
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import { type TuiTime, type TuiTimeMode } from '@taiga-ui/cdk/date-time';
|
|
2
2
|
import { AbstractTuiTextfieldHost } from '@taiga-ui/legacy/classes';
|
|
3
|
-
import type
|
|
3
|
+
import { type TuiInputTimeComponent } from './input-time.component';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
6
|
* TODO(v5): delete it
|
|
@@ -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 TuiTimeMode } from '@taiga-ui/cdk/date-time';
|
|
3
|
+
import { type TuiContext } from '@taiga-ui/cdk/types';
|
|
4
|
+
import { type TuiSizeL, type TuiSizeS } from '@taiga-ui/core/types';
|
|
5
|
+
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
7
6
|
/**
|
|
8
7
|
* TODO(v5): delete it
|
|
9
8
|
* @deprecated use new version of {@link https://taiga-ui.dev/components/input-time#options TuiInputTime} (from @taiga-ui/kit) instead
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
3
|
-
import type
|
|
4
|
-
import type
|
|
1
|
+
import { type MaskitoOptions } from '@maskito/core';
|
|
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';
|
|
5
5
|
import { AbstractTuiNullableControl } from '@taiga-ui/legacy/classes';
|
|
6
|
-
import type
|
|
6
|
+
import { type TuiFocusableElementAccessor } from '@taiga-ui/legacy/tokens';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
/**
|
|
9
9
|
* TODO(v5): delete it
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AbstractTuiTextfieldHost } from '@taiga-ui/legacy/classes';
|
|
2
|
-
import type
|
|
2
|
+
import { type TuiInputYearComponent } from './input-year.component';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
/**
|
|
5
5
|
* TODO(v5): delete it
|
|
@@ -1,14 +1,14 @@
|
|
|
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 TuiBooleanHandler, type TuiContext, type TuiMapper, type TuiStringHandler } from '@taiga-ui/cdk/types';
|
|
4
|
+
import { type TuiDataListHost } from '@taiga-ui/core/components/data-list';
|
|
5
|
+
import { type TuiSizeL, type TuiSizeM, type TuiSizeS } from '@taiga-ui/core/types';
|
|
6
|
+
import { type TuiItemsHandlers } from '@taiga-ui/kit/tokens';
|
|
7
7
|
import { AbstractTuiMultipleControl, TuiStringifiableItem } from '@taiga-ui/legacy/classes';
|
|
8
8
|
import { TuiInputTagComponent } from '@taiga-ui/legacy/components/input-tag';
|
|
9
|
-
import type
|
|
10
|
-
import type
|
|
11
|
-
import type
|
|
9
|
+
import { type TuiFocusableElementAccessor } from '@taiga-ui/legacy/tokens';
|
|
10
|
+
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
11
|
+
import { type TuiMultiSelectOptions } from './multi-select.options';
|
|
12
12
|
import * as i0 from "@angular/core";
|
|
13
13
|
import * as i1 from "@taiga-ui/core/directives/dropdown";
|
|
14
14
|
export declare class TuiMultiSelectComponent<T> extends AbstractTuiMultipleControl<T> implements TuiFocusableElementAccessor, TuiDataListHost<T> {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
1
|
+
import { type TuiBooleanHandler } from '@taiga-ui/cdk/types';
|
|
2
|
+
import { type TuiItemsHandlers } from '@taiga-ui/kit/tokens';
|
|
3
3
|
import { AbstractTuiTextfieldHost } from '@taiga-ui/legacy/classes';
|
|
4
|
-
import type
|
|
4
|
+
import { type TuiMultiSelectComponent } from './multi-select.component';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class TuiMultiSelectDirective<T = string> extends AbstractTuiTextfieldHost<TuiMultiSelectComponent<T>> {
|
|
7
7
|
get readOnly(): boolean;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import {
|
|
3
|
-
import type
|
|
4
|
-
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 PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
5
4
|
export interface TuiMultiSelectOptions<T> {
|
|
6
5
|
readonly rows: number;
|
|
7
6
|
readonly valueContent: PolymorpheusContent<TuiContext<readonly T[]>>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
1
|
+
import { type TuiMapper } from '@taiga-ui/cdk/types';
|
|
2
|
+
import { type TuiItemsHandlers } from '@taiga-ui/kit/tokens';
|
|
3
3
|
import { AbstractTuiNativeSelect } from '@taiga-ui/legacy/classes';
|
|
4
|
-
import type
|
|
4
|
+
import { type TuiMultiSelectDirective } from '../multi-select.directive';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare abstract class AbstractTuiNativeMultiSelect<T> extends AbstractTuiNativeSelect<TuiMultiSelectDirective<T>, T> {
|
|
7
7
|
protected get stringify(): TuiItemsHandlers<T>['stringify'];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import { type TuiSizeS } from '@taiga-ui/core/types';
|
|
2
2
|
import { TuiSelectOptionComponent } from '@taiga-ui/legacy/components/select-option';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class TuiMultiSelectOptionComponent<T extends any[]> extends TuiSelectOptionComponent<T> {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import { tuiTextfieldOptionsProvider } from '@taiga-ui/legacy/directives';
|
|
1
|
+
import { type TuiTextfieldOptions, tuiTextfieldOptionsProvider } from '@taiga-ui/legacy/directives';
|
|
3
2
|
/**
|
|
4
3
|
* @deprecated:
|
|
5
4
|
* use {@link TuiTextfieldOptions}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
1
|
+
import { type AbstractTuiInteractive } from '@taiga-ui/legacy/classes';
|
|
2
|
+
import { type TuiFocusableElementAccessor } from '@taiga-ui/legacy/tokens';
|
|
3
3
|
export type TuiPrimitiveTextfield = AbstractTuiInteractive & TuiFocusableElementAccessor & {
|
|
4
4
|
appearance: string;
|
|
5
5
|
filler: string;
|
|
@@ -1,12 +1,11 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import {
|
|
3
|
-
import type { TuiContext } from '@taiga-ui/cdk/types';
|
|
1
|
+
import { EventEmitter, type QueryList } from '@angular/core';
|
|
2
|
+
import { type TuiContext } from '@taiga-ui/cdk/types';
|
|
4
3
|
import { TuiHintOptionsDirective } from '@taiga-ui/core/directives/hint';
|
|
5
|
-
import type
|
|
4
|
+
import { type TuiSizeL, type TuiSizeS } from '@taiga-ui/core/types';
|
|
6
5
|
import { AbstractTuiInteractive } from '@taiga-ui/legacy/classes';
|
|
7
|
-
import type
|
|
8
|
-
import type
|
|
9
|
-
import type
|
|
6
|
+
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
7
|
+
import { type Observable } from 'rxjs';
|
|
8
|
+
import { type TuiPrimitiveTextfield } from './primitive-textfield-types';
|
|
10
9
|
import * as i0 from "@angular/core";
|
|
11
10
|
export declare const TUI_ICON_START_PADDINGS: Record<TuiSizeL | TuiSizeS, number>;
|
|
12
11
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import { type TuiItemsHandlers } from '@taiga-ui/kit/tokens';
|
|
2
2
|
import { AbstractTuiNativeSelect } from '@taiga-ui/legacy/classes';
|
|
3
|
-
import type
|
|
3
|
+
import { type TuiSelectDirective } from '../select.directive';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
6
|
* TODO(v5): delete it
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import { type TuiItemsHandlers } from '@taiga-ui/kit/tokens';
|
|
2
2
|
import { AbstractTuiNativeSelect } from '@taiga-ui/legacy/classes';
|
|
3
|
-
import type
|
|
3
|
+
import { type TuiSelectDirective } from '../select.directive';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
6
|
* TODO(v5): delete it
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
3
|
-
import type
|
|
4
|
-
import type
|
|
5
|
-
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 TuiSizeM, type TuiSizeS, type TuiValueContentContext } from '@taiga-ui/core/types';
|
|
5
|
+
import { type TuiItemsHandlers } from '@taiga-ui/kit/tokens';
|
|
6
6
|
import { AbstractTuiNullableControl } from '@taiga-ui/legacy/classes';
|
|
7
|
-
import type
|
|
8
|
-
import type
|
|
9
|
-
import type
|
|
7
|
+
import { type TuiFocusableElementAccessor } from '@taiga-ui/legacy/tokens';
|
|
8
|
+
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
9
|
+
import { type TuiSelectOptions } from './select.options';
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
import * as i1 from "@taiga-ui/core/directives/dropdown";
|
|
12
12
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import { type TuiItemsHandlers } from '@taiga-ui/kit/tokens';
|
|
2
2
|
import { AbstractTuiTextfieldHost } from '@taiga-ui/legacy/classes';
|
|
3
|
-
import type
|
|
3
|
+
import { type TuiSelectComponent } from './select.component';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
6
|
* TODO(v5): delete it
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import {
|
|
3
|
-
import type
|
|
4
|
-
import type { PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
1
|
+
import { InjectionToken, type Provider } from '@angular/core';
|
|
2
|
+
import { type TuiValueContentContext } from '@taiga-ui/core/types';
|
|
3
|
+
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
5
4
|
/**
|
|
6
5
|
* TODO(v5): delete it
|
|
7
6
|
* @deprecated use new version of {@link https://taiga-ui.dev/components/select TuiSelect} (from @taiga-ui/kit) instead
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import { type DoCheck, type OnInit, type TemplateRef } from '@angular/core';
|
|
2
2
|
import { NgControl } from '@angular/forms';
|
|
3
|
-
import type
|
|
3
|
+
import { type TuiContext, type TuiIdentityMatcher } from '@taiga-ui/cdk/types';
|
|
4
4
|
import { TuiDataListComponent, TuiOption } from '@taiga-ui/core/components/data-list';
|
|
5
5
|
import { AbstractTuiControl } from '@taiga-ui/legacy/classes';
|
|
6
6
|
import { PolymorpheusComponent } from '@taiga-ui/polymorpheus';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
1
|
+
import { type AfterViewInit } from '@angular/core';
|
|
2
|
+
import { type TuiSheet, type TuiSheetRequiredProps } from '../../sheet';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class TuiSheetComponent<T> implements TuiSheetRequiredProps<T>, AfterViewInit {
|
|
5
5
|
private readonly sheet?;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import { type Provider } from '@angular/core';
|
|
2
2
|
export declare const TUI_SHEET_PROVIDERS: Provider[];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
1
|
+
import { type OnInit } from '@angular/core';
|
|
2
|
+
import { type TuiSheet } from '../../sheet';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class TuiSheetsHostComponent implements OnInit {
|
|
5
5
|
private readonly service;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { InjectionToken } from '@angular/core';
|
|
2
|
-
import type
|
|
3
|
-
import type
|
|
2
|
+
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
3
|
+
import { type TuiSheet } from './sheet';
|
|
4
4
|
/**
|
|
5
5
|
* @deprecated: drop in v5.0 use {@link TuiSheetDialog}
|
|
6
6
|
* https://taiga-ui.dev/components/sheet-dialog
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { InjectionToken } from '@angular/core';
|
|
2
|
-
import type
|
|
3
|
-
import type
|
|
2
|
+
import { type Observable } from 'rxjs';
|
|
3
|
+
import { type TuiSheetRequiredProps } from './sheet';
|
|
4
4
|
/**
|
|
5
5
|
* @deprecated: drop in v5.0 use {@link TuiSheetDialog}
|
|
6
6
|
* https://taiga-ui.dev/components/sheet-dialog
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
3
|
-
import type
|
|
4
|
-
import type
|
|
1
|
+
import { type TuiContext } from '@taiga-ui/cdk/types';
|
|
2
|
+
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
3
|
+
import { type Observable, type Observer } from 'rxjs';
|
|
4
|
+
import { type TuiSheetOptions } from './sheet-options';
|
|
5
5
|
/**
|
|
6
6
|
* @deprecated: drop in v5.0 use {@link TuiSheetDialog}
|
|
7
7
|
* https://taiga-ui.dev/components/sheet-dialog
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PolymorpheusTemplate } from '@taiga-ui/polymorpheus';
|
|
2
|
-
import type
|
|
3
|
-
import type
|
|
2
|
+
import { type TuiSheet } from './sheet';
|
|
3
|
+
import { type TuiSheetOptions } from './sheet-options';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
6
|
* @deprecated: use {@link TuiSheetDialog}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
2
2
|
import { BehaviorSubject, Observable } from 'rxjs';
|
|
3
|
-
import type
|
|
4
|
-
import type
|
|
3
|
+
import { type TuiSheet } from './sheet';
|
|
4
|
+
import { type TuiSheetOptions } from './sheet-options';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
/**
|
|
7
7
|
* @deprecated: use {@link TuiSheetDialogService}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import {
|
|
3
|
-
import type { TuiHandler, TuiSafeHtml, TuiStringHandler } from '@taiga-ui/cdk/types';
|
|
1
|
+
import { type FactoryProvider, InjectionToken, type Provider } from '@angular/core';
|
|
2
|
+
import { type TuiHandler, type TuiSafeHtml, type TuiStringHandler } from '@taiga-ui/cdk/types';
|
|
4
3
|
/**
|
|
5
4
|
* @deprecated: drop in v5.0 use {@link TuiIcon}
|
|
6
5
|
* https://taiga-ui.dev/components/icon
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
3
|
-
import type
|
|
1
|
+
import { type SafeHtml } from '@angular/platform-browser';
|
|
2
|
+
import { type TuiSafeHtml } from '@taiga-ui/cdk/types';
|
|
3
|
+
import { type Observable } from 'rxjs';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
6
|
* @deprecated: drop in v5.0 use {@link TuiIcon}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
1
|
+
import { type TuiPopover } from '@taiga-ui/cdk/services';
|
|
2
|
+
import { type TuiTableBarOptions } from './table-bar.options';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
/**
|
|
5
5
|
* @deprecated drop in v5.0 use {@link TuiActionBar}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TuiPopoverDirective } from '@taiga-ui/cdk/directives/popover';
|
|
2
|
-
import type
|
|
2
|
+
import { type TuiTableBarOptions } from './table-bar.options';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
/**
|
|
5
5
|
* @deprecated drop in v5.0 use {@link TuiActionBar}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TuiPopoverService } from '@taiga-ui/cdk/services';
|
|
2
|
-
import type
|
|
2
|
+
import { type TuiTableBarOptions } from './table-bar.options';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
/**
|
|
5
5
|
* @deprecated drop in v5.0 use {@link TuiActionBar}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ElementRef, EventEmitter } from '@angular/core';
|
|
2
|
-
import type
|
|
3
|
-
import type
|
|
4
|
-
import type
|
|
2
|
+
import { type TuiSizeL, type TuiSizeS, type TuiSizeXS } from '@taiga-ui/core/types';
|
|
3
|
+
import { type TuiStatus } from '@taiga-ui/legacy/utils';
|
|
4
|
+
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
/**
|
|
7
7
|
* @deprecated: drop in v5.0 use {@link TuiChip}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
import type { TuiStatus } from '@taiga-ui/legacy/utils';
|
|
1
|
+
import { InjectionToken, type Provider } from '@angular/core';
|
|
2
|
+
import { type TuiSizeL, type TuiSizeS } from '@taiga-ui/core/types';
|
|
3
|
+
import { type TuiStatus } from '@taiga-ui/legacy/utils';
|
|
5
4
|
/**
|
|
6
5
|
* @deprecated: drop in v5.0 use {@link TuiChip}
|
|
7
6
|
* https://taiga-ui.dev/components/chip
|
|
@@ -1,9 +1,9 @@
|
|
|
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
|
|
5
|
+
import { type TuiFocusableElementAccessor } from '@taiga-ui/legacy/tokens';
|
|
6
|
+
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare const DEFAULT_ROWS = 20;
|
|
9
9
|
export declare const LINE_HEIGHT_M = 20;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AbstractTuiTextfieldHost } from '@taiga-ui/legacy/classes';
|
|
2
|
-
import type
|
|
2
|
+
import { type TuiTextareaComponent } from './textarea.component';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
/**
|
|
5
5
|
* TODO(v5): delete it
|