@taiga-ui/legacy 4.52.0-canary.6c67ccf → 4.52.0-canary.811ffeb
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/README.md +1 -1
- package/classes/abstract-textfield-host.d.ts +1 -1
- package/components/arrow/arrow.options.d.ts +1 -3
- package/components/arrow/arrow.providers.d.ts +1 -6
- package/components/dialog/dialog.component.d.ts +19 -0
- package/components/dialog/dialog.directive.d.ts +8 -0
- package/components/dialog/dialog.factory.d.ts +16 -0
- package/components/dialog/dialog.interfaces.d.ts +30 -0
- package/components/dialog/dialog.service.d.ts +10 -0
- package/components/dialog/dialog.tokens.d.ts +6 -0
- package/components/dialog/index.d.ts +6 -0
- package/components/index.d.ts +3 -28
- package/components/mobile-dialog/index.d.ts +3 -0
- package/components/mobile-dialog/mobile-dialog.component.d.ts +10 -0
- package/components/mobile-dialog/mobile-dialog.options.d.ts +10 -0
- package/components/mobile-dialog/mobile-dialog.service.d.ts +14 -0
- package/components/pdf-viewer/index.d.ts +4 -0
- package/components/pdf-viewer/pdf-viewer.component.d.ts +12 -0
- package/components/pdf-viewer/pdf-viewer.directive.d.ts +8 -0
- package/components/pdf-viewer/pdf-viewer.options.d.ts +11 -0
- package/components/pdf-viewer/pdf-viewer.service.d.ts +17 -0
- package/components/primitive-textfield/primitive-textfield-options.d.ts +2 -2
- package/components/primitive-textfield/primitive-textfield.module.d.ts +5 -5
- package/components/select/select.module.d.ts +8 -8
- package/components/select/select.options.d.ts +1 -7
- package/components/select-option/select-option.module.d.ts +3 -3
- package/directives/textfield-controller/textfield.options.d.ts +1 -3
- package/fesm2022/taiga-ui-legacy-classes.mjs +3 -4
- package/fesm2022/taiga-ui-legacy-classes.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-arrow.mjs +4 -17
- package/fesm2022/taiga-ui-legacy-components-arrow.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-dialog.mjs +136 -0
- package/fesm2022/taiga-ui-legacy-components-dialog.mjs.map +1 -0
- package/fesm2022/taiga-ui-legacy-components-mobile-dialog.mjs +62 -0
- package/fesm2022/taiga-ui-legacy-components-mobile-dialog.mjs.map +1 -0
- package/fesm2022/taiga-ui-legacy-components-pdf-viewer.mjs +88 -0
- package/fesm2022/taiga-ui-legacy-components-pdf-viewer.mjs.map +1 -0
- package/fesm2022/taiga-ui-legacy-components-primitive-textfield.mjs +18 -18
- package/fesm2022/taiga-ui-legacy-components-primitive-textfield.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-select-option.mjs +6 -6
- package/fesm2022/taiga-ui-legacy-components-select-option.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components-select.mjs +30 -40
- package/fesm2022/taiga-ui-legacy-components-select.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-components.mjs +3 -28
- package/fesm2022/taiga-ui-legacy-components.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-directives-legacy-dropdown-open-monitor.mjs +0 -1
- package/fesm2022/taiga-ui-legacy-directives-legacy-dropdown-open-monitor.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-directives-textfield-controller.mjs +2 -7
- package/fesm2022/taiga-ui-legacy-directives-textfield-controller.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-directives-unfinished-validator.mjs +2 -4
- package/fesm2022/taiga-ui-legacy-directives-unfinished-validator.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-tokens.mjs +1 -1
- package/fesm2022/taiga-ui-legacy-tokens.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy-utils.mjs +1 -7
- package/fesm2022/taiga-ui-legacy-utils.mjs.map +1 -1
- package/fesm2022/taiga-ui-legacy.mjs +0 -2
- package/fesm2022/taiga-ui-legacy.mjs.map +1 -1
- package/index.d.ts +0 -2
- package/package.json +34 -151
- package/utils/icons-path-factory.d.ts +1 -1
- package/utils/index.d.ts +0 -1
- package/components/color-selector/color-edit/color-edit.component.d.ts +0 -18
- package/components/color-selector/color-edit/color-edit.module.d.ts +0 -21
- package/components/color-selector/color-picker/color-picker.component.d.ts +0 -22
- package/components/color-selector/color-picker/color-picker.module.d.ts +0 -14
- package/components/color-selector/color-selector.component.d.ts +0 -47
- package/components/color-selector/color-selector.module.d.ts +0 -24
- package/components/color-selector/color-selector.options.d.ts +0 -25
- package/components/color-selector/flat-picker/flat-picker.component.d.ts +0 -12
- package/components/color-selector/flat-picker/flat-picker.module.d.ts +0 -12
- package/components/color-selector/index.d.ts +0 -16
- package/components/color-selector/linear-multi-picker/linear-multi-picker.component.d.ts +0 -17
- package/components/color-selector/linear-multi-picker/linear-multi-picker.module.d.ts +0 -12
- package/components/color-selector/linear-picker/linear-picker.component.d.ts +0 -10
- package/components/color-selector/linear-picker/linear-picker.module.d.ts +0 -12
- package/components/color-selector/palette/palette.component.d.ts +0 -10
- package/components/color-selector/palette/palette.module.d.ts +0 -13
- package/components/color-selector/services/picker.service.d.ts +0 -15
- package/components/combo-box/combo-box-strict.directive.d.ts +0 -12
- package/components/combo-box/combo-box.component.d.ts +0 -52
- package/components/combo-box/combo-box.directive.d.ts +0 -13
- package/components/combo-box/combo-box.module.d.ts +0 -20
- package/components/combo-box/index.d.ts +0 -4
- package/components/input/index.d.ts +0 -3
- package/components/input/input.component.d.ts +0 -32
- package/components/input/input.directive.d.ts +0 -12
- package/components/input/input.module.d.ts +0 -16
- package/components/input-color/index.d.ts +0 -2
- package/components/input-color/input-color.component.d.ts +0 -30
- package/components/input-color/input-color.module.d.ts +0 -17
- package/components/input-copy/index.d.ts +0 -4
- package/components/input-copy/input-copy.component.d.ts +0 -33
- package/components/input-copy/input-copy.directive.d.ts +0 -11
- package/components/input-copy/input-copy.module.d.ts +0 -18
- package/components/input-copy/input-copy.options.d.ts +0 -26
- package/components/input-date/index.d.ts +0 -3
- package/components/input-date/input-date.component.d.ts +0 -62
- package/components/input-date/input-date.directive.d.ts +0 -19
- package/components/input-date/input-date.module.d.ts +0 -24
- package/components/input-date/native-date/native-date.component.d.ts +0 -15
- package/components/input-date-multi/index.d.ts +0 -2
- package/components/input-date-multi/input-date-multi.component.d.ts +0 -66
- package/components/input-date-multi/input-date-multi.module.d.ts +0 -20
- package/components/input-date-range/index.d.ts +0 -3
- package/components/input-date-range/input-date-range.component.d.ts +0 -67
- package/components/input-date-range/input-date-range.directive.d.ts +0 -16
- package/components/input-date-range/input-date-range.module.d.ts +0 -22
- package/components/input-date-time/index.d.ts +0 -3
- package/components/input-date-time/input-date-time.component.d.ts +0 -87
- package/components/input-date-time/input-date-time.directive.d.ts +0 -17
- package/components/input-date-time/input-date-time.module.d.ts +0 -23
- package/components/input-date-time/native-date-time/native-date-time.directive.d.ts +0 -13
- package/components/input-month/index.d.ts +0 -3
- package/components/input-month/input-month.component.d.ts +0 -44
- package/components/input-month/input-month.directive.d.ts +0 -19
- package/components/input-month/input-month.module.d.ts +0 -19
- package/components/input-month-range/index.d.ts +0 -3
- package/components/input-month-range/input-month-range.component.d.ts +0 -38
- package/components/input-month-range/input-month-range.directive.d.ts +0 -23
- package/components/input-month-range/input-month-range.module.d.ts +0 -18
- package/components/input-number/index.d.ts +0 -4
- package/components/input-number/input-number.component.d.ts +0 -63
- package/components/input-number/input-number.directive.d.ts +0 -16
- package/components/input-number/input-number.module.d.ts +0 -18
- package/components/input-number/input-number.options.d.ts +0 -29
- package/components/input-password/index.d.ts +0 -4
- package/components/input-password/input-password.component.d.ts +0 -33
- package/components/input-password/input-password.directive.d.ts +0 -15
- package/components/input-password/input-password.module.d.ts +0 -19
- package/components/input-password/input-password.options.d.ts +0 -25
- package/components/input-phone/index.d.ts +0 -4
- package/components/input-phone/input-phone.component.d.ts +0 -49
- package/components/input-phone/input-phone.directive.d.ts +0 -13
- package/components/input-phone/input-phone.module.d.ts +0 -12
- package/components/input-phone/input-phone.options.d.ts +0 -13
- package/components/input-phone/utils/complete-phone-insertion-preprocessor.d.ts +0 -9
- package/components/input-phone/utils/create-phone-mask-expression.d.ts +0 -7
- package/components/input-phone/utils/index.d.ts +0 -2
- package/components/input-phone-international/index.d.ts +0 -3
- package/components/input-phone-international/input-phone-international.component.d.ts +0 -43
- package/components/input-phone-international/input-phone-international.options.d.ts +0 -25
- package/components/input-phone-international/utils/extract-value-from-event.d.ts +0 -4
- package/components/input-range/index.d.ts +0 -2
- package/components/input-range/input-range.component.d.ts +0 -56
- package/components/input-range/input-range.module.d.ts +0 -19
- package/components/input-slider/index.d.ts +0 -2
- package/components/input-slider/input-slider.component.d.ts +0 -42
- package/components/input-slider/input-slider.module.d.ts +0 -18
- package/components/input-tag/index.d.ts +0 -3
- package/components/input-tag/input-tag.component.d.ts +0 -103
- package/components/input-tag/input-tag.module.d.ts +0 -22
- package/components/input-tag/input-tag.options.d.ts +0 -27
- package/components/input-time/index.d.ts +0 -4
- package/components/input-time/input-time.component.d.ts +0 -62
- package/components/input-time/input-time.directive.d.ts +0 -17
- package/components/input-time/input-time.module.d.ts +0 -23
- package/components/input-time/input-time.options.d.ts +0 -42
- package/components/input-time/native-time/native-time.component.d.ts +0 -12
- package/components/input-year/index.d.ts +0 -3
- package/components/input-year/input-year.component.d.ts +0 -36
- package/components/input-year/input-year.directive.d.ts +0 -14
- package/components/input-year/input-year.module.d.ts +0 -18
- package/components/island/index.d.ts +0 -1
- package/components/island/island.directive.d.ts +0 -20
- package/components/multi-select/hide-selected.pipe.d.ts +0 -11
- package/components/multi-select/index.d.ts +0 -10
- package/components/multi-select/multi-select-group/multi-select-group.component.d.ts +0 -23
- package/components/multi-select/multi-select-group/multi-select-group.directive.d.ts +0 -8
- package/components/multi-select/multi-select.component.d.ts +0 -71
- package/components/multi-select/multi-select.directive.d.ts +0 -14
- package/components/multi-select/multi-select.module.d.ts +0 -31
- package/components/multi-select/multi-select.options.d.ts +0 -14
- package/components/multi-select/native-multi-select/native-multi-select-group.component.d.ts +0 -9
- package/components/multi-select/native-multi-select/native-multi-select.component.d.ts +0 -8
- package/components/multi-select/native-multi-select/native-multi-select.d.ts +0 -11
- package/components/multi-select-option/index.d.ts +0 -2
- package/components/multi-select-option/multi-select-option.component.d.ts +0 -9
- package/components/multi-select-option/multi-select-option.module.d.ts +0 -9
- package/components/sheet/components/sheet/sheet.component.d.ts +0 -31
- package/components/sheet/components/sheet/sheet.providers.d.ts +0 -2
- package/components/sheet/components/sheet-bar/sheet-bar.component.d.ts +0 -11
- package/components/sheet/components/sheet-heading/sheet-heading.component.d.ts +0 -14
- package/components/sheet/components/sheets-host/sheets-host.component.d.ts +0 -15
- package/components/sheet/directives/sheet-close/sheet-close.directive.d.ts +0 -14
- package/components/sheet/directives/sheet-stop/sheet-stop.directive.d.ts +0 -9
- package/components/sheet/directives/sheet-top/sheet-top.directive.d.ts +0 -14
- package/components/sheet/directives/sheet-wrapper/sheet-wrapper.directive.d.ts +0 -17
- package/components/sheet/index.d.ts +0 -14
- package/components/sheet/sheet-options.d.ts +0 -27
- package/components/sheet/sheet-tokens.d.ts +0 -18
- package/components/sheet/sheet.d.ts +0 -21
- package/components/sheet/sheet.directive.d.ts +0 -17
- package/components/sheet/sheet.module.d.ts +0 -24
- package/components/sheet/sheet.service.d.ts +0 -17
- package/components/svg/content-processor.d.ts +0 -19
- package/components/svg/deprecated-icons.d.ts +0 -5
- package/components/svg/index.d.ts +0 -5
- package/components/svg/svg-options.d.ts +0 -50
- package/components/svg/svg.component.d.ts +0 -50
- package/components/svg/svg.service.d.ts +0 -21
- package/components/table-bar/index.d.ts +0 -4
- package/components/table-bar/table-bar.component.d.ts +0 -17
- package/components/table-bar/table-bar.directive.d.ts +0 -11
- package/components/table-bar/table-bar.options.d.ts +0 -31
- package/components/table-bar/table-bars-host.component.d.ts +0 -10
- package/components/table-bar/table-bars.service.d.ts +0 -11
- package/components/tag/index.d.ts +0 -3
- package/components/tag/tag.component.d.ts +0 -44
- package/components/tag/tag.module.d.ts +0 -16
- package/components/tag/tag.options.d.ts +0 -27
- package/components/textarea/index.d.ts +0 -3
- package/components/textarea/textarea.component.d.ts +0 -54
- package/components/textarea/textarea.directive.d.ts +0 -12
- package/components/textarea/textarea.module.d.ts +0 -21
- package/fesm2022/taiga-ui-legacy-components-color-selector.mjs +0 -730
- package/fesm2022/taiga-ui-legacy-components-color-selector.mjs.map +0 -1
- package/fesm2022/taiga-ui-legacy-components-combo-box.mjs +0 -300
- package/fesm2022/taiga-ui-legacy-components-combo-box.mjs.map +0 -1
- package/fesm2022/taiga-ui-legacy-components-input-color.mjs +0 -127
- package/fesm2022/taiga-ui-legacy-components-input-color.mjs.map +0 -1
- package/fesm2022/taiga-ui-legacy-components-input-copy.mjs +0 -197
- package/fesm2022/taiga-ui-legacy-components-input-copy.mjs.map +0 -1
- package/fesm2022/taiga-ui-legacy-components-input-date-multi.mjs +0 -272
- package/fesm2022/taiga-ui-legacy-components-input-date-multi.mjs.map +0 -1
- package/fesm2022/taiga-ui-legacy-components-input-date-range.mjs +0 -356
- package/fesm2022/taiga-ui-legacy-components-input-date-range.mjs.map +0 -1
- package/fesm2022/taiga-ui-legacy-components-input-date-time.mjs +0 -465
- package/fesm2022/taiga-ui-legacy-components-input-date-time.mjs.map +0 -1
- package/fesm2022/taiga-ui-legacy-components-input-date.mjs +0 -372
- package/fesm2022/taiga-ui-legacy-components-input-date.mjs.map +0 -1
- package/fesm2022/taiga-ui-legacy-components-input-month-range.mjs +0 -221
- package/fesm2022/taiga-ui-legacy-components-input-month-range.mjs.map +0 -1
- package/fesm2022/taiga-ui-legacy-components-input-month.mjs +0 -231
- package/fesm2022/taiga-ui-legacy-components-input-month.mjs.map +0 -1
- package/fesm2022/taiga-ui-legacy-components-input-number.mjs +0 -390
- package/fesm2022/taiga-ui-legacy-components-input-number.mjs.map +0 -1
- package/fesm2022/taiga-ui-legacy-components-input-password.mjs +0 -187
- package/fesm2022/taiga-ui-legacy-components-input-password.mjs.map +0 -1
- package/fesm2022/taiga-ui-legacy-components-input-phone-international.mjs +0 -215
- package/fesm2022/taiga-ui-legacy-components-input-phone-international.mjs.map +0 -1
- package/fesm2022/taiga-ui-legacy-components-input-phone.mjs +0 -358
- package/fesm2022/taiga-ui-legacy-components-input-phone.mjs.map +0 -1
- package/fesm2022/taiga-ui-legacy-components-input-range.mjs +0 -261
- package/fesm2022/taiga-ui-legacy-components-input-range.mjs.map +0 -1
- package/fesm2022/taiga-ui-legacy-components-input-slider.mjs +0 -199
- package/fesm2022/taiga-ui-legacy-components-input-slider.mjs.map +0 -1
- package/fesm2022/taiga-ui-legacy-components-input-tag.mjs +0 -524
- package/fesm2022/taiga-ui-legacy-components-input-tag.mjs.map +0 -1
- package/fesm2022/taiga-ui-legacy-components-input-time.mjs +0 -430
- package/fesm2022/taiga-ui-legacy-components-input-time.mjs.map +0 -1
- package/fesm2022/taiga-ui-legacy-components-input-year.mjs +0 -188
- package/fesm2022/taiga-ui-legacy-components-input-year.mjs.map +0 -1
- package/fesm2022/taiga-ui-legacy-components-input.mjs +0 -156
- package/fesm2022/taiga-ui-legacy-components-input.mjs.map +0 -1
- package/fesm2022/taiga-ui-legacy-components-island.mjs +0 -68
- package/fesm2022/taiga-ui-legacy-components-island.mjs.map +0 -1
- package/fesm2022/taiga-ui-legacy-components-multi-select-option.mjs +0 -47
- package/fesm2022/taiga-ui-legacy-components-multi-select-option.mjs.map +0 -1
- package/fesm2022/taiga-ui-legacy-components-multi-select.mjs +0 -690
- package/fesm2022/taiga-ui-legacy-components-multi-select.mjs.map +0 -1
- package/fesm2022/taiga-ui-legacy-components-sheet.mjs +0 -577
- package/fesm2022/taiga-ui-legacy-components-sheet.mjs.map +0 -1
- package/fesm2022/taiga-ui-legacy-components-svg.mjs +0 -387
- package/fesm2022/taiga-ui-legacy-components-svg.mjs.map +0 -1
- package/fesm2022/taiga-ui-legacy-components-table-bar.mjs +0 -147
- package/fesm2022/taiga-ui-legacy-components-table-bar.mjs.map +0 -1
- package/fesm2022/taiga-ui-legacy-components-tag.mjs +0 -225
- package/fesm2022/taiga-ui-legacy-components-tag.mjs.map +0 -1
- package/fesm2022/taiga-ui-legacy-components-textarea.mjs +0 -262
- package/fesm2022/taiga-ui-legacy-components-textarea.mjs.map +0 -1
- package/fesm2022/taiga-ui-legacy-pipes-format-phone.mjs +0 -59
- package/fesm2022/taiga-ui-legacy-pipes-format-phone.mjs.map +0 -1
- package/fesm2022/taiga-ui-legacy-pipes-iso-to-country-code.mjs +0 -50
- package/fesm2022/taiga-ui-legacy-pipes-iso-to-country-code.mjs.map +0 -1
- package/fesm2022/taiga-ui-legacy-pipes-to-country-code.mjs +0 -80
- package/fesm2022/taiga-ui-legacy-pipes-to-country-code.mjs.map +0 -1
- package/fesm2022/taiga-ui-legacy-pipes.mjs +0 -8
- package/fesm2022/taiga-ui-legacy-pipes.mjs.map +0 -1
- package/fesm2022/taiga-ui-legacy-services.mjs +0 -42
- package/fesm2022/taiga-ui-legacy-services.mjs.map +0 -1
- package/pipes/format-phone/format-phone.pipe.d.ts +0 -37
- package/pipes/format-phone/index.d.ts +0 -1
- package/pipes/index.d.ts +0 -3
- package/pipes/iso-to-country-code/index.d.ts +0 -1
- package/pipes/iso-to-country-code/iso-to-country-code.pipe.d.ts +0 -30
- package/pipes/to-country-code/index.d.ts +0 -1
- package/pipes/to-country-code/to-country-code.pipe.d.ts +0 -38
- package/services/index.d.ts +0 -1
- package/services/static-request.service.d.ts +0 -11
- package/utils/is-apple.d.ts +0 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/legacy",
|
|
3
|
-
"version": "4.52.0-canary.
|
|
3
|
+
"version": "4.52.0-canary.811ffeb",
|
|
4
4
|
"description": "Legacy Taiga UI entities from the previous major release to simplify migration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"legacy",
|
|
@@ -8,7 +8,10 @@
|
|
|
8
8
|
"outdated"
|
|
9
9
|
],
|
|
10
10
|
"homepage": "https://github.com/taiga-family/taiga-ui",
|
|
11
|
-
"repository":
|
|
11
|
+
"repository": {
|
|
12
|
+
"type": "git",
|
|
13
|
+
"url": "https://github.com/taiga-family/taiga-ui"
|
|
14
|
+
},
|
|
12
15
|
"license": "Apache-2.0",
|
|
13
16
|
"exports": {
|
|
14
17
|
"./styles/*": "./styles/*",
|
|
@@ -23,21 +26,13 @@
|
|
|
23
26
|
"types": "./classes/index.d.ts",
|
|
24
27
|
"default": "./fesm2022/taiga-ui-legacy-classes.mjs"
|
|
25
28
|
},
|
|
26
|
-
"./directives": {
|
|
27
|
-
"types": "./directives/index.d.ts",
|
|
28
|
-
"default": "./fesm2022/taiga-ui-legacy-directives.mjs"
|
|
29
|
-
},
|
|
30
29
|
"./components": {
|
|
31
30
|
"types": "./components/index.d.ts",
|
|
32
31
|
"default": "./fesm2022/taiga-ui-legacy-components.mjs"
|
|
33
32
|
},
|
|
34
|
-
"./
|
|
35
|
-
"types": "./
|
|
36
|
-
"default": "./fesm2022/taiga-ui-legacy-
|
|
37
|
-
},
|
|
38
|
-
"./services": {
|
|
39
|
-
"types": "./services/index.d.ts",
|
|
40
|
-
"default": "./fesm2022/taiga-ui-legacy-services.mjs"
|
|
33
|
+
"./directives": {
|
|
34
|
+
"types": "./directives/index.d.ts",
|
|
35
|
+
"default": "./fesm2022/taiga-ui-legacy-directives.mjs"
|
|
41
36
|
},
|
|
42
37
|
"./tokens": {
|
|
43
38
|
"types": "./tokens/index.d.ts",
|
|
@@ -47,121 +42,21 @@
|
|
|
47
42
|
"types": "./utils/index.d.ts",
|
|
48
43
|
"default": "./fesm2022/taiga-ui-legacy-utils.mjs"
|
|
49
44
|
},
|
|
50
|
-
"./directives/legacy-dropdown-open-monitor": {
|
|
51
|
-
"types": "./directives/legacy-dropdown-open-monitor/index.d.ts",
|
|
52
|
-
"default": "./fesm2022/taiga-ui-legacy-directives-legacy-dropdown-open-monitor.mjs"
|
|
53
|
-
},
|
|
54
|
-
"./directives/textfield-controller": {
|
|
55
|
-
"types": "./directives/textfield-controller/index.d.ts",
|
|
56
|
-
"default": "./fesm2022/taiga-ui-legacy-directives-textfield-controller.mjs"
|
|
57
|
-
},
|
|
58
|
-
"./directives/unfinished-validator": {
|
|
59
|
-
"types": "./directives/unfinished-validator/index.d.ts",
|
|
60
|
-
"default": "./fesm2022/taiga-ui-legacy-directives-unfinished-validator.mjs"
|
|
61
|
-
},
|
|
62
|
-
"./directives/value-accessor": {
|
|
63
|
-
"types": "./directives/value-accessor/index.d.ts",
|
|
64
|
-
"default": "./fesm2022/taiga-ui-legacy-directives-value-accessor.mjs"
|
|
65
|
-
},
|
|
66
|
-
"./directives/wrapper": {
|
|
67
|
-
"types": "./directives/wrapper/index.d.ts",
|
|
68
|
-
"default": "./fesm2022/taiga-ui-legacy-directives-wrapper.mjs"
|
|
69
|
-
},
|
|
70
45
|
"./components/arrow": {
|
|
71
46
|
"types": "./components/arrow/index.d.ts",
|
|
72
47
|
"default": "./fesm2022/taiga-ui-legacy-components-arrow.mjs"
|
|
73
48
|
},
|
|
74
|
-
"./components/
|
|
75
|
-
"types": "./components/
|
|
76
|
-
"default": "./fesm2022/taiga-ui-legacy-components-
|
|
77
|
-
},
|
|
78
|
-
"./components/combo-box": {
|
|
79
|
-
"types": "./components/combo-box/index.d.ts",
|
|
80
|
-
"default": "./fesm2022/taiga-ui-legacy-components-combo-box.mjs"
|
|
81
|
-
},
|
|
82
|
-
"./components/input": {
|
|
83
|
-
"types": "./components/input/index.d.ts",
|
|
84
|
-
"default": "./fesm2022/taiga-ui-legacy-components-input.mjs"
|
|
85
|
-
},
|
|
86
|
-
"./components/input-color": {
|
|
87
|
-
"types": "./components/input-color/index.d.ts",
|
|
88
|
-
"default": "./fesm2022/taiga-ui-legacy-components-input-color.mjs"
|
|
89
|
-
},
|
|
90
|
-
"./components/input-copy": {
|
|
91
|
-
"types": "./components/input-copy/index.d.ts",
|
|
92
|
-
"default": "./fesm2022/taiga-ui-legacy-components-input-copy.mjs"
|
|
93
|
-
},
|
|
94
|
-
"./components/input-date": {
|
|
95
|
-
"types": "./components/input-date/index.d.ts",
|
|
96
|
-
"default": "./fesm2022/taiga-ui-legacy-components-input-date.mjs"
|
|
97
|
-
},
|
|
98
|
-
"./components/input-date-multi": {
|
|
99
|
-
"types": "./components/input-date-multi/index.d.ts",
|
|
100
|
-
"default": "./fesm2022/taiga-ui-legacy-components-input-date-multi.mjs"
|
|
101
|
-
},
|
|
102
|
-
"./components/input-date-range": {
|
|
103
|
-
"types": "./components/input-date-range/index.d.ts",
|
|
104
|
-
"default": "./fesm2022/taiga-ui-legacy-components-input-date-range.mjs"
|
|
49
|
+
"./components/dialog": {
|
|
50
|
+
"types": "./components/dialog/index.d.ts",
|
|
51
|
+
"default": "./fesm2022/taiga-ui-legacy-components-dialog.mjs"
|
|
105
52
|
},
|
|
106
|
-
"./components/
|
|
107
|
-
"types": "./components/
|
|
108
|
-
"default": "./fesm2022/taiga-ui-legacy-components-
|
|
53
|
+
"./components/mobile-dialog": {
|
|
54
|
+
"types": "./components/mobile-dialog/index.d.ts",
|
|
55
|
+
"default": "./fesm2022/taiga-ui-legacy-components-mobile-dialog.mjs"
|
|
109
56
|
},
|
|
110
|
-
"./components/
|
|
111
|
-
"types": "./components/
|
|
112
|
-
"default": "./fesm2022/taiga-ui-legacy-components-
|
|
113
|
-
},
|
|
114
|
-
"./components/input-month-range": {
|
|
115
|
-
"types": "./components/input-month-range/index.d.ts",
|
|
116
|
-
"default": "./fesm2022/taiga-ui-legacy-components-input-month-range.mjs"
|
|
117
|
-
},
|
|
118
|
-
"./components/input-number": {
|
|
119
|
-
"types": "./components/input-number/index.d.ts",
|
|
120
|
-
"default": "./fesm2022/taiga-ui-legacy-components-input-number.mjs"
|
|
121
|
-
},
|
|
122
|
-
"./components/input-password": {
|
|
123
|
-
"types": "./components/input-password/index.d.ts",
|
|
124
|
-
"default": "./fesm2022/taiga-ui-legacy-components-input-password.mjs"
|
|
125
|
-
},
|
|
126
|
-
"./components/input-phone": {
|
|
127
|
-
"types": "./components/input-phone/index.d.ts",
|
|
128
|
-
"default": "./fesm2022/taiga-ui-legacy-components-input-phone.mjs"
|
|
129
|
-
},
|
|
130
|
-
"./components/input-phone-international": {
|
|
131
|
-
"types": "./components/input-phone-international/index.d.ts",
|
|
132
|
-
"default": "./fesm2022/taiga-ui-legacy-components-input-phone-international.mjs"
|
|
133
|
-
},
|
|
134
|
-
"./components/input-range": {
|
|
135
|
-
"types": "./components/input-range/index.d.ts",
|
|
136
|
-
"default": "./fesm2022/taiga-ui-legacy-components-input-range.mjs"
|
|
137
|
-
},
|
|
138
|
-
"./components/input-slider": {
|
|
139
|
-
"types": "./components/input-slider/index.d.ts",
|
|
140
|
-
"default": "./fesm2022/taiga-ui-legacy-components-input-slider.mjs"
|
|
141
|
-
},
|
|
142
|
-
"./components/input-tag": {
|
|
143
|
-
"types": "./components/input-tag/index.d.ts",
|
|
144
|
-
"default": "./fesm2022/taiga-ui-legacy-components-input-tag.mjs"
|
|
145
|
-
},
|
|
146
|
-
"./components/input-time": {
|
|
147
|
-
"types": "./components/input-time/index.d.ts",
|
|
148
|
-
"default": "./fesm2022/taiga-ui-legacy-components-input-time.mjs"
|
|
149
|
-
},
|
|
150
|
-
"./components/input-year": {
|
|
151
|
-
"types": "./components/input-year/index.d.ts",
|
|
152
|
-
"default": "./fesm2022/taiga-ui-legacy-components-input-year.mjs"
|
|
153
|
-
},
|
|
154
|
-
"./components/island": {
|
|
155
|
-
"types": "./components/island/index.d.ts",
|
|
156
|
-
"default": "./fesm2022/taiga-ui-legacy-components-island.mjs"
|
|
157
|
-
},
|
|
158
|
-
"./components/multi-select": {
|
|
159
|
-
"types": "./components/multi-select/index.d.ts",
|
|
160
|
-
"default": "./fesm2022/taiga-ui-legacy-components-multi-select.mjs"
|
|
161
|
-
},
|
|
162
|
-
"./components/multi-select-option": {
|
|
163
|
-
"types": "./components/multi-select-option/index.d.ts",
|
|
164
|
-
"default": "./fesm2022/taiga-ui-legacy-components-multi-select-option.mjs"
|
|
57
|
+
"./components/pdf-viewer": {
|
|
58
|
+
"types": "./components/pdf-viewer/index.d.ts",
|
|
59
|
+
"default": "./fesm2022/taiga-ui-legacy-components-pdf-viewer.mjs"
|
|
165
60
|
},
|
|
166
61
|
"./components/primitive-textfield": {
|
|
167
62
|
"types": "./components/primitive-textfield/index.d.ts",
|
|
@@ -175,41 +70,29 @@
|
|
|
175
70
|
"types": "./components/select-option/index.d.ts",
|
|
176
71
|
"default": "./fesm2022/taiga-ui-legacy-components-select-option.mjs"
|
|
177
72
|
},
|
|
178
|
-
"./components/sheet": {
|
|
179
|
-
"types": "./components/sheet/index.d.ts",
|
|
180
|
-
"default": "./fesm2022/taiga-ui-legacy-components-sheet.mjs"
|
|
181
|
-
},
|
|
182
|
-
"./components/svg": {
|
|
183
|
-
"types": "./components/svg/index.d.ts",
|
|
184
|
-
"default": "./fesm2022/taiga-ui-legacy-components-svg.mjs"
|
|
185
|
-
},
|
|
186
|
-
"./components/table-bar": {
|
|
187
|
-
"types": "./components/table-bar/index.d.ts",
|
|
188
|
-
"default": "./fesm2022/taiga-ui-legacy-components-table-bar.mjs"
|
|
189
|
-
},
|
|
190
|
-
"./components/tag": {
|
|
191
|
-
"types": "./components/tag/index.d.ts",
|
|
192
|
-
"default": "./fesm2022/taiga-ui-legacy-components-tag.mjs"
|
|
193
|
-
},
|
|
194
|
-
"./components/textarea": {
|
|
195
|
-
"types": "./components/textarea/index.d.ts",
|
|
196
|
-
"default": "./fesm2022/taiga-ui-legacy-components-textarea.mjs"
|
|
197
|
-
},
|
|
198
73
|
"./components/tooltip": {
|
|
199
74
|
"types": "./components/tooltip/index.d.ts",
|
|
200
75
|
"default": "./fesm2022/taiga-ui-legacy-components-tooltip.mjs"
|
|
201
76
|
},
|
|
202
|
-
"./
|
|
203
|
-
"types": "./
|
|
204
|
-
"default": "./fesm2022/taiga-ui-legacy-
|
|
77
|
+
"./directives/legacy-dropdown-open-monitor": {
|
|
78
|
+
"types": "./directives/legacy-dropdown-open-monitor/index.d.ts",
|
|
79
|
+
"default": "./fesm2022/taiga-ui-legacy-directives-legacy-dropdown-open-monitor.mjs"
|
|
205
80
|
},
|
|
206
|
-
"./
|
|
207
|
-
"types": "./
|
|
208
|
-
"default": "./fesm2022/taiga-ui-legacy-
|
|
81
|
+
"./directives/textfield-controller": {
|
|
82
|
+
"types": "./directives/textfield-controller/index.d.ts",
|
|
83
|
+
"default": "./fesm2022/taiga-ui-legacy-directives-textfield-controller.mjs"
|
|
209
84
|
},
|
|
210
|
-
"./
|
|
211
|
-
"types": "./
|
|
212
|
-
"default": "./fesm2022/taiga-ui-legacy-
|
|
85
|
+
"./directives/unfinished-validator": {
|
|
86
|
+
"types": "./directives/unfinished-validator/index.d.ts",
|
|
87
|
+
"default": "./fesm2022/taiga-ui-legacy-directives-unfinished-validator.mjs"
|
|
88
|
+
},
|
|
89
|
+
"./directives/value-accessor": {
|
|
90
|
+
"types": "./directives/value-accessor/index.d.ts",
|
|
91
|
+
"default": "./fesm2022/taiga-ui-legacy-directives-value-accessor.mjs"
|
|
92
|
+
},
|
|
93
|
+
"./directives/wrapper": {
|
|
94
|
+
"types": "./directives/wrapper/index.d.ts",
|
|
95
|
+
"default": "./fesm2022/taiga-ui-legacy-directives-wrapper.mjs"
|
|
213
96
|
}
|
|
214
97
|
},
|
|
215
98
|
"peerDependencies": {
|
|
@@ -2,7 +2,7 @@ import { type TuiStringHandler } from '@taiga-ui/cdk/types';
|
|
|
2
2
|
/**
|
|
3
3
|
* @deprecated: drop in v5.0
|
|
4
4
|
*/
|
|
5
|
-
export declare const TUI_CACHE_BUSTING_PAYLOAD: "?v=4.52.0-canary.
|
|
5
|
+
export declare const TUI_CACHE_BUSTING_PAYLOAD: "?v=4.52.0-canary.811ffeb";
|
|
6
6
|
/**
|
|
7
7
|
* @deprecated: drop in v5.0
|
|
8
8
|
*/
|
package/utils/index.d.ts
CHANGED
|
@@ -5,7 +5,6 @@ export * from './get-border';
|
|
|
5
5
|
export * from './get-max-allowed-phone-length';
|
|
6
6
|
export * from './get-safe-area-size';
|
|
7
7
|
export * from './icons-path-factory';
|
|
8
|
-
export * from './is-apple';
|
|
9
8
|
export * from './is-presumed-html-string';
|
|
10
9
|
export * from './iso-to-country-code';
|
|
11
10
|
export * from './not-kz-region';
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { type MaskitoOptions } from '@maskito/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class TuiColorEditComponent {
|
|
5
|
-
color: [number, number, number, number];
|
|
6
|
-
readonly colorChange: EventEmitter<[number, number, number, number]>;
|
|
7
|
-
readonly hexMask: MaskitoOptions;
|
|
8
|
-
readonly modes: string[];
|
|
9
|
-
mode: string | undefined;
|
|
10
|
-
get isHex(): boolean;
|
|
11
|
-
get hex(): string;
|
|
12
|
-
get opacity(): number;
|
|
13
|
-
onHexChange(hex: string): void;
|
|
14
|
-
onRgbChange(...rgba: [number, number, number, number]): void;
|
|
15
|
-
private updateColor;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TuiColorEditComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiColorEditComponent, "tui-color-edit", never, { "color": { "alias": "color"; "required": false; }; }, { "colorChange": "colorChange"; }, never, never, false, never>;
|
|
18
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./color-edit.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/forms";
|
|
5
|
-
import * as i4 from "@maskito/angular";
|
|
6
|
-
import * as i5 from "@taiga-ui/legacy/components/primitive-textfield";
|
|
7
|
-
import * as i6 from "@taiga-ui/legacy/directives/textfield-controller";
|
|
8
|
-
import * as i7 from "@taiga-ui/legacy/components/input-number";
|
|
9
|
-
import * as i8 from "@taiga-ui/legacy/components/select";
|
|
10
|
-
import * as i9 from "@taiga-ui/core/directives/dropdown";
|
|
11
|
-
import * as i10 from "@taiga-ui/core/components/data-list";
|
|
12
|
-
import * as i11 from "@taiga-ui/core/components/button";
|
|
13
|
-
/**
|
|
14
|
-
* TODO(v5): delete it
|
|
15
|
-
* @deprecated use new version of {@link https://taiga-ui.dev/components/input-color TuiInputColor} (from @taiga-ui/kit) instead
|
|
16
|
-
*/
|
|
17
|
-
export declare class TuiColorEditModule {
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TuiColorEditModule, never>;
|
|
19
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TuiColorEditModule, [typeof i1.TuiColorEditComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.MaskitoDirective, typeof i5.TuiPrimitiveTextfieldModule, typeof i6.TuiTextfieldControllerModule, typeof i7.TuiInputNumberModule, typeof i8.TuiSelectModule, typeof i9.TuiDropdownOptionsDirective, typeof i9.TuiDropdownDriverDirective, typeof i9.TuiDropdownDirective, typeof i9.TuiDropdownComponent, typeof i9.TuiDropdownOpen, typeof i9.TuiDropdownOpenLegacy, typeof i9.TuiDropdownPortal, typeof i9.TuiDropdownManual, typeof i9.TuiDropdownHover, typeof i9.TuiDropdownContext, typeof i9.TuiDropdownPosition, typeof i9.TuiDropdownPositionSided, typeof i9.TuiDropdownSelection, typeof i10.TuiDataListComponent, typeof i10.TuiDataListDirective, typeof i10.TuiOption, typeof i10.TuiOptionNew, typeof i10.TuiOptionWithValue, typeof i10.TuiOptGroup, typeof i11.TuiButton], [typeof i1.TuiColorEditComponent, typeof i9.TuiDropdownOptionsDirective, typeof i9.TuiDropdownDriverDirective, typeof i9.TuiDropdownDirective, typeof i9.TuiDropdownComponent, typeof i9.TuiDropdownOpen, typeof i9.TuiDropdownOpenLegacy, typeof i9.TuiDropdownPortal, typeof i9.TuiDropdownManual, typeof i9.TuiDropdownHover, typeof i9.TuiDropdownContext, typeof i9.TuiDropdownPosition, typeof i9.TuiDropdownPositionSided, typeof i9.TuiDropdownSelection, typeof i10.TuiDataListComponent, typeof i10.TuiDataListDirective, typeof i10.TuiOption, typeof i10.TuiOptionNew, typeof i10.TuiOptionWithValue, typeof i10.TuiOptGroup]>;
|
|
20
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<TuiColorEditModule>;
|
|
21
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { type SafeStyle } from '@angular/platform-browser';
|
|
3
|
-
import { type TuiPoint } from '@taiga-ui/core/types';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class TuiColorPickerComponent {
|
|
6
|
-
private readonly sanitizer;
|
|
7
|
-
protected point: TuiPoint;
|
|
8
|
-
protected hue: number;
|
|
9
|
-
protected opacity: number;
|
|
10
|
-
readonly colorChange: EventEmitter<[h: number, s: number, v: number, opacity: number]>;
|
|
11
|
-
set color(color: [h: number, s: number, v: number, opacity: number]);
|
|
12
|
-
get currentColor(): [h: number, s: number, v: number];
|
|
13
|
-
get base(): string;
|
|
14
|
-
get gradient(): SafeStyle;
|
|
15
|
-
onPointChange(point: TuiPoint): void;
|
|
16
|
-
onHueChange(hue: number): void;
|
|
17
|
-
onOpacityChange(opacity: number): void;
|
|
18
|
-
private getCurrentColor;
|
|
19
|
-
private updateColor;
|
|
20
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TuiColorPickerComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiColorPickerComponent, "tui-color-picker", never, { "color": { "alias": "color"; "required": false; }; }, { "colorChange": "colorChange"; }, never, never, false, never>;
|
|
22
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./color-picker.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "../flat-picker/flat-picker.module";
|
|
5
|
-
import * as i4 from "../linear-picker/linear-picker.module";
|
|
6
|
-
/**
|
|
7
|
-
* TODO(v5): delete it
|
|
8
|
-
* @deprecated use new version of {@link https://taiga-ui.dev/components/input-color TuiInputColor} (from @taiga-ui/kit) instead
|
|
9
|
-
*/
|
|
10
|
-
export declare class TuiColorPickerModule {
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TuiColorPickerModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TuiColorPickerModule, [typeof i1.TuiColorPickerComponent], [typeof i2.CommonModule, typeof i3.TuiFlatPickerModule, typeof i4.TuiLinearPickerModule], [typeof i1.TuiColorPickerComponent]>;
|
|
13
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<TuiColorPickerModule>;
|
|
14
|
-
}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { type SafeStyle } from '@angular/platform-browser';
|
|
3
|
-
import { type TuiGradientDirection } from '@taiga-ui/cdk/utils/color';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class TuiColorSelectorComponent {
|
|
6
|
-
private readonly selectorOptions;
|
|
7
|
-
private stops;
|
|
8
|
-
private currentStop;
|
|
9
|
-
private direction;
|
|
10
|
-
private readonly sanitizer;
|
|
11
|
-
protected readonly icons: import("@taiga-ui/core/tokens").TuiCommonIcons;
|
|
12
|
-
protected open: boolean;
|
|
13
|
-
colors: ReadonlyMap<string, string>;
|
|
14
|
-
readonly colorChange: EventEmitter<string>;
|
|
15
|
-
color: [number, number, number, number];
|
|
16
|
-
readonly modes: [string, string];
|
|
17
|
-
currentMode: string;
|
|
18
|
-
readonly buttons: readonly TuiGradientDirection[];
|
|
19
|
-
set colorSetter(color: string);
|
|
20
|
-
get selectorMode(): boolean;
|
|
21
|
-
get palette(): Map<string, string>;
|
|
22
|
-
get stopsKeys(): number[];
|
|
23
|
-
get currentColor(): [number, number, number, number];
|
|
24
|
-
get gradient(): SafeStyle;
|
|
25
|
-
get isGradient(): boolean;
|
|
26
|
-
getIcon(direction: TuiGradientDirection): string;
|
|
27
|
-
isModeActive(mode: string): boolean;
|
|
28
|
-
isDirectionActive(direction: TuiGradientDirection): boolean;
|
|
29
|
-
onPalettePick(color: string): void;
|
|
30
|
-
onDirectionChange(direction: TuiGradientDirection): void;
|
|
31
|
-
onModeSelect(mode: string): void;
|
|
32
|
-
onIndexChange(index: number): void;
|
|
33
|
-
onColorChange(color: [number, number, number, number]): void;
|
|
34
|
-
onStopsChange(stopsKeys: readonly number[]): void;
|
|
35
|
-
private getStopsKeys;
|
|
36
|
-
private filterPalette;
|
|
37
|
-
private updateColor;
|
|
38
|
-
private getGradient;
|
|
39
|
-
private getStop;
|
|
40
|
-
private addStop;
|
|
41
|
-
private removeStop;
|
|
42
|
-
private replaceStop;
|
|
43
|
-
private parseGradient;
|
|
44
|
-
private parseColor;
|
|
45
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TuiColorSelectorComponent, never>;
|
|
46
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiColorSelectorComponent, "tui-color-selector", never, { "colors": { "alias": "colors"; "required": false; }; "colorSetter": { "alias": "color"; "required": false; }; }, { "colorChange": "colorChange"; }, never, never, false, never>;
|
|
47
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./color-selector.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@taiga-ui/core/components/button";
|
|
5
|
-
import * as i4 from "@taiga-ui/legacy/components/svg";
|
|
6
|
-
import * as i5 from "./color-picker/color-picker.module";
|
|
7
|
-
import * as i6 from "./linear-multi-picker/linear-multi-picker.module";
|
|
8
|
-
import * as i7 from "@taiga-ui/cdk/directives/active-zone";
|
|
9
|
-
import * as i8 from "./color-edit/color-edit.module";
|
|
10
|
-
import * as i9 from "@taiga-ui/core/directives/group";
|
|
11
|
-
import * as i10 from "./palette/palette.module";
|
|
12
|
-
import * as i11 from "@taiga-ui/kit/directives/chevron";
|
|
13
|
-
import * as i12 from "@taiga-ui/core/components/icon";
|
|
14
|
-
import * as i13 from "@taiga-ui/core/directives/hint";
|
|
15
|
-
import * as i14 from "@taiga-ui/core/components/data-list";
|
|
16
|
-
/**
|
|
17
|
-
* TODO(v5): delete it
|
|
18
|
-
* @deprecated use new version of {@link https://taiga-ui.dev/components/input-color TuiInputColor} (from @taiga-ui/kit) instead
|
|
19
|
-
*/
|
|
20
|
-
export declare class TuiColorSelectorModule {
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TuiColorSelectorModule, never>;
|
|
22
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TuiColorSelectorModule, [typeof i1.TuiColorSelectorComponent], [typeof i2.CommonModule, typeof i3.TuiButton, typeof i4.TuiSvgComponent, typeof i5.TuiColorPickerModule, typeof i6.TuiLinearMultiPickerModule, typeof i7.TuiActiveZone, typeof i8.TuiColorEditModule, typeof i9.TuiGroup, typeof i10.TuiPaletteModule, typeof i11.TuiChevron, typeof i12.TuiIcon, typeof i13.TuiHintComponent, typeof i13.TuiHintDirective, typeof i13.TuiHintOptionsDirective, typeof i13.TuiHintUnstyled, typeof i13.TuiHintDriver, typeof i13.TuiHintPosition, typeof i13.TuiHintHover, typeof i13.TuiHintOverflow, typeof i13.TuiHintDescribe, typeof i13.TuiHintHost, typeof i13.TuiHintManual, typeof i13.TuiHintPointer, typeof i14.TuiDataListComponent, typeof i14.TuiDataListDirective, typeof i14.TuiOption, typeof i14.TuiOptionNew, typeof i14.TuiOptionWithValue, typeof i14.TuiOptGroup], [typeof i1.TuiColorSelectorComponent, typeof i13.TuiHintComponent, typeof i13.TuiHintDirective, typeof i13.TuiHintOptionsDirective, typeof i13.TuiHintUnstyled, typeof i13.TuiHintDriver, typeof i13.TuiHintPosition, typeof i13.TuiHintHover, typeof i13.TuiHintOverflow, typeof i13.TuiHintDescribe, typeof i13.TuiHintHost, typeof i13.TuiHintManual, typeof i13.TuiHintPointer, typeof i14.TuiDataListComponent, typeof i14.TuiDataListDirective, typeof i14.TuiOption, typeof i14.TuiOptionNew, typeof i14.TuiOptionWithValue, typeof i14.TuiOptGroup]>;
|
|
23
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<TuiColorSelectorModule>;
|
|
24
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { InjectionToken, type Provider } from '@angular/core';
|
|
2
|
-
import { type TuiGradientDirection } from '@taiga-ui/cdk/utils/color';
|
|
3
|
-
export declare const TUI_COLOR_SELECTOR_MODE_NAMES: InjectionToken<[string, string]>;
|
|
4
|
-
export declare const TUI_DEFAULT_INPUT_COLORS: Map<string, string>;
|
|
5
|
-
export declare const TuiColorSelectorMode: {
|
|
6
|
-
readonly SolidColor: 0;
|
|
7
|
-
readonly Gradient: 1;
|
|
8
|
-
};
|
|
9
|
-
export interface TuiColorSelectorOptions {
|
|
10
|
-
readonly mode: (typeof TuiColorSelectorMode)[keyof typeof TuiColorSelectorMode];
|
|
11
|
-
readonly selectorMode: boolean;
|
|
12
|
-
readonly color: [number, number, number, number];
|
|
13
|
-
readonly colors: ReadonlyMap<string, string>;
|
|
14
|
-
readonly gradient: {
|
|
15
|
-
readonly icons: Record<TuiGradientDirection, string>;
|
|
16
|
-
readonly steps: ReadonlyArray<[number, [number, number, number, number]]>;
|
|
17
|
-
readonly stop: number;
|
|
18
|
-
readonly direction: TuiGradientDirection;
|
|
19
|
-
readonly emptyStop: [number, number, number, number];
|
|
20
|
-
readonly buttons: readonly TuiGradientDirection[];
|
|
21
|
-
};
|
|
22
|
-
}
|
|
23
|
-
export declare const TUI_COLOR_SELECTOR_DEFAULT_OPTIONS: TuiColorSelectorOptions;
|
|
24
|
-
export declare const TUI_COLOR_SELECTOR_OPTIONS: InjectionToken<TuiColorSelectorOptions>;
|
|
25
|
-
export declare function tuiColorSelectorOptionsProvider(options: Partial<TuiColorSelectorOptions>): Provider;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { type TuiPoint } from '@taiga-ui/core/types';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class TuiFlatPickerComponent {
|
|
5
|
-
protected readonly $: import("rxjs").Subscription;
|
|
6
|
-
value: TuiPoint;
|
|
7
|
-
readonly valueChange: EventEmitter<[number, number]>;
|
|
8
|
-
get left(): number;
|
|
9
|
-
get top(): number;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TuiFlatPickerComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiFlatPickerComponent, "tui-flat-picker", never, { "value": { "alias": "value"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, false, never>;
|
|
12
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./flat-picker.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
/**
|
|
5
|
-
* TODO(v5): delete it
|
|
6
|
-
* @deprecated use new version of {@link https://taiga-ui.dev/components/input-color TuiInputColor} (from @taiga-ui/kit) instead
|
|
7
|
-
*/
|
|
8
|
-
export declare class TuiFlatPickerModule {
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TuiFlatPickerModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TuiFlatPickerModule, [typeof i1.TuiFlatPickerComponent], [typeof i2.CommonModule], [typeof i1.TuiFlatPickerComponent]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<TuiFlatPickerModule>;
|
|
12
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
export * from './color-edit/color-edit.component';
|
|
2
|
-
export * from './color-edit/color-edit.module';
|
|
3
|
-
export * from './color-picker/color-picker.component';
|
|
4
|
-
export * from './color-picker/color-picker.module';
|
|
5
|
-
export * from './color-selector.component';
|
|
6
|
-
export * from './color-selector.module';
|
|
7
|
-
export * from './color-selector.options';
|
|
8
|
-
export * from './flat-picker/flat-picker.component';
|
|
9
|
-
export * from './flat-picker/flat-picker.module';
|
|
10
|
-
export * from './linear-multi-picker/linear-multi-picker.component';
|
|
11
|
-
export * from './linear-multi-picker/linear-multi-picker.module';
|
|
12
|
-
export * from './linear-picker/linear-picker.component';
|
|
13
|
-
export * from './linear-picker/linear-picker.module';
|
|
14
|
-
export * from './palette/palette.component';
|
|
15
|
-
export * from './palette/palette.module';
|
|
16
|
-
export * from './services/picker.service';
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class TuiLinearMultiPickerComponent {
|
|
4
|
-
protected readonly $: import("rxjs").Subscription;
|
|
5
|
-
value: number[];
|
|
6
|
-
readonly valueChange: EventEmitter<number[]>;
|
|
7
|
-
readonly indexChange: EventEmitter<number>;
|
|
8
|
-
index: number;
|
|
9
|
-
onMouseUp(): void;
|
|
10
|
-
onMouseDown(index: number): void;
|
|
11
|
-
onClick(index: number): void;
|
|
12
|
-
private onPicker;
|
|
13
|
-
private updateIndex;
|
|
14
|
-
private updateValue;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TuiLinearMultiPickerComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiLinearMultiPickerComponent, "tui-linear-multi-picker", never, { "value": { "alias": "value"; "required": false; }; }, { "valueChange": "valueChange"; "indexChange": "indexChange"; }, never, never, false, never>;
|
|
17
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./linear-multi-picker.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
/**
|
|
5
|
-
* TODO(v5): delete it
|
|
6
|
-
* @deprecated use new version of {@link https://taiga-ui.dev/components/input-color TuiInputColor} (from @taiga-ui/kit) instead
|
|
7
|
-
*/
|
|
8
|
-
export declare class TuiLinearMultiPickerModule {
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TuiLinearMultiPickerModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TuiLinearMultiPickerModule, [typeof i1.TuiLinearMultiPickerComponent], [typeof i2.CommonModule], [typeof i1.TuiLinearMultiPickerComponent]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<TuiLinearMultiPickerModule>;
|
|
12
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class TuiLinearPickerComponent {
|
|
4
|
-
protected readonly $: import("rxjs").Subscription;
|
|
5
|
-
value: number;
|
|
6
|
-
readonly valueChange: EventEmitter<number>;
|
|
7
|
-
get left(): number;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TuiLinearPickerComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiLinearPickerComponent, "tui-linear-picker", never, { "value": { "alias": "value"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, false, never>;
|
|
10
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./linear-picker.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
/**
|
|
5
|
-
* TODO(v5): delete it
|
|
6
|
-
* @deprecated use new version of {@link https://taiga-ui.dev/components/input-color TuiInputColor} (from @taiga-ui/kit) instead
|
|
7
|
-
*/
|
|
8
|
-
export declare class TuiLinearPickerModule {
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TuiLinearPickerModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TuiLinearPickerModule, [typeof i1.TuiLinearPickerComponent], [typeof i2.CommonModule], [typeof i1.TuiLinearPickerComponent]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<TuiLinearPickerModule>;
|
|
12
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { type KeyValue } from '@angular/common';
|
|
2
|
-
import { EventEmitter } from '@angular/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class TuiPaletteComponent {
|
|
5
|
-
colors: ReadonlyMap<string, string>;
|
|
6
|
-
readonly selectedColor: EventEmitter<string>;
|
|
7
|
-
originalOrder: (_a: KeyValue<string, string>, _b: KeyValue<string, string>) => number;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TuiPaletteComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiPaletteComponent, "tui-palette", never, { "colors": { "alias": "colors"; "required": false; }; }, { "selectedColor": "selectedColor"; }, never, never, false, never>;
|
|
10
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./palette.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@taiga-ui/core/directives/hint";
|
|
5
|
-
/**
|
|
6
|
-
* TODO(v5): delete it
|
|
7
|
-
* @deprecated use new version of {@link https://taiga-ui.dev/components/input-color TuiInputColor} (from @taiga-ui/kit) instead
|
|
8
|
-
*/
|
|
9
|
-
export declare class TuiPaletteModule {
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TuiPaletteModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TuiPaletteModule, [typeof i1.TuiPaletteComponent], [typeof i2.CommonModule, typeof i3.TuiHintComponent, typeof i3.TuiHintDirective, typeof i3.TuiHintOptionsDirective, typeof i3.TuiHintUnstyled, typeof i3.TuiHintDriver, typeof i3.TuiHintPosition, typeof i3.TuiHintHover, typeof i3.TuiHintOverflow, typeof i3.TuiHintDescribe, typeof i3.TuiHintHost, typeof i3.TuiHintManual, typeof i3.TuiHintPointer], [typeof i1.TuiPaletteComponent, typeof i3.TuiHintComponent, typeof i3.TuiHintDirective, typeof i3.TuiHintOptionsDirective, typeof i3.TuiHintUnstyled, typeof i3.TuiHintDriver, typeof i3.TuiHintPosition, typeof i3.TuiHintHover, typeof i3.TuiHintOverflow, typeof i3.TuiHintDescribe, typeof i3.TuiHintHost, typeof i3.TuiHintManual, typeof i3.TuiHintPointer]>;
|
|
12
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<TuiPaletteModule>;
|
|
13
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { type TuiPoint } from '@taiga-ui/core/types';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
/**
|
|
5
|
-
* TODO(v5): delete it
|
|
6
|
-
* @deprecated use new version of {@link https://taiga-ui.dev/components/input-color TuiInputColor} (from @taiga-ui/kit) instead
|
|
7
|
-
*/
|
|
8
|
-
export declare class TuiPickerService extends Observable<TuiPoint> {
|
|
9
|
-
private readonly el;
|
|
10
|
-
private readonly doc;
|
|
11
|
-
private readonly point$;
|
|
12
|
-
constructor();
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TuiPickerService, never>;
|
|
14
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<TuiPickerService>;
|
|
15
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
/**
|
|
3
|
-
* TODO(v5): delete it
|
|
4
|
-
* @deprecated use new version of {@link https://taiga-ui.dev/components/combo-box TuiComboBox} (from @taiga-ui/kit) instead
|
|
5
|
-
*/
|
|
6
|
-
export declare class TuiComboBoxStrictDirective<T> {
|
|
7
|
-
private readonly comboBox;
|
|
8
|
-
strict: boolean;
|
|
9
|
-
protected onInput(): void;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TuiComboBoxStrictDirective<any>, never>;
|
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiComboBoxStrictDirective<any>, "tui-combo-box[strict]", never, { "strict": { "alias": "strict"; "required": false; }; }, {}, never, never, false, never>;
|
|
12
|
-
}
|