@taiga-ui/addon-mobile 5.13.0 → 5.14.0-canary.2b3ccfb
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/swipe-actions/swipe-actions.component.d.ts +1 -4
- package/fesm2022/taiga-ui-addon-mobile-components-mobile-calendar.mjs +2 -2
- package/fesm2022/taiga-ui-addon-mobile-components-mobile-calendar.mjs.map +1 -1
- package/fesm2022/taiga-ui-addon-mobile-components-pull-to-refresh.mjs +2 -2
- package/fesm2022/taiga-ui-addon-mobile-components-pull-to-refresh.mjs.map +1 -1
- package/fesm2022/taiga-ui-addon-mobile-components-sheet-dialog.mjs +2 -2
- package/fesm2022/taiga-ui-addon-mobile-components-sheet-dialog.mjs.map +1 -1
- package/fesm2022/taiga-ui-addon-mobile-components-swipe-actions.mjs +8 -14
- package/fesm2022/taiga-ui-addon-mobile-components-swipe-actions.mjs.map +1 -1
- package/fesm2022/taiga-ui-addon-mobile-components-tab-bar.mjs +2 -2
- package/fesm2022/taiga-ui-addon-mobile-components-tab-bar.mjs.map +1 -1
- package/fesm2022/taiga-ui-addon-mobile-directives-dropdown-mobile.mjs +12 -3
- package/fesm2022/taiga-ui-addon-mobile-directives-dropdown-mobile.mjs.map +1 -1
- package/fesm2022/taiga-ui-addon-mobile-directives-dropdown-sheet.mjs +9 -0
- package/fesm2022/taiga-ui-addon-mobile-directives-dropdown-sheet.mjs.map +1 -1
- package/fesm2022/taiga-ui-addon-mobile-directives-ripple.mjs +2 -2
- package/fesm2022/taiga-ui-addon-mobile-directives-ripple.mjs.map +1 -1
- package/package.json +33 -33
- package/styles/common/hint.less +17 -0
- package/styles/taiga-ui-mobile.less +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/addon-mobile",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.14.0-canary.2b3ccfb",
|
|
4
4
|
"description": "Extension package for Taiga UI that adds support for mobile specific behaviors such as custom data pickers, dropdowns, etc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -36,10 +36,6 @@
|
|
|
36
36
|
"types": "./index.d.ts",
|
|
37
37
|
"default": "./fesm2022/taiga-ui-addon-mobile.mjs"
|
|
38
38
|
},
|
|
39
|
-
"./components": {
|
|
40
|
-
"types": "./components/index.d.ts",
|
|
41
|
-
"default": "./fesm2022/taiga-ui-addon-mobile-components.mjs"
|
|
42
|
-
},
|
|
43
39
|
"./directives": {
|
|
44
40
|
"types": "./directives/index.d.ts",
|
|
45
41
|
"default": "./fesm2022/taiga-ui-addon-mobile-directives.mjs"
|
|
@@ -48,6 +44,34 @@
|
|
|
48
44
|
"types": "./services/index.d.ts",
|
|
49
45
|
"default": "./fesm2022/taiga-ui-addon-mobile-services.mjs"
|
|
50
46
|
},
|
|
47
|
+
"./components": {
|
|
48
|
+
"types": "./components/index.d.ts",
|
|
49
|
+
"default": "./fesm2022/taiga-ui-addon-mobile-components.mjs"
|
|
50
|
+
},
|
|
51
|
+
"./directives/dropdown-mobile": {
|
|
52
|
+
"types": "./directives/dropdown-mobile/index.d.ts",
|
|
53
|
+
"default": "./fesm2022/taiga-ui-addon-mobile-directives-dropdown-mobile.mjs"
|
|
54
|
+
},
|
|
55
|
+
"./directives/elastic-sticky": {
|
|
56
|
+
"types": "./directives/elastic-sticky/index.d.ts",
|
|
57
|
+
"default": "./fesm2022/taiga-ui-addon-mobile-directives-elastic-sticky.mjs"
|
|
58
|
+
},
|
|
59
|
+
"./directives/dropdown-sheet": {
|
|
60
|
+
"types": "./directives/dropdown-sheet/index.d.ts",
|
|
61
|
+
"default": "./fesm2022/taiga-ui-addon-mobile-directives-dropdown-sheet.mjs"
|
|
62
|
+
},
|
|
63
|
+
"./directives/responsive-dialog": {
|
|
64
|
+
"types": "./directives/responsive-dialog/index.d.ts",
|
|
65
|
+
"default": "./fesm2022/taiga-ui-addon-mobile-directives-responsive-dialog.mjs"
|
|
66
|
+
},
|
|
67
|
+
"./directives/ripple": {
|
|
68
|
+
"types": "./directives/ripple/index.d.ts",
|
|
69
|
+
"default": "./fesm2022/taiga-ui-addon-mobile-directives-ripple.mjs"
|
|
70
|
+
},
|
|
71
|
+
"./directives/touchable": {
|
|
72
|
+
"types": "./directives/touchable/index.d.ts",
|
|
73
|
+
"default": "./fesm2022/taiga-ui-addon-mobile-directives-touchable.mjs"
|
|
74
|
+
},
|
|
51
75
|
"./components/bottom-sheet": {
|
|
52
76
|
"types": "./components/bottom-sheet/index.d.ts",
|
|
53
77
|
"default": "./fesm2022/taiga-ui-addon-mobile-components-bottom-sheet.mjs"
|
|
@@ -79,30 +103,6 @@
|
|
|
79
103
|
"./components/tab-bar": {
|
|
80
104
|
"types": "./components/tab-bar/index.d.ts",
|
|
81
105
|
"default": "./fesm2022/taiga-ui-addon-mobile-components-tab-bar.mjs"
|
|
82
|
-
},
|
|
83
|
-
"./directives/dropdown-mobile": {
|
|
84
|
-
"types": "./directives/dropdown-mobile/index.d.ts",
|
|
85
|
-
"default": "./fesm2022/taiga-ui-addon-mobile-directives-dropdown-mobile.mjs"
|
|
86
|
-
},
|
|
87
|
-
"./directives/dropdown-sheet": {
|
|
88
|
-
"types": "./directives/dropdown-sheet/index.d.ts",
|
|
89
|
-
"default": "./fesm2022/taiga-ui-addon-mobile-directives-dropdown-sheet.mjs"
|
|
90
|
-
},
|
|
91
|
-
"./directives/elastic-sticky": {
|
|
92
|
-
"types": "./directives/elastic-sticky/index.d.ts",
|
|
93
|
-
"default": "./fesm2022/taiga-ui-addon-mobile-directives-elastic-sticky.mjs"
|
|
94
|
-
},
|
|
95
|
-
"./directives/responsive-dialog": {
|
|
96
|
-
"types": "./directives/responsive-dialog/index.d.ts",
|
|
97
|
-
"default": "./fesm2022/taiga-ui-addon-mobile-directives-responsive-dialog.mjs"
|
|
98
|
-
},
|
|
99
|
-
"./directives/ripple": {
|
|
100
|
-
"types": "./directives/ripple/index.d.ts",
|
|
101
|
-
"default": "./fesm2022/taiga-ui-addon-mobile-directives-ripple.mjs"
|
|
102
|
-
},
|
|
103
|
-
"./directives/touchable": {
|
|
104
|
-
"types": "./directives/touchable/index.d.ts",
|
|
105
|
-
"default": "./fesm2022/taiga-ui-addon-mobile-directives-touchable.mjs"
|
|
106
106
|
}
|
|
107
107
|
},
|
|
108
108
|
"peerDependencies": {
|
|
@@ -111,10 +111,10 @@
|
|
|
111
111
|
"@angular/core": ">=19.0.0",
|
|
112
112
|
"@ng-web-apis/common": "^5.3.0",
|
|
113
113
|
"@ng-web-apis/platform": "^5.3.0",
|
|
114
|
-
"@taiga-ui/cdk": "5.
|
|
115
|
-
"@taiga-ui/core": "5.
|
|
116
|
-
"@taiga-ui/kit": "5.
|
|
117
|
-
"@taiga-ui/layout": "5.
|
|
114
|
+
"@taiga-ui/cdk": "5.14.0",
|
|
115
|
+
"@taiga-ui/core": "5.14.0",
|
|
116
|
+
"@taiga-ui/kit": "5.14.0",
|
|
117
|
+
"@taiga-ui/layout": "5.14.0",
|
|
118
118
|
"@taiga-ui/polymorpheus": "^5.0.1",
|
|
119
119
|
"rxjs": ">=7.0.0"
|
|
120
120
|
},
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
tui-hint {
|
|
2
|
+
font: var(--tui-typography-body-m);
|
|
3
|
+
|
|
4
|
+
&.tui-enter {
|
|
5
|
+
animation-timing-function: var(--tui-curve-expressive-entrance);
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
&.tui-leave {
|
|
9
|
+
animation-timing-function: var(--tui-curve-expressive-exit);
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
&::before {
|
|
13
|
+
inline-size: 1.5rem;
|
|
14
|
+
block-size: 1.125rem;
|
|
15
|
+
mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 18"><path d="M7.22854 3.81615L4.89971 6.6711C3.69732 8.14514 1.8988 9 0 9C1.8988 9 3.69732 9.85486 4.89971 11.3289L7.22854 14.1839L7.22854 14.1839C9.12123 16.5041 10.0676 17.6643 11.2665 17.922C11.75 18.026 12.25 18.026 12.7335 17.922C13.9324 17.6643 14.8788 16.5041 16.7715 14.1839L19.1003 11.3289C20.3027 9.85486 22.1012 9 24 9C22.1012 9 20.3027 8.14514 19.1003 6.6711L16.7715 3.81614C14.8788 1.49586 13.9324 0.335716 12.7335 0.0779663C12.25 -0.0259888 11.75 -0.0259888 11.2665 0.0779663C10.0676 0.335716 9.12123 1.49586 7.22854 3.81614L7.22854 3.81615Z" /></svg>');
|
|
16
|
+
}
|
|
17
|
+
}
|