@taiga-ui/legacy 4.0.0-rc.1
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 +190 -0
- package/README.md +22 -0
- package/classes/abstract-native-select.d.ts +17 -0
- package/classes/abstract-textfield-host.d.ts +19 -0
- package/classes/control.d.ts +58 -0
- package/classes/index.d.ts +8 -0
- package/classes/interactive.d.ts +35 -0
- package/classes/multiple-control.d.ts +8 -0
- package/classes/named-day.d.ts +8 -0
- package/classes/nullable-control.d.ts +7 -0
- package/classes/stringifiable-item.d.ts +10 -0
- package/components/arrow/arrow.component.d.ts +16 -0
- package/components/arrow/arrow.options.d.ts +13 -0
- package/components/arrow/arrow.providers.d.ts +14 -0
- package/components/arrow/index.d.ts +3 -0
- package/components/combo-box/combo-box-strict.directive.d.ts +8 -0
- package/components/combo-box/combo-box.component.d.ts +47 -0
- package/components/combo-box/combo-box.directive.d.ts +9 -0
- package/components/combo-box/combo-box.module.d.ts +16 -0
- package/components/combo-box/index.d.ts +4 -0
- package/components/index.d.ts +31 -0
- package/components/input/index.d.ts +3 -0
- package/components/input/input.component.d.ts +27 -0
- package/components/input/input.directive.d.ts +8 -0
- package/components/input/input.module.d.ts +11 -0
- package/components/input-copy/index.d.ts +4 -0
- package/components/input-copy/input-copy.component.d.ts +30 -0
- package/components/input-copy/input-copy.directive.d.ts +8 -0
- package/components/input-copy/input-copy.module.d.ts +15 -0
- package/components/input-copy/input-copy.options.d.ts +14 -0
- package/components/input-date/index.d.ts +3 -0
- package/components/input-date/input-date.component.d.ts +61 -0
- package/components/input-date/input-date.directive.d.ts +15 -0
- package/components/input-date/input-date.module.d.ts +20 -0
- package/components/input-date/native-date/native-date.component.d.ts +11 -0
- package/components/input-date-multi/index.d.ts +2 -0
- package/components/input-date-multi/input-date-multi.component.d.ts +66 -0
- package/components/input-date-multi/input-date-multi.module.d.ts +20 -0
- package/components/input-date-range/index.d.ts +3 -0
- package/components/input-date-range/input-date-range.component.d.ts +63 -0
- package/components/input-date-range/input-date-range.directive.d.ts +12 -0
- package/components/input-date-range/input-date-range.module.d.ts +18 -0
- package/components/input-date-time/index.d.ts +3 -0
- package/components/input-date-time/input-date-time.component.d.ts +77 -0
- package/components/input-date-time/input-date-time.directive.d.ts +13 -0
- package/components/input-date-time/input-date-time.module.d.ts +19 -0
- package/components/input-date-time/native-date-time/native-date-time.directive.d.ts +9 -0
- package/components/input-month/index.d.ts +3 -0
- package/components/input-month/input-month.component.d.ts +41 -0
- package/components/input-month/input-month.directive.d.ts +15 -0
- package/components/input-month/input-month.module.d.ts +15 -0
- package/components/input-month-range/index.d.ts +3 -0
- package/components/input-month-range/input-month-range.component.d.ts +35 -0
- package/components/input-month-range/input-month-range.directive.d.ts +15 -0
- package/components/input-month-range/input-month-range.module.d.ts +14 -0
- package/components/input-number/index.d.ts +4 -0
- package/components/input-number/input-number.component.d.ts +56 -0
- package/components/input-number/input-number.directive.d.ts +12 -0
- package/components/input-number/input-number.module.d.ts +14 -0
- package/components/input-number/input-number.options.d.ts +17 -0
- package/components/input-password/index.d.ts +4 -0
- package/components/input-password/input-password.component.d.ts +30 -0
- package/components/input-password/input-password.directive.d.ts +12 -0
- package/components/input-password/input-password.module.d.ts +16 -0
- package/components/input-password/input-password.options.d.ts +13 -0
- package/components/input-phone/index.d.ts +4 -0
- package/components/input-phone/input-phone.component.d.ts +48 -0
- package/components/input-phone/input-phone.directive.d.ts +13 -0
- package/components/input-phone/input-phone.module.d.ts +12 -0
- package/components/input-phone/input-phone.options.d.ts +12 -0
- package/components/input-phone/utils/complete-phone-insertion-preprocessor.d.ts +9 -0
- package/components/input-phone/utils/create-phone-mask-expression.d.ts +7 -0
- package/components/input-phone/utils/index.d.ts +2 -0
- package/components/input-phone-international/index.d.ts +3 -0
- package/components/input-phone-international/input-phone-international.component.d.ts +38 -0
- package/components/input-phone-international/input-phone-international.options.d.ts +12 -0
- package/components/input-phone-international/utils/extract-value-from-event.d.ts +1 -0
- package/components/input-range/index.d.ts +2 -0
- package/components/input-range/input-range.component.d.ts +52 -0
- package/components/input-range/input-range.module.d.ts +15 -0
- package/components/input-slider/index.d.ts +2 -0
- package/components/input-slider/input-slider.component.d.ts +38 -0
- package/components/input-slider/input-slider.module.d.ts +14 -0
- package/components/input-tag/index.d.ts +3 -0
- package/components/input-tag/input-tag.component.d.ts +94 -0
- package/components/input-tag/input-tag.module.d.ts +18 -0
- package/components/input-tag/input-tag.options.d.ts +13 -0
- package/components/input-time/index.d.ts +4 -0
- package/components/input-time/input-time.component.d.ts +60 -0
- package/components/input-time/input-time.directive.d.ts +13 -0
- package/components/input-time/input-time.module.d.ts +19 -0
- package/components/input-time/input-time.options.d.ts +20 -0
- package/components/input-time/native-time/native-time.component.d.ts +12 -0
- package/components/input-year/index.d.ts +3 -0
- package/components/input-year/input-year.component.d.ts +32 -0
- package/components/input-year/input-year.directive.d.ts +10 -0
- package/components/input-year/input-year.module.d.ts +14 -0
- package/components/island/index.d.ts +1 -0
- package/components/island/island.directive.d.ts +16 -0
- package/components/multi-select/hide-selected.pipe.d.ts +11 -0
- package/components/multi-select/index.d.ts +10 -0
- package/components/multi-select/multi-select-group/multi-select-group.component.d.ts +23 -0
- package/components/multi-select/multi-select-group/multi-select-group.directive.d.ts +8 -0
- package/components/multi-select/multi-select.component.d.ts +65 -0
- package/components/multi-select/multi-select.directive.d.ts +14 -0
- package/components/multi-select/multi-select.module.d.ts +27 -0
- package/components/multi-select/multi-select.options.d.ts +13 -0
- package/components/multi-select/native-multi-select/native-multi-select-group.component.d.ts +9 -0
- package/components/multi-select/native-multi-select/native-multi-select.component.d.ts +8 -0
- package/components/multi-select/native-multi-select/native-multi-select.d.ts +11 -0
- package/components/multi-select-option/index.d.ts +2 -0
- package/components/multi-select-option/multi-select-option.component.d.ts +9 -0
- package/components/multi-select-option/multi-select-option.module.d.ts +9 -0
- package/components/primitive-textfield/index.d.ts +7 -0
- package/components/primitive-textfield/primitive-textfield-options.d.ts +22 -0
- package/components/primitive-textfield/primitive-textfield-types.d.ts +11 -0
- package/components/primitive-textfield/primitive-textfield.component.d.ts +68 -0
- package/components/primitive-textfield/primitive-textfield.directive.d.ts +10 -0
- package/components/primitive-textfield/primitive-textfield.module.d.ts +17 -0
- package/components/primitive-textfield/textfield/textfield.component.d.ts +13 -0
- package/components/primitive-textfield/value-decoration/value-decoration.component.d.ts +22 -0
- package/components/select/index.d.ts +6 -0
- package/components/select/native-select/native-select-group.component.d.ts +13 -0
- package/components/select/native-select/native-select.component.d.ts +12 -0
- package/components/select/select.component.d.ts +40 -0
- package/components/select/select.directive.d.ts +12 -0
- package/components/select/select.module.d.ts +20 -0
- package/components/select/select.options.d.ts +12 -0
- package/components/select-option/index.d.ts +2 -0
- package/components/select-option/select-option.component.d.ts +27 -0
- package/components/select-option/select-option.module.d.ts +10 -0
- package/components/sheet/components/sheet/sheet.component.d.ts +31 -0
- package/components/sheet/components/sheet/sheet.providers.d.ts +2 -0
- package/components/sheet/components/sheet-bar/sheet-bar.component.d.ts +10 -0
- package/components/sheet/components/sheet-heading/sheet-heading.component.d.ts +14 -0
- package/components/sheet/components/sheets-host/sheets-host.component.d.ts +15 -0
- package/components/sheet/directives/sheet-close/sheet-close.directive.d.ts +14 -0
- package/components/sheet/directives/sheet-stop/sheet-stop.directive.d.ts +6 -0
- package/components/sheet/directives/sheet-top/sheet-top.directive.d.ts +14 -0
- package/components/sheet/directives/sheet-wrapper/sheet-wrapper.directive.d.ts +17 -0
- package/components/sheet/index.d.ts +14 -0
- package/components/sheet/sheet-options.d.ts +24 -0
- package/components/sheet/sheet-tokens.d.ts +15 -0
- package/components/sheet/sheet.d.ts +19 -0
- package/components/sheet/sheet.directive.d.ts +16 -0
- package/components/sheet/sheet.module.d.ts +23 -0
- package/components/sheet/sheet.service.d.ts +16 -0
- package/components/svg/content-processor.d.ts +16 -0
- package/components/svg/deprecated-icons.d.ts +1 -0
- package/components/svg/index.d.ts +5 -0
- package/components/svg/svg-options.d.ts +22 -0
- package/components/svg/svg.component.d.ts +43 -0
- package/components/svg/svg.service.d.ts +21 -0
- package/components/table-bar/index.d.ts +5 -0
- package/components/table-bar/table-bar.component.d.ts +13 -0
- package/components/table-bar/table-bar.directive.d.ts +7 -0
- package/components/table-bar/table-bar.options.d.ts +14 -0
- package/components/table-bar/table-bars-host.component.d.ts +6 -0
- package/components/table-bar/table-bars.service.d.ts +10 -0
- package/components/tag/index.d.ts +3 -0
- package/components/tag/tag.component.d.ts +40 -0
- package/components/tag/tag.module.d.ts +12 -0
- package/components/tag/tag.options.d.ts +15 -0
- package/components/textarea/index.d.ts +3 -0
- package/components/textarea/textarea.component.d.ts +50 -0
- package/components/textarea/textarea.directive.d.ts +8 -0
- package/components/textarea/textarea.module.d.ts +17 -0
- package/components/tooltip/index.d.ts +2 -0
- package/components/tooltip/tooltip.component.d.ts +12 -0
- package/components/tooltip/tooltip.module.d.ts +12 -0
- package/directives/index.d.ts +5 -0
- package/directives/legacy-dropdown-open-monitor/index.d.ts +1 -0
- package/directives/legacy-dropdown-open-monitor/legacy-dropdown-open-monitor.d.ts +9 -0
- package/directives/textfield-controller/index.d.ts +14 -0
- package/directives/textfield-controller/textfield-appearance.directive.d.ts +8 -0
- package/directives/textfield-controller/textfield-cleaner.directive.d.ts +8 -0
- package/directives/textfield-controller/textfield-controller.module.d.ts +17 -0
- package/directives/textfield-controller/textfield-controller.provider.d.ts +5 -0
- package/directives/textfield-controller/textfield-custom-content.directive.d.ts +9 -0
- package/directives/textfield-controller/textfield-filler.directive.d.ts +8 -0
- package/directives/textfield-controller/textfield-icon-left.directive.d.ts +11 -0
- package/directives/textfield-controller/textfield-icon.directive.d.ts +11 -0
- package/directives/textfield-controller/textfield-label-outside.directive.d.ts +8 -0
- package/directives/textfield-controller/textfield-postfix.directive.d.ts +8 -0
- package/directives/textfield-controller/textfield-prefix.directive.d.ts +8 -0
- package/directives/textfield-controller/textfield-size.directive.d.ts +9 -0
- package/directives/textfield-controller/textfield.controller.d.ts +41 -0
- package/directives/textfield-controller/textfield.options.d.ts +15 -0
- package/directives/unfinished-validator/index.d.ts +2 -0
- package/directives/unfinished-validator/unfinished-validator.directive.d.ts +8 -0
- package/directives/unfinished-validator/unfinished.validator.d.ts +4 -0
- package/directives/value-accessor/index.d.ts +3 -0
- package/directives/value-accessor/value-accessor.directive.d.ts +5 -0
- package/directives/value-accessor/value-accessor.module.d.ts +7 -0
- package/directives/value-accessor/value-accessor.provider.d.ts +2 -0
- package/directives/wrapper/README.md +19 -0
- package/directives/wrapper/index.d.ts +2 -0
- package/directives/wrapper/wrapper.directive.d.ts +21 -0
- package/directives/wrapper/wrapper.module.d.ts +10 -0
- package/esm2022/classes/abstract-native-select.mjs +37 -0
- package/esm2022/classes/abstract-textfield-host.mjs +37 -0
- package/esm2022/classes/control.mjs +175 -0
- package/esm2022/classes/index.mjs +9 -0
- package/esm2022/classes/interactive.mjs +85 -0
- package/esm2022/classes/multiple-control.mjs +18 -0
- package/esm2022/classes/named-day.mjs +11 -0
- package/esm2022/classes/nullable-control.mjs +15 -0
- package/esm2022/classes/stringifiable-item.mjs +13 -0
- package/esm2022/classes/taiga-ui-legacy-classes.mjs +5 -0
- package/esm2022/components/arrow/arrow.component.mjs +42 -0
- package/esm2022/components/arrow/arrow.options.mjs +14 -0
- package/esm2022/components/arrow/arrow.providers.mjs +14 -0
- package/esm2022/components/arrow/index.mjs +4 -0
- package/esm2022/components/arrow/taiga-ui-legacy-components-arrow.mjs +5 -0
- package/esm2022/components/combo-box/combo-box-strict.directive.mjs +29 -0
- package/esm2022/components/combo-box/combo-box.component.mjs +176 -0
- package/esm2022/components/combo-box/combo-box.directive.mjs +23 -0
- package/esm2022/components/combo-box/combo-box.module.mjs +67 -0
- package/esm2022/components/combo-box/index.mjs +5 -0
- package/esm2022/components/combo-box/taiga-ui-legacy-components-combo-box.mjs +5 -0
- package/esm2022/components/index.mjs +32 -0
- package/esm2022/components/input/index.mjs +4 -0
- package/esm2022/components/input/input.component.mjs +89 -0
- package/esm2022/components/input/input.directive.mjs +20 -0
- package/esm2022/components/input/input.module.mjs +30 -0
- package/esm2022/components/input/taiga-ui-legacy-components-input.mjs +5 -0
- package/esm2022/components/input-copy/index.mjs +5 -0
- package/esm2022/components/input-copy/input-copy.component.mjs +103 -0
- package/esm2022/components/input-copy/input-copy.directive.mjs +20 -0
- package/esm2022/components/input-copy/input-copy.module.mjs +52 -0
- package/esm2022/components/input-copy/input-copy.options.mjs +12 -0
- package/esm2022/components/input-copy/taiga-ui-legacy-components-input-copy.mjs +5 -0
- package/esm2022/components/input-date/index.mjs +4 -0
- package/esm2022/components/input-date/input-date.component.mjs +217 -0
- package/esm2022/components/input-date/input-date.directive.mjs +38 -0
- package/esm2022/components/input-date/input-date.module.mjs +71 -0
- package/esm2022/components/input-date/native-date/native-date.component.mjs +48 -0
- package/esm2022/components/input-date/taiga-ui-legacy-components-input-date.mjs +5 -0
- package/esm2022/components/input-date-multi/index.mjs +3 -0
- package/esm2022/components/input-date-multi/input-date-multi.component.mjs +212 -0
- package/esm2022/components/input-date-multi/input-date-multi.module.mjs +67 -0
- package/esm2022/components/input-date-multi/taiga-ui-legacy-components-input-date-multi.mjs +5 -0
- package/esm2022/components/input-date-range/index.mjs +4 -0
- package/esm2022/components/input-date-range/input-date-range.component.mjs +243 -0
- package/esm2022/components/input-date-range/input-date-range.directive.mjs +31 -0
- package/esm2022/components/input-date-range/input-date-range.module.mjs +67 -0
- package/esm2022/components/input-date-range/taiga-ui-legacy-components-input-date-range.mjs +5 -0
- package/esm2022/components/input-date-time/index.mjs +4 -0
- package/esm2022/components/input-date-time/input-date-time.component.mjs +302 -0
- package/esm2022/components/input-date-time/input-date-time.directive.mjs +32 -0
- package/esm2022/components/input-date-time/input-date-time.module.mjs +74 -0
- package/esm2022/components/input-date-time/native-date-time/native-date-time.directive.mjs +44 -0
- package/esm2022/components/input-date-time/taiga-ui-legacy-components-input-date-time.mjs +5 -0
- package/esm2022/components/input-month/index.mjs +4 -0
- package/esm2022/components/input-month/input-month.component.mjs +132 -0
- package/esm2022/components/input-month/input-month.directive.mjs +41 -0
- package/esm2022/components/input-month/input-month.module.mjs +53 -0
- package/esm2022/components/input-month/taiga-ui-legacy-components-input-month.mjs +5 -0
- package/esm2022/components/input-month-range/index.mjs +4 -0
- package/esm2022/components/input-month-range/input-month-range.component.mjs +120 -0
- package/esm2022/components/input-month-range/input-month-range.directive.mjs +47 -0
- package/esm2022/components/input-month-range/input-month-range.module.mjs +49 -0
- package/esm2022/components/input-month-range/taiga-ui-legacy-components-input-month-range.mjs +5 -0
- package/esm2022/components/input-number/index.mjs +5 -0
- package/esm2022/components/input-number/input-number.component.mjs +257 -0
- package/esm2022/components/input-number/input-number.directive.mjs +33 -0
- package/esm2022/components/input-number/input-number.module.mjs +44 -0
- package/esm2022/components/input-number/input-number.options.mjs +19 -0
- package/esm2022/components/input-number/taiga-ui-legacy-components-input-number.mjs +5 -0
- package/esm2022/components/input-password/index.mjs +5 -0
- package/esm2022/components/input-password/input-password.component.mjs +78 -0
- package/esm2022/components/input-password/input-password.directive.mjs +30 -0
- package/esm2022/components/input-password/input-password.module.mjs +56 -0
- package/esm2022/components/input-password/input-password.options.mjs +12 -0
- package/esm2022/components/input-password/taiga-ui-legacy-components-input-password.mjs +5 -0
- package/esm2022/components/input-phone/index.mjs +5 -0
- package/esm2022/components/input-phone/input-phone.component.mjs +217 -0
- package/esm2022/components/input-phone/input-phone.directive.mjs +33 -0
- package/esm2022/components/input-phone/input-phone.module.mjs +44 -0
- package/esm2022/components/input-phone/input-phone.options.mjs +14 -0
- package/esm2022/components/input-phone/taiga-ui-legacy-components-input-phone.mjs +5 -0
- package/esm2022/components/input-phone/utils/complete-phone-insertion-preprocessor.mjs +41 -0
- package/esm2022/components/input-phone/utils/create-phone-mask-expression.mjs +17 -0
- package/esm2022/components/input-phone/utils/index.mjs +3 -0
- package/esm2022/components/input-phone-international/index.mjs +4 -0
- package/esm2022/components/input-phone-international/input-phone-international.component.mjs +181 -0
- package/esm2022/components/input-phone-international/input-phone-international.options.mjs +13 -0
- package/esm2022/components/input-phone-international/taiga-ui-legacy-components-input-phone-international.mjs +5 -0
- package/esm2022/components/input-phone-international/utils/extract-value-from-event.mjs +7 -0
- package/esm2022/components/input-range/index.mjs +3 -0
- package/esm2022/components/input-range/input-range.component.mjs +203 -0
- package/esm2022/components/input-range/input-range.module.mjs +51 -0
- package/esm2022/components/input-range/taiga-ui-legacy-components-input-range.mjs +5 -0
- package/esm2022/components/input-slider/index.mjs +3 -0
- package/esm2022/components/input-slider/input-slider.component.mjs +150 -0
- package/esm2022/components/input-slider/input-slider.module.mjs +44 -0
- package/esm2022/components/input-slider/taiga-ui-legacy-components-input-slider.mjs +5 -0
- package/esm2022/components/input-tag/index.mjs +4 -0
- package/esm2022/components/input-tag/input-tag.component.mjs +415 -0
- package/esm2022/components/input-tag/input-tag.module.mjs +63 -0
- package/esm2022/components/input-tag/input-tag.options.mjs +14 -0
- package/esm2022/components/input-tag/taiga-ui-legacy-components-input-tag.mjs +5 -0
- package/esm2022/components/input-time/index.mjs +5 -0
- package/esm2022/components/input-time/input-time.component.mjs +275 -0
- package/esm2022/components/input-time/input-time.directive.mjs +35 -0
- package/esm2022/components/input-time/input-time.module.mjs +67 -0
- package/esm2022/components/input-time/input-time.options.mjs +22 -0
- package/esm2022/components/input-time/native-time/native-time.component.mjs +67 -0
- package/esm2022/components/input-time/taiga-ui-legacy-components-input-time.mjs +5 -0
- package/esm2022/components/input-year/index.mjs +4 -0
- package/esm2022/components/input-year/input-year.component.mjs +107 -0
- package/esm2022/components/input-year/input-year.directive.mjs +27 -0
- package/esm2022/components/input-year/input-year.module.mjs +49 -0
- package/esm2022/components/input-year/taiga-ui-legacy-components-input-year.mjs +5 -0
- package/esm2022/components/island/index.mjs +2 -0
- package/esm2022/components/island/island.directive.mjs +74 -0
- package/esm2022/components/island/taiga-ui-legacy-components-island.mjs +5 -0
- package/esm2022/components/multi-select/hide-selected.pipe.mjs +43 -0
- package/esm2022/components/multi-select/index.mjs +11 -0
- package/esm2022/components/multi-select/multi-select-group/multi-select-group.component.mjs +99 -0
- package/esm2022/components/multi-select/multi-select-group/multi-select-group.directive.mjs +65 -0
- package/esm2022/components/multi-select/multi-select.component.mjs +204 -0
- package/esm2022/components/multi-select/multi-select.directive.mjs +31 -0
- package/esm2022/components/multi-select/multi-select.module.mjs +111 -0
- package/esm2022/components/multi-select/multi-select.options.mjs +13 -0
- package/esm2022/components/multi-select/native-multi-select/native-multi-select-group.component.mjs +60 -0
- package/esm2022/components/multi-select/native-multi-select/native-multi-select.component.mjs +56 -0
- package/esm2022/components/multi-select/native-multi-select/native-multi-select.mjs +19 -0
- package/esm2022/components/multi-select/taiga-ui-legacy-components-multi-select.mjs +5 -0
- package/esm2022/components/multi-select-option/index.mjs +3 -0
- package/esm2022/components/multi-select-option/multi-select-option.component.mjs +25 -0
- package/esm2022/components/multi-select-option/multi-select-option.module.mjs +20 -0
- package/esm2022/components/multi-select-option/taiga-ui-legacy-components-multi-select-option.mjs +5 -0
- package/esm2022/components/primitive-textfield/index.mjs +8 -0
- package/esm2022/components/primitive-textfield/primitive-textfield-options.mjs +17 -0
- package/esm2022/components/primitive-textfield/primitive-textfield-types.mjs +2 -0
- package/esm2022/components/primitive-textfield/primitive-textfield.component.mjs +247 -0
- package/esm2022/components/primitive-textfield/primitive-textfield.directive.mjs +28 -0
- package/esm2022/components/primitive-textfield/primitive-textfield.module.mjs +62 -0
- package/esm2022/components/primitive-textfield/taiga-ui-legacy-components-primitive-textfield.mjs +5 -0
- package/esm2022/components/primitive-textfield/textfield/textfield.component.mjs +39 -0
- package/esm2022/components/primitive-textfield/value-decoration/value-decoration.component.mjs +71 -0
- package/esm2022/components/select/index.mjs +7 -0
- package/esm2022/components/select/native-select/native-select-group.component.mjs +60 -0
- package/esm2022/components/select/native-select/native-select.component.mjs +56 -0
- package/esm2022/components/select/select.component.mjs +116 -0
- package/esm2022/components/select/select.directive.mjs +29 -0
- package/esm2022/components/select/select.module.mjs +83 -0
- package/esm2022/components/select/select.options.mjs +12 -0
- package/esm2022/components/select/taiga-ui-legacy-components-select.mjs +5 -0
- package/esm2022/components/select-option/index.mjs +3 -0
- package/esm2022/components/select-option/select-option.component.mjs +65 -0
- package/esm2022/components/select-option/select-option.module.mjs +21 -0
- package/esm2022/components/select-option/taiga-ui-legacy-components-select-option.mjs +5 -0
- package/esm2022/components/sheet/components/sheet/sheet.component.mjs +118 -0
- package/esm2022/components/sheet/components/sheet/sheet.providers.mjs +42 -0
- package/esm2022/components/sheet/components/sheet-bar/sheet-bar.component.mjs +27 -0
- package/esm2022/components/sheet/components/sheet-heading/sheet-heading.component.mjs +31 -0
- package/esm2022/components/sheet/components/sheets-host/sheets-host.component.mjs +46 -0
- package/esm2022/components/sheet/directives/sheet-close/sheet-close.directive.mjs +38 -0
- package/esm2022/components/sheet/directives/sheet-stop/sheet-stop.directive.mjs +37 -0
- package/esm2022/components/sheet/directives/sheet-top/sheet-top.directive.mjs +51 -0
- package/esm2022/components/sheet/directives/sheet-wrapper/sheet-wrapper.directive.mjs +76 -0
- package/esm2022/components/sheet/index.mjs +15 -0
- package/esm2022/components/sheet/sheet-options.mjs +21 -0
- package/esm2022/components/sheet/sheet-tokens.mjs +14 -0
- package/esm2022/components/sheet/sheet.directive.mjs +38 -0
- package/esm2022/components/sheet/sheet.mjs +2 -0
- package/esm2022/components/sheet/sheet.module.mjs +74 -0
- package/esm2022/components/sheet/sheet.service.mjs +51 -0
- package/esm2022/components/sheet/taiga-ui-legacy-components-sheet.mjs +5 -0
- package/esm2022/components/svg/content-processor.mjs +38 -0
- package/esm2022/components/svg/deprecated-icons.mjs +59 -0
- package/esm2022/components/svg/index.mjs +6 -0
- package/esm2022/components/svg/svg-options.mjs +60 -0
- package/esm2022/components/svg/svg.component.mjs +147 -0
- package/esm2022/components/svg/svg.service.mjs +64 -0
- package/esm2022/components/svg/taiga-ui-legacy-components-svg.mjs +5 -0
- package/esm2022/components/table-bar/index.mjs +6 -0
- package/esm2022/components/table-bar/table-bar.component.mjs +33 -0
- package/esm2022/components/table-bar/table-bar.directive.mjs +21 -0
- package/esm2022/components/table-bar/table-bar.options.mjs +16 -0
- package/esm2022/components/table-bar/table-bars-host.component.mjs +35 -0
- package/esm2022/components/table-bar/table-bars.service.mjs +21 -0
- package/esm2022/components/table-bar/taiga-ui-legacy-components-table-bar.mjs +5 -0
- package/esm2022/components/tag/index.mjs +4 -0
- package/esm2022/components/tag/tag.component.mjs +171 -0
- package/esm2022/components/tag/tag.module.mjs +38 -0
- package/esm2022/components/tag/tag.options.mjs +15 -0
- package/esm2022/components/tag/taiga-ui-legacy-components-tag.mjs +5 -0
- package/esm2022/components/taiga-ui-legacy-components.mjs +5 -0
- package/esm2022/components/textarea/index.mjs +4 -0
- package/esm2022/components/textarea/taiga-ui-legacy-components-textarea.mjs +5 -0
- package/esm2022/components/textarea/textarea.component.mjs +189 -0
- package/esm2022/components/textarea/textarea.directive.mjs +20 -0
- package/esm2022/components/textarea/textarea.module.mjs +64 -0
- package/esm2022/components/tooltip/index.mjs +3 -0
- package/esm2022/components/tooltip/taiga-ui-legacy-components-tooltip.mjs +5 -0
- package/esm2022/components/tooltip/tooltip.component.mjs +47 -0
- package/esm2022/components/tooltip/tooltip.module.mjs +24 -0
- package/esm2022/directives/index.mjs +6 -0
- package/esm2022/directives/legacy-dropdown-open-monitor/index.mjs +2 -0
- package/esm2022/directives/legacy-dropdown-open-monitor/legacy-dropdown-open-monitor.mjs +40 -0
- package/esm2022/directives/legacy-dropdown-open-monitor/taiga-ui-legacy-directives-legacy-dropdown-open-monitor.mjs +5 -0
- package/esm2022/directives/taiga-ui-legacy-directives.mjs +5 -0
- package/esm2022/directives/textfield-controller/index.mjs +15 -0
- package/esm2022/directives/textfield-controller/taiga-ui-legacy-directives-textfield-controller.mjs +5 -0
- package/esm2022/directives/textfield-controller/textfield-appearance.directive.mjs +32 -0
- package/esm2022/directives/textfield-controller/textfield-cleaner.directive.mjs +25 -0
- package/esm2022/directives/textfield-controller/textfield-controller.module.mjs +72 -0
- package/esm2022/directives/textfield-controller/textfield-controller.provider.mjs +44 -0
- package/esm2022/directives/textfield-controller/textfield-custom-content.directive.mjs +25 -0
- package/esm2022/directives/textfield-controller/textfield-filler.directive.mjs +25 -0
- package/esm2022/directives/textfield-controller/textfield-icon-left.directive.mjs +21 -0
- package/esm2022/directives/textfield-controller/textfield-icon.directive.mjs +21 -0
- package/esm2022/directives/textfield-controller/textfield-label-outside.directive.mjs +29 -0
- package/esm2022/directives/textfield-controller/textfield-postfix.directive.mjs +25 -0
- package/esm2022/directives/textfield-controller/textfield-prefix.directive.mjs +25 -0
- package/esm2022/directives/textfield-controller/textfield-size.directive.mjs +25 -0
- package/esm2022/directives/textfield-controller/textfield.controller.mjs +48 -0
- package/esm2022/directives/textfield-controller/textfield.options.mjs +14 -0
- package/esm2022/directives/unfinished-validator/index.mjs +3 -0
- package/esm2022/directives/unfinished-validator/taiga-ui-legacy-directives-unfinished-validator.mjs +5 -0
- package/esm2022/directives/unfinished-validator/unfinished-validator.directive.mjs +25 -0
- package/esm2022/directives/unfinished-validator/unfinished.validator.mjs +15 -0
- package/esm2022/directives/value-accessor/index.mjs +4 -0
- package/esm2022/directives/value-accessor/taiga-ui-legacy-directives-value-accessor.mjs +5 -0
- package/esm2022/directives/value-accessor/value-accessor.directive.mjs +16 -0
- package/esm2022/directives/value-accessor/value-accessor.module.mjs +17 -0
- package/esm2022/directives/value-accessor/value-accessor.provider.mjs +10 -0
- package/esm2022/directives/wrapper/index.mjs +3 -0
- package/esm2022/directives/wrapper/taiga-ui-legacy-directives-wrapper.mjs +5 -0
- package/esm2022/directives/wrapper/wrapper.directive.mjs +85 -0
- package/esm2022/directives/wrapper/wrapper.module.mjs +20 -0
- package/esm2022/index.mjs +7 -0
- package/esm2022/pipes/format-phone/format-phone.pipe.mjs +50 -0
- package/esm2022/pipes/format-phone/index.mjs +2 -0
- package/esm2022/pipes/format-phone/taiga-ui-legacy-pipes-format-phone.mjs +5 -0
- package/esm2022/pipes/index.mjs +4 -0
- package/esm2022/pipes/iso-to-country-code/index.mjs +2 -0
- package/esm2022/pipes/iso-to-country-code/iso-to-country-code.pipe.mjs +43 -0
- package/esm2022/pipes/iso-to-country-code/taiga-ui-legacy-pipes-iso-to-country-code.mjs +5 -0
- package/esm2022/pipes/taiga-ui-legacy-pipes.mjs +5 -0
- package/esm2022/pipes/to-country-code/index.mjs +2 -0
- package/esm2022/pipes/to-country-code/taiga-ui-legacy-pipes-to-country-code.mjs +5 -0
- package/esm2022/pipes/to-country-code/to-country-code.pipe.mjs +73 -0
- package/esm2022/taiga-ui-legacy.mjs +5 -0
- package/esm2022/tokens/countries-masks.mjs +254 -0
- package/esm2022/tokens/focusable-item-accessor.mjs +14 -0
- package/esm2022/tokens/fonts-ready.mjs +7 -0
- package/esm2022/tokens/icons.mjs +7 -0
- package/esm2022/tokens/index.mjs +15 -0
- package/esm2022/tokens/is-apple.mjs +9 -0
- package/esm2022/tokens/is-chromium.mjs +8 -0
- package/esm2022/tokens/is-firefox.mjs +9 -0
- package/esm2022/tokens/is-stackblitz.mjs +5 -0
- package/esm2022/tokens/month-formatter.mjs +17 -0
- package/esm2022/tokens/sanitizer.mjs +6 -0
- package/esm2022/tokens/taiga-ui-legacy-tokens.mjs +5 -0
- package/esm2022/tokens/textfield-appearance.mjs +7 -0
- package/esm2022/tokens/textfield-host.mjs +10 -0
- package/esm2022/tokens/touch-supported.mjs +5 -0
- package/esm2022/tokens/value-accessor.mjs +7 -0
- package/esm2022/utils/date-mode-maskito-adapter.mjs +6 -0
- package/esm2022/utils/format-phone.mjs +59 -0
- package/esm2022/utils/get-border.mjs +20 -0
- package/esm2022/utils/get-max-allowed-phone-length.mjs +25 -0
- package/esm2022/utils/get-safe-area-size.mjs +17 -0
- package/esm2022/utils/icons-path-factory.mjs +14 -0
- package/esm2022/utils/index.mjs +14 -0
- package/esm2022/utils/is-apple.mjs +6 -0
- package/esm2022/utils/is-presumed-html-string.mjs +6 -0
- package/esm2022/utils/iso-to-country-code.mjs +15 -0
- package/esm2022/utils/not-kz-region.mjs +23 -0
- package/esm2022/utils/process-icon.mjs +32 -0
- package/esm2022/utils/specific-dropdown-controllers.mjs +6 -0
- package/esm2022/utils/status.mjs +2 -0
- package/esm2022/utils/taiga-ui-legacy-utils.mjs +5 -0
- package/fesm2022/taiga-ui-legacy-classes.mjs +377 -0
- package/fesm2022/taiga-ui-legacy-classes.mjs.map +1 -0
- package/fesm2022/taiga-ui-legacy-components-arrow.mjs +73 -0
- package/fesm2022/taiga-ui-legacy-components-arrow.mjs.map +1 -0
- package/fesm2022/taiga-ui-legacy-components-combo-box.mjs +280 -0
- package/fesm2022/taiga-ui-legacy-components-combo-box.mjs.map +1 -0
- package/fesm2022/taiga-ui-legacy-components-input-copy.mjs +177 -0
- package/fesm2022/taiga-ui-legacy-components-input-copy.mjs.map +1 -0
- package/fesm2022/taiga-ui-legacy-components-input-date-multi.mjs +277 -0
- package/fesm2022/taiga-ui-legacy-components-input-date-multi.mjs.map +1 -0
- package/fesm2022/taiga-ui-legacy-components-input-date-range.mjs +334 -0
- package/fesm2022/taiga-ui-legacy-components-input-date-range.mjs.map +1 -0
- package/fesm2022/taiga-ui-legacy-components-input-date-time.mjs +438 -0
- package/fesm2022/taiga-ui-legacy-components-input-date-time.mjs.map +1 -0
- package/fesm2022/taiga-ui-legacy-components-input-date.mjs +358 -0
- package/fesm2022/taiga-ui-legacy-components-input-date.mjs.map +1 -0
- package/fesm2022/taiga-ui-legacy-components-input-month-range.mjs +209 -0
- package/fesm2022/taiga-ui-legacy-components-input-month-range.mjs.map +1 -0
- package/fesm2022/taiga-ui-legacy-components-input-month.mjs +219 -0
- package/fesm2022/taiga-ui-legacy-components-input-month.mjs.map +1 -0
- package/fesm2022/taiga-ui-legacy-components-input-number.mjs +344 -0
- package/fesm2022/taiga-ui-legacy-components-input-number.mjs.map +1 -0
- package/fesm2022/taiga-ui-legacy-components-input-password.mjs +167 -0
- package/fesm2022/taiga-ui-legacy-components-input-password.mjs.map +1 -0
- package/fesm2022/taiga-ui-legacy-components-input-phone-international.mjs +204 -0
- package/fesm2022/taiga-ui-legacy-components-input-phone-international.mjs.map +1 -0
- package/fesm2022/taiga-ui-legacy-components-input-phone.mjs +355 -0
- package/fesm2022/taiga-ui-legacy-components-input-phone.mjs.map +1 -0
- package/fesm2022/taiga-ui-legacy-components-input-range.mjs +253 -0
- package/fesm2022/taiga-ui-legacy-components-input-range.mjs.map +1 -0
- package/fesm2022/taiga-ui-legacy-components-input-slider.mjs +192 -0
- package/fesm2022/taiga-ui-legacy-components-input-slider.mjs.map +1 -0
- package/fesm2022/taiga-ui-legacy-components-input-tag.mjs +488 -0
- package/fesm2022/taiga-ui-legacy-components-input-tag.mjs.map +1 -0
- package/fesm2022/taiga-ui-legacy-components-input-time.mjs +447 -0
- package/fesm2022/taiga-ui-legacy-components-input-time.mjs.map +1 -0
- package/fesm2022/taiga-ui-legacy-components-input-year.mjs +176 -0
- package/fesm2022/taiga-ui-legacy-components-input-year.mjs.map +1 -0
- package/fesm2022/taiga-ui-legacy-components-input.mjs +132 -0
- package/fesm2022/taiga-ui-legacy-components-input.mjs.map +1 -0
- package/fesm2022/taiga-ui-legacy-components-island.mjs +80 -0
- package/fesm2022/taiga-ui-legacy-components-island.mjs.map +1 -0
- package/fesm2022/taiga-ui-legacy-components-multi-select-option.mjs +47 -0
- package/fesm2022/taiga-ui-legacy-components-multi-select-option.mjs.map +1 -0
- package/fesm2022/taiga-ui-legacy-components-multi-select.mjs +628 -0
- package/fesm2022/taiga-ui-legacy-components-multi-select.mjs.map +1 -0
- package/fesm2022/taiga-ui-legacy-components-primitive-textfield.mjs +443 -0
- package/fesm2022/taiga-ui-legacy-components-primitive-textfield.mjs.map +1 -0
- package/fesm2022/taiga-ui-legacy-components-select-option.mjs +88 -0
- package/fesm2022/taiga-ui-legacy-components-select-option.mjs.map +1 -0
- package/fesm2022/taiga-ui-legacy-components-select.mjs +323 -0
- package/fesm2022/taiga-ui-legacy-components-select.mjs.map +1 -0
- package/fesm2022/taiga-ui-legacy-components-sheet.mjs +561 -0
- package/fesm2022/taiga-ui-legacy-components-sheet.mjs.map +1 -0
- package/fesm2022/taiga-ui-legacy-components-svg.mjs +356 -0
- package/fesm2022/taiga-ui-legacy-components-svg.mjs.map +1 -0
- package/fesm2022/taiga-ui-legacy-components-table-bar.mjs +115 -0
- package/fesm2022/taiga-ui-legacy-components-table-bar.mjs.map +1 -0
- package/fesm2022/taiga-ui-legacy-components-tag.mjs +225 -0
- package/fesm2022/taiga-ui-legacy-components-tag.mjs.map +1 -0
- package/fesm2022/taiga-ui-legacy-components-textarea.mjs +267 -0
- package/fesm2022/taiga-ui-legacy-components-textarea.mjs.map +1 -0
- package/fesm2022/taiga-ui-legacy-components-tooltip.mjs +71 -0
- package/fesm2022/taiga-ui-legacy-components-tooltip.mjs.map +1 -0
- package/fesm2022/taiga-ui-legacy-components.mjs +36 -0
- package/fesm2022/taiga-ui-legacy-components.mjs.map +1 -0
- package/fesm2022/taiga-ui-legacy-directives-legacy-dropdown-open-monitor.mjs +46 -0
- package/fesm2022/taiga-ui-legacy-directives-legacy-dropdown-open-monitor.mjs.map +1 -0
- package/fesm2022/taiga-ui-legacy-directives-textfield-controller.mjs +365 -0
- package/fesm2022/taiga-ui-legacy-directives-textfield-controller.mjs.map +1 -0
- package/fesm2022/taiga-ui-legacy-directives-unfinished-validator.mjs +44 -0
- package/fesm2022/taiga-ui-legacy-directives-unfinished-validator.mjs.map +1 -0
- package/fesm2022/taiga-ui-legacy-directives-value-accessor.mjs +43 -0
- package/fesm2022/taiga-ui-legacy-directives-value-accessor.mjs.map +1 -0
- package/fesm2022/taiga-ui-legacy-directives-wrapper.mjs +107 -0
- package/fesm2022/taiga-ui-legacy-directives-wrapper.mjs.map +1 -0
- package/fesm2022/taiga-ui-legacy-directives.mjs +10 -0
- package/fesm2022/taiga-ui-legacy-directives.mjs.map +1 -0
- package/fesm2022/taiga-ui-legacy-pipes-format-phone.mjs +56 -0
- package/fesm2022/taiga-ui-legacy-pipes-format-phone.mjs.map +1 -0
- package/fesm2022/taiga-ui-legacy-pipes-iso-to-country-code.mjs +49 -0
- package/fesm2022/taiga-ui-legacy-pipes-iso-to-country-code.mjs.map +1 -0
- package/fesm2022/taiga-ui-legacy-pipes-to-country-code.mjs +79 -0
- package/fesm2022/taiga-ui-legacy-pipes-to-country-code.mjs.map +1 -0
- package/fesm2022/taiga-ui-legacy-pipes.mjs +8 -0
- package/fesm2022/taiga-ui-legacy-pipes.mjs.map +1 -0
- package/fesm2022/taiga-ui-legacy-tokens.mjs +348 -0
- package/fesm2022/taiga-ui-legacy-tokens.mjs.map +1 -0
- package/fesm2022/taiga-ui-legacy-utils.mjs +235 -0
- package/fesm2022/taiga-ui-legacy-utils.mjs.map +1 -0
- package/fesm2022/taiga-ui-legacy.mjs +11 -0
- package/fesm2022/taiga-ui-legacy.mjs.map +1 -0
- package/index.d.ts +6 -0
- package/package.json +303 -0
- package/pipes/format-phone/format-phone.pipe.d.ts +34 -0
- package/pipes/format-phone/index.d.ts +1 -0
- package/pipes/index.d.ts +3 -0
- package/pipes/iso-to-country-code/index.d.ts +1 -0
- package/pipes/iso-to-country-code/iso-to-country-code.pipe.d.ts +29 -0
- package/pipes/to-country-code/index.d.ts +1 -0
- package/pipes/to-country-code/to-country-code.pipe.d.ts +37 -0
- package/styles/mixins/mixins.less +252 -0
- package/styles/mixins/mixins.scss +230 -0
- package/styles/mixins/textfield.less +315 -0
- package/styles/mixins/textfield.scss +306 -0
- package/styles/mixins/wrapper.less +65 -0
- package/styles/mixins/wrapper.scss +59 -0
- package/styles/taiga-ui-local.less +4 -0
- package/styles/taiga-ui-local.scss +4 -0
- package/styles/taiga-ui-theme.less +15 -0
- package/styles/wrapper/accent.less +28 -0
- package/styles/wrapper/base.less +44 -0
- package/styles/wrapper/floating.less +19 -0
- package/styles/wrapper/glass.less +31 -0
- package/styles/wrapper/icon.less +53 -0
- package/styles/wrapper/mono.less +23 -0
- package/styles/wrapper/none.less +5 -0
- package/styles/wrapper/opposite.less +33 -0
- package/styles/wrapper/outline.less +52 -0
- package/styles/wrapper/primary.less +32 -0
- package/styles/wrapper/secondary-destructive.less +16 -0
- package/styles/wrapper/secondary.less +47 -0
- package/styles/wrapper/table.less +82 -0
- package/styles/wrapper/textfield.less +80 -0
- package/styles/wrapper/whiteblock.less +47 -0
- package/tokens/countries-masks.d.ts +7 -0
- package/tokens/focusable-item-accessor.d.ts +22 -0
- package/tokens/fonts-ready.d.ts +3 -0
- package/tokens/icons.d.ts +5 -0
- package/tokens/index.d.ts +14 -0
- package/tokens/is-apple.d.ts +4 -0
- package/tokens/is-chromium.d.ts +4 -0
- package/tokens/is-firefox.d.ts +4 -0
- package/tokens/is-stackblitz.d.ts +1 -0
- package/tokens/month-formatter.d.ts +10 -0
- package/tokens/sanitizer.d.ts +6 -0
- package/tokens/textfield-appearance.d.ts +5 -0
- package/tokens/textfield-host.d.ts +17 -0
- package/tokens/touch-supported.d.ts +1 -0
- package/tokens/value-accessor.d.ts +7 -0
- package/utils/date-mode-maskito-adapter.d.ts +3 -0
- package/utils/format-phone.d.ts +29 -0
- package/utils/get-border.d.ts +2 -0
- package/utils/get-max-allowed-phone-length.d.ts +23 -0
- package/utils/get-safe-area-size.d.ts +6 -0
- package/utils/icons-path-factory.d.ts +4 -0
- package/utils/index.d.ts +13 -0
- package/utils/is-apple.d.ts +1 -0
- package/utils/is-presumed-html-string.d.ts +1 -0
- package/utils/iso-to-country-code.d.ts +12 -0
- package/utils/not-kz-region.d.ts +19 -0
- package/utils/process-icon.d.ts +1 -0
- package/utils/specific-dropdown-controllers.d.ts +1 -0
- package/utils/status.d.ts +1 -0
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import { EventEmitter, TemplateRef } from '@angular/core';
|
|
2
|
+
import type { TuiActiveZone } from '@taiga-ui/cdk/directives/active-zone';
|
|
3
|
+
import type { TuiBooleanHandler, TuiContext } from '@taiga-ui/cdk/types';
|
|
4
|
+
import type { TuiDataListHost } from '@taiga-ui/core/components/data-list';
|
|
5
|
+
import { TuiHintOptionsDirective } from '@taiga-ui/core/directives/hint';
|
|
6
|
+
import type { TuiSizeL, TuiSizeS } from '@taiga-ui/core/types';
|
|
7
|
+
import type { TuiStringifiableItem } from '@taiga-ui/legacy/classes';
|
|
8
|
+
import { AbstractTuiMultipleControl } from '@taiga-ui/legacy/classes';
|
|
9
|
+
import type { TuiFocusableElementAccessor } from '@taiga-ui/legacy/tokens';
|
|
10
|
+
import type { TuiStatus } from '@taiga-ui/legacy/utils';
|
|
11
|
+
import type { PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
12
|
+
import * as i0 from "@angular/core";
|
|
13
|
+
export declare class TuiInputTagComponent extends AbstractTuiMultipleControl<string> implements TuiFocusableElementAccessor, TuiDataListHost<string> {
|
|
14
|
+
private readonly dropdown?;
|
|
15
|
+
private readonly focusableElement?;
|
|
16
|
+
private readonly tagsContainer?;
|
|
17
|
+
private readonly tags;
|
|
18
|
+
private readonly cleanerSvg?;
|
|
19
|
+
private readonly scrollBar?;
|
|
20
|
+
private readonly el;
|
|
21
|
+
private readonly options;
|
|
22
|
+
protected readonly datalist?: TemplateRef<TuiContext<TuiActiveZone>>;
|
|
23
|
+
protected readonly errorIconTemplate?: TemplateRef<Record<string, unknown>>;
|
|
24
|
+
protected readonly hintOptions: TuiHintOptionsDirective | null;
|
|
25
|
+
protected readonly controller: import("@taiga-ui/legacy/directives").TuiTextfieldController;
|
|
26
|
+
protected readonly icons: import("@taiga-ui/core/tokens").TuiCommonIcons;
|
|
27
|
+
protected status: TuiStatus;
|
|
28
|
+
protected open: boolean;
|
|
29
|
+
separator: RegExp | string;
|
|
30
|
+
search: string | null;
|
|
31
|
+
editable: boolean;
|
|
32
|
+
tagValidator: TuiBooleanHandler<string> | TuiBooleanHandler<TuiStringifiableItem<unknown> | string>;
|
|
33
|
+
rows: number;
|
|
34
|
+
inputHidden: boolean;
|
|
35
|
+
uniqueTags: boolean;
|
|
36
|
+
maxLength: number | null;
|
|
37
|
+
placeholder: string;
|
|
38
|
+
removable: boolean;
|
|
39
|
+
/**
|
|
40
|
+
* @deprecated hack
|
|
41
|
+
*/
|
|
42
|
+
pseudoOpen: boolean;
|
|
43
|
+
disabledItemHandler: TuiBooleanHandler<TuiStringifiableItem<any> | string>;
|
|
44
|
+
readonly searchChange: EventEmitter<string>;
|
|
45
|
+
set pseudoFocusedSetter(value: boolean | null);
|
|
46
|
+
get labelOutside(): boolean;
|
|
47
|
+
get size(): TuiSizeL | TuiSizeS;
|
|
48
|
+
get nativeFocusableElement(): HTMLInputElement | null;
|
|
49
|
+
get hasValue(): boolean;
|
|
50
|
+
get hasExampleText(): boolean;
|
|
51
|
+
get hasPlaceholder(): boolean;
|
|
52
|
+
get focused(): boolean;
|
|
53
|
+
onTagEdited(value: string, index: number): void;
|
|
54
|
+
handleOption(item: string): void;
|
|
55
|
+
setDisabledState(): void;
|
|
56
|
+
protected get iconLeft(): PolymorpheusContent<TuiContext<TuiSizeL | TuiSizeS>>;
|
|
57
|
+
protected get appearance(): string;
|
|
58
|
+
protected get expandable(): boolean;
|
|
59
|
+
protected get icon(): PolymorpheusContent<TuiContext<TuiSizeL | TuiSizeS>>;
|
|
60
|
+
protected get iconCleaner(): PolymorpheusContent<TuiContext<TuiSizeL | TuiSizeS>>;
|
|
61
|
+
protected get hasCleaner(): boolean;
|
|
62
|
+
protected get hasNativeValue(): boolean;
|
|
63
|
+
protected get placeholderRaised(): boolean;
|
|
64
|
+
protected get hasRightIcons(): boolean;
|
|
65
|
+
protected get showHint(): boolean;
|
|
66
|
+
protected get canOpen(): boolean;
|
|
67
|
+
protected get computeMaxHeight(): number | null;
|
|
68
|
+
protected onFocusInOut(): void;
|
|
69
|
+
protected detectRetargetFromLabel(event: Event): void;
|
|
70
|
+
protected getLeftContent(tag: string): PolymorpheusContent;
|
|
71
|
+
protected onCleanerClick(): void;
|
|
72
|
+
protected onActiveZone(active: boolean): void;
|
|
73
|
+
protected onMouseDown(event: MouseEvent): void;
|
|
74
|
+
protected onFieldKeyDownBackspace(event: Event): void;
|
|
75
|
+
protected onFieldKeyDownArrowLeft(event: Event): void;
|
|
76
|
+
protected onFieldKeyDownEnter(): void;
|
|
77
|
+
protected onTagKeyDownArrowLeft(currentIndex: number): void;
|
|
78
|
+
protected onTagKeyDownArrowRight(currentIndex: number): void;
|
|
79
|
+
protected onInput(value: string): void;
|
|
80
|
+
protected onPaste(event: Event): void;
|
|
81
|
+
protected onDrop({ dataTransfer }: DragEvent): void;
|
|
82
|
+
protected trackByFn(_: number, tag: string): string;
|
|
83
|
+
private get lineHeight();
|
|
84
|
+
private scrollTo;
|
|
85
|
+
private filterValue;
|
|
86
|
+
private onScrollKeyDown;
|
|
87
|
+
private updateSearch;
|
|
88
|
+
private addTag;
|
|
89
|
+
private deleteLastEnabledItem;
|
|
90
|
+
private focusInput;
|
|
91
|
+
private clippedValue;
|
|
92
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputTagComponent, never>;
|
|
93
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiInputTagComponent, "tui-input-tag", never, { "separator": { "alias": "separator"; "required": false; }; "search": { "alias": "search"; "required": false; }; "editable": { "alias": "editable"; "required": false; }; "tagValidator": { "alias": "tagValidator"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "inputHidden": { "alias": "inputHidden"; "required": false; }; "uniqueTags": { "alias": "uniqueTags"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "removable": { "alias": "removable"; "required": false; }; "pseudoOpen": { "alias": "pseudoOpen"; "required": false; }; "disabledItemHandler": { "alias": "disabledItemHandler"; "required": false; }; "pseudoFocusedSetter": { "alias": "pseudoFocused"; "required": false; }; }, { "searchChange": "searchChange"; }, ["datalist"], ["*", "tuiContent", "select"], false, never>;
|
|
94
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./input-tag.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/forms";
|
|
5
|
+
import * as i4 from "@taiga-ui/polymorpheus";
|
|
6
|
+
import * as i5 from "@taiga-ui/cdk/directives/hovered";
|
|
7
|
+
import * as i6 from "@taiga-ui/core/components/scrollbar";
|
|
8
|
+
import * as i7 from "@taiga-ui/legacy/components/tooltip";
|
|
9
|
+
import * as i8 from "@taiga-ui/legacy/components/tag";
|
|
10
|
+
import * as i9 from "@taiga-ui/legacy/directives";
|
|
11
|
+
import * as i10 from "@taiga-ui/core/directives/appearance";
|
|
12
|
+
import * as i11 from "@taiga-ui/core/components/icon";
|
|
13
|
+
import * as i12 from "@taiga-ui/core/directives/dropdown";
|
|
14
|
+
export declare class TuiInputTagModule {
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputTagModule, never>;
|
|
16
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TuiInputTagModule, [typeof i1.TuiInputTagComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.PolymorpheusOutlet, typeof i4.PolymorpheusTemplate, typeof i5.TuiHovered, typeof i6.TuiScrollbar, typeof i7.TuiTooltip, typeof i8.TuiTagModule, typeof i9.TuiWrapperModule, typeof i9.TuiLegacyDropdownOpenMonitorDirective, typeof i10.TuiAppearance, typeof i11.TuiIcon, typeof i12.TuiDropdownOptionsDirective, typeof i12.TuiDropdownDriverDirective, typeof i12.TuiDropdownDirective, typeof i12.TuiDropdownComponent, typeof i12.TuiDropdownOpen, typeof i12.TuiDropdownPortal, typeof i12.TuiDropdownManual, typeof i12.TuiDropdownHover, typeof i12.TuiDropdownContext, typeof i12.TuiDropdownPosition, typeof i12.TuiDropdownPositionSided, typeof i12.TuiDropdownSelection], [typeof i1.TuiInputTagComponent, typeof i12.TuiDropdownOptionsDirective, typeof i12.TuiDropdownDriverDirective, typeof i12.TuiDropdownDirective, typeof i12.TuiDropdownComponent, typeof i12.TuiDropdownOpen, typeof i12.TuiDropdownPortal, typeof i12.TuiDropdownManual, typeof i12.TuiDropdownHover, typeof i12.TuiDropdownContext, typeof i12.TuiDropdownPosition, typeof i12.TuiDropdownPositionSided, typeof i12.TuiDropdownSelection]>;
|
|
17
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<TuiInputTagModule>;
|
|
18
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { Provider } from '@angular/core';
|
|
2
|
+
import type { TuiStatus } from '@taiga-ui/legacy/utils';
|
|
3
|
+
export interface TuiInputTagOptions {
|
|
4
|
+
readonly separator: RegExp | string;
|
|
5
|
+
readonly tagStatus: TuiStatus;
|
|
6
|
+
readonly uniqueTags: boolean;
|
|
7
|
+
}
|
|
8
|
+
export declare const TUI_INPUT_TAG_DEFAULT_OPTIONS: TuiInputTagOptions;
|
|
9
|
+
/**
|
|
10
|
+
* Default parameters for InputTag component
|
|
11
|
+
*/
|
|
12
|
+
export declare const TUI_INPUT_TAG_OPTIONS: import("@angular/core").InjectionToken<TuiInputTagOptions>;
|
|
13
|
+
export declare function tuiInputTagOptionsProvider(options: Partial<TuiInputTagOptions>): Provider;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import type { MaskitoOptions } from '@maskito/core';
|
|
2
|
+
import type { TuiTimeMode } from '@taiga-ui/cdk/date-time';
|
|
3
|
+
import { TuiTime } from '@taiga-ui/cdk/date-time';
|
|
4
|
+
import type { TuiBooleanHandler } from '@taiga-ui/cdk/types';
|
|
5
|
+
import type { TuiDataListHost } from '@taiga-ui/core/components/data-list';
|
|
6
|
+
import type { TuiSizeL, TuiSizeS } from '@taiga-ui/core/types';
|
|
7
|
+
import { AbstractTuiNullableControl } from '@taiga-ui/legacy/classes';
|
|
8
|
+
import type { TuiFocusableElementAccessor } from '@taiga-ui/legacy/tokens';
|
|
9
|
+
import type { Observable } from 'rxjs';
|
|
10
|
+
import type { TuiInputTimeOptions } from './input-time.options';
|
|
11
|
+
import * as i0 from "@angular/core";
|
|
12
|
+
export declare class TuiInputTimeComponent extends AbstractTuiNullableControl<TuiTime> implements TuiFocusableElementAccessor, TuiDataListHost<TuiTime> {
|
|
13
|
+
private readonly textfield?;
|
|
14
|
+
private readonly timeTexts$;
|
|
15
|
+
private readonly options;
|
|
16
|
+
private readonly isMobile;
|
|
17
|
+
private readonly isIOS;
|
|
18
|
+
private readonly textfieldSize;
|
|
19
|
+
protected open: boolean;
|
|
20
|
+
disabledItemHandler: TuiBooleanHandler<TuiTime>;
|
|
21
|
+
items: readonly TuiTime[];
|
|
22
|
+
itemSize: TuiInputTimeOptions['itemSize'];
|
|
23
|
+
strict: boolean;
|
|
24
|
+
mode: TuiInputTimeOptions['mode'];
|
|
25
|
+
get size(): TuiSizeL | TuiSizeS;
|
|
26
|
+
get nativeFocusableElement(): HTMLInputElement | null;
|
|
27
|
+
get focused(): boolean;
|
|
28
|
+
get computedValue(): string;
|
|
29
|
+
get nativeValue(): string;
|
|
30
|
+
set nativeValue(value: string);
|
|
31
|
+
handleOption(item: TuiTime): void;
|
|
32
|
+
writeValue(value: TuiTime | null): void;
|
|
33
|
+
onValueChange(value: string): void;
|
|
34
|
+
protected get canOpen(): boolean;
|
|
35
|
+
protected get filtered(): readonly TuiTime[];
|
|
36
|
+
protected get showNativePicker(): boolean;
|
|
37
|
+
protected get nativeDatalist(): boolean;
|
|
38
|
+
protected get maskOptions(): MaskitoOptions;
|
|
39
|
+
protected get computedSearch(): string;
|
|
40
|
+
protected get innerPseudoFocused(): boolean | null;
|
|
41
|
+
protected get icon(): TuiInputTimeOptions['icon'];
|
|
42
|
+
protected getFiller$(mode: TuiTimeMode): Observable<string>;
|
|
43
|
+
protected onClick(): void;
|
|
44
|
+
protected onFocused(focused: boolean): void;
|
|
45
|
+
protected onArrowUp(event: Event): void;
|
|
46
|
+
protected onArrowDown(event: Event): void;
|
|
47
|
+
protected onOpen(open: boolean): void;
|
|
48
|
+
private get nativePicker();
|
|
49
|
+
private calculateMask;
|
|
50
|
+
private filter;
|
|
51
|
+
private findNearestTimeFromItems;
|
|
52
|
+
private getMatch;
|
|
53
|
+
private close;
|
|
54
|
+
private processArrow;
|
|
55
|
+
private calculateShift;
|
|
56
|
+
private shiftTime;
|
|
57
|
+
private focusInput;
|
|
58
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputTimeComponent, never>;
|
|
59
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiInputTimeComponent, "tui-input-time", never, { "disabledItemHandler": { "alias": "disabledItemHandler"; "required": false; }; "items": { "alias": "items"; "required": false; }; "itemSize": { "alias": "itemSize"; "required": false; }; "strict": { "alias": "strict"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
60
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { TuiTime, TuiTimeMode } from '@taiga-ui/cdk/date-time';
|
|
2
|
+
import { AbstractTuiTextfieldHost } from '@taiga-ui/legacy/classes';
|
|
3
|
+
import type { TuiInputTimeComponent } from './input-time.component';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class TuiInputTimeDirective extends AbstractTuiTextfieldHost<TuiInputTimeComponent> {
|
|
6
|
+
get value(): string;
|
|
7
|
+
get mode(): TuiTimeMode;
|
|
8
|
+
get items(): readonly TuiTime[];
|
|
9
|
+
onValueChange(value: string): void;
|
|
10
|
+
process(input: HTMLInputElement): void;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputTimeDirective, never>;
|
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputTimeDirective, "tui-input-time", never, {}, {}, never, never, false, never>;
|
|
13
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./input-time.component";
|
|
3
|
+
import * as i2 from "./native-time/native-time.component";
|
|
4
|
+
import * as i3 from "./input-time.directive";
|
|
5
|
+
import * as i4 from "@angular/common";
|
|
6
|
+
import * as i5 from "@maskito/angular";
|
|
7
|
+
import * as i6 from "@taiga-ui/legacy/components/select-option";
|
|
8
|
+
import * as i7 from "@taiga-ui/legacy/components/primitive-textfield";
|
|
9
|
+
import * as i8 from "@taiga-ui/legacy/directives";
|
|
10
|
+
import * as i9 from "@taiga-ui/polymorpheus";
|
|
11
|
+
import * as i10 from "@taiga-ui/core/components/icon";
|
|
12
|
+
import * as i11 from "@taiga-ui/core/directives/appearance";
|
|
13
|
+
import * as i12 from "@taiga-ui/core/directives/dropdown";
|
|
14
|
+
import * as i13 from "@taiga-ui/core/components/data-list";
|
|
15
|
+
export declare class TuiInputTimeModule {
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputTimeModule, never>;
|
|
17
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TuiInputTimeModule, [typeof i1.TuiInputTimeComponent, typeof i2.TuiNativeTimeComponent, typeof i3.TuiInputTimeDirective], [typeof i4.CommonModule, typeof i5.MaskitoDirective, typeof i6.TuiSelectOptionModule, typeof i7.TuiPrimitiveTextfieldModule, typeof i8.TuiValueAccessorModule, typeof i8.TuiTextfieldControllerModule, typeof i9.PolymorpheusOutlet, typeof i9.PolymorpheusTemplate, typeof i8.TuiLegacyDropdownOpenMonitorDirective, typeof i10.TuiIcon, typeof i11.TuiAppearance, typeof i12.TuiDropdownOptionsDirective, typeof i12.TuiDropdownDriverDirective, typeof i12.TuiDropdownDirective, typeof i12.TuiDropdownComponent, typeof i12.TuiDropdownOpen, typeof i12.TuiDropdownPortal, typeof i12.TuiDropdownManual, typeof i12.TuiDropdownHover, typeof i12.TuiDropdownContext, typeof i12.TuiDropdownPosition, typeof i12.TuiDropdownPositionSided, typeof i12.TuiDropdownSelection, typeof i13.TuiDataListComponent, typeof i13.TuiDataListDirective, typeof i13.TuiOption, typeof i13.TuiOptGroup], [typeof i1.TuiInputTimeComponent, typeof i3.TuiInputTimeDirective, typeof i12.TuiDropdownOptionsDirective, typeof i12.TuiDropdownDriverDirective, typeof i12.TuiDropdownDirective, typeof i12.TuiDropdownComponent, typeof i12.TuiDropdownOpen, typeof i12.TuiDropdownPortal, typeof i12.TuiDropdownManual, typeof i12.TuiDropdownHover, typeof i12.TuiDropdownContext, typeof i12.TuiDropdownPosition, typeof i12.TuiDropdownPositionSided, typeof i12.TuiDropdownSelection, typeof i13.TuiDataListComponent, typeof i13.TuiDataListDirective, typeof i13.TuiOption, typeof i13.TuiOptGroup]>;
|
|
18
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<TuiInputTimeModule>;
|
|
19
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import 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, TuiSizeS } from '@taiga-ui/core/types';
|
|
5
|
+
import type { PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
6
|
+
export interface TuiInputTimeOptions {
|
|
7
|
+
readonly icon: PolymorpheusContent<TuiContext<TuiSizeL | TuiSizeS>>;
|
|
8
|
+
readonly itemSize: TuiSizeL | TuiSizeS;
|
|
9
|
+
readonly maxValues: Record<TuiTimeFormatParts, number>;
|
|
10
|
+
readonly mode: TuiTimeMode;
|
|
11
|
+
readonly nativePicker?: boolean;
|
|
12
|
+
}
|
|
13
|
+
export type TuiTimeFormatParts = 'HH' | 'MM' | 'MS' | 'SS';
|
|
14
|
+
export declare const MAX_TIME_VALUES: Record<TuiTimeFormatParts, number>;
|
|
15
|
+
export declare const TUI_INPUT_TIME_DEFAULT_OPTIONS: TuiInputTimeOptions;
|
|
16
|
+
/**
|
|
17
|
+
* Default parameters for InputTime component
|
|
18
|
+
*/
|
|
19
|
+
export declare const TUI_INPUT_TIME_OPTIONS: import("@angular/core").InjectionToken<TuiInputTimeOptions>;
|
|
20
|
+
export declare function tuiInputTimeOptionsProvider(options: Partial<TuiInputTimeOptions>): Provider;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { TuiInputTimeDirective } from '../input-time.directive';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class TuiNativeTimeComponent {
|
|
4
|
+
protected readonly host: TuiInputTimeDirective;
|
|
5
|
+
protected readonly autoIdString: string;
|
|
6
|
+
protected get items(): string[];
|
|
7
|
+
protected get value(): string;
|
|
8
|
+
protected get step(): number;
|
|
9
|
+
protected onChange(value: string): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiNativeTimeComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiNativeTimeComponent, "input[tuiTime]", never, {}, {}, never, never, false, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import type { MaskitoOptions } from '@maskito/core';
|
|
2
|
+
import type { TuiBooleanHandler } from '@taiga-ui/cdk/types';
|
|
3
|
+
import type { TuiSizeL, TuiSizeS } from '@taiga-ui/core/types';
|
|
4
|
+
import type { TuiInputDateOptions } from '@taiga-ui/kit/tokens';
|
|
5
|
+
import { AbstractTuiNullableControl } from '@taiga-ui/legacy/classes';
|
|
6
|
+
import type { TuiFocusableElementAccessor } from '@taiga-ui/legacy/tokens';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class TuiInputYearComponent extends AbstractTuiNullableControl<number> implements TuiFocusableElementAccessor {
|
|
9
|
+
private readonly textfield?;
|
|
10
|
+
private readonly options;
|
|
11
|
+
private readonly textfieldSize;
|
|
12
|
+
protected open: boolean;
|
|
13
|
+
protected readonly initialItem: number;
|
|
14
|
+
min: number | null;
|
|
15
|
+
max: number | null;
|
|
16
|
+
disabledItemHandler: TuiBooleanHandler<number>;
|
|
17
|
+
nativeValue: string;
|
|
18
|
+
get nativeFocusableElement(): HTMLInputElement | null;
|
|
19
|
+
get focused(): boolean;
|
|
20
|
+
onValueChange(value: string): void;
|
|
21
|
+
writeValue(value: number | null): void;
|
|
22
|
+
protected get size(): TuiSizeL | TuiSizeS;
|
|
23
|
+
protected get calendarIcon(): TuiInputDateOptions['icon'];
|
|
24
|
+
protected getMaskOptions(min: number | null, max: number | null): MaskitoOptions;
|
|
25
|
+
protected onYearClick(year: number): void;
|
|
26
|
+
protected onFocused(focused: boolean): void;
|
|
27
|
+
protected onOpenChange(open: boolean): void;
|
|
28
|
+
protected toggle(): void;
|
|
29
|
+
private updateNativeValue;
|
|
30
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputYearComponent, never>;
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiInputYearComponent, "tui-input-year", never, { "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "disabledItemHandler": { "alias": "disabledItemHandler"; "required": false; }; }, {}, never, ["*", "input"], false, never>;
|
|
32
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { AbstractTuiTextfieldHost } from '@taiga-ui/legacy/classes';
|
|
2
|
+
import type { TuiInputYearComponent } from './input-year.component';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class TuiInputYearDirective extends AbstractTuiTextfieldHost<TuiInputYearComponent> {
|
|
5
|
+
get value(): string;
|
|
6
|
+
onValueChange(value: string): void;
|
|
7
|
+
process(input: HTMLInputElement): void;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputYearDirective, never>;
|
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputYearDirective, "tui-input-year", never, {}, {}, never, never, false, never>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./input-year.component";
|
|
3
|
+
import * as i2 from "./input-year.directive";
|
|
4
|
+
import * as i3 from "@maskito/angular";
|
|
5
|
+
import * as i4 from "@taiga-ui/core/directives/dropdown";
|
|
6
|
+
import * as i5 from "@taiga-ui/legacy/components/primitive-textfield";
|
|
7
|
+
import * as i6 from "@taiga-ui/core/components/scrollbar";
|
|
8
|
+
import * as i7 from "@taiga-ui/core/components/calendar";
|
|
9
|
+
import * as i8 from "@taiga-ui/legacy/directives";
|
|
10
|
+
export declare class TuiInputYearModule {
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputYearModule, never>;
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TuiInputYearModule, [typeof i1.TuiInputYearComponent, typeof i2.TuiInputYearDirective], [typeof i3.MaskitoDirective, typeof i4.TuiDropdownOpen, typeof i5.TuiPrimitiveTextfieldModule, typeof i6.TuiScrollbar, typeof i7.TuiCalendarYear, typeof i8.TuiTextfieldControllerModule, typeof i4.TuiDropdownOptionsDirective, typeof i4.TuiDropdownDriverDirective, typeof i4.TuiDropdownDirective, typeof i4.TuiDropdownComponent, typeof i4.TuiDropdownOpen, typeof i4.TuiDropdownPortal, typeof i4.TuiDropdownManual, typeof i4.TuiDropdownHover, typeof i4.TuiDropdownContext, typeof i4.TuiDropdownPosition, typeof i4.TuiDropdownPositionSided, typeof i4.TuiDropdownSelection], [typeof i1.TuiInputYearComponent, typeof i2.TuiInputYearDirective, typeof i5.TuiTextfieldComponent, typeof i4.TuiDropdownOptionsDirective, typeof i4.TuiDropdownDriverDirective, typeof i4.TuiDropdownDirective, typeof i4.TuiDropdownComponent, typeof i4.TuiDropdownOpen, typeof i4.TuiDropdownPortal, typeof i4.TuiDropdownManual, typeof i4.TuiDropdownHover, typeof i4.TuiDropdownContext, typeof i4.TuiDropdownPosition, typeof i4.TuiDropdownPositionSided, typeof i4.TuiDropdownSelection]>;
|
|
13
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<TuiInputYearModule>;
|
|
14
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './island.directive';
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { TuiSizeL, TuiSizeS } from '@taiga-ui/core/types';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class TuiIslandDirective {
|
|
4
|
+
size: TuiSizeL | TuiSizeS;
|
|
5
|
+
textAlign: 'center' | 'left' | 'right';
|
|
6
|
+
hoverable: boolean;
|
|
7
|
+
transparent: boolean;
|
|
8
|
+
protected get sizeS(): boolean;
|
|
9
|
+
protected get sizeM(): boolean;
|
|
10
|
+
protected get sizeL(): boolean;
|
|
11
|
+
protected get textAlignLeft(): boolean;
|
|
12
|
+
protected get textAlignCenter(): boolean;
|
|
13
|
+
protected get textAlignRight(): boolean;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiIslandDirective, never>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiIslandDirective, "tui-island, a[tuiIsland]", never, { "size": { "alias": "size"; "required": false; }; "textAlign": { "alias": "textAlign"; "required": false; }; "hoverable": { "alias": "hoverable"; "required": false; }; "transparent": { "alias": "transparent"; "required": false; }; }, {}, never, never, true, never>;
|
|
16
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class TuiHideSelectedPipe implements PipeTransform {
|
|
4
|
+
private readonly component;
|
|
5
|
+
transform<T>(items: readonly T[] | null): readonly T[] | null;
|
|
6
|
+
transform<T>(items: ReadonlyArray<readonly T[]> | null): ReadonlyArray<readonly T[]> | null;
|
|
7
|
+
private filter2d;
|
|
8
|
+
private filter;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiHideSelectedPipe, never>;
|
|
10
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<TuiHideSelectedPipe, "tuiHideSelected", false>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export * from './hide-selected.pipe';
|
|
2
|
+
export * from './multi-select.component';
|
|
3
|
+
export * from './multi-select.directive';
|
|
4
|
+
export * from './multi-select.module';
|
|
5
|
+
export * from './multi-select.options';
|
|
6
|
+
export * from './multi-select-group/multi-select-group.component';
|
|
7
|
+
export * from './multi-select-group/multi-select-group.directive';
|
|
8
|
+
export * from './native-multi-select/native-multi-select';
|
|
9
|
+
export * from './native-multi-select/native-multi-select.component';
|
|
10
|
+
export * from './native-multi-select/native-multi-select-group.component';
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import type { Observable } from 'rxjs';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class TuiMultiSelectGroupComponent<T> {
|
|
4
|
+
private readonly options;
|
|
5
|
+
private readonly host;
|
|
6
|
+
private readonly control;
|
|
7
|
+
protected readonly multiSelectTexts$: Observable<{
|
|
8
|
+
all: string;
|
|
9
|
+
none: string;
|
|
10
|
+
}>;
|
|
11
|
+
label: string;
|
|
12
|
+
protected get empty$(): Observable<boolean>;
|
|
13
|
+
protected get disabled$(): Observable<boolean>;
|
|
14
|
+
protected get value$(): Observable<boolean | null>;
|
|
15
|
+
protected onClick(checked: boolean | null): void;
|
|
16
|
+
private get items$();
|
|
17
|
+
private get valueChanges$();
|
|
18
|
+
private get values();
|
|
19
|
+
private get matcher();
|
|
20
|
+
private filter;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiMultiSelectGroupComponent<any>, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiMultiSelectGroupComponent<any>, "tui-opt-group[tuiMultiSelectGroup]", never, { "label": { "alias": "label"; "required": false; }; }, {}, ["options"], ["*"], false, never>;
|
|
23
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { TuiMultiSelectOptionComponent } from '@taiga-ui/legacy/components/multi-select-option';
|
|
2
|
+
import { PolymorpheusComponent } from '@taiga-ui/polymorpheus';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare const TUI_MULTI_SELECT_OPTION: PolymorpheusComponent<TuiMultiSelectOptionComponent<any[]>>;
|
|
5
|
+
export declare class TuiMultiSelectGroupDirective {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiMultiSelectGroupDirective, never>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiMultiSelectGroupDirective, "[tuiMultiSelectGroup]", never, {}, {}, never, never, false, never>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import type { TuiActiveZone } from '@taiga-ui/cdk/directives/active-zone';
|
|
3
|
+
import type { TuiBooleanHandler, TuiContext, TuiMapper, TuiStringHandler } from '@taiga-ui/cdk/types';
|
|
4
|
+
import type { TuiDataListHost } from '@taiga-ui/core/components/data-list';
|
|
5
|
+
import type { TuiSizeL, TuiSizeM, TuiSizeS } from '@taiga-ui/core/types';
|
|
6
|
+
import type { TuiItemsHandlers } from '@taiga-ui/kit/tokens';
|
|
7
|
+
import { AbstractTuiMultipleControl, TuiStringifiableItem } from '@taiga-ui/legacy/classes';
|
|
8
|
+
import { TuiInputTagComponent } from '@taiga-ui/legacy/components/input-tag';
|
|
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
|
+
import * as i0 from "@angular/core";
|
|
13
|
+
export declare class TuiMultiSelectComponent<T> extends AbstractTuiMultipleControl<T> implements TuiFocusableElementAccessor, TuiDataListHost<T> {
|
|
14
|
+
private readonly accessor?;
|
|
15
|
+
private readonly nativeSelect?;
|
|
16
|
+
private readonly dropdown?;
|
|
17
|
+
private readonly input?;
|
|
18
|
+
private readonly arrowMode;
|
|
19
|
+
private readonly itemsHandlers;
|
|
20
|
+
private readonly options;
|
|
21
|
+
protected readonly datalist: PolymorpheusContent<TuiContext<TuiActiveZone>>;
|
|
22
|
+
protected open: boolean;
|
|
23
|
+
protected readonly controller: import("@taiga-ui/legacy/directives").TuiTextfieldController;
|
|
24
|
+
protected readonly isMobile: boolean;
|
|
25
|
+
stringify: TuiItemsHandlers<T>['stringify'];
|
|
26
|
+
identityMatcher: TuiItemsHandlers<T>['identityMatcher'];
|
|
27
|
+
search: string | null;
|
|
28
|
+
placeholder: string;
|
|
29
|
+
editable: boolean;
|
|
30
|
+
disabledItemHandler: TuiItemsHandlers<T>['disabledItemHandler'];
|
|
31
|
+
valueContent: TuiMultiSelectOptions<T>['valueContent'];
|
|
32
|
+
tagValidator: TuiBooleanHandler<T>;
|
|
33
|
+
rows: TuiMultiSelectOptions<T>['rows'];
|
|
34
|
+
readonly searchChange: EventEmitter<string | null>;
|
|
35
|
+
get size(): TuiSizeL | TuiSizeS;
|
|
36
|
+
get nativeFocusableElement(): HTMLInputElement | null;
|
|
37
|
+
get focused(): boolean;
|
|
38
|
+
onValueChange(value: readonly T[]): void;
|
|
39
|
+
onSearch(search: string | null): void;
|
|
40
|
+
setDisabledState(): void;
|
|
41
|
+
handleOption(option: T): void;
|
|
42
|
+
protected get arrow(): PolymorpheusContent<TuiContext<TuiSizeL | TuiSizeM | TuiSizeS>>;
|
|
43
|
+
protected get nativeDropdownMode(): boolean;
|
|
44
|
+
protected get computedValue(): readonly T[];
|
|
45
|
+
protected get searchOrSpace(): string;
|
|
46
|
+
protected get searchString(): string;
|
|
47
|
+
protected get computedGroup(): boolean;
|
|
48
|
+
protected getStringifier(stringify: TuiStringHandler<T>): TuiStringHandler<TuiContext<T>>;
|
|
49
|
+
protected readonly valueMapper: TuiMapper<[
|
|
50
|
+
readonly T[],
|
|
51
|
+
TuiStringHandler<T>,
|
|
52
|
+
boolean?
|
|
53
|
+
], ReadonlyArray<TuiStringifiableItem<T>>>;
|
|
54
|
+
protected readonly disabledItemHandlerWrapper: TuiMapper<[
|
|
55
|
+
TuiBooleanHandler<T>
|
|
56
|
+
], TuiBooleanHandler<TuiStringifiableItem<T> | string>>;
|
|
57
|
+
protected onSpace(event: Event): void;
|
|
58
|
+
protected onEnter(event: Event): void;
|
|
59
|
+
protected onClick({ nativeFocusableElement }: TuiInputTagComponent): void;
|
|
60
|
+
protected onInput(value: ReadonlyArray<TuiStringifiableItem<T>>): void;
|
|
61
|
+
protected onActiveZone(active: boolean): void;
|
|
62
|
+
private updateSearch;
|
|
63
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiMultiSelectComponent<any>, never>;
|
|
64
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiMultiSelectComponent<any>, "tui-multi-select", never, { "stringify": { "alias": "stringify"; "required": false; }; "identityMatcher": { "alias": "identityMatcher"; "required": false; }; "search": { "alias": "search"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "editable": { "alias": "editable"; "required": false; }; "disabledItemHandler": { "alias": "disabledItemHandler"; "required": false; }; "valueContent": { "alias": "valueContent"; "required": false; }; "tagValidator": { "alias": "tagValidator"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; }, { "searchChange": "searchChange"; }, ["accessor", "nativeSelect", "datalist"], ["*", "select"], false, never>;
|
|
65
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { TuiBooleanHandler } from '@taiga-ui/cdk/types';
|
|
2
|
+
import type { TuiItemsHandlers } from '@taiga-ui/kit/tokens';
|
|
3
|
+
import { AbstractTuiTextfieldHost } from '@taiga-ui/legacy/classes';
|
|
4
|
+
import type { TuiMultiSelectComponent } from './multi-select.component';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class TuiMultiSelectDirective<T = string> extends AbstractTuiTextfieldHost<TuiMultiSelectComponent<T>> {
|
|
7
|
+
get readOnly(): boolean;
|
|
8
|
+
get stringify(): TuiItemsHandlers<T>['stringify'];
|
|
9
|
+
disableItemHandler: TuiBooleanHandler<T>;
|
|
10
|
+
onValueChange(): void;
|
|
11
|
+
onSelectionChange(value: T[]): void;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiMultiSelectDirective<any>, never>;
|
|
13
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiMultiSelectDirective<any>, "tui-multi-select", never, {}, {}, never, never, false, never>;
|
|
14
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./multi-select.component";
|
|
3
|
+
import * as i2 from "./multi-select-group/multi-select-group.component";
|
|
4
|
+
import * as i3 from "./multi-select-group/multi-select-group.directive";
|
|
5
|
+
import * as i4 from "./hide-selected.pipe";
|
|
6
|
+
import * as i5 from "./native-multi-select/native-multi-select.component";
|
|
7
|
+
import * as i6 from "./native-multi-select/native-multi-select-group.component";
|
|
8
|
+
import * as i7 from "./multi-select.directive";
|
|
9
|
+
import * as i8 from "@angular/common";
|
|
10
|
+
import * as i9 from "@angular/forms";
|
|
11
|
+
import * as i10 from "@taiga-ui/polymorpheus";
|
|
12
|
+
import * as i11 from "@taiga-ui/legacy/directives";
|
|
13
|
+
import * as i12 from "@taiga-ui/legacy/components/arrow";
|
|
14
|
+
import * as i13 from "@taiga-ui/cdk/directives/let";
|
|
15
|
+
import * as i14 from "@taiga-ui/cdk/pipes/mapper";
|
|
16
|
+
import * as i15 from "@taiga-ui/legacy/components/input-tag";
|
|
17
|
+
import * as i16 from "@taiga-ui/legacy/components/multi-select-option";
|
|
18
|
+
import * as i17 from "@taiga-ui/core/components/link";
|
|
19
|
+
import * as i18 from "@taiga-ui/kit/pipes/stringify-content";
|
|
20
|
+
import * as i19 from "@taiga-ui/core/directives/dropdown";
|
|
21
|
+
import * as i20 from "@taiga-ui/core/components/data-list";
|
|
22
|
+
import * as i21 from "@taiga-ui/kit/components/data-list-wrapper";
|
|
23
|
+
export declare class TuiMultiSelectModule {
|
|
24
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiMultiSelectModule, never>;
|
|
25
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TuiMultiSelectModule, [typeof i1.TuiMultiSelectComponent, typeof i2.TuiMultiSelectGroupComponent, typeof i3.TuiMultiSelectGroupDirective, typeof i4.TuiHideSelectedPipe, typeof i5.TuiNativeMultiSelectComponent, typeof i6.TuiNativeMultiSelectGroupComponent, typeof i7.TuiMultiSelectDirective], [typeof i8.CommonModule, typeof i9.FormsModule, typeof i10.PolymorpheusOutlet, typeof i10.PolymorpheusTemplate, typeof i11.TuiWrapperModule, typeof i12.TuiArrowComponent, typeof i13.TuiLet, typeof i14.TuiMapperPipe, typeof i15.TuiInputTagModule, typeof i16.TuiMultiSelectOptionModule, typeof i14.TuiMapperPipe, typeof i17.TuiLink, typeof i11.TuiTextfieldControllerModule, typeof i18.TuiStringifyContentPipe, typeof i11.TuiLegacyDropdownOpenMonitorDirective, typeof i19.TuiDropdownOptionsDirective, typeof i19.TuiDropdownDriverDirective, typeof i19.TuiDropdownDirective, typeof i19.TuiDropdownComponent, typeof i19.TuiDropdownOpen, typeof i19.TuiDropdownPortal, typeof i19.TuiDropdownManual, typeof i19.TuiDropdownHover, typeof i19.TuiDropdownContext, typeof i19.TuiDropdownPosition, typeof i19.TuiDropdownPositionSided, typeof i19.TuiDropdownSelection, typeof i20.TuiDataListComponent, typeof i20.TuiDataListDirective, typeof i20.TuiOption, typeof i20.TuiOptGroup, typeof i21.TuiDataListWrapperComponent, typeof i21.TuiDataListGroupWrapperComponent, typeof i20.TuiDataListDirective], [typeof i1.TuiMultiSelectComponent, typeof i2.TuiMultiSelectGroupComponent, typeof i3.TuiMultiSelectGroupDirective, typeof i4.TuiHideSelectedPipe, typeof i7.TuiMultiSelectDirective, typeof i5.TuiNativeMultiSelectComponent, typeof i6.TuiNativeMultiSelectGroupComponent, typeof i19.TuiDropdownOptionsDirective, typeof i19.TuiDropdownDriverDirective, typeof i19.TuiDropdownDirective, typeof i19.TuiDropdownComponent, typeof i19.TuiDropdownOpen, typeof i19.TuiDropdownPortal, typeof i19.TuiDropdownManual, typeof i19.TuiDropdownHover, typeof i19.TuiDropdownContext, typeof i19.TuiDropdownPosition, typeof i19.TuiDropdownPositionSided, typeof i19.TuiDropdownSelection, typeof i20.TuiDataListComponent, typeof i20.TuiDataListDirective, typeof i20.TuiOption, typeof i20.TuiOptGroup, typeof i21.TuiDataListWrapperComponent, typeof i21.TuiDataListGroupWrapperComponent, typeof i20.TuiDataListDirective]>;
|
|
26
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<TuiMultiSelectModule>;
|
|
27
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { Provider } from '@angular/core';
|
|
2
|
+
import type { TuiContext } from '@taiga-ui/cdk/types';
|
|
3
|
+
import type { PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
4
|
+
export interface TuiMultiSelectOptions<T> {
|
|
5
|
+
readonly rows: number;
|
|
6
|
+
readonly valueContent: PolymorpheusContent<TuiContext<readonly T[]>>;
|
|
7
|
+
}
|
|
8
|
+
export declare const TUI_MULTI_SELECT_DEFAULT_OPTIONS: TuiMultiSelectOptions<unknown>;
|
|
9
|
+
/**
|
|
10
|
+
* Default parameters for MultiSelect component
|
|
11
|
+
*/
|
|
12
|
+
export declare const TUI_MULTI_SELECT_OPTIONS: import("@angular/core").InjectionToken<TuiMultiSelectOptions<unknown>>;
|
|
13
|
+
export declare function tuiMultiSelectOptionsProvider<T>(options: Partial<TuiMultiSelectOptions<T>>): Provider;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { AbstractTuiNativeMultiSelect } from './native-multi-select';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class TuiNativeMultiSelectGroupComponent<T> extends AbstractTuiNativeMultiSelect<T> {
|
|
4
|
+
items: readonly T[][] | null;
|
|
5
|
+
labels: readonly string[];
|
|
6
|
+
protected onValueChange(selectedOptions: HTMLSelectElement['selectedOptions']): void;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiNativeMultiSelectGroupComponent<any>, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiNativeMultiSelectGroupComponent<any>, "select[multiple][tuiSelect][labels]", never, { "items": { "alias": "items"; "required": false; }; "labels": { "alias": "labels"; "required": false; }; }, {}, never, never, false, never>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { AbstractTuiNativeMultiSelect } from './native-multi-select';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class TuiNativeMultiSelectComponent<T> extends AbstractTuiNativeMultiSelect<T> {
|
|
4
|
+
items: readonly T[] | null;
|
|
5
|
+
protected onValueChange(selectedOptions: HTMLSelectElement['selectedOptions']): void;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiNativeMultiSelectComponent<any>, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiNativeMultiSelectComponent<any>, "select[multiple][tuiSelect]:not([labels])", never, { "items": { "alias": "items"; "required": false; }; }, {}, never, never, false, never>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TuiMapper } from '@taiga-ui/cdk/types';
|
|
2
|
+
import type { TuiItemsHandlers } from '@taiga-ui/kit/tokens';
|
|
3
|
+
import { AbstractTuiNativeSelect } from '@taiga-ui/legacy/classes';
|
|
4
|
+
import type { TuiMultiSelectDirective } from '../multi-select.directive';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare abstract class AbstractTuiNativeMultiSelect<T> extends AbstractTuiNativeSelect<TuiMultiSelectDirective<T>, T> {
|
|
7
|
+
protected get stringify(): TuiItemsHandlers<T>['stringify'];
|
|
8
|
+
protected selectedMapper: TuiMapper<[T, ...any[]], boolean>;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractTuiNativeMultiSelect<any>, never>;
|
|
10
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractTuiNativeMultiSelect<any>, never, never, {}, {}, never, never, false, never>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { TuiSizeS } from '@taiga-ui/core/types';
|
|
2
|
+
import { TuiSelectOptionComponent } from '@taiga-ui/legacy/components/select-option';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class TuiMultiSelectOptionComponent<T extends any[]> extends TuiSelectOptionComponent<T> {
|
|
5
|
+
protected get size(): TuiSizeS;
|
|
6
|
+
protected get selected(): boolean;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiMultiSelectOptionComponent<any>, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiMultiSelectOptionComponent<any>, "tui-multi-select-option", never, {}, {}, never, never, false, never>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./multi-select-option.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@taiga-ui/kit/components/checkbox";
|
|
5
|
+
export declare class TuiMultiSelectOptionModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiMultiSelectOptionModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TuiMultiSelectOptionModule, [typeof i1.TuiMultiSelectOptionComponent], [typeof i2.CommonModule, typeof i3.TuiCheckbox], [typeof i1.TuiMultiSelectOptionComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<TuiMultiSelectOptionModule>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export * from './primitive-textfield.component';
|
|
2
|
+
export * from './primitive-textfield.directive';
|
|
3
|
+
export * from './primitive-textfield.module';
|
|
4
|
+
export * from './primitive-textfield-options';
|
|
5
|
+
export * from './primitive-textfield-types';
|
|
6
|
+
export * from './textfield/textfield.component';
|
|
7
|
+
export * from './value-decoration/value-decoration.component';
|