@taiga-ui/addon-mobile 4.40.0 → 4.41.0-canary.4634537
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/package.json +47 -47
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/addon-mobile",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.41.0-canary.4634537",
|
|
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",
|
|
@@ -21,12 +21,6 @@
|
|
|
21
21
|
"esm": "./esm2022/taiga-ui-addon-mobile.mjs",
|
|
22
22
|
"default": "./fesm2022/taiga-ui-addon-mobile.mjs"
|
|
23
23
|
},
|
|
24
|
-
"./components": {
|
|
25
|
-
"types": "./components/index.d.ts",
|
|
26
|
-
"esm2022": "./esm2022/components/taiga-ui-addon-mobile-components.mjs",
|
|
27
|
-
"esm": "./esm2022/components/taiga-ui-addon-mobile-components.mjs",
|
|
28
|
-
"default": "./fesm2022/taiga-ui-addon-mobile-components.mjs"
|
|
29
|
-
},
|
|
30
24
|
"./directives": {
|
|
31
25
|
"types": "./directives/index.d.ts",
|
|
32
26
|
"esm2022": "./esm2022/directives/taiga-ui-addon-mobile-directives.mjs",
|
|
@@ -39,6 +33,48 @@
|
|
|
39
33
|
"esm": "./esm2022/services/taiga-ui-addon-mobile-services.mjs",
|
|
40
34
|
"default": "./fesm2022/taiga-ui-addon-mobile-services.mjs"
|
|
41
35
|
},
|
|
36
|
+
"./components": {
|
|
37
|
+
"types": "./components/index.d.ts",
|
|
38
|
+
"esm2022": "./esm2022/components/taiga-ui-addon-mobile-components.mjs",
|
|
39
|
+
"esm": "./esm2022/components/taiga-ui-addon-mobile-components.mjs",
|
|
40
|
+
"default": "./fesm2022/taiga-ui-addon-mobile-components.mjs"
|
|
41
|
+
},
|
|
42
|
+
"./directives/dropdown-mobile": {
|
|
43
|
+
"types": "./directives/dropdown-mobile/index.d.ts",
|
|
44
|
+
"esm2022": "./esm2022/directives/dropdown-mobile/taiga-ui-addon-mobile-directives-dropdown-mobile.mjs",
|
|
45
|
+
"esm": "./esm2022/directives/dropdown-mobile/taiga-ui-addon-mobile-directives-dropdown-mobile.mjs",
|
|
46
|
+
"default": "./fesm2022/taiga-ui-addon-mobile-directives-dropdown-mobile.mjs"
|
|
47
|
+
},
|
|
48
|
+
"./directives/elastic-sticky": {
|
|
49
|
+
"types": "./directives/elastic-sticky/index.d.ts",
|
|
50
|
+
"esm2022": "./esm2022/directives/elastic-sticky/taiga-ui-addon-mobile-directives-elastic-sticky.mjs",
|
|
51
|
+
"esm": "./esm2022/directives/elastic-sticky/taiga-ui-addon-mobile-directives-elastic-sticky.mjs",
|
|
52
|
+
"default": "./fesm2022/taiga-ui-addon-mobile-directives-elastic-sticky.mjs"
|
|
53
|
+
},
|
|
54
|
+
"./directives/responsive-dialog": {
|
|
55
|
+
"types": "./directives/responsive-dialog/index.d.ts",
|
|
56
|
+
"esm2022": "./esm2022/directives/responsive-dialog/taiga-ui-addon-mobile-directives-responsive-dialog.mjs",
|
|
57
|
+
"esm": "./esm2022/directives/responsive-dialog/taiga-ui-addon-mobile-directives-responsive-dialog.mjs",
|
|
58
|
+
"default": "./fesm2022/taiga-ui-addon-mobile-directives-responsive-dialog.mjs"
|
|
59
|
+
},
|
|
60
|
+
"./directives/ripple": {
|
|
61
|
+
"types": "./directives/ripple/index.d.ts",
|
|
62
|
+
"esm2022": "./esm2022/directives/ripple/taiga-ui-addon-mobile-directives-ripple.mjs",
|
|
63
|
+
"esm": "./esm2022/directives/ripple/taiga-ui-addon-mobile-directives-ripple.mjs",
|
|
64
|
+
"default": "./fesm2022/taiga-ui-addon-mobile-directives-ripple.mjs"
|
|
65
|
+
},
|
|
66
|
+
"./directives/sidebar": {
|
|
67
|
+
"types": "./directives/sidebar/index.d.ts",
|
|
68
|
+
"esm2022": "./esm2022/directives/sidebar/taiga-ui-addon-mobile-directives-sidebar.mjs",
|
|
69
|
+
"esm": "./esm2022/directives/sidebar/taiga-ui-addon-mobile-directives-sidebar.mjs",
|
|
70
|
+
"default": "./fesm2022/taiga-ui-addon-mobile-directives-sidebar.mjs"
|
|
71
|
+
},
|
|
72
|
+
"./directives/touchable": {
|
|
73
|
+
"types": "./directives/touchable/index.d.ts",
|
|
74
|
+
"esm2022": "./esm2022/directives/touchable/taiga-ui-addon-mobile-directives-touchable.mjs",
|
|
75
|
+
"esm": "./esm2022/directives/touchable/taiga-ui-addon-mobile-directives-touchable.mjs",
|
|
76
|
+
"default": "./fesm2022/taiga-ui-addon-mobile-directives-touchable.mjs"
|
|
77
|
+
},
|
|
42
78
|
"./components/bottom-sheet": {
|
|
43
79
|
"types": "./components/bottom-sheet/index.d.ts",
|
|
44
80
|
"esm2022": "./esm2022/components/bottom-sheet/taiga-ui-addon-mobile-components-bottom-sheet.mjs",
|
|
@@ -92,42 +128,6 @@
|
|
|
92
128
|
"esm2022": "./esm2022/components/tab-bar/taiga-ui-addon-mobile-components-tab-bar.mjs",
|
|
93
129
|
"esm": "./esm2022/components/tab-bar/taiga-ui-addon-mobile-components-tab-bar.mjs",
|
|
94
130
|
"default": "./fesm2022/taiga-ui-addon-mobile-components-tab-bar.mjs"
|
|
95
|
-
},
|
|
96
|
-
"./directives/dropdown-mobile": {
|
|
97
|
-
"types": "./directives/dropdown-mobile/index.d.ts",
|
|
98
|
-
"esm2022": "./esm2022/directives/dropdown-mobile/taiga-ui-addon-mobile-directives-dropdown-mobile.mjs",
|
|
99
|
-
"esm": "./esm2022/directives/dropdown-mobile/taiga-ui-addon-mobile-directives-dropdown-mobile.mjs",
|
|
100
|
-
"default": "./fesm2022/taiga-ui-addon-mobile-directives-dropdown-mobile.mjs"
|
|
101
|
-
},
|
|
102
|
-
"./directives/elastic-sticky": {
|
|
103
|
-
"types": "./directives/elastic-sticky/index.d.ts",
|
|
104
|
-
"esm2022": "./esm2022/directives/elastic-sticky/taiga-ui-addon-mobile-directives-elastic-sticky.mjs",
|
|
105
|
-
"esm": "./esm2022/directives/elastic-sticky/taiga-ui-addon-mobile-directives-elastic-sticky.mjs",
|
|
106
|
-
"default": "./fesm2022/taiga-ui-addon-mobile-directives-elastic-sticky.mjs"
|
|
107
|
-
},
|
|
108
|
-
"./directives/responsive-dialog": {
|
|
109
|
-
"types": "./directives/responsive-dialog/index.d.ts",
|
|
110
|
-
"esm2022": "./esm2022/directives/responsive-dialog/taiga-ui-addon-mobile-directives-responsive-dialog.mjs",
|
|
111
|
-
"esm": "./esm2022/directives/responsive-dialog/taiga-ui-addon-mobile-directives-responsive-dialog.mjs",
|
|
112
|
-
"default": "./fesm2022/taiga-ui-addon-mobile-directives-responsive-dialog.mjs"
|
|
113
|
-
},
|
|
114
|
-
"./directives/ripple": {
|
|
115
|
-
"types": "./directives/ripple/index.d.ts",
|
|
116
|
-
"esm2022": "./esm2022/directives/ripple/taiga-ui-addon-mobile-directives-ripple.mjs",
|
|
117
|
-
"esm": "./esm2022/directives/ripple/taiga-ui-addon-mobile-directives-ripple.mjs",
|
|
118
|
-
"default": "./fesm2022/taiga-ui-addon-mobile-directives-ripple.mjs"
|
|
119
|
-
},
|
|
120
|
-
"./directives/sidebar": {
|
|
121
|
-
"types": "./directives/sidebar/index.d.ts",
|
|
122
|
-
"esm2022": "./esm2022/directives/sidebar/taiga-ui-addon-mobile-directives-sidebar.mjs",
|
|
123
|
-
"esm": "./esm2022/directives/sidebar/taiga-ui-addon-mobile-directives-sidebar.mjs",
|
|
124
|
-
"default": "./fesm2022/taiga-ui-addon-mobile-directives-sidebar.mjs"
|
|
125
|
-
},
|
|
126
|
-
"./directives/touchable": {
|
|
127
|
-
"types": "./directives/touchable/index.d.ts",
|
|
128
|
-
"esm2022": "./esm2022/directives/touchable/taiga-ui-addon-mobile-directives-touchable.mjs",
|
|
129
|
-
"esm": "./esm2022/directives/touchable/taiga-ui-addon-mobile-directives-touchable.mjs",
|
|
130
|
-
"default": "./fesm2022/taiga-ui-addon-mobile-directives-touchable.mjs"
|
|
131
131
|
}
|
|
132
132
|
},
|
|
133
133
|
"peerDependencies": {
|
|
@@ -135,10 +135,10 @@
|
|
|
135
135
|
"@angular/common": ">=16.0.0",
|
|
136
136
|
"@angular/core": ">=16.0.0",
|
|
137
137
|
"@ng-web-apis/common": "^4.12.0",
|
|
138
|
-
"@taiga-ui/cdk": "^4.
|
|
139
|
-
"@taiga-ui/core": "^4.
|
|
140
|
-
"@taiga-ui/kit": "^4.
|
|
141
|
-
"@taiga-ui/layout": "^4.
|
|
138
|
+
"@taiga-ui/cdk": "^4.41.0",
|
|
139
|
+
"@taiga-ui/core": "^4.41.0",
|
|
140
|
+
"@taiga-ui/kit": "^4.41.0",
|
|
141
|
+
"@taiga-ui/layout": "^4.41.0",
|
|
142
142
|
"@taiga-ui/polymorpheus": "^4.9.0",
|
|
143
143
|
"rxjs": ">=7.0.0"
|
|
144
144
|
},
|