@taiga-ui/kit 5.0.0-canary.eb8b52f → 5.0.0-canary.efd526e
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/components/calendar-month/calendar-month.component.d.ts +4 -3
- package/components/combo-box/combo-box.directive.d.ts +1 -0
- package/components/copy/button-copy.component.d.ts +17 -0
- package/components/copy/copy.d.ts +2 -1
- package/components/copy/copy.directive.d.ts +5 -2
- package/components/copy/copy.options.d.ts +1 -3
- package/components/copy/index.d.ts +1 -0
- package/components/index.d.ts +0 -3
- package/components/input-chip/input-chip.component.d.ts +5 -0
- package/components/input-chip/input-chip.directive.d.ts +1 -1
- package/components/input-date/input-date.directive.d.ts +2 -2
- package/components/input-date/input-date.options.d.ts +2 -4
- package/components/input-date-multi/input-date-multi.directive.d.ts +1 -1
- package/components/input-date-time/input-date-time.directive.d.ts +1 -0
- package/components/input-month/input-month.directive.d.ts +1 -1
- package/components/input-month/input-month.options.d.ts +1 -7
- package/components/input-month-range/input-month-range.directive.d.ts +1 -1
- package/components/input-month-range/input-month-range.options.d.ts +1 -3
- package/components/input-number/input-number.directive.d.ts +1 -0
- package/components/input-number/number-mask.directive.d.ts +1 -1
- package/components/input-range/input-range.component.d.ts +1 -0
- package/components/input-slider/input-slider.d.ts +1 -1
- package/components/input-time/input-time.directive.d.ts +1 -1
- package/components/input-time/input-time.options.d.ts +1 -3
- package/components/input-year/input-year.directive.d.ts +1 -1
- package/components/line-clamp/line-clamp-box.component.d.ts +2 -0
- package/components/line-clamp/line-clamp.component.d.ts +2 -0
- package/components/multi-select/multi-select-group/multi-select-group.directive.d.ts +1 -0
- package/components/range/range.component.d.ts +2 -2
- package/components/select/select-option/select-option.component.d.ts +1 -1
- package/components/switch/switch.component.d.ts +1 -1
- package/components/switch/switch.options.d.ts +1 -1
- package/components/tabs/tabs-with-more.component.d.ts +3 -3
- package/directives/password/password.options.d.ts +2 -4
- package/fesm2022/taiga-ui-kit-components-accordion.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-accordion.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-action-bar.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-action-bar.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-avatar.mjs +6 -7
- package/fesm2022/taiga-ui-kit-components-avatar.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-badge-notification.mjs +2 -4
- package/fesm2022/taiga-ui-kit-components-badge-notification.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-badge.mjs +3 -2
- package/fesm2022/taiga-ui-kit-components-badge.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-badged-content.mjs +1 -3
- package/fesm2022/taiga-ui-kit-components-badged-content.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-block.mjs +3 -2
- package/fesm2022/taiga-ui-kit-components-block.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs +2 -4
- package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-calendar-month.mjs +24 -16
- package/fesm2022/taiga-ui-kit-components-calendar-month.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-carousel.mjs +2 -6
- package/fesm2022/taiga-ui-kit-components-carousel.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-chip.mjs +4 -3
- package/fesm2022/taiga-ui-kit-components-chip.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-combo-box.mjs +6 -2
- package/fesm2022/taiga-ui-kit-components-combo-box.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-comment.mjs +8 -4
- package/fesm2022/taiga-ui-kit-components-comment.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-compass.mjs +4 -2
- package/fesm2022/taiga-ui-kit-components-compass.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-copy.mjs +87 -24
- package/fesm2022/taiga-ui-kit-components-copy.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-files.mjs +6 -10
- package/fesm2022/taiga-ui-kit-components-files.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-filter.mjs +1 -3
- package/fesm2022/taiga-ui-kit-components-filter.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-chip.mjs +21 -10
- package/fesm2022/taiga-ui-kit-components-input-chip.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-color.mjs +3 -3
- package/fesm2022/taiga-ui-kit-components-input-color.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-date-multi.mjs +4 -5
- package/fesm2022/taiga-ui-kit-components-input-date-multi.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-date-time.mjs +15 -1
- package/fesm2022/taiga-ui-kit-components-input-date-time.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-date.mjs +6 -5
- package/fesm2022/taiga-ui-kit-components-input-date.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-month-range.mjs +3 -2
- package/fesm2022/taiga-ui-kit-components-input-month-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-month.mjs +4 -10
- package/fesm2022/taiga-ui-kit-components-input-month.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-number.mjs +28 -17
- package/fesm2022/taiga-ui-kit-components-input-number.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-phone.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-input-phone.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-pin.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-input-pin.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-range.mjs +6 -2
- package/fesm2022/taiga-ui-kit-components-input-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-slider.mjs +1 -1
- package/fesm2022/taiga-ui-kit-components-input-slider.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-time.mjs +4 -3
- package/fesm2022/taiga-ui-kit-components-input-time.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-year.mjs +8 -6
- package/fesm2022/taiga-ui-kit-components-input-year.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-items-with-more.mjs +1 -3
- package/fesm2022/taiga-ui-kit-components-items-with-more.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-like.mjs +3 -2
- package/fesm2022/taiga-ui-kit-components-like.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-line-clamp.mjs +17 -8
- package/fesm2022/taiga-ui-kit-components-line-clamp.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-message.mjs +3 -2
- package/fesm2022/taiga-ui-kit-components-message.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-multi-select.mjs +15 -10
- package/fesm2022/taiga-ui-kit-components-multi-select.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-notification-middle.mjs +3 -5
- package/fesm2022/taiga-ui-kit-components-notification-middle.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-pagination.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-pagination.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-pin.mjs +5 -3
- package/fesm2022/taiga-ui-kit-components-pin.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-preview.mjs +10 -14
- package/fesm2022/taiga-ui-kit-components-preview.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-progress.mjs +8 -10
- package/fesm2022/taiga-ui-kit-components-progress.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-push.mjs +3 -5
- package/fesm2022/taiga-ui-kit-components-push.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-radio-list.mjs +4 -4
- package/fesm2022/taiga-ui-kit-components-radio-list.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-range.mjs +17 -14
- package/fesm2022/taiga-ui-kit-components-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-routable-dialog.mjs +1 -3
- package/fesm2022/taiga-ui-kit-components-routable-dialog.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-segmented.mjs +4 -10
- package/fesm2022/taiga-ui-kit-components-segmented.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-select.mjs +11 -12
- package/fesm2022/taiga-ui-kit-components-select.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-status.mjs +5 -3
- package/fesm2022/taiga-ui-kit-components-status.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-stepper.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-stepper.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-switch.mjs +4 -3
- package/fesm2022/taiga-ui-kit-components-switch.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-tabs.mjs +24 -21
- package/fesm2022/taiga-ui-kit-components-tabs.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-textarea.mjs +5 -7
- package/fesm2022/taiga-ui-kit-components-textarea.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-tiles.mjs +1 -3
- package/fesm2022/taiga-ui-kit-components-tiles.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-toast.mjs +4 -5
- package/fesm2022/taiga-ui-kit-components-toast.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-tree.mjs +4 -12
- package/fesm2022/taiga-ui-kit-components-tree.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components.mjs +0 -3
- package/fesm2022/taiga-ui-kit-components.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-button-group.mjs +3 -5
- package/fesm2022/taiga-ui-kit-directives-button-group.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-chevron.mjs +2 -2
- package/fesm2022/taiga-ui-kit-directives-chevron.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-connected.mjs +1 -3
- package/fesm2022/taiga-ui-kit-directives-connected.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs +1 -3
- package/fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-fade.mjs +2 -2
- package/fesm2022/taiga-ui-kit-directives-fade.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-password.mjs +1 -7
- package/fesm2022/taiga-ui-kit-directives-password.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-tooltip.mjs +2 -2
- package/fesm2022/taiga-ui-kit-directives-tooltip.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-auto-color.mjs +1 -3
- package/fesm2022/taiga-ui-kit-pipes-auto-color.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-emails.mjs +1 -3
- package/fesm2022/taiga-ui-kit-pipes-emails.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-flag.mjs +1 -3
- package/fesm2022/taiga-ui-kit-pipes-flag.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-initials.mjs +1 -3
- package/fesm2022/taiga-ui-kit-pipes-initials.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-stringify-content.mjs +1 -3
- package/fesm2022/taiga-ui-kit-pipes-stringify-content.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-stringify.mjs +1 -3
- package/fesm2022/taiga-ui-kit-pipes-stringify.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-tokens.mjs +18 -54
- package/fesm2022/taiga-ui-kit-tokens.mjs.map +1 -1
- package/package.json +152 -165
- package/tokens/i18n.d.ts +0 -1
- package/components/checkbox/checkbox.component.d.ts +0 -10
- package/components/checkbox/checkbox.options.d.ts +0 -10
- package/components/checkbox/index.d.ts +0 -2
- package/components/radio/index.d.ts +0 -4
- package/components/radio/radio.component.d.ts +0 -18
- package/components/radio/radio.d.ts +0 -3
- package/components/radio/radio.directive.d.ts +0 -8
- package/components/radio/radio.options.d.ts +0 -7
- package/components/slider/helpers/key-steps.d.ts +0 -27
- package/components/slider/helpers/slider-key-steps.directive.d.ts +0 -32
- package/components/slider/helpers/slider-readonly.directive.d.ts +0 -15
- package/components/slider/helpers/slider-thumb-label.component.d.ts +0 -13
- package/components/slider/index.d.ts +0 -6
- package/components/slider/slider.component.d.ts +0 -22
- package/components/slider/slider.d.ts +0 -5
- package/fesm2022/taiga-ui-kit-components-checkbox.mjs +0 -36
- package/fesm2022/taiga-ui-kit-components-checkbox.mjs.map +0 -1
- package/fesm2022/taiga-ui-kit-components-radio.mjs +0 -93
- package/fesm2022/taiga-ui-kit-components-radio.mjs.map +0 -1
- package/fesm2022/taiga-ui-kit-components-slider.mjs +0 -343
- package/fesm2022/taiga-ui-kit-components-slider.mjs.map +0 -1
- package/styles/components/avatar.less +0 -188
- package/styles/components/badge.less +0 -127
- package/styles/components/block.less +0 -118
- package/styles/components/checkbox.less +0 -84
- package/styles/components/chip.less +0 -139
- package/styles/components/comment.less +0 -64
- package/styles/components/compass.less +0 -49
- package/styles/components/like.less +0 -67
- package/styles/components/message.less +0 -33
- package/styles/components/pin.less +0 -164
- package/styles/components/progress-bar.less +0 -117
- package/styles/components/radio.less +0 -59
- package/styles/components/status.less +0 -40
- package/styles/components/switch.less +0 -103
- package/styles/components/toast.less +0 -44
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/kit",
|
|
3
|
-
"version": "5.0.0-canary.
|
|
3
|
+
"version": "5.0.0-canary.efd526e",
|
|
4
4
|
"description": "Taiga UI Angular main components kit",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -15,8 +15,30 @@
|
|
|
15
15
|
"url": "https://github.com/taiga-family/taiga-ui"
|
|
16
16
|
},
|
|
17
17
|
"license": "Apache-2.0",
|
|
18
|
+
"peerDependencies": {
|
|
19
|
+
"@angular/common": ">=19.0.0",
|
|
20
|
+
"@angular/core": ">=19.0.0",
|
|
21
|
+
"@angular/forms": ">=19.0.0",
|
|
22
|
+
"@angular/router": ">=19.0.0",
|
|
23
|
+
"@maskito/angular": "^5.1.1",
|
|
24
|
+
"@maskito/core": "^5.1.1",
|
|
25
|
+
"@maskito/kit": "^5.1.1",
|
|
26
|
+
"@maskito/phone": "^5.1.1",
|
|
27
|
+
"@ng-web-apis/common": "^5.1.0",
|
|
28
|
+
"@ng-web-apis/intersection-observer": "^5.1.0",
|
|
29
|
+
"@ng-web-apis/mutation-observer": "^5.1.0",
|
|
30
|
+
"@ng-web-apis/platform": "^5.1.0",
|
|
31
|
+
"@ng-web-apis/resize-observer": "^5.1.0",
|
|
32
|
+
"@taiga-ui/cdk": "^5.0.0-rc.3",
|
|
33
|
+
"@taiga-ui/core": "^5.0.0-rc.3",
|
|
34
|
+
"@taiga-ui/i18n": "^5.0.0-rc.3",
|
|
35
|
+
"@taiga-ui/polymorpheus": "^5.0.0",
|
|
36
|
+
"@taiga-ui/styles": "^5.0.0-rc.3",
|
|
37
|
+
"rxjs": ">=7.0.0"
|
|
38
|
+
},
|
|
39
|
+
"module": "fesm2022/taiga-ui-kit.mjs",
|
|
40
|
+
"typings": "index.d.ts",
|
|
18
41
|
"exports": {
|
|
19
|
-
"./styles/*": "./styles/*",
|
|
20
42
|
"./package.json": {
|
|
21
43
|
"default": "./package.json"
|
|
22
44
|
},
|
|
@@ -24,134 +46,26 @@
|
|
|
24
46
|
"types": "./index.d.ts",
|
|
25
47
|
"default": "./fesm2022/taiga-ui-kit.mjs"
|
|
26
48
|
},
|
|
27
|
-
"./directives": {
|
|
28
|
-
"types": "./directives/index.d.ts",
|
|
29
|
-
"default": "./fesm2022/taiga-ui-kit-directives.mjs"
|
|
30
|
-
},
|
|
31
|
-
"./pipes": {
|
|
32
|
-
"types": "./pipes/index.d.ts",
|
|
33
|
-
"default": "./fesm2022/taiga-ui-kit-pipes.mjs"
|
|
34
|
-
},
|
|
35
49
|
"./components": {
|
|
36
50
|
"types": "./components/index.d.ts",
|
|
37
51
|
"default": "./fesm2022/taiga-ui-kit-components.mjs"
|
|
38
52
|
},
|
|
53
|
+
"./directives": {
|
|
54
|
+
"types": "./directives/index.d.ts",
|
|
55
|
+
"default": "./fesm2022/taiga-ui-kit-directives.mjs"
|
|
56
|
+
},
|
|
39
57
|
"./tokens": {
|
|
40
58
|
"types": "./tokens/index.d.ts",
|
|
41
59
|
"default": "./fesm2022/taiga-ui-kit-tokens.mjs"
|
|
42
60
|
},
|
|
61
|
+
"./pipes": {
|
|
62
|
+
"types": "./pipes/index.d.ts",
|
|
63
|
+
"default": "./fesm2022/taiga-ui-kit-pipes.mjs"
|
|
64
|
+
},
|
|
43
65
|
"./utils": {
|
|
44
66
|
"types": "./utils/index.d.ts",
|
|
45
67
|
"default": "./fesm2022/taiga-ui-kit-utils.mjs"
|
|
46
68
|
},
|
|
47
|
-
"./directives/appearance-proxy": {
|
|
48
|
-
"types": "./directives/appearance-proxy/index.d.ts",
|
|
49
|
-
"default": "./fesm2022/taiga-ui-kit-directives-appearance-proxy.mjs"
|
|
50
|
-
},
|
|
51
|
-
"./directives/button-group": {
|
|
52
|
-
"types": "./directives/button-group/index.d.ts",
|
|
53
|
-
"default": "./fesm2022/taiga-ui-kit-directives-button-group.mjs"
|
|
54
|
-
},
|
|
55
|
-
"./directives/button-select": {
|
|
56
|
-
"types": "./directives/button-select/index.d.ts",
|
|
57
|
-
"default": "./fesm2022/taiga-ui-kit-directives-button-select.mjs"
|
|
58
|
-
},
|
|
59
|
-
"./directives/chevron": {
|
|
60
|
-
"types": "./directives/chevron/index.d.ts",
|
|
61
|
-
"default": "./fesm2022/taiga-ui-kit-directives-chevron.mjs"
|
|
62
|
-
},
|
|
63
|
-
"./directives/connected": {
|
|
64
|
-
"types": "./directives/connected/index.d.ts",
|
|
65
|
-
"default": "./fesm2022/taiga-ui-kit-directives-connected.mjs"
|
|
66
|
-
},
|
|
67
|
-
"./directives/data-list-dropdown-manager": {
|
|
68
|
-
"types": "./directives/data-list-dropdown-manager/index.d.ts",
|
|
69
|
-
"default": "./fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs"
|
|
70
|
-
},
|
|
71
|
-
"./directives/fade": {
|
|
72
|
-
"types": "./directives/fade/index.d.ts",
|
|
73
|
-
"default": "./fesm2022/taiga-ui-kit-directives-fade.mjs"
|
|
74
|
-
},
|
|
75
|
-
"./directives/fluid-typography": {
|
|
76
|
-
"types": "./directives/fluid-typography/index.d.ts",
|
|
77
|
-
"default": "./fesm2022/taiga-ui-kit-directives-fluid-typography.mjs"
|
|
78
|
-
},
|
|
79
|
-
"./directives/highlight": {
|
|
80
|
-
"types": "./directives/highlight/index.d.ts",
|
|
81
|
-
"default": "./fesm2022/taiga-ui-kit-directives-highlight.mjs"
|
|
82
|
-
},
|
|
83
|
-
"./directives/password": {
|
|
84
|
-
"types": "./directives/password/index.d.ts",
|
|
85
|
-
"default": "./fesm2022/taiga-ui-kit-directives-password.mjs"
|
|
86
|
-
},
|
|
87
|
-
"./directives/present": {
|
|
88
|
-
"types": "./directives/present/index.d.ts",
|
|
89
|
-
"default": "./fesm2022/taiga-ui-kit-directives-present.mjs"
|
|
90
|
-
},
|
|
91
|
-
"./directives/sensitive": {
|
|
92
|
-
"types": "./directives/sensitive/index.d.ts",
|
|
93
|
-
"default": "./fesm2022/taiga-ui-kit-directives-sensitive.mjs"
|
|
94
|
-
},
|
|
95
|
-
"./directives/shimmer": {
|
|
96
|
-
"types": "./directives/shimmer/index.d.ts",
|
|
97
|
-
"default": "./fesm2022/taiga-ui-kit-directives-shimmer.mjs"
|
|
98
|
-
},
|
|
99
|
-
"./directives/skeleton": {
|
|
100
|
-
"types": "./directives/skeleton/index.d.ts",
|
|
101
|
-
"default": "./fesm2022/taiga-ui-kit-directives-skeleton.mjs"
|
|
102
|
-
},
|
|
103
|
-
"./directives/tooltip": {
|
|
104
|
-
"types": "./directives/tooltip/index.d.ts",
|
|
105
|
-
"default": "./fesm2022/taiga-ui-kit-directives-tooltip.mjs"
|
|
106
|
-
},
|
|
107
|
-
"./directives/unfinished-validator": {
|
|
108
|
-
"types": "./directives/unfinished-validator/index.d.ts",
|
|
109
|
-
"default": "./fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs"
|
|
110
|
-
},
|
|
111
|
-
"./directives/unmask-handler": {
|
|
112
|
-
"types": "./directives/unmask-handler/index.d.ts",
|
|
113
|
-
"default": "./fesm2022/taiga-ui-kit-directives-unmask-handler.mjs"
|
|
114
|
-
},
|
|
115
|
-
"./pipes/auto-color": {
|
|
116
|
-
"types": "./pipes/auto-color/index.d.ts",
|
|
117
|
-
"default": "./fesm2022/taiga-ui-kit-pipes-auto-color.mjs"
|
|
118
|
-
},
|
|
119
|
-
"./pipes/emails": {
|
|
120
|
-
"types": "./pipes/emails/index.d.ts",
|
|
121
|
-
"default": "./fesm2022/taiga-ui-kit-pipes-emails.mjs"
|
|
122
|
-
},
|
|
123
|
-
"./pipes/filter-by-input": {
|
|
124
|
-
"types": "./pipes/filter-by-input/index.d.ts",
|
|
125
|
-
"default": "./fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs"
|
|
126
|
-
},
|
|
127
|
-
"./pipes/flag": {
|
|
128
|
-
"types": "./pipes/flag/index.d.ts",
|
|
129
|
-
"default": "./fesm2022/taiga-ui-kit-pipes-flag.mjs"
|
|
130
|
-
},
|
|
131
|
-
"./pipes/hide-selected": {
|
|
132
|
-
"types": "./pipes/hide-selected/index.d.ts",
|
|
133
|
-
"default": "./fesm2022/taiga-ui-kit-pipes-hide-selected.mjs"
|
|
134
|
-
},
|
|
135
|
-
"./pipes/initials": {
|
|
136
|
-
"types": "./pipes/initials/index.d.ts",
|
|
137
|
-
"default": "./fesm2022/taiga-ui-kit-pipes-initials.mjs"
|
|
138
|
-
},
|
|
139
|
-
"./pipes/sort-countries": {
|
|
140
|
-
"types": "./pipes/sort-countries/index.d.ts",
|
|
141
|
-
"default": "./fesm2022/taiga-ui-kit-pipes-sort-countries.mjs"
|
|
142
|
-
},
|
|
143
|
-
"./pipes/stringify": {
|
|
144
|
-
"types": "./pipes/stringify/index.d.ts",
|
|
145
|
-
"default": "./fesm2022/taiga-ui-kit-pipes-stringify.mjs"
|
|
146
|
-
},
|
|
147
|
-
"./pipes/stringify-content": {
|
|
148
|
-
"types": "./pipes/stringify-content/index.d.ts",
|
|
149
|
-
"default": "./fesm2022/taiga-ui-kit-pipes-stringify-content.mjs"
|
|
150
|
-
},
|
|
151
|
-
"./components/accordion": {
|
|
152
|
-
"types": "./components/accordion/index.d.ts",
|
|
153
|
-
"default": "./fesm2022/taiga-ui-kit-components-accordion.mjs"
|
|
154
|
-
},
|
|
155
69
|
"./components/action-bar": {
|
|
156
70
|
"types": "./components/action-bar/index.d.ts",
|
|
157
71
|
"default": "./fesm2022/taiga-ui-kit-components-action-bar.mjs"
|
|
@@ -160,6 +74,10 @@
|
|
|
160
74
|
"types": "./components/avatar/index.d.ts",
|
|
161
75
|
"default": "./fesm2022/taiga-ui-kit-components-avatar.mjs"
|
|
162
76
|
},
|
|
77
|
+
"./components/accordion": {
|
|
78
|
+
"types": "./components/accordion/index.d.ts",
|
|
79
|
+
"default": "./fesm2022/taiga-ui-kit-components-accordion.mjs"
|
|
80
|
+
},
|
|
163
81
|
"./components/badge": {
|
|
164
82
|
"types": "./components/badge/index.d.ts",
|
|
165
83
|
"default": "./fesm2022/taiga-ui-kit-components-badge.mjs"
|
|
@@ -196,10 +114,6 @@
|
|
|
196
114
|
"types": "./components/carousel/index.d.ts",
|
|
197
115
|
"default": "./fesm2022/taiga-ui-kit-components-carousel.mjs"
|
|
198
116
|
},
|
|
199
|
-
"./components/checkbox": {
|
|
200
|
-
"types": "./components/checkbox/index.d.ts",
|
|
201
|
-
"default": "./fesm2022/taiga-ui-kit-components-checkbox.mjs"
|
|
202
|
-
},
|
|
203
117
|
"./components/chip": {
|
|
204
118
|
"types": "./components/chip/index.d.ts",
|
|
205
119
|
"default": "./fesm2022/taiga-ui-kit-components-chip.mjs"
|
|
@@ -236,6 +150,10 @@
|
|
|
236
150
|
"types": "./components/files/index.d.ts",
|
|
237
151
|
"default": "./fesm2022/taiga-ui-kit-components-files.mjs"
|
|
238
152
|
},
|
|
153
|
+
"./components/filter": {
|
|
154
|
+
"types": "./components/filter/index.d.ts",
|
|
155
|
+
"default": "./fesm2022/taiga-ui-kit-components-filter.mjs"
|
|
156
|
+
},
|
|
239
157
|
"./components/fullscreen": {
|
|
240
158
|
"types": "./components/fullscreen/index.d.ts",
|
|
241
159
|
"default": "./fesm2022/taiga-ui-kit-components-fullscreen.mjs"
|
|
@@ -248,10 +166,6 @@
|
|
|
248
166
|
"types": "./components/input-color/index.d.ts",
|
|
249
167
|
"default": "./fesm2022/taiga-ui-kit-components-input-color.mjs"
|
|
250
168
|
},
|
|
251
|
-
"./components/filter": {
|
|
252
|
-
"types": "./components/filter/index.d.ts",
|
|
253
|
-
"default": "./fesm2022/taiga-ui-kit-components-filter.mjs"
|
|
254
|
-
},
|
|
255
169
|
"./components/input-date": {
|
|
256
170
|
"types": "./components/input-date/index.d.ts",
|
|
257
171
|
"default": "./fesm2022/taiga-ui-kit-components-input-date.mjs"
|
|
@@ -272,14 +186,14 @@
|
|
|
272
186
|
"types": "./components/input-inline/index.d.ts",
|
|
273
187
|
"default": "./fesm2022/taiga-ui-kit-components-input-inline.mjs"
|
|
274
188
|
},
|
|
275
|
-
"./components/input-month": {
|
|
276
|
-
"types": "./components/input-month/index.d.ts",
|
|
277
|
-
"default": "./fesm2022/taiga-ui-kit-components-input-month.mjs"
|
|
278
|
-
},
|
|
279
189
|
"./components/input-month-range": {
|
|
280
190
|
"types": "./components/input-month-range/index.d.ts",
|
|
281
191
|
"default": "./fesm2022/taiga-ui-kit-components-input-month-range.mjs"
|
|
282
192
|
},
|
|
193
|
+
"./components/input-month": {
|
|
194
|
+
"types": "./components/input-month/index.d.ts",
|
|
195
|
+
"default": "./fesm2022/taiga-ui-kit-components-input-month.mjs"
|
|
196
|
+
},
|
|
283
197
|
"./components/input-number": {
|
|
284
198
|
"types": "./components/input-number/index.d.ts",
|
|
285
199
|
"default": "./fesm2022/taiga-ui-kit-components-input-number.mjs"
|
|
@@ -288,6 +202,10 @@
|
|
|
288
202
|
"types": "./components/input-phone/index.d.ts",
|
|
289
203
|
"default": "./fesm2022/taiga-ui-kit-components-input-phone.mjs"
|
|
290
204
|
},
|
|
205
|
+
"./components/input-phone-international": {
|
|
206
|
+
"types": "./components/input-phone-international/index.d.ts",
|
|
207
|
+
"default": "./fesm2022/taiga-ui-kit-components-input-phone-international.mjs"
|
|
208
|
+
},
|
|
291
209
|
"./components/input-pin": {
|
|
292
210
|
"types": "./components/input-pin/index.d.ts",
|
|
293
211
|
"default": "./fesm2022/taiga-ui-kit-components-input-pin.mjs"
|
|
@@ -296,10 +214,6 @@
|
|
|
296
214
|
"types": "./components/input-range/index.d.ts",
|
|
297
215
|
"default": "./fesm2022/taiga-ui-kit-components-input-range.mjs"
|
|
298
216
|
},
|
|
299
|
-
"./components/input-phone-international": {
|
|
300
|
-
"types": "./components/input-phone-international/index.d.ts",
|
|
301
|
-
"default": "./fesm2022/taiga-ui-kit-components-input-phone-international.mjs"
|
|
302
|
-
},
|
|
303
217
|
"./components/input-slider": {
|
|
304
218
|
"types": "./components/input-slider/index.d.ts",
|
|
305
219
|
"default": "./fesm2022/taiga-ui-kit-components-input-slider.mjs"
|
|
@@ -364,10 +278,6 @@
|
|
|
364
278
|
"types": "./components/push/index.d.ts",
|
|
365
279
|
"default": "./fesm2022/taiga-ui-kit-components-push.mjs"
|
|
366
280
|
},
|
|
367
|
-
"./components/radio": {
|
|
368
|
-
"types": "./components/radio/index.d.ts",
|
|
369
|
-
"default": "./fesm2022/taiga-ui-kit-components-radio.mjs"
|
|
370
|
-
},
|
|
371
281
|
"./components/radio-list": {
|
|
372
282
|
"types": "./components/radio-list/index.d.ts",
|
|
373
283
|
"default": "./fesm2022/taiga-ui-kit-components-radio-list.mjs"
|
|
@@ -392,10 +302,6 @@
|
|
|
392
302
|
"types": "./components/select/index.d.ts",
|
|
393
303
|
"default": "./fesm2022/taiga-ui-kit-components-select.mjs"
|
|
394
304
|
},
|
|
395
|
-
"./components/slider": {
|
|
396
|
-
"types": "./components/slider/index.d.ts",
|
|
397
|
-
"default": "./fesm2022/taiga-ui-kit-components-slider.mjs"
|
|
398
|
-
},
|
|
399
305
|
"./components/status": {
|
|
400
306
|
"types": "./components/status/index.d.ts",
|
|
401
307
|
"default": "./fesm2022/taiga-ui-kit-components-status.mjs"
|
|
@@ -427,31 +333,112 @@
|
|
|
427
333
|
"./components/tree": {
|
|
428
334
|
"types": "./components/tree/index.d.ts",
|
|
429
335
|
"default": "./fesm2022/taiga-ui-kit-components-tree.mjs"
|
|
336
|
+
},
|
|
337
|
+
"./directives/button-group": {
|
|
338
|
+
"types": "./directives/button-group/index.d.ts",
|
|
339
|
+
"default": "./fesm2022/taiga-ui-kit-directives-button-group.mjs"
|
|
340
|
+
},
|
|
341
|
+
"./directives/appearance-proxy": {
|
|
342
|
+
"types": "./directives/appearance-proxy/index.d.ts",
|
|
343
|
+
"default": "./fesm2022/taiga-ui-kit-directives-appearance-proxy.mjs"
|
|
344
|
+
},
|
|
345
|
+
"./directives/button-select": {
|
|
346
|
+
"types": "./directives/button-select/index.d.ts",
|
|
347
|
+
"default": "./fesm2022/taiga-ui-kit-directives-button-select.mjs"
|
|
348
|
+
},
|
|
349
|
+
"./directives/chevron": {
|
|
350
|
+
"types": "./directives/chevron/index.d.ts",
|
|
351
|
+
"default": "./fesm2022/taiga-ui-kit-directives-chevron.mjs"
|
|
352
|
+
},
|
|
353
|
+
"./directives/connected": {
|
|
354
|
+
"types": "./directives/connected/index.d.ts",
|
|
355
|
+
"default": "./fesm2022/taiga-ui-kit-directives-connected.mjs"
|
|
356
|
+
},
|
|
357
|
+
"./directives/data-list-dropdown-manager": {
|
|
358
|
+
"types": "./directives/data-list-dropdown-manager/index.d.ts",
|
|
359
|
+
"default": "./fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs"
|
|
360
|
+
},
|
|
361
|
+
"./directives/fade": {
|
|
362
|
+
"types": "./directives/fade/index.d.ts",
|
|
363
|
+
"default": "./fesm2022/taiga-ui-kit-directives-fade.mjs"
|
|
364
|
+
},
|
|
365
|
+
"./directives/fluid-typography": {
|
|
366
|
+
"types": "./directives/fluid-typography/index.d.ts",
|
|
367
|
+
"default": "./fesm2022/taiga-ui-kit-directives-fluid-typography.mjs"
|
|
368
|
+
},
|
|
369
|
+
"./directives/highlight": {
|
|
370
|
+
"types": "./directives/highlight/index.d.ts",
|
|
371
|
+
"default": "./fesm2022/taiga-ui-kit-directives-highlight.mjs"
|
|
372
|
+
},
|
|
373
|
+
"./directives/password": {
|
|
374
|
+
"types": "./directives/password/index.d.ts",
|
|
375
|
+
"default": "./fesm2022/taiga-ui-kit-directives-password.mjs"
|
|
376
|
+
},
|
|
377
|
+
"./directives/present": {
|
|
378
|
+
"types": "./directives/present/index.d.ts",
|
|
379
|
+
"default": "./fesm2022/taiga-ui-kit-directives-present.mjs"
|
|
380
|
+
},
|
|
381
|
+
"./directives/sensitive": {
|
|
382
|
+
"types": "./directives/sensitive/index.d.ts",
|
|
383
|
+
"default": "./fesm2022/taiga-ui-kit-directives-sensitive.mjs"
|
|
384
|
+
},
|
|
385
|
+
"./directives/shimmer": {
|
|
386
|
+
"types": "./directives/shimmer/index.d.ts",
|
|
387
|
+
"default": "./fesm2022/taiga-ui-kit-directives-shimmer.mjs"
|
|
388
|
+
},
|
|
389
|
+
"./directives/skeleton": {
|
|
390
|
+
"types": "./directives/skeleton/index.d.ts",
|
|
391
|
+
"default": "./fesm2022/taiga-ui-kit-directives-skeleton.mjs"
|
|
392
|
+
},
|
|
393
|
+
"./directives/tooltip": {
|
|
394
|
+
"types": "./directives/tooltip/index.d.ts",
|
|
395
|
+
"default": "./fesm2022/taiga-ui-kit-directives-tooltip.mjs"
|
|
396
|
+
},
|
|
397
|
+
"./directives/unfinished-validator": {
|
|
398
|
+
"types": "./directives/unfinished-validator/index.d.ts",
|
|
399
|
+
"default": "./fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs"
|
|
400
|
+
},
|
|
401
|
+
"./directives/unmask-handler": {
|
|
402
|
+
"types": "./directives/unmask-handler/index.d.ts",
|
|
403
|
+
"default": "./fesm2022/taiga-ui-kit-directives-unmask-handler.mjs"
|
|
404
|
+
},
|
|
405
|
+
"./pipes/auto-color": {
|
|
406
|
+
"types": "./pipes/auto-color/index.d.ts",
|
|
407
|
+
"default": "./fesm2022/taiga-ui-kit-pipes-auto-color.mjs"
|
|
408
|
+
},
|
|
409
|
+
"./pipes/emails": {
|
|
410
|
+
"types": "./pipes/emails/index.d.ts",
|
|
411
|
+
"default": "./fesm2022/taiga-ui-kit-pipes-emails.mjs"
|
|
412
|
+
},
|
|
413
|
+
"./pipes/filter-by-input": {
|
|
414
|
+
"types": "./pipes/filter-by-input/index.d.ts",
|
|
415
|
+
"default": "./fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs"
|
|
416
|
+
},
|
|
417
|
+
"./pipes/flag": {
|
|
418
|
+
"types": "./pipes/flag/index.d.ts",
|
|
419
|
+
"default": "./fesm2022/taiga-ui-kit-pipes-flag.mjs"
|
|
420
|
+
},
|
|
421
|
+
"./pipes/hide-selected": {
|
|
422
|
+
"types": "./pipes/hide-selected/index.d.ts",
|
|
423
|
+
"default": "./fesm2022/taiga-ui-kit-pipes-hide-selected.mjs"
|
|
424
|
+
},
|
|
425
|
+
"./pipes/initials": {
|
|
426
|
+
"types": "./pipes/initials/index.d.ts",
|
|
427
|
+
"default": "./fesm2022/taiga-ui-kit-pipes-initials.mjs"
|
|
428
|
+
},
|
|
429
|
+
"./pipes/sort-countries": {
|
|
430
|
+
"types": "./pipes/sort-countries/index.d.ts",
|
|
431
|
+
"default": "./fesm2022/taiga-ui-kit-pipes-sort-countries.mjs"
|
|
432
|
+
},
|
|
433
|
+
"./pipes/stringify": {
|
|
434
|
+
"types": "./pipes/stringify/index.d.ts",
|
|
435
|
+
"default": "./fesm2022/taiga-ui-kit-pipes-stringify.mjs"
|
|
436
|
+
},
|
|
437
|
+
"./pipes/stringify-content": {
|
|
438
|
+
"types": "./pipes/stringify-content/index.d.ts",
|
|
439
|
+
"default": "./fesm2022/taiga-ui-kit-pipes-stringify-content.mjs"
|
|
430
440
|
}
|
|
431
441
|
},
|
|
432
|
-
"peerDependencies": {
|
|
433
|
-
"@angular/common": ">=19.0.0",
|
|
434
|
-
"@angular/core": ">=19.0.0",
|
|
435
|
-
"@angular/forms": ">=19.0.0",
|
|
436
|
-
"@angular/router": ">=19.0.0",
|
|
437
|
-
"@maskito/angular": "^5.0.1",
|
|
438
|
-
"@maskito/core": "^5.0.1",
|
|
439
|
-
"@maskito/kit": "^5.0.1",
|
|
440
|
-
"@maskito/phone": "^5.0.1",
|
|
441
|
-
"@ng-web-apis/common": "^5.0.3",
|
|
442
|
-
"@ng-web-apis/intersection-observer": "^5.0.3",
|
|
443
|
-
"@ng-web-apis/mutation-observer": "^5.0.3",
|
|
444
|
-
"@ng-web-apis/platform": "^5.0.3",
|
|
445
|
-
"@ng-web-apis/resize-observer": "^5.0.3",
|
|
446
|
-
"@taiga-ui/cdk": "^5.0.0-rc.1",
|
|
447
|
-
"@taiga-ui/core": "^5.0.0-rc.1",
|
|
448
|
-
"@taiga-ui/design-tokens": "~0.275.0",
|
|
449
|
-
"@taiga-ui/i18n": "^5.0.0-rc.1",
|
|
450
|
-
"@taiga-ui/polymorpheus": "^5.0.0",
|
|
451
|
-
"rxjs": ">=7.0.0"
|
|
452
|
-
},
|
|
453
|
-
"module": "fesm2022/taiga-ui-kit.mjs",
|
|
454
|
-
"typings": "index.d.ts",
|
|
455
442
|
"sideEffects": false,
|
|
456
443
|
"dependencies": {
|
|
457
444
|
"tslib": ">=2.8.1"
|
package/tokens/i18n.d.ts
CHANGED
|
@@ -25,7 +25,6 @@ export declare const TUI_TIME_TEXTS: InjectionToken<Signal<{
|
|
|
25
25
|
'HH AA': string;
|
|
26
26
|
HH: string;
|
|
27
27
|
'MM:SS.MSS': string;
|
|
28
|
-
'MM.SS.MSS': string;
|
|
29
28
|
'SS.MSS': string;
|
|
30
29
|
}>>;
|
|
31
30
|
export declare const TUI_DATE_TEXTS: InjectionToken<Signal<Record<TuiDateMode, string>>>;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { TuiRadioComponent } from '@taiga-ui/kit/components/radio';
|
|
2
|
-
import { type TuiCheckboxOptions } from './checkbox.options';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "@taiga-ui/core/directives/icons";
|
|
5
|
-
export declare class TuiCheckbox extends TuiRadioComponent<TuiCheckboxOptions> {
|
|
6
|
-
protected readonly check: import("@angular/core").Signal<string>;
|
|
7
|
-
protected readonly indeterminate: import("@angular/core").Signal<string>;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TuiCheckbox, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiCheckbox, "input[type=\"checkbox\"][tuiCheckbox]", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiIcons; inputs: {}; outputs: {}; }]>;
|
|
10
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { type TuiStringHandler } from '@taiga-ui/cdk/types';
|
|
2
|
-
import { type TuiSizeS } from '@taiga-ui/core/types';
|
|
3
|
-
import { type TuiRadioOptions } from '@taiga-ui/kit/components/radio';
|
|
4
|
-
export interface TuiCheckboxOptions extends TuiRadioOptions {
|
|
5
|
-
readonly icons: Readonly<{
|
|
6
|
-
checked: TuiStringHandler<TuiSizeS>;
|
|
7
|
-
indeterminate: TuiStringHandler<TuiSizeS>;
|
|
8
|
-
}>;
|
|
9
|
-
}
|
|
10
|
-
export declare const TUI_CHECKBOX_OPTIONS: import("@angular/core").InjectionToken<TuiCheckboxOptions>, tuiCheckboxOptionsProvider: (item: Partial<TuiCheckboxOptions> | (() => Partial<TuiCheckboxOptions>)) => import("@angular/core").FactoryProvider;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { type DoCheck, type OnInit } from '@angular/core';
|
|
2
|
-
import { NgControl } from '@angular/forms';
|
|
3
|
-
import { type TuiRadioOptions } from './radio.options';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "@taiga-ui/core/directives/appearance";
|
|
6
|
-
import * as i2 from "@taiga-ui/cdk/directives/native-validator";
|
|
7
|
-
export declare class TuiRadioComponent<T extends TuiRadioOptions> implements DoCheck, OnInit {
|
|
8
|
-
private readonly destroyRef;
|
|
9
|
-
protected readonly el: HTMLInputElement;
|
|
10
|
-
protected readonly options: T;
|
|
11
|
-
protected readonly appearance: import("@angular/core").WritableSignal<string>;
|
|
12
|
-
protected readonly control: NgControl | null;
|
|
13
|
-
readonly size: import("@angular/core").InputSignal<import("@taiga-ui/core/types").TuiSizeS>;
|
|
14
|
-
ngOnInit(): void;
|
|
15
|
-
ngDoCheck(): void;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TuiRadioComponent<any>, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiRadioComponent<any>, "input[type=\"radio\"][tuiRadio]", never, { "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.TuiAppearance; inputs: { "tuiAppearanceState": "tuiAppearanceState"; "tuiAppearanceFocus": "tuiAppearanceFocus"; "tuiAppearanceMode": "tuiAppearanceMode"; }; outputs: {}; }, { directive: typeof i2.TuiNativeValidator; inputs: {}; outputs: {}; }]>;
|
|
18
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { type TuiIdentityMatcher } from '@taiga-ui/cdk/types';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class TuiRadioDirective<T> {
|
|
4
|
-
readonly identityMatcher: import("@angular/core").InputSignal<TuiIdentityMatcher<T>>;
|
|
5
|
-
constructor();
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TuiRadioDirective<any>, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiRadioDirective<any>, "input[type=\"radio\"][tuiRadio][identityMatcher]", never, { "identityMatcher": { "alias": "identityMatcher"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
8
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { type TuiStringHandler } from '@taiga-ui/cdk/types';
|
|
2
|
-
import { type TuiSizeS } from '@taiga-ui/core/types';
|
|
3
|
-
export interface TuiRadioOptions {
|
|
4
|
-
readonly appearance: TuiStringHandler<HTMLInputElement>;
|
|
5
|
-
readonly size: TuiSizeS;
|
|
6
|
-
}
|
|
7
|
-
export declare const TUI_RADIO_OPTIONS: import("@angular/core").InjectionToken<TuiRadioOptions>, tuiRadioOptionsProvider: (item: Partial<TuiRadioOptions> | (() => Partial<TuiRadioOptions>)) => import("@angular/core").FactoryProvider;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { type TuiValueTransformer } from '@taiga-ui/cdk/classes';
|
|
2
|
-
/**
|
|
3
|
-
* Used as a limit for eliminating JS issues with floating point math
|
|
4
|
-
*/
|
|
5
|
-
export declare const TUI_FLOATING_PRECISION = 7;
|
|
6
|
-
/**
|
|
7
|
-
* Steps for splitting sliders into different linear dependencies.
|
|
8
|
-
* Each element of the array has the form [percent, value]
|
|
9
|
-
*
|
|
10
|
-
* Thus, to set a field from 50,000 to 30,000,000 in steps:
|
|
11
|
-
* 1) From 50 000 to 200 000 by 5000 per step (30 steps)
|
|
12
|
-
* 2) From 200 000 to 1 000 000 by 50 000 per step (16 steps)
|
|
13
|
-
* 3) From 1 000 000 to 30 000 000 by 500 000 per step (58 steps)
|
|
14
|
-
*
|
|
15
|
-
* You need to pass the following keyStep (where 104 = 30 + 16 + 58 is the total number of steps):
|
|
16
|
-
* [
|
|
17
|
-
* [0, 50_000],
|
|
18
|
-
* [100 / 104 * 30, 200_000],
|
|
19
|
-
* [100 / 104 * (30 + 16), 1_000_000],
|
|
20
|
-
* [100, 30_000_000],
|
|
21
|
-
* ];
|
|
22
|
-
*
|
|
23
|
-
*/
|
|
24
|
-
export type TuiKeySteps = [[0, number], ...Array<[number, number]>, [100, number]];
|
|
25
|
-
export declare function tuiPercentageToKeyStepValue(valuePercentage: number, keySteps: TuiKeySteps): number;
|
|
26
|
-
export declare function tuiKeyStepValueToPercentage(value: number, keySteps: TuiKeySteps): number;
|
|
27
|
-
export declare function tuiCreateKeyStepsTransformer(keySteps: TuiKeySteps): TuiValueTransformer<number, number>;
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { type OnInit } from '@angular/core';
|
|
2
|
-
import { TuiControl, type TuiValueTransformer } from '@taiga-ui/cdk/classes';
|
|
3
|
-
import { TuiSliderComponent } from '../slider.component';
|
|
4
|
-
import { type TuiKeySteps } from './key-steps';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class TuiSliderKeyStepsBase implements OnInit {
|
|
7
|
-
private readonly injector;
|
|
8
|
-
private readonly control;
|
|
9
|
-
protected readonly min: import("@angular/core").WritableSignal<number | undefined>;
|
|
10
|
-
protected readonly max: import("@angular/core").WritableSignal<number | undefined>;
|
|
11
|
-
protected readonly sync: import("@angular/core").EffectRef;
|
|
12
|
-
slider: TuiSliderComponent;
|
|
13
|
-
readonly step: import("@angular/core").InputSignal<number>;
|
|
14
|
-
readonly keySteps: import("@angular/core").InputSignal<[[0, number], ...[number, number][], [100, number]] | undefined>;
|
|
15
|
-
readonly transformer: import("@angular/core").WritableSignal<TuiValueTransformer<number, number> | undefined>;
|
|
16
|
-
controlValue: import("@angular/core").Signal<number | undefined>;
|
|
17
|
-
readonly totalSteps: import("@angular/core").Signal<number>;
|
|
18
|
-
ngOnInit(): void;
|
|
19
|
-
takeStep(coefficient: number): number;
|
|
20
|
-
toSliderValue(fraction: number): number;
|
|
21
|
-
setControlValue(controlValue: number): void;
|
|
22
|
-
getControlValue(): number;
|
|
23
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TuiSliderKeyStepsBase, never>;
|
|
24
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiSliderKeyStepsBase, "input[tuiSlider][keySteps]", never, { "step": { "alias": "step"; "required": false; "isSignal": true; }; "keySteps": { "alias": "keySteps"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
25
|
-
}
|
|
26
|
-
export declare class TuiSliderKeySteps extends TuiControl<number> {
|
|
27
|
-
protected readonly base: TuiSliderKeyStepsBase;
|
|
28
|
-
set keySteps(steps: TuiKeySteps | null | undefined);
|
|
29
|
-
protected setValue(sliderValue: number): void;
|
|
30
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TuiSliderKeySteps, never>;
|
|
31
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiSliderKeySteps, "input[tuiSlider][keySteps][ngModel],input[tuiSlider][keySteps][formControl],input[tuiSlider][keySteps][formControlName]", never, { "keySteps": { "alias": "keySteps"; "required": false; }; }, {}, never, never, true, never>;
|
|
32
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
/**
|
|
3
|
-
* Native <input type='range' readonly> doesn't work.
|
|
4
|
-
* This directive imitates this native behaviour.
|
|
5
|
-
*/
|
|
6
|
-
export declare class TuiSliderReadonly {
|
|
7
|
-
private readonly el;
|
|
8
|
-
private readonly doc;
|
|
9
|
-
readonly readonly: import("@angular/core").InputSignalWithTransform<boolean, any>;
|
|
10
|
-
constructor();
|
|
11
|
-
protected preventEvent(event: Event): void;
|
|
12
|
-
protected preventKeyboardInteraction(event: KeyboardEvent): void;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TuiSliderReadonly, never>;
|
|
14
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiSliderReadonly, "input[tuiSlider][readonly]", never, { "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
15
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { type AfterContentInit } from '@angular/core';
|
|
2
|
-
import { NgControl } from '@angular/forms';
|
|
3
|
-
import { TuiSliderComponent } from '../slider.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class TuiSliderThumbLabel implements AfterContentInit {
|
|
6
|
-
protected readonly slider: import("@angular/core").Signal<TuiSliderComponent | undefined>;
|
|
7
|
-
protected readonly control: import("@angular/core").Signal<NgControl | undefined>;
|
|
8
|
-
ngAfterContentInit(): void;
|
|
9
|
-
protected get ratio(): number;
|
|
10
|
-
protected get ghostStart(): number;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TuiSliderThumbLabel, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiSliderThumbLabel, "[tuiSliderThumbLabel]", never, {}, {}, ["slider", "control"], ["*", "input[type=range]"], true, never>;
|
|
13
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export * from './helpers/key-steps';
|
|
2
|
-
export * from './helpers/slider-key-steps.directive';
|
|
3
|
-
export * from './helpers/slider-readonly.directive';
|
|
4
|
-
export * from './helpers/slider-thumb-label.component';
|
|
5
|
-
export * from './slider';
|
|
6
|
-
export * from './slider.component';
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { TuiSliderKeyStepsBase } from './helpers/slider-key-steps.directive';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class TuiSliderComponent {
|
|
4
|
-
private readonly control;
|
|
5
|
-
protected readonly ticksGradient: import("@angular/core").Signal<string>;
|
|
6
|
-
readonly segments: import("@angular/core").InputSignalWithTransform<readonly number[], number | readonly number[]>;
|
|
7
|
-
readonly el: HTMLInputElement;
|
|
8
|
-
readonly keySteps: TuiSliderKeyStepsBase | null;
|
|
9
|
-
constructor();
|
|
10
|
-
get valueRatio(): number;
|
|
11
|
-
get min(): number;
|
|
12
|
-
set min(x: number);
|
|
13
|
-
get max(): number;
|
|
14
|
-
set max(x: number);
|
|
15
|
-
get step(): number;
|
|
16
|
-
set step(x: number);
|
|
17
|
-
get value(): number;
|
|
18
|
-
set value(newValue: number);
|
|
19
|
-
protected getTicksGradient(segments: readonly number[]): string;
|
|
20
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TuiSliderComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiSliderComponent, "input[type=range][tuiSlider]", never, { "segments": { "alias": "segments"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
22
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { TuiSliderKeySteps, TuiSliderKeyStepsBase } from './helpers/slider-key-steps.directive';
|
|
2
|
-
import { TuiSliderReadonly } from './helpers/slider-readonly.directive';
|
|
3
|
-
import { TuiSliderThumbLabel } from './helpers/slider-thumb-label.component';
|
|
4
|
-
import { TuiSliderComponent } from './slider.component';
|
|
5
|
-
export declare const TuiSlider: readonly [typeof TuiSliderComponent, typeof TuiSliderThumbLabel, typeof TuiSliderKeyStepsBase, typeof TuiSliderKeySteps, typeof TuiSliderReadonly];
|